img.wp-smiley,
img.emoji {
  display: inline !important;
  border: none !important;
  box-shadow: none !important;
  height: 1em !important;
  width: 1em !important;
  margin: 0 0.07em !important;
  vertical-align: -0.1em !important;
  background: 0 0 !important;
  padding: 0 !important;
}

.wp-block-archives-dropdown label {
  display: block;
}
.wp-block-avatar {
  box-sizing: border-box;
}
.wp-block-avatar.aligncenter {
  text-align: center;
}
.wp-block-audio {
  box-sizing: border-box;
}
.wp-block-audio figcaption {
  margin-top: 0.5em;
  margin-bottom: 1em;
}
.wp-block-audio audio {
  width: 100%;
  min-width: 300px;
}
.wp-block-button__link {
  cursor: pointer;
  display: inline-block;
  text-align: center;
  word-break: break-word;
  box-sizing: border-box;
}
.wp-block-button__link.aligncenter {
  text-align: center;
}
.wp-block-button__link.alignright {
  text-align: right;
}
:where(.wp-block-button__link) {
  box-shadow: none;
  text-decoration: none;
  border-radius: 9999px;
  padding: calc(0.667em + 2px) calc(1.333em + 2px);
}
.wp-block-button[style*="text-decoration"] .wp-block-button__link {
  text-decoration: inherit;
}
.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;
}
.wp-block-button.is-style-outline > .wp-block-button__link,
.wp-block-button .wp-block-button__link.is-style-outline {
  border: 2px solid;
  padding: 0.667em 1.333em;
}
.wp-block-button.is-style-outline > .wp-block-button__link:not(.has-text-color),
.wp-block-button .wp-block-button__link.is-style-outline:not(.has-text-color) {
  color: currentColor;
}
.wp-block-button.is-style-outline > .wp-block-button__link:not(.has-background),
.wp-block-button .wp-block-button__link.is-style-outline:not(.has-background) {
  background-color: transparent;
  background-image: none;
}
.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-buttons[style*="text-decoration"] .wp-block-button,
.wp-block-buttons[style*="text-decoration"] .wp-block-button__link {
  text-decoration: inherit;
}
.wp-block-buttons.has-custom-font-size .wp-block-button__link {
  font-size: inherit;
}
.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 {
  box-sizing: border-box;
}
.wp-block-categories.alignleft {
  margin-right: 2em;
}
.wp-block-categories.alignright {
  margin-left: 2em;
}
.wp-block-code {
  box-sizing: border-box;
}
.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-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);
}
:where(.wp-block-post-comments input[type="submit"]) {
  border: none;
}
.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-comment-template.alignleft {
  float: left;
}
.wp-block-comment-template.aligncenter {
  margin-left: auto;
  margin-right: auto;
  width: -moz-fit-content;
  width: fit-content;
}
.wp-block-comment-template.alignright {
  float: right;
}
.wp-block-cover,
.wp-block-cover-image {
  position: relative;
  background-position: 50%;
  min-height: 430px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 1em;
  box-sizing: border-box;
}
.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.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 .wp-block-cover__image-background,
.wp-block-cover-image video.wp-block-cover__video-background,
.wp-block-cover .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;
  object-fit: cover;
  outline: none;
  border: none;
  box-shadow: none;
}
.wp-block-cover-image.has-parallax,
.wp-block-cover.has-parallax,
.wp-block-cover__image-background.has-parallax,
video.wp-block-cover__video-background.has-parallax {
  background-attachment: fixed;
  background-size: cover;
  background-repeat: no-repeat;
}
@supports (-webkit-overflow-scrolling: touch) {
  .wp-block-cover-image.has-parallax,
  .wp-block-cover.has-parallax,
  .wp-block-cover__image-background.has-parallax,
  video.wp-block-cover__video-background.has-parallax {
    background-attachment: scroll;
  }
}
@media (prefers-reduced-motion: reduce) {
  .wp-block-cover-image.has-parallax,
  .wp-block-cover.has-parallax,
  .wp-block-cover__image-background.has-parallax,
  video.wp-block-cover__video-background.has-parallax {
    background-attachment: scroll;
  }
}
.wp-block-cover-image.is-repeated,
.wp-block-cover.is-repeated,
.wp-block-cover__image-background.is-repeated,
video.wp-block-cover__video-background.is-repeated {
  background-repeat: repeat;
  background-size: auto;
}
.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 {
  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:not(.wp-element-button) {
  font-size: 0.8em;
}
.wp-block-file.aligncenter {
  text-align: center;
}
.wp-block-file.alignright {
  text-align: right;
}
.wp-block-file * + .wp-block-file__button {
  margin-left: 0.75em;
}
.wp-block-file__embed {
  margin-bottom: 1em;
}
:where(.wp-block-file__button) {
  border-radius: 2em;
  padding: 0.5em 1em;
}
:where(.wp-block-file__button):is(a):active,
:where(.wp-block-file__button):is(a):focus,
:where(.wp-block-file__button):is(a):hover,
:where(.wp-block-file__button):is(a):visited {
  box-shadow: none;
  color: #fff;
  opacity: 0.85;
  text-decoration: none;
}
.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;
  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%;
  box-sizing: border-box;
}
.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.has-custom-border
  img {
  box-sizing: border-box;
}
.wp-block-gallery.has-nested-images figure.wp-block-image.has-custom-border > a,
.wp-block-gallery.has-nested-images
  figure.wp-block-image.has-custom-border
  > div,
.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.has-custom-border
  figcaption,
.wp-block-gallery.has-nested-images
  figure.wp-block-image.is-style-rounded
  figcaption {
  flex: initial;
  background: 0 0;
  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%;
  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 img {
  height: auto;
  max-width: 100%;
  vertical-align: bottom;
}
.wp-block-image.has-custom-border img,
.wp-block-image img {
  box-sizing: border-box;
}
.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;base64,PHN2ZyB2aWV3Qm94PSIwIDAgMTAwIDEwMCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48Y2lyY2xlIGN4PSI1MCIgY3k9IjUwIiByPSI1MCIvPjwvc3ZnPg==);
    mask-image: url(data:image/svg+xml;utf8;base64,PHN2ZyB2aWV3Qm94PSIwIDAgMTAwIDEwMCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48Y2lyY2xlIGN4PSI1MCIgY3k9IjUwIiByPSI1MCIvPjwvc3ZnPg==);
    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 :where(.has-border-color) {
  border-style: solid;
}
.wp-block-image :where([style*="border-top-color"]) {
  border-top-style: solid;
}
.wp-block-image :where([style*="border-right-color"]) {
  border-right-style: solid;
}
.wp-block-image :where([style*="border-bottom-color"]) {
  border-bottom-style: solid;
}
.wp-block-image :where([style*="border-left-color"]) {
  border-left-style: solid;
}
.wp-block-image :where([style*="border-width"]) {
  border-style: solid;
}
.wp-block-image :where([style*="border-top-width"]) {
  border-top-style: solid;
}
.wp-block-image :where([style*="border-right-width"]) {
  border-right-style: solid;
}
.wp-block-image :where([style*="border-bottom-width"]) {
  border-bottom-style: solid;
}
.wp-block-image :where([style*="border-left-width"]) {
  border-left-style: solid;
}
.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 {
  direction: ltr;
  display: grid;
  grid-template-columns: 50% 1fr;
  grid-template-rows: auto;
  box-sizing: border-box;
}
.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 {
  grid-column: 1;
  grid-row: 1;
  margin: 0;
}
.wp-block-media-text .wp-block-media-text__content {
  direction: ltr;
  grid-column: 2;
  grid-row: 1;
  padding: 0 8%;
  word-break: break-word;
}
.wp-block-media-text.has-media-on-the-right .wp-block-media-text__media {
  grid-column: 2;
  grid-row: 1;
}
.wp-block-media-text.has-media-on-the-right .wp-block-media-text__content {
  grid-column: 1;
  grid-row: 1;
}
.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 {
  display: block;
}
.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 .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
  .wp-block-navigation__submenu-container
  > .wp-block-navigation-item
  > .wp-block-navigation-item__content {
  display: flex;
  flex-grow: 1;
}
.wp-block-navigation
  .has-child
  .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
  .wp-block-navigation__submenu-container
  .wp-block-navigation-item__content {
  margin: 0;
}
@media (min-width: 782px) {
  .wp-block-navigation
    .has-child
    .wp-block-navigation__submenu-container
    .wp-block-navigation__submenu-container {
    left: 100%;
    top: -1px;
  }
  .wp-block-navigation
    .has-child
    .wp-block-navigation__submenu-container
    .wp-block-navigation__submenu-container:before {
    content: "";
    position: absolute;
    right: 100%;
    height: 100%;
    display: block;
    width: 0.5em;
    background: 0 0;
  }
  .wp-block-navigation
    .has-child
    .wp-block-navigation__submenu-container
    .wp-block-navigation__submenu-icon {
    margin-right: 0.25em;
  }
  .wp-block-navigation
    .has-child
    .wp-block-navigation__submenu-container
    .wp-block-navigation__submenu-icon
    svg {
    transform: rotate(-90deg);
  }
}
.wp-block-navigation
  .has-child: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: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-page-list,
.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;
}
:where(.wp-block-navigation.has-background
    .wp-block-navigation-item
    a:not(.wp-element-button)),
:where(.wp-block-navigation.has-background
    .wp-block-navigation-submenu
    a:not(.wp-element-button)),
:where(.wp-block-navigation
    .wp-block-navigation__submenu-container
    .wp-block-navigation-item
    a:not(.wp-element-button)),
:where(.wp-block-navigation
    .wp-block-navigation__submenu-container
    .wp-block-navigation-submenu
    a:not(.wp-element-button)) {
  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;
}
@keyframes overlay-menu__fade-in-animation {
  0% {
    opacity: 0;
    transform: translateY(0.5em);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.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-link a {
  color: inherit;
}
.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;
  animation: overlay-menu__fade-in-animation 0.1s ease-out;
  animation-fill-mode: forwards;
  padding: var(--wp--style--root--padding-top, 2rem)
    var(--wp--style--root--padding-right, 2rem)
    var(--wp--style--root--padding-bottom, 2rem)
    var(--wp--style--root--padding-left, 2rem);
  overflow: auto;
  z-index: 100000;
}
@media (prefers-reduced-motion: reduce) {
  .wp-block-navigation__responsive-container.is-menu-open {
    animation-duration: 1ms;
    animation-delay: 0s;
  }
}
.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: 0 0 !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: 400;
}
.wp-block-navigation__responsive-container-close,
.wp-block-navigation__responsive-container-open {
  vertical-align: middle;
  cursor: pointer;
  color: currentColor;
  background: 0 0;
  border: none;
  margin: 0;
  padding: 0;
  text-transform: inherit;
}
.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%;
  max-width: var(--wp--style--global--wide-size, 100%);
  margin-left: auto;
  margin-right: auto;
}
.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;
}
.has-modal-open
  .admin-bar
  .is-menu-open
  .wp-block-navigation__responsive-dialog {
  margin-top: 46px;
}
@media (min-width: 782px) {
  .has-modal-open
    .admin-bar
    .is-menu-open
    .wp-block-navigation__responsive-dialog {
    margin-top: 32px;
  }
}
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-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"] {
  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-date {
  box-sizing: border-box;
}
.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;
  box-sizing: border-box;
}
.wp-block-post-featured-image.alignfull img,
.wp-block-post-featured-image.alignwide img {
  width: 100%;
}
.wp-block-post-featured-image
  .wp-block-post-featured-image__overlay.has-background-dim {
  position: absolute;
  inset: 0;
  background-color: #000;
}
.wp-block-post-featured-image {
  position: relative;
}
.wp-block-post-featured-image
  .wp-block-post-featured-image__overlay.has-background-gradient {
  background-color: transparent;
}
.wp-block-post-featured-image
  .wp-block-post-featured-image__overlay.has-background-dim-0 {
  opacity: 0;
}
.wp-block-post-featured-image
  .wp-block-post-featured-image__overlay.has-background-dim-10 {
  opacity: 0.1;
}
.wp-block-post-featured-image
  .wp-block-post-featured-image__overlay.has-background-dim-20 {
  opacity: 0.2;
}
.wp-block-post-featured-image
  .wp-block-post-featured-image__overlay.has-background-dim-30 {
  opacity: 0.3;
}
.wp-block-post-featured-image
  .wp-block-post-featured-image__overlay.has-background-dim-40 {
  opacity: 0.4;
}
.wp-block-post-featured-image
  .wp-block-post-featured-image__overlay.has-background-dim-50 {
  opacity: 0.5;
}
.wp-block-post-featured-image
  .wp-block-post-featured-image__overlay.has-background-dim-60 {
  opacity: 0.6;
}
.wp-block-post-featured-image
  .wp-block-post-featured-image__overlay.has-background-dim-70 {
  opacity: 0.7;
}
.wp-block-post-featured-image
  .wp-block-post-featured-image__overlay.has-background-dim-80 {
  opacity: 0.8;
}
.wp-block-post-featured-image
  .wp-block-post-featured-image__overlay.has-background-dim-90 {
  opacity: 0.9;
}
.wp-block-post-featured-image
  .wp-block-post-featured-image__overlay.has-background-dim-100 {
  opacity: 1;
}
.wp-block-post-terms__separator {
  white-space: pre-wrap;
}
.wp-block-post-title {
  word-break: break-word;
  box-sizing: border-box;
}
.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 {
  max-width: 420px;
}
.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 {
  margin-top: 0;
  margin-bottom: 0;
  max-width: 100%;
  list-style: none;
  padding: 0;
}
.wp-block-post-template.wp-block-post-template {
  background: 0 0;
}
.wp-block-post-template.is-flex-container {
  flex-direction: row;
  display: flex;
  flex-wrap: wrap;
  gap: 1.25em;
}
.wp-block-post-template.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 {
    width: calc(50% - 0.625em);
  }
  .wp-block-post-template.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 {
    width: calc(25% - 0.9375em);
  }
  .wp-block-post-template.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 {
    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.is-content-justification-space-between
  > .wp-block-query-pagination-next:last-child {
  margin-inline-start: auto;
}
.wp-block-query-pagination.is-content-justification-space-between
  > .wp-block-query-pagination-previous:first-child {
  margin-inline-end: auto;
}
.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-query-title,
.wp-block-quote {
  box-sizing: border-box;
}
.wp-block-quote {
  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 {
  margin-left: 0.625em;
  word-break: normal;
}
.wp-block-search__button.has-icon {
  line-height: 0;
}
.wp-block-search__button svg {
  min-width: 1.5em;
  min-height: 1.5em;
  fill: currentColor;
  vertical-align: text-bottom;
}
:where(.wp-block-search__button) {
  border: 1px solid #ccc;
  padding: 0.375em 0.625em;
}
.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;
  margin-left: 0;
  margin-right: 0;
  min-width: 3em;
  border: 1px solid #949494;
  text-decoration: unset !important;
}
.wp-block-search.wp-block-search__button-only .wp-block-search__button {
  margin-left: 0;
}
:where(.wp-block-search__button-inside .wp-block-search__inside-wrapper) {
  padding: 4px;
  border: 1px solid #949494;
}
:where(.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;
}
:where(.wp-block-search__button-inside .wp-block-search__inside-wrapper)
  .wp-block-search__input:focus {
  outline: none;
}
:where(.wp-block-search__button-inside .wp-block-search__inside-wrapper)
  :where(.wp-block-search__button) {
  padding: 0.125em 0.5em;
}
.wp-block-search.aligncenter .wp-block-search__inside-wrapper {
  margin: auto;
}
.wp-block-separator {
  border: 1px solid;
  border-right: none;
  border-left: none;
}
.wp-block-separator.is-style-dots {
  background: 0 0 !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 {
  box-sizing: border-box;
  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 img {
  height: auto;
  max-width: 100%;
}
.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 {
  box-sizing: border-box;
  padding-left: 0;
  padding-right: 0;
  text-indent: 0;
  margin-left: 0;
  background: 0 0;
}
.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: #ff4500;
  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-whatsapp {
  background-color: #25d366;
  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: 0 0;
}
.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: #ff4500;
}
.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-whatsapp {
  color: #25d366;
}
.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;
  justify-content: 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 {
  overflow-x: auto;
}
.wp-block-table table {
  border-collapse: collapse;
  width: 100%;
}
.wp-block-table td,
.wp-block-table th {
  border: 1px solid;
  padding: 0.5em;
}
.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-top-color"] > *,
.wp-block-table table[style*="border-top-color"] > * td,
.wp-block-table table[style*="border-top-color"] > * th,
.wp-block-table table[style*="border-top-color"] tr:first-child,
.wp-block-table table[style*="border-top-color"] tr:first-child td,
.wp-block-table table[style*="border-top-color"] tr:first-child th {
  border-top-color: inherit;
}
.wp-block-table table[style*="border-top-color"] tr:not(:first-child) {
  border-top-color: currentColor;
}
.wp-block-table table[style*="border-right-color"] > *,
.wp-block-table table[style*="border-right-color"] td:last-child,
.wp-block-table table[style*="border-right-color"] th,
.wp-block-table table[style*="border-right-color"] tr {
  border-right-color: inherit;
}
.wp-block-table table[style*="border-bottom-color"] > *,
.wp-block-table table[style*="border-bottom-color"] > * td,
.wp-block-table table[style*="border-bottom-color"] > * th,
.wp-block-table table[style*="border-bottom-color"] tr:last-child,
.wp-block-table table[style*="border-bottom-color"] tr:last-child td,
.wp-block-table table[style*="border-bottom-color"] tr:last-child th {
  border-bottom-color: inherit;
}
.wp-block-table table[style*="border-bottom-color"] tr:not(:last-child) {
  border-bottom-color: currentColor;
}
.wp-block-table table[style*="border-left-color"] > *,
.wp-block-table table[style*="border-left-color"] td:first-child,
.wp-block-table table[style*="border-left-color"] th,
.wp-block-table table[style*="border-left-color"] tr {
  border-left-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 {
  box-sizing: border-box;
}
.wp-block-video video {
  width: 100%;
}
@supports (position: sticky) {
  .wp-block-video [poster] {
    object-fit: cover;
  }
}
.wp-block-video.aligncenter {
  text-align: center;
}
.wp-block-video figcaption {
  margin-top: 0.5em;
  margin-bottom: 1em;
}
.wp-element-button {
  cursor: pointer;
}
: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);
  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;
  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) {
  border-style: solid;
}
html :where([style*="border-top-color"]) {
  border-top-style: solid;
}
html :where([style*="border-right-color"]) {
  border-right-style: solid;
}
html :where([style*="border-bottom-color"]) {
  border-bottom-style: solid;
}
html :where([style*="border-left-color"]) {
  border-left-style: solid;
}
html :where([style*="border-width"]) {
  border-style: solid;
}
html :where([style*="border-top-width"]) {
  border-top-style: solid;
}
html :where([style*="border-right-width"]) {
  border-right-style: solid;
}
html :where([style*="border-bottom-width"]) {
  border-bottom-style: solid;
}
html :where([style*="border-left-width"]) {
  border-left-style: solid;
}
html :where(img[class*="wp-image-"]) {
  height: auto;
  max-width: 100%;
}
figure {
  margin: 0 0 1em;
}
.wp-block-audio figcaption {
  color: #555;
  font-size: 13px;
  text-align: center;
}
.is-dark-theme .wp-block-audio figcaption {
  color: hsla(0, 0%, 100%, 0.65);
}
.wp-block-audio {
  margin: 0 0 1em;
}
.wp-block-code {
  border: 1px solid #ccc;
  border-radius: 4px;
  font-family: Menlo, Consolas, monaco, monospace;
  padding: 0.8em 1em;
}
.wp-block-embed figcaption {
  color: #555;
  font-size: 13px;
  text-align: center;
}
.is-dark-theme .wp-block-embed figcaption {
  color: hsla(0, 0%, 100%, 0.65);
}
.wp-block-embed {
  margin: 0 0 1em;
}
.blocks-gallery-caption {
  color: #555;
  font-size: 13px;
  text-align: center;
}
.is-dark-theme .blocks-gallery-caption {
  color: hsla(0, 0%, 100%, 0.65);
}
.wp-block-image figcaption {
  color: #555;
  font-size: 13px;
  text-align: center;
}
.is-dark-theme .wp-block-image figcaption {
  color: hsla(0, 0%, 100%, 0.65);
}
.wp-block-image {
  margin: 0 0 1em;
}
.wp-block-pullquote {
  border-top: 4px solid;
  border-bottom: 4px solid;
  margin-bottom: 1.75em;
  color: currentColor;
}
.wp-block-pullquote__citation,
.wp-block-pullquote cite,
.wp-block-pullquote footer {
  color: currentColor;
  text-transform: uppercase;
  font-size: 0.8125em;
  font-style: normal;
}
.wp-block-quote {
  border-left: 0.25em solid;
  margin: 0 0 1.75em;
  padding-left: 1em;
}
.wp-block-quote cite,
.wp-block-quote footer {
  color: currentColor;
  font-size: 0.8125em;
  position: relative;
  font-style: normal;
}
.wp-block-quote.has-text-align-right {
  border-left: none;
  border-right: 0.25em solid;
  padding-left: 0;
  padding-right: 1em;
}
.wp-block-quote.has-text-align-center {
  border: none;
  padding-left: 0;
}
.wp-block-quote.is-large,
.wp-block-quote.is-style-large,
.wp-block-quote.is-style-plain {
  border: none;
}
.wp-block-search .wp-block-search__label {
  font-weight: 400;
}
.wp-block-search__button {
  border: 1px solid #ccc;
  padding: 0.375em 0.625em;
}
:where(.wp-block-group.has-background) {
  padding: 1.25em 2.375em;
}
.wp-block-separator.has-css-opacity {
  opacity: 0.4;
}
.wp-block-separator {
  border: none;
  border-bottom: 2px solid;
  margin-left: auto;
  margin-right: auto;
}
.wp-block-separator.has-alpha-channel-opacity {
  opacity: 1;
}
.wp-block-separator:not(.is-style-wide):not(.is-style-dots) {
  width: 100px;
}
.wp-block-separator.has-background:not(.is-style-dots) {
  border-bottom: none;
  height: 1px;
}
.wp-block-separator.has-background:not(.is-style-wide):not(.is-style-dots) {
  height: 2px;
}
.wp-block-table {
  margin: "0 0 1em 0";
}
.wp-block-table thead {
  border-bottom: 3px solid;
}
.wp-block-table tfoot {
  border-top: 3px solid;
}
.wp-block-table td,
.wp-block-table th {
  word-break: normal;
}
.wp-block-table figcaption {
  color: #555;
  font-size: 13px;
  text-align: center;
}
.is-dark-theme .wp-block-table figcaption {
  color: hsla(0, 0%, 100%, 0.65);
}
.wp-block-video figcaption {
  color: #555;
  font-size: 13px;
  text-align: center;
}
.is-dark-theme .wp-block-video figcaption {
  color: hsla(0, 0%, 100%, 0.65);
}
.wp-block-video {
  margin: 0 0 1em;
}
.wp-block-template-part.has-background {
  padding: 1.25em 2.375em;
  margin-top: 0;
  margin-bottom: 0;
}
.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 {
  background-color: #fff;
  border: 1px solid #1e1e1e;
  border-radius: 2px;
  max-height: 400px;
  min-width: 100%;
  outline: none;
  overflow: auto;
  padding: 0;
  position: absolute;
  transition: none;
  z-index: 1000000;
}
.components-custom-select-control__menu[aria-hidden="true"] {
  display: none;
}
.components-custom-select-control__item {
  align-items: center;
  cursor: default;
  display: flex;
  line-height: 28px;
  list-style-type: none;
  padding: 8px;
}
.components-custom-select-control__item.is-highlighted {
  background: #ddd;
}
.components-custom-select-control__item
  .components-custom-select-control__item-icon {
  margin-left: auto;
  margin-right: 0;
}
.components-custom-select-control__item:last-child {
  margin-bottom: 0;
}
.components-snackbar {
  background-color: #1e1e1e;
  border-radius: 2px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
  box-sizing: border-box;
  color: #fff;
  cursor: pointer;
  font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen-Sans,
    Ubuntu, Cantarell, Helvetica Neue, sans-serif;
  font-size: 13px;
  max-width: 600px;
  padding: 16px 24px;
  pointer-events: auto;
  width: 100%;
}
@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 {
  left: 28px;
  position: absolute;
  top: 24px;
}
.components-snackbar .components-snackbar__dismiss-button {
  cursor: pointer;
  margin-left: 32px;
}
.components-snackbar__action.components-button {
  color: #fff;
  flex-shrink: 0;
  height: auto;
  line-height: 1.4;
  margin-left: 32px;
  padding: 0;
}
.components-snackbar__action.components-button:not(:disabled):not([aria-disabled="true"]):not(.is-secondary) {
  background-color: transparent;
  text-decoration: underline;
}
.components-snackbar__action.components-button:not(:disabled):not([aria-disabled="true"]):not(.is-secondary):focus {
  box-shadow: none;
  color: #fff;
  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 {
  align-items: baseline;
  display: flex;
  justify-content: space-between;
  line-height: 1.4;
}
.components-snackbar-list {
  box-sizing: border-box;
  pointer-events: none;
  position: absolute;
  width: 100%;
  z-index: 100000;
}
.components-snackbar-list__notice-container {
  padding-top: 8px;
  position: relative;
}
.components-combobox-control {
  width: 100%;
}
input.components-combobox-control__input[type="text"] {
  border: none;
  box-shadow: none;
  font-size: 16px;
  line-height: inherit;
  margin: 0;
  min-height: auto;
  padding: 2px;
  width: 100%;
}
@media (min-width: 600px) {
  input.components-combobox-control__input[type="text"] {
    font-size: 13px;
  }
}
input.components-combobox-control__input[type="text"]:focus {
  box-shadow: none;
  outline: none;
}
.components-combobox-control__suggestions-container {
  align-items: flex-start;
  border: 1px solid #757575;
  border-radius: 2px;
  box-shadow: 0 0 0 transparent;
  display: flex;
  flex-wrap: wrap;
  font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen-Sans,
    Ubuntu, Cantarell, Helvetica Neue, sans-serif;
  font-size: 16px;
  line-height: normal;
  margin: 0 0 8px;
  padding: 4px;
  transition: box-shadow 0.1s linear;
  width: 100%;
}
@media (prefers-reduced-motion: reduce) {
  .components-combobox-control__suggestions-container {
    transition-delay: 0s;
    transition-duration: 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 {
  color: rgba(30, 30, 30, 0.62);
  opacity: 1;
}
.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;
}
.components-form-token-field__input-container {
  align-items: center;
  border: 1px solid #757575;
  border-radius: 2px;
  box-shadow: 0 0 0 transparent;
  cursor: text;
  display: flex;
  flex-wrap: wrap;
  font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen-Sans,
    Ubuntu, Cantarell, Helvetica Neue, sans-serif;
  font-size: 16px;
  line-height: normal;
  margin: 0 0 8px;
  padding: 2px 4px;
  transition: box-shadow 0.1s linear;
  width: 100%;
}
@media (prefers-reduced-motion: reduce) {
  .components-form-token-field__input-container {
    transition-delay: 0s;
    transition-duration: 0s;
  }
}
@media (min-width: 600px) {
  .components-form-token-field__input-container {
    font-size: 13px;
    line-height: normal;
  }
}
.components-form-token-field__input-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-form-token-field__input-container::-webkit-input-placeholder {
  color: rgba(30, 30, 30, 0.62);
}
.components-form-token-field__input-container::-moz-placeholder {
  color: rgba(30, 30, 30, 0.62);
  opacity: 1;
}
.components-form-token-field__input-container:-ms-input-placeholder {
  color: rgba(30, 30, 30, 0.62);
}
.components-form-token-field__input-container.is-disabled {
  background: #ddd;
  border-color: #ddd;
}
.components-form-token-field__input-container.is-active {
  border-color: var(--wp-admin-theme-color);
  box-shadow: 0 0 0 1px var(--wp-admin-theme-color);
  outline: 2px solid transparent;
}
.components-form-token-field__input-container
  input[type="text"].components-form-token-field__input {
  background: inherit;
  border: 0;
  box-shadow: none;
  color: #1e1e1e;
  display: inline-block;
  flex: 1;
  font-size: 16px;
  margin-left: 4px;
  max-width: 100%;
  min-height: 24px;
  min-width: 50px;
  padding: 0;
  width: 100%;
}
@media (min-width: 600px) {
  .components-form-token-field__input-container
    input[type="text"].components-form-token-field__input {
    font-size: 13px;
  }
}
.components-form-token-field.is-active
  .components-form-token-field__input-container
  input[type="text"].components-form-token-field__input,
.components-form-token-field__input-container
  input[type="text"].components-form-token-field__input:focus {
  box-shadow: none;
  outline: none;
}
.components-form-token-field__input-container
  .components-form-token-field__token
  + input[type="text"].components-form-token-field__input {
  width: auto;
}
.components-form-token-field__label {
  display: inline-block;
  margin-bottom: 4px;
}
.components-form-token-field__help {
  color: #757575;
  font-size: 12px;
  font-style: normal;
}
.components-form-token-field__token {
  color: #1e1e1e;
  display: flex;
  font-size: 13px;
  margin: 2px 4px 2px 0;
  max-width: 100%;
}
.components-form-token-field__token.is-success
  .components-form-token-field__remove-token,
.components-form-token-field__token.is-success
  .components-form-token-field__token-text {
  background: #4ab866;
}
.components-form-token-field__token.is-error
  .components-form-token-field__remove-token,
.components-form-token-field__token.is-error
  .components-form-token-field__token-text {
  background: #cc1818;
}
.components-form-token-field__token.is-validating
  .components-form-token-field__remove-token,
.components-form-token-field__token.is-validating
  .components-form-token-field__token-text {
  color: #757575;
}
.components-form-token-field__token.is-borderless {
  padding: 0 16px 0 0;
  position: relative;
}
.components-form-token-field__token.is-borderless
  .components-form-token-field__token-text {
  background: 0 0;
  color: var(--wp-admin-theme-color);
}
.components-form-token-field__token.is-borderless
  .components-form-token-field__remove-token {
  background: 0 0;
  color: #757575;
  position: absolute;
  right: 0;
  top: 1px;
}
.components-form-token-field__token.is-borderless.is-success
  .components-form-token-field__token-text {
  color: #4ab866;
}
.components-form-token-field__token.is-borderless.is-error
  .components-form-token-field__token-text {
  border-radius: 4px 0 0 4px;
  color: #cc1818;
  padding: 0 4px 0 6px;
}
.components-form-token-field__token.is-borderless.is-validating
  .components-form-token-field__token-text {
  color: #1e1e1e;
}
.components-form-token-field__token.is-disabled
  .components-form-token-field__remove-token {
  cursor: default;
}
.components-form-token-field__remove-token.components-button,
.components-form-token-field__token-text {
  background: #ddd;
  display: inline-block;
  height: auto;
  line-height: 24px;
  min-width: unset;
  transition: all 0.2s cubic-bezier(0.4, 1, 0.4, 1);
}
@media (prefers-reduced-motion: reduce) {
  .components-form-token-field__remove-token.components-button,
  .components-form-token-field__token-text {
    -webkit-animation-delay: 0s;
    animation-delay: 0s;
    -webkit-animation-duration: 1ms;
    animation-duration: 1ms;
    transition-delay: 0s;
    transition-duration: 0s;
  }
}
.components-form-token-field__token-text {
  border-radius: 2px 0 0 2px;
  overflow: hidden;
  padding: 0 0 0 8px;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.components-form-token-field__remove-token.components-button {
  border-radius: 0 2px 2px 0;
  color: #1e1e1e;
  cursor: pointer;
  line-height: 10px;
  overflow: initial;
  padding: 0 2px;
}
.components-form-token-field__remove-token.components-button:hover {
  color: #1e1e1e;
}
.components-form-token-field__suggestions-list {
  border-top: 1px solid #757575;
  flex: 1 0 100%;
  list-style: none;
  margin: 4px -4px -4px;
  max-height: 9em;
  min-width: 100%;
  overflow-y: auto;
  padding: 0;
  transition: all 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .components-form-token-field__suggestions-list {
    transition-delay: 0s;
    transition-duration: 0s;
  }
}
.components-form-token-field__suggestion {
  color: #757575;
  cursor: pointer;
  display: block;
  font-size: 13px;
  margin: 0;
  padding: 4px 8px;
}
.components-form-token-field__suggestion.is-selected {
  background: var(--wp-admin-theme-color);
  color: #fff;
}
.components-form-token-field__suggestion-match {
  text-decoration: underline;
}
.wc-block-grid__products .wc-block-grid__product-image {
  display: block;
  position: relative;
  text-decoration: none;
}
.wc-block-grid__products .wc-block-grid__product-image a {
  border: 0;
  box-shadow: none;
  outline: 0;
  text-decoration: none;
}
.wc-block-grid__products .wc-block-grid__product-image img {
  height: auto;
  max-width: 100%;
  width: auto;
}
.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 {
  color: inherit;
  display: block;
  font-family: inherit;
  font-size: inherit;
  font-weight: 400;
  line-height: 1.2;
  padding: 0;
}
.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 {
  white-space: normal;
  word-break: break-word;
}
.wc-block-grid__product-add-to-cart.wp-block-button .wp-block-button__link {
  display: inline-flex;
  font-size: 1em;
  justify-content: center;
  margin-left: auto !important;
  margin-right: auto !important;
  padding: 0.5em 1em;
  text-align: center;
  white-space: normal;
  word-break: break-word;
}
.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 {
  content: "";
  display: inline-block;
  font-family: WooCommerce;
  height: auto;
  margin-left: 0.5em;
  width: auto;
}
.wc-block-grid__product-add-to-cart.wp-block-button
  .wp-block-button__link.loading:after {
  -webkit-animation: spin 2s linear infinite;
  animation: spin 2s linear infinite;
  content: "";
  display: inline-block;
  font-family: WooCommerce;
  height: auto;
  margin-left: 0.5em;
  width: 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;
}
.wc-block-grid__product-rating .star-rating,
.wc-block-grid__product-rating .wc-block-grid__product-rating__stars {
  font-family: star;
  font-size: 1em;
  font-weight: 400;
  height: 1.618em;
  line-height: 1.618;
  margin: 0 auto;
  overflow: hidden;
  position: relative;
  text-align: left;
  width: 5.3em;
}
.wc-block-grid__product-rating .star-rating:before,
.wc-block-grid__product-rating .wc-block-grid__product-rating__stars:before {
  content: "SSSSS";
  left: 0;
  opacity: 0.5;
  position: absolute;
  right: 0;
  top: 0;
  white-space: nowrap;
}
.wc-block-grid__product-rating .star-rating span,
.wc-block-grid__product-rating .wc-block-grid__product-rating__stars span {
  left: 0;
  overflow: hidden;
  padding-top: 1.5em;
  position: absolute;
  right: 0;
  top: 0;
}
.wc-block-grid__product-rating .star-rating span:before,
.wc-block-grid__product-rating
  .wc-block-grid__product-rating__stars
  span:before {
  color: inherit;
  content: "SSSSS";
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  white-space: nowrap;
}
.wc-block-grid__product-onsale {
  background: #fff;
  border: 1px solid #43454b;
  border-radius: 3px;
  color: #43454b;
  display: inline-block;
  font-size: 0.875em;
  font-weight: 600;
  padding: 0.25em 0.75em;
  position: relative;
  text-align: center;
  text-transform: uppercase;
  width: auto;
  z-index: 9;
}
.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 {
  color: #cd2653;
  font-family: -apple-system, blinkmacsystemfont, Helvetica Neue, helvetica,
    sans-serif;
  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: 400;
  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 {
  display: block;
  margin-top: 12px;
}
.theme-twentytwentytwo .wc-block-components-product-price ins,
.theme-twentytwentytwo .wc-block-grid__product-price ins {
  text-decoration: none;
}
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  word-wrap: normal !important;
  border: 0;
  -webkit-clip-path: inset(50%);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  overflow-wrap: normal !important;
  padding: 0;
  position: absolute !important;
  width: 1px;
}
.screen-reader-text:focus {
  clip: auto !important;
  background-color: #fff;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  -webkit-clip-path: none;
  clip-path: none;
  color: #2b2d2f;
  display: block;
  font-size: 0.875rem;
  font-weight: 400;
  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 {
  flex-basis: 100%;
  margin: 0;
}
.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-height: 1.75em;
  min-width: 60%;
}
.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 {
  display: flex;
  flex-wrap: wrap;
  margin: 0;
}
.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;
  height: 1.5em;
  margin: -0.25em 0 -0.25em 0.5em;
  vertical-align: top;
  width: 1.5em;
}
.wc-block-components-product-add-to-cart
  .wc-block-components-product-add-to-cart-quantity {
  background: #fff;
  border: 1px solid #ccc;
  border-radius: 2px;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.125);
  color: #43454b;
  flex-basis: 5em;
  margin: 0 1em 0.75em 0;
  padding: 0.618em;
  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 {
  background-color: currentColor !important;
  border: 0 !important;
  border-radius: 0.25rem;
  box-shadow: none;
  color: currentColor !important;
  display: block;
  line-height: 1;
  max-width: 100% !important;
  opacity: 0.15;
  outline: 0 !important;
  overflow: hidden !important;
  pointer-events: none;
  position: relative !important;
  width: 100%;
  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 {
  -webkit-animation: loading__animation 1.5s ease-in-out infinite;
  animation: loading__animation 1.5s ease-in-out infinite;
  background-image: linear-gradient(
    90deg,
    currentColor,
    hsla(0, 0%, 96%, 0.302),
    currentColor
  );
  background-repeat: no-repeat;
  content: " ";
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  transform: translateX(-100%);
}
@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 {
  margin-bottom: 12px;
  white-space: normal;
  word-break: break-word;
}
.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-left: auto;
  margin-right: auto;
  white-space: normal;
  word-break: break-word;
}
.wp-block-button.wc-block-components-product-button
  .wc-block-components-product-button__button--placeholder {
  background-color: currentColor !important;
  border: 0 !important;
  border-radius: 0.25rem;
  box-shadow: none;
  color: currentColor !important;
  display: block;
  line-height: 1;
  max-width: 100% !important;
  min-height: 3em;
  min-width: 8em;
  opacity: 0.15;
  outline: 0 !important;
  overflow: hidden !important;
  pointer-events: none;
  position: relative !important;
  width: 100%;
  z-index: 1;
}
.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 {
  -webkit-animation: loading__animation 1.5s ease-in-out infinite;
  animation: loading__animation 1.5s ease-in-out infinite;
  background-image: linear-gradient(
    90deg,
    currentColor,
    hsla(0, 0%, 96%, 0.302),
    currentColor
  );
  background-repeat: no-repeat;
  content: " ";
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  transform: translateX(-100%);
}
@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 {
  background-color: currentColor !important;
  border: 0 !important;
  border-radius: 0.25rem;
  box-shadow: none;
  color: currentColor !important;
  display: block;
  line-height: 1;
  max-width: 100% !important;
  min-height: 3em;
  min-width: 8em;
  opacity: 0.15;
  outline: 0 !important;
  overflow: hidden !important;
  pointer-events: none;
  position: relative !important;
  width: 100%;
  z-index: 1;
}
.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 {
  -webkit-animation: loading__animation 1.5s ease-in-out infinite;
  animation: loading__animation 1.5s ease-in-out infinite;
  background-image: linear-gradient(
    90deg,
    currentColor,
    hsla(0, 0%, 96%, 0.302),
    currentColor
  );
  background-repeat: no-repeat;
  content: " ";
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  transform: translateX(-100%);
}
@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);
  border-color: var(--button--color-background);
  color: var(--button--color-text);
}
.wc-block-components-product-category-list {
  margin-bottom: 0.75em;
  margin-top: 0;
}
.wc-block-components-product-category-list ul {
  display: inline;
  margin: 0;
  padding: 0;
}
.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 {
  display: block;
  position: relative;
  text-decoration: none;
}
.editor-styles-wrapper
  .wc-block-grid__products
  .wc-block-grid__product
  .wc-block-components-product-image
  a,
.wc-block-components-product-image a {
  border: 0;
  border-radius: inherit;
  box-shadow: none;
  outline: 0;
  text-decoration: 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 {
  left: 4px;
  margin: 0;
  position: absolute;
  right: auto;
  top: 4px;
}
.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 {
  left: 50%;
  margin: 0;
  position: absolute;
  right: auto;
  top: 4px;
  transform: translateX(-50%);
}
.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 {
  left: auto;
  margin: 0;
  position: absolute;
  right: 4px;
  top: 4px;
}
.is-loading .wc-block-components-product-image {
  background-color: currentColor !important;
  border: 0 !important;
  box-shadow: none;
  color: currentColor !important;
  display: block;
  line-height: 1;
  max-width: 100% !important;
  opacity: 0.15;
  outline: 0 !important;
  overflow: hidden !important;
  pointer-events: none;
  position: relative !important;
  width: 100%;
  width: auto;
  z-index: 1;
}
.is-loading .wc-block-components-product-image > * {
  visibility: hidden;
}
.is-loading .wc-block-components-product-image:after {
  -webkit-animation: loading__animation 1.5s ease-in-out infinite;
  animation: loading__animation 1.5s ease-in-out infinite;
  background-image: linear-gradient(
    90deg,
    currentColor,
    hsla(0, 0%, 96%, 0.302),
    currentColor
  );
  background-repeat: no-repeat;
  content: " ";
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  transform: translateX(-100%);
}
@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-price {
  margin-bottom: 12px;
}
.wc-block-components-product-rating {
  display: block;
  margin-bottom: 12px;
  margin-top: 0;
}
.wc-block-components-product-rating__stars {
  font-family: star;
  font-size: 1em;
  font-weight: 400;
  height: 1.618em;
  line-height: 1.618;
  margin: 0 auto;
  overflow: hidden;
  position: relative;
  text-align: left;
  width: 5.3em;
}
.wc-block-components-product-rating__stars:before {
  color: inherit;
  content: "SSSSS";
  left: 0;
  opacity: 0.5;
  position: absolute;
  right: 0;
  top: 0;
  white-space: nowrap;
}
.wc-block-components-product-rating__stars span {
  color: inherit;
  left: 0;
  overflow: hidden;
  padding-top: 1.5em;
  position: absolute;
  right: 0;
  top: 0;
}
.wc-block-components-product-rating__stars span:before {
  color: inherit;
  content: "SSSSS";
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  white-space: nowrap;
}
.wc-block-single-product .wc-block-components-product-rating__stars {
  margin: 0;
}
.wc-block-components-product-sale-badge {
  background: #fff;
  border: 1px solid #43454b;
  border-radius: 3px;
  box-sizing: border-box;
  color: #43454b;
  display: inline-block;
  font-size: 0.875em;
  font-weight: 600;
  margin: 0 auto 12px;
  padding: 0.25em 0.75em;
  position: static;
  text-align: center;
  text-transform: uppercase;
  width: auto;
  z-index: 9;
}
.wc-block-components-product-sale-badge span {
  background-color: inherit;
  color: inherit;
}
.wc-block-components-product-sku {
  display: block;
  font-size: 0.875em;
  margin-bottom: 12px;
  margin-top: 0;
  text-transform: uppercase;
}
.wc-block-components-product-stock-indicator {
  display: block;
  font-size: 0.875em;
  margin-bottom: 0.75em;
  margin-top: 0;
}
.wc-block-components-product-summary {
  margin-bottom: 12px;
  margin-top: 0;
}
.is-loading .wc-block-components-product-summary:before {
  background-color: currentColor !important;
  border: 0 !important;
  border-radius: 0.25rem;
  box-shadow: none;
  color: currentColor !important;
  content: ".";
  display: block;
  height: 6em;
  line-height: 1;
  max-width: 100% !important;
  opacity: 0.15;
  outline: 0 !important;
  overflow: hidden !important;
  pointer-events: none;
  position: relative !important;
  width: 100%;
  z-index: 1;
}
.is-loading .wc-block-components-product-summary:before > * {
  visibility: hidden;
}
.is-loading .wc-block-components-product-summary:before:after {
  -webkit-animation: loading__animation 1.5s ease-in-out infinite;
  animation: loading__animation 1.5s ease-in-out infinite;
  background-image: linear-gradient(
    90deg,
    currentColor,
    hsla(0, 0%, 96%, 0.302),
    currentColor
  );
  background-repeat: no-repeat;
  content: " ";
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  transform: translateX(-100%);
}
@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-bottom: 0.75em;
  margin-top: 0;
}
.wc-block-components-product-tag-list ul {
  display: inline;
  margin: 0;
  padding: 0;
}
.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 {
  display: block;
  font-size: inherit;
  font-weight: 400;
  line-height: 1.5;
  margin-bottom: 12px;
  margin-top: 0;
  padding: 0;
}
.wc-block-components-product-title a {
  color: inherit;
  font-size: inherit;
}
.is-loading .wc-block-components-product-title:before {
  background-color: currentColor !important;
  border: 0 !important;
  border-radius: 0.25rem;
  box-shadow: none;
  color: currentColor !important;
  content: ".";
  display: block;
  display: inline-block;
  line-height: 1;
  max-width: 100% !important;
  opacity: 0.15;
  outline: 0 !important;
  overflow: hidden !important;
  pointer-events: none;
  position: relative !important;
  width: 100%;
  width: 7em;
  z-index: 1;
}
.is-loading .wc-block-components-product-title:before > * {
  visibility: hidden;
}
.is-loading .wc-block-components-product-title:before:after {
  -webkit-animation: loading__animation 1.5s ease-in-out infinite;
  animation: loading__animation 1.5s ease-in-out infinite;
  background-image: linear-gradient(
    90deg,
    currentColor,
    hsla(0, 0%, 96%, 0.302),
    currentColor
  );
  background-repeat: no-repeat;
  content: " ";
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  transform: translateX(-100%);
}
@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 {
  align-items: center;
  color: #757575;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin: 40px 0;
  padding: 40px 0;
  text-align: center;
}
.wc-block-components-error__header {
  color: #646970;
  font-size: 2em;
  margin: 0;
}
.wc-block-components-error__image {
  margin: 0 0 24px;
  width: 25%;
}
.wc-block-components-error__text {
  color: #8c8f94;
  font-size: 1.25em;
  margin: 1em 0 0;
  max-width: 60ch;
}
.wc-block-components-error__message {
  color: #8c8f94;
  font-style: italic;
  margin: 1em auto 0;
  max-width: 60ch;
}
.wc-block-error__button {
  margin: 40px 0 0;
}
.wc-block-components-button:not(.is-link) {
  align-items: center;
  color: inherit;
  display: inline-flex;
  font-family: inherit;
  font-size: inherit;
  font-style: inherit;
  font-weight: inherit;
  font-weight: 400;
  justify-content: center;
  letter-spacing: inherit;
  line-height: inherit;
  line-height: 1;
  min-height: 3em;
  padding: 0 1em;
  position: relative;
  text-align: center;
  text-decoration: inherit;
  text-decoration: none;
  text-transform: inherit;
  text-transform: none;
  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;
  color: #1e1e1e;
}
.wc-block-components-button:not(.is-link).outlined:not(:focus) {
  box-shadow: inset 0 0 0 1px #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 {
  background: 0 0;
  border: none;
  margin: 0;
  padding: 0 0 0 24px;
  position: relative;
}
.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 {
  align-content: center;
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 1em;
  justify-content: space-between;
  margin: 0.75em 0 1em;
  position: relative;
}
.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 {
  color: inherit;
  font-weight: 400;
}
.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 {
  background: 0 0;
  border: 0;
  border-radius: 0;
  content: " " counter(checkout-step) ".";
  content: " " counter(checkout-step) "."/"";
  counter-increment: checkout-step;
  left: -24px;
  margin: 0;
  padding: 0;
  position: absolute;
  text-align: center;
  top: 0;
  transform: translateX(-50%);
  vertical-align: baseline;
  width: 24px;
}
.wc-block-components-checkout-step--with-step-number
  .wc-block-components-checkout-step__container:after {
  border-left: 1px solid;
  content: "";
  height: 100%;
  left: -24px;
  opacity: 0.3;
  position: absolute;
  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 {
  content: counter(checkout-step) ". ";
  content: counter(checkout-step) ". "/"";
  left: auto;
  position: static;
  top: auto;
  transform: none;
}
.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 {
  margin-top: 0;
  padding-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 {
  display: flex;
  font-size: 0.875em;
  padding-bottom: 1px;
  padding-top: 16px;
  position: relative;
  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 {
  padding-bottom: 16px;
  position: relative;
  width: 48px;
}
.wc-block-components-order-summary-item__image > img {
  max-width: 48px;
  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;
  justify-content: center;
  line-height: 1;
  min-height: 20px;
  min-width: 20px;
  padding: 0 0.4em;
  position: absolute;
  right: 0;
  top: 0;
  transform: translate(50%, -50%);
  white-space: nowrap;
  z-index: 1;
}
.wc-block-components-order-summary-item__description {
  padding-bottom: 16px;
  padding-left: 24px;
  padding-right: 12px;
}
.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: 400;
  margin-left: auto;
  text-align: right;
}
.wc-block-components-order-summary-item__individual-prices {
  display: block;
}
.wc-block-components-payment-method-icons {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0 0 14px;
}
.wc-block-components-payment-method-icons
  .wc-block-components-payment-method-icon {
  display: inline-block;
  height: 24px;
  margin: 0 4px 2px;
  max-height: 24px;
  max-width: 38px;
  padding: 0;
  width: auto;
}
.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-left: 8px;
  margin-right: 0;
}
.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 {
  margin: -2px 4px 0 0;
  vertical-align: middle;
}
.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;
  line-height: 1;
  list-style: none outside;
  margin: 24px 0;
  text-align: center;
}
.wc-block-components-checkout-policies__item {
  display: inline-block;
  list-style: none outside;
  margin: 0;
  padding: 0 0.25em;
}
.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 {
  border: 1px solid;
  border-radius: 2px;
  display: inline-block;
  font-size: 0.75em;
  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: 400;
}
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;
  top: 50%;
  transform: translateY(-50%);
}
.wc-block-components-shipping-calculator-address {
  margin-bottom: 0;
}
.wc-block-components-shipping-calculator-address__button {
  margin-top: 1.5em;
  width: 100%;
}
.wc-block-components-shipping-calculator {
  padding: 0.5em 0 0.75em;
}
.wc-block-components-shipping-rates-control__package {
  margin-bottom: 36px;
}
.wc-block-components-shipping-rates-control__package:last-child {
  margin-bottom: 0;
}
.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 {
  display: block;
  font-size: 0.875em;
  list-style: none;
  margin: 0;
  padding: 0;
}
.wc-block-components-shipping-rates-control__package-item {
  display: inline-block;
  margin: 0;
  overflow-wrap: anywhere;
  padding: 0;
  word-break: break-word;
  -ms-word-break: break-all;
}
.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;
  margin-bottom: 0;
  width: 100%;
}
.wc-block-components-totals-coupon__form
  .wc-block-components-totals-coupon__input {
  flex-grow: 1;
  margin-bottom: 0;
  margin-top: 0;
}
.wc-block-components-totals-coupon__form
  .wc-block-components-totals-coupon__button {
  flex-shrink: 0;
  height: 3em;
  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: 400;
}
.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;
  border: 0;
  margin: 0;
  padding: 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 {
  background: 0 0;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  color: inherit;
  display: inline;
  font-family: inherit;
  font-size: inherit;
  font-style: inherit;
  font-weight: inherit;
  letter-spacing: inherit;
  line-height: inherit;
  margin: 0;
  padding: 0;
  text-decoration: inherit;
  text-decoration: underline;
  text-shadow: none;
  text-transform: inherit;
  vertical-align: baseline;
}
.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: 0 0;
  opacity: 0.8;
}
.theme-twentytwentyone.theme-twentytwentyone.theme-twentytwentyone
  .wc-block-components-totals-shipping__change-address-button {
  background: 0 0;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  color: inherit;
  display: inline;
  font-family: inherit;
  font-size: inherit;
  font-style: inherit;
  font-weight: inherit;
  letter-spacing: inherit;
  line-height: inherit;
  margin: 0;
  padding: 0;
  text-decoration: inherit;
  text-decoration: underline;
  text-shadow: none;
  text-transform: inherit;
  vertical-align: baseline;
}
.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: 0 0;
}
.editor-styles-wrapper .wc-block-components-checkbox-list,
.wc-block-components-checkbox-list {
  list-style: none outside;
  margin: 0;
  padding: 0;
}
.editor-styles-wrapper .wc-block-components-checkbox-list li,
.wc-block-components-checkbox-list li {
  list-style: none outside;
  margin: 0 0 4px;
  padding: 0;
}
.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: 0 0;
  border: none;
  cursor: pointer;
  padding: 0;
  text-decoration: underline;
}
.editor-styles-wrapper .wc-block-components-checkbox-list.is-loading li,
.wc-block-components-checkbox-list.is-loading li {
  background-color: currentColor !important;
  border: 0 !important;
  border-radius: 0.25rem;
  box-shadow: none;
  color: currentColor !important;
  display: block;
  line-height: 1;
  max-width: 100% !important;
  opacity: 0.15;
  outline: 0 !important;
  overflow: hidden !important;
  pointer-events: none;
  position: relative !important;
  width: 100%;
  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 {
  -webkit-animation: loading__animation 1.5s ease-in-out infinite;
  animation: loading__animation 1.5s ease-in-out infinite;
  background-image: linear-gradient(
    90deg,
    currentColor,
    hsla(0, 0%, 96%, 0.302),
    currentColor
  );
  background-repeat: no-repeat;
  content: " ";
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  transform: translateX(-100%);
}
@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 {
  align-items: center;
  border: 0;
  border-radius: 0;
  color: inherit;
  display: inline-flex;
  font-family: inherit;
  font-size: inherit;
  font-style: inherit;
  font-weight: inherit;
  letter-spacing: inherit;
  line-height: inherit;
  line-height: 1;
  margin: 0 0.365em 0.365em 0;
  max-width: 100%;
  padding: 0.25em 0.5em;
  text-decoration: inherit;
  text-transform: inherit;
}
.wc-block-components-chip,
.wc-block-components-chip:active,
.wc-block-components-chip:focus,
.wc-block-components-chip:hover {
  background: 0 0;
  border: 1px solid;
  color: inherit;
}
.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.25em;
}
.wc-block-components-chip .wc-block-components-chip__text {
  flex-grow: 1;
  font-size: 0.875em;
}
.wc-block-components-chip.is-removable .wc-block-components-chip__text {
  padding-right: 0.5em;
}
.wc-block-components-chip .wc-block-components-chip__remove {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: #e0e0e0;
  border: 0;
  border-radius: 25px;
  height: 16px;
  line-height: 16px;
  margin: 0;
  padding: 0;
  width: 16px;
}
.wc-block-components-chip .wc-block-components-chip__remove-icon {
  fill: #1e1e1e;
}
.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: 0 0;
}
.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 {
  background: #949494;
}
.wc-block-components-chip__remove:focus .wc-block-components-chip__remove-icon,
.wc-block-components-chip__remove:hover .wc-block-components-chip__remove-icon,
button.wc-block-components-chip:focus
  > .wc-block-components-chip__remove
  .wc-block-components-chip__remove-icon,
button.wc-block-components-chip:hover
  > .wc-block-components-chip__remove
  .wc-block-components-chip__remove-icon {
  fill: #fff;
}
.wc-block-components-chip__remove:disabled,
button.wc-block-components-chip:disabled > .wc-block-components-chip__remove {
  fill: #fff;
  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 {
  border: 0;
  border-radius: 0;
  color: inherit;
  font-family: inherit;
  font-size: inherit;
  font-style: inherit;
  font-weight: inherit;
  letter-spacing: inherit;
  line-height: inherit;
  margin: 0;
  padding: 0;
  text-decoration: inherit;
  text-transform: inherit;
  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 {
  border: 0;
  border-radius: 0;
  color: inherit;
  font-family: inherit;
  font-size: inherit;
  font-style: inherit;
  font-weight: inherit;
  letter-spacing: inherit;
  line-height: inherit;
  margin: 0;
  padding: 0;
  position: relative;
  text-decoration: inherit;
  text-transform: inherit;
  vertical-align: baseline;
}
.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 {
  background: #fff;
  border: 1px solid #50575e;
  border-radius: 4px;
  box-shadow: none;
  box-sizing: border-box;
  color: inherit;
  color: #2b2d2f;
  font-family: inherit;
  font-size: inherit;
  font-size: 1em;
  font-style: inherit;
  font-weight: inherit;
  font-weight: 400;
  height: 3em;
  letter-spacing: inherit;
  line-height: inherit;
  line-height: 1;
  opacity: 1;
  outline: inherit;
  padding: 1.5em 16px 0.25em;
  text-align: left;
  text-decoration: inherit;
  text-overflow: ellipsis;
  text-transform: inherit;
  text-transform: none;
  white-space: nowrap;
  width: 100%;
}
.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;
  box-shadow: 0 0 0 1px #50575e;
  color: #2b2d2f;
  outline: 0;
}
.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-left-radius: 0;
  border-bottom-right-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);
  box-shadow: 0 0 0 1px hsla(0, 0%, 100%, 0.4);
  color: #fff;
}
.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 {
  background-color: #fff;
  border: 1px solid #50575e;
  border-top: 0;
  color: #2b2d2f;
  margin: 3em 0 0;
  max-height: 300px;
  min-width: 100%;
  overflow: auto;
  padding: 0;
  position: absolute;
  z-index: 10;
}
.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 {
  color: #757575;
  cursor: default;
  font-size: 1em;
  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;
  color: #757575;
  font-family: inherit;
  font-size: inherit;
  font-size: 1em;
  font-style: inherit;
  font-weight: inherit;
  letter-spacing: inherit;
  line-height: inherit;
  line-height: 1.375;
  margin: 0 0 0 17px;
  max-width: calc(100% - 32px);
  overflow: hidden;
  position: absolute;
  text-decoration: inherit;
  text-overflow: ellipsis;
  text-transform: inherit;
  transform: translateY(0.75em);
  transform-origin: top left;
  transition: all 0.2s ease;
  white-space: nowrap;
  z-index: 1;
}
.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;
  opacity: 1;
  position: fixed;
  right: 0;
  top: 0;
  transition: opacity 0.3s;
  z-index: 9999;
}
.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 {
  opacity: 0;
  pointer-events: none;
}
.wc-block-components-drawer {
  background: #fff;
  display: block;
  height: 100%;
  left: 100%;
  position: relative;
  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 {
  background: 0 0;
  border: 0;
  border-radius: 0;
  margin: -1em;
  padding: 1em;
  position: absolute;
  right: 0;
  top: 0;
  vertical-align: baseline;
}
.wc-block-components-drawer
  .components-modal__header
  .components-button
  > span {
  clip: rect(1px, 1px, 1px, 1px);
  word-wrap: normal !important;
  border: 0;
  -webkit-clip-path: inset(50%);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  overflow-wrap: normal !important;
  padding: 0;
  position: absolute !important;
  width: 1px;
}
.wc-block-components-drawer .components-modal__header-heading {
  border: 0;
  border-radius: 0;
  font-size: 1.25rem;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
  word-break: break-word;
}
.wc-filter-element-label-list-count:before {
  content: " (";
}
.wc-filter-element-label-list-count:after {
  content: ")";
}
.wc-block-filter-title-placeholder {
  background-color: currentColor !important;
  border: 0 !important;
  border-radius: 0.25rem;
  border-radius: 1.625em;
  box-shadow: none;
  color: currentColor !important;
  display: block;
  line-height: 1;
  margin-bottom: 12px;
  margin-top: 12px;
  max-width: 100% !important;
  max-width: -webkit-max-content !important;
  max-width: -moz-max-content !important;
  max-width: max-content !important;
  min-width: 80px;
  opacity: 0.15;
  outline: 0 !important;
  overflow: hidden !important;
  pointer-events: none;
  position: relative !important;
  width: 100%;
  z-index: 1;
}
.wc-block-filter-title-placeholder > * {
  visibility: hidden;
}
.wc-block-filter-title-placeholder:after {
  -webkit-animation: loading__animation 1.5s ease-in-out infinite;
  animation: loading__animation 1.5s ease-in-out infinite;
  background-image: linear-gradient(
    90deg,
    currentColor,
    hsla(0, 0%, 96%, 0.302),
    currentColor
  );
  background-repeat: no-repeat;
  content: " ";
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  transform: translateX(-100%);
}
@media screen and (prefers-reduced-motion: reduce) {
  .wc-block-filter-title-placeholder {
    -webkit-animation: none;
    animation: none;
  }
}
.wc-block-filter-title-placeholder .wc-block-active-filters__title,
.wc-block-filter-title-placeholder .wc-block-attribute-filter__title,
.wc-block-filter-title-placeholder .wc-block-price-filter__title,
.wc-block-filter-title-placeholder .wc-block-rating-filter__title,
.wc-block-filter-title-placeholder .wc-block-stock-filter__title {
  height: 1em;
  margin: 0;
}
.wc-block-components-filter-reset-button {
  background: 0 0;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  color: inherit;
  cursor: pointer;
  display: inline;
  font-family: inherit;
  font-size: inherit;
  font-size: 0.875em;
  font-style: inherit;
  font-weight: inherit;
  font-weight: 400;
  letter-spacing: inherit;
  line-height: inherit;
  margin: 0;
  padding: 0;
  text-decoration: inherit;
  text-decoration: underline;
  text-shadow: none;
  text-transform: inherit;
  vertical-align: baseline;
}
.wc-block-components-filter-reset-button:active,
.wc-block-components-filter-reset-button:focus,
.wc-block-components-filter-reset-button:hover {
  background: 0 0;
}
.wc-block-components-filter-reset-button:hover {
  color: inherit;
  text-decoration: none;
}
.wc-block-components-filter-reset-button[disabled] {
  cursor: not-allowed;
}
.wc-block-components-filter-submit-button {
  border: none;
  display: block;
  margin-left: auto;
  white-space: nowrap;
}
.wc-block-components-filter-submit-button.is-loading {
  background-color: currentColor !important;
  border: 0 !important;
  border-radius: 0.25rem;
  border-radius: 0;
  box-shadow: none;
  color: currentColor !important;
  display: block;
  line-height: 1;
  line-height: normal;
  margin-top: 16px;
  max-width: 100% !important;
  opacity: 0.15;
  outline: 0 !important;
  overflow: hidden !important;
  pointer-events: none;
  position: relative !important;
  width: 100%;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  z-index: 1;
}
.wc-block-components-filter-submit-button.is-loading > * {
  visibility: hidden;
}
.wc-block-components-filter-submit-button.is-loading:after {
  -webkit-animation: loading__animation 1.5s ease-in-out infinite;
  animation: loading__animation 1.5s ease-in-out infinite;
  background-image: linear-gradient(
    90deg,
    currentColor,
    hsla(0, 0%, 96%, 0.302),
    currentColor
  );
  background-repeat: no-repeat;
  content: " ";
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  transform: translateX(-100%);
}
@media screen and (prefers-reduced-motion: reduce) {
  .wc-block-components-filter-submit-button.is-loading {
    -webkit-animation: none;
    animation: none;
  }
}
.wc-blocks-components-form-token-field-wrapper .components-popover {
  left: 0;
  opacity: 0;
  position: fixed;
  top: 0;
  z-index: z-index(".components-popover");
}
.wc-blocks-components-form-token-field-wrapper .components-popover.is-expanded,
.wc-blocks-components-form-token-field-wrapper
  .components-popover[data-x-axis][data-y-axis] {
  opacity: 1;
}
.wc-blocks-components-form-token-field-wrapper .components-popover.is-expanded {
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
  z-index: z-index(".components-popover") !important;
}
.wc-blocks-components-form-token-field-wrapper
  .components-popover:not(.is-without-arrow) {
  margin-left: 2px;
}
.wc-blocks-components-form-token-field-wrapper
  .components-popover:not(.is-without-arrow):before {
  border: 8px solid #ccc;
}
.wc-blocks-components-form-token-field-wrapper
  .components-popover:not(.is-without-arrow).is-alternate:before {
  border-color: #1e1e1e;
}
.wc-blocks-components-form-token-field-wrapper
  .components-popover:not(.is-without-arrow):after {
  border: 8px solid #fff;
}
.wc-blocks-components-form-token-field-wrapper
  .components-popover:not(.is-without-arrow):after,
.wc-blocks-components-form-token-field-wrapper
  .components-popover:not(.is-without-arrow):before {
  content: "";
  height: 0;
  line-height: 0;
  position: absolute;
  width: 0;
}
.wc-blocks-components-form-token-field-wrapper
  .components-popover:not(.is-without-arrow)[data-y-axis="top"] {
  margin-top: -8px;
}
.wc-blocks-components-form-token-field-wrapper
  .components-popover:not(.is-without-arrow)[data-y-axis="top"]:before {
  bottom: -8px;
}
.wc-blocks-components-form-token-field-wrapper
  .components-popover:not(.is-without-arrow)[data-y-axis="top"]:after {
  bottom: -6px;
}
.wc-blocks-components-form-token-field-wrapper
  .components-popover:not(.is-without-arrow)[data-y-axis="top"]:after,
.wc-blocks-components-form-token-field-wrapper
  .components-popover:not(.is-without-arrow)[data-y-axis="top"]:before {
  border-bottom: none;
  border-left-color: transparent;
  border-right-color: transparent;
  border-top-style: solid;
  margin-left: -10px;
}
.wc-blocks-components-form-token-field-wrapper
  .components-popover:not(.is-without-arrow)[data-y-axis="bottom"] {
  margin-top: 8px;
}
.wc-blocks-components-form-token-field-wrapper
  .components-popover:not(.is-without-arrow)[data-y-axis="bottom"]:before {
  top: -8px;
}
.wc-blocks-components-form-token-field-wrapper
  .components-popover:not(.is-without-arrow)[data-y-axis="bottom"]:after {
  top: -6px;
}
.wc-blocks-components-form-token-field-wrapper
  .components-popover:not(.is-without-arrow)[data-y-axis="bottom"]:after,
.wc-blocks-components-form-token-field-wrapper
  .components-popover:not(.is-without-arrow)[data-y-axis="bottom"]:before {
  border-bottom-style: solid;
  border-left-color: transparent;
  border-right-color: transparent;
  border-top: none;
  margin-left: -10px;
}
.wc-blocks-components-form-token-field-wrapper
  .components-popover:not(.is-without-arrow)[data-y-axis="middle"][data-x-axis="left"] {
  margin-left: -8px;
}
.wc-blocks-components-form-token-field-wrapper
  .components-popover:not(.is-without-arrow)[data-y-axis="middle"][data-x-axis="left"]:before {
  right: -8px;
}
.wc-blocks-components-form-token-field-wrapper
  .components-popover:not(.is-without-arrow)[data-y-axis="middle"][data-x-axis="left"]:after {
  right: -6px;
}
.wc-blocks-components-form-token-field-wrapper
  .components-popover:not(.is-without-arrow)[data-y-axis="middle"][data-x-axis="left"]:after,
.wc-blocks-components-form-token-field-wrapper
  .components-popover:not(.is-without-arrow)[data-y-axis="middle"][data-x-axis="left"]:before {
  border-bottom-color: transparent;
  border-left-style: solid;
  border-right: none;
  border-top-color: transparent;
}
.wc-blocks-components-form-token-field-wrapper
  .components-popover:not(.is-without-arrow)[data-y-axis="middle"][data-x-axis="right"] {
  margin-left: 8px;
}
.wc-blocks-components-form-token-field-wrapper
  .components-popover:not(.is-without-arrow)[data-y-axis="middle"][data-x-axis="right"]:before {
  left: -8px;
}
.wc-blocks-components-form-token-field-wrapper
  .components-popover:not(.is-without-arrow)[data-y-axis="middle"][data-x-axis="right"]:after {
  left: -6px;
}
.wc-blocks-components-form-token-field-wrapper
  .components-popover:not(.is-without-arrow)[data-y-axis="middle"][data-x-axis="right"]:after,
.wc-blocks-components-form-token-field-wrapper
  .components-popover:not(.is-without-arrow)[data-y-axis="middle"][data-x-axis="right"]:before {
  border-bottom-color: transparent;
  border-left: none;
  border-right-style: solid;
  border-top-color: transparent;
}
.wc-blocks-components-form-token-field-wrapper
  .components-popover[data-y-axis="top"] {
  bottom: 100%;
}
.wc-blocks-components-form-token-field-wrapper
  .components-popover[data-y-axis="bottom"] {
  top: 100%;
}
.wc-blocks-components-form-token-field-wrapper
  .components-popover[data-y-axis="middle"] {
  align-items: center;
  display: flex;
}
.wc-blocks-components-form-token-field-wrapper .components-popover.is-from-top {
  margin-top: 12px;
}
.wc-blocks-components-form-token-field-wrapper
  .components-popover.is-from-bottom {
  margin-top: -12px;
}
.wc-blocks-components-form-token-field-wrapper
  .components-popover.is-from-left:not(.is-from-top):not(.is-from-bottom) {
  margin-left: 12px;
}
.wc-blocks-components-form-token-field-wrapper
  .components-popover.is-from-right:not(.is-from-top):not(.is-from-bottom) {
  margin-right: 12px;
}
.wc-blocks-components-form-token-field-wrapper .components-popover__content {
  background: #fff;
  border: 1px solid #ccc;
  border-radius: 2px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);
  height: 100%;
}
.is-alternate
  .wc-blocks-components-form-token-field-wrapper
  .components-popover__content {
  border: 1px solid #1e1e1e;
  box-shadow: none;
}
.components-popover
  .wc-blocks-components-form-token-field-wrapper
  .components-popover__content {
  height: auto;
  overflow-y: auto;
  position: absolute;
}
.components-popover.is-expanded
  .wc-blocks-components-form-token-field-wrapper
  .components-popover__content {
  border: none;
  border-top: 1px solid #1e1e1e;
  height: calc(100% - 48px);
  min-width: auto;
  overflow-y: visible;
  position: static;
}
.components-popover[data-y-axis="top"]
  .wc-blocks-components-form-token-field-wrapper
  .components-popover__content {
  bottom: 100%;
}
.components-popover[data-x-axis="center"]
  .wc-blocks-components-form-token-field-wrapper
  .components-popover__content {
  left: 50%;
  transform: translateX(-50%);
}
.components-popover[data-x-axis="right"]
  .wc-blocks-components-form-token-field-wrapper
  .components-popover__content {
  left: 100%;
  position: absolute;
}
.components-popover:not([data-y-axis="middle"])[data-x-axis="right"]
  .wc-blocks-components-form-token-field-wrapper
  .components-popover__content {
  margin-left: -25px;
}
.components-popover[data-x-axis="left"]
  .wc-blocks-components-form-token-field-wrapper
  .components-popover__content {
  position: absolute;
  right: 100%;
}
.components-popover:not([data-y-axis="middle"])[data-x-axis="left"]
  .wc-blocks-components-form-token-field-wrapper
  .components-popover__content {
  margin-right: -25px;
}
.wc-blocks-components-form-token-field-wrapper .components-popover__header {
  align-items: center;
  background: #fff;
  display: flex;
  height: 48px;
  justify-content: space-between;
  padding: 0 8px 0 16px;
}
.wc-blocks-components-form-token-field-wrapper
  .components-popover__header-title {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 100%;
}
.wc-blocks-components-form-token-field-wrapper
  .components-popover__close.components-button {
  z-index: z-index(".components-popover__close");
}
.wc-blocks-components-form-token-field-wrapper
  .components-tooltip.components-popover {
  z-index: z-index(".components-tooltip");
}
.wc-blocks-components-form-token-field-wrapper
  .components-tooltip.components-popover
  .components-popover__content {
  min-width: 0;
}
.wc-blocks-components-form-token-field-wrapper
  .components-tooltip
  .components-popover__content {
  background: #1e1e1e;
  border-radius: 2px;
  border-width: 0;
  box-shadow: none;
  color: #fff;
  font-size: 12px;
  line-height: 1.4;
  text-align: center;
  white-space: nowrap;
}
.wc-blocks-components-form-token-field-wrapper
  .components-tooltip
  .components-popover__content
  > div {
  padding: 4px 8px;
}
.wc-blocks-components-form-token-field-wrapper .components-tooltip__shortcut {
  display: inline-block;
  margin-left: 8px;
}
.wc-blocks-components-form-token-field-wrapper .disabled-element-wrapper {
  position: relative;
}
.wc-blocks-components-form-token-field-wrapper
  .disabled-element-wrapper
  .event-catcher {
  bottom: 0;
  height: 100%;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  z-index: z-index(".components-tooltip .event-catcher");
}
.wc-blocks-components-form-token-field-wrapper {
  border-color: #949494;
}
.wc-blocks-components-form-token-field-wrapper
  .components-form-token-field__label,
.wc-blocks-components-form-token-field-wrapper .components-visually-hidden {
  clip: rect(1px, 1px, 1px, 1px);
  word-wrap: normal !important;
  border: 0;
  -webkit-clip-path: inset(50%);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  overflow-wrap: normal !important;
  padding: 0;
  position: absolute !important;
  width: 1px;
}
.wc-blocks-components-form-token-field-wrapper .components-form-token-field,
.wc-blocks-components-form-token-field-wrapper
  .components-form-token-field__input-container {
  border-color: inherit;
  box-sizing: border-box;
  margin-bottom: 0;
}
.wc-blocks-components-form-token-field-wrapper
  .components-form-token-field__input-container {
  background-color: #fff;
  border-radius: 0;
  box-shadow: none;
  color: #000;
  position: relative;
}
.wc-blocks-components-form-token-field-wrapper
  .components-form-token-field__input-container
  input[type="text"].components-form-token-field__input {
  min-height: 30px;
}
.wc-blocks-components-form-token-field-wrapper
  .components-form-token-field__remove-token.components-button,
.wc-blocks-components-form-token-field-wrapper
  .components-form-token-field__token-text {
  background: #e0e0e0;
}
.wc-blocks-components-form-token-field-wrapper
  .components-form-token-field__remove-token {
  border: none;
}
.wc-blocks-components-form-token-field-wrapper
  .components-form-token-field__suggestions-list {
  background-color: #fff;
  border: 1px solid #949494;
  border-top: 0 solid #949494;
  left: -1px;
  margin: 1px 0 0;
  position: absolute;
  right: -1px;
  top: 100%;
  z-index: 50;
}
.wc-blocks-components-form-token-field-wrapper
  .components-form-token-field__suggestions-list:empty {
  display: none;
}
.wc-blocks-components-form-token-field-wrapper
  .components-form-token-field__suggestion {
  padding: 8px;
}
.wc-blocks-components-form-token-field-wrapper
  .components-form-token-field__suggestion.is-selected {
  background: #f0f0f0;
  color: #2f2f2f;
}
.wc-blocks-components-form-token-field-wrapper.single-selection
  .components-form-token-field__token {
  margin-right: 0;
  position: relative;
  width: 100%;
  z-index: 1;
}
.wc-blocks-components-form-token-field-wrapper.single-selection
  .components-form-token-field__remove-token.components-button,
.wc-blocks-components-form-token-field-wrapper.single-selection
  .components-form-token-field__token-text {
  background: 0 0;
}
.wc-blocks-components-form-token-field-wrapper.single-selection
  .components-form-token-field__token-text {
  padding-left: 4px;
  width: 100%;
}
.wc-blocks-components-form-token-field-wrapper.single-selection
  .components-form-token-field__token
  + input[type="text"].components-form-token-field__input {
  position: absolute;
}
.wc-blocks-components-form-token-field-wrapper.single-selection
  .is-active
  .components-form-token-field__token
  + input[type="text"].components-form-token-field__input {
  border: 1px solid #949494;
  margin: 0 2px 4px;
  padding: 0 5px;
  position: static;
}
.wc-block-components-formatted-money-amount {
  white-space: nowrap;
}
.wc-block-components-load-more {
  text-align: center;
  width: 100%;
}
.wc-block-components-loading-mask {
  min-height: 34px;
  pointer-events: none;
  position: relative;
}
.wc-block-components-loading-mask .components-spinner {
  left: 50%;
  margin: 0;
  position: absolute;
  top: 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 {
  color: #333;
  display: inline-block;
  font-size: 1em;
  font-weight: 400;
}
.wc-block-components-pagination__page {
  border-color: transparent;
  min-width: 2.2em;
  padding: 0.3em 0.6em;
}
@media (max-width: 782px) {
  .wc-block-components-pagination__page {
    min-width: 1.6em;
    padding: 0.1em 0.2em;
  }
}
.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: 400;
  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.is-loading.is-disabled
  .wc-block-components-filter-reset-button,
.wc-block-components-price-slider.is-loading.is-disabled
  .wc-block-components-filter-submit-button,
.wc-block-components-price-slider.is-loading.is-disabled
  .wc-block-components-price-slider__range-input-wrapper {
  background-color: currentColor !important;
  border: 0 !important;
  border-radius: 0.25rem;
  box-shadow: none;
  color: currentColor !important;
  display: block;
  line-height: 1;
  max-width: 100% !important;
  opacity: 0.15;
  outline: 0 !important;
  overflow: hidden !important;
  pointer-events: none;
  position: relative !important;
  width: 100%;
  z-index: 1;
}
.wc-block-components-price-slider.is-loading.is-disabled
  .wc-block-components-filter-reset-button
  > *,
.wc-block-components-price-slider.is-loading.is-disabled
  .wc-block-components-filter-submit-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-filter-reset-button:after,
.wc-block-components-price-slider.is-loading.is-disabled
  .wc-block-components-filter-submit-button:after,
.wc-block-components-price-slider.is-loading.is-disabled
  .wc-block-components-price-slider__range-input-wrapper:after {
  -webkit-animation: loading__animation 1.5s ease-in-out infinite;
  animation: loading__animation 1.5s ease-in-out infinite;
  background-image: linear-gradient(
    90deg,
    currentColor,
    hsla(0, 0%, 96%, 0.302),
    currentColor
  );
  background-repeat: no-repeat;
  content: " ";
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  transform: translateX(-100%);
}
@media screen and (prefers-reduced-motion: reduce) {
  .wc-block-components-price-slider.is-loading.is-disabled
    .wc-block-components-filter-reset-button,
  .wc-block-components-price-slider.is-loading.is-disabled
    .wc-block-components-filter-submit-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-loading.is-disabled
  .wc-block-components-price-slider__amount {
  display: 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 {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: 0 0;
  border: 0 !important;
  border-radius: 4px;
  clear: both;
  flex-grow: 1;
  height: 4px;
  margin: 15px 0;
  outline: none;
  padding: 0 !important;
  position: relative;
}
.wc-block-components-price-slider__range-input-wrapper:before {
  background: currentColor;
  bottom: 0;
  content: "";
  left: 0;
  opacity: 0.2;
  position: absolute;
  right: 0;
  top: 0;
}
.wc-block-components-price-slider__range-input-wrapper.is-loading {
  background-color: currentColor !important;
  border: 0 !important;
  border-radius: 0.25rem;
  border-radius: 0;
  box-shadow: none;
  color: currentColor !important;
  display: block;
  height: 0.5625em;
  line-height: 1;
  max-width: 100% !important;
  opacity: 0.15;
  outline: 0 !important;
  overflow: hidden !important;
  pointer-events: none;
  position: relative !important;
  width: 100%;
  z-index: 1;
}
.wc-block-components-price-slider__range-input-wrapper.is-loading > * {
  visibility: hidden;
}
.wc-block-components-price-slider__range-input-wrapper.is-loading:after {
  -webkit-animation: loading__animation 1.5s ease-in-out infinite;
  animation: loading__animation 1.5s ease-in-out infinite;
  background-image: linear-gradient(
    90deg,
    currentColor,
    hsla(0, 0%, 96%, 0.302),
    currentColor
  );
  background-repeat: no-repeat;
  content: " ";
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  transform: translateX(-100%);
}
@media screen and (prefers-reduced-motion: reduce) {
  .wc-block-components-price-slider__range-input-wrapper.is-loading {
    -webkit-animation: none;
    animation: none;
  }
}
.wc-block-components-price-slider__range-input-progress {
  --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: currentColor;
  background: var(--track-background);
  height: 4px;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.wc-block-components-price-slider__controls {
  align-items: center;
  display: flex;
  gap: 8px;
  justify-content: space-between;
  margin: 16px 0;
}
.wc-block-components-price-slider__controls
  .wc-block-components-price-slider__amount {
  border-radius: 4px;
  border-width: 1px;
  font-size: 0.875em;
  margin: 0;
  max-width: 80px;
  min-width: 0;
  padding: 8px;
  width: auto;
}
.wc-block-components-price-slider--is-input-inline
  .wc-block-components-price-slider__controls
  .wc-block-components-price-slider__amount {
  max-width: 60px;
}
.wc-block-components-price-slider__controls
  .wc-block-components-price-slider__amount.is-loading {
  background-color: currentColor !important;
  border: 0 !important;
  border-radius: 0.25rem;
  border-radius: 0 !important;
  box-shadow: none;
  color: currentColor !important;
  display: block;
  line-height: 1;
  max-width: 100% !important;
  opacity: 0.15;
  outline: 0 !important;
  overflow: hidden !important;
  pointer-events: none;
  position: relative !important;
  width: 100%;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  z-index: 1;
}
.wc-block-components-price-slider__controls
  .wc-block-components-price-slider__amount.is-loading
  > * {
  visibility: hidden;
}
.wc-block-components-price-slider__controls
  .wc-block-components-price-slider__amount.is-loading:after {
  -webkit-animation: loading__animation 1.5s ease-in-out infinite;
  animation: loading__animation 1.5s ease-in-out infinite;
  background-image: linear-gradient(
    90deg,
    currentColor,
    hsla(0, 0%, 96%, 0.302),
    currentColor
  );
  background-repeat: no-repeat;
  content: " ";
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  transform: translateX(-100%);
}
@media screen and (prefers-reduced-motion: reduce) {
  .wc-block-components-price-slider__controls
    .wc-block-components-price-slider__amount.is-loading {
    -webkit-animation: none;
    animation: none;
  }
}
.wc-block-components-price-slider__range-text {
  align-items: center;
  display: flex;
  justify-content: space-between;
  margin: 24px 0;
}
.wc-block-components-price-slider__range-text
  .wc-block-components-formatted-money-amount {
  font-size: 0.875em;
}
.wc-block-components-price-slider__actions {
  align-items: center;
  display: flex;
  gap: 16px;
  justify-content: flex-end;
}
.wc-block-components-price-slider__actions
  button[type="submit"]:not(.wp-block-search__button).wc-block-components-filter-submit-button {
  font-size: 0.875em;
  margin-left: 0;
  margin-top: 0;
}
.wc-block-components-price-slider__range-input {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: 0 0;
  border: 0 !important;
  display: block;
  height: 0;
  left: 0;
  margin: 0;
  outline: none;
  outline: none !important;
  padding: 0 !important;
  pointer-events: none;
  position: relative;
  position: absolute;
  top: 0;
  width: 100%;
}
.wc-block-components-price-slider__range-input::-webkit-slider-runnable-track {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: default;
  height: 1px;
  outline: 0;
}
.wc-block-components-price-slider__range-input::-webkit-slider-thumb {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: #fff;
  background-position: 0 0;
  border: 2px solid #1e1e1e;
  border-radius: 100%;
  box-sizing: content-box;
  cursor: pointer;
  height: 12px;
  margin: -5px 0 0;
  padding: 0;
  pointer-events: auto;
  -webkit-transition: transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out;
  vertical-align: top;
  width: 12px;
  z-index: 20;
}
.wc-block-components-price-slider__range-input::-webkit-slider-thumb:hover {
  background: #1e1e1e;
  border-color: #fff;
}
.wc-block-components-price-slider__range-input::-webkit-slider-progress {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: 0 0;
  border: 0 !important;
  margin: 0;
  outline: none;
  padding: 0 !important;
}
.wc-block-components-price-slider__range-input::-moz-focus-outer {
  border: 0;
}
.wc-block-components-price-slider__range-input::-moz-range-track {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: default;
  height: 1px;
  outline: 0;
}
.wc-block-components-price-slider__range-input::-moz-range-progress {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: 0 0;
  border: 0 !important;
  margin: 0;
  outline: none;
  padding: 0 !important;
}
.wc-block-components-price-slider__range-input::-moz-range-thumb {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: #fff;
  background-position: 0 0;
  border: 2px solid #1e1e1e;
  border-radius: 100%;
  box-sizing: content-box;
  cursor: pointer;
  height: 12px;
  margin: 0;
  padding: 0;
  pointer-events: auto;
  -moz-transition: transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out;
  vertical-align: top;
  width: 12px;
  z-index: 20;
}
.wc-block-components-price-slider__range-input::-moz-range-thumb:hover {
  background: #1e1e1e;
  border-color: #fff;
}
.wc-block-components-price-slider__range-input::-ms-thumb {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: #fff;
  background-position: 0 0;
  border: 2px solid #1e1e1e;
  border-radius: 100%;
  box-sizing: content-box;
  cursor: pointer;
  height: 12px;
  margin: 0;
  padding: 0;
  pointer-events: auto;
  -ms-transition: transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out;
  vertical-align: top;
  width: 12px;
  z-index: 20;
}
.wc-block-components-price-slider__range-input::-ms-thumb:hover {
  background: #1e1e1e;
  border-color: #fff;
}
.wc-block-components-price-slider__range-input:focus::-webkit-slider-thumb {
  background: #1e1e1e;
  border-color: #fff;
}
.wc-block-components-price-slider__range-input:focus::-moz-range-thumb {
  background: #1e1e1e;
  border-color: #fff;
}
.wc-block-components-price-slider__range-input:focus::-ms-thumb {
  background: #1e1e1e;
  border-color: #fff;
}
.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 {
  background-position-x: left;
  margin-left: -2px;
}
.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, 2px);
}
.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, 2px);
}
.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: 0 0;
    box-shadow: none;
    height: 24px;
  }
  .wc-block-components-price-slider__range-input-progress {
    background: #af7dd1;
    top: 7px;
    width: 100%;
  }
  .wc-block-components-price-slider__range-input {
    height: 24px;
    pointer-events: auto;
  }
  .wc-block-components-price-slider__range-input::-ms-track {
    background: 0 0;
    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: 0 0;
  }
  .wc-block-components-price-slider__range-input::-ms-tooltip {
    display: none;
  }
  .wc-block-components-price-slider__range-input::-ms-thumb {
    pointer-events: auto;
    transform: translate(1px);
  }
  .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: 0 0;
  }
  .wc-block-components-price-slider.is-loading.is-disabled
    .wc-block-components-price-slider__range-input-wrapper {
    background-color: currentColor !important;
    border: 0 !important;
    border-radius: 0.25rem;
    box-shadow: none;
    color: currentColor !important;
    display: block;
    line-height: 1;
    max-width: 100% !important;
    opacity: 0.15;
    outline: 0 !important;
    overflow: hidden !important;
    pointer-events: none;
    position: relative !important;
    width: 100%;
    z-index: 1;
  }
  .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 {
    -webkit-animation: loading__animation 1.5s ease-in-out infinite;
    animation: loading__animation 1.5s ease-in-out infinite;
    background-image: linear-gradient(
      90deg,
      currentColor,
      hsla(0, 0%, 96%, 0.302),
      currentColor
    );
    background-repeat: no-repeat;
    content: " ";
    display: block;
    height: 100%;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    transform: translateX(-100%);
  }
}
@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: 0 0;
    box-shadow: none;
    height: 24px;
  }
  .wc-block-components-price-slider__range-input-progress {
    background: #af7dd1;
    top: 7px;
    width: 100%;
  }
  .wc-block-components-price-slider__range-input {
    height: 24px;
    pointer-events: auto;
  }
  .wc-block-components-price-slider__range-input::-ms-track {
    background: 0 0;
    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: 0 0;
  }
  .wc-block-components-price-slider__range-input::-ms-tooltip {
    display: none;
  }
  .wc-block-components-price-slider__range-input::-ms-thumb {
    pointer-events: auto;
    transform: translate(1px);
  }
  .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: 0 0;
  }
  .wc-block-components-price-slider.is-loading.is-disabled
    .wc-block-components-price-slider__range-input-wrapper {
    background-color: currentColor !important;
    border: 0 !important;
    border-radius: 0.25rem;
    box-shadow: none;
    color: currentColor !important;
    display: block;
    line-height: 1;
    max-width: 100% !important;
    opacity: 0.15;
    outline: 0 !important;
    overflow: hidden !important;
    pointer-events: none;
    position: relative !important;
    width: 100%;
    z-index: 1;
  }
  .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 {
    -webkit-animation: loading__animation 1.5s ease-in-out infinite;
    animation: loading__animation 1.5s ease-in-out infinite;
    background-image: linear-gradient(
      90deg,
      currentColor,
      hsla(0, 0%, 96%, 0.302),
      currentColor
    );
    background-repeat: no-repeat;
    content: " ";
    display: block;
    height: 100%;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    transform: translateX(-100%);
  }
  @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: 0 0;
  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: 0 0;
  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;
    height: 50px;
    position: relative;
  }
  .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 {
  color: inherit;
  display: block;
  margin: 0 auto 1em;
  max-width: 150px;
}
.wc-block-grid__no-products .wc-block-grid__no-products-title {
  display: block;
  font-weight: 400;
  margin: 0;
}
.wc-block-grid__no-products .wc-block-grid__no-products-description {
  display: block;
  margin: 0.25em 0 1em;
}
.wc-block-grid__products {
  background-clip: padding-box;
  display: flex;
  flex-wrap: wrap;
  margin: 0 -8px 16px;
  padding: 0;
}
.wc-block-grid__product {
  border-bottom: 16px solid transparent;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  box-sizing: border-box;
  float: none;
  list-style: none;
  margin: 0;
  padding: 0;
  position: relative;
  text-align: center;
  width: auto;
}
.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-bottom: 0;
  margin-top: auto;
  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 {
    flex: 1 0 100%;
    margin-left: auto;
    margin-right: auto;
    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 {
    flex: 1 0 100%;
    margin-left: auto;
    margin-right: auto;
    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 {
    flex: 1 0 100%;
    margin-left: auto;
    margin-right: auto;
    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 {
    flex: 1 0 100%;
    margin-left: auto;
    margin-right: auto;
    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 {
    flex: 1 0 100%;
    margin-left: auto;
    margin-right: auto;
    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 {
    flex: 1 0 100%;
    margin-left: auto;
    margin-right: auto;
    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 {
    flex: 1 0 100%;
    margin-left: auto;
    margin-right: auto;
    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%;
    margin: 0 0 24px;
    max-width: 50%;
    padding: 0;
  }
  .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%;
    margin: 0 0 24px;
    max-width: 50%;
    padding: 0;
  }
  .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%;
    margin: 0 0 24px;
    max-width: 50%;
    padding: 0;
  }
  .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%;
    margin: 0 0 24px;
    max-width: 50%;
    padding: 0;
  }
  .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%;
    margin: 0 0 24px;
    max-width: 50%;
    padding: 0;
  }
  .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%;
    margin: 0 0 24px;
    max-width: 50%;
    padding: 0;
  }
  .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%;
    margin: 0 0 24px;
    max-width: 50%;
    padding: 0;
  }
  .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 {
  background-color: currentColor !important;
  border: 0 !important;
  border-radius: 0.25rem;
  box-shadow: none;
  color: currentColor !important;
  content: ".";
  display: block;
  display: inline-block;
  line-height: 1;
  max-width: 100% !important;
  opacity: 0.15;
  outline: 0 !important;
  overflow: hidden !important;
  pointer-events: none;
  position: relative !important;
  width: 100%;
  width: 5em;
  z-index: 1;
}
.is-loading .wc-block-components-product-price:before > * {
  visibility: hidden;
}
.is-loading .wc-block-components-product-price:before:after {
  -webkit-animation: loading__animation 1.5s ease-in-out infinite;
  animation: loading__animation 1.5s ease-in-out infinite;
  background-image: linear-gradient(
    90deg,
    currentColor,
    hsla(0, 0%, 96%, 0.302),
    currentColor
  );
  background-repeat: no-repeat;
  content: " ";
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  transform: translateX(-100%);
}
@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: 1px solid;
  border-radius: 4px;
  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 {
  -webkit-appearance: textfield;
  -moz-appearance: textfield;
  appearance: textfield;
  background: 0 0;
  border: 0;
  box-shadow: none;
  color: currentColor;
  flex: 1 1 auto;
  font-size: 1em;
  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 {
  background: none transparent;
  border: 0;
  box-shadow: none;
  color: currentColor;
  cursor: pointer;
  font-size: 0.9em;
  font-style: normal;
  font-weight: 400;
  margin: 0;
  min-width: 30px;
  opacity: 0.6;
  padding: 0;
  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;
  display: block;
  font-family: inherit;
  font-size: inherit;
  font-style: inherit;
  font-weight: inherit;
  letter-spacing: inherit;
  line-height: inherit;
  margin: 1em 0;
  padding: 0 0 0 2.5em;
  position: relative;
  text-decoration: inherit;
  text-transform: inherit;
}
.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 {
  min-width: 50%;
  text-align: right;
}
.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;
  left: 0;
  min-height: 24px;
  min-width: 24px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 1.5em;
}
.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 {
  background-color: rgba(0, 0, 0, 0.1);
  border-color: hsla(0, 0%, 100%, 0.6);
}
.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 {
  background-color: currentColor !important;
  border: 0 !important;
  border-radius: 0.25rem;
  box-shadow: none;
  color: currentColor !important;
  display: block;
  line-height: 1;
  max-width: 100% !important;
  opacity: 0.15;
  outline: 0 !important;
  overflow: hidden !important;
  pointer-events: none;
  position: relative !important;
  width: 100%;
  width: 60%;
  z-index: 1;
}
.is-loading .wc-block-components-review-list-item__text > * {
  visibility: hidden;
}
.is-loading .wc-block-components-review-list-item__text:after {
  -webkit-animation: loading__animation 1.5s ease-in-out infinite;
  animation: loading__animation 1.5s ease-in-out infinite;
  background-image: linear-gradient(
    90deg,
    currentColor,
    hsla(0, 0%, 96%, 0.302),
    currentColor
  );
  background-repeat: no-repeat;
  content: " ";
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  transform: translateX(-100%);
}
@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 {
  background-color: currentColor !important;
  border: 0 !important;
  border-radius: 0.25rem;
  box-shadow: none;
  color: currentColor !important;
  display: block;
  line-height: 1;
  max-width: 100% !important;
  opacity: 0.15;
  outline: 0 !important;
  overflow: hidden !important;
  pointer-events: none;
  position: relative !important;
  width: 100%;
  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 {
  -webkit-animation: loading__animation 1.5s ease-in-out infinite;
  animation: loading__animation 1.5s ease-in-out infinite;
  background-image: linear-gradient(
    90deg,
    currentColor,
    hsla(0, 0%, 96%, 0.302),
    currentColor
  );
  background-repeat: no-repeat;
  content: " ";
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  transform: translateX(-100%);
}
@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 {
  background-color: currentColor !important;
  border: 0 !important;
  border-radius: 0.25rem;
  box-shadow: none;
  color: currentColor !important;
  display: block;
  font-size: 1em;
  line-height: 1;
  max-width: 100% !important;
  opacity: 0.15;
  outline: 0 !important;
  overflow: hidden !important;
  pointer-events: none;
  position: relative !important;
  width: 100%;
  width: 80px;
  z-index: 1;
}
.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 {
  -webkit-animation: loading__animation 1.5s ease-in-out infinite;
  animation: loading__animation 1.5s ease-in-out infinite;
  background-image: linear-gradient(
    90deg,
    currentColor,
    hsla(0, 0%, 96%, 0.302),
    currentColor
  );
  background-repeat: no-repeat;
  content: " ";
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  transform: translateX(-100%);
}
@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 {
  background-color: currentColor !important;
  border: 0 !important;
  border-radius: 0.25rem;
  box-shadow: none;
  color: currentColor !important;
  display: block;
  height: 1em;
  line-height: 1;
  max-width: 100% !important;
  opacity: 0.15;
  outline: 0 !important;
  overflow: hidden !important;
  pointer-events: none;
  position: relative !important;
  width: 100%;
  width: 120px;
  z-index: 1;
}
.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 {
  -webkit-animation: loading__animation 1.5s ease-in-out infinite;
  animation: loading__animation 1.5s ease-in-out infinite;
  background-image: linear-gradient(
    90deg,
    currentColor,
    hsla(0, 0%, 96%, 0.302),
    currentColor
  );
  background-repeat: no-repeat;
  content: " ";
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  transform: translateX(-100%);
}
@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 {
  list-style: none;
  margin: 0 0 48px;
}
.wc-block-components-review-list-item__info {
  -ms-grid-columns: 1fr;
  display: -ms-grid;
  display: grid;
  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 {
  -ms-grid-row-span: 2;
  align-items: center;
  display: flex;
  -ms-grid-column: 1;
  grid-column: 1;
  -ms-grid-row: 1;
  grid-row: 1/3;
  height: 3em;
  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 {
  bottom: -7px;
  height: 21px;
  line-height: 21px;
  margin: 0;
  overflow: hidden;
  position: absolute;
  right: -7px;
  text-indent: 21px;
  width: 21px;
}
.wc-block-components-review-list-item__verified:before {
  background: transparent
    url(data:image/svg+xml;utf8;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyMSIgaGVpZ2h0PSIyMSIgZmlsbD0ibm9uZSI+PGNpcmNsZSBjeD0iMTAuNSIgY3k9IjEwLjUiIHI9IjEwLjUiIGZpbGw9IiNmZmYiLz48cGF0aCBmaWxsPSIjMDA4QTIxIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0yLjE2NjcgMTAuNTAwM2MwLTQuNiAzLjczMzMtOC4zMzMzIDguMzMzMy04LjMzMzNzOC4zMzM0IDMuNzMzMyA4LjMzMzQgOC4zMzMzUzE1LjEgMTguODMzNyAxMC41IDE4LjgzMzdzLTguMzMzMy0zLjczMzQtOC4zMzMzLTguMzMzNHptMi41IDBsNC4xNjY2IDQuMTY2NyA3LjUwMDEtNy41LTEuMTc1LTEuMTgzMy02LjMyNSA2LjMyNS0yLjk5MTctMi45ODM0LTEuMTc1IDEuMTc1eiIgY2xpcC1ydWxlPSJldmVub2RkIi8+PG1hc2sgaWQ9ImEiIHdpZHRoPSIxNyIgaGVpZ2h0PSIxNyIgeD0iMiIgeT0iMiIgbWFza1VuaXRzPSJ1c2VyU3BhY2VPblVzZSI+PHBhdGggZmlsbD0iI2ZmZiIgZmlsbC1ydWxlPSJldmVub2RkIiBkPSJNMi4xNjY3IDEwLjUwMDNjMC00LjYgMy43MzMzLTguMzMzMyA4LjMzMzMtOC4zMzMzczguMzMzNCAzLjczMzMgOC4zMzM0IDguMzMzM1MxNS4xIDE4LjgzMzcgMTAuNSAxOC44MzM3cy04LjMzMzMtMy43MzM0LTguMzMzMy04LjMzMzR6bTIuNSAwbDQuMTY2NiA0LjE2NjcgNy41MDAxLTcuNS0xLjE3NS0xLjE4MzMtNi4zMjUgNi4zMjUtMi45OTE3LTIuOTgzNC0xLjE3NSAxLjE3NXoiIGNsaXAtcnVsZT0iZXZlbm9kZCIvPjwvbWFzaz48ZyBtYXNrPSJ1cmwoI2EpIj48cGF0aCBmaWxsPSIjMDA4QTIxIiBkPSJNLjUuNWgyMHYyMEguNXoiLz48L2c+PC9zdmc+)
    50% no-repeat;
  content: "";
  display: block;
  height: 21px;
  width: 21px;
}
.wc-block-components-review-list-item__meta {
  align-items: center;
  display: flex;
  flex-flow: row wrap;
}
.wc-block-components-review-list-item__meta:after {
  content: "";
  flex-basis: 100%;
  order: 3;
}
.wc-block-components-review-list-item__author,
.wc-block-components-review-list-item__product {
  display: block;
  font-weight: 400;
  margin-right: 8px;
  order: 1;
}
.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 {
  border-right: 1px solid;
  content: "";
  display: inline-block;
  height: 1em;
  margin-left: -8px;
  opacity: 0.5;
  position: absolute;
  top: calc(50% + 0.1em);
  transform: translateY(-50%);
  vertical-align: middle;
}
.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 {
  display: block;
  font-family: star;
  font-size: 1em;
  font-weight: 400;
  height: 1em;
  line-height: 1;
  overflow: hidden;
  position: relative;
  top: 0;
  width: 5.3em;
}
.wc-block-components-review-list-item__rating
  > .wc-block-components-review-list-item__rating__stars:before {
  content: "SSSSS";
  float: left;
  left: 0;
  opacity: 0.25;
  position: absolute;
  top: 0;
}
.wc-block-components-review-list-item__rating
  > .wc-block-components-review-list-item__rating__stars
  span {
  float: left;
  left: 0;
  overflow: hidden;
  padding-top: 1.5em;
  position: absolute;
  top: 0;
}
.wc-block-components-review-list-item__rating
  > .wc-block-components-review-list-item__rating__stars
  span:before {
  color: #e6a237;
  content: "SSSSS";
  left: 0;
  position: absolute;
  top: 0;
}
.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 {
  border: 0;
  border-radius: 0;
  font-size: 1em;
  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 {
  border: 0;
  border-radius: 0;
  font-size: 1.25em;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
.wc-block-components-sort-select {
  margin-bottom: 12px;
}
.wc-block-components-sort-select__label {
  display: inline-block;
  font-weight: 400;
  margin-right: 12px;
}
.wc-block-components-sort-select__select {
  font-size: inherit;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}
.wc-block-components-spinner {
  box-sizing: content-box;
  color: inherit;
  font-size: 1.25em;
  height: 100%;
  position: absolute;
  text-align: center;
  width: 100%;
}
.wc-block-components-spinner:after {
  -webkit-animation: spinner__animation 1s linear infinite;
  animation: spinner__animation 1s linear infinite;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  border: 0.2em solid;
  border-left: 0.2em solid transparent;
  border-radius: 50%;
  box-sizing: border-box;
  content: " ";
  height: 1em;
  left: 50%;
  margin: -0.5em 0 0 -0.5em;
  position: absolute;
  top: 50%;
  transform: translateZ(0) scale(0.5);
  transform-origin: 50% 50%;
  width: 1em;
}
.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 {
  background: 0 0;
  border: none;
  border-radius: 0;
  box-shadow: inset 0 -1px currentColor;
  color: inherit;
  flex: auto;
  outline-offset: -1px;
  padding: 12px 16px;
  text-align: center;
  transition: box-shadow 0.1s linear;
}
.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: 1px dotted currentColor;
  outline-offset: -1px;
}
.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: 0 0;
}
.wc-block-components-tabs
  .wc-block-components-tabs__list
  > .wc-block-components-tabs__item
  .wc-block-components-tabs__item-content {
  display: inline-block;
  font-size: 1em;
  font-weight: 400;
  line-height: 1;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.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;
  margin: 0.2em 0 -0.2em;
  vertical-align: middle;
}
.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-textarea {
  background-color: #fff;
  border: 1px solid #50575e;
  border-radius: 4px;
  color: #2b2d2f;
  font-family: inherit;
  font-size: 1em;
  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;
  font-size: 1.25em;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
  word-break: break-word;
}
.wc-block-components-notices__snackbar {
  bottom: 20px;
  left: 16px;
  position: fixed;
  width: auto;
}
@media (max-width: 782px) {
  .wc-block-components-notices__snackbar {
    bottom: auto;
    left: 0;
    position: fixed;
    top: 10px;
  }
  .wc-block-components-notices__snackbar
    .components-snackbar-list__notice-container {
    margin-left: 10px;
    margin-right: 10px;
  }
}
.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 {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  list-style: none;
  margin: 0;
  overflow: hidden;
  padding: 0;
  text-align: center;
  width: 100%;
}
.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 {
  height: 48px;
  width: 100%;
}
.wc-block-components-express-payment--checkout {
  margin-top: 15px;
}
.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-radius: 5px 0 0;
  border-top: 1px solid;
  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-radius: 0 5px 0 0;
  border-right: 1px solid;
  border-top: 1px solid;
  content: "";
  display: block;
  flex-grow: 1;
  height: 4px;
  margin-left: 12px;
  opacity: 0.3;
  pointer-events: none;
}
.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 {
  padding: 19px 24px 24px;
  position: relative;
}
.wc-block-components-express-payment--checkout
  .wc-block-components-express-payment__content:after {
  border-radius: 0 0 5px 5px;
  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;
}
.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: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--checkout
  .wc-block-components-express-payment__event-buttons
  > li:only-child {
  display: block;
  padding: 0;
  width: 100%;
}
.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 {
  align-items: center;
  display: flex;
  margin: 24px 0;
  padding: 0 24px;
  text-align: center;
}
.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 {
  border-bottom: 1px solid;
  content: " ";
  flex: 1;
  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 {
  margin-bottom: 1.5em;
  position: relative;
  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 {
  background-color: #fff;
  border: 1px solid #50575e;
  border-radius: 4px;
  box-sizing: border-box;
  color: #2b2d2f;
  cursor: text;
  font-family: inherit;
  font-size: 1em;
  height: 3em;
  line-height: 1.375;
  margin: 0;
  padding: 0.75em 0 0.75em 16px;
  width: 100%;
}
.wc-block-gateway-container .wc-block-gateway-input:focus,
.wc-block-gateway-container:focus {
  background-color: #fff;
}
.wc-block-gateway-container label {
  color: inherit;
  color: #757575;
  cursor: text;
  font-family: inherit;
  font-size: inherit;
  font-size: 1em;
  font-style: inherit;
  font-weight: inherit;
  left: 0;
  letter-spacing: inherit;
  line-height: inherit;
  line-height: 1.375;
  margin: 0 0 0 17px;
  max-width: calc(100% - 24px);
  overflow: hidden;
  position: absolute;
  text-decoration: inherit;
  text-overflow: ellipsis;
  text-transform: inherit;
  top: 0;
  transform: translateY(0.75em);
  transform-origin: top left;
  transition: transform 0.2s ease;
}
@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 {
  margin-top: -24px;
  position: static;
}
.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: 400;
}
.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 {
  align-items: center;
  display: flex;
  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 {
  height: 28px;
  padding-top: 14px;
}
.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;
}
.wp-block-woocommerce-cart.is-loading
  .wp-block-woocommerce-cart-cross-sells-block {
  background-color: currentColor !important;
  border: 0 !important;
  border-radius: 0.25rem;
  box-shadow: none;
  color: currentColor !important;
  display: block;
  line-height: 1;
  margin-top: 2em;
  max-width: 100% !important;
  min-height: 15em;
  opacity: 0.15;
  outline: 0 !important;
  overflow: hidden !important;
  pointer-events: none;
  position: relative !important;
  width: 100%;
  z-index: 1;
}
.wp-block-woocommerce-cart.is-loading
  .wp-block-woocommerce-cart-cross-sells-block
  > * {
  visibility: hidden;
}
.wp-block-woocommerce-cart.is-loading
  .wp-block-woocommerce-cart-cross-sells-block:after {
  -webkit-animation: loading__animation 1.5s ease-in-out infinite;
  animation: loading__animation 1.5s ease-in-out infinite;
  background-image: linear-gradient(
    90deg,
    currentColor,
    hsla(0, 0%, 96%, 0.302),
    currentColor
  );
  background-repeat: no-repeat;
  content: " ";
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  transform: translateX(-100%);
}
@media screen and (prefers-reduced-motion: reduce) {
  .wp-block-woocommerce-cart.is-loading
    .wp-block-woocommerce-cart-cross-sells-block {
    -webkit-animation: none;
    animation: none;
  }
}
.wp-block-woocommerce-cart.is-loading
  .wp-block-woocommerce-cart-cross-sells-block
  h3 {
  display: none;
}
.wp-block-woocommerce-cart
  .wp-block-woocommerce-cart-cross-sells-block
  .cross-sells-product {
  box-sizing: content-box;
  display: inline-block;
  margin-bottom: 2em;
  padding-right: 5%;
  text-align: center;
  vertical-align: top;
  width: 30%;
}
.wp-block-woocommerce-cart
  .wp-block-woocommerce-cart-cross-sells-block
  .cross-sells-product:nth-child(3n + 3) {
  padding-right: 0;
}
.wp-block-woocommerce-cart
  .wp-block-woocommerce-cart-cross-sells-block
  .cross-sells-product
  div
  .wc-block-components-product-name {
  font-weight: 400;
}
.wp-block-woocommerce-cart
  .wp-block-woocommerce-cart-cross-sells-block
  .cross-sells-product
  div
  .wc-block-components-product-price {
  display: block;
}
.wp-block-woocommerce-cart
  .wp-block-woocommerce-cart-cross-sells-block
  .cross-sells-product
  .wc-block-components-product-button__button {
  margin-top: 1em;
}
.wp-block-woocommerce-cart
  .wp-block-woocommerce-cart-cross-sells-block
  .cross-sells-product
  .wc-block-components-product-add-to-cart {
  justify-content: center;
}
.wp-block-woocommerce-cart
  .wp-block-woocommerce-cart-cross-sells-block
  .cross-sells-product
  .wc-block-components-product-add-to-cart
  .wc-block-components-product-add-to-cart-button:not(.is-link) {
  background-color: #eee;
  color: #333;
  font-weight: 600;
  margin-top: 1em;
}
.wp-block-woocommerce-cart
  .wp-block-woocommerce-cart-cross-sells-block
  .cross-sells-product
  .wc-block-components-product-add-to-cart
  .wc-block-components-product-add-to-cart-button:not(.is-link):focus,
.wp-block-woocommerce-cart
  .wp-block-woocommerce-cart-cross-sells-block
  .cross-sells-product
  .wc-block-components-product-add-to-cart
  .wc-block-components-product-add-to-cart-button:not(.is-link):hover {
  background-color: #d5d5d5;
  border-color: #d5d5d5;
  color: #333;
}
@media (max-width: 480px) {
  .wp-block-woocommerce-cart
    .wp-block-woocommerce-cart-cross-sells-block
    .cross-sells-product {
    display: block;
    width: 100%;
  }
}
.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 {
  margin: 0 0 16px;
  position: relative;
}
.wc-block-cart__submit-button {
  box-sizing: border-box;
  margin: 0;
  width: 100%;
}
.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 {
  color: inherit;
  display: block;
  margin: 0 auto 1em;
  max-width: 150px;
}
.wc-block-checkout-error .wc-block-checkout-error__title {
  display: block;
  font-weight: 400;
  margin: 0;
}
.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 {
  color: inherit;
  display: block;
  margin: 0 auto 1em;
  max-width: 150px;
}
.wc-block-checkout-empty .wc-block-checkout-empty__title {
  display: block;
  font-weight: 400;
  margin: 0;
}
.wc-block-checkout-empty .wc-block-checkout-empty__description {
  display: block;
  margin: 0.25em 0 1em;
}
.wc-block-checkout__actions {
  align-items: center;
  display: flex;
  justify-content: space-between;
}
.wc-block-checkout__actions .wc-block-components-checkout-place-order-button {
  height: auto;
  padding: 1em;
  width: 50%;
}
.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 {
  padding: 1.5em 0;
  position: relative;
}
.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 {
  clear: both;
  content: "";
  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 {
  margin: 0;
  padding: 0.75em 0 0.75em 2.5em;
  position: relative;
}
.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 {
  position: relative;
  top: -5px;
}
.wc-block-checkout__terms.wc-block-checkout__terms--disabled {
  opacity: 0.6;
}
.wc-block-checkout__sidebar .wc-block-components-product-name {
  color: inherit;
  display: block;
  flex-basis: 0;
  flex-grow: 1;
}
.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 {
  margin-bottom: 1em;
  margin-top: 1em;
  padding: 1em 0;
  position: relative;
}
.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 {
  padding-left: 2.2641509434%;
  width: 35%;
}
.wp-block-woocommerce-checkout.is-loading
  .wp-block-woocommerce-checkout-fields-block {
  padding-right: 3.7735849057%;
  width: 65%;
}
.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 {
  background-color: currentColor !important;
  border: 0 !important;
  border-radius: 0.25rem;
  box-shadow: none;
  color: currentColor !important;
  display: block;
  display: none;
  line-height: 1;
  margin: 0 0 1.5em;
  max-width: 100% !important;
  opacity: 0.15;
  outline: 0 !important;
  overflow: hidden !important;
  pointer-events: none;
  position: relative !important;
  width: 100%;
  z-index: 1;
}
.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 {
  -webkit-animation: loading__animation 1.5s ease-in-out infinite;
  animation: loading__animation 1.5s ease-in-out infinite;
  background-image: linear-gradient(
    90deg,
    currentColor,
    hsla(0, 0%, 96%, 0.302),
    currentColor
  );
  background-repeat: no-repeat;
  content: " ";
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  transform: translateX(-100%);
}
@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 {
  display: block;
  min-height: 10em;
}
.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 {
  display: block;
  min-height: 24em;
}
.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 {
  display: block;
  margin-left: 50%;
  min-height: 4em;
  width: 50%;
}
.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 {
  display: block;
  min-height: 47em;
}
.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 {
  border: 0;
  border-radius: 0;
  color: inherit;
  font-family: inherit;
  font-size: 1em;
  font-size: inherit;
  font-style: inherit;
  font-weight: inherit;
  letter-spacing: inherit;
  line-height: inherit;
  margin: 0;
  padding: 0;
  text-decoration: inherit;
  text-transform: inherit;
  vertical-align: baseline;
}
.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 {
  border: 0;
  border-radius: 0;
  font-size: 1.25em;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
.wp-block-woocommerce-featured-category {
  background-color: transparent;
  border-color: transparent;
  box-sizing: border-box;
  color: #fff;
}
.wc-block-featured-category {
  align-content: center;
  align-items: center;
  background-color: inherit;
  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 {
  background: inherit;
  border-radius: inherit;
  bottom: 0;
  content: "";
  left: 0;
  opacity: 0.5;
  position: absolute;
  right: 0;
  top: 0;
  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;
  padding: 0 48px 16px;
  width: 100%;
  z-index: 1;
}
.wc-block-featured-category .wc-block-featured-category__background-image {
  bottom: 0;
  height: 100%;
  left: 0;
  margin: 0;
  -o-object-fit: none;
  object-fit: none;
  padding: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
}
.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;
  height: 100%;
  justify-content: center;
  overflow: hidden;
  width: 100%;
}
.wc-block-featured-category .wp-block-button.aligncenter {
  text-align: center;
}
.wp-block-woocommerce-featured-product {
  background-color: transparent;
  border-color: transparent;
  box-sizing: border-box;
  color: #fff;
}
.wc-block-featured-product {
  align-content: center;
  align-items: center;
  background-color: inherit;
  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 {
  background: inherit;
  border-radius: inherit;
  bottom: 0;
  content: "";
  left: 0;
  opacity: 0.5;
  position: absolute;
  right: 0;
  top: 0;
  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;
  padding: 0 48px 16px;
  width: 100%;
  z-index: 1;
}
.wc-block-featured-product .wc-block-featured-product__background-image {
  bottom: 0;
  height: 100%;
  left: 0;
  margin: 0;
  -o-object-fit: none;
  object-fit: none;
  padding: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
}
.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;
  height: 100%;
  justify-content: center;
  overflow: hidden;
  width: 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 {
  border: 0;
  margin-top: 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 {
  line-height: 1.5;
  margin: 0;
}
.wc-block-mini-cart__badge,
.wc-block-mini-cart__quantity-badge {
  align-items: center;
  display: flex;
}
.wc-block-mini-cart__badge {
  background: 0 0;
  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: 0 0 !important;
  border: 0;
  margin: 0 0 2em;
}
.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 {
  text-align: right;
  width: 100px;
}
.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 {
  margin: 0;
  width: 100%;
}
.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 {
  background: 0 0;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  color: inherit;
  display: inline;
  font-family: inherit;
  font-size: inherit;
  font-size: 0.75em;
  font-style: inherit;
  font-weight: inherit;
  letter-spacing: inherit;
  line-height: inherit;
  margin: 0;
  padding: 0;
  text-decoration: inherit;
  text-decoration: underline;
  text-shadow: none;
  text-transform: inherit;
  text-transform: none;
  vertical-align: baseline;
  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: 0 0;
}
.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;
  line-height: inherit;
  text-align: right;
}
.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 {
  background-color: currentColor !important;
  border: 0 !important;
  border-radius: 0.25rem;
  box-shadow: none;
  color: currentColor !important;
  display: block;
  display: inline-block;
  line-height: 1;
  max-width: 100% !important;
  min-width: 84px;
  opacity: 0.15;
  outline: 0 !important;
  overflow: hidden !important;
  pointer-events: none;
  position: relative !important;
  width: 100%;
  z-index: 1;
}
.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 {
  -webkit-animation: loading__animation 1.5s ease-in-out infinite;
  animation: loading__animation 1.5s ease-in-out infinite;
  background-image: linear-gradient(
    90deg,
    currentColor,
    hsla(0, 0%, 96%, 0.302),
    currentColor
  );
  background-repeat: no-repeat;
  content: " ";
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  transform: translateX(-100%);
}
@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 {
  background-color: currentColor !important;
  border: 0 !important;
  border-radius: 0.25rem;
  box-shadow: none;
  color: currentColor !important;
  display: block;
  line-height: 1;
  max-width: 100% !important;
  opacity: 0.15;
  outline: 0 !important;
  overflow: hidden !important;
  pointer-events: none;
  position: relative !important;
  width: 100%;
  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 {
  -webkit-animation: loading__animation 1.5s ease-in-out infinite;
  animation: loading__animation 1.5s ease-in-out infinite;
  background-image: linear-gradient(
    90deg,
    currentColor,
    hsla(0, 0%, 96%, 0.302),
    currentColor
  );
  background-repeat: no-repeat;
  content: " ";
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  transform: translateX(-100%);
}
@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 {
  background-color: currentColor !important;
  border: 0 !important;
  border-radius: 0.25rem;
  box-shadow: none;
  color: currentColor !important;
  display: block;
  display: inline-block;
  line-height: 1;
  max-width: 100% !important;
  min-width: 84px;
  opacity: 0.15;
  outline: 0 !important;
  overflow: hidden !important;
  pointer-events: none;
  position: relative !important;
  width: 100%;
  z-index: 1;
}
.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 {
  -webkit-animation: loading__animation 1.5s ease-in-out infinite;
  animation: loading__animation 1.5s ease-in-out infinite;
  background-image: linear-gradient(
    90deg,
    currentColor,
    hsla(0, 0%, 96%, 0.302),
    currentColor
  );
  background-repeat: no-repeat;
  content: " ";
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  transform: translateX(-100%);
}
@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 {
  background-color: currentColor !important;
  border: 0 !important;
  border-radius: 0.25rem;
  box-shadow: none;
  color: currentColor !important;
  display: block;
  line-height: 1;
  max-width: 100% !important;
  opacity: 0.15;
  outline: 0 !important;
  overflow: hidden !important;
  pointer-events: none;
  position: relative !important;
  width: 100%;
  z-index: 1;
}
.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 {
  -webkit-animation: loading__animation 1.5s ease-in-out infinite;
  animation: loading__animation 1.5s ease-in-out infinite;
  background-image: linear-gradient(
    90deg,
    currentColor,
    hsla(0, 0%, 96%, 0.302),
    currentColor
  );
  background-repeat: no-repeat;
  content: " ";
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  transform: translateX(-100%);
}
@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 {
  display: block;
  margin-top: 0.25em;
  max-width: 3em;
}
.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 {
  background-color: currentColor !important;
  border: 0 !important;
  border-radius: 0.25rem;
  box-shadow: none;
  color: currentColor !important;
  display: block;
  line-height: 1;
  max-width: 100% !important;
  min-height: 460px;
  opacity: 0.15;
  outline: 0 !important;
  overflow: hidden !important;
  pointer-events: none;
  position: relative !important;
  width: 100%;
  z-index: 1;
}
.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 {
  -webkit-animation: loading__animation 1.5s ease-in-out infinite;
  animation: loading__animation 1.5s ease-in-out infinite;
  background-image: linear-gradient(
    90deg,
    currentColor,
    hsla(0, 0%, 96%, 0.302),
    currentColor
  );
  background-repeat: no-repeat;
  content: " ";
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  transform: translateX(-100%);
}
@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 {
  align-items: flex-end;
  display: flex;
  flex-direction: column;
}
.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 {
  -ms-grid-columns: 80px 132px;
  display: -ms-grid;
  display: grid;
  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-span: 2;
  -ms-grid-column-align: stretch;
  -ms-grid-column: 2;
  grid-column-end: 4;
  grid-column-start: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  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-row-align: end;
  align-self: end;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row: 2;
  grid-row-start: 2;
  padding-right: 16px;
  padding-top: 16px;
  vertical-align: bottom;
}
.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 {
  padding: 16px 0 16px 16px;
  position: relative;
  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 {
  background: 0 0;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  color: inherit;
  display: inline;
  display: block;
  font-family: inherit;
  font-size: inherit;
  font-size: 0.75em;
  font-style: inherit;
  font-weight: inherit;
  font-weight: 600;
  letter-spacing: inherit;
  line-height: inherit;
  margin: 0;
  padding: 0.25rem 0;
  text-align: right;
  text-decoration: inherit;
  text-transform: inherit;
  text-transform: uppercase;
  vertical-align: baseline;
}
.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;
  min-height: 10em;
  padding-right: 3.7735849057%;
  width: 65%;
}
.wp-block-woocommerce-cart.is-loading
  .wp-block-woocommerce-cart-line-items-block {
  background-color: currentColor !important;
  border: 0 !important;
  border-radius: 0.25rem;
  box-shadow: none;
  color: currentColor !important;
  display: block;
  line-height: 1;
  max-width: 100% !important;
  min-height: 15em;
  opacity: 0.15;
  outline: 0 !important;
  overflow: hidden !important;
  pointer-events: none;
  position: relative !important;
  width: 100%;
  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 {
  -webkit-animation: loading__animation 1.5s ease-in-out infinite;
  animation: loading__animation 1.5s ease-in-out infinite;
  background-image: linear-gradient(
    90deg,
    currentColor,
    hsla(0, 0%, 96%, 0.302),
    currentColor
  );
  background-repeat: no-repeat;
  content: " ";
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  transform: translateX(-100%);
}
@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;
  min-height: 12em;
  padding-left: 2.2641509434%;
  width: 35%;
}
.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 {
  background-color: currentColor !important;
  border: 0 !important;
  border-radius: 0.25rem;
  box-shadow: none;
  color: currentColor !important;
  display: block;
  line-height: 1;
  margin: 0 0 1em;
  max-width: 100% !important;
  min-height: 3em;
  opacity: 0.15;
  outline: 0 !important;
  overflow: hidden !important;
  pointer-events: none;
  position: relative !important;
  width: 100%;
  z-index: 1;
}
.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 {
  -webkit-animation: loading__animation 1.5s ease-in-out infinite;
  animation: loading__animation 1.5s ease-in-out infinite;
  background-image: linear-gradient(
    90deg,
    currentColor,
    hsla(0, 0%, 96%, 0.302),
    currentColor
  );
  background-repeat: no-repeat;
  content: " ";
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  transform: translateX(-100%);
}
@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-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  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-size: inherit;
    font-weight: inherit;
    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;
  right: 16px;
  top: 40px;
}
.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 {
  box-sizing: border-box;
  height: 100vh;
  justify-content: center;
  padding: 0;
}
:where(.wp-block-woocommerce-mini-cart-contents) {
  background: #fff;
}
.wp-block-woocommerce-empty-mini-cart-contents-block,
.wp-block-woocommerce-filled-mini-cart-contents-block {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.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-bottom: 8px;
  padding-top: 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-components-button {
  flex-grow: 1;
  font-weight: 600;
}
.wc-block-mini-cart__footer
  .wc-block-mini-cart__footer-actions
  .wc-block-components-button.outlined {
  color: currentColor;
  display: none;
}
.wc-block-mini-cart__footer
  .wc-block-mini-cart__footer-actions
  .wc-block-components-button.outlined:not(:focus) {
  box-shadow: inset 0 0 0 1px currentColor;
}
.wc-block-mini-cart__footer
  .wc-block-mini-cart__footer-actions
  .wc-block-components-button.outlined:focus,
.wc-block-mini-cart__footer
  .wc-block-mini-cart__footer-actions
  .wc-block-components-button.outlined:hover {
  color: #fff;
}
@media only screen and (min-width: 480px) {
  .wc-block-mini-cart__footer
    .wc-block-mini-cart__footer-actions
    .wc-block-components-button.outlined {
    display: inline-flex;
  }
}
.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;
  margin-top: 1.5em;
  text-decoration: inherit;
  text-transform: inherit;
}
.wc-block-components-checkbox label {
  align-items: flex-start;
  display: flex;
  font-size: 0.875em;
  position: relative;
}
.wc-block-components-checkbox
  .wc-block-components-checkbox__input[type="checkbox"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: #fff;
  border: 2px solid #50575e;
  border-radius: 2px;
  box-sizing: border-box;
  font-size: 1em;
  height: 1.5em;
  margin: 0 1em 0 0;
  min-height: 1.5em;
  min-width: 1.5em;
  overflow: hidden;
  position: static;
  vertical-align: middle;
  width: 1.5em;
}
.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"] {
  background-color: 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"]: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;
  height: 1.125em;
  margin-left: 0.1875em;
  margin-top: 0.0625em;
  pointer-events: none;
  position: absolute;
  width: 1.125em;
}
.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 {
  line-height: 1.5em;
  vertical-align: middle;
}
@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;
  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-panel__button {
  border: 0;
  border-radius: 0;
  height: auto;
  line-height: 1;
  margin: 0.375em 0 0;
  padding: 0.375em 32px 0 0;
  position: relative;
  text-align: left;
  vertical-align: baseline;
  width: 100%;
  word-break: break-word;
}
.wc-block-components-panel__button[aria-expanded="true"] {
  margin-bottom: 0.375em;
  padding-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 {
  background: 0 0;
  box-shadow: none;
  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-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-notices {
  display: block;
  margin-bottom: 2em;
}
.wc-block-components-notices .wc-block-components-notices__notice {
  display: flex;
  flex-wrap: nowrap;
  margin: 0;
}
.wc-block-components-notices .wc-block-components-notices__notice a {
  text-decoration: underline;
}
.wc-block-components-notices
  .wc-block-components-notices__notice
  .components-notice__dismiss {
  background: transparent none;
  border: 0;
  color: currentColor;
  margin: 0 0 0 auto;
  outline: 0;
  padding: 0;
}
.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
  .components-notice__content
  > div:not(.components-notice__actions)
  :first-child {
  margin-top: 0;
}
.wc-block-components-notices
  .wc-block-components-notices__notice
  .components-notice__content
  > div:not(.components-notice__actions)
  :last-child {
  margin-bottom: 0;
}
.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-form .wc-block-components-text-input,
.wc-block-components-text-input {
  margin-top: 1.5em;
  position: relative;
  white-space: nowrap;
}
.wc-block-components-form .wc-block-components-text-input label,
.wc-block-components-text-input label {
  color: inherit;
  color: #757575;
  cursor: text;
  font-family: inherit;
  font-size: inherit;
  font-size: 1em;
  font-style: inherit;
  font-weight: inherit;
  left: 0;
  letter-spacing: inherit;
  line-height: inherit;
  line-height: 1.375;
  margin: 0 0 0 17px;
  max-width: calc(100% - 32px);
  overflow: hidden;
  position: absolute;
  text-decoration: inherit;
  text-overflow: ellipsis;
  text-transform: inherit;
  top: 0;
  transform: translateY(0.75em);
  transform-origin: top left;
  transition: transform 0.2s ease;
}
.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"] {
  background-color: #fff;
  border: 1px solid #50575e;
  border-radius: 4px;
  box-sizing: border-box;
  color: #2b2d2f;
  font-family: inherit;
  font-size: 1em;
  height: 3em;
  line-height: 1.375;
  margin: 0;
  min-height: 0;
  padding: 0.75em 0;
  text-indent: 16px;
  width: 100%;
}
.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;
  box-shadow: 0 0 0 1px #50575e;
  color: #2b2d2f;
  outline: 0;
}
.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);
  box-shadow: 0 0 0 1px hsla(0, 0%, 100%, 0.4);
  color: #fff;
}
.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;
}
.has-dark-controls
  .wc-block-components-form
  .wc-block-components-text-input.has-error
  input,
.has-dark-controls
  .wc-block-components-form
  .wc-block-components-text-input.has-error
  input:active,
.has-dark-controls
  .wc-block-components-form
  .wc-block-components-text-input.has-error
  input:focus,
.has-dark-controls
  .wc-block-components-form
  .wc-block-components-text-input.has-error
  input:hover,
.has-dark-controls .wc-block-components-text-input.has-error input,
.has-dark-controls .wc-block-components-text-input.has-error input:active,
.has-dark-controls .wc-block-components-text-input.has-error input:focus,
.has-dark-controls .wc-block-components-text-input.has-error input:hover {
  border-color: #f18c8c;
}
.has-dark-controls
  .wc-block-components-form
  .wc-block-components-text-input.has-error
  input:focus,
.has-dark-controls .wc-block-components-text-input.has-error input:focus {
  box-shadow: 0 0 0 1px #f18c8c;
}
.wc-block-components-form .wc-block-components-text-input.has-error label,
.wc-block-components-text-input.has-error label {
  color: #cc1818;
}
.has-dark-controls
  .wc-block-components-form
  .wc-block-components-text-input.has-error
  label,
.has-dark-controls .wc-block-components-text-input.has-error label {
  color: #f18c8c;
}
.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-totals-wrapper {
  padding: 16px 0;
  position: relative;
}
.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 > * > * {
  padding: 16px 0;
  position: relative;
}
.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 {
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
.wc-block-components-totals-item__label {
  flex-grow: 1;
}
.wc-block-components-totals-item__value {
  font-weight: 400;
  white-space: nowrap;
}
.wc-block-components-totals-item__description {
  font-size: 0.875em;
  width: 100%;
}
.wc-block-components-validation-error {
  color: #cc1818;
  font-size: 0.75em;
  max-width: 100%;
  white-space: normal;
}
.wc-block-components-validation-error > p {
  margin: 0;
  padding: 4px 0 0;
}
.has-dark-mode-palette .wc-block-components-validation-error {
  color: #f18c8c;
}
.wc-block-components-select + .wc-block-components-validation-error {
  margin-bottom: 24px;
}
.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 {
  clear: both;
  list-style: none outside;
  margin: 4px 0 4px 60px;
}
.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 {
  border: 1px solid #eee;
  display: inline-block;
  margin: 0 0.5em 0 -60px;
  max-width: 50px;
  padding: 0;
  position: relative;
  vertical-align: middle;
}
.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 {
  background: currentColor;
  display: inline-block;
  height: 1em;
  min-width: 200px;
  opacity: 0.2;
  width: 50%;
}
.wc-block-product-categories__button {
  align-items: center;
  display: flex;
  margin: 0;
  overflow: hidden;
  padding: 0 0.5em;
  position: relative;
}
.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 {
  flex-grow: 1;
  line-height: 1.8;
  padding: 6px 8px;
}
.wc-block-product-search .wc-block-product-search__button {
  align-items: center;
  cursor: pointer;
  display: flex;
  margin: 0 0 0 6px;
  overflow: hidden;
  padding: 0 0.5em;
  position: relative;
}
.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-color: #757575;
  border-radius: 4px;
  border-style: none !important;
}
.wp-block-woocommerce-price-filter h1,
.wp-block-woocommerce-price-filter h2,
.wp-block-woocommerce-price-filter h3,
.wp-block-woocommerce-price-filter h4,
.wp-block-woocommerce-price-filter h5,
.wp-block-woocommerce-price-filter h6 {
  text-transform: inherit;
}
.wc-block-price-filter,
.wc-block-price-filter__controls,
.wc-block-price-slider {
  border-color: inherit;
  border-radius: inherit;
}
.wc-block-price-filter__controls input {
  border-color: inherit !important;
  border-radius: inherit !important;
  border-style: solid;
}
.wc-block-price-filter__controls .input-loading {
  background-color: currentColor !important;
  border: 0 !important;
  border-radius: 0.25rem;
  border-radius: 0;
  box-shadow: none;
  color: currentColor !important;
  display: block;
  height: 2em;
  line-height: 1;
  max-width: 100% !important;
  opacity: 0.15;
  outline: 0 !important;
  overflow: hidden !important;
  pointer-events: none;
  position: relative !important;
  width: 100%;
  width: 5.625em;
  z-index: 1;
}
.wc-block-price-filter__controls .input-loading > * {
  visibility: hidden;
}
.wc-block-price-filter__controls .input-loading:after {
  -webkit-animation: loading__animation 1.5s ease-in-out infinite;
  animation: loading__animation 1.5s ease-in-out infinite;
  background-image: linear-gradient(
    90deg,
    currentColor,
    hsla(0, 0%, 96%, 0.302),
    currentColor
  );
  background-repeat: no-repeat;
  content: " ";
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  transform: translateX(-100%);
}
@media screen and (prefers-reduced-motion: reduce) {
  .wc-block-price-filter__controls .input-loading {
    -webkit-animation: none;
    animation: none;
  }
}
.editor-styles-wrapper
  .wc-block-price-filter__button.wc-block-components-price-slider__button,
.wc-block-price-filter__button.wc-block-components-price-slider__button {
  font-size: 0.875em;
  padding: 0.5em 1em;
}
.wp-block-woocommerce-attribute-filter {
  border-style: none !important;
}
.wp-block-woocommerce-attribute-filter h1,
.wp-block-woocommerce-attribute-filter h2,
.wp-block-woocommerce-attribute-filter h3,
.wp-block-woocommerce-attribute-filter h4,
.wp-block-woocommerce-attribute-filter h5,
.wp-block-woocommerce-attribute-filter h6 {
  text-transform: inherit;
}
.wc-block-attribute-filter {
  border-color: inherit;
  border-radius: inherit;
  margin-bottom: 16px;
}
.wc-block-attribute-filter .is-loading {
  background-color: currentColor !important;
  border: 0 !important;
  border-radius: 0.25rem;
  border-radius: 0;
  box-shadow: none;
  color: currentColor !important;
  display: block;
  height: 1em;
  line-height: 1;
  margin-top: 16px;
  max-width: 100% !important;
  opacity: 0.15;
  outline: 0 !important;
  overflow: hidden !important;
  pointer-events: none;
  position: relative !important;
  width: 100%;
  z-index: 1;
}
.wc-block-attribute-filter .is-loading > * {
  visibility: hidden;
}
.wc-block-attribute-filter .is-loading:after {
  -webkit-animation: loading__animation 1.5s ease-in-out infinite;
  animation: loading__animation 1.5s ease-in-out infinite;
  background-image: linear-gradient(
    90deg,
    currentColor,
    hsla(0, 0%, 96%, 0.302),
    currentColor
  );
  background-repeat: no-repeat;
  content: " ";
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  transform: translateX(-100%);
}
@media screen and (prefers-reduced-motion: reduce) {
  .wc-block-attribute-filter .is-loading {
    -webkit-animation: none;
    animation: none;
  }
}
.wc-block-attribute-filter.style-dropdown {
  align-items: flex-start;
  display: flex;
  gap: 16px;
  position: relative;
}
.wc-block-attribute-filter.style-dropdown
  .single-selection
  .components-form-token-field__token
  + input[type="text"].components-form-token-field__input {
  opacity: 0;
}
.wc-block-attribute-filter.style-dropdown
  .single-selection
  .components-form-token-field__input-container.is-active
  .components-form-token-field__token
  + input[type="text"].components-form-token-field__input {
  opacity: 1;
}
.wc-block-attribute-filter.style-dropdown
  .wc-block-components-filter-submit-button {
  height: 36px;
  line-height: 1;
}
.wc-block-attribute-filter.style-dropdown > svg {
  pointer-events: none;
  position: absolute;
  right: 8px;
  top: 50%;
  transform: translateY(-50%);
}
.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-blocks-components-form-token-field-wrapper {
  flex-grow: 1;
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
  max-width: unset;
  width: 0;
}
.wc-block-attribute-filter
  .wc-blocks-components-form-token-field-wrapper:not(.is-loading) {
  border: 1px solid #757575 !important;
  border-radius: 4px;
}
.wc-block-attribute-filter
  .wc-blocks-components-form-token-field-wrapper.is-loading {
  border-radius: 0.25em;
}
.wc-block-attribute-filter
  .wc-blocks-components-form-token-field-wrapper
  .components-form-token-field {
  border-radius: inherit;
}
.wc-block-attribute-filter
  .wc-blocks-components-form-token-field-wrapper
  .components-form-token-field__input-container {
  border: 0;
  border-radius: inherit;
  color: inherit;
  font-family: inherit;
  font-size: inherit;
  font-style: inherit;
  font-weight: inherit;
  letter-spacing: inherit;
  line-height: inherit;
  padding: 8px;
  text-decoration: inherit;
  text-transform: inherit;
}
.wc-block-attribute-filter
  .wc-blocks-components-form-token-field-wrapper
  .components-form-token-field__input-container
  .components-form-token-field__input {
  font-size: 0.875em;
}
.wc-block-attribute-filter
  .wc-blocks-components-form-token-field-wrapper
  .components-form-token-field__input-container
  .components-form-token-field__input::-moz-placeholder {
  color: #000;
}
.wc-block-attribute-filter
  .wc-blocks-components-form-token-field-wrapper
  .components-form-token-field__input-container
  .components-form-token-field__input:-ms-input-placeholder {
  color: #000;
}
.wc-block-attribute-filter
  .wc-blocks-components-form-token-field-wrapper
  .components-form-token-field__input-container
  .components-form-token-field__input::placeholder {
  color: #000;
}
.wc-block-attribute-filter
  .wc-blocks-components-form-token-field-wrapper
  .components-form-token-field__input-container
  .components-form-token-field__suggestions-list {
  border: 1px solid #757575;
  border-radius: 4px;
  margin-top: 8px;
  max-height: 21em;
}
.wc-block-attribute-filter
  .wc-blocks-components-form-token-field-wrapper
  .components-form-token-field__input-container
  .components-form-token-field__suggestions-list
  .components-form-token-field__suggestion {
  border: 1px solid #ccc;
  border-radius: 4px;
  color: #000;
  margin: 12px;
  padding: 12px;
}
.wc-block-attribute-filter
  .wc-blocks-components-form-token-field-wrapper
  .components-form-token-field__input-container
  .components-form-token-field__suggestion,
.wc-block-attribute-filter
  .wc-blocks-components-form-token-field-wrapper
  .components-form-token-field__input-container
  .components-form-token-field__token {
  font-size: 0.875em;
}
.wc-block-attribute-filter__conditions-toggle,
.wc-block-attribute-filter__display-toggle,
.wc-block-attribute-filter__multiple-toggle {
  width: 100%;
}
.wc-block-attribute-filter__instructions {
  border-bottom: 1px solid #f0f0f0;
  padding-bottom: 1em;
}
.wc-block-attribute-filter__selection {
  padding-top: 1em;
}
.woocommerce-product-attributes
  .woocommerce-search-list__search
  .components-base-control__label {
  color: inherit;
  color: #757575;
  font-family: inherit;
  font-size: inherit;
  font-size: 1em;
  font-style: inherit;
  font-weight: inherit;
  letter-spacing: inherit;
  line-height: inherit;
  text-decoration: inherit;
  text-transform: inherit;
}
.wc-block-attribute-filter__actions {
  align-items: center;
  display: flex;
  gap: 16px;
  justify-content: flex-end;
}
.wc-block-attribute-filter__actions .wc-block-components-filter-submit-button {
  margin-left: 0;
}
.wc-block-attribute-filter__actions
  .wc-block-components-filter-submit-button:disabled {
  cursor: auto;
  opacity: 0.6;
}
.wc-block-attribute-filter__actions
  .wc-block-filter-submit-button.wc-block-components-filter-submit-button.wc-block-attribute-filter__button {
  font-size: 0.875em;
  margin-top: 0;
}
.editor-styles-wrapper .wc-block-components-checkbox,
.wc-block-components-checkbox {
  margin-top: 1em;
}
.editor-styles-wrapper
  .wc-block-attribute-filter__button.wc-block-attribute-filter__button,
.wc-block-attribute-filter__button.wc-block-attribute-filter__button {
  font-size: 0.875em;
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
  padding: 0.5em 1em;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}
.wp-block-woocommerce-stock-filter h1,
.wp-block-woocommerce-stock-filter h2,
.wp-block-woocommerce-stock-filter h3,
.wp-block-woocommerce-stock-filter h4,
.wp-block-woocommerce-stock-filter h5,
.wp-block-woocommerce-stock-filter h6 {
  text-transform: inherit;
}
.wc-block-stock-filter {
  margin-bottom: 24px;
}
.wc-block-stock-filter.is-loading {
  background-color: currentColor !important;
  border: 0 !important;
  border-radius: 0.25rem;
  border-radius: 0;
  box-shadow: none;
  color: currentColor !important;
  display: block;
  line-height: 1;
  margin-top: 16px;
  max-width: 100% !important;
  opacity: 0.15;
  outline: 0 !important;
  overflow: hidden !important;
  pointer-events: none;
  position: relative !important;
  width: 100%;
  z-index: 1;
}
.wc-block-stock-filter.is-loading > * {
  visibility: hidden;
}
.wc-block-stock-filter.is-loading:after {
  -webkit-animation: loading__animation 1.5s ease-in-out infinite;
  animation: loading__animation 1.5s ease-in-out infinite;
  background-image: linear-gradient(
    90deg,
    currentColor,
    hsla(0, 0%, 96%, 0.302),
    currentColor
  );
  background-repeat: no-repeat;
  content: " ";
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  transform: translateX(-100%);
}
@media screen and (prefers-reduced-motion: reduce) {
  .wc-block-stock-filter.is-loading {
    -webkit-animation: none;
    animation: none;
  }
}
.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.style-dropdown {
  align-items: flex-start;
  display: flex;
  gap: 16px;
  position: relative;
}
.wc-block-stock-filter.style-dropdown
  .single-selection
  .components-form-token-field__token
  + input[type="text"].components-form-token-field__input {
  opacity: 0;
}
.wc-block-stock-filter.style-dropdown
  .single-selection
  .components-form-token-field__input-container.is-active
  .components-form-token-field__token
  + input[type="text"].components-form-token-field__input {
  opacity: 1;
}
.wc-block-stock-filter.style-dropdown
  .wc-block-components-filter-submit-button {
  height: 36px;
  line-height: 1;
}
.wc-block-stock-filter.style-dropdown > svg {
  pointer-events: none;
  position: absolute;
  right: 8px;
  top: 50%;
  transform: translateY(-50%);
}
.wc-block-stock-filter .wc-blocks-components-form-token-field-wrapper {
  flex-grow: 1;
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
  max-width: unset;
  width: 0;
}
.wc-block-stock-filter
  .wc-blocks-components-form-token-field-wrapper:not(.is-loading) {
  border: 1px solid #757575 !important;
  border-radius: 4px;
}
.wc-block-stock-filter
  .wc-blocks-components-form-token-field-wrapper.is-loading {
  border-radius: 0.25em;
}
.wc-block-stock-filter
  .wc-blocks-components-form-token-field-wrapper
  .components-form-token-field {
  border-radius: inherit;
}
.wc-block-stock-filter
  .wc-blocks-components-form-token-field-wrapper
  .components-form-token-field__input-container {
  border: 0;
  border-radius: inherit;
  color: inherit;
  font-family: inherit;
  font-size: inherit;
  font-style: inherit;
  font-weight: inherit;
  letter-spacing: inherit;
  line-height: inherit;
  padding: 8px;
  text-decoration: inherit;
  text-transform: inherit;
}
.wc-block-stock-filter
  .wc-blocks-components-form-token-field-wrapper
  .components-form-token-field__input-container
  .components-form-token-field__input {
  font-size: 0.875em;
}
.wc-block-stock-filter
  .wc-blocks-components-form-token-field-wrapper
  .components-form-token-field__input-container
  .components-form-token-field__input::-moz-placeholder {
  color: #000;
}
.wc-block-stock-filter
  .wc-blocks-components-form-token-field-wrapper
  .components-form-token-field__input-container
  .components-form-token-field__input:-ms-input-placeholder {
  color: #000;
}
.wc-block-stock-filter
  .wc-blocks-components-form-token-field-wrapper
  .components-form-token-field__input-container
  .components-form-token-field__input::placeholder {
  color: #000;
}
.wc-block-stock-filter
  .wc-blocks-components-form-token-field-wrapper
  .components-form-token-field__input-container
  .components-form-token-field__suggestions-list {
  border: 1px solid #757575;
  border-radius: 4px;
  margin-top: 8px;
  max-height: 21em;
}
.wc-block-stock-filter
  .wc-blocks-components-form-token-field-wrapper
  .components-form-token-field__input-container
  .components-form-token-field__suggestions-list
  .components-form-token-field__suggestion {
  border: 1px solid #ccc;
  border-radius: 4px;
  color: #000;
  margin: 12px;
  padding: 12px;
}
.wc-block-stock-filter
  .wc-blocks-components-form-token-field-wrapper
  .components-form-token-field__input-container
  .components-form-token-field__suggestion,
.wc-block-stock-filter
  .wc-blocks-components-form-token-field-wrapper
  .components-form-token-field__input-container
  .components-form-token-field__token {
  font-size: 0.875em;
}
.wc-block-stock-filter .wc-block-components-product-rating {
  margin-bottom: 0;
}
.wc-block-stock-filter__actions {
  align-items: center;
  display: flex;
  gap: 16px;
  justify-content: flex-end;
  margin-top: 16px;
}
.wc-block-stock-filter__actions
  button[type="submit"]:not(.wp-block-search__button).wc-block-components-filter-submit-button {
  font-size: 0.875em;
  margin-left: 0;
  margin-top: 0;
}
.editor-styles-wrapper .wc-block-stock-filter .wc-block-stock-filter__button,
.wc-block-stock-filter__actions .wc-block-stock-filter__button {
  font-size: 0.875em;
  margin-top: 0.5em;
  padding: 0.5em 1em;
}
.wp-block-woocommerce-active-filters h1,
.wp-block-woocommerce-active-filters h2,
.wp-block-woocommerce-active-filters h3,
.wp-block-woocommerce-active-filters h4,
.wp-block-woocommerce-active-filters h5,
.wp-block-woocommerce-active-filters h6 {
  text-transform: inherit;
}
.wp-block-woocommerce-active-filters
  .wc-block-filter-title-placeholder
  .wc-block-active-filters__title {
  height: 1em;
}
.wc-block-active-filters {
  margin-bottom: 24px;
  overflow: hidden;
}
.wc-block-active-filters .wc-block-active-filters__clear-all {
  background: 0 0;
  border: none;
  border-radius: 0;
  box-shadow: none;
  color: inherit;
  cursor: pointer;
  display: inline;
  float: right;
  font-family: inherit;
  font-size: inherit;
  font-size: 0.875em;
  font-style: inherit;
  font-weight: inherit;
  font-weight: 400;
  letter-spacing: inherit;
  line-height: inherit;
  margin: 15px 0 0;
  padding: 0;
  text-decoration: inherit;
  text-decoration: underline;
  text-shadow: none;
  text-transform: inherit;
  vertical-align: baseline;
}
.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: 0 0;
}
.wc-block-active-filters .wc-block-active-filters__clear-all:hover {
  color: inherit;
  text-decoration: none;
}
.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: 0 0;
  color: inherit;
}
.wc-block-active-filters .wc-block-active-filters__clear-all-placeholder {
  background-color: currentColor !important;
  border: 0 !important;
  border-radius: 0.25rem;
  border-radius: 0;
  box-shadow: none;
  color: currentColor !important;
  display: block;
  display: inline-block;
  float: right;
  height: 1em;
  line-height: 1;
  max-width: 100% !important;
  opacity: 0.15;
  outline: 0 !important;
  overflow: hidden !important;
  pointer-events: none;
  position: relative !important;
  width: 100%;
  width: 80px;
  z-index: 1;
}
.wc-block-active-filters .wc-block-active-filters__clear-all-placeholder > * {
  visibility: hidden;
}
.wc-block-active-filters .wc-block-active-filters__clear-all-placeholder:after {
  -webkit-animation: loading__animation 1.5s ease-in-out infinite;
  animation: loading__animation 1.5s ease-in-out infinite;
  background-image: linear-gradient(
    90deg,
    currentColor,
    hsla(0, 0%, 96%, 0.302),
    currentColor
  );
  background-repeat: no-repeat;
  content: " ";
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  transform: translateX(-100%);
}
@media screen and (prefers-reduced-motion: reduce) {
  .wc-block-active-filters .wc-block-active-filters__clear-all-placeholder {
    -webkit-animation: none;
    animation: none;
  }
}
.wc-block-active-filters .wc-block-active-filters__list {
  clear: both;
  list-style: none outside;
  margin: 0 0 4px;
  padding: 0;
}
.wc-block-active-filters
  .wc-block-active-filters__list.wc-block-active-filters--loading {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  margin-top: 12px;
}
.wc-block-active-filters
  .wc-block-active-filters__list.wc-block-active-filters--loading.wc-block-active-filters__list--chips {
  align-items: flex-end;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 0 10px;
}
.wc-block-active-filters .wc-block-active-filters__list li {
  list-style: none outside;
  margin: 9px 0 0;
  padding: 0;
}
.wc-block-active-filters .wc-block-active-filters__list li ul {
  list-style: none outside;
  margin: 0;
  padding: 0;
}
.wc-block-active-filters .wc-block-active-filters__list > li:first-child,
.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
  li.show-loading-state-list {
  display: inline-block;
}
.wc-block-active-filters
  .wc-block-active-filters__list
  li.show-loading-state-list
  > span {
  background-color: currentColor !important;
  border: 0 !important;
  border-radius: 0.25rem;
  border-radius: 0;
  box-shadow: none;
  color: currentColor !important;
  display: block;
  display: inline-block;
  height: 1em;
  line-height: 1;
  max-width: 100% !important;
  opacity: 0.15;
  outline: 0 !important;
  overflow: hidden !important;
  pointer-events: none;
  position: relative !important;
  width: 100%;
  z-index: 1;
}
.wc-block-active-filters
  .wc-block-active-filters__list
  li.show-loading-state-list
  > span
  > * {
  visibility: hidden;
}
.wc-block-active-filters
  .wc-block-active-filters__list
  li.show-loading-state-list
  > span:after {
  -webkit-animation: loading__animation 1.5s ease-in-out infinite;
  animation: loading__animation 1.5s ease-in-out infinite;
  background-image: linear-gradient(
    90deg,
    currentColor,
    hsla(0, 0%, 96%, 0.302),
    currentColor
  );
  background-repeat: no-repeat;
  content: " ";
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  transform: translateX(-100%);
}
@media screen and (prefers-reduced-motion: reduce) {
  .wc-block-active-filters
    .wc-block-active-filters__list
    li.show-loading-state-list
    > span {
    -webkit-animation: none;
    animation: none;
  }
}
.wc-block-active-filters
  .wc-block-active-filters__list
  li.show-loading-state-chips {
  display: inline-block;
}
.wc-block-active-filters
  .wc-block-active-filters__list
  li.show-loading-state-chips
  > span {
  background-color: currentColor !important;
  border: 0 !important;
  border-radius: 0.25rem;
  border-radius: 13px;
  box-shadow: none;
  color: currentColor !important;
  display: block;
  display: inline-block;
  height: 1em;
  line-height: 1;
  margin-right: 15px !important;
  max-width: 100% !important;
  min-width: 70px;
  opacity: 0.15;
  outline: 0 !important;
  overflow: hidden !important;
  pointer-events: none;
  position: relative !important;
  width: 100%;
  z-index: 1;
}
.wc-block-active-filters
  .wc-block-active-filters__list
  li.show-loading-state-chips
  > span
  > * {
  visibility: hidden;
}
.wc-block-active-filters
  .wc-block-active-filters__list
  li.show-loading-state-chips
  > span:after {
  -webkit-animation: loading__animation 1.5s ease-in-out infinite;
  animation: loading__animation 1.5s ease-in-out infinite;
  background-image: linear-gradient(
    90deg,
    currentColor,
    hsla(0, 0%, 96%, 0.302),
    currentColor
  );
  background-repeat: no-repeat;
  content: " ";
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  transform: translateX(-100%);
}
@media screen and (prefers-reduced-motion: reduce) {
  .wc-block-active-filters
    .wc-block-active-filters__list
    li.show-loading-state-chips
    > span {
    -webkit-animation: none;
    animation: none;
  }
}
.wc-block-active-filters
  .wc-block-active-filters__list
  li.show-loading-state-chips:last-of-type
  > span {
  margin-right: 0 !important;
}
.wc-block-active-filters
  .wc-block-active-filters__list
  li.show-loading-state-chips:nth-child(3) {
  flex-grow: 1;
  max-width: 200px;
}
.wc-block-active-filters
  .wc-block-active-filters__list
  > .wc-block-active-filters__list-item
  .wc-block-active-filters__list-item-name {
  margin: 9px 0 0;
}
.wc-block-active-filters .wc-block-active-filters__list-item-type {
  display: block;
  font-size: 0.75em;
  font-weight: 400;
  letter-spacing: 0.1em;
  margin: 16px 0 0;
  text-transform: uppercase;
}
.wc-block-active-filters .wc-block-active-filters__list-item-operator {
  font-style: italic;
  font-weight: 400;
}
.wc-block-active-filters .wc-block-active-filters__list-item-name {
  align-items: center;
  display: flex;
  font-size: 0.875em;
  padding: 0;
  position: relative;
}
.wc-block-active-filters .wc-block-active-filters__list-item-remove {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: #e0e0e0;
  border: 0;
  border-radius: 25px;
  color: currentColor;
  font-size: 0.75em;
  height: 16px;
  line-height: 16px;
  margin: 0 0.5em 0 0;
  padding: 0;
  width: 16px;
}
.wc-block-active-filters .wc-block-active-filters__list-item-remove:focus,
.wc-block-active-filters .wc-block-active-filters__list-item-remove:hover {
  background: #949494;
}
.wc-block-active-filters
  .wc-block-active-filters__list-item-remove:focus
  .wc-block-components-chip__remove-icon,
.wc-block-active-filters
  .wc-block-active-filters__list-item-remove:hover
  .wc-block-components-chip__remove-icon {
  fill: #fff;
}
.wc-block-active-filters .wc-block-active-filters__list-item-remove:disabled {
  color: #e0e0e0;
  cursor: not-allowed;
}
.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 {
  margin-bottom: 0.1875em;
  margin-top: 0.1875em;
}
.wc-block-rating-filter.is-loading {
  background-color: currentColor !important;
  border: 0 !important;
  border-radius: 0.25rem;
  border-radius: 0;
  box-shadow: none;
  color: currentColor !important;
  display: block;
  line-height: 1;
  margin-top: 16px;
  max-width: 100% !important;
  opacity: 0.15;
  outline: 0 !important;
  overflow: hidden !important;
  pointer-events: none;
  position: relative !important;
  width: 100%;
  z-index: 1;
}
.wc-block-rating-filter.is-loading > * {
  visibility: hidden;
}
.wc-block-rating-filter.is-loading:after {
  -webkit-animation: loading__animation 1.5s ease-in-out infinite;
  animation: loading__animation 1.5s ease-in-out infinite;
  background-image: linear-gradient(
    90deg,
    currentColor,
    hsla(0, 0%, 96%, 0.302),
    currentColor
  );
  background-repeat: no-repeat;
  content: " ";
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  transform: translateX(-100%);
}
@media screen and (prefers-reduced-motion: reduce) {
  .wc-block-rating-filter.is-loading {
    -webkit-animation: none;
    animation: none;
  }
}
.wc-block-rating-filter.style-dropdown {
  align-items: flex-start;
  display: flex;
  gap: 16px;
  position: relative;
}
.wc-block-rating-filter.style-dropdown
  .single-selection
  .components-form-token-field__token
  + input[type="text"].components-form-token-field__input {
  opacity: 0;
}
.wc-block-rating-filter.style-dropdown
  .single-selection
  .components-form-token-field__input-container.is-active
  .components-form-token-field__token
  + input[type="text"].components-form-token-field__input {
  opacity: 1;
}
.wc-block-rating-filter.style-dropdown
  .wc-block-components-filter-submit-button {
  height: 36px;
  line-height: 1;
}
.wc-block-rating-filter.style-dropdown > svg {
  pointer-events: none;
  position: absolute;
  right: 8px;
  top: 50%;
  transform: translateY(-50%);
}
.wc-block-rating-filter .wc-block-components-product-rating__stars {
  display: inline-block;
  height: 1em;
  line-height: 1;
}
.wc-block-rating-filter .wc-blocks-components-form-token-field-wrapper {
  flex-grow: 1;
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
  max-width: unset;
  width: 0;
}
.wc-block-rating-filter
  .wc-blocks-components-form-token-field-wrapper:not(.is-loading) {
  border: 1px solid #757575 !important;
  border-radius: 4px;
}
.wc-block-rating-filter
  .wc-blocks-components-form-token-field-wrapper.is-loading {
  border-radius: 0.25em;
}
.wc-block-rating-filter
  .wc-blocks-components-form-token-field-wrapper
  .components-form-token-field {
  border-radius: inherit;
}
.wc-block-rating-filter
  .wc-blocks-components-form-token-field-wrapper
  .components-form-token-field__input-container {
  border: 0;
  border-radius: inherit;
  color: inherit;
  font-family: inherit;
  font-size: inherit;
  font-style: inherit;
  font-weight: inherit;
  letter-spacing: inherit;
  line-height: inherit;
  padding: 8px;
  text-decoration: inherit;
  text-transform: inherit;
}
.wc-block-rating-filter
  .wc-blocks-components-form-token-field-wrapper
  .components-form-token-field__input-container
  .components-form-token-field__input {
  font-size: 0.875em;
}
.wc-block-rating-filter
  .wc-blocks-components-form-token-field-wrapper
  .components-form-token-field__input-container
  .components-form-token-field__input::-moz-placeholder {
  color: #000;
}
.wc-block-rating-filter
  .wc-blocks-components-form-token-field-wrapper
  .components-form-token-field__input-container
  .components-form-token-field__input:-ms-input-placeholder {
  color: #000;
}
.wc-block-rating-filter
  .wc-blocks-components-form-token-field-wrapper
  .components-form-token-field__input-container
  .components-form-token-field__input::placeholder {
  color: #000;
}
.wc-block-rating-filter
  .wc-blocks-components-form-token-field-wrapper
  .components-form-token-field__input-container
  .components-form-token-field__suggestions-list {
  border: 1px solid #757575;
  border-radius: 4px;
  margin-top: 8px;
  max-height: 21em;
}
.wc-block-rating-filter
  .wc-blocks-components-form-token-field-wrapper
  .components-form-token-field__input-container
  .components-form-token-field__suggestions-list
  .components-form-token-field__suggestion {
  border: 1px solid #ccc;
  border-radius: 4px;
  color: #000;
  margin: 12px;
  padding: 12px;
}
.wc-block-rating-filter
  .wc-blocks-components-form-token-field-wrapper
  .components-form-token-field__input-container
  .components-form-token-field__suggestion,
.wc-block-rating-filter
  .wc-blocks-components-form-token-field-wrapper
  .components-form-token-field__input-container
  .components-form-token-field__token {
  font-size: 0.875em;
}
.wc-block-rating-filter .wc-block-components-product-rating {
  margin-bottom: 0;
}
.wc-blocks-components-form-token-field-wrapper:not(.single-selection)
  .components-form-token-field__input-container {
  padding: 4px 30px 4px 8px;
}
.wc-blocks-components-form-token-field-wrapper:not(.single-selection)
  .components-form-token-field__input-container
  .components-form-token-field__token-text {
  background-color: #fff;
  border: 1px solid;
  border-radius: 25px 0 0 25px;
  border-right: 0;
  line-height: 22px;
  padding: 0.25em 0.5em 0.25em 0.75em;
}
.wc-blocks-components-form-token-field-wrapper:not(.single-selection)
  .components-form-token-field__input-container
  > .components-form-token-field__input {
  margin: 0.25em 0;
}
.wc-blocks-components-form-token-field-wrapper:not(.single-selection)
  .components-form-token-field__input-container
  .components-button.components-form-token-field__remove-token {
  background-color: #fff;
  border: 1px solid;
  border-left: 0;
  border-radius: 0 25px 25px 0;
  padding: 1px 0.25em 0 0;
}
.wc-blocks-components-form-token-field-wrapper:not(.single-selection)
  .components-form-token-field__input-container
  .components-button.components-form-token-field__remove-token.has-icon
  svg {
  background-color: #e0e0e0;
  border-radius: 25px;
}
.wp-block-woocommerce-rating-filter {
  margin-bottom: 24px;
}
.wp-block-woocommerce-rating-filter
  .wc-block-rating-filter
  .wc-block-rating-filter-list
  li
  input,
.wp-block-woocommerce-rating-filter
  .wc-block-rating-filter
  .wc-block-rating-filter-list
  li
  label {
  cursor: pointer;
}
.wc-block-rating-filter__actions {
  align-items: center;
  display: flex;
  gap: 16px;
  justify-content: flex-end;
  margin-top: 16px;
}
.wc-block-rating-filter__actions .wc-block-components-filter-submit-button {
  margin-left: 0;
}
.wc-block-rating-filter__actions
  .wc-block-components-filter-submit-button:disabled {
  cursor: auto;
  opacity: 0.6;
}
.wc-block-rating-filter__actions
  button[type="submit"]:not(.wp-block-search__button).wc-block-components-filter-submit-button {
  font-size: 0.875em;
  margin-left: 0;
  margin-top: 0;
}
.editor-styles-wrapper .wc-block-rating-filter .wc-block-rating-filter__button,
.wc-block-rating-filter__actions .wc-block-rating-filter__button {
  font-size: 0.875em;
  margin-top: 0.5em;
  padding: 0.5em 1em;
}
:where(div[data-block-name="woocommerce/legacy-template"]) {
  margin-left: auto;
  margin-right: auto;
  max-width: 1000px;
}
@-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%);
  }
}
.color-block-support-panel .wc-block-feedback-prompt {
  grid-column: 1/-1;
}
.home.page-template-template-fullwidth .hentry {
  margin-bottom: 0;
}
.home.page-template-template-fullwidth .hentry .entry-content > .wp-block-cover,
.home.page-template-template-fullwidth
  .hentry
  .entry-content
  > .wp-block-image {
  margin-bottom: 4.2360680659em;
}
.home.page-template-template-fullwidth .hentry .entry-content h2 + .woocommerce,
.home.page-template-template-fullwidth
  .hentry
  .entry-content
  h2
  + [class*="wp-block-woocommerce-"] {
  margin-top: 2.290779772em;
}
.hentry .entry-content .has-small-font-size,
.editor-styles-wrapper .has-small-font-size {
  font-size: 0.875em;
}
.hentry .entry-content .has-medium-font-size,
.editor-styles-wrapper .has-medium-font-size {
  font-size: 1.41577975em;
}
.hentry .entry-content .has-large-font-size,
.editor-styles-wrapper .has-large-font-size {
  font-size: 1.618034em;
}
.hentry .entry-content .has-huge-font-size,
.editor-styles-wrapper .has-huge-font-size {
  font-size: 2.290779772em;
}
.hentry .entry-content .wp-block-audio,
.editor-styles-wrapper .wp-block-audio {
  margin-bottom: 1.41577975em;
  width: 100%;
}
.hentry .entry-content .wp-block-audio audio,
.editor-styles-wrapper .wp-block-audio audio {
  width: 100%;
}
.hentry .entry-content .wp-block-audio.alignleft audio,
.hentry .entry-content .wp-block-audio.alignright audio,
.editor-styles-wrapper .wp-block-audio.alignleft audio,
.editor-styles-wrapper .wp-block-audio.alignright audio {
  max-width: 284px;
}
.hentry .entry-content .wp-block-audio.aligncenter,
.editor-styles-wrapper .wp-block-audio.aligncenter {
  margin: 0 auto 1.41577975em;
  max-width: 48.3870967742%;
}
.hentry .entry-content .wp-block-video,
.editor-styles-wrapper .wp-block-video {
  margin-bottom: 1.41577975em;
}
.hentry .entry-content .wp-block-video video,
.editor-styles-wrapper .wp-block-video video {
  width: 100%;
}
.hentry .entry-content .wp-block-button,
.editor-styles-wrapper .wp-block-button {
  margin-bottom: 1.41577975em;
}
.hentry .entry-content .wp-block-button .wp-block-button__link,
.editor-styles-wrapper .wp-block-button .wp-block-button__link {
  font-size: 14px;
  font-size: 0.875rem;
  border: 0;
  cursor: pointer;
  padding: 0.875em 2.290779772em;
  text-decoration: none;
  text-shadow: none;
  display: inline-block;
  -webkit-appearance: none;
  font-weight: var(--e-global-typography-text-font-weight);
}
.hentry .entry-content .wp-block-button.is-style-outline .wp-block-button__link,
.hentry
  .entry-content
  .wp-block-button.is-style-outline
  .wp-block-button__link:focus,
.hentry
  .entry-content
  .wp-block-button.is-style-outline
  .wp-block-button__link:active,
.hentry
  .entry-content
  .wp-block-button.is-style-outline
  .wp-block-button__link:hover,
.editor-styles-wrapper .wp-block-button.is-style-outline .wp-block-button__link,
.editor-styles-wrapper
  .wp-block-button.is-style-outline
  .wp-block-button__link:focus,
.editor-styles-wrapper
  .wp-block-button.is-style-outline
  .wp-block-button__link:active,
.editor-styles-wrapper
  .wp-block-button.is-style-outline
  .wp-block-button__link:hover {
  background: 0 0;
  border: 2px solid currentColor;
}
.hentry .entry-content .wp-block-archives,
.hentry .entry-content .wp-block-categories,
.hentry .entry-content .wp-block-latest-posts,
.editor-styles-wrapper .wp-block-archives,
.editor-styles-wrapper .wp-block-categories,
.editor-styles-wrapper .wp-block-latest-posts {
  margin: 0 0 1.41577975em;
  list-style: none;
  font-size: 14px;
  font-size: 0.875rem;
}
.hentry .entry-content .wp-block-archives li,
.hentry .entry-content .wp-block-categories li,
.hentry .entry-content .wp-block-latest-posts li,
.editor-styles-wrapper .wp-block-archives li,
.editor-styles-wrapper .wp-block-categories li,
.editor-styles-wrapper .wp-block-latest-posts li {
  margin-bottom: 1em;
}
.hentry .entry-content .wp-block-archives a,
.hentry .entry-content .wp-block-categories a,
.hentry .entry-content .wp-block-latest-posts a,
.editor-styles-wrapper .wp-block-archives a,
.editor-styles-wrapper .wp-block-categories a,
.editor-styles-wrapper .wp-block-latest-posts a {
  color: #000;
}
.hentry .entry-content .wp-block-archives a:hover,
.hentry .entry-content .wp-block-categories a:hover,
.hentry .entry-content .wp-block-latest-posts a:hover,
.editor-styles-wrapper .wp-block-archives a:hover,
.editor-styles-wrapper .wp-block-categories a:hover,
.editor-styles-wrapper .wp-block-latest-posts a:hover {
  color: #c6102e;
}
.hentry .entry-content .wp-block-latest-posts__post-date,
.editor-styles-wrapper .wp-block-latest-posts__post-date {
  font-size: 0.875em;
}
.hentry .entry-content .wp-block-latest-posts li,
.editor-styles-wrapper .wp-block-latest-posts li {
  margin: 0;
}
.hentry .entry-content .wp-block-latest-posts.has-dates li,
.editor-styles-wrapper .wp-block-latest-posts.has-dates li {
  margin: 0 0 1em;
}
.hentry .entry-content .wp-block-latest-posts.is-grid li,
.editor-styles-wrapper .wp-block-latest-posts.is-grid li {
  margin: 0 1em 0 0;
}
.hentry .entry-content .wp-block-latest-posts.is-grid.has-dates li,
.editor-styles-wrapper .wp-block-latest-posts.is-grid.has-dates li {
  margin-bottom: 1em;
}
@media (min-width: 600px) {
  .hentry .entry-content .wp-block-latest-posts.columns-2 li,
  .editor-styles-wrapper .wp-block-latest-posts.columns-2 li {
    margin-right: 3.2258064516%;
    width: 48.3870967742%;
  }
  .hentry .entry-content .wp-block-latest-posts.columns-2 li:nth-of-type(2n),
  .editor-styles-wrapper .wp-block-latest-posts.columns-2 li:nth-of-type(2n) {
    margin-right: 0;
  }
  .hentry .entry-content .wp-block-latest-posts.columns-3 li,
  .editor-styles-wrapper .wp-block-latest-posts.columns-3 li {
    margin-right: 3.2258064516%;
    width: 31.1827956989%;
  }
  .hentry .entry-content .wp-block-latest-posts.columns-3 li:nth-of-type(3n),
  .editor-styles-wrapper .wp-block-latest-posts.columns-3 li:nth-of-type(3n) {
    margin-right: 0;
  }
  .hentry .entry-content .wp-block-latest-posts.columns-4 li,
  .editor-styles-wrapper .wp-block-latest-posts.columns-4 li {
    margin-right: 3.2258064516%;
    width: 22.5806451613%;
  }
  .hentry .entry-content .wp-block-latest-posts.columns-4 li:nth-of-type(4n),
  .editor-styles-wrapper .wp-block-latest-posts.columns-4 li:nth-of-type(4n) {
    margin-right: 0;
  }
  .hentry .entry-content .wp-block-latest-posts.columns-5 li,
  .editor-styles-wrapper .wp-block-latest-posts.columns-5 li {
    margin-right: 3.2258064516%;
    width: 17.4193548387%;
  }
  .hentry .entry-content .wp-block-latest-posts.columns-5 li:nth-of-type(5n),
  .editor-styles-wrapper .wp-block-latest-posts.columns-5 li:nth-of-type(5n) {
    margin-right: 0;
  }
  .hentry .entry-content .wp-block-latest-posts.columns-6 li,
  .editor-styles-wrapper .wp-block-latest-posts.columns-6 li {
    margin-right: 3.2258064516%;
    width: 13.9784946237%;
  }
  .hentry .entry-content .wp-block-latest-posts.columns-6 li:nth-of-type(6n),
  .editor-styles-wrapper .wp-block-latest-posts.columns-6 li:nth-of-type(6n) {
    margin-right: 0;
  }
  body:not(.page-template-template-fullwidth-php):not(.liquory-full-width-content)
    .hentry
    .entry-content
    .wp-block-latest-posts.columns-2
    li,
  body:not(.page-template-template-fullwidth-php):not(.liquory-full-width-content)
    .editor-styles-wrapper
    .wp-block-latest-posts.columns-2
    li {
    margin-right: 4.347826087%;
    width: 35.4838709677%;
  }
  body:not(.page-template-template-fullwidth-php):not(.liquory-full-width-content)
    .hentry
    .entry-content
    .wp-block-latest-posts.columns-2
    li:nth-of-type(2n),
  body:not(.page-template-template-fullwidth-php):not(.liquory-full-width-content)
    .editor-styles-wrapper
    .wp-block-latest-posts.columns-2
    li:nth-of-type(2n) {
    margin-right: 0;
  }
  body:not(.page-template-template-fullwidth-php):not(.liquory-full-width-content)
    .hentry
    .entry-content
    .wp-block-latest-posts.columns-3
    li,
  body:not(.page-template-template-fullwidth-php):not(.liquory-full-width-content)
    .editor-styles-wrapper
    .wp-block-latest-posts.columns-3
    li {
    margin-right: 4.347826087%;
    width: 22.5806451613%;
  }
  body:not(.page-template-template-fullwidth-php):not(.liquory-full-width-content)
    .hentry
    .entry-content
    .wp-block-latest-posts.columns-3
    li:nth-of-type(3n),
  body:not(.page-template-template-fullwidth-php):not(.liquory-full-width-content)
    .editor-styles-wrapper
    .wp-block-latest-posts.columns-3
    li:nth-of-type(3n) {
    margin-right: 0;
  }
  body:not(.page-template-template-fullwidth-php):not(.liquory-full-width-content)
    .hentry
    .entry-content
    .wp-block-latest-posts.columns-4
    li,
  body:not(.page-template-template-fullwidth-php):not(.liquory-full-width-content)
    .editor-styles-wrapper
    .wp-block-latest-posts.columns-4
    li {
    margin-right: 4.347826087%;
    width: 16.1290322581%;
  }
  body:not(.page-template-template-fullwidth-php):not(.liquory-full-width-content)
    .hentry
    .entry-content
    .wp-block-latest-posts.columns-4
    li:nth-of-type(4n),
  body:not(.page-template-template-fullwidth-php):not(.liquory-full-width-content)
    .editor-styles-wrapper
    .wp-block-latest-posts.columns-4
    li:nth-of-type(4n) {
    margin-right: 0;
  }
  body:not(.page-template-template-fullwidth-php):not(.liquory-full-width-content)
    .hentry
    .entry-content
    .wp-block-latest-posts.columns-5
    li,
  body:not(.page-template-template-fullwidth-php):not(.liquory-full-width-content)
    .editor-styles-wrapper
    .wp-block-latest-posts.columns-5
    li {
    margin-right: 4.347826087%;
    width: 12.2580645161%;
  }
  body:not(.page-template-template-fullwidth-php):not(.liquory-full-width-content)
    .hentry
    .entry-content
    .wp-block-latest-posts.columns-5
    li:nth-of-type(5n),
  body:not(.page-template-template-fullwidth-php):not(.liquory-full-width-content)
    .editor-styles-wrapper
    .wp-block-latest-posts.columns-5
    li:nth-of-type(5n) {
    margin-right: 0;
  }
  body:not(.page-template-template-fullwidth-php):not(.liquory-full-width-content)
    .hentry
    .entry-content
    .wp-block-latest-posts.columns-6
    li,
  body:not(.page-template-template-fullwidth-php):not(.liquory-full-width-content)
    .editor-styles-wrapper
    .wp-block-latest-posts.columns-6
    li {
    margin-right: 4.347826087%;
    width: 9.6774193548%;
  }
  body:not(.page-template-template-fullwidth-php):not(.liquory-full-width-content)
    .hentry
    .entry-content
    .wp-block-latest-posts.columns-6
    li:nth-of-type(6n),
  body:not(.page-template-template-fullwidth-php):not(.liquory-full-width-content)
    .editor-styles-wrapper
    .wp-block-latest-posts.columns-6
    li:nth-of-type(6n) {
    margin-right: 0;
  }
}
.hentry .entry-content p.has-drop-cap:not(:focus):first-letter,
.editor-styles-wrapper p.has-drop-cap:not(:focus):first-letter {
  margin: 0.15em 0.15em 0 0;
  font-size: 3.7065595576em;
}
.hentry .entry-content .wp-block-pullquote,
.editor-styles-wrapper .wp-block-pullquote {
  margin: 35px 0;
  border: 1px solid;
  border-color: var(--e-global-color-primary);
  overflow: hidden;
  position: relative;
  padding: 40px;
  border-radius: 4px;
}
.hentry .entry-content .wp-block-pullquote blockquote,
.editor-styles-wrapper .wp-block-pullquote blockquote {
  border: none;
}
.hentry .entry-content .wp-block-pullquote blockquote:before,
.editor-styles-wrapper .wp-block-pullquote blockquote:before {
  display: none;
}
.hentry .entry-content .wp-block-pullquote.alignleft,
.hentry .entry-content .wp-block-pullquote.alignright,
.editor-styles-wrapper .wp-block-pullquote.alignleft,
.editor-styles-wrapper .wp-block-pullquote.alignright {
  padding: 45px 25px;
  margin: 8px 30px 20px 0;
  max-width: 290px;
}
.hentry .entry-content .wp-block-pullquote.alignleft p,
.hentry .entry-content .wp-block-pullquote.alignright p,
.editor-styles-wrapper .wp-block-pullquote.alignleft p,
.editor-styles-wrapper .wp-block-pullquote.alignright p {
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 31px;
  margin-bottom: 20px !important;
}
.hentry .entry-content .wp-block-pullquote blockquote,
.editor-styles-wrapper .wp-block-pullquote blockquote {
  float: none;
  max-width: 100%;
  margin: 0;
  padding: 0;
  text-align: center;
  border: 0;
  background-color: transparent;
}
.hentry .entry-content .wp-block-pullquote blockquote p,
.editor-styles-wrapper .wp-block-pullquote blockquote p {
  margin-bottom: 20px;
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 34px;
  position: relative;
  z-index: 2;
}
.hentry .entry-content .wp-block-pullquote blockquote p:before,
.editor-styles-wrapper .wp-block-pullquote blockquote p:before {
  display: none;
}
.hentry .entry-content .wp-block-pullquote blockquote cite,
.editor-styles-wrapper .wp-block-pullquote blockquote cite {
  display: block;
  font-size: 12px;
  font-size: 0.75rem;
  letter-spacing: 1.5px;
  font-weight: var(--e-global-typography-primary-font-weight);
  text-transform: uppercase;
  z-index: 2;
}
.hentry .entry-content .wp-block-pullquote.is-style-solid-color,
.editor-styles-wrapper .wp-block-pullquote.is-style-solid-color {
  margin: 35px 0;
  border: 1px solid;
  border-color: #e5e5e5;
  overflow: hidden;
  position: relative;
  padding: 40px;
  border-radius: 4px;
}
.hentry .entry-content .wp-block-quote,
.hentry .entry-content blockquote,
.editor-styles-wrapper .wp-block-quote,
.editor-styles-wrapper blockquote {
  line-height: 1.4;
  font-weight: var(--e-global-typography-primary-font-weight);
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 30px;
  letter-spacing: -1px;
  margin: 0 0 30px;
  padding: 40px 10%;
  border: none;
  background-color: #e6ecca;
}
.hentry .entry-content .wp-block-quote p:last-child,
.hentry .entry-content blockquote p:last-child,
.editor-styles-wrapper .wp-block-quote p:last-child,
.editor-styles-wrapper blockquote p:last-child {
  margin-bottom: 0;
}
.hentry .entry-content .wp-block-quote cite,
.hentry .entry-content blockquote cite,
.editor-styles-wrapper .wp-block-quote cite,
.editor-styles-wrapper blockquote cite {
  display: block;
  font-weight: var(--e-global-typography-secondary-font-weight);
  z-index: 2;
  font-style: normal;
  color: var(--e-global-color-lighter);
  text-transform: capitalize;
  font-size: 14px;
  font-size: 0.875rem;
  letter-spacing: 0;
}
.hentry .entry-content .wp-block-quote footer,
.hentry .entry-content .wp-block-quote__citation,
.hentry .entry-content blockquote footer,
.hentry .entry-content blockquote__citation,
.editor-styles-wrapper .wp-block-quote footer,
.editor-styles-wrapper .wp-block-quote__citation,
.editor-styles-wrapper blockquote footer,
.editor-styles-wrapper blockquote__citation {
  font-size: 1em;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.hentry .entry-content .wp-block-quote.is-large cite,
.hentry .entry-content .wp-block-quote.is-style-large cite,
.hentry .entry-content blockquote.is-large cite,
.hentry .entry-content blockquote.is-style-large cite,
.editor-styles-wrapper .wp-block-quote.is-large cite,
.editor-styles-wrapper .wp-block-quote.is-style-large cite,
.editor-styles-wrapper blockquote.is-large cite,
.editor-styles-wrapper blockquote.is-style-large cite {
  font-size: 18px;
  font-size: 1.125rem;
}
.hentry .entry-content .wp-block-quote.has-text-align-right,
.hentry .entry-content blockquote.has-text-align-right,
.editor-styles-wrapper .wp-block-quote.has-text-align-right,
.editor-styles-wrapper blockquote.has-text-align-right {
  border-width: 0 4px 0 0;
}
.hentry .entry-content .wp-block-column .wp-block-quote,
.editor-styles-wrapper .wp-block-column .wp-block-quote {
  padding: 40px 15px 35px 55px;
}
.hentry .entry-content .wp-block-image figure,
.editor-styles-wrapper .wp-block-image figure {
  margin-bottom: 1.41577975em;
}
.hentry .entry-content .wp-block-image .alignleft,
.editor-styles-wrapper .wp-block-image .alignleft {
  margin-right: 1.41577975em;
}
.hentry .entry-content .wp-block-image .alignright,
.editor-styles-wrapper .wp-block-image .alignright {
  margin-left: 1.41577975em;
}
.hentry .entry-content .wp-block-image figcaption,
.editor-styles-wrapper .wp-block-image figcaption {
  margin: 0;
  padding: 0.875em 0;
  font-size: 0.875em;
  font-style: italic;
}
.hentry .entry-content figure.wp-block-image,
.editor-styles-wrapper figure.wp-block-image {
  margin: 0 0 1.41577975em;
}
.hentry .entry-content div.wp-block-image,
.editor-styles-wrapper div.wp-block-image {
  display: inline;
}
.hentry .entry-content .wp-block-cover,
.hentry .entry-content .wp-block-cover-image,
.editor-styles-wrapper .wp-block-cover,
.editor-styles-wrapper .wp-block-cover-image {
  min-height: 300px;
}
.hentry .entry-content .wp-block-cover .wp-block-cover-text,
.hentry .entry-content .wp-block-cover-image .wp-block-cover-text,
.editor-styles-wrapper .wp-block-cover .wp-block-cover-text,
.editor-styles-wrapper .wp-block-cover-image .wp-block-cover-text {
  font-size: 22px !important;
}
.hentry .entry-content .wp-block-cover p.wp-block-cover-text,
.editor-styles-wrapper .wp-block-cover p.wp-block-cover-text {
  font-size: 1.618034em;
  font-weight: 300;
  line-height: 1.618;
  padding: 1em;
  width: calc(100vw - 1em);
  max-width: calc(100vw - 1em);
  color: #fff;
  z-index: 1;
}
@media (min-width: 568px) {
  .hentry .entry-content .wp-block-cover p.wp-block-cover-text,
  .editor-styles-wrapper .wp-block-cover p.wp-block-cover-text {
    padding: 1em;
    font-size: 2.290779772em;
    width: calc(8 * (100vw / 12));
    max-width: calc(8 * (100vw / 12));
  }
}
@media (min-width: 768px) {
  .hentry .entry-content .wp-block-cover p.wp-block-cover-text,
  .editor-styles-wrapper .wp-block-cover p.wp-block-cover-text {
    font-size: 2.290779772em;
    width: calc(6 * (100vw / 12));
    max-width: calc(6 * (100vw / 12));
  }
}
.hentry .entry-content .wp-block-cover .wp-block-cover__inner-container,
.editor-styles-wrapper .wp-block-cover .wp-block-cover__inner-container {
  padding: 2.6180340252em 1em;
  width: calc(100vw - 1em);
  max-width: calc(100vw - 1em);
}
.hentry
  .entry-content
  .wp-block-cover
  .wp-block-cover__inner-container
  *:nth-last-child(-n + 1),
.editor-styles-wrapper
  .wp-block-cover
  .wp-block-cover__inner-container
  *:nth-last-child(-n + 1) {
  margin-bottom: 0;
}
.hentry .entry-content .wp-block-cover .wp-block-cover__inner-container h1,
.hentry .entry-content .wp-block-cover .wp-block-cover__inner-container h2,
.hentry .entry-content .wp-block-cover .wp-block-cover__inner-container h3,
.hentry .entry-content .wp-block-cover .wp-block-cover__inner-container h4,
.hentry .entry-content .wp-block-cover .wp-block-cover__inner-container h5,
.hentry .entry-content .wp-block-cover .wp-block-cover__inner-container h6,
.editor-styles-wrapper .wp-block-cover .wp-block-cover__inner-container h1,
.editor-styles-wrapper .wp-block-cover .wp-block-cover__inner-container h2,
.editor-styles-wrapper .wp-block-cover .wp-block-cover__inner-container h3,
.editor-styles-wrapper .wp-block-cover .wp-block-cover__inner-container h4,
.editor-styles-wrapper .wp-block-cover .wp-block-cover__inner-container h5,
.editor-styles-wrapper .wp-block-cover .wp-block-cover__inner-container h6 {
  padding: 0;
  margin-left: auto;
  margin-right: auto;
}
.hentry .entry-content .wp-block-cover .wp-block-cover__inner-container h1,
.editor-styles-wrapper .wp-block-cover .wp-block-cover__inner-container h1 {
  font-size: 3.7065595576em;
  margin-bottom: 0.2360679726em;
}
.hentry .entry-content .wp-block-cover .wp-block-cover__inner-container h2,
.editor-styles-wrapper .wp-block-cover .wp-block-cover__inner-container h2 {
  font-size: 2.6180340252em;
  margin-bottom: 0.3342202552em;
}
.hentry .entry-content .wp-block-cover .wp-block-cover__inner-container h3,
.editor-styles-wrapper .wp-block-cover .wp-block-cover__inner-container h3 {
  font-size: 2.290779772em;
  margin-bottom: 0.3819660059em;
}
.hentry .entry-content .wp-block-cover .wp-block-cover__inner-container h4,
.editor-styles-wrapper .wp-block-cover .wp-block-cover__inner-container h4 {
  font-size: 1.618034em;
  margin-bottom: 0.5407797364em;
}
.hentry .entry-content .wp-block-cover .wp-block-cover__inner-container h5,
.editor-styles-wrapper .wp-block-cover .wp-block-cover__inner-container h5 {
  font-size: 1.41577975em;
  margin-bottom: 0.6180339845em;
}
.hentry .entry-content .wp-block-cover .wp-block-cover__inner-container h6,
.editor-styles-wrapper .wp-block-cover .wp-block-cover__inner-container h6 {
  font-size: 1.41577975em;
  margin-bottom: 0.6180339845em;
}
.hentry
  .entry-content
  .wp-block-cover
  .wp-block-cover__inner-container
  p:not(.has-small-font-size):not(.has-medium-font-size):not(.has-large-font-size):not(.has-huge-font-size),
.editor-styles-wrapper
  .wp-block-cover
  .wp-block-cover__inner-container
  p:not(.has-small-font-size):not(.has-medium-font-size):not(.has-large-font-size):not(.has-huge-font-size) {
  font-size: 1.1em;
}
.hentry
  .entry-content
  .wp-block-cover
  .wp-block-cover__inner-container
  p:not(.has-text-color),
.editor-styles-wrapper
  .wp-block-cover
  .wp-block-cover__inner-container
  p:not(.has-text-color) {
  color: #fff;
}
@media (min-width: 568px) {
  .hentry .entry-content .wp-block-cover .wp-block-cover__inner-container,
  .editor-styles-wrapper .wp-block-cover .wp-block-cover__inner-container {
    width: calc(8 * (100vw / 12));
    max-width: calc(8 * (100vw / 12));
  }
}
@media (min-width: 768px) {
  .hentry .entry-content .wp-block-cover .wp-block-cover__inner-container,
  .editor-styles-wrapper .wp-block-cover .wp-block-cover__inner-container {
    width: calc(6 * (100vw / 12));
    max-width: calc(6 * (100vw / 12));
    padding-top: 6.8541021569em;
    padding-bottom: 6.8541021569em;
  }
}
.hentry .entry-content .wp-block-gallery,
.editor-styles-wrapper .wp-block-gallery {
  margin: 0 0 2.290779772em;
}
.hentry .entry-content .wp-block-gallery.alignleft,
.editor-styles-wrapper .wp-block-gallery.alignleft {
  margin-right: 2rem;
}
.hentry .entry-content .wp-block-gallery.alignright,
.editor-styles-wrapper .wp-block-gallery.alignright {
  margin-left: 2rem;
}
.hentry .entry-content .wp-block-gallery .blocks-gallery-image,
.hentry .entry-content .wp-block-gallery .blocks-gallery-item,
.editor-styles-wrapper .wp-block-gallery .blocks-gallery-image,
.editor-styles-wrapper .wp-block-gallery .blocks-gallery-item {
  width: 48.3870967742%;
  margin: 0 3.2258064516% 3.2258064516% 0;
  flex-grow: 1;
}
.hentry
  .entry-content
  .wp-block-gallery
  .blocks-gallery-image:nth-of-type(even),
.hentry .entry-content .wp-block-gallery .blocks-gallery-item:nth-of-type(even),
.editor-styles-wrapper
  .wp-block-gallery
  .blocks-gallery-image:nth-of-type(even),
.editor-styles-wrapper
  .wp-block-gallery
  .blocks-gallery-item:nth-of-type(even) {
  margin-right: 0;
}
.hentry .entry-content .wp-block-gallery .blocks-gallery-image figcaption,
.hentry .entry-content .wp-block-gallery .blocks-gallery-item figcaption,
.editor-styles-wrapper .wp-block-gallery .blocks-gallery-image figcaption,
.editor-styles-wrapper .wp-block-gallery .blocks-gallery-item figcaption {
  font-size: 1em;
  padding: 2.290779772em 1.41577975em 0.6180339845em;
}
@media (min-width: 600px) {
  .hentry .entry-content .wp-block-gallery .blocks-gallery-image,
  .hentry .entry-content .wp-block-gallery .blocks-gallery-item,
  .editor-styles-wrapper .wp-block-gallery .blocks-gallery-image,
  .editor-styles-wrapper .wp-block-gallery .blocks-gallery-item {
    margin: 0 3.2258064516% 1.5873015873% 0;
  }
  .hentry .entry-content .wp-block-gallery.columns-2 .blocks-gallery-image,
  .hentry .entry-content .wp-block-gallery.columns-2 .blocks-gallery-item,
  .editor-styles-wrapper .wp-block-gallery.columns-2 .blocks-gallery-image,
  .editor-styles-wrapper .wp-block-gallery.columns-2 .blocks-gallery-item {
    margin-right: 3.2258064516%;
    width: 48.3870967742%;
  }
  .hentry
    .entry-content
    .wp-block-gallery.columns-2
    .blocks-gallery-image:nth-of-type(2n),
  .hentry
    .entry-content
    .wp-block-gallery.columns-2
    .blocks-gallery-image:last-child,
  .hentry
    .entry-content
    .wp-block-gallery.columns-2
    .blocks-gallery-item:nth-of-type(2n),
  .hentry
    .entry-content
    .wp-block-gallery.columns-2
    .blocks-gallery-item:last-child,
  .editor-styles-wrapper
    .wp-block-gallery.columns-2
    .blocks-gallery-image:nth-of-type(2n),
  .editor-styles-wrapper
    .wp-block-gallery.columns-2
    .blocks-gallery-image:last-child,
  .editor-styles-wrapper
    .wp-block-gallery.columns-2
    .blocks-gallery-item:nth-of-type(2n),
  .editor-styles-wrapper
    .wp-block-gallery.columns-2
    .blocks-gallery-item:last-child {
    margin-right: 0;
  }
  .hentry .entry-content .wp-block-gallery.columns-3 .blocks-gallery-image,
  .hentry .entry-content .wp-block-gallery.columns-3 .blocks-gallery-item,
  .editor-styles-wrapper .wp-block-gallery.columns-3 .blocks-gallery-image,
  .editor-styles-wrapper .wp-block-gallery.columns-3 .blocks-gallery-item {
    margin-right: 3.2258064516%;
    width: 31.1827956989%;
  }
  .hentry
    .entry-content
    .wp-block-gallery.columns-3
    .blocks-gallery-image:nth-of-type(3n),
  .hentry
    .entry-content
    .wp-block-gallery.columns-3
    .blocks-gallery-image:last-child,
  .hentry
    .entry-content
    .wp-block-gallery.columns-3
    .blocks-gallery-item:nth-of-type(3n),
  .hentry
    .entry-content
    .wp-block-gallery.columns-3
    .blocks-gallery-item:last-child,
  .editor-styles-wrapper
    .wp-block-gallery.columns-3
    .blocks-gallery-image:nth-of-type(3n),
  .editor-styles-wrapper
    .wp-block-gallery.columns-3
    .blocks-gallery-image:last-child,
  .editor-styles-wrapper
    .wp-block-gallery.columns-3
    .blocks-gallery-item:nth-of-type(3n),
  .editor-styles-wrapper
    .wp-block-gallery.columns-3
    .blocks-gallery-item:last-child {
    margin-right: 0;
  }
  .hentry .entry-content .wp-block-gallery.columns-4 .blocks-gallery-image,
  .hentry .entry-content .wp-block-gallery.columns-4 .blocks-gallery-item,
  .editor-styles-wrapper .wp-block-gallery.columns-4 .blocks-gallery-image,
  .editor-styles-wrapper .wp-block-gallery.columns-4 .blocks-gallery-item {
    margin-right: 3.2258064516%;
    width: 22.5806451613%;
  }
  .hentry
    .entry-content
    .wp-block-gallery.columns-4
    .blocks-gallery-image:nth-of-type(4n),
  .hentry
    .entry-content
    .wp-block-gallery.columns-4
    .blocks-gallery-image:last-child,
  .hentry
    .entry-content
    .wp-block-gallery.columns-4
    .blocks-gallery-item:nth-of-type(4n),
  .hentry
    .entry-content
    .wp-block-gallery.columns-4
    .blocks-gallery-item:last-child,
  .editor-styles-wrapper
    .wp-block-gallery.columns-4
    .blocks-gallery-image:nth-of-type(4n),
  .editor-styles-wrapper
    .wp-block-gallery.columns-4
    .blocks-gallery-image:last-child,
  .editor-styles-wrapper
    .wp-block-gallery.columns-4
    .blocks-gallery-item:nth-of-type(4n),
  .editor-styles-wrapper
    .wp-block-gallery.columns-4
    .blocks-gallery-item:last-child {
    margin-right: 0;
  }
  .hentry .entry-content .wp-block-gallery.columns-5 .blocks-gallery-image,
  .hentry .entry-content .wp-block-gallery.columns-5 .blocks-gallery-item,
  .editor-styles-wrapper .wp-block-gallery.columns-5 .blocks-gallery-image,
  .editor-styles-wrapper .wp-block-gallery.columns-5 .blocks-gallery-item {
    margin-right: 3.2258064516%;
    width: 17.4193548387%;
  }
  .hentry
    .entry-content
    .wp-block-gallery.columns-5
    .blocks-gallery-image:nth-of-type(5n),
  .hentry
    .entry-content
    .wp-block-gallery.columns-5
    .blocks-gallery-image:last-child,
  .hentry
    .entry-content
    .wp-block-gallery.columns-5
    .blocks-gallery-item:nth-of-type(5n),
  .hentry
    .entry-content
    .wp-block-gallery.columns-5
    .blocks-gallery-item:last-child,
  .editor-styles-wrapper
    .wp-block-gallery.columns-5
    .blocks-gallery-image:nth-of-type(5n),
  .editor-styles-wrapper
    .wp-block-gallery.columns-5
    .blocks-gallery-image:last-child,
  .editor-styles-wrapper
    .wp-block-gallery.columns-5
    .blocks-gallery-item:nth-of-type(5n),
  .editor-styles-wrapper
    .wp-block-gallery.columns-5
    .blocks-gallery-item:last-child {
    margin-right: 0;
  }
  .hentry .entry-content .wp-block-gallery.columns-6 .blocks-gallery-image,
  .hentry .entry-content .wp-block-gallery.columns-6 .blocks-gallery-item,
  .editor-styles-wrapper .wp-block-gallery.columns-6 .blocks-gallery-image,
  .editor-styles-wrapper .wp-block-gallery.columns-6 .blocks-gallery-item {
    margin-right: 3.2258064516%;
    width: 13.9784946237%;
  }
  .hentry
    .entry-content
    .wp-block-gallery.columns-6
    .blocks-gallery-image:nth-of-type(6n),
  .hentry
    .entry-content
    .wp-block-gallery.columns-6
    .blocks-gallery-image:last-child,
  .hentry
    .entry-content
    .wp-block-gallery.columns-6
    .blocks-gallery-item:nth-of-type(6n),
  .hentry
    .entry-content
    .wp-block-gallery.columns-6
    .blocks-gallery-item:last-child,
  .editor-styles-wrapper
    .wp-block-gallery.columns-6
    .blocks-gallery-image:nth-of-type(6n),
  .editor-styles-wrapper
    .wp-block-gallery.columns-6
    .blocks-gallery-image:last-child,
  .editor-styles-wrapper
    .wp-block-gallery.columns-6
    .blocks-gallery-item:nth-of-type(6n),
  .editor-styles-wrapper
    .wp-block-gallery.columns-6
    .blocks-gallery-item:last-child {
    margin-right: 0;
  }
  .hentry .entry-content .wp-block-gallery.columns-7 .blocks-gallery-image,
  .hentry .entry-content .wp-block-gallery.columns-7 .blocks-gallery-item,
  .editor-styles-wrapper .wp-block-gallery.columns-7 .blocks-gallery-image,
  .editor-styles-wrapper .wp-block-gallery.columns-7 .blocks-gallery-item {
    margin-right: 3.2258064516%;
    width: 11.5207373272%;
  }
  .hentry
    .entry-content
    .wp-block-gallery.columns-7
    .blocks-gallery-image:nth-of-type(7n),
  .hentry
    .entry-content
    .wp-block-gallery.columns-7
    .blocks-gallery-image:last-child,
  .hentry
    .entry-content
    .wp-block-gallery.columns-7
    .blocks-gallery-item:nth-of-type(7n),
  .hentry
    .entry-content
    .wp-block-gallery.columns-7
    .blocks-gallery-item:last-child,
  .editor-styles-wrapper
    .wp-block-gallery.columns-7
    .blocks-gallery-image:nth-of-type(7n),
  .editor-styles-wrapper
    .wp-block-gallery.columns-7
    .blocks-gallery-image:last-child,
  .editor-styles-wrapper
    .wp-block-gallery.columns-7
    .blocks-gallery-item:nth-of-type(7n),
  .editor-styles-wrapper
    .wp-block-gallery.columns-7
    .blocks-gallery-item:last-child {
    margin-right: 0;
  }
  .hentry .entry-content .wp-block-gallery.columns-8 .blocks-gallery-image,
  .hentry .entry-content .wp-block-gallery.columns-8 .blocks-gallery-item,
  .editor-styles-wrapper .wp-block-gallery.columns-8 .blocks-gallery-image,
  .editor-styles-wrapper .wp-block-gallery.columns-8 .blocks-gallery-item {
    margin-right: 3.2258064516%;
    width: 9.6774193548%;
  }
  .hentry
    .entry-content
    .wp-block-gallery.columns-8
    .blocks-gallery-image:nth-of-type(8n),
  .hentry
    .entry-content
    .wp-block-gallery.columns-8
    .blocks-gallery-image:last-child,
  .hentry
    .entry-content
    .wp-block-gallery.columns-8
    .blocks-gallery-item:nth-of-type(8n),
  .hentry
    .entry-content
    .wp-block-gallery.columns-8
    .blocks-gallery-item:last-child,
  .editor-styles-wrapper
    .wp-block-gallery.columns-8
    .blocks-gallery-image:nth-of-type(8n),
  .editor-styles-wrapper
    .wp-block-gallery.columns-8
    .blocks-gallery-image:last-child,
  .editor-styles-wrapper
    .wp-block-gallery.columns-8
    .blocks-gallery-item:nth-of-type(8n),
  .editor-styles-wrapper
    .wp-block-gallery.columns-8
    .blocks-gallery-item:last-child {
    margin-right: 0;
  }
  body:not(.page-template-template-fullwidth-php):not(.liquory-full-width-content)
    .hentry
    .entry-content
    .wp-block-gallery
    .blocks-gallery-image,
  body:not(.page-template-template-fullwidth-php):not(.liquory-full-width-content)
    .hentry
    .entry-content
    .wp-block-gallery
    .blocks-gallery-item,
  body:not(.page-template-template-fullwidth-php):not(.liquory-full-width-content)
    .editor-styles-wrapper
    .wp-block-gallery
    .blocks-gallery-image,
  body:not(.page-template-template-fullwidth-php):not(.liquory-full-width-content)
    .editor-styles-wrapper
    .wp-block-gallery
    .blocks-gallery-item {
    margin-bottom: 1.5873015873%;
    margin-right: 1.5873015873%;
  }
  body:not(.page-template-template-fullwidth-php):not(.liquory-full-width-content)
    .hentry
    .entry-content
    .wp-block-gallery.columns-2
    .blocks-gallery-image,
  body:not(.page-template-template-fullwidth-php):not(.liquory-full-width-content)
    .hentry
    .entry-content
    .wp-block-gallery.columns-2
    .blocks-gallery-item,
  body:not(.page-template-template-fullwidth-php):not(.liquory-full-width-content)
    .editor-styles-wrapper
    .wp-block-gallery.columns-2
    .blocks-gallery-image,
  body:not(.page-template-template-fullwidth-php):not(.liquory-full-width-content)
    .editor-styles-wrapper
    .wp-block-gallery.columns-2
    .blocks-gallery-item {
    margin-right: 1.5873015873%;
    width: 49.2063492063%;
  }
  body:not(.page-template-template-fullwidth-php):not(.liquory-full-width-content)
    .hentry
    .entry-content
    .wp-block-gallery.columns-2
    .blocks-gallery-image:nth-of-type(2n),
  body:not(.page-template-template-fullwidth-php):not(.liquory-full-width-content)
    .hentry
    .entry-content
    .wp-block-gallery.columns-2
    .blocks-gallery-image:last-child,
  body:not(.page-template-template-fullwidth-php):not(.liquory-full-width-content)
    .hentry
    .entry-content
    .wp-block-gallery.columns-2
    .blocks-gallery-item:nth-of-type(2n),
  body:not(.page-template-template-fullwidth-php):not(.liquory-full-width-content)
    .hentry
    .entry-content
    .wp-block-gallery.columns-2
    .blocks-gallery-item:last-child,
  body:not(.page-template-template-fullwidth-php):not(.liquory-full-width-content)
    .editor-styles-wrapper
    .wp-block-gallery.columns-2
    .blocks-gallery-image:nth-of-type(2n),
  body:not(.page-template-template-fullwidth-php):not(.liquory-full-width-content)
    .editor-styles-wrapper
    .wp-block-gallery.columns-2
    .blocks-gallery-image:last-child,
  body:not(.page-template-template-fullwidth-php):not(.liquory-full-width-content)
    .editor-styles-wrapper
    .wp-block-gallery.columns-2
    .blocks-gallery-item:nth-of-type(2n),
  body:not(.page-template-template-fullwidth-php):not(.liquory-full-width-content)
    .editor-styles-wrapper
    .wp-block-gallery.columns-2
    .blocks-gallery-item:last-child {
    margin-right: 0;
  }
  body:not(.page-template-template-fullwidth-php):not(.liquory-full-width-content)
    .hentry
    .entry-content
    .wp-block-gallery.columns-3
    .blocks-gallery-image,
  body:not(.page-template-template-fullwidth-php):not(.liquory-full-width-content)
    .hentry
    .entry-content
    .wp-block-gallery.columns-3
    .blocks-gallery-item,
  body:not(.page-template-template-fullwidth-php):not(.liquory-full-width-content)
    .editor-styles-wrapper
    .wp-block-gallery.columns-3
    .blocks-gallery-image,
  body:not(.page-template-template-fullwidth-php):not(.liquory-full-width-content)
    .editor-styles-wrapper
    .wp-block-gallery.columns-3
    .blocks-gallery-item {
    margin-right: 1.5873015873%;
    width: 32.2751322751%;
  }
  body:not(.page-template-template-fullwidth-php):not(.liquory-full-width-content)
    .hentry
    .entry-content
    .wp-block-gallery.columns-3
    .blocks-gallery-image:nth-of-type(3n),
  body:not(.page-template-template-fullwidth-php):not(.liquory-full-width-content)
    .hentry
    .entry-content
    .wp-block-gallery.columns-3
    .blocks-gallery-image:last-child,
  body:not(.page-template-template-fullwidth-php):not(.liquory-full-width-content)
    .hentry
    .entry-content
    .wp-block-gallery.columns-3
    .blocks-gallery-item:nth-of-type(3n),
  body:not(.page-template-template-fullwidth-php):not(.liquory-full-width-content)
    .hentry
    .entry-content
    .wp-block-gallery.columns-3
    .blocks-gallery-item:last-child,
  body:not(.page-template-template-fullwidth-php):not(.liquory-full-width-content)
    .editor-styles-wrapper
    .wp-block-gallery.columns-3
    .blocks-gallery-image:nth-of-type(3n),
  body:not(.page-template-template-fullwidth-php):not(.liquory-full-width-content)
    .editor-styles-wrapper
    .wp-block-gallery.columns-3
    .blocks-gallery-image:last-child,
  body:not(.page-template-template-fullwidth-php):not(.liquory-full-width-content)
    .editor-styles-wrapper
    .wp-block-gallery.columns-3
    .blocks-gallery-item:nth-of-type(3n),
  body:not(.page-template-template-fullwidth-php):not(.liquory-full-width-content)
    .editor-styles-wrapper
    .wp-block-gallery.columns-3
    .blocks-gallery-item:last-child {
    margin-right: 0;
  }
  body:not(.page-template-template-fullwidth-php):not(.liquory-full-width-content)
    .hentry
    .entry-content
    .wp-block-gallery.columns-4
    .blocks-gallery-image,
  body:not(.page-template-template-fullwidth-php):not(.liquory-full-width-content)
    .hentry
    .entry-content
    .wp-block-gallery.columns-4
    .blocks-gallery-item,
  body:not(.page-template-template-fullwidth-php):not(.liquory-full-width-content)
    .editor-styles-wrapper
    .wp-block-gallery.columns-4
    .blocks-gallery-image,
  body:not(.page-template-template-fullwidth-php):not(.liquory-full-width-content)
    .editor-styles-wrapper
    .wp-block-gallery.columns-4
    .blocks-gallery-item {
    margin-right: 1.5873015873%;
    width: 23.8095238095%;
  }
  body:not(.page-template-template-fullwidth-php):not(.liquory-full-width-content)
    .hentry
    .entry-content
    .wp-block-gallery.columns-4
    .blocks-gallery-image:nth-of-type(4n),
  body:not(.page-template-template-fullwidth-php):not(.liquory-full-width-content)
    .hentry
    .entry-content
    .wp-block-gallery.columns-4
    .blocks-gallery-image:last-child,
  body:not(.page-template-template-fullwidth-php):not(.liquory-full-width-content)
    .hentry
    .entry-content
    .wp-block-gallery.columns-4
    .blocks-gallery-item:nth-of-type(4n),
  body:not(.page-template-template-fullwidth-php):not(.liquory-full-width-content)
    .hentry
    .entry-content
    .wp-block-gallery.columns-4
    .blocks-gallery-item:last-child,
  body:not(.page-template-template-fullwidth-php):not(.liquory-full-width-content)
    .editor-styles-wrapper
    .wp-block-gallery.columns-4
    .blocks-gallery-image:nth-of-type(4n),
  body:not(.page-template-template-fullwidth-php):not(.liquory-full-width-content)
    .editor-styles-wrapper
    .wp-block-gallery.columns-4
    .blocks-gallery-image:last-child,
  body:not(.page-template-template-fullwidth-php):not(.liquory-full-width-content)
    .editor-styles-wrapper
    .wp-block-gallery.columns-4
    .blocks-gallery-item:nth-of-type(4n),
  body:not(.page-template-template-fullwidth-php):not(.liquory-full-width-content)
    .editor-styles-wrapper
    .wp-block-gallery.columns-4
    .blocks-gallery-item:last-child {
    margin-right: 0;
  }
  body:not(.page-template-template-fullwidth-php):not(.liquory-full-width-content)
    .hentry
    .entry-content
    .wp-block-gallery.columns-5
    .blocks-gallery-image,
  body:not(.page-template-template-fullwidth-php):not(.liquory-full-width-content)
    .hentry
    .entry-content
    .wp-block-gallery.columns-5
    .blocks-gallery-item,
  body:not(.page-template-template-fullwidth-php):not(.liquory-full-width-content)
    .editor-styles-wrapper
    .wp-block-gallery.columns-5
    .blocks-gallery-image,
  body:not(.page-template-template-fullwidth-php):not(.liquory-full-width-content)
    .editor-styles-wrapper
    .wp-block-gallery.columns-5
    .blocks-gallery-item {
    margin-right: 1.5873015873%;
    width: 18.7301587302%;
  }
  body:not(.page-template-template-fullwidth-php):not(.liquory-full-width-content)
    .hentry
    .entry-content
    .wp-block-gallery.columns-5
    .blocks-gallery-image:nth-of-type(5n),
  body:not(.page-template-template-fullwidth-php):not(.liquory-full-width-content)
    .hentry
    .entry-content
    .wp-block-gallery.columns-5
    .blocks-gallery-image:last-child,
  body:not(.page-template-template-fullwidth-php):not(.liquory-full-width-content)
    .hentry
    .entry-content
    .wp-block-gallery.columns-5
    .blocks-gallery-item:nth-of-type(5n),
  body:not(.page-template-template-fullwidth-php):not(.liquory-full-width-content)
    .hentry
    .entry-content
    .wp-block-gallery.columns-5
    .blocks-gallery-item:last-child,
  body:not(.page-template-template-fullwidth-php):not(.liquory-full-width-content)
    .editor-styles-wrapper
    .wp-block-gallery.columns-5
    .blocks-gallery-image:nth-of-type(5n),
  body:not(.page-template-template-fullwidth-php):not(.liquory-full-width-content)
    .editor-styles-wrapper
    .wp-block-gallery.columns-5
    .blocks-gallery-image:last-child,
  body:not(.page-template-template-fullwidth-php):not(.liquory-full-width-content)
    .editor-styles-wrapper
    .wp-block-gallery.columns-5
    .blocks-gallery-item:nth-of-type(5n),
  body:not(.page-template-template-fullwidth-php):not(.liquory-full-width-content)
    .editor-styles-wrapper
    .wp-block-gallery.columns-5
    .blocks-gallery-item:last-child {
    margin-right: 0;
  }
  body:not(.page-template-template-fullwidth-php):not(.liquory-full-width-content)
    .hentry
    .entry-content
    .wp-block-gallery.columns-6
    .blocks-gallery-image,
  body:not(.page-template-template-fullwidth-php):not(.liquory-full-width-content)
    .hentry
    .entry-content
    .wp-block-gallery.columns-6
    .blocks-gallery-item,
  body:not(.page-template-template-fullwidth-php):not(.liquory-full-width-content)
    .editor-styles-wrapper
    .wp-block-gallery.columns-6
    .blocks-gallery-image,
  body:not(.page-template-template-fullwidth-php):not(.liquory-full-width-content)
    .editor-styles-wrapper
    .wp-block-gallery.columns-6
    .blocks-gallery-item {
    margin-right: 1.5873015873%;
    width: 15.3439153439%;
  }
  body:not(.page-template-template-fullwidth-php):not(.liquory-full-width-content)
    .hentry
    .entry-content
    .wp-block-gallery.columns-6
    .blocks-gallery-image:nth-of-type(6n),
  body:not(.page-template-template-fullwidth-php):not(.liquory-full-width-content)
    .hentry
    .entry-content
    .wp-block-gallery.columns-6
    .blocks-gallery-image:last-child,
  body:not(.page-template-template-fullwidth-php):not(.liquory-full-width-content)
    .hentry
    .entry-content
    .wp-block-gallery.columns-6
    .blocks-gallery-item:nth-of-type(6n),
  body:not(.page-template-template-fullwidth-php):not(.liquory-full-width-content)
    .hentry
    .entry-content
    .wp-block-gallery.columns-6
    .blocks-gallery-item:last-child,
  body:not(.page-template-template-fullwidth-php):not(.liquory-full-width-content)
    .editor-styles-wrapper
    .wp-block-gallery.columns-6
    .blocks-gallery-image:nth-of-type(6n),
  body:not(.page-template-template-fullwidth-php):not(.liquory-full-width-content)
    .editor-styles-wrapper
    .wp-block-gallery.columns-6
    .blocks-gallery-image:last-child,
  body:not(.page-template-template-fullwidth-php):not(.liquory-full-width-content)
    .editor-styles-wrapper
    .wp-block-gallery.columns-6
    .blocks-gallery-item:nth-of-type(6n),
  body:not(.page-template-template-fullwidth-php):not(.liquory-full-width-content)
    .editor-styles-wrapper
    .wp-block-gallery.columns-6
    .blocks-gallery-item:last-child {
    margin-right: 0;
  }
  body:not(.page-template-template-fullwidth-php):not(.liquory-full-width-content)
    .hentry
    .entry-content
    .wp-block-gallery.columns-7
    .blocks-gallery-image,
  body:not(.page-template-template-fullwidth-php):not(.liquory-full-width-content)
    .hentry
    .entry-content
    .wp-block-gallery.columns-7
    .blocks-gallery-item,
  body:not(.page-template-template-fullwidth-php):not(.liquory-full-width-content)
    .editor-styles-wrapper
    .wp-block-gallery.columns-7
    .blocks-gallery-image,
  body:not(.page-template-template-fullwidth-php):not(.liquory-full-width-content)
    .editor-styles-wrapper
    .wp-block-gallery.columns-7
    .blocks-gallery-item {
    margin-right: 1.5873015873%;
    width: 12.925170068%;
  }
  body:not(.page-template-template-fullwidth-php):not(.liquory-full-width-content)
    .hentry
    .entry-content
    .wp-block-gallery.columns-7
    .blocks-gallery-image:nth-of-type(7n),
  body:not(.page-template-template-fullwidth-php):not(.liquory-full-width-content)
    .hentry
    .entry-content
    .wp-block-gallery.columns-7
    .blocks-gallery-image:last-child,
  body:not(.page-template-template-fullwidth-php):not(.liquory-full-width-content)
    .hentry
    .entry-content
    .wp-block-gallery.columns-7
    .blocks-gallery-item:nth-of-type(7n),
  body:not(.page-template-template-fullwidth-php):not(.liquory-full-width-content)
    .hentry
    .entry-content
    .wp-block-gallery.columns-7
    .blocks-gallery-item:last-child,
  body:not(.page-template-template-fullwidth-php):not(.liquory-full-width-content)
    .editor-styles-wrapper
    .wp-block-gallery.columns-7
    .blocks-gallery-image:nth-of-type(7n),
  body:not(.page-template-template-fullwidth-php):not(.liquory-full-width-content)
    .editor-styles-wrapper
    .wp-block-gallery.columns-7
    .blocks-gallery-image:last-child,
  body:not(.page-template-template-fullwidth-php):not(.liquory-full-width-content)
    .editor-styles-wrapper
    .wp-block-gallery.columns-7
    .blocks-gallery-item:nth-of-type(7n),
  body:not(.page-template-template-fullwidth-php):not(.liquory-full-width-content)
    .editor-styles-wrapper
    .wp-block-gallery.columns-7
    .blocks-gallery-item:last-child {
    margin-right: 0;
  }
  body:not(.page-template-template-fullwidth-php):not(.liquory-full-width-content)
    .hentry
    .entry-content
    .wp-block-gallery.columns-8
    .blocks-gallery-image,
  body:not(.page-template-template-fullwidth-php):not(.liquory-full-width-content)
    .hentry
    .entry-content
    .wp-block-gallery.columns-8
    .blocks-gallery-item,
  body:not(.page-template-template-fullwidth-php):not(.liquory-full-width-content)
    .editor-styles-wrapper
    .wp-block-gallery.columns-8
    .blocks-gallery-image,
  body:not(.page-template-template-fullwidth-php):not(.liquory-full-width-content)
    .editor-styles-wrapper
    .wp-block-gallery.columns-8
    .blocks-gallery-item {
    margin-right: 1.5873015873%;
    width: 11.1111111111%;
  }
  body:not(.page-template-template-fullwidth-php):not(.liquory-full-width-content)
    .hentry
    .entry-content
    .wp-block-gallery.columns-8
    .blocks-gallery-image:nth-of-type(8n),
  body:not(.page-template-template-fullwidth-php):not(.liquory-full-width-content)
    .hentry
    .entry-content
    .wp-block-gallery.columns-8
    .blocks-gallery-image:last-child,
  body:not(.page-template-template-fullwidth-php):not(.liquory-full-width-content)
    .hentry
    .entry-content
    .wp-block-gallery.columns-8
    .blocks-gallery-item:nth-of-type(8n),
  body:not(.page-template-template-fullwidth-php):not(.liquory-full-width-content)
    .hentry
    .entry-content
    .wp-block-gallery.columns-8
    .blocks-gallery-item:last-child,
  body:not(.page-template-template-fullwidth-php):not(.liquory-full-width-content)
    .editor-styles-wrapper
    .wp-block-gallery.columns-8
    .blocks-gallery-image:nth-of-type(8n),
  body:not(.page-template-template-fullwidth-php):not(.liquory-full-width-content)
    .editor-styles-wrapper
    .wp-block-gallery.columns-8
    .blocks-gallery-image:last-child,
  body:not(.page-template-template-fullwidth-php):not(.liquory-full-width-content)
    .editor-styles-wrapper
    .wp-block-gallery.columns-8
    .blocks-gallery-item:nth-of-type(8n),
  body:not(.page-template-template-fullwidth-php):not(.liquory-full-width-content)
    .editor-styles-wrapper
    .wp-block-gallery.columns-8
    .blocks-gallery-item:last-child {
    margin-right: 0;
  }
}
.hentry .entry-content .wp-block-separator,
.editor-styles-wrapper .wp-block-separator {
  border: 0;
  margin: 0 auto 1.41577975em;
  overflow: hidden;
}
.hentry
  .entry-content
  .wp-block-separator:not(.is-style-wide):not(.is-style-dots),
.editor-styles-wrapper
  .wp-block-separator:not(.is-style-wide):not(.is-style-dots) {
  max-width: 10%;
}
.hentry .entry-content .wp-block-embed-twitter,
.editor-styles-wrapper .wp-block-embed-twitter {
  overflow: hidden;
}
.hentry .entry-content .wp-block-table,
.editor-styles-wrapper .wp-block-table {
  border-collapse: separate;
}
.hentry .entry-content .wp-block-table td,
.hentry .entry-content .wp-block-table th,
.editor-styles-wrapper .wp-block-table td,
.editor-styles-wrapper .wp-block-table th {
  border: 1px solid;
  border-color: var(--e-global-color-border);
}
.hentry .entry-content .wp-block-table thead th,
.editor-styles-wrapper .wp-block-table thead th {
  padding: 1.41577975em;
}
.hentry .entry-content .wp-block-file,
.editor-styles-wrapper .wp-block-file {
  margin-bottom: 1.41577975em;
}
.hentry .entry-content .wp-block-file .wp-block-file__button,
.editor-styles-wrapper .wp-block-file .wp-block-file__button {
  font-size: 0.875em;
  line-height: 1.618;
  border: 0;
  cursor: pointer;
  padding: 0.6180339845em 1.41577975em;
  text-decoration: none;
  font-weight: var(--e-global-typography-primary-font-weight);
  text-shadow: none;
  display: inline-block;
  -webkit-appearance: none;
  border-radius: 0;
  opacity: 1;
}
.hentry .entry-content .wp-block-code,
.hentry .entry-content .wp-block-preformatted pre,
.editor-styles-wrapper .wp-block-code,
.editor-styles-wrapper .wp-block-preformatted pre {
  font-family: "courier 10 pitch", Courier, monospace;
  font-size: 1em;
}
.hentry .entry-content .wp-block-code,
.editor-styles-wrapper .wp-block-code {
  border: none;
  border-radius: 0;
  padding: 1.618034em;
}
.hentry .entry-content .wp-block-columns,
.editor-styles-wrapper .wp-block-columns {
  margin-bottom: 0;
}
.hentry .entry-content .wp-block-columns .wp-block-column,
.editor-styles-wrapper .wp-block-columns .wp-block-column {
  margin-bottom: 1em;
}
@media (min-width: 600px) {
  .hentry .entry-content .wp-block-columns .wp-block-column,
  .editor-styles-wrapper .wp-block-columns .wp-block-column {
    padding-left: 0;
    padding-right: 3.2258064516%;
    margin-left: 0;
  }
  .hentry .entry-content .wp-block-columns .wp-block-column:not(:last-child),
  .editor-styles-wrapper .wp-block-columns .wp-block-column:not(:last-child) {
    margin-right: 0;
  }
  .hentry .entry-content .wp-block-columns .wp-block-column:nth-of-type(even),
  .editor-styles-wrapper .wp-block-columns .wp-block-column:nth-of-type(even) {
    padding-right: 0;
  }
  body:not(.page-template-template-fullwidth-php):not(.liquory-full-width-content)
    .hentry
    .entry-content
    .wp-block-columns
    .wp-block-column,
  body:not(.page-template-template-fullwidth-php):not(.liquory-full-width-content)
    .editor-styles-wrapper
    .wp-block-columns
    .wp-block-column {
    padding-right: 4.347826087%;
  }
  body:not(.page-template-template-fullwidth-php):not(.liquory-full-width-content)
    .hentry
    .entry-content
    .wp-block-columns
    .wp-block-column:nth-of-type(even),
  body:not(.page-template-template-fullwidth-php):not(.liquory-full-width-content)
    .editor-styles-wrapper
    .wp-block-columns
    .wp-block-column:nth-of-type(even) {
    padding-right: 0;
  }
}
@media (min-width: 782px) {
  .hentry
    .entry-content
    .wp-block-columns.has-2-columns
    .wp-block-column:nth-of-type(2n),
  .editor-styles-wrapper
    .wp-block-columns.has-2-columns
    .wp-block-column:nth-of-type(2n) {
    margin-right: 0;
  }
  .hentry
    .entry-content
    .wp-block-columns.has-3-columns
    .wp-block-column:nth-of-type(3n),
  .editor-styles-wrapper
    .wp-block-columns.has-3-columns
    .wp-block-column:nth-of-type(3n) {
    margin-right: 0;
  }
  .hentry
    .entry-content
    .wp-block-columns.has-4-columns
    .wp-block-column:nth-of-type(4n),
  .editor-styles-wrapper
    .wp-block-columns.has-4-columns
    .wp-block-column:nth-of-type(4n) {
    margin-right: 0;
  }
  .hentry
    .entry-content
    .wp-block-columns.has-5-columns
    .wp-block-column:nth-of-type(5n),
  .editor-styles-wrapper
    .wp-block-columns.has-5-columns
    .wp-block-column:nth-of-type(5n) {
    margin-right: 0;
  }
  .hentry
    .entry-content
    .wp-block-columns.has-6-columns
    .wp-block-column:nth-of-type(6n),
  .editor-styles-wrapper
    .wp-block-columns.has-6-columns
    .wp-block-column:nth-of-type(6n) {
    margin-right: 0;
  }
  .hentry .entry-content .wp-block-columns .wp-block-column,
  .editor-styles-wrapper .wp-block-columns .wp-block-column {
    padding-right: 0;
  }
  .hentry .entry-content .wp-block-columns .wp-block-column:not(:first-child),
  .editor-styles-wrapper .wp-block-columns .wp-block-column:not(:first-child) {
    padding-left: 0;
  }
  .hentry .entry-content .wp-block-columns .wp-block-column:not(:last-child),
  .editor-styles-wrapper .wp-block-columns .wp-block-column:not(:last-child) {
    padding-right: 0;
    margin-right: 3.2258064516%;
  }
  body:not(.page-template-template-fullwidth-php):not(.liquory-full-width-content)
    .hentry
    .entry-content
    .wp-block-columns
    .wp-block-column,
  body:not(.page-template-template-fullwidth-php):not(.liquory-full-width-content)
    .editor-styles-wrapper
    .wp-block-columns
    .wp-block-column {
    padding-right: 0;
  }
  body:not(.page-template-template-fullwidth-php):not(.liquory-full-width-content)
    .hentry
    .entry-content
    .wp-block-columns
    .wp-block-column:not(:last-child),
  body:not(.page-template-template-fullwidth-php):not(.liquory-full-width-content)
    .editor-styles-wrapper
    .wp-block-columns
    .wp-block-column:not(:last-child) {
    margin-right: 4.347826087%;
  }
}
.hentry .entry-content .wp-block-rss a,
.hentry .entry-content .wp-block-latest-comments a,
.hentry .entry-content .wp-block-tag-cloud a,
.editor-styles-wrapper .wp-block-rss a,
.editor-styles-wrapper .wp-block-latest-comments a,
.editor-styles-wrapper .wp-block-tag-cloud a {
  color: #444;
}
.hentry .entry-content .wp-block-rss a:hover,
.hentry .entry-content .wp-block-latest-comments a:hover,
.hentry .entry-content .wp-block-tag-cloud a:hover,
.editor-styles-wrapper .wp-block-rss a:hover,
.editor-styles-wrapper .wp-block-latest-comments a:hover,
.editor-styles-wrapper .wp-block-tag-cloud a:hover {
  color: #c6102e;
}
.hentry .entry-content .wp-block-latest-comments,
.editor-styles-wrapper .wp-block-latest-comments {
  margin: 0 0 1.41577975em;
}
.hentry .entry-content .wp-block-latest-comments__comment-avatar,
.editor-styles-wrapper .wp-block-latest-comments__comment-avatar {
  margin-top: 0.3819660059em;
}
.hentry .entry-content .wp-block-latest-comments__comment,
.editor-styles-wrapper .wp-block-latest-comments__comment {
  font-size: 1em;
  margin: 0 0 1em;
}
.hentry .entry-content .wp-block-latest-comments__comment-date,
.editor-styles-wrapper .wp-block-latest-comments__comment-date {
  font-size: 0.875em;
}
.hentry .entry-content .wp-block-latest-comments__comment-excerpt p,
.editor-styles-wrapper .wp-block-latest-comments__comment-excerpt p {
  margin: 0.5407797364em 0 1em;
  font-size: 1em;
  line-height: 1.618;
}
.hentry
  .entry-content
  .wp-block-latest-comments.has-avatars
  .wp-block-latest-comments__comment
  .wp-block-latest-comments__comment-excerpt,
.hentry
  .entry-content
  .wp-block-latest-comments.has-avatars
  .wp-block-latest-comments__comment
  .wp-block-latest-comments__comment-meta,
.editor-styles-wrapper
  .wp-block-latest-comments.has-avatars
  .wp-block-latest-comments__comment
  .wp-block-latest-comments__comment-excerpt,
.editor-styles-wrapper
  .wp-block-latest-comments.has-avatars
  .wp-block-latest-comments__comment
  .wp-block-latest-comments__comment-meta {
  margin-left: 3.7065595576em;
}
.hentry
  .entry-content
  .wp-block-latest-comments:not(.has-avatars):not(.has-dates):not(.has-excerpts)
  .wp-block-latest-comments__comment,
.editor-styles-wrapper
  .wp-block-latest-comments:not(.has-avatars):not(.has-dates):not(.has-excerpts)
  .wp-block-latest-comments__comment {
  margin: 0;
  line-height: 1.618;
}
.hentry .entry-content .wp-block-latest-comments br,
.editor-styles-wrapper .wp-block-latest-comments br {
  display: inline;
  content: "";
}
.wp-block-cover-image {
  margin-bottom: 1em;
}
.wp-block-button.is-style-squared .wp-block-button__link {
  border-radius: 0;
}
body.liquory-full-width-content:not(.elementor-page).single
  .hentry
  .entry-content
  .alignwide {
  margin-left: calc(25% - 25vw);
  width: calc(50vw + 50%);
  max-width: calc(50vw + 50%);
  margin-bottom: 1em;
}
body.liquory-full-width-content:not(.elementor-page).single
  .hentry
  .entry-content
  .alignfull {
  margin-left: calc(50% - 50vw + 7.5px);
  width: calc(100vw - 15px);
  max-width: 100vw;
  margin-bottom: 1em;
}
body.liquory-full-width-content:not(.elementor-page)
  .editor-styles-wrapper
  .alignwide {
  margin-left: calc(25% - 25vw);
  width: calc(50vw + 50%);
  max-width: calc(50vw + 50%);
}
body.liquory-full-width-content:not(.elementor-page)
  .editor-styles-wrapper
  .alignfull {
  margin-left: calc(50% - 50vw);
  width: 100vw;
  max-width: 100vw;
} /*!This file is auto-generated*/
.wp-block-button__link {
  color: #fff;
  background-color: #32373c;
  border-radius: 9999px;
  box-shadow: none;
  text-decoration: none;
  padding: calc(0.667em + 2px) calc(1.333em + 2px);
  font-size: 1.125em;
}
body {
  --wp--preset--color--black: #000;
  --wp--preset--color--cyan-bluish-gray: #abb8c3;
  --wp--preset--color--white: #fff;
  --wp--preset--color--pale-pink: #f78da7;
  --wp--preset--color--vivid-red: #cf2e2e;
  --wp--preset--color--luminous-vivid-orange: #ff6900;
  --wp--preset--color--luminous-vivid-amber: #fcb900;
  --wp--preset--color--light-green-cyan: #7bdcb5;
  --wp--preset--color--vivid-green-cyan: #00d084;
  --wp--preset--color--pale-cyan-blue: #8ed1fc;
  --wp--preset--color--vivid-cyan-blue: #0693e3;
  --wp--preset--color--vivid-purple: #9b51e0;
  --wp--preset--gradient--vivid-cyan-blue-to-vivid-purple: linear-gradient(
    135deg,
    rgba(6, 147, 227, 1) 0%,
    #9b51e0 100%
  );
  --wp--preset--gradient--light-green-cyan-to-vivid-green-cyan: linear-gradient(
    135deg,
    #7adcb4 0%,
    #00d082 100%
  );
  --wp--preset--gradient--luminous-vivid-amber-to-luminous-vivid-orange: linear-gradient(
    135deg,
    rgba(252, 185, 0, 1) 0%,
    rgba(255, 105, 0, 1) 100%
  );
  --wp--preset--gradient--luminous-vivid-orange-to-vivid-red: linear-gradient(
    135deg,
    rgba(255, 105, 0, 1) 0%,
    #cf2e2e 100%
  );
  --wp--preset--gradient--very-light-gray-to-cyan-bluish-gray: linear-gradient(
    135deg,
    #eee 0%,
    #a9b8c3 100%
  );
  --wp--preset--gradient--cool-to-warm-spectrum: linear-gradient(
    135deg,
    #4aeadc 0%,
    #9778d1 20%,
    #cf2aba 40%,
    #ee2c82 60%,
    #fb6962 80%,
    #fef84c 100%
  );
  --wp--preset--gradient--blush-light-purple: linear-gradient(
    135deg,
    #ffceec 0%,
    #9896f0 100%
  );
  --wp--preset--gradient--blush-bordeaux: linear-gradient(
    135deg,
    #fecda5 0%,
    #fe2d2d 50%,
    #6b003e 100%
  );
  --wp--preset--gradient--luminous-dusk: linear-gradient(
    135deg,
    #ffcb70 0%,
    #c751c0 50%,
    #4158d0 100%
  );
  --wp--preset--gradient--pale-ocean: linear-gradient(
    135deg,
    #fff5cb 0%,
    #b6e3d4 50%,
    #33a7b5 100%
  );
  --wp--preset--gradient--electric-grass: linear-gradient(
    135deg,
    #caf880 0%,
    #71ce7e 100%
  );
  --wp--preset--gradient--midnight: linear-gradient(
    135deg,
    #020381 0%,
    #2874fc 100%
  );
  --wp--preset--duotone--dark-grayscale: url("#wp-duotone-dark-grayscale");
  --wp--preset--duotone--grayscale: url("#wp-duotone-grayscale");
  --wp--preset--duotone--purple-yellow: url("#wp-duotone-purple-yellow");
  --wp--preset--duotone--blue-red: url("#wp-duotone-blue-red");
  --wp--preset--duotone--midnight: url("#wp-duotone-midnight");
  --wp--preset--duotone--magenta-yellow: url("#wp-duotone-magenta-yellow");
  --wp--preset--duotone--purple-green: url("#wp-duotone-purple-green");
  --wp--preset--duotone--blue-orange: url("#wp-duotone-blue-orange");
  --wp--preset--font-size--small: 14px;
  --wp--preset--font-size--medium: 23px;
  --wp--preset--font-size--large: 26px;
  --wp--preset--font-size--x-large: 42px;
  --wp--preset--font-size--normal: 16px;
  --wp--preset--font-size--huge: 37px;
  --wp--preset--spacing--20: 0.44rem;
  --wp--preset--spacing--30: 0.67rem;
  --wp--preset--spacing--40: 1rem;
  --wp--preset--spacing--50: 1.5rem;
  --wp--preset--spacing--60: 2.25rem;
  --wp--preset--spacing--70: 3.38rem;
  --wp--preset--spacing--80: 5.06rem;
}
:where(.is-layout-flex) {
  gap: 0.5em;
}
body .is-layout-flow > .alignleft {
  float: left;
  margin-inline-start: 0;
  margin-inline-end: 2em;
}
body .is-layout-flow > .alignright {
  float: right;
  margin-inline-start: 2em;
  margin-inline-end: 0;
}
body .is-layout-flow > .aligncenter {
  margin-left: auto !important;
  margin-right: auto !important;
}
body .is-layout-constrained > .alignleft {
  float: left;
  margin-inline-start: 0;
  margin-inline-end: 2em;
}
body .is-layout-constrained > .alignright {
  float: right;
  margin-inline-start: 2em;
  margin-inline-end: 0;
}
body .is-layout-constrained > .aligncenter {
  margin-left: auto !important;
  margin-right: auto !important;
}
body
  .is-layout-constrained
  > :where(:not(.alignleft):not(.alignright):not(.alignfull)) {
  max-width: var(--wp--style--global--content-size);
  margin-left: auto !important;
  margin-right: auto !important;
}
body .is-layout-constrained > .alignwide {
  max-width: var(--wp--style--global--wide-size);
}
body .is-layout-flex {
  display: flex;
}
body .is-layout-flex {
  flex-wrap: wrap;
  align-items: center;
}
body .is-layout-flex > * {
  margin: 0;
}
:where(.wp-block-columns.is-layout-flex) {
  gap: 2em;
}
.has-black-color {
  color: var(--wp--preset--color--black) !important;
}
.has-cyan-bluish-gray-color {
  color: var(--wp--preset--color--cyan-bluish-gray) !important;
}
.has-white-color {
  color: var(--wp--preset--color--white) !important;
}
.has-pale-pink-color {
  color: var(--wp--preset--color--pale-pink) !important;
}
.has-vivid-red-color {
  color: var(--wp--preset--color--vivid-red) !important;
}
.has-luminous-vivid-orange-color {
  color: var(--wp--preset--color--luminous-vivid-orange) !important;
}
.has-luminous-vivid-amber-color {
  color: var(--wp--preset--color--luminous-vivid-amber) !important;
}
.has-light-green-cyan-color {
  color: var(--wp--preset--color--light-green-cyan) !important;
}
.has-vivid-green-cyan-color {
  color: var(--wp--preset--color--vivid-green-cyan) !important;
}
.has-pale-cyan-blue-color {
  color: var(--wp--preset--color--pale-cyan-blue) !important;
}
.has-vivid-cyan-blue-color {
  color: var(--wp--preset--color--vivid-cyan-blue) !important;
}
.has-vivid-purple-color {
  color: var(--wp--preset--color--vivid-purple) !important;
}
.has-black-background-color {
  background-color: var(--wp--preset--color--black) !important;
}
.has-cyan-bluish-gray-background-color {
  background-color: var(--wp--preset--color--cyan-bluish-gray) !important;
}
.has-white-background-color {
  background-color: var(--wp--preset--color--white) !important;
}
.has-pale-pink-background-color {
  background-color: var(--wp--preset--color--pale-pink) !important;
}
.has-vivid-red-background-color {
  background-color: var(--wp--preset--color--vivid-red) !important;
}
.has-luminous-vivid-orange-background-color {
  background-color: var(--wp--preset--color--luminous-vivid-orange) !important;
}
.has-luminous-vivid-amber-background-color {
  background-color: var(--wp--preset--color--luminous-vivid-amber) !important;
}
.has-light-green-cyan-background-color {
  background-color: var(--wp--preset--color--light-green-cyan) !important;
}
.has-vivid-green-cyan-background-color {
  background-color: var(--wp--preset--color--vivid-green-cyan) !important;
}
.has-pale-cyan-blue-background-color {
  background-color: var(--wp--preset--color--pale-cyan-blue) !important;
}
.has-vivid-cyan-blue-background-color {
  background-color: var(--wp--preset--color--vivid-cyan-blue) !important;
}
.has-vivid-purple-background-color {
  background-color: var(--wp--preset--color--vivid-purple) !important;
}
.has-black-border-color {
  border-color: var(--wp--preset--color--black) !important;
}
.has-cyan-bluish-gray-border-color {
  border-color: var(--wp--preset--color--cyan-bluish-gray) !important;
}
.has-white-border-color {
  border-color: var(--wp--preset--color--white) !important;
}
.has-pale-pink-border-color {
  border-color: var(--wp--preset--color--pale-pink) !important;
}
.has-vivid-red-border-color {
  border-color: var(--wp--preset--color--vivid-red) !important;
}
.has-luminous-vivid-orange-border-color {
  border-color: var(--wp--preset--color--luminous-vivid-orange) !important;
}
.has-luminous-vivid-amber-border-color {
  border-color: var(--wp--preset--color--luminous-vivid-amber) !important;
}
.has-light-green-cyan-border-color {
  border-color: var(--wp--preset--color--light-green-cyan) !important;
}
.has-vivid-green-cyan-border-color {
  border-color: var(--wp--preset--color--vivid-green-cyan) !important;
}
.has-pale-cyan-blue-border-color {
  border-color: var(--wp--preset--color--pale-cyan-blue) !important;
}
.has-vivid-cyan-blue-border-color {
  border-color: var(--wp--preset--color--vivid-cyan-blue) !important;
}
.has-vivid-purple-border-color {
  border-color: var(--wp--preset--color--vivid-purple) !important;
}
.has-vivid-cyan-blue-to-vivid-purple-gradient-background {
  background: var(
    --wp--preset--gradient--vivid-cyan-blue-to-vivid-purple
  ) !important;
}
.has-light-green-cyan-to-vivid-green-cyan-gradient-background {
  background: var(
    --wp--preset--gradient--light-green-cyan-to-vivid-green-cyan
  ) !important;
}
.has-luminous-vivid-amber-to-luminous-vivid-orange-gradient-background {
  background: var(
    --wp--preset--gradient--luminous-vivid-amber-to-luminous-vivid-orange
  ) !important;
}
.has-luminous-vivid-orange-to-vivid-red-gradient-background {
  background: var(
    --wp--preset--gradient--luminous-vivid-orange-to-vivid-red
  ) !important;
}
.has-very-light-gray-to-cyan-bluish-gray-gradient-background {
  background: var(
    --wp--preset--gradient--very-light-gray-to-cyan-bluish-gray
  ) !important;
}
.has-cool-to-warm-spectrum-gradient-background {
  background: var(--wp--preset--gradient--cool-to-warm-spectrum) !important;
}
.has-blush-light-purple-gradient-background {
  background: var(--wp--preset--gradient--blush-light-purple) !important;
}
.has-blush-bordeaux-gradient-background {
  background: var(--wp--preset--gradient--blush-bordeaux) !important;
}
.has-luminous-dusk-gradient-background {
  background: var(--wp--preset--gradient--luminous-dusk) !important;
}
.has-pale-ocean-gradient-background {
  background: var(--wp--preset--gradient--pale-ocean) !important;
}
.has-electric-grass-gradient-background {
  background: var(--wp--preset--gradient--electric-grass) !important;
}
.has-midnight-gradient-background {
  background: var(--wp--preset--gradient--midnight) !important;
}
.has-small-font-size {
  font-size: var(--wp--preset--font-size--small) !important;
}
.has-medium-font-size {
  font-size: var(--wp--preset--font-size--medium) !important;
}
.has-large-font-size {
  font-size: var(--wp--preset--font-size--large) !important;
}
.has-x-large-font-size {
  font-size: var(--wp--preset--font-size--x-large) !important;
}
.wp-block-navigation a:where(:not(.wp-element-button)) {
  color: inherit;
}
:where(.wp-block-columns.is-layout-flex) {
  gap: 2em;
}
.wp-block-pullquote {
  font-size: 1.5em;
  line-height: 1.6;
}
.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: 1s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
}
@media (prefers-reduced-motion: reduce) {
  .wpcf7-spinner:before {
    animation-name: blink;
    animation-duration: 2s;
  }
}
@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;
}
.wpcf7-reflection > output {
  display: list-item;
  list-style: none;
}
.liquory-icons-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  margin-left: -1em;
  margin-right: -1em;
}
.liquory-icons-list .glyph {
  display: inline-block;
  width: 9em;
  margin: 1em;
  text-align: center;
  vertical-align: top;
  border: 1px solid #eee;
  background-color: #f7f7f7;
}
.liquory-icons-list .class-name {
  color: #223645;
  padding: 10px;
}
.liquory-icons-list [class*="liquory-icon"] {
  padding: 20px;
  display: block;
  font-size: 36px;
  line-height: 1;
  color: #223645;
  background: #fff;
}
body.custom-background.page-id-2084 {
  background: #f0f5fb;
}
.woocommerce form .form-row .required {
  visibility: visible;
}
.footer-width-fixer {
  width: 100%;
}
.ehf-template-genesis.ehf-header .site-header .wrap,
.ehf-template-genesis.ehf-footer .site-footer .wrap,
.ehf-template-generatepress.ehf-header .site-header .inside-header {
  width: 100%;
  padding: 0;
  max-width: 100%;
}
.ehf-template-generatepress.ehf-header .site-header,
.ehf-template-generatepress.ehf-footer .site-footer {
  width: 100%;
  padding: 0;
  max-width: 100%;
  background-color: transparent !important;
}
.bhf-hidden {
  display: none;
}
.ehf-header #masthead {
  z-index: 99;
  position: relative;
}

[class*=" eicon-"],
[class^="eicon"] {
  display: inline-block;
  font-family: eicons;
  font-size: inherit;
  font-weight: 400;
  font-style: normal;
  font-variant: normal;
  line-height: 1;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@keyframes a {
  0% {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(359deg);
  }
}
.eicon-animation-spin {
  animation: a 2s infinite linear;
}
.eicon-editor-link:before {
  content: "\e800";
}
.eicon-editor-unlink:before {
  content: "\e801";
}
.eicon-editor-external-link:before {
  content: "\e802";
}
.eicon-editor-close:before {
  content: "\e803";
}
.eicon-editor-list-ol:before {
  content: "\e804";
}
.eicon-editor-list-ul:before {
  content: "\e805";
}
.eicon-editor-bold:before {
  content: "\e806";
}
.eicon-editor-italic:before {
  content: "\e807";
}
.eicon-editor-underline:before {
  content: "\e808";
}
.eicon-editor-paragraph:before {
  content: "\e809";
}
.eicon-editor-h1:before {
  content: "\e80a";
}
.eicon-editor-h2:before {
  content: "\e80b";
}
.eicon-editor-h3:before {
  content: "\e80c";
}
.eicon-editor-h4:before {
  content: "\e80d";
}
.eicon-editor-h5:before {
  content: "\e80e";
}
.eicon-editor-h6:before {
  content: "\e80f";
}
.eicon-editor-quote:before {
  content: "\e810";
}
.eicon-editor-code:before {
  content: "\e811";
}
.eicon-elementor:before {
  content: "\e812";
}
.eicon-elementor-circle:before {
  content: "\e813";
}
.eicon-pojome:before {
  content: "\e814";
}
.eicon-plus:before {
  content: "\e815";
}
.eicon-menu-bar:before {
  content: "\e816";
}
.eicon-apps:before {
  content: "\e817";
}
.eicon-accordion:before {
  content: "\e818";
}
.eicon-alert:before {
  content: "\e819";
}
.eicon-animation-text:before {
  content: "\e81a";
}
.eicon-animation:before {
  content: "\e81b";
}
.eicon-banner:before {
  content: "\e81c";
}
.eicon-blockquote:before {
  content: "\e81d";
}
.eicon-button:before {
  content: "\e81e";
}
.eicon-call-to-action:before {
  content: "\e81f";
}
.eicon-captcha:before {
  content: "\e820";
}
.eicon-carousel:before {
  content: "\e821";
}
.eicon-checkbox:before {
  content: "\e822";
}
.eicon-columns:before {
  content: "\e823";
}
.eicon-countdown:before {
  content: "\e824";
}
.eicon-counter:before {
  content: "\e825";
}
.eicon-date:before {
  content: "\e826";
}
.eicon-divider-shape:before {
  content: "\e827";
}
.eicon-divider:before {
  content: "\e828";
}
.eicon-download-button:before {
  content: "\e829";
}
.eicon-dual-button:before {
  content: "\e82a";
}
.eicon-email-field:before {
  content: "\e82b";
}
.eicon-facebook-comments:before {
  content: "\e82c";
}
.eicon-facebook-like-box:before {
  content: "\e82d";
}
.eicon-form-horizontal:before {
  content: "\e82e";
}
.eicon-form-vertical:before {
  content: "\e82f";
}
.eicon-gallery-grid:before {
  content: "\e830";
}
.eicon-gallery-group:before {
  content: "\e831";
}
.eicon-gallery-justified:before {
  content: "\e832";
}
.eicon-gallery-masonry:before {
  content: "\e833";
}
.eicon-icon-box:before {
  content: "\e834";
}
.eicon-image-before-after:before {
  content: "\e835";
}
.eicon-image-box:before {
  content: "\e836";
}
.eicon-image-hotspot:before {
  content: "\e837";
}
.eicon-image-rollover:before {
  content: "\e838";
}
.eicon-info-box:before {
  content: "\e839";
}
.eicon-inner-section:before {
  content: "\e83a";
}
.eicon-mailchimp:before {
  content: "\e83b";
}
.eicon-menu-card:before {
  content: "\e83c";
}
.eicon-navigation-horizontal:before {
  content: "\e83d";
}
.eicon-nav-menu:before {
  content: "\e83e";
}
.eicon-navigation-vertical:before {
  content: "\e83f";
}
.eicon-number-field:before {
  content: "\e840";
}
.eicon-parallax:before {
  content: "\e841";
}
.eicon-php7:before {
  content: "\e842";
}
.eicon-post-list:before {
  content: "\e843";
}
.eicon-post-slider:before {
  content: "\e844";
}
.eicon-post:before {
  content: "\e845";
}
.eicon-posts-carousel:before {
  content: "\e846";
}
.eicon-posts-grid:before {
  content: "\e847";
}
.eicon-posts-group:before {
  content: "\e848";
}
.eicon-posts-justified:before {
  content: "\e849";
}
.eicon-posts-masonry:before {
  content: "\e84a";
}
.eicon-posts-ticker:before {
  content: "\e84b";
}
.eicon-price-list:before {
  content: "\e84c";
}
.eicon-price-table:before {
  content: "\e84d";
}
.eicon-radio:before {
  content: "\e84e";
}
.eicon-rtl:before {
  content: "\e84f";
}
.eicon-scroll:before {
  content: "\e850";
}
.eicon-search:before {
  content: "\e851";
}
.eicon-select:before {
  content: "\e852";
}
.eicon-share:before {
  content: "\e853";
}
.eicon-sidebar:before {
  content: "\e854";
}
.eicon-skill-bar:before {
  content: "\e855";
}
.eicon-slider-3d:before {
  content: "\e856";
}
.eicon-slider-album:before {
  content: "\e857";
}
.eicon-slider-device:before {
  content: "\e858";
}
.eicon-slider-full-screen:before {
  content: "\e859";
}
.eicon-slider-push:before {
  content: "\e85a";
}
.eicon-slider-vertical:before {
  content: "\e85b";
}
.eicon-slider-video:before {
  content: "\e85c";
}
.eicon-slides:before {
  content: "\e85d";
}
.eicon-social-icons:before {
  content: "\e85e";
}
.eicon-spacer:before {
  content: "\e85f";
}
.eicon-table:before {
  content: "\e860";
}
.eicon-tabs:before {
  content: "\e861";
}
.eicon-tel-field:before {
  content: "\e862";
}
.eicon-text-area:before {
  content: "\e863";
}
.eicon-text-field:before {
  content: "\e864";
}
.eicon-thumbnails-down:before {
  content: "\e865";
}
.eicon-thumbnails-half:before {
  content: "\e866";
}
.eicon-thumbnails-right:before {
  content: "\e867";
}
.eicon-time-line:before {
  content: "\e868";
}
.eicon-toggle:before {
  content: "\e869";
}
.eicon-url:before {
  content: "\e86a";
}
.eicon-t-letter:before {
  content: "\e86b";
}
.eicon-wordpress:before {
  content: "\e86c";
}
.eicon-text:before {
  content: "\e86d";
}
.eicon-anchor:before {
  content: "\e86e";
}
.eicon-bullet-list:before {
  content: "\e86f";
}
.eicon-code:before {
  content: "\e870";
}
.eicon-favorite:before {
  content: "\e871";
}
.eicon-google-maps:before {
  content: "\e872";
}
.eicon-image:before {
  content: "\e873";
}
.eicon-photo-library:before {
  content: "\e874";
}
.eicon-woocommerce:before {
  content: "\e875";
}
.eicon-youtube:before {
  content: "\e876";
}
.eicon-flip-box:before {
  content: "\e877";
}
.eicon-settings:before {
  content: "\e878";
}
.eicon-headphones:before {
  content: "\e879";
}
.eicon-testimonial:before {
  content: "\e87a";
}
.eicon-counter-circle:before {
  content: "\e87b";
}
.eicon-person:before {
  content: "\e87c";
}
.eicon-chevron-right:before {
  content: "\e87d";
}
.eicon-chevron-left:before {
  content: "\e87e";
}
.eicon-close:before {
  content: "\e87f";
}
.eicon-file-download:before {
  content: "\e880";
}
.eicon-save:before {
  content: "\e881";
}
.eicon-zoom-in:before {
  content: "\e882";
}
.eicon-shortcode:before {
  content: "\e883";
}
.eicon-nerd:before {
  content: "\e884";
}
.eicon-device-desktop:before {
  content: "\e885";
}
.eicon-device-tablet:before {
  content: "\e886";
}
.eicon-device-mobile:before {
  content: "\e887";
}
.eicon-document-file:before {
  content: "\e888";
}
.eicon-folder-o:before {
  content: "\e889";
}
.eicon-hypster:before {
  content: "\e88a";
}
.eicon-h-align-left:before {
  content: "\e88b";
}
.eicon-h-align-right:before {
  content: "\e88c";
}
.eicon-h-align-center:before {
  content: "\e88d";
}
.eicon-h-align-stretch:before {
  content: "\e88e";
}
.eicon-v-align-top:before {
  content: "\e88f";
}
.eicon-v-align-bottom:before {
  content: "\e890";
}
.eicon-v-align-middle:before {
  content: "\e891";
}
.eicon-v-align-stretch:before {
  content: "\e892";
}
.eicon-pro-icon:before {
  content: "\e893";
}
.eicon-mail:before {
  content: "\e894";
}
.eicon-lock-user:before {
  content: "\e895";
}
.eicon-testimonial-carousel:before {
  content: "\e896";
}
.eicon-media-carousel:before {
  content: "\e897";
}
.eicon-section:before {
  content: "\e898";
}
.eicon-column:before {
  content: "\e899";
}
.eicon-edit:before {
  content: "\e89a";
}
.eicon-clone:before {
  content: "\e89b";
}
.eicon-trash:before {
  content: "\e89c";
}
.eicon-play:before {
  content: "\e89d";
}
.eicon-angle-right:before {
  content: "\e89e";
}
.eicon-angle-left:before {
  content: "\e89f";
}
.eicon-animated-headline:before {
  content: "\e8a0";
}
.eicon-menu-toggle:before {
  content: "\e8a1";
}
.eicon-fb-embed:before {
  content: "\e8a2";
}
.eicon-fb-feed:before {
  content: "\e8a3";
}
.eicon-twitter-embed:before {
  content: "\e8a4";
}
.eicon-twitter-feed:before {
  content: "\e8a5";
}
.eicon-sync:before {
  content: "\e8a6";
}
.eicon-import-export:before {
  content: "\e8a7";
}
.eicon-check-circle:before {
  content: "\e8a8";
}
.eicon-library-save:before {
  content: "\e8a9";
}
.eicon-library-download:before {
  content: "\e8aa";
}
.eicon-insert:before {
  content: "\e8ab";
}
.eicon-preview-medium:before {
  content: "\e8ac";
}
.eicon-sort-down:before {
  content: "\e8ad";
}
.eicon-sort-up:before {
  content: "\e8ae";
}
.eicon-heading:before {
  content: "\e8af";
}
.eicon-logo:before {
  content: "\e8b0";
}
.eicon-meta-data:before {
  content: "\e8b1";
}
.eicon-post-content:before {
  content: "\e8b2";
}
.eicon-post-excerpt:before {
  content: "\e8b3";
}
.eicon-post-navigation:before {
  content: "\e8b4";
}
.eicon-yoast:before {
  content: "\e8b5";
}
.eicon-nerd-chuckle:before {
  content: "\e8b6";
}
.eicon-nerd-wink:before {
  content: "\e8b7";
}
.eicon-comments:before {
  content: "\e8b8";
}
.eicon-download-circle-o:before {
  content: "\e8b9";
}
.eicon-library-upload:before {
  content: "\e8ba";
}
.eicon-save-o:before {
  content: "\e8bb";
}
.eicon-upload-circle-o:before {
  content: "\e8bc";
}
.eicon-ellipsis-h:before {
  content: "\e8bd";
}
.eicon-ellipsis-v:before {
  content: "\e8be";
}
.eicon-arrow-left:before {
  content: "\e8bf";
}
.eicon-arrow-right:before {
  content: "\e8c0";
}
.eicon-arrow-up:before {
  content: "\e8c1";
}
.eicon-arrow-down:before {
  content: "\e8c2";
}
.eicon-play-o:before {
  content: "\e8c3";
}
.eicon-archive-posts:before {
  content: "\e8c4";
}
.eicon-archive-title:before {
  content: "\e8c5";
}
.eicon-featured-image:before {
  content: "\e8c6";
}
.eicon-post-info:before {
  content: "\e8c7";
}
.eicon-post-title:before {
  content: "\e8c8";
}
.eicon-site-logo:before {
  content: "\e8c9";
}
.eicon-site-search:before {
  content: "\e8ca";
}
.eicon-site-title:before {
  content: "\e8cb";
}
.eicon-plus-square:before {
  content: "\e8cc";
}
.eicon-minus-square:before {
  content: "\e8cd";
}
.eicon-cloud-check:before {
  content: "\e8ce";
}
.eicon-drag-n-drop:before {
  content: "\e8cf";
}
.eicon-welcome:before {
  content: "\e8d0";
}
.eicon-handle:before {
  content: "\e8d1";
}
.eicon-cart:before {
  content: "\e8d2";
}
.eicon-product-add-to-cart:before {
  content: "\e8d3";
}
.eicon-product-breadcrumbs:before {
  content: "\e8d4";
}
.eicon-product-categories:before {
  content: "\e8d5";
}
.eicon-product-description:before {
  content: "\e8d6";
}
.eicon-product-images:before {
  content: "\e8d7";
}
.eicon-product-info:before {
  content: "\e8d8";
}
.eicon-product-meta:before {
  content: "\e8d9";
}
.eicon-product-pages:before {
  content: "\e8da";
}
.eicon-product-price:before {
  content: "\e8db";
}
.eicon-product-rating:before {
  content: "\e8dc";
}
.eicon-product-related:before {
  content: "\e8dd";
}
.eicon-product-stock:before {
  content: "\e8de";
}
.eicon-product-tabs:before {
  content: "\e8df";
}
.eicon-product-title:before {
  content: "\e8e0";
}
.eicon-product-upsell:before {
  content: "\e8e1";
}
.eicon-products:before {
  content: "\e8e2";
}
.eicon-bag-light:before {
  content: "\e8e3";
}
.eicon-bag-medium:before {
  content: "\e8e4";
}
.eicon-bag-solid:before {
  content: "\e8e5";
}
.eicon-basket-light:before {
  content: "\e8e6";
}
.eicon-basket-medium:before {
  content: "\e8e7";
}
.eicon-basket-solid:before {
  content: "\e8e8";
}
.eicon-cart-light:before {
  content: "\e8e9";
}
.eicon-cart-medium:before {
  content: "\e8ea";
}
.eicon-cart-solid:before {
  content: "\e8eb";
}
.eicon-exchange:before {
  content: "\e8ec";
}
.eicon-preview-thin:before {
  content: "\e8ed";
}
.eicon-device-laptop:before {
  content: "\e8ee";
}
.eicon-collapse:before {
  content: "\e8ef";
}
.eicon-expand:before {
  content: "\e8f0";
}
.eicon-navigator:before {
  content: "\e8f1";
}
.eicon-plug:before {
  content: "\e8f2";
}
.eicon-dashboard:before {
  content: "\e8f3";
}
.eicon-typography:before {
  content: "\e8f4";
}
.eicon-info-circle-o:before {
  content: "\e8f5";
}
.eicon-integration:before {
  content: "\e8f6";
}
.eicon-plus-circle-o:before {
  content: "\e8f7";
}
.eicon-rating:before {
  content: "\e8f8";
}
.eicon-review:before {
  content: "\e8f9";
}
.eicon-tools:before {
  content: "\e8fa";
}
.eicon-loading:before {
  content: "\e8fb";
}
.eicon-sitemap:before {
  content: "\e8fc";
}
.eicon-click:before {
  content: "\e8fd";
}
.eicon-clock:before {
  content: "\e8fe";
}
.eicon-library-open:before {
  content: "\e8ff";
}
.eicon-warning:before {
  content: "\e900";
}
.eicon-flow:before {
  content: "\e901";
}
.eicon-cursor-move:before {
  content: "\e902";
}
.eicon-arrow-circle-left:before {
  content: "\e903";
}
.eicon-flash:before {
  content: "\e904";
}
.eicon-redo:before {
  content: "\e905";
}
.eicon-ban:before {
  content: "\e906";
}
.eicon-barcode:before {
  content: "\e907";
}
.eicon-calendar:before {
  content: "\e908";
}
.eicon-caret-left:before {
  content: "\e909";
}
.eicon-caret-right:before {
  content: "\e90a";
}
.eicon-caret-up:before {
  content: "\e90b";
}
.eicon-chain-broken:before {
  content: "\e90c";
}
.eicon-check-circle-o:before {
  content: "\e90d";
}
.eicon-check:before {
  content: "\e90e";
}
.eicon-chevron-double-left:before {
  content: "\e90f";
}
.eicon-chevron-double-right:before {
  content: "\e910";
}
.eicon-undo:before {
  content: "\e911";
}
.eicon-filter:before {
  content: "\e912";
}
.eicon-circle-o:before {
  content: "\e913";
}
.eicon-circle:before {
  content: "\e914";
}
.eicon-clock-o:before {
  content: "\e915";
}
.eicon-cog:before {
  content: "\e916";
}
.eicon-cogs:before {
  content: "\e917";
}
.eicon-commenting-o:before {
  content: "\e918";
}
.eicon-copy:before {
  content: "\e919";
}
.eicon-database:before {
  content: "\e91a";
}
.eicon-dot-circle-o:before {
  content: "\e91b";
}
.eicon-envelope:before {
  content: "\e91c";
}
.eicon-external-link-square:before {
  content: "\e91d";
}
.eicon-eyedropper:before {
  content: "\e91e";
}
.eicon-folder:before {
  content: "\e91f";
}
.eicon-font:before {
  content: "\e920";
}
.eicon-adjust:before {
  content: "\e921";
}
.eicon-lightbox:before {
  content: "\e922";
}
.eicon-heart-o:before {
  content: "\e923";
}
.eicon-history:before {
  content: "\e924";
}
.eicon-image-bold:before {
  content: "\e925";
}
.eicon-info-circle:before {
  content: "\e926";
}
.eicon-link:before {
  content: "\e927";
}
.eicon-long-arrow-left:before {
  content: "\e928";
}
.eicon-long-arrow-right:before {
  content: "\e929";
}
.eicon-caret-down:before {
  content: "\e92a";
}
.eicon-paint-brush:before {
  content: "\e92b";
}
.eicon-pencil:before {
  content: "\e92c";
}
.eicon-plus-circle:before {
  content: "\e92d";
}
.eicon-zoom-in-bold:before {
  content: "\e92e";
}
.eicon-sort-amount-desc:before {
  content: "\e92f";
}
.eicon-sign-out:before {
  content: "\e930";
}
.eicon-spinner:before {
  content: "\e931";
}
.eicon-square:before {
  content: "\e932";
}
.eicon-star-o:before {
  content: "\e933";
}
.eicon-star:before {
  content: "\e934";
}
.eicon-text-align-justify:before {
  content: "\e935";
}
.eicon-text-align-center:before {
  content: "\e936";
}
.eicon-tags:before {
  content: "\e937";
}
.eicon-text-align-left:before {
  content: "\e938";
}
.eicon-text-align-right:before {
  content: "\e939";
}
.eicon-close-circle:before {
  content: "\e93a";
}
.eicon-trash-o:before {
  content: "\e93b";
}
.eicon-font-awesome:before {
  content: "\e93c";
}
.eicon-user-circle-o:before {
  content: "\e93d";
}
.eicon-video-camera:before {
  content: "\e93e";
}
.eicon-heart:before {
  content: "\e93f";
}
.eicon-wrench:before {
  content: "\e940";
}
.eicon-help:before {
  content: "\e941";
}
.eicon-help-o:before {
  content: "\e942";
}
.eicon-zoom-out-bold:before {
  content: "\e943";
}
.eicon-plus-square-o:before {
  content: "\e944";
}
.eicon-minus-square-o:before {
  content: "\e945";
}
.eicon-minus-circle:before {
  content: "\e946";
}
.eicon-minus-circle-o:before {
  content: "\e947";
}
.eicon-code-bold:before {
  content: "\e948";
}
.eicon-cloud-upload:before {
  content: "\e949";
}
.eicon-search-bold:before {
  content: "\e94a";
}
.eicon-map-pin:before {
  content: "\e94b";
}
.eicon-meetup:before {
  content: "\e94c";
}
.eicon-slideshow:before {
  content: "\e94d";
}
.eicon-t-letter-bold:before {
  content: "\e94e";
}
.eicon-preferences:before {
  content: "\e94f";
}
.eicon-table-of-contents:before {
  content: "\e950";
}
.eicon-tv:before {
  content: "\e951";
}
.eicon-upload:before {
  content: "\e952";
}
.eicon-instagram-comments:before {
  content: "\e953";
}
.eicon-instagram-nested-gallery:before {
  content: "\e954";
}
.eicon-instagram-post:before {
  content: "\e955";
}
.eicon-instagram-video:before {
  content: "\e956";
}
.eicon-instagram-gallery:before {
  content: "\e957";
}
.eicon-instagram-likes:before {
  content: "\e958";
}
.eicon-facebook:before {
  content: "\e959";
}
.eicon-twitter:before {
  content: "\e95a";
}
.eicon-pinterest:before {
  content: "\e95b";
}
.eicon-frame-expand:before {
  content: "\e95c";
}
.eicon-frame-minimize:before {
  content: "\e95d";
}
.eicon-archive:before {
  content: "\e95e";
}
.eicon-colors-typography:before {
  content: "\e95f";
}
.eicon-custom:before {
  content: "\e960";
}
.eicon-footer:before {
  content: "\e961";
}
.eicon-header:before {
  content: "\e962";
}
.eicon-layout-settings:before {
  content: "\e963";
}
.eicon-lightbox-expand:before {
  content: "\e964";
}
.eicon-error-404:before {
  content: "\e965";
}
.eicon-theme-style:before {
  content: "\e966";
}
.eicon-search-results:before {
  content: "\e967";
}
.eicon-single-post:before {
  content: "\e968";
}
.eicon-site-identity:before {
  content: "\e969";
}
.eicon-theme-builder:before {
  content: "\e96a";
}
.eicon-download-bold:before {
  content: "\e96b";
}
.eicon-share-arrow:before {
  content: "\e96c";
}
.eicon-global-settings:before {
  content: "\e96d";
}
.eicon-user-preferences:before {
  content: "\e96e";
}
.eicon-lock:before {
  content: "\e96f";
}
.eicon-export-kit:before {
  content: "\e970";
}
.eicon-import-kit:before {
  content: "\e971";
}
.eicon-lottie:before {
  content: "\e972";
}
.eicon-products-archive:before {
  content: "\e973";
}
.eicon-single-product:before {
  content: "\e974";
}
.eicon-disable-trash-o:before {
  content: "\e975";
}
.eicon-single-page:before {
  content: "\e976";
}
.eicon-wordpress-light:before {
  content: "\e977";
}
.eicon-cogs-check:before {
  content: "\e978";
}
.eicon-custom-css:before {
  content: "\e979";
}
.eicon-global-colors:before {
  content: "\e97a";
}
.eicon-globe:before {
  content: "\e97b";
}
.eicon-typography-1:before {
  content: "\e97c";
}
.eicon-background:before {
  content: "\e97d";
}
.eicon-device-responsive:before {
  content: "\e97e";
}
.eicon-device-wide:before {
  content: "\e97f";
}
.eicon-code-highlight:before {
  content: "\e980";
}
.eicon-video-playlist:before {
  content: "\e981";
}
.eicon-download-kit:before {
  content: "\e982";
}
.eicon-kit-details:before {
  content: "\e983";
}
.eicon-kit-parts:before {
  content: "\e984";
}
.eicon-kit-upload:before {
  content: "\e985";
}
.eicon-kit-plugins:before {
  content: "\e986";
}
.eicon-kit-upload-alt:before {
  content: "\e987";
}
.eicon-hotspot:before {
  content: "\e988";
}
.eicon-paypal-button:before {
  content: "\e989";
}
.eicon-shape:before {
  content: "\e98a";
}
.eicon-wordart:before {
  content: "\e98b";
}
.eicon-checkout:before {
  content: "\e98c";
}
.eicon-container:before {
  content: "\e98d";
}
.eicon-flip:before {
  content: "\e98e";
}
.eicon-info:before {
  content: "\e98f";
}
.eicon-my-account:before {
  content: "\e990";
}
.eicon-purchase-summary:before {
  content: "\e991";
}
.eicon-page-transition:before {
  content: "\e992";
}
.eicon-spotify:before {
  content: "\e993";
}
.eicon-stripe-button:before {
  content: "\e994";
}
.eicon-woo-settings:before {
  content: "\e995";
}
.eicon-woo-cart:before {
  content: "\e996";
}
.eicon-grow:before {
  content: "\e997";
}
.eicon-order-end:before {
  content: "\e998";
}
.eicon-nowrap:before {
  content: "\e999";
}
.eicon-order-start:before {
  content: "\e99a";
}
.eicon-progress-tracker:before {
  content: "\e99b";
}
.eicon-shrink:before {
  content: "\e99c";
}
.eicon-wrap:before {
  content: "\e99d";
}
.eicon-align-center-h:before {
  content: "\e99e";
}
.eicon-align-center-v:before {
  content: "\e99f";
}
.eicon-align-end-h:before {
  content: "\e9a0";
}
.eicon-align-end-v:before {
  content: "\e9a1";
}
.eicon-align-start-h:before {
  content: "\e9a2";
}
.eicon-align-start-v:before {
  content: "\e9a3";
}
.eicon-align-stretch-h:before {
  content: "\e9a4";
}
.eicon-align-stretch-v:before {
  content: "\e9a5";
}
.eicon-justify-center-h:before {
  content: "\e9a6";
}
.eicon-justify-center-v:before {
  content: "\e9a7";
}
.eicon-justify-end-h:before {
  content: "\e9a8";
}
.eicon-justify-end-v:before {
  content: "\e9a9";
}
.eicon-justify-space-around-h:before {
  content: "\e9aa";
}
.eicon-justify-space-around-v:before {
  content: "\e9ab";
}
.eicon-justify-space-between-h:before {
  content: "\e9ac";
}
.eicon-justify-space-between-v:before {
  content: "\e9ad";
}
.eicon-justify-space-evenly-h:before {
  content: "\e9ae";
}
.eicon-justify-space-evenly-v:before {
  content: "\e9af";
}
.eicon-justify-start-h:before {
  content: "\e9b0";
}
.eicon-justify-start-v:before {
  content: "\e9b1";
}
.eicon-woocommerce-cross-sells:before {
  content: "\e9b2";
}
.eicon-woocommerce-notices:before {
  content: "\e9b3";
}
.eicon-inner-container:before {
  content: "\e9b4";
}
.eicon-warning-full:before {
  content: "\e9b5";
}
.eicon-exit:before {
  content: "\e9b6";
}
.eicon-loop-builder:before {
  content: "\e9b7";
}
.eicon-notes:before {
  content: "\e9b8";
}
.eicon-read:before {
  content: "\e9b9";
}
.eicon-unread:before {
  content: "\e9ba";
}
.eicon-carousel-loop:before {
  content: "\e9bb";
}
.eicon-eye:before {
  content: "\e8ac";
}
.eicon-elementor-square:before {
  content: "\e813";
} 
.fa,
.fab,
.fad,
.fal,
.far,
.fas {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
}
.fa-lg {
  font-size: 1.33333em;
  line-height: 0.75em;
  vertical-align: -0.0667em;
}
.fa-xs {
  font-size: 0.75em;
}
.fa-sm {
  font-size: 0.875em;
}
.fa-1x {
  font-size: 1em;
}
.fa-2x {
  font-size: 2em;
}
.fa-3x {
  font-size: 3em;
}
.fa-4x {
  font-size: 4em;
}
.fa-5x {
  font-size: 5em;
}
.fa-6x {
  font-size: 6em;
}
.fa-7x {
  font-size: 7em;
}
.fa-8x {
  font-size: 8em;
}
.fa-9x {
  font-size: 9em;
}
.fa-10x {
  font-size: 10em;
}
.fa-fw {
  text-align: center;
  width: 1.25em;
}
.fa-ul {
  list-style-type: none;
  margin-left: 2.5em;
  padding-left: 0;
}
.fa-ul > li {
  position: relative;
}
.fa-li {
  left: -2em;
  position: absolute;
  text-align: center;
  width: 2em;
  line-height: inherit;
}
.fa-border {
  border: 0.08em solid #eee;
  border-radius: 0.1em;
  padding: 0.2em 0.25em 0.15em;
}
.fa-pull-left {
  float: left;
}
.fa-pull-right {
  float: right;
}
.fa.fa-pull-left,
.fab.fa-pull-left,
.fal.fa-pull-left,
.far.fa-pull-left,
.fas.fa-pull-left {
  margin-right: 0.3em;
}
.fa.fa-pull-right,
.fab.fa-pull-right,
.fal.fa-pull-right,
.far.fa-pull-right,
.fas.fa-pull-right {
  margin-left: 0.3em;
}
.fa-spin {
  -webkit-animation: fa-spin 2s linear infinite;
  animation: fa-spin 2s linear infinite;
}
.fa-pulse {
  -webkit-animation: fa-spin 1s steps(8) infinite;
  animation: fa-spin 1s steps(8) infinite;
}
@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(1turn);
    transform: rotate(1turn);
  }
}
@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(1turn);
    transform: rotate(1turn);
  }
}
.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}
.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  -webkit-transform: rotate(270deg);
  transform: rotate(270deg);
}
.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
}
.fa-flip-vertical {
  -webkit-transform: scaleY(-1);
  transform: scaleY(-1);
}
.fa-flip-both,
.fa-flip-horizontal.fa-flip-vertical,
.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
}
.fa-flip-both,
.fa-flip-horizontal.fa-flip-vertical {
  -webkit-transform: scale(-1);
  transform: scale(-1);
}
:root .fa-flip-both,
:root .fa-flip-horizontal,
:root .fa-flip-vertical,
:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270 {
  -webkit-filter: none;
  filter: none;
}
.fa-stack {
  display: inline-block;
  height: 2em;
  line-height: 2em;
  position: relative;
  vertical-align: middle;
  width: 2.5em;
}
.fa-stack-1x,
.fa-stack-2x {
  left: 0;
  position: absolute;
  text-align: center;
  width: 100%;
}
.fa-stack-1x {
  line-height: inherit;
}
.fa-stack-2x {
  font-size: 2em;
}
.fa-inverse {
  color: #fff;
}
.fa-500px:before {
  content: "\f26e";
}
.fa-accessible-icon:before {
  content: "\f368";
}
.fa-accusoft:before {
  content: "\f369";
}
.fa-acquisitions-incorporated:before {
  content: "\f6af";
}
.fa-ad:before {
  content: "\f641";
}
.fa-address-book:before {
  content: "\f2b9";
}
.fa-address-card:before {
  content: "\f2bb";
}
.fa-adjust:before {
  content: "\f042";
}
.fa-adn:before {
  content: "\f170";
}
.fa-adversal:before {
  content: "\f36a";
}
.fa-affiliatetheme:before {
  content: "\f36b";
}
.fa-air-freshener:before {
  content: "\f5d0";
}
.fa-airbnb:before {
  content: "\f834";
}
.fa-algolia:before {
  content: "\f36c";
}
.fa-align-center:before {
  content: "\f037";
}
.fa-align-justify:before {
  content: "\f039";
}
.fa-align-left:before {
  content: "\f036";
}
.fa-align-right:before {
  content: "\f038";
}
.fa-alipay:before {
  content: "\f642";
}
.fa-allergies:before {
  content: "\f461";
}
.fa-amazon:before {
  content: "\f270";
}
.fa-amazon-pay:before {
  content: "\f42c";
}
.fa-ambulance:before {
  content: "\f0f9";
}
.fa-american-sign-language-interpreting:before {
  content: "\f2a3";
}
.fa-amilia:before {
  content: "\f36d";
}
.fa-anchor:before {
  content: "\f13d";
}
.fa-android:before {
  content: "\f17b";
}
.fa-angellist:before {
  content: "\f209";
}
.fa-angle-double-down:before {
  content: "\f103";
}
.fa-angle-double-left:before {
  content: "\f100";
}
.fa-angle-double-right:before {
  content: "\f101";
}
.fa-angle-double-up:before {
  content: "\f102";
}
.fa-angle-down:before {
  content: "\f107";
}
.fa-angle-left:before {
  content: "\f104";
}
.fa-angle-right:before {
  content: "\f105";
}
.fa-angle-up:before {
  content: "\f106";
}
.fa-angry:before {
  content: "\f556";
}
.fa-angrycreative:before {
  content: "\f36e";
}
.fa-angular:before {
  content: "\f420";
}
.fa-ankh:before {
  content: "\f644";
}
.fa-app-store:before {
  content: "\f36f";
}
.fa-app-store-ios:before {
  content: "\f370";
}
.fa-apper:before {
  content: "\f371";
}
.fa-apple:before {
  content: "\f179";
}
.fa-apple-alt:before {
  content: "\f5d1";
}
.fa-apple-pay:before {
  content: "\f415";
}
.fa-archive:before {
  content: "\f187";
}
.fa-archway:before {
  content: "\f557";
}
.fa-arrow-alt-circle-down:before {
  content: "\f358";
}
.fa-arrow-alt-circle-left:before {
  content: "\f359";
}
.fa-arrow-alt-circle-right:before {
  content: "\f35a";
}
.fa-arrow-alt-circle-up:before {
  content: "\f35b";
}
.fa-arrow-circle-down:before {
  content: "\f0ab";
}
.fa-arrow-circle-left:before {
  content: "\f0a8";
}
.fa-arrow-circle-right:before {
  content: "\f0a9";
}
.fa-arrow-circle-up:before {
  content: "\f0aa";
}
.fa-arrow-down:before {
  content: "\f063";
}
.fa-arrow-left:before {
  content: "\f060";
}
.fa-arrow-right:before {
  content: "\f061";
}
.fa-arrow-up:before {
  content: "\f062";
}
.fa-arrows-alt:before {
  content: "\f0b2";
}
.fa-arrows-alt-h:before {
  content: "\f337";
}
.fa-arrows-alt-v:before {
  content: "\f338";
}
.fa-artstation:before {
  content: "\f77a";
}
.fa-assistive-listening-systems:before {
  content: "\f2a2";
}
.fa-asterisk:before {
  content: "\f069";
}
.fa-asymmetrik:before {
  content: "\f372";
}
.fa-at:before {
  content: "\f1fa";
}
.fa-atlas:before {
  content: "\f558";
}
.fa-atlassian:before {
  content: "\f77b";
}
.fa-atom:before {
  content: "\f5d2";
}
.fa-audible:before {
  content: "\f373";
}
.fa-audio-description:before {
  content: "\f29e";
}
.fa-autoprefixer:before {
  content: "\f41c";
}
.fa-avianex:before {
  content: "\f374";
}
.fa-aviato:before {
  content: "\f421";
}
.fa-award:before {
  content: "\f559";
}
.fa-aws:before {
  content: "\f375";
}
.fa-baby:before {
  content: "\f77c";
}
.fa-baby-carriage:before {
  content: "\f77d";
}
.fa-backspace:before {
  content: "\f55a";
}
.fa-backward:before {
  content: "\f04a";
}
.fa-bacon:before {
  content: "\f7e5";
}
.fa-bacteria:before {
  content: "\e059";
}
.fa-bacterium:before {
  content: "\e05a";
}
.fa-bahai:before {
  content: "\f666";
}
.fa-balance-scale:before {
  content: "\f24e";
}
.fa-balance-scale-left:before {
  content: "\f515";
}
.fa-balance-scale-right:before {
  content: "\f516";
}
.fa-ban:before {
  content: "\f05e";
}
.fa-band-aid:before {
  content: "\f462";
}
.fa-bandcamp:before {
  content: "\f2d5";
}
.fa-barcode:before {
  content: "\f02a";
}
.fa-bars:before {
  content: "\f0c9";
}
.fa-baseball-ball:before {
  content: "\f433";
}
.fa-basketball-ball:before {
  content: "\f434";
}
.fa-bath:before {
  content: "\f2cd";
}
.fa-battery-empty:before {
  content: "\f244";
}
.fa-battery-full:before {
  content: "\f240";
}
.fa-battery-half:before {
  content: "\f242";
}
.fa-battery-quarter:before {
  content: "\f243";
}
.fa-battery-three-quarters:before {
  content: "\f241";
}
.fa-battle-net:before {
  content: "\f835";
}
.fa-bed:before {
  content: "\f236";
}
.fa-beer:before {
  content: "\f0fc";
}
.fa-behance:before {
  content: "\f1b4";
}
.fa-behance-square:before {
  content: "\f1b5";
}
.fa-bell:before {
  content: "\f0f3";
}
.fa-bell-slash:before {
  content: "\f1f6";
}
.fa-bezier-curve:before {
  content: "\f55b";
}
.fa-bible:before {
  content: "\f647";
}
.fa-bicycle:before {
  content: "\f206";
}
.fa-biking:before {
  content: "\f84a";
}
.fa-bimobject:before {
  content: "\f378";
}
.fa-binoculars:before {
  content: "\f1e5";
}
.fa-biohazard:before {
  content: "\f780";
}
.fa-birthday-cake:before {
  content: "\f1fd";
}
.fa-bitbucket:before {
  content: "\f171";
}
.fa-bitcoin:before {
  content: "\f379";
}
.fa-bity:before {
  content: "\f37a";
}
.fa-black-tie:before {
  content: "\f27e";
}
.fa-blackberry:before {
  content: "\f37b";
}
.fa-blender:before {
  content: "\f517";
}
.fa-blender-phone:before {
  content: "\f6b6";
}
.fa-blind:before {
  content: "\f29d";
}
.fa-blog:before {
  content: "\f781";
}
.fa-blogger:before {
  content: "\f37c";
}
.fa-blogger-b:before {
  content: "\f37d";
}
.fa-bluetooth:before {
  content: "\f293";
}
.fa-bluetooth-b:before {
  content: "\f294";
}
.fa-bold:before {
  content: "\f032";
}
.fa-bolt:before {
  content: "\f0e7";
}
.fa-bomb:before {
  content: "\f1e2";
}
.fa-bone:before {
  content: "\f5d7";
}
.fa-bong:before {
  content: "\f55c";
}
.fa-book:before {
  content: "\f02d";
}
.fa-book-dead:before {
  content: "\f6b7";
}
.fa-book-medical:before {
  content: "\f7e6";
}
.fa-book-open:before {
  content: "\f518";
}
.fa-book-reader:before {
  content: "\f5da";
}
.fa-bookmark:before {
  content: "\f02e";
}
.fa-bootstrap:before {
  content: "\f836";
}
.fa-border-all:before {
  content: "\f84c";
}
.fa-border-none:before {
  content: "\f850";
}
.fa-border-style:before {
  content: "\f853";
}
.fa-bowling-ball:before {
  content: "\f436";
}
.fa-box:before {
  content: "\f466";
}
.fa-box-open:before {
  content: "\f49e";
}
.fa-box-tissue:before {
  content: "\e05b";
}
.fa-boxes:before {
  content: "\f468";
}
.fa-braille:before {
  content: "\f2a1";
}
.fa-brain:before {
  content: "\f5dc";
}
.fa-bread-slice:before {
  content: "\f7ec";
}
.fa-briefcase:before {
  content: "\f0b1";
}
.fa-briefcase-medical:before {
  content: "\f469";
}
.fa-broadcast-tower:before {
  content: "\f519";
}
.fa-broom:before {
  content: "\f51a";
}
.fa-brush:before {
  content: "\f55d";
}
.fa-btc:before {
  content: "\f15a";
}
.fa-buffer:before {
  content: "\f837";
}
.fa-bug:before {
  content: "\f188";
}
.fa-building:before {
  content: "\f1ad";
}
.fa-bullhorn:before {
  content: "\f0a1";
}
.fa-bullseye:before {
  content: "\f140";
}
.fa-burn:before {
  content: "\f46a";
}
.fa-buromobelexperte:before {
  content: "\f37f";
}
.fa-bus:before {
  content: "\f207";
}
.fa-bus-alt:before {
  content: "\f55e";
}
.fa-business-time:before {
  content: "\f64a";
}
.fa-buy-n-large:before {
  content: "\f8a6";
}
.fa-buysellads:before {
  content: "\f20d";
}
.fa-calculator:before {
  content: "\f1ec";
}
.fa-calendar:before {
  content: "\f133";
}
.fa-calendar-alt:before {
  content: "\f073";
}
.fa-calendar-check:before {
  content: "\f274";
}
.fa-calendar-day:before {
  content: "\f783";
}
.fa-calendar-minus:before {
  content: "\f272";
}
.fa-calendar-plus:before {
  content: "\f271";
}
.fa-calendar-times:before {
  content: "\f273";
}
.fa-calendar-week:before {
  content: "\f784";
}
.fa-camera:before {
  content: "\f030";
}
.fa-camera-retro:before {
  content: "\f083";
}
.fa-campground:before {
  content: "\f6bb";
}
.fa-canadian-maple-leaf:before {
  content: "\f785";
}
.fa-candy-cane:before {
  content: "\f786";
}
.fa-cannabis:before {
  content: "\f55f";
}
.fa-capsules:before {
  content: "\f46b";
}
.fa-car:before {
  content: "\f1b9";
}
.fa-car-alt:before {
  content: "\f5de";
}
.fa-car-battery:before {
  content: "\f5df";
}
.fa-car-crash:before {
  content: "\f5e1";
}
.fa-car-side:before {
  content: "\f5e4";
}
.fa-caravan:before {
  content: "\f8ff";
}
.fa-caret-down:before {
  content: "\f0d7";
}
.fa-caret-left:before {
  content: "\f0d9";
}
.fa-caret-right:before {
  content: "\f0da";
}
.fa-caret-square-down:before {
  content: "\f150";
}
.fa-caret-square-left:before {
  content: "\f191";
}
.fa-caret-square-right:before {
  content: "\f152";
}
.fa-caret-square-up:before {
  content: "\f151";
}
.fa-caret-up:before {
  content: "\f0d8";
}
.fa-carrot:before {
  content: "\f787";
}
.fa-cart-arrow-down:before {
  content: "\f218";
}
.fa-cart-plus:before {
  content: "\f217";
}
.fa-cash-register:before {
  content: "\f788";
}
.fa-cat:before {
  content: "\f6be";
}
.fa-cc-amazon-pay:before {
  content: "\f42d";
}
.fa-cc-amex:before {
  content: "\f1f3";
}
.fa-cc-apple-pay:before {
  content: "\f416";
}
.fa-cc-diners-club:before {
  content: "\f24c";
}
.fa-cc-discover:before {
  content: "\f1f2";
}
.fa-cc-jcb:before {
  content: "\f24b";
}
.fa-cc-mastercard:before {
  content: "\f1f1";
}
.fa-cc-paypal:before {
  content: "\f1f4";
}
.fa-cc-stripe:before {
  content: "\f1f5";
}
.fa-cc-visa:before {
  content: "\f1f0";
}
.fa-centercode:before {
  content: "\f380";
}
.fa-centos:before {
  content: "\f789";
}
.fa-certificate:before {
  content: "\f0a3";
}
.fa-chair:before {
  content: "\f6c0";
}
.fa-chalkboard:before {
  content: "\f51b";
}
.fa-chalkboard-teacher:before {
  content: "\f51c";
}
.fa-charging-station:before {
  content: "\f5e7";
}
.fa-chart-area:before {
  content: "\f1fe";
}
.fa-chart-bar:before {
  content: "\f080";
}
.fa-chart-line:before {
  content: "\f201";
}
.fa-chart-pie:before {
  content: "\f200";
}
.fa-check:before {
  content: "\f00c";
}
.fa-check-circle:before {
  content: "\f058";
}
.fa-check-double:before {
  content: "\f560";
}
.fa-check-square:before {
  content: "\f14a";
}
.fa-cheese:before {
  content: "\f7ef";
}
.fa-chess:before {
  content: "\f439";
}
.fa-chess-bishop:before {
  content: "\f43a";
}
.fa-chess-board:before {
  content: "\f43c";
}
.fa-chess-king:before {
  content: "\f43f";
}
.fa-chess-knight:before {
  content: "\f441";
}
.fa-chess-pawn:before {
  content: "\f443";
}
.fa-chess-queen:before {
  content: "\f445";
}
.fa-chess-rook:before {
  content: "\f447";
}
.fa-chevron-circle-down:before {
  content: "\f13a";
}
.fa-chevron-circle-left:before {
  content: "\f137";
}
.fa-chevron-circle-right:before {
  content: "\f138";
}
.fa-chevron-circle-up:before {
  content: "\f139";
}
.fa-chevron-down:before {
  content: "\f078";
}
.fa-chevron-left:before {
  content: "\f053";
}
.fa-chevron-right:before {
  content: "\f054";
}
.fa-chevron-up:before {
  content: "\f077";
}
.fa-child:before {
  content: "\f1ae";
}
.fa-chrome:before {
  content: "\f268";
}
.fa-chromecast:before {
  content: "\f838";
}
.fa-church:before {
  content: "\f51d";
}
.fa-circle:before {
  content: "\f111";
}
.fa-circle-notch:before {
  content: "\f1ce";
}
.fa-city:before {
  content: "\f64f";
}
.fa-clinic-medical:before {
  content: "\f7f2";
}
.fa-clipboard:before {
  content: "\f328";
}
.fa-clipboard-check:before {
  content: "\f46c";
}
.fa-clipboard-list:before {
  content: "\f46d";
}
.fa-clock:before {
  content: "\f017";
}
.fa-clone:before {
  content: "\f24d";
}
.fa-closed-captioning:before {
  content: "\f20a";
}
.fa-cloud:before {
  content: "\f0c2";
}
.fa-cloud-download-alt:before {
  content: "\f381";
}
.fa-cloud-meatball:before {
  content: "\f73b";
}
.fa-cloud-moon:before {
  content: "\f6c3";
}
.fa-cloud-moon-rain:before {
  content: "\f73c";
}
.fa-cloud-rain:before {
  content: "\f73d";
}
.fa-cloud-showers-heavy:before {
  content: "\f740";
}
.fa-cloud-sun:before {
  content: "\f6c4";
}
.fa-cloud-sun-rain:before {
  content: "\f743";
}
.fa-cloud-upload-alt:before {
  content: "\f382";
}
.fa-cloudflare:before {
  content: "\e07d";
}
.fa-cloudscale:before {
  content: "\f383";
}
.fa-cloudsmith:before {
  content: "\f384";
}
.fa-cloudversify:before {
  content: "\f385";
}
.fa-cocktail:before {
  content: "\f561";
}
.fa-code:before {
  content: "\f121";
}
.fa-code-branch:before {
  content: "\f126";
}
.fa-codepen:before {
  content: "\f1cb";
}
.fa-codiepie:before {
  content: "\f284";
}
.fa-coffee:before {
  content: "\f0f4";
}
.fa-cog:before {
  content: "\f013";
}
.fa-cogs:before {
  content: "\f085";
}
.fa-coins:before {
  content: "\f51e";
}
.fa-columns:before {
  content: "\f0db";
}
.fa-comment:before {
  content: "\f075";
}
.fa-comment-alt:before {
  content: "\f27a";
}
.fa-comment-dollar:before {
  content: "\f651";
}
.fa-comment-dots:before {
  content: "\f4ad";
}
.fa-comment-medical:before {
  content: "\f7f5";
}
.fa-comment-slash:before {
  content: "\f4b3";
}
.fa-comments:before {
  content: "\f086";
}
.fa-comments-dollar:before {
  content: "\f653";
}
.fa-compact-disc:before {
  content: "\f51f";
}
.fa-compass:before {
  content: "\f14e";
}
.fa-compress:before {
  content: "\f066";
}
.fa-compress-alt:before {
  content: "\f422";
}
.fa-compress-arrows-alt:before {
  content: "\f78c";
}
.fa-concierge-bell:before {
  content: "\f562";
}
.fa-confluence:before {
  content: "\f78d";
}
.fa-connectdevelop:before {
  content: "\f20e";
}
.fa-contao:before {
  content: "\f26d";
}
.fa-cookie:before {
  content: "\f563";
}
.fa-cookie-bite:before {
  content: "\f564";
}
.fa-copy:before {
  content: "\f0c5";
}
.fa-copyright:before {
  content: "\f1f9";
}
.fa-cotton-bureau:before {
  content: "\f89e";
}
.fa-couch:before {
  content: "\f4b8";
}
.fa-cpanel:before {
  content: "\f388";
}
.fa-creative-commons:before {
  content: "\f25e";
}
.fa-creative-commons-by:before {
  content: "\f4e7";
}
.fa-creative-commons-nc:before {
  content: "\f4e8";
}
.fa-creative-commons-nc-eu:before {
  content: "\f4e9";
}
.fa-creative-commons-nc-jp:before {
  content: "\f4ea";
}
.fa-creative-commons-nd:before {
  content: "\f4eb";
}
.fa-creative-commons-pd:before {
  content: "\f4ec";
}
.fa-creative-commons-pd-alt:before {
  content: "\f4ed";
}
.fa-creative-commons-remix:before {
  content: "\f4ee";
}
.fa-creative-commons-sa:before {
  content: "\f4ef";
}
.fa-creative-commons-sampling:before {
  content: "\f4f0";
}
.fa-creative-commons-sampling-plus:before {
  content: "\f4f1";
}
.fa-creative-commons-share:before {
  content: "\f4f2";
}
.fa-creative-commons-zero:before {
  content: "\f4f3";
}
.fa-credit-card:before {
  content: "\f09d";
}
.fa-critical-role:before {
  content: "\f6c9";
}
.fa-crop:before {
  content: "\f125";
}
.fa-crop-alt:before {
  content: "\f565";
}
.fa-cross:before {
  content: "\f654";
}
.fa-crosshairs:before {
  content: "\f05b";
}
.fa-crow:before {
  content: "\f520";
}
.fa-crown:before {
  content: "\f521";
}
.fa-crutch:before {
  content: "\f7f7";
}
.fa-css3:before {
  content: "\f13c";
}
.fa-css3-alt:before {
  content: "\f38b";
}
.fa-cube:before {
  content: "\f1b2";
}
.fa-cubes:before {
  content: "\f1b3";
}
.fa-cut:before {
  content: "\f0c4";
}
.fa-cuttlefish:before {
  content: "\f38c";
}
.fa-d-and-d:before {
  content: "\f38d";
}
.fa-d-and-d-beyond:before {
  content: "\f6ca";
}
.fa-dailymotion:before {
  content: "\e052";
}
.fa-dashcube:before {
  content: "\f210";
}
.fa-database:before {
  content: "\f1c0";
}
.fa-deaf:before {
  content: "\f2a4";
}
.fa-deezer:before {
  content: "\e077";
}
.fa-delicious:before {
  content: "\f1a5";
}
.fa-democrat:before {
  content: "\f747";
}
.fa-deploydog:before {
  content: "\f38e";
}
.fa-deskpro:before {
  content: "\f38f";
}
.fa-desktop:before {
  content: "\f108";
}
.fa-dev:before {
  content: "\f6cc";
}
.fa-deviantart:before {
  content: "\f1bd";
}
.fa-dharmachakra:before {
  content: "\f655";
}
.fa-dhl:before {
  content: "\f790";
}
.fa-diagnoses:before {
  content: "\f470";
}
.fa-diaspora:before {
  content: "\f791";
}
.fa-dice:before {
  content: "\f522";
}
.fa-dice-d20:before {
  content: "\f6cf";
}
.fa-dice-d6:before {
  content: "\f6d1";
}
.fa-dice-five:before {
  content: "\f523";
}
.fa-dice-four:before {
  content: "\f524";
}
.fa-dice-one:before {
  content: "\f525";
}
.fa-dice-six:before {
  content: "\f526";
}
.fa-dice-three:before {
  content: "\f527";
}
.fa-dice-two:before {
  content: "\f528";
}
.fa-digg:before {
  content: "\f1a6";
}
.fa-digital-ocean:before {
  content: "\f391";
}
.fa-digital-tachograph:before {
  content: "\f566";
}
.fa-directions:before {
  content: "\f5eb";
}
.fa-discord:before {
  content: "\f392";
}
.fa-discourse:before {
  content: "\f393";
}
.fa-disease:before {
  content: "\f7fa";
}
.fa-divide:before {
  content: "\f529";
}
.fa-dizzy:before {
  content: "\f567";
}
.fa-dna:before {
  content: "\f471";
}
.fa-dochub:before {
  content: "\f394";
}
.fa-docker:before {
  content: "\f395";
}
.fa-dog:before {
  content: "\f6d3";
}
.fa-dollar-sign:before {
  content: "\f155";
}
.fa-dolly:before {
  content: "\f472";
}
.fa-dolly-flatbed:before {
  content: "\f474";
}
.fa-donate:before {
  content: "\f4b9";
}
.fa-door-closed:before {
  content: "\f52a";
}
.fa-door-open:before {
  content: "\f52b";
}
.fa-dot-circle:before {
  content: "\f192";
}
.fa-dove:before {
  content: "\f4ba";
}
.fa-download:before {
  content: "\f019";
}
.fa-draft2digital:before {
  content: "\f396";
}
.fa-drafting-compass:before {
  content: "\f568";
}
.fa-dragon:before {
  content: "\f6d5";
}
.fa-draw-polygon:before {
  content: "\f5ee";
}
.fa-dribbble:before {
  content: "\f17d";
}
.fa-dribbble-square:before {
  content: "\f397";
}
.fa-dropbox:before {
  content: "\f16b";
}
.fa-drum:before {
  content: "\f569";
}
.fa-drum-steelpan:before {
  content: "\f56a";
}
.fa-drumstick-bite:before {
  content: "\f6d7";
}
.fa-drupal:before {
  content: "\f1a9";
}
.fa-dumbbell:before {
  content: "\f44b";
}
.fa-dumpster:before {
  content: "\f793";
}
.fa-dumpster-fire:before {
  content: "\f794";
}
.fa-dungeon:before {
  content: "\f6d9";
}
.fa-dyalog:before {
  content: "\f399";
}
.fa-earlybirds:before {
  content: "\f39a";
}
.fa-ebay:before {
  content: "\f4f4";
}
.fa-edge:before {
  content: "\f282";
}
.fa-edge-legacy:before {
  content: "\e078";
}
.fa-edit:before {
  content: "\f044";
}
.fa-egg:before {
  content: "\f7fb";
}
.fa-eject:before {
  content: "\f052";
}
.fa-elementor:before {
  content: "\f430";
}
.fa-ellipsis-h:before {
  content: "\f141";
}
.fa-ellipsis-v:before {
  content: "\f142";
}
.fa-ello:before {
  content: "\f5f1";
}
.fa-ember:before {
  content: "\f423";
}
.fa-empire:before {
  content: "\f1d1";
}
.fa-envelope:before {
  content: "\f0e0";
}
.fa-envelope-open:before {
  content: "\f2b6";
}
.fa-envelope-open-text:before {
  content: "\f658";
}
.fa-envelope-square:before {
  content: "\f199";
}
.fa-envira:before {
  content: "\f299";
}
.fa-equals:before {
  content: "\f52c";
}
.fa-eraser:before {
  content: "\f12d";
}
.fa-erlang:before {
  content: "\f39d";
}
.fa-ethereum:before {
  content: "\f42e";
}
.fa-ethernet:before {
  content: "\f796";
}
.fa-etsy:before {
  content: "\f2d7";
}
.fa-euro-sign:before {
  content: "\f153";
}
.fa-evernote:before {
  content: "\f839";
}
.fa-exchange-alt:before {
  content: "\f362";
}
.fa-exclamation:before {
  content: "\f12a";
}
.fa-exclamation-circle:before {
  content: "\f06a";
}
.fa-exclamation-triangle:before {
  content: "\f071";
}
.fa-expand:before {
  content: "\f065";
}
.fa-expand-alt:before {
  content: "\f424";
}
.fa-expand-arrows-alt:before {
  content: "\f31e";
}
.fa-expeditedssl:before {
  content: "\f23e";
}
.fa-external-link-alt:before {
  content: "\f35d";
}
.fa-external-link-square-alt:before {
  content: "\f360";
}
.fa-eye:before {
  content: "\f06e";
}
.fa-eye-dropper:before {
  content: "\f1fb";
}
.fa-eye-slash:before {
  content: "\f070";
}
.fa-facebook:before {
  content: "\f09a";
}
.fa-facebook-f:before {
  content: "\f39e";
}
.fa-facebook-messenger:before {
  content: "\f39f";
}
.fa-facebook-square:before {
  content: "\f082";
}
.fa-fan:before {
  content: "\f863";
}
.fa-fantasy-flight-games:before {
  content: "\f6dc";
}
.fa-fast-backward:before {
  content: "\f049";
}
.fa-fast-forward:before {
  content: "\f050";
}
.fa-faucet:before {
  content: "\e005";
}
.fa-fax:before {
  content: "\f1ac";
}
.fa-feather:before {
  content: "\f52d";
}
.fa-feather-alt:before {
  content: "\f56b";
}
.fa-fedex:before {
  content: "\f797";
}
.fa-fedora:before {
  content: "\f798";
}
.fa-female:before {
  content: "\f182";
}
.fa-fighter-jet:before {
  content: "\f0fb";
}
.fa-figma:before {
  content: "\f799";
}
.fa-file:before {
  content: "\f15b";
}
.fa-file-alt:before {
  content: "\f15c";
}
.fa-file-archive:before {
  content: "\f1c6";
}
.fa-file-audio:before {
  content: "\f1c7";
}
.fa-file-code:before {
  content: "\f1c9";
}
.fa-file-contract:before {
  content: "\f56c";
}
.fa-file-csv:before {
  content: "\f6dd";
}
.fa-file-download:before {
  content: "\f56d";
}
.fa-file-excel:before {
  content: "\f1c3";
}
.fa-file-export:before {
  content: "\f56e";
}
.fa-file-image:before {
  content: "\f1c5";
}
.fa-file-import:before {
  content: "\f56f";
}
.fa-file-invoice:before {
  content: "\f570";
}
.fa-file-invoice-dollar:before {
  content: "\f571";
}
.fa-file-medical:before {
  content: "\f477";
}
.fa-file-medical-alt:before {
  content: "\f478";
}
.fa-file-pdf:before {
  content: "\f1c1";
}
.fa-file-powerpoint:before {
  content: "\f1c4";
}
.fa-file-prescription:before {
  content: "\f572";
}
.fa-file-signature:before {
  content: "\f573";
}
.fa-file-upload:before {
  content: "\f574";
}
.fa-file-video:before {
  content: "\f1c8";
}
.fa-file-word:before {
  content: "\f1c2";
}
.fa-fill:before {
  content: "\f575";
}
.fa-fill-drip:before {
  content: "\f576";
}
.fa-film:before {
  content: "\f008";
}
.fa-filter:before {
  content: "\f0b0";
}
.fa-fingerprint:before {
  content: "\f577";
}
.fa-fire:before {
  content: "\f06d";
}
.fa-fire-alt:before {
  content: "\f7e4";
}
.fa-fire-extinguisher:before {
  content: "\f134";
}
.fa-firefox:before {
  content: "\f269";
}
.fa-firefox-browser:before {
  content: "\e007";
}
.fa-first-aid:before {
  content: "\f479";
}
.fa-first-order:before {
  content: "\f2b0";
}
.fa-first-order-alt:before {
  content: "\f50a";
}
.fa-firstdraft:before {
  content: "\f3a1";
}
.fa-fish:before {
  content: "\f578";
}
.fa-fist-raised:before {
  content: "\f6de";
}
.fa-flag:before {
  content: "\f024";
}
.fa-flag-checkered:before {
  content: "\f11e";
}
.fa-flag-usa:before {
  content: "\f74d";
}
.fa-flask:before {
  content: "\f0c3";
}
.fa-flickr:before {
  content: "\f16e";
}
.fa-flipboard:before {
  content: "\f44d";
}
.fa-flushed:before {
  content: "\f579";
}
.fa-fly:before {
  content: "\f417";
}
.fa-folder:before {
  content: "\f07b";
}
.fa-folder-minus:before {
  content: "\f65d";
}
.fa-folder-open:before {
  content: "\f07c";
}
.fa-folder-plus:before {
  content: "\f65e";
}
.fa-font:before {
  content: "\f031";
}
.fa-font-awesome:before {
  content: "\f2b4";
}
.fa-font-awesome-alt:before {
  content: "\f35c";
}
.fa-font-awesome-flag:before {
  content: "\f425";
}
.fa-font-awesome-logo-full:before {
  content: "\f4e6";
}
.fa-fonticons:before {
  content: "\f280";
}
.fa-fonticons-fi:before {
  content: "\f3a2";
}
.fa-football-ball:before {
  content: "\f44e";
}
.fa-fort-awesome:before {
  content: "\f286";
}
.fa-fort-awesome-alt:before {
  content: "\f3a3";
}
.fa-forumbee:before {
  content: "\f211";
}
.fa-forward:before {
  content: "\f04e";
}
.fa-foursquare:before {
  content: "\f180";
}
.fa-free-code-camp:before {
  content: "\f2c5";
}
.fa-freebsd:before {
  content: "\f3a4";
}
.fa-frog:before {
  content: "\f52e";
}
.fa-frown:before {
  content: "\f119";
}
.fa-frown-open:before {
  content: "\f57a";
}
.fa-fulcrum:before {
  content: "\f50b";
}
.fa-funnel-dollar:before {
  content: "\f662";
}
.fa-futbol:before {
  content: "\f1e3";
}
.fa-galactic-republic:before {
  content: "\f50c";
}
.fa-galactic-senate:before {
  content: "\f50d";
}
.fa-gamepad:before {
  content: "\f11b";
}
.fa-gas-pump:before {
  content: "\f52f";
}
.fa-gavel:before {
  content: "\f0e3";
}
.fa-gem:before {
  content: "\f3a5";
}
.fa-genderless:before {
  content: "\f22d";
}
.fa-get-pocket:before {
  content: "\f265";
}
.fa-gg:before {
  content: "\f260";
}
.fa-gg-circle:before {
  content: "\f261";
}
.fa-ghost:before {
  content: "\f6e2";
}
.fa-gift:before {
  content: "\f06b";
}
.fa-gifts:before {
  content: "\f79c";
}
.fa-git:before {
  content: "\f1d3";
}
.fa-git-alt:before {
  content: "\f841";
}
.fa-git-square:before {
  content: "\f1d2";
}
.fa-github:before {
  content: "\f09b";
}
.fa-github-alt:before {
  content: "\f113";
}
.fa-github-square:before {
  content: "\f092";
}
.fa-gitkraken:before {
  content: "\f3a6";
}
.fa-gitlab:before {
  content: "\f296";
}
.fa-gitter:before {
  content: "\f426";
}
.fa-glass-cheers:before {
  content: "\f79f";
}
.fa-glass-martini:before {
  content: "\f000";
}
.fa-glass-martini-alt:before {
  content: "\f57b";
}
.fa-glass-whiskey:before {
  content: "\f7a0";
}
.fa-glasses:before {
  content: "\f530";
}
.fa-glide:before {
  content: "\f2a5";
}
.fa-glide-g:before {
  content: "\f2a6";
}
.fa-globe:before {
  content: "\f0ac";
}
.fa-globe-africa:before {
  content: "\f57c";
}
.fa-globe-americas:before {
  content: "\f57d";
}
.fa-globe-asia:before {
  content: "\f57e";
}
.fa-globe-europe:before {
  content: "\f7a2";
}
.fa-gofore:before {
  content: "\f3a7";
}
.fa-golf-ball:before {
  content: "\f450";
}
.fa-goodreads:before {
  content: "\f3a8";
}
.fa-goodreads-g:before {
  content: "\f3a9";
}
.fa-google:before {
  content: "\f1a0";
}
.fa-google-drive:before {
  content: "\f3aa";
}
.fa-google-pay:before {
  content: "\e079";
}
.fa-google-play:before {
  content: "\f3ab";
}
.fa-google-plus:before {
  content: "\f2b3";
}
.fa-google-plus-g:before {
  content: "\f0d5";
}
.fa-google-plus-square:before {
  content: "\f0d4";
}
.fa-google-wallet:before {
  content: "\f1ee";
}
.fa-gopuram:before {
  content: "\f664";
}
.fa-graduation-cap:before {
  content: "\f19d";
}
.fa-gratipay:before {
  content: "\f184";
}
.fa-grav:before {
  content: "\f2d6";
}
.fa-greater-than:before {
  content: "\f531";
}
.fa-greater-than-equal:before {
  content: "\f532";
}
.fa-grimace:before {
  content: "\f57f";
}
.fa-grin:before {
  content: "\f580";
}
.fa-grin-alt:before {
  content: "\f581";
}
.fa-grin-beam:before {
  content: "\f582";
}
.fa-grin-beam-sweat:before {
  content: "\f583";
}
.fa-grin-hearts:before {
  content: "\f584";
}
.fa-grin-squint:before {
  content: "\f585";
}
.fa-grin-squint-tears:before {
  content: "\f586";
}
.fa-grin-stars:before {
  content: "\f587";
}
.fa-grin-tears:before {
  content: "\f588";
}
.fa-grin-tongue:before {
  content: "\f589";
}
.fa-grin-tongue-squint:before {
  content: "\f58a";
}
.fa-grin-tongue-wink:before {
  content: "\f58b";
}
.fa-grin-wink:before {
  content: "\f58c";
}
.fa-grip-horizontal:before {
  content: "\f58d";
}
.fa-grip-lines:before {
  content: "\f7a4";
}
.fa-grip-lines-vertical:before {
  content: "\f7a5";
}
.fa-grip-vertical:before {
  content: "\f58e";
}
.fa-gripfire:before {
  content: "\f3ac";
}
.fa-grunt:before {
  content: "\f3ad";
}
.fa-guilded:before {
  content: "\e07e";
}
.fa-guitar:before {
  content: "\f7a6";
}
.fa-gulp:before {
  content: "\f3ae";
}
.fa-h-square:before {
  content: "\f0fd";
}
.fa-hacker-news:before {
  content: "\f1d4";
}
.fa-hacker-news-square:before {
  content: "\f3af";
}
.fa-hackerrank:before {
  content: "\f5f7";
}
.fa-hamburger:before {
  content: "\f805";
}
.fa-hammer:before {
  content: "\f6e3";
}
.fa-hamsa:before {
  content: "\f665";
}
.fa-hand-holding:before {
  content: "\f4bd";
}
.fa-hand-holding-heart:before {
  content: "\f4be";
}
.fa-hand-holding-medical:before {
  content: "\e05c";
}
.fa-hand-holding-usd:before {
  content: "\f4c0";
}
.fa-hand-holding-water:before {
  content: "\f4c1";
}
.fa-hand-lizard:before {
  content: "\f258";
}
.fa-hand-middle-finger:before {
  content: "\f806";
}
.fa-hand-paper:before {
  content: "\f256";
}
.fa-hand-peace:before {
  content: "\f25b";
}
.fa-hand-point-down:before {
  content: "\f0a7";
}
.fa-hand-point-left:before {
  content: "\f0a5";
}
.fa-hand-point-right:before {
  content: "\f0a4";
}
.fa-hand-point-up:before {
  content: "\f0a6";
}
.fa-hand-pointer:before {
  content: "\f25a";
}
.fa-hand-rock:before {
  content: "\f255";
}
.fa-hand-scissors:before {
  content: "\f257";
}
.fa-hand-sparkles:before {
  content: "\e05d";
}
.fa-hand-spock:before {
  content: "\f259";
}
.fa-hands:before {
  content: "\f4c2";
}
.fa-hands-helping:before {
  content: "\f4c4";
}
.fa-hands-wash:before {
  content: "\e05e";
}
.fa-handshake:before {
  content: "\f2b5";
}
.fa-handshake-alt-slash:before {
  content: "\e05f";
}
.fa-handshake-slash:before {
  content: "\e060";
}
.fa-hanukiah:before {
  content: "\f6e6";
}
.fa-hard-hat:before {
  content: "\f807";
}
.fa-hashtag:before {
  content: "\f292";
}
.fa-hat-cowboy:before {
  content: "\f8c0";
}
.fa-hat-cowboy-side:before {
  content: "\f8c1";
}
.fa-hat-wizard:before {
  content: "\f6e8";
}
.fa-hdd:before {
  content: "\f0a0";
}
.fa-head-side-cough:before {
  content: "\e061";
}
.fa-head-side-cough-slash:before {
  content: "\e062";
}
.fa-head-side-mask:before {
  content: "\e063";
}
.fa-head-side-virus:before {
  content: "\e064";
}
.fa-heading:before {
  content: "\f1dc";
}
.fa-headphones:before {
  content: "\f025";
}
.fa-headphones-alt:before {
  content: "\f58f";
}
.fa-headset:before {
  content: "\f590";
}
.fa-heart:before {
  content: "\f004";
}
.fa-heart-broken:before {
  content: "\f7a9";
}
.fa-heartbeat:before {
  content: "\f21e";
}
.fa-helicopter:before {
  content: "\f533";
}
.fa-highlighter:before {
  content: "\f591";
}
.fa-hiking:before {
  content: "\f6ec";
}
.fa-hippo:before {
  content: "\f6ed";
}
.fa-hips:before {
  content: "\f452";
}
.fa-hire-a-helper:before {
  content: "\f3b0";
}
.fa-history:before {
  content: "\f1da";
}
.fa-hive:before {
  content: "\e07f";
}
.fa-hockey-puck:before {
  content: "\f453";
}
.fa-holly-berry:before {
  content: "\f7aa";
}
.fa-home:before {
  content: "\f015";
}
.fa-hooli:before {
  content: "\f427";
}
.fa-hornbill:before {
  content: "\f592";
}
.fa-horse:before {
  content: "\f6f0";
}
.fa-horse-head:before {
  content: "\f7ab";
}
.fa-hospital:before {
  content: "\f0f8";
}
.fa-hospital-alt:before {
  content: "\f47d";
}
.fa-hospital-symbol:before {
  content: "\f47e";
}
.fa-hospital-user:before {
  content: "\f80d";
}
.fa-hot-tub:before {
  content: "\f593";
}
.fa-hotdog:before {
  content: "\f80f";
}
.fa-hotel:before {
  content: "\f594";
}
.fa-hotjar:before {
  content: "\f3b1";
}
.fa-hourglass:before {
  content: "\f254";
}
.fa-hourglass-end:before {
  content: "\f253";
}
.fa-hourglass-half:before {
  content: "\f252";
}
.fa-hourglass-start:before {
  content: "\f251";
}
.fa-house-damage:before {
  content: "\f6f1";
}
.fa-house-user:before {
  content: "\e065";
}
.fa-houzz:before {
  content: "\f27c";
}
.fa-hryvnia:before {
  content: "\f6f2";
}
.fa-html5:before {
  content: "\f13b";
}
.fa-hubspot:before {
  content: "\f3b2";
}
.fa-i-cursor:before {
  content: "\f246";
}
.fa-ice-cream:before {
  content: "\f810";
}
.fa-icicles:before {
  content: "\f7ad";
}
.fa-icons:before {
  content: "\f86d";
}
.fa-id-badge:before {
  content: "\f2c1";
}
.fa-id-card:before {
  content: "\f2c2";
}
.fa-id-card-alt:before {
  content: "\f47f";
}
.fa-ideal:before {
  content: "\e013";
}
.fa-igloo:before {
  content: "\f7ae";
}
.fa-image:before {
  content: "\f03e";
}
.fa-images:before {
  content: "\f302";
}
.fa-imdb:before {
  content: "\f2d8";
}
.fa-inbox:before {
  content: "\f01c";
}
.fa-indent:before {
  content: "\f03c";
}
.fa-industry:before {
  content: "\f275";
}
.fa-infinity:before {
  content: "\f534";
}
.fa-info:before {
  content: "\f129";
}
.fa-info-circle:before {
  content: "\f05a";
}
.fa-innosoft:before {
  content: "\e080";
}
.fa-instagram:before {
  content: "\f16d";
}
.fa-instagram-square:before {
  content: "\e055";
}
.fa-instalod:before {
  content: "\e081";
}
.fa-intercom:before {
  content: "\f7af";
}
.fa-internet-explorer:before {
  content: "\f26b";
}
.fa-invision:before {
  content: "\f7b0";
}
.fa-ioxhost:before {
  content: "\f208";
}
.fa-italic:before {
  content: "\f033";
}
.fa-itch-io:before {
  content: "\f83a";
}
.fa-itunes:before {
  content: "\f3b4";
}
.fa-itunes-note:before {
  content: "\f3b5";
}
.fa-java:before {
  content: "\f4e4";
}
.fa-jedi:before {
  content: "\f669";
}
.fa-jedi-order:before {
  content: "\f50e";
}
.fa-jenkins:before {
  content: "\f3b6";
}
.fa-jira:before {
  content: "\f7b1";
}
.fa-joget:before {
  content: "\f3b7";
}
.fa-joint:before {
  content: "\f595";
}
.fa-joomla:before {
  content: "\f1aa";
}
.fa-journal-whills:before {
  content: "\f66a";
}
.fa-js:before {
  content: "\f3b8";
}
.fa-js-square:before {
  content: "\f3b9";
}
.fa-jsfiddle:before {
  content: "\f1cc";
}
.fa-kaaba:before {
  content: "\f66b";
}
.fa-kaggle:before {
  content: "\f5fa";
}
.fa-key:before {
  content: "\f084";
}
.fa-keybase:before {
  content: "\f4f5";
}
.fa-keyboard:before {
  content: "\f11c";
}
.fa-keycdn:before {
  content: "\f3ba";
}
.fa-khanda:before {
  content: "\f66d";
}
.fa-kickstarter:before {
  content: "\f3bb";
}
.fa-kickstarter-k:before {
  content: "\f3bc";
}
.fa-kiss:before {
  content: "\f596";
}
.fa-kiss-beam:before {
  content: "\f597";
}
.fa-kiss-wink-heart:before {
  content: "\f598";
}
.fa-kiwi-bird:before {
  content: "\f535";
}
.fa-korvue:before {
  content: "\f42f";
}
.fa-landmark:before {
  content: "\f66f";
}
.fa-language:before {
  content: "\f1ab";
}
.fa-laptop:before {
  content: "\f109";
}
.fa-laptop-code:before {
  content: "\f5fc";
}
.fa-laptop-house:before {
  content: "\e066";
}
.fa-laptop-medical:before {
  content: "\f812";
}
.fa-laravel:before {
  content: "\f3bd";
}
.fa-lastfm:before {
  content: "\f202";
}
.fa-lastfm-square:before {
  content: "\f203";
}
.fa-laugh:before {
  content: "\f599";
}
.fa-laugh-beam:before {
  content: "\f59a";
}
.fa-laugh-squint:before {
  content: "\f59b";
}
.fa-laugh-wink:before {
  content: "\f59c";
}
.fa-layer-group:before {
  content: "\f5fd";
}
.fa-leaf:before {
  content: "\f06c";
}
.fa-leanpub:before {
  content: "\f212";
}
.fa-lemon:before {
  content: "\f094";
}
.fa-less:before {
  content: "\f41d";
}
.fa-less-than:before {
  content: "\f536";
}
.fa-less-than-equal:before {
  content: "\f537";
}
.fa-level-down-alt:before {
  content: "\f3be";
}
.fa-level-up-alt:before {
  content: "\f3bf";
}
.fa-life-ring:before {
  content: "\f1cd";
}
.fa-lightbulb:before {
  content: "\f0eb";
}
.fa-line:before {
  content: "\f3c0";
}
.fa-link:before {
  content: "\f0c1";
}
.fa-linkedin:before {
  content: "\f08c";
}
.fa-linkedin-in:before {
  content: "\f0e1";
}
.fa-linode:before {
  content: "\f2b8";
}
.fa-linux:before {
  content: "\f17c";
}
.fa-lira-sign:before {
  content: "\f195";
}
.fa-list:before {
  content: "\f03a";
}
.fa-list-alt:before {
  content: "\f022";
}
.fa-list-ol:before {
  content: "\f0cb";
}
.fa-list-ul:before {
  content: "\f0ca";
}
.fa-location-arrow:before {
  content: "\f124";
}
.fa-lock:before {
  content: "\f023";
}
.fa-lock-open:before {
  content: "\f3c1";
}
.fa-long-arrow-alt-down:before {
  content: "\f309";
}
.fa-long-arrow-alt-left:before {
  content: "\f30a";
}
.fa-long-arrow-alt-right:before {
  content: "\f30b";
}
.fa-long-arrow-alt-up:before {
  content: "\f30c";
}
.fa-low-vision:before {
  content: "\f2a8";
}
.fa-luggage-cart:before {
  content: "\f59d";
}
.fa-lungs:before {
  content: "\f604";
}
.fa-lungs-virus:before {
  content: "\e067";
}
.fa-lyft:before {
  content: "\f3c3";
}
.fa-magento:before {
  content: "\f3c4";
}
.fa-magic:before {
  content: "\f0d0";
}
.fa-magnet:before {
  content: "\f076";
}
.fa-mail-bulk:before {
  content: "\f674";
}
.fa-mailchimp:before {
  content: "\f59e";
}
.fa-male:before {
  content: "\f183";
}
.fa-mandalorian:before {
  content: "\f50f";
}
.fa-map:before {
  content: "\f279";
}
.fa-map-marked:before {
  content: "\f59f";
}
.fa-map-marked-alt:before {
  content: "\f5a0";
}
.fa-map-marker:before {
  content: "\f041";
}
.fa-map-marker-alt:before {
  content: "\f3c5";
}
.fa-map-pin:before {
  content: "\f276";
}
.fa-map-signs:before {
  content: "\f277";
}
.fa-markdown:before {
  content: "\f60f";
}
.fa-marker:before {
  content: "\f5a1";
}
.fa-mars:before {
  content: "\f222";
}
.fa-mars-double:before {
  content: "\f227";
}
.fa-mars-stroke:before {
  content: "\f229";
}
.fa-mars-stroke-h:before {
  content: "\f22b";
}
.fa-mars-stroke-v:before {
  content: "\f22a";
}
.fa-mask:before {
  content: "\f6fa";
}
.fa-mastodon:before {
  content: "\f4f6";
}
.fa-maxcdn:before {
  content: "\f136";
}
.fa-mdb:before {
  content: "\f8ca";
}
.fa-medal:before {
  content: "\f5a2";
}
.fa-medapps:before {
  content: "\f3c6";
}
.fa-medium:before {
  content: "\f23a";
}
.fa-medium-m:before {
  content: "\f3c7";
}
.fa-medkit:before {
  content: "\f0fa";
}
.fa-medrt:before {
  content: "\f3c8";
}
.fa-meetup:before {
  content: "\f2e0";
}
.fa-megaport:before {
  content: "\f5a3";
}
.fa-meh:before {
  content: "\f11a";
}
.fa-meh-blank:before {
  content: "\f5a4";
}
.fa-meh-rolling-eyes:before {
  content: "\f5a5";
}
.fa-memory:before {
  content: "\f538";
}
.fa-mendeley:before {
  content: "\f7b3";
}
.fa-menorah:before {
  content: "\f676";
}
.fa-mercury:before {
  content: "\f223";
}
.fa-meteor:before {
  content: "\f753";
}
.fa-microblog:before {
  content: "\e01a";
}
.fa-microchip:before {
  content: "\f2db";
}
.fa-microphone:before {
  content: "\f130";
}
.fa-microphone-alt:before {
  content: "\f3c9";
}
.fa-microphone-alt-slash:before {
  content: "\f539";
}
.fa-microphone-slash:before {
  content: "\f131";
}
.fa-microscope:before {
  content: "\f610";
}
.fa-microsoft:before {
  content: "\f3ca";
}
.fa-minus:before {
  content: "\f068";
}
.fa-minus-circle:before {
  content: "\f056";
}
.fa-minus-square:before {
  content: "\f146";
}
.fa-mitten:before {
  content: "\f7b5";
}
.fa-mix:before {
  content: "\f3cb";
}
.fa-mixcloud:before {
  content: "\f289";
}
.fa-mixer:before {
  content: "\e056";
}
.fa-mizuni:before {
  content: "\f3cc";
}
.fa-mobile:before {
  content: "\f10b";
}
.fa-mobile-alt:before {
  content: "\f3cd";
}
.fa-modx:before {
  content: "\f285";
}
.fa-monero:before {
  content: "\f3d0";
}
.fa-money-bill:before {
  content: "\f0d6";
}
.fa-money-bill-alt:before {
  content: "\f3d1";
}
.fa-money-bill-wave:before {
  content: "\f53a";
}
.fa-money-bill-wave-alt:before {
  content: "\f53b";
}
.fa-money-check:before {
  content: "\f53c";
}
.fa-money-check-alt:before {
  content: "\f53d";
}
.fa-monument:before {
  content: "\f5a6";
}
.fa-moon:before {
  content: "\f186";
}
.fa-mortar-pestle:before {
  content: "\f5a7";
}
.fa-mosque:before {
  content: "\f678";
}
.fa-motorcycle:before {
  content: "\f21c";
}
.fa-mountain:before {
  content: "\f6fc";
}
.fa-mouse:before {
  content: "\f8cc";
}
.fa-mouse-pointer:before {
  content: "\f245";
}
.fa-mug-hot:before {
  content: "\f7b6";
}
.fa-music:before {
  content: "\f001";
}
.fa-napster:before {
  content: "\f3d2";
}
.fa-neos:before {
  content: "\f612";
}
.fa-network-wired:before {
  content: "\f6ff";
}
.fa-neuter:before {
  content: "\f22c";
}
.fa-newspaper:before {
  content: "\f1ea";
}
.fa-nimblr:before {
  content: "\f5a8";
}
.fa-node:before {
  content: "\f419";
}
.fa-node-js:before {
  content: "\f3d3";
}
.fa-not-equal:before {
  content: "\f53e";
}
.fa-notes-medical:before {
  content: "\f481";
}
.fa-npm:before {
  content: "\f3d4";
}
.fa-ns8:before {
  content: "\f3d5";
}
.fa-nutritionix:before {
  content: "\f3d6";
}
.fa-object-group:before {
  content: "\f247";
}
.fa-object-ungroup:before {
  content: "\f248";
}
.fa-octopus-deploy:before {
  content: "\e082";
}
.fa-odnoklassniki:before {
  content: "\f263";
}
.fa-odnoklassniki-square:before {
  content: "\f264";
}
.fa-oil-can:before {
  content: "\f613";
}
.fa-old-republic:before {
  content: "\f510";
}
.fa-om:before {
  content: "\f679";
}
.fa-opencart:before {
  content: "\f23d";
}
.fa-openid:before {
  content: "\f19b";
}
.fa-opera:before {
  content: "\f26a";
}
.fa-optin-monster:before {
  content: "\f23c";
}
.fa-orcid:before {
  content: "\f8d2";
}
.fa-osi:before {
  content: "\f41a";
}
.fa-otter:before {
  content: "\f700";
}
.fa-outdent:before {
  content: "\f03b";
}
.fa-page4:before {
  content: "\f3d7";
}
.fa-pagelines:before {
  content: "\f18c";
}
.fa-pager:before {
  content: "\f815";
}
.fa-paint-brush:before {
  content: "\f1fc";
}
.fa-paint-roller:before {
  content: "\f5aa";
}
.fa-palette:before {
  content: "\f53f";
}
.fa-palfed:before {
  content: "\f3d8";
}
.fa-pallet:before {
  content: "\f482";
}
.fa-paper-plane:before {
  content: "\f1d8";
}
.fa-paperclip:before {
  content: "\f0c6";
}
.fa-parachute-box:before {
  content: "\f4cd";
}
.fa-paragraph:before {
  content: "\f1dd";
}
.fa-parking:before {
  content: "\f540";
}
.fa-passport:before {
  content: "\f5ab";
}
.fa-pastafarianism:before {
  content: "\f67b";
}
.fa-paste:before {
  content: "\f0ea";
}
.fa-patreon:before {
  content: "\f3d9";
}
.fa-pause:before {
  content: "\f04c";
}
.fa-pause-circle:before {
  content: "\f28b";
}
.fa-paw:before {
  content: "\f1b0";
}
.fa-paypal:before {
  content: "\f1ed";
}
.fa-peace:before {
  content: "\f67c";
}
.fa-pen:before {
  content: "\f304";
}
.fa-pen-alt:before {
  content: "\f305";
}
.fa-pen-fancy:before {
  content: "\f5ac";
}
.fa-pen-nib:before {
  content: "\f5ad";
}
.fa-pen-square:before {
  content: "\f14b";
}
.fa-pencil-alt:before {
  content: "\f303";
}
.fa-pencil-ruler:before {
  content: "\f5ae";
}
.fa-penny-arcade:before {
  content: "\f704";
}
.fa-people-arrows:before {
  content: "\e068";
}
.fa-people-carry:before {
  content: "\f4ce";
}
.fa-pepper-hot:before {
  content: "\f816";
}
.fa-perbyte:before {
  content: "\e083";
}
.fa-percent:before {
  content: "\f295";
}
.fa-percentage:before {
  content: "\f541";
}
.fa-periscope:before {
  content: "\f3da";
}
.fa-person-booth:before {
  content: "\f756";
}
.fa-phabricator:before {
  content: "\f3db";
}
.fa-phoenix-framework:before {
  content: "\f3dc";
}
.fa-phoenix-squadron:before {
  content: "\f511";
}
.fa-phone:before {
  content: "\f095";
}
.fa-phone-alt:before {
  content: "\f879";
}
.fa-phone-slash:before {
  content: "\f3dd";
}
.fa-phone-square:before {
  content: "\f098";
}
.fa-phone-square-alt:before {
  content: "\f87b";
}
.fa-phone-volume:before {
  content: "\f2a0";
}
.fa-photo-video:before {
  content: "\f87c";
}
.fa-php:before {
  content: "\f457";
}
.fa-pied-piper:before {
  content: "\f2ae";
}
.fa-pied-piper-alt:before {
  content: "\f1a8";
}
.fa-pied-piper-hat:before {
  content: "\f4e5";
}
.fa-pied-piper-pp:before {
  content: "\f1a7";
}
.fa-pied-piper-square:before {
  content: "\e01e";
}
.fa-piggy-bank:before {
  content: "\f4d3";
}
.fa-pills:before {
  content: "\f484";
}
.fa-pinterest:before {
  content: "\f0d2";
}
.fa-pinterest-p:before {
  content: "\f231";
}
.fa-pinterest-square:before {
  content: "\f0d3";
}
.fa-pizza-slice:before {
  content: "\f818";
}
.fa-place-of-worship:before {
  content: "\f67f";
}
.fa-plane:before {
  content: "\f072";
}
.fa-plane-arrival:before {
  content: "\f5af";
}
.fa-plane-departure:before {
  content: "\f5b0";
}
.fa-plane-slash:before {
  content: "\e069";
}
.fa-play:before {
  content: "\f04b";
}
.fa-play-circle:before {
  content: "\f144";
}
.fa-playstation:before {
  content: "\f3df";
}
.fa-plug:before {
  content: "\f1e6";
}
.fa-plus:before {
  content: "\f067";
}
.fa-plus-circle:before {
  content: "\f055";
}
.fa-plus-square:before {
  content: "\f0fe";
}
.fa-podcast:before {
  content: "\f2ce";
}
.fa-poll:before {
  content: "\f681";
}
.fa-poll-h:before {
  content: "\f682";
}
.fa-poo:before {
  content: "\f2fe";
}
.fa-poo-storm:before {
  content: "\f75a";
}
.fa-poop:before {
  content: "\f619";
}
.fa-portrait:before {
  content: "\f3e0";
}
.fa-pound-sign:before {
  content: "\f154";
}
.fa-power-off:before {
  content: "\f011";
}
.fa-pray:before {
  content: "\f683";
}
.fa-praying-hands:before {
  content: "\f684";
}
.fa-prescription:before {
  content: "\f5b1";
}
.fa-prescription-bottle:before {
  content: "\f485";
}
.fa-prescription-bottle-alt:before {
  content: "\f486";
}
.fa-print:before {
  content: "\f02f";
}
.fa-procedures:before {
  content: "\f487";
}
.fa-product-hunt:before {
  content: "\f288";
}
.fa-project-diagram:before {
  content: "\f542";
}
.fa-pump-medical:before {
  content: "\e06a";
}
.fa-pump-soap:before {
  content: "\e06b";
}
.fa-pushed:before {
  content: "\f3e1";
}
.fa-puzzle-piece:before {
  content: "\f12e";
}
.fa-python:before {
  content: "\f3e2";
}
.fa-qq:before {
  content: "\f1d6";
}
.fa-qrcode:before {
  content: "\f029";
}
.fa-question:before {
  content: "\f128";
}
.fa-question-circle:before {
  content: "\f059";
}
.fa-quidditch:before {
  content: "\f458";
}
.fa-quinscape:before {
  content: "\f459";
}
.fa-quora:before {
  content: "\f2c4";
}
.fa-quote-left:before {
  content: "\f10d";
}
.fa-quote-right:before {
  content: "\f10e";
}
.fa-quran:before {
  content: "\f687";
}
.fa-r-project:before {
  content: "\f4f7";
}
.fa-radiation:before {
  content: "\f7b9";
}
.fa-radiation-alt:before {
  content: "\f7ba";
}
.fa-rainbow:before {
  content: "\f75b";
}
.fa-random:before {
  content: "\f074";
}
.fa-raspberry-pi:before {
  content: "\f7bb";
}
.fa-ravelry:before {
  content: "\f2d9";
}
.fa-react:before {
  content: "\f41b";
}
.fa-reacteurope:before {
  content: "\f75d";
}
.fa-readme:before {
  content: "\f4d5";
}
.fa-rebel:before {
  content: "\f1d0";
}
.fa-receipt:before {
  content: "\f543";
}
.fa-record-vinyl:before {
  content: "\f8d9";
}
.fa-recycle:before {
  content: "\f1b8";
}
.fa-red-river:before {
  content: "\f3e3";
}
.fa-reddit:before {
  content: "\f1a1";
}
.fa-reddit-alien:before {
  content: "\f281";
}
.fa-reddit-square:before {
  content: "\f1a2";
}
.fa-redhat:before {
  content: "\f7bc";
}
.fa-redo:before {
  content: "\f01e";
}
.fa-redo-alt:before {
  content: "\f2f9";
}
.fa-registered:before {
  content: "\f25d";
}
.fa-remove-format:before {
  content: "\f87d";
}
.fa-renren:before {
  content: "\f18b";
}
.fa-reply:before {
  content: "\f3e5";
}
.fa-reply-all:before {
  content: "\f122";
}
.fa-replyd:before {
  content: "\f3e6";
}
.fa-republican:before {
  content: "\f75e";
}
.fa-researchgate:before {
  content: "\f4f8";
}
.fa-resolving:before {
  content: "\f3e7";
}
.fa-restroom:before {
  content: "\f7bd";
}
.fa-retweet:before {
  content: "\f079";
}
.fa-rev:before {
  content: "\f5b2";
}
.fa-ribbon:before {
  content: "\f4d6";
}
.fa-ring:before {
  content: "\f70b";
}
.fa-road:before {
  content: "\f018";
}
.fa-robot:before {
  content: "\f544";
}
.fa-rocket:before {
  content: "\f135";
}
.fa-rocketchat:before {
  content: "\f3e8";
}
.fa-rockrms:before {
  content: "\f3e9";
}
.fa-route:before {
  content: "\f4d7";
}
.fa-rss:before {
  content: "\f09e";
}
.fa-rss-square:before {
  content: "\f143";
}
.fa-ruble-sign:before {
  content: "\f158";
}
.fa-ruler:before {
  content: "\f545";
}
.fa-ruler-combined:before {
  content: "\f546";
}
.fa-ruler-horizontal:before {
  content: "\f547";
}
.fa-ruler-vertical:before {
  content: "\f548";
}
.fa-running:before {
  content: "\f70c";
}
.fa-rupee-sign:before {
  content: "\f156";
}
.fa-rust:before {
  content: "\e07a";
}
.fa-sad-cry:before {
  content: "\f5b3";
}
.fa-sad-tear:before {
  content: "\f5b4";
}
.fa-safari:before {
  content: "\f267";
}
.fa-salesforce:before {
  content: "\f83b";
}
.fa-sass:before {
  content: "\f41e";
}
.fa-satellite:before {
  content: "\f7bf";
}
.fa-satellite-dish:before {
  content: "\f7c0";
}
.fa-save:before {
  content: "\f0c7";
}
.fa-schlix:before {
  content: "\f3ea";
}
.fa-school:before {
  content: "\f549";
}
.fa-screwdriver:before {
  content: "\f54a";
}
.fa-scribd:before {
  content: "\f28a";
}
.fa-scroll:before {
  content: "\f70e";
}
.fa-sd-card:before {
  content: "\f7c2";
}
.fa-search:before {
  content: "\f002";
}
.fa-search-dollar:before {
  content: "\f688";
}
.fa-search-location:before {
  content: "\f689";
}
.fa-search-minus:before {
  content: "\f010";
}
.fa-search-plus:before {
  content: "\f00e";
}
.fa-searchengin:before {
  content: "\f3eb";
}
.fa-seedling:before {
  content: "\f4d8";
}
.fa-sellcast:before {
  content: "\f2da";
}
.fa-sellsy:before {
  content: "\f213";
}
.fa-server:before {
  content: "\f233";
}
.fa-servicestack:before {
  content: "\f3ec";
}
.fa-shapes:before {
  content: "\f61f";
}
.fa-share:before {
  content: "\f064";
}
.fa-share-alt:before {
  content: "\f1e0";
}
.fa-share-alt-square:before {
  content: "\f1e1";
}
.fa-share-square:before {
  content: "\f14d";
}
.fa-shekel-sign:before {
  content: "\f20b";
}
.fa-shield-alt:before {
  content: "\f3ed";
}
.fa-shield-virus:before {
  content: "\e06c";
}
.fa-ship:before {
  content: "\f21a";
}
.fa-shipping-fast:before {
  content: "\f48b";
}
.fa-shirtsinbulk:before {
  content: "\f214";
}
.fa-shoe-prints:before {
  content: "\f54b";
}
.fa-shopify:before {
  content: "\e057";
}
.fa-shopping-bag:before {
  content: "\f290";
}
.fa-shopping-basket:before {
  content: "\f291";
}
.fa-shopping-cart:before {
  content: "\f07a";
}
.fa-shopware:before {
  content: "\f5b5";
}
.fa-shower:before {
  content: "\f2cc";
}
.fa-shuttle-van:before {
  content: "\f5b6";
}
.fa-sign:before {
  content: "\f4d9";
}
.fa-sign-in-alt:before {
  content: "\f2f6";
}
.fa-sign-language:before {
  content: "\f2a7";
}
.fa-sign-out-alt:before {
  content: "\f2f5";
}
.fa-signal:before {
  content: "\f012";
}
.fa-signature:before {
  content: "\f5b7";
}
.fa-sim-card:before {
  content: "\f7c4";
}
.fa-simplybuilt:before {
  content: "\f215";
}
.fa-sink:before {
  content: "\e06d";
}
.fa-sistrix:before {
  content: "\f3ee";
}
.fa-sitemap:before {
  content: "\f0e8";
}
.fa-sith:before {
  content: "\f512";
}
.fa-skating:before {
  content: "\f7c5";
}
.fa-sketch:before {
  content: "\f7c6";
}
.fa-skiing:before {
  content: "\f7c9";
}
.fa-skiing-nordic:before {
  content: "\f7ca";
}
.fa-skull:before {
  content: "\f54c";
}
.fa-skull-crossbones:before {
  content: "\f714";
}
.fa-skyatlas:before {
  content: "\f216";
}
.fa-skype:before {
  content: "\f17e";
}
.fa-slack:before {
  content: "\f198";
}
.fa-slack-hash:before {
  content: "\f3ef";
}
.fa-slash:before {
  content: "\f715";
}
.fa-sleigh:before {
  content: "\f7cc";
}
.fa-sliders-h:before {
  content: "\f1de";
}
.fa-slideshare:before {
  content: "\f1e7";
}
.fa-smile:before {
  content: "\f118";
}
.fa-smile-beam:before {
  content: "\f5b8";
}
.fa-smile-wink:before {
  content: "\f4da";
}
.fa-smog:before {
  content: "\f75f";
}
.fa-smoking:before {
  content: "\f48d";
}
.fa-smoking-ban:before {
  content: "\f54d";
}
.fa-sms:before {
  content: "\f7cd";
}
.fa-snapchat:before {
  content: "\f2ab";
}
.fa-snapchat-ghost:before {
  content: "\f2ac";
}
.fa-snapchat-square:before {
  content: "\f2ad";
}
.fa-snowboarding:before {
  content: "\f7ce";
}
.fa-snowflake:before {
  content: "\f2dc";
}
.fa-snowman:before {
  content: "\f7d0";
}
.fa-snowplow:before {
  content: "\f7d2";
}
.fa-soap:before {
  content: "\e06e";
}
.fa-socks:before {
  content: "\f696";
}
.fa-solar-panel:before {
  content: "\f5ba";
}
.fa-sort:before {
  content: "\f0dc";
}
.fa-sort-alpha-down:before {
  content: "\f15d";
}
.fa-sort-alpha-down-alt:before {
  content: "\f881";
}
.fa-sort-alpha-up:before {
  content: "\f15e";
}
.fa-sort-alpha-up-alt:before {
  content: "\f882";
}
.fa-sort-amount-down:before {
  content: "\f160";
}
.fa-sort-amount-down-alt:before {
  content: "\f884";
}
.fa-sort-amount-up:before {
  content: "\f161";
}
.fa-sort-amount-up-alt:before {
  content: "\f885";
}
.fa-sort-down:before {
  content: "\f0dd";
}
.fa-sort-numeric-down:before {
  content: "\f162";
}
.fa-sort-numeric-down-alt:before {
  content: "\f886";
}
.fa-sort-numeric-up:before {
  content: "\f163";
}
.fa-sort-numeric-up-alt:before {
  content: "\f887";
}
.fa-sort-up:before {
  content: "\f0de";
}
.fa-soundcloud:before {
  content: "\f1be";
}
.fa-sourcetree:before {
  content: "\f7d3";
}
.fa-spa:before {
  content: "\f5bb";
}
.fa-space-shuttle:before {
  content: "\f197";
}
.fa-speakap:before {
  content: "\f3f3";
}
.fa-speaker-deck:before {
  content: "\f83c";
}
.fa-spell-check:before {
  content: "\f891";
}
.fa-spider:before {
  content: "\f717";
}
.fa-spinner:before {
  content: "\f110";
}
.fa-splotch:before {
  content: "\f5bc";
}
.fa-spotify:before {
  content: "\f1bc";
}
.fa-spray-can:before {
  content: "\f5bd";
}
.fa-square:before {
  content: "\f0c8";
}
.fa-square-full:before {
  content: "\f45c";
}
.fa-square-root-alt:before {
  content: "\f698";
}
.fa-squarespace:before {
  content: "\f5be";
}
.fa-stack-exchange:before {
  content: "\f18d";
}
.fa-stack-overflow:before {
  content: "\f16c";
}
.fa-stackpath:before {
  content: "\f842";
}
.fa-stamp:before {
  content: "\f5bf";
}
.fa-star:before {
  content: "\f005";
}
.fa-star-and-crescent:before {
  content: "\f699";
}
.fa-star-half:before {
  content: "\f089";
}
.fa-star-half-alt:before {
  content: "\f5c0";
}
.fa-star-of-david:before {
  content: "\f69a";
}
.fa-star-of-life:before {
  content: "\f621";
}
.fa-staylinked:before {
  content: "\f3f5";
}
.fa-steam:before {
  content: "\f1b6";
}
.fa-steam-square:before {
  content: "\f1b7";
}
.fa-steam-symbol:before {
  content: "\f3f6";
}
.fa-step-backward:before {
  content: "\f048";
}
.fa-step-forward:before {
  content: "\f051";
}
.fa-stethoscope:before {
  content: "\f0f1";
}
.fa-sticker-mule:before {
  content: "\f3f7";
}
.fa-sticky-note:before {
  content: "\f249";
}
.fa-stop:before {
  content: "\f04d";
}
.fa-stop-circle:before {
  content: "\f28d";
}
.fa-stopwatch:before {
  content: "\f2f2";
}
.fa-stopwatch-20:before {
  content: "\e06f";
}
.fa-store:before {
  content: "\f54e";
}
.fa-store-alt:before {
  content: "\f54f";
}
.fa-store-alt-slash:before {
  content: "\e070";
}
.fa-store-slash:before {
  content: "\e071";
}
.fa-strava:before {
  content: "\f428";
}
.fa-stream:before {
  content: "\f550";
}
.fa-street-view:before {
  content: "\f21d";
}
.fa-strikethrough:before {
  content: "\f0cc";
}
.fa-stripe:before {
  content: "\f429";
}
.fa-stripe-s:before {
  content: "\f42a";
}
.fa-stroopwafel:before {
  content: "\f551";
}
.fa-studiovinari:before {
  content: "\f3f8";
}
.fa-stumbleupon:before {
  content: "\f1a4";
}
.fa-stumbleupon-circle:before {
  content: "\f1a3";
}
.fa-subscript:before {
  content: "\f12c";
}
.fa-subway:before {
  content: "\f239";
}
.fa-suitcase:before {
  content: "\f0f2";
}
.fa-suitcase-rolling:before {
  content: "\f5c1";
}
.fa-sun:before {
  content: "\f185";
}
.fa-superpowers:before {
  content: "\f2dd";
}
.fa-superscript:before {
  content: "\f12b";
}
.fa-supple:before {
  content: "\f3f9";
}
.fa-surprise:before {
  content: "\f5c2";
}
.fa-suse:before {
  content: "\f7d6";
}
.fa-swatchbook:before {
  content: "\f5c3";
}
.fa-swift:before {
  content: "\f8e1";
}
.fa-swimmer:before {
  content: "\f5c4";
}
.fa-swimming-pool:before {
  content: "\f5c5";
}
.fa-symfony:before {
  content: "\f83d";
}
.fa-synagogue:before {
  content: "\f69b";
}
.fa-sync:before {
  content: "\f021";
}
.fa-sync-alt:before {
  content: "\f2f1";
}
.fa-syringe:before {
  content: "\f48e";
}
.fa-table:before {
  content: "\f0ce";
}
.fa-table-tennis:before {
  content: "\f45d";
}
.fa-tablet:before {
  content: "\f10a";
}
.fa-tablet-alt:before {
  content: "\f3fa";
}
.fa-tablets:before {
  content: "\f490";
}
.fa-tachometer-alt:before {
  content: "\f3fd";
}
.fa-tag:before {
  content: "\f02b";
}
.fa-tags:before {
  content: "\f02c";
}
.fa-tape:before {
  content: "\f4db";
}
.fa-tasks:before {
  content: "\f0ae";
}
.fa-taxi:before {
  content: "\f1ba";
}
.fa-teamspeak:before {
  content: "\f4f9";
}
.fa-teeth:before {
  content: "\f62e";
}
.fa-teeth-open:before {
  content: "\f62f";
}
.fa-telegram:before {
  content: "\f2c6";
}
.fa-telegram-plane:before {
  content: "\f3fe";
}
.fa-temperature-high:before {
  content: "\f769";
}
.fa-temperature-low:before {
  content: "\f76b";
}
.fa-tencent-weibo:before {
  content: "\f1d5";
}
.fa-tenge:before {
  content: "\f7d7";
}
.fa-terminal:before {
  content: "\f120";
}
.fa-text-height:before {
  content: "\f034";
}
.fa-text-width:before {
  content: "\f035";
}
.fa-th:before {
  content: "\f00a";
}
.fa-th-large:before {
  content: "\f009";
}
.fa-th-list:before {
  content: "\f00b";
}
.fa-the-red-yeti:before {
  content: "\f69d";
}
.fa-theater-masks:before {
  content: "\f630";
}
.fa-themeco:before {
  content: "\f5c6";
}
.fa-themeisle:before {
  content: "\f2b2";
}
.fa-thermometer:before {
  content: "\f491";
}
.fa-thermometer-empty:before {
  content: "\f2cb";
}
.fa-thermometer-full:before {
  content: "\f2c7";
}
.fa-thermometer-half:before {
  content: "\f2c9";
}
.fa-thermometer-quarter:before {
  content: "\f2ca";
}
.fa-thermometer-three-quarters:before {
  content: "\f2c8";
}
.fa-think-peaks:before {
  content: "\f731";
}
.fa-thumbs-down:before {
  content: "\f165";
}
.fa-thumbs-up:before {
  content: "\f164";
}
.fa-thumbtack:before {
  content: "\f08d";
}
.fa-ticket-alt:before {
  content: "\f3ff";
}
.fa-tiktok:before {
  content: "\e07b";
}
.fa-times:before {
  content: "\f00d";
}
.fa-times-circle:before {
  content: "\f057";
}
.fa-tint:before {
  content: "\f043";
}
.fa-tint-slash:before {
  content: "\f5c7";
}
.fa-tired:before {
  content: "\f5c8";
}
.fa-toggle-off:before {
  content: "\f204";
}
.fa-toggle-on:before {
  content: "\f205";
}
.fa-toilet:before {
  content: "\f7d8";
}
.fa-toilet-paper:before {
  content: "\f71e";
}
.fa-toilet-paper-slash:before {
  content: "\e072";
}
.fa-toolbox:before {
  content: "\f552";
}
.fa-tools:before {
  content: "\f7d9";
}
.fa-tooth:before {
  content: "\f5c9";
}
.fa-torah:before {
  content: "\f6a0";
}
.fa-torii-gate:before {
  content: "\f6a1";
}
.fa-tractor:before {
  content: "\f722";
}
.fa-trade-federation:before {
  content: "\f513";
}
.fa-trademark:before {
  content: "\f25c";
}
.fa-traffic-light:before {
  content: "\f637";
}
.fa-trailer:before {
  content: "\e041";
}
.fa-train:before {
  content: "\f238";
}
.fa-tram:before {
  content: "\f7da";
}
.fa-transgender:before {
  content: "\f224";
}
.fa-transgender-alt:before {
  content: "\f225";
}
.fa-trash:before {
  content: "\f1f8";
}
.fa-trash-alt:before {
  content: "\f2ed";
}
.fa-trash-restore:before {
  content: "\f829";
}
.fa-trash-restore-alt:before {
  content: "\f82a";
}
.fa-tree:before {
  content: "\f1bb";
}
.fa-trello:before {
  content: "\f181";
}
.fa-tripadvisor:before {
  content: "\f262";
}
.fa-trophy:before {
  content: "\f091";
}
.fa-truck:before {
  content: "\f0d1";
}
.fa-truck-loading:before {
  content: "\f4de";
}
.fa-truck-monster:before {
  content: "\f63b";
}
.fa-truck-moving:before {
  content: "\f4df";
}
.fa-truck-pickup:before {
  content: "\f63c";
}
.fa-tshirt:before {
  content: "\f553";
}
.fa-tty:before {
  content: "\f1e4";
}
.fa-tumblr:before {
  content: "\f173";
}
.fa-tumblr-square:before {
  content: "\f174";
}
.fa-tv:before {
  content: "\f26c";
}
.fa-twitch:before {
  content: "\f1e8";
}
.fa-twitter:before {
  content: "\f099";
}
.fa-twitter-square:before {
  content: "\f081";
}
.fa-typo3:before {
  content: "\f42b";
}
.fa-uber:before {
  content: "\f402";
}
.fa-ubuntu:before {
  content: "\f7df";
}
.fa-uikit:before {
  content: "\f403";
}
.fa-umbraco:before {
  content: "\f8e8";
}
.fa-umbrella:before {
  content: "\f0e9";
}
.fa-umbrella-beach:before {
  content: "\f5ca";
}
.fa-uncharted:before {
  content: "\e084";
}
.fa-underline:before {
  content: "\f0cd";
}
.fa-undo:before {
  content: "\f0e2";
}
.fa-undo-alt:before {
  content: "\f2ea";
}
.fa-uniregistry:before {
  content: "\f404";
}
.fa-unity:before {
  content: "\e049";
}
.fa-universal-access:before {
  content: "\f29a";
}
.fa-university:before {
  content: "\f19c";
}
.fa-unlink:before {
  content: "\f127";
}
.fa-unlock:before {
  content: "\f09c";
}
.fa-unlock-alt:before {
  content: "\f13e";
}
.fa-unsplash:before {
  content: "\e07c";
}
.fa-untappd:before {
  content: "\f405";
}
.fa-upload:before {
  content: "\f093";
}
.fa-ups:before {
  content: "\f7e0";
}
.fa-usb:before {
  content: "\f287";
}
.fa-user:before {
  content: "\f007";
}
.fa-user-alt:before {
  content: "\f406";
}
.fa-user-alt-slash:before {
  content: "\f4fa";
}
.fa-user-astronaut:before {
  content: "\f4fb";
}
.fa-user-check:before {
  content: "\f4fc";
}
.fa-user-circle:before {
  content: "\f2bd";
}
.fa-user-clock:before {
  content: "\f4fd";
}
.fa-user-cog:before {
  content: "\f4fe";
}
.fa-user-edit:before {
  content: "\f4ff";
}
.fa-user-friends:before {
  content: "\f500";
}
.fa-user-graduate:before {
  content: "\f501";
}
.fa-user-injured:before {
  content: "\f728";
}
.fa-user-lock:before {
  content: "\f502";
}
.fa-user-md:before {
  content: "\f0f0";
}
.fa-user-minus:before {
  content: "\f503";
}
.fa-user-ninja:before {
  content: "\f504";
}
.fa-user-nurse:before {
  content: "\f82f";
}
.fa-user-plus:before {
  content: "\f234";
}
.fa-user-secret:before {
  content: "\f21b";
}
.fa-user-shield:before {
  content: "\f505";
}
.fa-user-slash:before {
  content: "\f506";
}
.fa-user-tag:before {
  content: "\f507";
}
.fa-user-tie:before {
  content: "\f508";
}
.fa-user-times:before {
  content: "\f235";
}
.fa-users:before {
  content: "\f0c0";
}
.fa-users-cog:before {
  content: "\f509";
}
.fa-users-slash:before {
  content: "\e073";
}
.fa-usps:before {
  content: "\f7e1";
}
.fa-ussunnah:before {
  content: "\f407";
}
.fa-utensil-spoon:before {
  content: "\f2e5";
}
.fa-utensils:before {
  content: "\f2e7";
}
.fa-vaadin:before {
  content: "\f408";
}
.fa-vector-square:before {
  content: "\f5cb";
}
.fa-venus:before {
  content: "\f221";
}
.fa-venus-double:before {
  content: "\f226";
}
.fa-venus-mars:before {
  content: "\f228";
}
.fa-vest:before {
  content: "\e085";
}
.fa-vest-patches:before {
  content: "\e086";
}
.fa-viacoin:before {
  content: "\f237";
}
.fa-viadeo:before {
  content: "\f2a9";
}
.fa-viadeo-square:before {
  content: "\f2aa";
}
.fa-vial:before {
  content: "\f492";
}
.fa-vials:before {
  content: "\f493";
}
.fa-viber:before {
  content: "\f409";
}
.fa-video:before {
  content: "\f03d";
}
.fa-video-slash:before {
  content: "\f4e2";
}
.fa-vihara:before {
  content: "\f6a7";
}
.fa-vimeo:before {
  content: "\f40a";
}
.fa-vimeo-square:before {
  content: "\f194";
}
.fa-vimeo-v:before {
  content: "\f27d";
}
.fa-vine:before {
  content: "\f1ca";
}
.fa-virus:before {
  content: "\e074";
}
.fa-virus-slash:before {
  content: "\e075";
}
.fa-viruses:before {
  content: "\e076";
}
.fa-vk:before {
  content: "\f189";
}
.fa-vnv:before {
  content: "\f40b";
}
.fa-voicemail:before {
  content: "\f897";
}
.fa-volleyball-ball:before {
  content: "\f45f";
}
.fa-volume-down:before {
  content: "\f027";
}
.fa-volume-mute:before {
  content: "\f6a9";
}
.fa-volume-off:before {
  content: "\f026";
}
.fa-volume-up:before {
  content: "\f028";
}
.fa-vote-yea:before {
  content: "\f772";
}
.fa-vr-cardboard:before {
  content: "\f729";
}
.fa-vuejs:before {
  content: "\f41f";
}
.fa-walking:before {
  content: "\f554";
}
.fa-wallet:before {
  content: "\f555";
}
.fa-warehouse:before {
  content: "\f494";
}
.fa-watchman-monitoring:before {
  content: "\e087";
}
.fa-water:before {
  content: "\f773";
}
.fa-wave-square:before {
  content: "\f83e";
}
.fa-waze:before {
  content: "\f83f";
}
.fa-weebly:before {
  content: "\f5cc";
}
.fa-weibo:before {
  content: "\f18a";
}
.fa-weight:before {
  content: "\f496";
}
.fa-weight-hanging:before {
  content: "\f5cd";
}
.fa-weixin:before {
  content: "\f1d7";
}
.fa-whatsapp:before {
  content: "\f232";
}
.fa-whatsapp-square:before {
  content: "\f40c";
}
.fa-wheelchair:before {
  content: "\f193";
}
.fa-whmcs:before {
  content: "\f40d";
}
.fa-wifi:before {
  content: "\f1eb";
}
.fa-wikipedia-w:before {
  content: "\f266";
}
.fa-wind:before {
  content: "\f72e";
}
.fa-window-close:before {
  content: "\f410";
}
.fa-window-maximize:before {
  content: "\f2d0";
}
.fa-window-minimize:before {
  content: "\f2d1";
}
.fa-window-restore:before {
  content: "\f2d2";
}
.fa-windows:before {
  content: "\f17a";
}
.fa-wine-bottle:before {
  content: "\f72f";
}
.fa-wine-glass:before {
  content: "\f4e3";
}
.fa-wine-glass-alt:before {
  content: "\f5ce";
}
.fa-wix:before {
  content: "\f5cf";
}
.fa-wizards-of-the-coast:before {
  content: "\f730";
}
.fa-wodu:before {
  content: "\e088";
}
.fa-wolf-pack-battalion:before {
  content: "\f514";
}
.fa-won-sign:before {
  content: "\f159";
}
.fa-wordpress:before {
  content: "\f19a";
}
.fa-wordpress-simple:before {
  content: "\f411";
}
.fa-wpbeginner:before {
  content: "\f297";
}
.fa-wpexplorer:before {
  content: "\f2de";
}
.fa-wpforms:before {
  content: "\f298";
}
.fa-wpressr:before {
  content: "\f3e4";
}
.fa-wrench:before {
  content: "\f0ad";
}
.fa-x-ray:before {
  content: "\f497";
}
.fa-xbox:before {
  content: "\f412";
}
.fa-xing:before {
  content: "\f168";
}
.fa-xing-square:before {
  content: "\f169";
}
.fa-y-combinator:before {
  content: "\f23b";
}
.fa-yahoo:before {
  content: "\f19e";
}
.fa-yammer:before {
  content: "\f840";
}
.fa-yandex:before {
  content: "\f413";
}
.fa-yandex-international:before {
  content: "\f414";
}
.fa-yarn:before {
  content: "\f7e3";
}
.fa-yelp:before {
  content: "\f1e9";
}
.fa-yen-sign:before {
  content: "\f157";
}
.fa-yin-yang:before {
  content: "\f6ad";
}
.fa-yoast:before {
  content: "\f2b1";
}
.fa-youtube:before {
  content: "\f167";
}
.fa-youtube-square:before {
  content: "\f431";
}
.fa-zhihu:before {
  content: "\f63f";
}
.sr-only {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}

.fab {
  font-family: "font awesome 5 brands";
}

.fab,
.far {
  font-weight: 400;
}

.fa,
.far,
.fas {
  font-family: "font awesome 5 free";
}
.fa,
.fas {
  font-weight: 900;
} /*!* Font Awesome Free 5.15.3 by @fontawesome - https://fontawesome.com
* License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)*/
.fa.fa-glass:before {
  content: "\f000";
}
.fa.fa-meetup {
  font-family: "font awesome 5 brands";
  font-weight: 400;
}
.fa.fa-star-o {
  font-family: "font awesome 5 free";
  font-weight: 400;
}
.fa.fa-star-o:before {
  content: "\f005";
}
.fa.fa-close:before,
.fa.fa-remove:before {
  content: "\f00d";
}
.fa.fa-gear:before {
  content: "\f013";
}
.fa.fa-trash-o {
  font-family: "font awesome 5 free";
  font-weight: 400;
}
.fa.fa-trash-o:before {
  content: "\f2ed";
}
.fa.fa-file-o {
  font-family: "font awesome 5 free";
  font-weight: 400;
}
.fa.fa-file-o:before {
  content: "\f15b";
}
.fa.fa-clock-o {
  font-family: "font awesome 5 free";
  font-weight: 400;
}
.fa.fa-clock-o:before {
  content: "\f017";
}
.fa.fa-arrow-circle-o-down {
  font-family: "font awesome 5 free";
  font-weight: 400;
}
.fa.fa-arrow-circle-o-down:before {
  content: "\f358";
}
.fa.fa-arrow-circle-o-up {
  font-family: "font awesome 5 free";
  font-weight: 400;
}
.fa.fa-arrow-circle-o-up:before {
  content: "\f35b";
}
.fa.fa-play-circle-o {
  font-family: "font awesome 5 free";
  font-weight: 400;
}
.fa.fa-play-circle-o:before {
  content: "\f144";
}
.fa.fa-repeat:before,
.fa.fa-rotate-right:before {
  content: "\f01e";
}
.fa.fa-refresh:before {
  content: "\f021";
}
.fa.fa-list-alt {
  font-family: "font awesome 5 free";
  font-weight: 400;
}
.fa.fa-dedent:before {
  content: "\f03b";
}
.fa.fa-video-camera:before {
  content: "\f03d";
}
.fa.fa-picture-o {
  font-family: "font awesome 5 free";
  font-weight: 400;
}
.fa.fa-picture-o:before {
  content: "\f03e";
}
.fa.fa-photo {
  font-family: "font awesome 5 free";
  font-weight: 400;
}
.fa.fa-photo:before {
  content: "\f03e";
}
.fa.fa-image {
  font-family: "font awesome 5 free";
  font-weight: 400;
}
.fa.fa-image:before {
  content: "\f03e";
}
.fa.fa-pencil:before {
  content: "\f303";
}
.fa.fa-map-marker:before {
  content: "\f3c5";
}
.fa.fa-pencil-square-o {
  font-family: "font awesome 5 free";
  font-weight: 400;
}
.fa.fa-pencil-square-o:before {
  content: "\f044";
}
.fa.fa-share-square-o {
  font-family: "font awesome 5 free";
  font-weight: 400;
}
.fa.fa-share-square-o:before {
  content: "\f14d";
}
.fa.fa-check-square-o {
  font-family: "font awesome 5 free";
  font-weight: 400;
}
.fa.fa-check-square-o:before {
  content: "\f14a";
}
.fa.fa-arrows:before {
  content: "\f0b2";
}
.fa.fa-times-circle-o {
  font-family: "font awesome 5 free";
  font-weight: 400;
}
.fa.fa-times-circle-o:before {
  content: "\f057";
}
.fa.fa-check-circle-o {
  font-family: "font awesome 5 free";
  font-weight: 400;
}
.fa.fa-check-circle-o:before {
  content: "\f058";
}
.fa.fa-mail-forward:before {
  content: "\f064";
}
.fa.fa-expand:before {
  content: "\f424";
}
.fa.fa-compress:before {
  content: "\f422";
}
.fa.fa-eye,
.fa.fa-eye-slash {
  font-family: "font awesome 5 free";
  font-weight: 400;
}
.fa.fa-warning:before {
  content: "\f071";
}
.fa.fa-calendar:before {
  content: "\f073";
}
.fa.fa-arrows-v:before {
  content: "\f338";
}
.fa.fa-arrows-h:before {
  content: "\f337";
}
.fa.fa-bar-chart {
  font-family: "font awesome 5 free";
  font-weight: 400;
}
.fa.fa-bar-chart:before {
  content: "\f080";
}
.fa.fa-bar-chart-o {
  font-family: "font awesome 5 free";
  font-weight: 400;
}
.fa.fa-bar-chart-o:before {
  content: "\f080";
}
.fa.fa-facebook-square,
.fa.fa-twitter-square {
  font-family: "font awesome 5 brands";
  font-weight: 400;
}
.fa.fa-gears:before {
  content: "\f085";
}
.fa.fa-thumbs-o-up {
  font-family: "font awesome 5 free";
  font-weight: 400;
}
.fa.fa-thumbs-o-up:before {
  content: "\f164";
}
.fa.fa-thumbs-o-down {
  font-family: "font awesome 5 free";
  font-weight: 400;
}
.fa.fa-thumbs-o-down:before {
  content: "\f165";
}
.fa.fa-heart-o {
  font-family: "font awesome 5 free";
  font-weight: 400;
}
.fa.fa-heart-o:before {
  content: "\f004";
}
.fa.fa-sign-out:before {
  content: "\f2f5";
}
.fa.fa-linkedin-square {
  font-family: "font awesome 5 brands";
  font-weight: 400;
}
.fa.fa-linkedin-square:before {
  content: "\f08c";
}
.fa.fa-thumb-tack:before {
  content: "\f08d";
}
.fa.fa-external-link:before {
  content: "\f35d";
}
.fa.fa-sign-in:before {
  content: "\f2f6";
}
.fa.fa-github-square {
  font-family: "font awesome 5 brands";
  font-weight: 400;
}
.fa.fa-lemon-o {
  font-family: "font awesome 5 free";
  font-weight: 400;
}
.fa.fa-lemon-o:before {
  content: "\f094";
}
.fa.fa-square-o {
  font-family: "font awesome 5 free";
  font-weight: 400;
}
.fa.fa-square-o:before {
  content: "\f0c8";
}
.fa.fa-bookmark-o {
  font-family: "font awesome 5 free";
  font-weight: 400;
}
.fa.fa-bookmark-o:before {
  content: "\f02e";
}
.fa.fa-facebook,
.fa.fa-twitter {
  font-family: "font awesome 5 brands";
  font-weight: 400;
}
.fa.fa-facebook:before {
  content: "\f39e";
}
.fa.fa-facebook-f {
  font-family: "font awesome 5 brands";
  font-weight: 400;
}
.fa.fa-facebook-f:before {
  content: "\f39e";
}
.fa.fa-github {
  font-family: "font awesome 5 brands";
  font-weight: 400;
}
.fa.fa-credit-card {
  font-family: "font awesome 5 free";
  font-weight: 400;
}
.fa.fa-feed:before {
  content: "\f09e";
}
.fa.fa-hdd-o {
  font-family: "font awesome 5 free";
  font-weight: 400;
}
.fa.fa-hdd-o:before {
  content: "\f0a0";
}
.fa.fa-hand-o-right {
  font-family: "font awesome 5 free";
  font-weight: 400;
}
.fa.fa-hand-o-right:before {
  content: "\f0a4";
}
.fa.fa-hand-o-left {
  font-family: "font awesome 5 free";
  font-weight: 400;
}
.fa.fa-hand-o-left:before {
  content: "\f0a5";
}
.fa.fa-hand-o-up {
  font-family: "font awesome 5 free";
  font-weight: 400;
}
.fa.fa-hand-o-up:before {
  content: "\f0a6";
}
.fa.fa-hand-o-down {
  font-family: "font awesome 5 free";
  font-weight: 400;
}
.fa.fa-hand-o-down:before {
  content: "\f0a7";
}
.fa.fa-arrows-alt:before {
  content: "\f31e";
}
.fa.fa-group:before {
  content: "\f0c0";
}
.fa.fa-chain:before {
  content: "\f0c1";
}
.fa.fa-scissors:before {
  content: "\f0c4";
}
.fa.fa-files-o {
  font-family: "font awesome 5 free";
  font-weight: 400;
}
.fa.fa-files-o:before {
  content: "\f0c5";
}
.fa.fa-floppy-o {
  font-family: "font awesome 5 free";
  font-weight: 400;
}
.fa.fa-floppy-o:before {
  content: "\f0c7";
}
.fa.fa-navicon:before,
.fa.fa-reorder:before {
  content: "\f0c9";
}
.fa.fa-google-plus,
.fa.fa-google-plus-square,
.fa.fa-pinterest,
.fa.fa-pinterest-square {
  font-family: "font awesome 5 brands";
  font-weight: 400;
}
.fa.fa-google-plus:before {
  content: "\f0d5";
}
.fa.fa-money {
  font-family: "font awesome 5 free";
  font-weight: 400;
}
.fa.fa-money:before {
  content: "\f3d1";
}
.fa.fa-unsorted:before {
  content: "\f0dc";
}
.fa.fa-sort-desc:before {
  content: "\f0dd";
}
.fa.fa-sort-asc:before {
  content: "\f0de";
}
.fa.fa-linkedin {
  font-family: "font awesome 5 brands";
  font-weight: 400;
}
.fa.fa-linkedin:before {
  content: "\f0e1";
}
.fa.fa-rotate-left:before {
  content: "\f0e2";
}
.fa.fa-legal:before {
  content: "\f0e3";
}
.fa.fa-dashboard:before,
.fa.fa-tachometer:before {
  content: "\f3fd";
}
.fa.fa-comment-o {
  font-family: "font awesome 5 free";
  font-weight: 400;
}
.fa.fa-comment-o:before {
  content: "\f075";
}
.fa.fa-comments-o {
  font-family: "font awesome 5 free";
  font-weight: 400;
}
.fa.fa-comments-o:before {
  content: "\f086";
}
.fa.fa-flash:before {
  content: "\f0e7";
}
.fa.fa-clipboard,
.fa.fa-paste {
  font-family: "font awesome 5 free";
  font-weight: 400;
}
.fa.fa-paste:before {
  content: "\f328";
}
.fa.fa-lightbulb-o {
  font-family: "font awesome 5 free";
  font-weight: 400;
}
.fa.fa-lightbulb-o:before {
  content: "\f0eb";
}
.fa.fa-exchange:before {
  content: "\f362";
}
.fa.fa-cloud-download:before {
  content: "\f381";
}
.fa.fa-cloud-upload:before {
  content: "\f382";
}
.fa.fa-bell-o {
  font-family: "font awesome 5 free";
  font-weight: 400;
}
.fa.fa-bell-o:before {
  content: "\f0f3";
}
.fa.fa-cutlery:before {
  content: "\f2e7";
}
.fa.fa-file-text-o {
  font-family: "font awesome 5 free";
  font-weight: 400;
}
.fa.fa-file-text-o:before {
  content: "\f15c";
}
.fa.fa-building-o {
  font-family: "font awesome 5 free";
  font-weight: 400;
}
.fa.fa-building-o:before {
  content: "\f1ad";
}
.fa.fa-hospital-o {
  font-family: "font awesome 5 free";
  font-weight: 400;
}
.fa.fa-hospital-o:before {
  content: "\f0f8";
}
.fa.fa-tablet:before {
  content: "\f3fa";
}
.fa.fa-mobile-phone:before,
.fa.fa-mobile:before {
  content: "\f3cd";
}
.fa.fa-circle-o {
  font-family: "font awesome 5 free";
  font-weight: 400;
}
.fa.fa-circle-o:before {
  content: "\f111";
}
.fa.fa-mail-reply:before {
  content: "\f3e5";
}
.fa.fa-github-alt {
  font-family: "font awesome 5 brands";
  font-weight: 400;
}
.fa.fa-folder-o {
  font-family: "font awesome 5 free";
  font-weight: 400;
}
.fa.fa-folder-o:before {
  content: "\f07b";
}
.fa.fa-folder-open-o {
  font-family: "font awesome 5 free";
  font-weight: 400;
}
.fa.fa-folder-open-o:before {
  content: "\f07c";
}
.fa.fa-smile-o {
  font-family: "font awesome 5 free";
  font-weight: 400;
}
.fa.fa-smile-o:before {
  content: "\f118";
}
.fa.fa-frown-o {
  font-family: "font awesome 5 free";
  font-weight: 400;
}
.fa.fa-frown-o:before {
  content: "\f119";
}
.fa.fa-meh-o {
  font-family: "font awesome 5 free";
  font-weight: 400;
}
.fa.fa-meh-o:before {
  content: "\f11a";
}
.fa.fa-keyboard-o {
  font-family: "font awesome 5 free";
  font-weight: 400;
}
.fa.fa-keyboard-o:before {
  content: "\f11c";
}
.fa.fa-flag-o {
  font-family: "font awesome 5 free";
  font-weight: 400;
}
.fa.fa-flag-o:before {
  content: "\f024";
}
.fa.fa-mail-reply-all:before {
  content: "\f122";
}
.fa.fa-star-half-o {
  font-family: "font awesome 5 free";
  font-weight: 400;
}
.fa.fa-star-half-o:before {
  content: "\f089";
}
.fa.fa-star-half-empty {
  font-family: "font awesome 5 free";
  font-weight: 400;
}
.fa.fa-star-half-empty:before {
  content: "\f089";
}
.fa.fa-star-half-full {
  font-family: "font awesome 5 free";
  font-weight: 400;
}
.fa.fa-star-half-full:before {
  content: "\f089";
}
.fa.fa-code-fork:before {
  content: "\f126";
}
.fa.fa-chain-broken:before {
  content: "\f127";
}
.fa.fa-shield:before {
  content: "\f3ed";
}
.fa.fa-calendar-o {
  font-family: "font awesome 5 free";
  font-weight: 400;
}
.fa.fa-calendar-o:before {
  content: "\f133";
}
.fa.fa-css3,
.fa.fa-html5,
.fa.fa-maxcdn {
  font-family: "font awesome 5 brands";
  font-weight: 400;
}
.fa.fa-ticket:before {
  content: "\f3ff";
}
.fa.fa-minus-square-o {
  font-family: "font awesome 5 free";
  font-weight: 400;
}
.fa.fa-minus-square-o:before {
  content: "\f146";
}
.fa.fa-level-up:before {
  content: "\f3bf";
}
.fa.fa-level-down:before {
  content: "\f3be";
}
.fa.fa-pencil-square:before {
  content: "\f14b";
}
.fa.fa-external-link-square:before {
  content: "\f360";
}
.fa.fa-compass {
  font-family: "font awesome 5 free";
  font-weight: 400;
}
.fa.fa-caret-square-o-down {
  font-family: "font awesome 5 free";
  font-weight: 400;
}
.fa.fa-caret-square-o-down:before {
  content: "\f150";
}
.fa.fa-toggle-down {
  font-family: "font awesome 5 free";
  font-weight: 400;
}
.fa.fa-toggle-down:before {
  content: "\f150";
}
.fa.fa-caret-square-o-up {
  font-family: "font awesome 5 free";
  font-weight: 400;
}
.fa.fa-caret-square-o-up:before {
  content: "\f151";
}
.fa.fa-toggle-up {
  font-family: "font awesome 5 free";
  font-weight: 400;
}
.fa.fa-toggle-up:before {
  content: "\f151";
}
.fa.fa-caret-square-o-right {
  font-family: "font awesome 5 free";
  font-weight: 400;
}
.fa.fa-caret-square-o-right:before {
  content: "\f152";
}
.fa.fa-toggle-right {
  font-family: "font awesome 5 free";
  font-weight: 400;
}
.fa.fa-toggle-right:before {
  content: "\f152";
}
.fa.fa-eur:before,
.fa.fa-euro:before {
  content: "\f153";
}
.fa.fa-gbp:before {
  content: "\f154";
}
.fa.fa-dollar:before,
.fa.fa-usd:before {
  content: "\f155";
}
.fa.fa-inr:before,
.fa.fa-rupee:before {
  content: "\f156";
}
.fa.fa-cny:before,
.fa.fa-jpy:before,
.fa.fa-rmb:before,
.fa.fa-yen:before {
  content: "\f157";
}
.fa.fa-rouble:before,
.fa.fa-rub:before,
.fa.fa-ruble:before {
  content: "\f158";
}
.fa.fa-krw:before,
.fa.fa-won:before {
  content: "\f159";
}
.fa.fa-bitcoin,
.fa.fa-btc {
  font-family: "font awesome 5 brands";
  font-weight: 400;
}
.fa.fa-bitcoin:before {
  content: "\f15a";
}
.fa.fa-file-text:before {
  content: "\f15c";
}
.fa.fa-sort-alpha-asc:before {
  content: "\f15d";
}
.fa.fa-sort-alpha-desc:before {
  content: "\f881";
}
.fa.fa-sort-amount-asc:before {
  content: "\f160";
}
.fa.fa-sort-amount-desc:before {
  content: "\f884";
}
.fa.fa-sort-numeric-asc:before {
  content: "\f162";
}
.fa.fa-sort-numeric-desc:before {
  content: "\f886";
}
.fa.fa-xing,
.fa.fa-xing-square,
.fa.fa-youtube,
.fa.fa-youtube-play,
.fa.fa-youtube-square {
  font-family: "font awesome 5 brands";
  font-weight: 400;
}
.fa.fa-youtube-play:before {
  content: "\f167";
}
.fa.fa-adn,
.fa.fa-bitbucket,
.fa.fa-bitbucket-square,
.fa.fa-dropbox,
.fa.fa-flickr,
.fa.fa-instagram,
.fa.fa-stack-overflow {
  font-family: "font awesome 5 brands";
  font-weight: 400;
}
.fa.fa-bitbucket-square:before {
  content: "\f171";
}
.fa.fa-tumblr,
.fa.fa-tumblr-square {
  font-family: "font awesome 5 brands";
  font-weight: 400;
}
.fa.fa-long-arrow-down:before {
  content: "\f309";
}
.fa.fa-long-arrow-up:before {
  content: "\f30c";
}
.fa.fa-long-arrow-left:before {
  content: "\f30a";
}
.fa.fa-long-arrow-right:before {
  content: "\f30b";
}
.fa.fa-android,
.fa.fa-apple,
.fa.fa-dribbble,
.fa.fa-foursquare,
.fa.fa-gittip,
.fa.fa-gratipay,
.fa.fa-linux,
.fa.fa-skype,
.fa.fa-trello,
.fa.fa-windows {
  font-family: "font awesome 5 brands";
  font-weight: 400;
}
.fa.fa-gittip:before {
  content: "\f184";
}
.fa.fa-sun-o {
  font-family: "font awesome 5 free";
  font-weight: 400;
}
.fa.fa-sun-o:before {
  content: "\f185";
}
.fa.fa-moon-o {
  font-family: "font awesome 5 free";
  font-weight: 400;
}
.fa.fa-moon-o:before {
  content: "\f186";
}
.fa.fa-pagelines,
.fa.fa-renren,
.fa.fa-stack-exchange,
.fa.fa-vk,
.fa.fa-weibo {
  font-family: "font awesome 5 brands";
  font-weight: 400;
}
.fa.fa-arrow-circle-o-right {
  font-family: "font awesome 5 free";
  font-weight: 400;
}
.fa.fa-arrow-circle-o-right:before {
  content: "\f35a";
}
.fa.fa-arrow-circle-o-left {
  font-family: "font awesome 5 free";
  font-weight: 400;
}
.fa.fa-arrow-circle-o-left:before {
  content: "\f359";
}
.fa.fa-caret-square-o-left {
  font-family: "font awesome 5 free";
  font-weight: 400;
}
.fa.fa-caret-square-o-left:before {
  content: "\f191";
}
.fa.fa-toggle-left {
  font-family: "font awesome 5 free";
  font-weight: 400;
}
.fa.fa-toggle-left:before {
  content: "\f191";
}
.fa.fa-dot-circle-o {
  font-family: "font awesome 5 free";
  font-weight: 400;
}
.fa.fa-dot-circle-o:before {
  content: "\f192";
}
.fa.fa-vimeo-square {
  font-family: "font awesome 5 brands";
  font-weight: 400;
}
.fa.fa-try:before,
.fa.fa-turkish-lira:before {
  content: "\f195";
}
.fa.fa-plus-square-o {
  font-family: "font awesome 5 free";
  font-weight: 400;
}
.fa.fa-plus-square-o:before {
  content: "\f0fe";
}
.fa.fa-openid,
.fa.fa-slack,
.fa.fa-wordpress {
  font-family: "font awesome 5 brands";
  font-weight: 400;
}
.fa.fa-bank:before,
.fa.fa-institution:before {
  content: "\f19c";
}
.fa.fa-mortar-board:before {
  content: "\f19d";
}
.fa.fa-delicious,
.fa.fa-digg,
.fa.fa-drupal,
.fa.fa-google,
.fa.fa-joomla,
.fa.fa-pied-piper-alt,
.fa.fa-pied-piper-pp,
.fa.fa-reddit,
.fa.fa-reddit-square,
.fa.fa-stumbleupon,
.fa.fa-stumbleupon-circle,
.fa.fa-yahoo {
  font-family: "font awesome 5 brands";
  font-weight: 400;
}
.fa.fa-spoon:before {
  content: "\f2e5";
}
.fa.fa-behance,
.fa.fa-behance-square,
.fa.fa-steam,
.fa.fa-steam-square {
  font-family: "font awesome 5 brands";
  font-weight: 400;
}
.fa.fa-automobile:before {
  content: "\f1b9";
}
.fa.fa-envelope-o {
  font-family: "font awesome 5 free";
  font-weight: 400;
}
.fa.fa-envelope-o:before {
  content: "\f0e0";
}
.fa.fa-deviantart,
.fa.fa-soundcloud,
.fa.fa-spotify {
  font-family: "font awesome 5 brands";
  font-weight: 400;
}
.fa.fa-file-pdf-o {
  font-family: "font awesome 5 free";
  font-weight: 400;
}
.fa.fa-file-pdf-o:before {
  content: "\f1c1";
}
.fa.fa-file-word-o {
  font-family: "font awesome 5 free";
  font-weight: 400;
}
.fa.fa-file-word-o:before {
  content: "\f1c2";
}
.fa.fa-file-excel-o {
  font-family: "font awesome 5 free";
  font-weight: 400;
}
.fa.fa-file-excel-o:before {
  content: "\f1c3";
}
.fa.fa-file-powerpoint-o {
  font-family: "font awesome 5 free";
  font-weight: 400;
}
.fa.fa-file-powerpoint-o:before {
  content: "\f1c4";
}
.fa.fa-file-image-o {
  font-family: "font awesome 5 free";
  font-weight: 400;
}
.fa.fa-file-image-o:before {
  content: "\f1c5";
}
.fa.fa-file-photo-o {
  font-family: "font awesome 5 free";
  font-weight: 400;
}
.fa.fa-file-photo-o:before {
  content: "\f1c5";
}
.fa.fa-file-picture-o {
  font-family: "font awesome 5 free";
  font-weight: 400;
}
.fa.fa-file-picture-o:before {
  content: "\f1c5";
}
.fa.fa-file-archive-o {
  font-family: "font awesome 5 free";
  font-weight: 400;
}
.fa.fa-file-archive-o:before {
  content: "\f1c6";
}
.fa.fa-file-zip-o {
  font-family: "font awesome 5 free";
  font-weight: 400;
}
.fa.fa-file-zip-o:before {
  content: "\f1c6";
}
.fa.fa-file-audio-o {
  font-family: "font awesome 5 free";
  font-weight: 400;
}
.fa.fa-file-audio-o:before {
  content: "\f1c7";
}
.fa.fa-file-sound-o {
  font-family: "font awesome 5 free";
  font-weight: 400;
}
.fa.fa-file-sound-o:before {
  content: "\f1c7";
}
.fa.fa-file-video-o {
  font-family: "font awesome 5 free";
  font-weight: 400;
}
.fa.fa-file-video-o:before {
  content: "\f1c8";
}
.fa.fa-file-movie-o {
  font-family: "font awesome 5 free";
  font-weight: 400;
}
.fa.fa-file-movie-o:before {
  content: "\f1c8";
}
.fa.fa-file-code-o {
  font-family: "font awesome 5 free";
  font-weight: 400;
}
.fa.fa-file-code-o:before {
  content: "\f1c9";
}
.fa.fa-codepen,
.fa.fa-jsfiddle,
.fa.fa-vine {
  font-family: "font awesome 5 brands";
  font-weight: 400;
}
.fa.fa-life-bouy,
.fa.fa-life-ring {
  font-family: "font awesome 5 free";
  font-weight: 400;
}
.fa.fa-life-bouy:before {
  content: "\f1cd";
}
.fa.fa-life-buoy {
  font-family: "font awesome 5 free";
  font-weight: 400;
}
.fa.fa-life-buoy:before {
  content: "\f1cd";
}
.fa.fa-life-saver {
  font-family: "font awesome 5 free";
  font-weight: 400;
}
.fa.fa-life-saver:before {
  content: "\f1cd";
}
.fa.fa-support {
  font-family: "font awesome 5 free";
  font-weight: 400;
}
.fa.fa-support:before {
  content: "\f1cd";
}
.fa.fa-circle-o-notch:before {
  content: "\f1ce";
}
.fa.fa-ra,
.fa.fa-rebel {
  font-family: "font awesome 5 brands";
  font-weight: 400;
}
.fa.fa-ra:before {
  content: "\f1d0";
}
.fa.fa-resistance {
  font-family: "font awesome 5 brands";
  font-weight: 400;
}
.fa.fa-resistance:before {
  content: "\f1d0";
}
.fa.fa-empire,
.fa.fa-ge {
  font-family: "font awesome 5 brands";
  font-weight: 400;
}
.fa.fa-ge:before {
  content: "\f1d1";
}
.fa.fa-git,
.fa.fa-git-square,
.fa.fa-hacker-news,
.fa.fa-y-combinator-square {
  font-family: "font awesome 5 brands";
  font-weight: 400;
}
.fa.fa-y-combinator-square:before {
  content: "\f1d4";
}
.fa.fa-yc-square {
  font-family: "font awesome 5 brands";
  font-weight: 400;
}
.fa.fa-yc-square:before {
  content: "\f1d4";
}
.fa.fa-qq,
.fa.fa-tencent-weibo,
.fa.fa-wechat,
.fa.fa-weixin {
  font-family: "font awesome 5 brands";
  font-weight: 400;
}
.fa.fa-wechat:before {
  content: "\f1d7";
}
.fa.fa-send:before {
  content: "\f1d8";
}
.fa.fa-paper-plane-o {
  font-family: "font awesome 5 free";
  font-weight: 400;
}
.fa.fa-paper-plane-o:before {
  content: "\f1d8";
}
.fa.fa-send-o {
  font-family: "font awesome 5 free";
  font-weight: 400;
}
.fa.fa-send-o:before {
  content: "\f1d8";
}
.fa.fa-circle-thin {
  font-family: "font awesome 5 free";
  font-weight: 400;
}
.fa.fa-circle-thin:before {
  content: "\f111";
}
.fa.fa-header:before {
  content: "\f1dc";
}
.fa.fa-sliders:before {
  content: "\f1de";
}
.fa.fa-futbol-o {
  font-family: "font awesome 5 free";
  font-weight: 400;
}
.fa.fa-futbol-o:before {
  content: "\f1e3";
}
.fa.fa-soccer-ball-o {
  font-family: "font awesome 5 free";
  font-weight: 400;
}
.fa.fa-soccer-ball-o:before {
  content: "\f1e3";
}
.fa.fa-slideshare,
.fa.fa-twitch,
.fa.fa-yelp {
  font-family: "font awesome 5 brands";
  font-weight: 400;
}
.fa.fa-newspaper-o {
  font-family: "font awesome 5 free";
  font-weight: 400;
}
.fa.fa-newspaper-o:before {
  content: "\f1ea";
}
.fa.fa-cc-amex,
.fa.fa-cc-discover,
.fa.fa-cc-mastercard,
.fa.fa-cc-paypal,
.fa.fa-cc-stripe,
.fa.fa-cc-visa,
.fa.fa-google-wallet,
.fa.fa-paypal {
  font-family: "font awesome 5 brands";
  font-weight: 400;
}
.fa.fa-bell-slash-o {
  font-family: "font awesome 5 free";
  font-weight: 400;
}
.fa.fa-bell-slash-o:before {
  content: "\f1f6";
}
.fa.fa-trash:before {
  content: "\f2ed";
}
.fa.fa-copyright {
  font-family: "font awesome 5 free";
  font-weight: 400;
}
.fa.fa-eyedropper:before {
  content: "\f1fb";
}
.fa.fa-area-chart:before {
  content: "\f1fe";
}
.fa.fa-pie-chart:before {
  content: "\f200";
}
.fa.fa-line-chart:before {
  content: "\f201";
}
.fa.fa-angellist,
.fa.fa-ioxhost,
.fa.fa-lastfm,
.fa.fa-lastfm-square {
  font-family: "font awesome 5 brands";
  font-weight: 400;
}
.fa.fa-cc {
  font-family: "font awesome 5 free";
  font-weight: 400;
}
.fa.fa-cc:before {
  content: "\f20a";
}
.fa.fa-ils:before,
.fa.fa-shekel:before,
.fa.fa-sheqel:before {
  content: "\f20b";
}
.fa.fa-meanpath {
  font-family: "font awesome 5 brands";
  font-weight: 400;
}
.fa.fa-meanpath:before {
  content: "\f2b4";
}
.fa.fa-buysellads,
.fa.fa-connectdevelop,
.fa.fa-dashcube,
.fa.fa-forumbee,
.fa.fa-leanpub,
.fa.fa-sellsy,
.fa.fa-shirtsinbulk,
.fa.fa-simplybuilt,
.fa.fa-skyatlas {
  font-family: "font awesome 5 brands";
  font-weight: 400;
}
.fa.fa-diamond {
  font-family: "font awesome 5 free";
  font-weight: 400;
}
.fa.fa-diamond:before {
  content: "\f3a5";
}
.fa.fa-intersex:before {
  content: "\f224";
}
.fa.fa-facebook-official {
  font-family: "font awesome 5 brands";
  font-weight: 400;
}
.fa.fa-facebook-official:before {
  content: "\f09a";
}
.fa.fa-pinterest-p,
.fa.fa-whatsapp {
  font-family: "font awesome 5 brands";
  font-weight: 400;
}
.fa.fa-hotel:before {
  content: "\f236";
}
.fa.fa-medium,
.fa.fa-viacoin,
.fa.fa-y-combinator,
.fa.fa-yc {
  font-family: "font awesome 5 brands";
  font-weight: 400;
}
.fa.fa-yc:before {
  content: "\f23b";
}
.fa.fa-expeditedssl,
.fa.fa-opencart,
.fa.fa-optin-monster {
  font-family: "font awesome 5 brands";
  font-weight: 400;
}
.fa.fa-battery-4:before,
.fa.fa-battery:before {
  content: "\f240";
}
.fa.fa-battery-3:before {
  content: "\f241";
}
.fa.fa-battery-2:before {
  content: "\f242";
}
.fa.fa-battery-1:before {
  content: "\f243";
}
.fa.fa-battery-0:before {
  content: "\f244";
}
.fa.fa-object-group,
.fa.fa-object-ungroup,
.fa.fa-sticky-note-o {
  font-family: "font awesome 5 free";
  font-weight: 400;
}
.fa.fa-sticky-note-o:before {
  content: "\f249";
}
.fa.fa-cc-diners-club,
.fa.fa-cc-jcb {
  font-family: "font awesome 5 brands";
  font-weight: 400;
}
.fa.fa-clone,
.fa.fa-hourglass-o {
  font-family: "font awesome 5 free";
  font-weight: 400;
}
.fa.fa-hourglass-o:before {
  content: "\f254";
}
.fa.fa-hourglass-1:before {
  content: "\f251";
}
.fa.fa-hourglass-2:before {
  content: "\f252";
}
.fa.fa-hourglass-3:before {
  content: "\f253";
}
.fa.fa-hand-rock-o {
  font-family: "font awesome 5 free";
  font-weight: 400;
}
.fa.fa-hand-rock-o:before {
  content: "\f255";
}
.fa.fa-hand-grab-o {
  font-family: "font awesome 5 free";
  font-weight: 400;
}
.fa.fa-hand-grab-o:before {
  content: "\f255";
}
.fa.fa-hand-paper-o {
  font-family: "font awesome 5 free";
  font-weight: 400;
}
.fa.fa-hand-paper-o:before {
  content: "\f256";
}
.fa.fa-hand-stop-o {
  font-family: "font awesome 5 free";
  font-weight: 400;
}
.fa.fa-hand-stop-o:before {
  content: "\f256";
}
.fa.fa-hand-scissors-o {
  font-family: "font awesome 5 free";
  font-weight: 400;
}
.fa.fa-hand-scissors-o:before {
  content: "\f257";
}
.fa.fa-hand-lizard-o {
  font-family: "font awesome 5 free";
  font-weight: 400;
}
.fa.fa-hand-lizard-o:before {
  content: "\f258";
}
.fa.fa-hand-spock-o {
  font-family: "font awesome 5 free";
  font-weight: 400;
}
.fa.fa-hand-spock-o:before {
  content: "\f259";
}
.fa.fa-hand-pointer-o {
  font-family: "font awesome 5 free";
  font-weight: 400;
}
.fa.fa-hand-pointer-o:before {
  content: "\f25a";
}
.fa.fa-hand-peace-o {
  font-family: "font awesome 5 free";
  font-weight: 400;
}
.fa.fa-hand-peace-o:before {
  content: "\f25b";
}
.fa.fa-registered {
  font-family: "font awesome 5 free";
  font-weight: 400;
}
.fa.fa-chrome,
.fa.fa-creative-commons,
.fa.fa-firefox,
.fa.fa-get-pocket,
.fa.fa-gg,
.fa.fa-gg-circle,
.fa.fa-internet-explorer,
.fa.fa-odnoklassniki,
.fa.fa-odnoklassniki-square,
.fa.fa-opera,
.fa.fa-safari,
.fa.fa-tripadvisor,
.fa.fa-wikipedia-w {
  font-family: "font awesome 5 brands";
  font-weight: 400;
}
.fa.fa-television:before {
  content: "\f26c";
}
.fa.fa-500px,
.fa.fa-amazon,
.fa.fa-contao {
  font-family: "font awesome 5 brands";
  font-weight: 400;
}
.fa.fa-calendar-plus-o {
  font-family: "font awesome 5 free";
  font-weight: 400;
}
.fa.fa-calendar-plus-o:before {
  content: "\f271";
}
.fa.fa-calendar-minus-o {
  font-family: "font awesome 5 free";
  font-weight: 400;
}
.fa.fa-calendar-minus-o:before {
  content: "\f272";
}
.fa.fa-calendar-times-o {
  font-family: "font awesome 5 free";
  font-weight: 400;
}
.fa.fa-calendar-times-o:before {
  content: "\f273";
}
.fa.fa-calendar-check-o {
  font-family: "font awesome 5 free";
  font-weight: 400;
}
.fa.fa-calendar-check-o:before {
  content: "\f274";
}
.fa.fa-map-o {
  font-family: "font awesome 5 free";
  font-weight: 400;
}
.fa.fa-map-o:before {
  content: "\f279";
}
.fa.fa-commenting:before {
  content: "\f4ad";
}
.fa.fa-commenting-o {
  font-family: "font awesome 5 free";
  font-weight: 400;
}
.fa.fa-commenting-o:before {
  content: "\f4ad";
}
.fa.fa-houzz,
.fa.fa-vimeo {
  font-family: "font awesome 5 brands";
  font-weight: 400;
}
.fa.fa-vimeo:before {
  content: "\f27d";
}
.fa.fa-black-tie,
.fa.fa-edge,
.fa.fa-fonticons,
.fa.fa-reddit-alien {
  font-family: "font awesome 5 brands";
  font-weight: 400;
}
.fa.fa-credit-card-alt:before {
  content: "\f09d";
}
.fa.fa-codiepie,
.fa.fa-fort-awesome,
.fa.fa-mixcloud,
.fa.fa-modx,
.fa.fa-product-hunt,
.fa.fa-scribd,
.fa.fa-usb {
  font-family: "font awesome 5 brands";
  font-weight: 400;
}
.fa.fa-pause-circle-o {
  font-family: "font awesome 5 free";
  font-weight: 400;
}
.fa.fa-pause-circle-o:before {
  content: "\f28b";
}
.fa.fa-stop-circle-o {
  font-family: "font awesome 5 free";
  font-weight: 400;
}
.fa.fa-stop-circle-o:before {
  content: "\f28d";
}
.fa.fa-bluetooth,
.fa.fa-bluetooth-b,
.fa.fa-envira,
.fa.fa-gitlab,
.fa.fa-wheelchair-alt,
.fa.fa-wpbeginner,
.fa.fa-wpforms {
  font-family: "font awesome 5 brands";
  font-weight: 400;
}
.fa.fa-wheelchair-alt:before {
  content: "\f368";
}
.fa.fa-question-circle-o {
  font-family: "font awesome 5 free";
  font-weight: 400;
}
.fa.fa-question-circle-o:before {
  content: "\f059";
}
.fa.fa-volume-control-phone:before {
  content: "\f2a0";
}
.fa.fa-asl-interpreting:before {
  content: "\f2a3";
}
.fa.fa-deafness:before,
.fa.fa-hard-of-hearing:before {
  content: "\f2a4";
}
.fa.fa-glide,
.fa.fa-glide-g {
  font-family: "font awesome 5 brands";
  font-weight: 400;
}
.fa.fa-signing:before {
  content: "\f2a7";
}
.fa.fa-first-order,
.fa.fa-google-plus-official,
.fa.fa-pied-piper,
.fa.fa-snapchat,
.fa.fa-snapchat-ghost,
.fa.fa-snapchat-square,
.fa.fa-themeisle,
.fa.fa-viadeo,
.fa.fa-viadeo-square,
.fa.fa-yoast {
  font-family: "font awesome 5 brands";
  font-weight: 400;
}
.fa.fa-google-plus-official:before {
  content: "\f2b3";
}
.fa.fa-google-plus-circle {
  font-family: "font awesome 5 brands";
  font-weight: 400;
}
.fa.fa-google-plus-circle:before {
  content: "\f2b3";
}
.fa.fa-fa,
.fa.fa-font-awesome {
  font-family: "font awesome 5 brands";
  font-weight: 400;
}
.fa.fa-fa:before {
  content: "\f2b4";
}
.fa.fa-handshake-o {
  font-family: "font awesome 5 free";
  font-weight: 400;
}
.fa.fa-handshake-o:before {
  content: "\f2b5";
}
.fa.fa-envelope-open-o {
  font-family: "font awesome 5 free";
  font-weight: 400;
}
.fa.fa-envelope-open-o:before {
  content: "\f2b6";
}
.fa.fa-linode {
  font-family: "font awesome 5 brands";
  font-weight: 400;
}
.fa.fa-address-book-o {
  font-family: "font awesome 5 free";
  font-weight: 400;
}
.fa.fa-address-book-o:before {
  content: "\f2b9";
}
.fa.fa-vcard:before {
  content: "\f2bb";
}
.fa.fa-address-card-o {
  font-family: "font awesome 5 free";
  font-weight: 400;
}
.fa.fa-address-card-o:before {
  content: "\f2bb";
}
.fa.fa-vcard-o {
  font-family: "font awesome 5 free";
  font-weight: 400;
}
.fa.fa-vcard-o:before {
  content: "\f2bb";
}
.fa.fa-user-circle-o {
  font-family: "font awesome 5 free";
  font-weight: 400;
}
.fa.fa-user-circle-o:before {
  content: "\f2bd";
}
.fa.fa-user-o {
  font-family: "font awesome 5 free";
  font-weight: 400;
}
.fa.fa-user-o:before {
  content: "\f007";
}
.fa.fa-id-badge {
  font-family: "font awesome 5 free";
  font-weight: 400;
}
.fa.fa-drivers-license:before {
  content: "\f2c2";
}
.fa.fa-id-card-o {
  font-family: "font awesome 5 free";
  font-weight: 400;
}
.fa.fa-id-card-o:before {
  content: "\f2c2";
}
.fa.fa-drivers-license-o {
  font-family: "font awesome 5 free";
  font-weight: 400;
}
.fa.fa-drivers-license-o:before {
  content: "\f2c2";
}
.fa.fa-free-code-camp,
.fa.fa-quora,
.fa.fa-telegram {
  font-family: "font awesome 5 brands";
  font-weight: 400;
}
.fa.fa-thermometer-4:before,
.fa.fa-thermometer:before {
  content: "\f2c7";
}
.fa.fa-thermometer-3:before {
  content: "\f2c8";
}
.fa.fa-thermometer-2:before {
  content: "\f2c9";
}
.fa.fa-thermometer-1:before {
  content: "\f2ca";
}
.fa.fa-thermometer-0:before {
  content: "\f2cb";
}
.fa.fa-bathtub:before,
.fa.fa-s15:before {
  content: "\f2cd";
}
.fa.fa-window-maximize,
.fa.fa-window-restore {
  font-family: "font awesome 5 free";
  font-weight: 400;
}
.fa.fa-times-rectangle:before {
  content: "\f410";
}
.fa.fa-window-close-o {
  font-family: "font awesome 5 free";
  font-weight: 400;
}
.fa.fa-window-close-o:before {
  content: "\f410";
}
.fa.fa-times-rectangle-o {
  font-family: "font awesome 5 free";
  font-weight: 400;
}
.fa.fa-times-rectangle-o:before {
  content: "\f410";
}
.fa.fa-bandcamp,
.fa.fa-eercast,
.fa.fa-etsy,
.fa.fa-grav,
.fa.fa-imdb,
.fa.fa-ravelry {
  font-family: "font awesome 5 brands";
  font-weight: 400;
}
.fa.fa-eercast:before {
  content: "\f2da";
}
.fa.fa-snowflake-o {
  font-family: "font awesome 5 free";
  font-weight: 400;
}
.fa.fa-snowflake-o:before {
  content: "\f2dc";
}
.fa.fa-superpowers,
.fa.fa-wpexplorer {
  font-family: "font awesome 5 brands";
  font-weight: 400;
}
.fa.fa-cab:before {
  content: "\f1ba";
}
ul.hfe-nav-menu,
.hfe-nav-menu li,
.hfe-nav-menu ul {
  list-style: none !important;
  margin: 0;
  padding: 0;
}
.hfe-nav-menu li.menu-item {
  position: relative;
}
.hfe-flyout-container .hfe-nav-menu li.menu-item {
  position: relative;
  background: unset;
}
.hfe-nav-menu .sub-menu li.menu-item {
  position: relative;
  background: inherit;
}
.hfe-nav-menu__theme-icon-yes button.sub-menu-toggle {
  display: none;
}
div.hfe-nav-menu,
.elementor-widget-hfe-nav-menu .elementor-widget-container {
  -js-display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.hfe-nav-menu__layout-horizontal,
.hfe-nav-menu__layout-horizontal .hfe-nav-menu {
  -js-display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
.hfe-nav-menu__layout-horizontal .hfe-nav-menu {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.hfe-nav-menu .parent-has-no-child .hfe-menu-toggle {
  display: none;
}
.hfe-nav-menu__layout-horizontal .hfe-nav-menu .sub-menu,
.hfe-submenu-action-hover .hfe-layout-vertical .hfe-nav-menu .sub-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 16;
  visibility: hidden;
  opacity: 0;
  text-align: left;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}
.hfe-nav-menu__layout-horizontal
  .hfe-nav-menu
  .menu-item-has-children:hover
  > .sub-menu,
.hfe-nav-menu__layout-horizontal
  .hfe-nav-menu
  .menu-item-has-children:focus
  > .sub-menu {
  visibility: visible;
  opacity: 1;
}
.hfe-submenu-action-click
  .hfe-nav-menu
  .menu-item-has-children:hover
  > .sub-menu,
.hfe-submenu-action-click
  .hfe-nav-menu
  .menu-item-has-children:focus
  > .sub-menu {
  visibility: hidden;
  opacity: 0;
}
.hfe-nav-menu .menu-item-has-children .sub-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 9999;
  visibility: hidden;
  opacity: 0;
}
.hfe-flyout-container
  .hfe-nav-menu
  .menu-item-has-children
  .menu-item-has-children
  .sub-menu {
  top: 0;
  left: 0;
}
.hfe-nav-menu .menu-item-has-children .menu-item-has-children .sub-menu {
  top: 0;
  left: 100%;
}
.hfe-nav-menu__layout-horizontal
  .hfe-nav-menu
  .menu-item-has-children:hover
  > .sub-menu,
.hfe-nav-menu__layout-horizontal
  .hfe-nav-menu
  .menu-item-has-children.focus
  > .sub-menu {
  visibility: visible;
  opacity: 1;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.hfe-nav-menu:before,
.hfe-nav-menu:after {
  content: "";
  display: table;
  clear: both;
}
.hfe-nav-menu__align-right .hfe-nav-menu {
  margin-left: auto;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  -moz-box-pack: end;
  justify-content: flex-end;
}
.hfe-nav-menu__align-right .hfe-nav-menu__layout-vertical li a.hfe-menu-item,
.hfe-nav-menu__align-right
  .hfe-nav-menu__layout-vertical
  li
  a.hfe-sub-menu-item {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  -moz-box-pack: end;
  justify-content: flex-end;
}
.hfe-nav-menu__align-right
  .hfe-nav-menu__layout-vertical
  li.hfe-has-submenu
  .elementor-button-wrapper,
.rtl
  .hfe-nav-menu__align-left
  .hfe-nav-menu__layout-vertical
  li.hfe-has-submenu
  .elementor-button-wrapper,
.hfe-nav-menu__align-right
  .hfe-nav-menu__layout-vertical
  li.elementor-button-wrapper,
.rtl
  .hfe-nav-menu__align-left
  .hfe-nav-menu__layout-vertical
  li.elementor-button-wrapper {
  text-align: right;
}
.hfe-nav-menu__align-left
  .hfe-nav-menu__layout-vertical
  li.hfe-has-submenu
  .elementor-button-wrapper,
.rtl
  .hfe-nav-menu__align-right
  .hfe-nav-menu__layout-vertical
  li.hfe-has-submenu
  .elementor-button-wrapper,
.hfe-nav-menu__align-left
  .hfe-nav-menu__layout-vertical
  li.elementor-button-wrapper,
.rtl
  .hfe-nav-menu__align-right
  .hfe-nav-menu__layout-vertical
  li.elementor-button-wrapper {
  text-align: left;
}
.hfe-nav-menu__align-center
  .hfe-nav-menu__layout-vertical
  li.hfe-has-submenu
  .elementor-button-wrapper,
.hfe-nav-menu__align-center
  .hfe-nav-menu__layout-vertical
  li.elementor-button-wrapper {
  text-align: center;
}
.hfe-nav-menu__align-left .hfe-nav-menu {
  margin-right: auto;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  -moz-box-pack: start;
  justify-content: flex-start;
}
.hfe-nav-menu__align-left .hfe-nav-menu__layout-vertical li a.hfe-menu-item,
.hfe-nav-menu__align-left
  .hfe-nav-menu__layout-vertical
  li
  a.hfe-sub-menu-item {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  -moz-box-pack: start;
  justify-content: flex-start;
}
.hfe-nav-menu__align-center .hfe-nav-menu {
  margin-left: auto;
  margin-right: auto;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  justify-content: center;
}
.hfe-nav-menu__align-center .hfe-nav-menu__layout-vertical li a.hfe-menu-item,
.hfe-nav-menu__align-center
  .hfe-nav-menu__layout-vertical
  li
  a.hfe-sub-menu-item {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  justify-content: center;
}
.hfe-nav-menu__layout-horizontal .hfe-nav-menu {
  -js-display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.hfe-nav-menu__align-justify .hfe-nav-menu__layout-horizontal .hfe-nav-menu {
  width: 100%;
}
.hfe-nav-menu__align-justify
  .hfe-nav-menu__layout-horizontal
  .hfe-nav-menu
  li.menu-item {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  -webkit-flex-grow: 1;
  -moz-box-flex: 1;
  flex-grow: 1;
}
.hfe-nav-menu__align-justify
  .hfe-nav-menu__layout-horizontal
  .hfe-nav-menu
  li
  a.hfe-menu-item {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  justify-content: center;
}
.hfe-active-menu + nav li:not(:last-child) a.hfe-menu-item,
.hfe-active-menu + nav li:not(:last-child) a.hfe-sub-menu-item {
  border-bottom-width: 0;
}
.hfe-nav-menu a.hfe-menu-item,
.hfe-nav-menu a.hfe-sub-menu-item {
  line-height: 1;
  text-decoration: none;
  -js-display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.hfe-nav-menu a.hfe-menu-item:hover,
.hfe-nav-menu a.hfe-sub-menu-item:hover {
  text-decoration: none;
}
.hfe-nav-menu .sub-menu {
  min-width: 220px;
  margin: 0;
  z-index: 9999;
}
.hfe-nav-menu__layout-horizontal {
  font-size: 0;
}
.hfe-nav-menu__layout-horizontal li.menu-item,
.hfe-nav-menu__layout-horizontal > li.menu-item {
  font-size: medium;
}
.hfe-nav-menu__layout-horizontal .hfe-nav-menu .sub-menu {
  -webkit-box-shadow: 0 4px 10px -2px rgba(0, 0, 0, 0.1);
  box-shadow: 0 4px 10px -2px rgba(0, 0, 0, 0.1);
}
.hfe-submenu-icon-arrow .hfe-nav-menu .parent-has-child .sub-arrow i:before {
  content: "";
}
.hfe-submenu-icon-classic .hfe-nav-menu .parent-has-child .sub-arrow i:before {
  content: "";
}
.hfe-submenu-icon-plus .hfe-nav-menu .parent-has-child .sub-arrow i:before {
  content: "+";
}
.hfe-submenu-icon-none .hfe-nav-menu .parent-has-child .sub-arrow {
  display: none;
}
.hfe-submenu-icon-arrow
  .hfe-nav-menu
  .parent-has-child
  .sub-menu-active
  .sub-arrow
  i:before,
.hfe-link-redirect-self_link.hfe-submenu-icon-arrow
  .hfe-nav-menu
  .parent-has-child
  .menu-active
  .sub-arrow
  i:before {
  content: "";
}
.hfe-submenu-icon-plus
  .hfe-nav-menu
  .parent-has-child
  .sub-menu-active
  .sub-arrow
  i:before,
.hfe-link-redirect-self_link.hfe-submenu-icon-plus
  .hfe-nav-menu
  .parent-has-child
  .menu-active
  .sub-arrow
  i:before {
  content: "-";
}
.hfe-submenu-icon-classic
  .hfe-nav-menu
  .parent-has-child
  .sub-menu-active
  .sub-arrow
  i:before,
.hfe-link-redirect-self_link.hfe-submenu-icon-classic
  .hfe-nav-menu
  .parent-has-child
  .menu-active
  .sub-arrow
  i:before {
  content: "";
}
.rtl
  .hfe-submenu-icon-arrow
  .hfe-nav-menu__layout-horizontal
  .menu-item-has-children
  ul
  a
  .sub-arrow
  i:before {
  content: "";
}
.rtl
  .hfe-submenu-icon-classic
  .hfe-nav-menu__layout-horizontal
  .menu-item-has-children
  ul
  a
  .sub-arrow
  i:before {
  content: "";
}
.hfe-submenu-icon-arrow
  .hfe-nav-menu__layout-horizontal
  .menu-item-has-children
  ul
  a
  .sub-arrow
  i:before {
  content: "";
}
.hfe-submenu-icon-classic
  .hfe-nav-menu__layout-horizontal
  .menu-item-has-children
  ul
  a
  .sub-arrow
  i:before {
  content: "";
}
.hfe-nav-menu-icon {
  padding: 0.35em;
  border: 0 solid;
}
.hfe-nav-menu-icon svg {
  width: 25px;
  height: 25px;
  line-height: 25px;
  font-size: 25px;
}
.hfe-nav-menu-icon i:focus {
  outline: 0;
}
.hfe-has-submenu-container a.hfe-menu-item:focus,
.hfe-has-submenu-container a.hfe-sub-menu-item:focus {
  outline: 0;
}
.hfe-nav-menu .menu-item-has-children:focus,
.hfe-nav-menu .menu-item-has-children .sub-menu:focus,
.hfe-nav-menu .menu-item-has-children-container:focus {
  outline: 0;
}
.hfe-nav-menu .menu-item-has-children-container {
  position: relative;
}
.hfe-nav-menu__layout-expandible .sub-menu,
.hfe-nav-menu__layout-vertical .sub-menu,
.hfe-flyout-wrapper .sub-menu {
  position: relative;
  height: 0;
}
.hfe-nav-menu__submenu-arrow .hfe-menu-toggle:before,
.hfe-nav-menu__submenu-plus .hfe-menu-toggle:before,
.hfe-nav-menu__submenu-classic .hfe-menu-toggle:before {
  font-family: "font awesome 5 free";
  z-index: 1;
  font-size: inherit;
  font-weight: inherit;
  line-height: 0;
}
.hfe-menu-item-center .hfe-nav-menu li a.hfe-menu-item,
.hfe-menu-item-center .hfe-nav-menu li a.hfe-sub-menu-item {
  margin-right: 0;
}
.hfe-nav-menu__submenu-none .hfe-nav-menu li a.hfe-menu-item,
.hfe-nav-menu__submenu-none .hfe-nav-menu li a.hfe-sub-menu-item {
  margin-right: 0;
}
.hfe-nav-menu__toggle-icon:before {
  content: "\f0c9";
  font-family: fontawesome;
  z-index: 1;
  font-size: 24px;
  font-weight: inherit;
  font-style: normal;
  line-height: 0;
}
.hfe-active-menu .hfe-nav-menu__toggle-icon:before {
  content: "\f00d";
}
.hfe-nav-menu__layout-expandible {
  -webkit-transition-property: display;
  transition-property: display;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -webkit-transition-timing-function: cubic-bezier(0, 1, 0.5, 1);
  transition-timing-function: cubic-bezier(0, 1, 0.5, 1);
}
.hfe-nav-menu__layout-expandible {
  visibility: hidden;
  opacity: 0;
}
.hfe-nav-menu__layout-expandible .sub-menu {
  visibility: hidden;
  opacity: 0;
}
.hfe-active-menu + .hfe-nav-menu__layout-expandible {
  visibility: visible;
  opacity: 1;
  height: auto;
}
.hfe-active-menu.hfe-active-menu-full-width + .hfe-nav-menu__layout-expandible,
.hfe-active-menu.hfe-active-menu-full-width + .hfe-nav-menu__layout-horizontal,
.hfe-active-menu.hfe-active-menu-full-width + .hfe-nav-menu__layout-vertical {
  position: absolute;
  top: 100%;
}
.hfe-nav-menu__layout-expandible
  .menu-item-has-children
  .menu-item-has-children
  .sub-menu,
.hfe-nav-menu__layout-vertical
  .menu-item-has-children
  .menu-item-has-children
  .sub-menu {
  top: 0;
  left: 0;
}
.hfe-layout-expandible nav {
  height: 0;
}
.hfe-nav-sub-menu-icon,
.hfe-nav-menu__icon {
  display: inline-block;
  line-height: 1;
}
.hfe-nav-menu__toggle {
  -js-display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 22px;
  cursor: pointer;
  border: 0 solid;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  color: #494c4f;
  position: relative;
  line-height: 1;
}
.hfe-nav-menu__toggle-icon {
  display: inline-block;
  font-size: inherit;
  font-weight: 400;
  font-style: normal;
  font-variant: normal;
  line-height: 1;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.hfe-nav-menu .sub-arrow {
  font-size: 14px;
  line-height: 1;
  -js-display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  cursor: pointer;
  margin-top: -10px;
  margin-bottom: -10px;
}
.hfe-nav-menu__layout-horizontal .hfe-nav-menu .sub-arrow {
  margin-left: 10px;
}
.hfe-nav-menu__layout-vertical .hfe-nav-menu .sub-arrow,
.hfe-layout-expandible .sub-arrow,
.hfe-flyout-wrapper .sub-arrow {
  padding: 10px;
}
.hfe-nav-menu .child-item,
.hfe-nav-menu__layout-vertical .hfe-nav-menu .child-item {
  font-size: 14px;
  line-height: 1;
  padding: 10px 0 10px 10px;
  margin-top: -10px;
  margin-bottom: -10px;
  position: absolute;
  right: 0;
  margin-right: 20px;
}
.hfe-layout-horizontal .hfe-nav-menu__toggle,
.hfe-layout-vertical .hfe-nav-menu__toggle {
  visibility: hidden;
  opacity: 0;
  display: none;
}
.hfe-nav-menu-icon {
  display: inline-block;
  line-height: 1;
  text-align: center;
}
.hfe-nav-menu__layout-expandible .saved-content,
.hfe-nav-menu__layout-expandible .sub-menu,
.hfe-nav-menu__layout-expandible .child,
.hfe-nav-menu__layout-vertical .saved-content,
.hfe-nav-menu__layout-vertical .sub-menu,
.hfe-nav-menu__layout-vertical .child,
.hfe-flyout-container .saved-content,
.hfe-flyout-container .sub-menu,
.hfe-flyout-container .child {
  left: 0 !important;
  width: 100% !important;
}
.hfe-flyout-container .hfe-nav-menu .sub-menu {
  background: unset;
}
.hfe-nav-menu__layout-vertical .hfe-menu-toggle:hover,
.hfe-nav-menu__layout-expandible .hfe-menu-toggle:hover,
.hfe-flyout-wrapper .hfe-menu-toggle:hover {
  border: 1px dotted;
}
.hfe-nav-menu__layout-vertical .hfe-menu-toggle,
.hfe-nav-menu__layout-expandible .hfe-menu-toggle,
.hfe-flyout-wrapper .hfe-menu-toggle {
  border: 1px dotted transparent;
}
.hfe-nav-menu .menu-item a:before,
.hfe-nav-menu .menu-item a:after {
  display: block;
  position: absolute;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  -webkit-transition-timing-function: cubic-bezier(0.58, 0.3, 0.005, 1);
  transition-timing-function: cubic-bezier(0.58, 0.3, 0.005, 1);
}
.hfe-nav-menu
  .menu-item
  a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):before,
.hfe-nav-menu
  .menu-item
  a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):after {
  opacity: 0;
}
.hfe-nav-menu .menu-item a.hfe-menu-item:hover:before,
.hfe-nav-menu .menu-item a.hfe-menu-item:hover:after,
.hfe-nav-menu .menu-item a.hfe-menu-item:focus:before,
.hfe-nav-menu .menu-item a.hfe-menu-item:focus:after,
.hfe-nav-menu .menu-item a.hfe-menu-item.highlighted:before,
.hfe-nav-menu .menu-item a.hfe-menu-item.highlighted:after,
.hfe-nav-menu .current-menu-item:before,
.hfe-nav-menu .current-menu-item:after {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
.hfe-pointer__double-line .menu-item.parent a.hfe-menu-item:before,
.hfe-pointer__double-line .menu-item.parent a.hfe-menu-item:after,
.hfe-pointer__underline .menu-item.parent a.hfe-menu-item:before,
.hfe-pointer__underline .menu-item.parent a.hfe-menu-item:after,
.hfe-pointer__overline .menu-item.parent a.hfe-menu-item:before,
.hfe-pointer__overline .menu-item.parent a.hfe-menu-item:after {
  height: 3px;
  width: 100%;
  left: 0;
  background-color: #55595c;
  z-index: 2;
}
.hfe-pointer__double-line.hfe-animation__grow
  .menu-item.parent
  a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):before,
.hfe-pointer__double-line.hfe-animation__grow
  .menu-item.parent
  a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):after,
.hfe-pointer__underline.hfe-animation__grow
  .menu-item.parent
  a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):before,
.hfe-pointer__underline.hfe-animation__grow
  .menu-item.parent
  a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):after,
.hfe-pointer__overline.hfe-animation__grow
  .menu-item.parent
  a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):before,
.hfe-pointer__overline.hfe-animation__grow
  .menu-item.parent
  a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):after {
  height: 0;
  width: 0;
  left: 50%;
}
.hfe-pointer__double-line.hfe-animation__drop-out
  .menu-item.parent
  a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):before,
.hfe-pointer__underline.hfe-animation__drop-out
  .menu-item.parent
  a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):before,
.hfe-pointer__overline.hfe-animation__drop-out
  .menu-item.parent
  a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):before {
  top: 10px;
}
.hfe-pointer__double-line.hfe-animation__drop-out
  .menu-item.parent
  a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):after,
.hfe-pointer__underline.hfe-animation__drop-out
  .menu-item.parent
  a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):after,
.hfe-pointer__overline.hfe-animation__drop-out
  .menu-item.parent
  a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):after {
  bottom: 10px;
}
.hfe-pointer__double-line.hfe-animation__drop-in
  .menu-item.parent
  a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):before,
.hfe-pointer__underline.hfe-animation__drop-in
  .menu-item.parent
  a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):before,
.hfe-pointer__overline.hfe-animation__drop-in
  .menu-item.parent
  a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):before {
  top: -10px;
}
.hfe-pointer__double-line.hfe-animation__drop-in
  .menu-item.parent
  a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):after,
.hfe-pointer__underline.hfe-animation__drop-in
  .menu-item.parent
  a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):after,
.hfe-pointer__overline.hfe-animation__drop-in
  .menu-item.parent
  a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):after {
  bottom: -10px;
}
.hfe-pointer__double-line.hfe-animation__none,
.hfe-pointer__double-line.hfe-animation__none .menu-item.parent a.hfe-menu-item,
.hfe-pointer__underline.hfe-animation__none,
.hfe-pointer__underline.hfe-animation__none .menu-item.parent a.hfe-menu-item,
.hfe-pointer__overline.hfe-animation__none,
.hfe-pointer__overline.hfe-animation__none .menu-item.parent a.hfe-menu-item {
  -webkit-transition-duration: 0s;
  transition-duration: 0s;
}
.hfe-pointer__double-line.hfe-animation__none:before,
.hfe-pointer__double-line.hfe-animation__none:after,
.hfe-pointer__double-line.hfe-animation__none:hover,
.hfe-pointer__double-line.hfe-animation__none:focus,
.hfe-pointer__double-line.hfe-animation__none
  .menu-item.parent
  a.hfe-menu-item:before,
.hfe-pointer__double-line.hfe-animation__none
  .menu-item.parent
  a.hfe-menu-item:after,
.hfe-pointer__double-line.hfe-animation__none
  .menu-item.parent
  a.hfe-menu-item:hover,
.hfe-pointer__double-line.hfe-animation__none
  .menu-item.parent
  a.hfe-menu-item:focus,
.hfe-pointer__underline.hfe-animation__none:before,
.hfe-pointer__underline.hfe-animation__none:after,
.hfe-pointer__underline.hfe-animation__none:hover,
.hfe-pointer__underline.hfe-animation__none:focus,
.hfe-pointer__underline.hfe-animation__none
  .menu-item.parent
  a.hfe-menu-item:before,
.hfe-pointer__underline.hfe-animation__none
  .menu-item.parent
  a.hfe-menu-item:after,
.hfe-pointer__underline.hfe-animation__none
  .menu-item.parent
  a.hfe-menu-item:hover,
.hfe-pointer__underline.hfe-animation__none
  .menu-item.parent
  a.hfe-menu-item:focus,
.hfe-pointer__overline.hfe-animation__none:before,
.hfe-pointer__overline.hfe-animation__none:after,
.hfe-pointer__overline.hfe-animation__none:hover,
.hfe-pointer__overline.hfe-animation__none:focus,
.hfe-pointer__overline.hfe-animation__none
  .menu-item.parent
  a.hfe-menu-item:before,
.hfe-pointer__overline.hfe-animation__none
  .menu-item.parent
  a.hfe-menu-item:after,
.hfe-pointer__overline.hfe-animation__none
  .menu-item.parent
  a.hfe-menu-item:hover,
.hfe-pointer__overline.hfe-animation__none
  .menu-item.parent
  a.hfe-menu-item:focus {
  -webkit-transition-duration: 0s;
  transition-duration: 0s;
}
.hfe-pointer__double-line .menu-item.parent a.hfe-menu-item:before,
.hfe-pointer__overline .menu-item.parent a.hfe-menu-item:before {
  content: "";
  top: 0;
}
.hfe-pointer__double-line.hfe-animation__slide
  .menu-item.parent
  a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):before,
.hfe-pointer__overline.hfe-animation__slide
  .menu-item.parent
  a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):before {
  width: 10px;
  left: -20px;
}
.hfe-pointer__double-line .menu-item.parent a.hfe-menu-item:after,
.hfe-pointer__underline .menu-item.parent a.hfe-menu-item:after {
  content: "";
  bottom: 0;
}
.hfe-pointer__double-line.hfe-animation__slide
  .menu-item.parent
  a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):after,
.hfe-pointer__underline.hfe-animation__slide
  .menu-item.parent
  a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):after {
  width: 10px;
  left: -webkit-calc(100% + 20px);
  left: calc(100% + 20px);
}
.hfe-pointer__framed .menu-item.parent a.hfe-menu-item:before,
.hfe-pointer__framed .menu-item.parent a.hfe-menu-item:after {
  background: 0 0;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  border: 3px solid #55595c;
}
.hfe-pointer__framed .menu-item.parent a.hfe-menu-item:before {
  content: "";
}
.hfe-pointer__framed.hfe-animation__grow
  .menu-item.parent
  a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):before {
  -webkit-transform: scale(0.75);
  -ms-transform: scale(0.75);
  transform: scale(0.75);
}
.hfe-pointer__framed.hfe-animation__shrink
  .menu-item.parent
  a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):before {
  -webkit-transform: scale(1.25);
  -ms-transform: scale(1.25);
  transform: scale(1.25);
}
.hfe-pointer__framed.hfe-animation__grow
  .menu-item.parent
  a.hfe-menu-item:before,
.hfe-pointer__framed.hfe-animation__shrink
  .menu-item.parent
  a.hfe-menu-item:before {
  -webkit-transition: opacity 0.2s, -webkit-transform 0.4s;
  transition: opacity 0.2s, -webkit-transform 0.4s;
  transition: opacity 0.2s, transform 0.4s;
  transition: opacity 0.2s, transform 0.4s, -webkit-transform 0.4s;
}
.hfe-pointer__framed.hfe-animation__draw
  .menu-item.parent
  a.hfe-menu-item:before,
.hfe-pointer__framed.hfe-animation__draw
  .menu-item.parent
  a.hfe-menu-item:after {
  width: 3px;
  height: 3px;
}
.hfe-pointer__framed.hfe-animation__draw
  .menu-item.parent
  a.hfe-menu-item:before {
  border-width: 0 0 3px 3px;
  -webkit-transition: width 0.1s 0.2s, height 0.1s 0.3s, opacity 0.12s 0.22s;
  transition: width 0.1s 0.2s, height 0.1s 0.3s, opacity 0.12s 0.22s;
}
.hfe-pointer__framed.hfe-animation__draw
  .menu-item.parent
  a.hfe-menu-item:after {
  content: "";
  top: initial;
  bottom: 0;
  left: initial;
  right: 0;
  border-width: 3px 3px 0 0;
  -webkit-transition: width 0.1s, height 0.1s 0.1s, opacity 0.02s 0.18s;
  transition: width 0.1s, height 0.1s 0.1s, opacity 0.02s 0.18s;
}
.hfe-pointer__framed.hfe-animation__draw
  .menu-item.parent
  a.hfe-menu-item:hover:before,
.hfe-pointer__framed.hfe-animation__draw
  .menu-item.parent
  a.hfe-menu-item:hover:after,
.hfe-pointer__framed.hfe-animation__draw
  .menu-item.parent
  a.hfe-menu-item:focus:before,
.hfe-pointer__framed.hfe-animation__draw
  .menu-item.parent
  a.hfe-menu-item:focus:after,
.hfe-pointer__framed.hfe-animation__draw
  .menu-item.parent
  a.hfe-menu-item.highlighted:before,
.hfe-pointer__framed.hfe-animation__draw
  .menu-item.parent
  a.hfe-menu-item.highlighted:after,
.hfe-pointer__framed.hfe-animation__draw .current-menu-item:before,
.hfe-pointer__framed.hfe-animation__draw .current-menu-item:after {
  width: 100%;
  height: 100%;
}
.hfe-pointer__framed.hfe-animation__draw
  .menu-item.parent
  a.hfe-menu-item:hover:before,
.hfe-pointer__framed.hfe-animation__draw
  .menu-item.parent
  a.hfe-menu-item:focus:before,
.hfe-pointer__framed.hfe-animation__draw
  .menu-item.parent
  a.hfe-menu-item.highlighted:before,
.hfe-pointer__framed.hfe-animation__draw .current-menu-item:before {
  -webkit-transition: opacity 0.02s, height 0.1s, width 0.1s 0.1s;
  transition: opacity 0.02s, height 0.1s, width 0.1s 0.1s;
}
.hfe-pointer__framed.hfe-animation__draw
  .menu-item.parent
  a.hfe-menu-item:hover:after,
.hfe-pointer__framed.hfe-animation__draw
  .menu-item.parent
  a.hfe-menu-item:focus:after,
.hfe-pointer__framed.hfe-animation__draw
  .menu-item.parent
  a.hfe-menu-item.highlighted:after,
.hfe-pointer__framed.hfe-animation__draw .current-menu-item:after {
  -webkit-transition: opacity 0.02s 0.2s, height 0.1s 0.2s, width 0.1s 0.3s;
  transition: opacity 0.02s 0.2s, height 0.1s 0.2s, width 0.1s 0.3s;
}
.hfe-pointer__framed.hfe-animation__corners
  .menu-item.parent
  a.hfe-menu-item:before,
.hfe-pointer__framed.hfe-animation__corners
  .menu-item.parent
  a.hfe-menu-item:after {
  width: 3px;
  height: 3px;
}
.hfe-pointer__framed.hfe-animation__corners
  .menu-item.parent
  a.hfe-menu-item:before {
  border-width: 3px 0 0 3px;
}
.hfe-pointer__framed.hfe-animation__corners
  .menu-item.parent
  a.hfe-menu-item:after {
  content: "";
  top: initial;
  bottom: 0;
  left: initial;
  right: 0;
  border-width: 0 3px 3px 0;
}
.hfe-pointer__framed.hfe-animation__corners
  .menu-item.parent
  a.hfe-menu-item:hover:before,
.hfe-pointer__framed.hfe-animation__corners
  .menu-item.parent
  a.hfe-menu-item:hover:after,
.hfe-pointer__framed.hfe-animation__corners
  .menu-item.parent
  a.hfe-menu-item:focus:before,
.hfe-pointer__framed.hfe-animation__corners
  .menu-item.parent
  a.hfe-menu-item:focus:after,
.hfe-pointer__framed.hfe-animation__corners
  .menu-item.parent
  a.hfe-menu-item.highlighted:before,
.hfe-pointer__framed.hfe-animation__corners
  .menu-item.parent
  a.hfe-menu-item.highlighted:after,
.hfe-pointer__framed.hfe-animation__corners .current-menu-item:before,
.hfe-pointer__framed.hfe-animation__corners .current-menu-item:after {
  width: 100%;
  height: 100%;
  -webkit-transition: opacity 0.002s, width 0.4s, height 0.4s;
  transition: opacity 0.002s, width 0.4s, height 0.4s;
}
.hfe-pointer__framed.hfe-animation__none,
.hfe-pointer__framed.hfe-animation__none .menu-item.parent a.hfe-menu-item {
  -webkit-transition-duration: 0s;
  transition-duration: 0s;
}
.hfe-pointer__framed.hfe-animation__none:before,
.hfe-pointer__framed.hfe-animation__none:after,
.hfe-pointer__framed.hfe-animation__none:hover,
.hfe-pointer__framed.hfe-animation__none:focus,
.hfe-pointer__framed.hfe-animation__none
  .menu-item.parent
  a.hfe-menu-item:before,
.hfe-pointer__framed.hfe-animation__none
  .menu-item.parent
  a.hfe-menu-item:after,
.hfe-pointer__framed.hfe-animation__none
  .menu-item.parent
  a.hfe-menu-item:hover,
.hfe-pointer__framed.hfe-animation__none
  .menu-item.parent
  a.hfe-menu-item:focus {
  -webkit-transition-duration: 0s;
  transition-duration: 0s;
}
.hfe-pointer__background .menu-item.parent a.hfe-menu-item:before,
.hfe-pointer__background .menu-item.parent a.hfe-menu-item:after {
  content: "";
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.hfe-pointer__background .menu-item.parent a.hfe-menu-item:before {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #55595c;
  z-index: -1;
}
.hfe-pointer__background .menu-item.parent a.hfe-menu-item:hover,
.hfe-pointer__background .menu-item.parent a.hfe-menu-item:focus,
.hfe-pointer__background .menu-item.parent a.hfe-menu-item.highlighted,
.hfe-pointer__background .current-menu-item {
  color: #fff;
}
.hfe-pointer__background.hfe-animation__grow
  .menu-item.parent
  a.hfe-menu-item:before {
  -webkit-transform: scale(0.5);
  -ms-transform: scale(0.5);
  transform: scale(0.5);
}
.hfe-pointer__background.hfe-animation__grow
  .menu-item.parent
  a.hfe-menu-item:hover:before,
.hfe-pointer__background.hfe-animation__grow
  .menu-item.parent
  a.hfe-menu-item:focus:before,
.hfe-pointer__background.hfe-animation__grow
  .menu-item.parent
  a.hfe-menu-item.highlighted:before,
.hfe-pointer__background.hfe-animation__grow .current-menu-item:before {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  opacity: 1;
}
.hfe-pointer__background.hfe-animation__shrink
  .menu-item.parent
  a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):before {
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.hfe-pointer__background.hfe-animation__shrink
  .menu-item.parent
  a.hfe-menu-item:hover:before,
.hfe-pointer__background.hfe-animation__shrink
  .menu-item.parent
  a.hfe-menu-item:focus:before,
.hfe-pointer__background.hfe-animation__shrink
  .menu-item.parent
  a.hfe-menu-item.highlighted:before,
.hfe-pointer__background.hfe-animation__shrink .current-menu-item:before {
  -webkit-transition: opacity 0.15s, -webkit-transform 0.4s;
  transition: opacity 0.15s, -webkit-transform 0.4s;
  transition: opacity 0.15s, transform 0.4s;
  transition: opacity 0.15s, transform 0.4s, -webkit-transform 0.4s;
}
.hfe-pointer__background.hfe-animation__sweep-left
  .menu-item.parent
  a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):before {
  left: 100%;
}
.hfe-pointer__background.hfe-animation__sweep-right
  .menu-item.parent
  a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):before {
  right: 100%;
}
.hfe-pointer__background.hfe-animation__sweep-up
  .menu-item.parent
  a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):before {
  top: 100%;
}
.hfe-pointer__background.hfe-animation__sweep-down
  .menu-item.parent
  a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):before {
  bottom: 100%;
}
.hfe-pointer__background.hfe-animation__shutter-out-vertical
  .menu-item.parent
  a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):before {
  bottom: 50%;
  top: 50%;
}
.hfe-pointer__background.hfe-animation__shutter-out-horizontal
  .menu-item.parent
  a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):before {
  right: 50%;
  left: 50%;
}
.hfe-pointer__background.hfe-animation__shutter-in-vertical
  .menu-item.parent
  a.hfe-menu-item:after,
.hfe-pointer__background.hfe-animation__shutter-in-horizontal
  .menu-item.parent
  a.hfe-menu-item:after {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #55595c;
  z-index: -1;
}
.hfe-pointer__background.hfe-animation__shutter-in-vertical
  .menu-item.parent
  a.hfe-menu-item:before {
  top: 0;
  bottom: 100%;
}
.hfe-pointer__background.hfe-animation__shutter-in-vertical
  .menu-item.parent
  a.hfe-menu-item:after {
  top: 100%;
  bottom: 0;
}
.hfe-pointer__background.hfe-animation__shutter-in-vertical
  .menu-item.parent
  a.hfe-menu-item:hover:before,
.hfe-pointer__background.hfe-animation__shutter-in-vertical
  .menu-item.parent
  a.hfe-menu-item:focus:before,
.hfe-pointer__background.hfe-animation__shutter-in-vertical
  .menu-item.parent
  a.hfe-menu-item.highlighted:before,
.hfe-pointer__background.hfe-animation__shutter-in-vertical
  .current-menu-item:before {
  bottom: 50%;
}
.hfe-pointer__background.hfe-animation__shutter-in-vertical
  .menu-item.parent
  a.hfe-menu-item:hover:after,
.hfe-pointer__background.hfe-animation__shutter-in-vertical
  .menu-item.parent
  a.hfe-menu-item:focus:after,
.hfe-pointer__background.hfe-animation__shutter-in-vertical
  .menu-item.parent
  a.hfe-menu-item.highlighted:after,
.hfe-pointer__background.hfe-animation__shutter-in-vertical
  .current-menu-item:after {
  top: 50%;
}
.hfe-pointer__background.hfe-animation__shutter-in-horizontal
  .menu-item.parent
  a.hfe-menu-item:before {
  right: 0;
  left: 100%;
}
.hfe-pointer__background.hfe-animation__shutter-in-horizontal
  .menu-item.parent
  a.hfe-menu-item:after {
  right: 100%;
  left: 0;
}
.hfe-pointer__background.hfe-animation__shutter-in-horizontal
  .menu-item.parent
  a.hfe-menu-item:hover:before,
.hfe-pointer__background.hfe-animation__shutter-in-horizontal
  .menu-item.parent
  a.hfe-menu-item:focus:before,
.hfe-pointer__background.hfe-animation__shutter-in-horizontal
  .menu-item.parent
  a.hfe-menu-item.highlighted:before,
.hfe-pointer__background.hfe-animation__shutter-in-horizontal
  .current-menu-item:before {
  left: 50%;
}
.hfe-pointer__background.hfe-animation__shutter-in-horizontal
  .menu-item.parent
  a.hfe-menu-item:hover:after,
.hfe-pointer__background.hfe-animation__shutter-in-horizontal
  .menu-item.parent
  a.hfe-menu-item:focus:after,
.hfe-pointer__background.hfe-animation__shutter-in-horizontal
  .menu-item.parent
  a.hfe-menu-item.highlighted:after,
.hfe-pointer__background.hfe-animation__shutter-in-horizontal
  .current-menu-item:after {
  right: 50%;
}
.hfe-pointer__background.hfe-animation__none,
.hfe-pointer__background.hfe-animation__none .menu-item.parent a.hfe-menu-item {
  -webkit-transition-duration: 0s;
  transition-duration: 0s;
}
.hfe-pointer__background.hfe-animation__none:before,
.hfe-pointer__background.hfe-animation__none:after,
.hfe-pointer__background.hfe-animation__none:hover,
.hfe-pointer__background.hfe-animation__none:focus,
.hfe-pointer__background.hfe-animation__none
  .menu-item.parent
  a.hfe-menu-item:before,
.hfe-pointer__background.hfe-animation__none
  .menu-item.parent
  a.hfe-menu-item:after,
.hfe-pointer__background.hfe-animation__none
  .menu-item.parent
  a.hfe-menu-item:hover,
.hfe-pointer__background.hfe-animation__none
  .menu-item.parent
  a.hfe-menu-item:focus {
  -webkit-transition-duration: 0s;
  transition-duration: 0s;
}
.hfe-pointer__text.hfe-animation__skew .menu-item.parent a.hfe-menu-item:hover,
.hfe-pointer__text.hfe-animation__skew .menu-item.parent a.hfe-menu-item:focus {
  -webkit-transform: skew(-8deg);
  -ms-transform: skew(-8deg);
  transform: skew(-8deg);
}
.hfe-pointer__text.hfe-animation__grow .menu-item.parent a.hfe-menu-item:hover,
.hfe-pointer__text.hfe-animation__grow .menu-item.parent a.hfe-menu-item:focus {
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
}
.hfe-pointer__text.hfe-animation__shrink
  .menu-item.parent
  a.hfe-menu-item:hover,
.hfe-pointer__text.hfe-animation__shrink
  .menu-item.parent
  a.hfe-menu-item:focus {
  -webkit-transform: scale(0.8);
  -ms-transform: scale(0.8);
  transform: scale(0.8);
}
.hfe-pointer__text.hfe-animation__float .menu-item.parent a.hfe-menu-item:hover,
.hfe-pointer__text.hfe-animation__float
  .menu-item.parent
  a.hfe-menu-item:focus {
  -webkit-transform: translateY(-8px);
  -ms-transform: translateY(-8px);
  transform: translateY(-8px);
}
.hfe-pointer__text.hfe-animation__sink .menu-item.parent a.hfe-menu-item:hover,
.hfe-pointer__text.hfe-animation__sink .menu-item.parent a.hfe-menu-item:focus {
  -webkit-transform: translateY(8px);
  -ms-transform: translateY(8px);
  transform: translateY(8px);
}
.hfe-pointer__text.hfe-animation__rotate
  .menu-item.parent
  a.hfe-menu-item:hover,
.hfe-pointer__text.hfe-animation__rotate
  .menu-item.parent
  a.hfe-menu-item:focus {
  -webkit-transform: rotate(6deg);
  -ms-transform: rotate(6deg);
  transform: rotate(6deg);
}
.hfe-pointer__text.hfe-animation__none,
.hfe-pointer__text.hfe-animation__none .menu-item.parent a.hfe-menu-item {
  -webkit-transition-duration: 0s;
  transition-duration: 0s;
}
.hfe-pointer__text.hfe-animation__none:before,
.hfe-pointer__text.hfe-animation__none:after,
.hfe-pointer__text.hfe-animation__none:hover,
.hfe-pointer__text.hfe-animation__none:focus,
.hfe-pointer__text.hfe-animation__none .menu-item.parent a.hfe-menu-item:before,
.hfe-pointer__text.hfe-animation__none .menu-item.parent a.hfe-menu-item:after,
.hfe-pointer__text.hfe-animation__none .menu-item.parent a.hfe-menu-item:hover,
.hfe-pointer__text.hfe-animation__none .menu-item.parent a.hfe-menu-item:focus {
  -webkit-transition-duration: 0s;
  transition-duration: 0s;
}
.hfe-flyout-overlay {
  display: none;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 999998;
  background: rgba(0, 0, 0, 0.6);
  cursor: pointer;
  -webkit-backface-visibility: hidden;
}
.hfe-pointer__underline
  .menu-item.parent
  a.hfe-menu-item.elementor-button:after,
.hfe-pointer__overline
  .menu-item.parent
  a.hfe-menu-item.elementor-button:before,
.hfe-pointer__double-line
  .menu-item.parent
  a.hfe-menu-item.elementor-button:after,
.hfe-pointer__double-line
  .menu-item.parent
  a.hfe-menu-item.elementor-button:before {
  height: 0;
}
.hfe-pointer__framed .menu-item.parent a.hfe-menu-item.elementor-button:before,
.hfe-pointer__framed .menu-item.parent a.hfe-menu-item.elementor-button:after {
  border-width: 0;
}
.hfe-pointer__text.hfe-animation__grow
  .menu-item.parent
  a.hfe-menu-item.elementor-button:hover,
.hfe-pointer__text.hfe-animation__grow
  .menu-item.parent
  a.hfe-menu-item.elementor-button:focus {
  -webkit-transform: none;
  transform: none;
}
.hfe-flyout-close,
.hfe-flyout-close svg {
  position: absolute;
  top: 0;
  right: 0;
  margin: 5px;
  width: 23px;
  height: 23px;
  line-height: 23px;
  font-size: 23px;
  display: block;
  cursor: pointer;
}
.hfe-flyout-wrapper .hfe-side.hfe-flyout-left {
  top: 0;
  bottom: 0;
  left: -100%;
  right: auto;
  height: 100%;
  width: 300px;
  max-width: 100%;
  max-width: 100vw;
}
.hfe-flyout-wrapper .hfe-side {
  display: none;
  position: fixed;
  z-index: 999999;
  padding: 0;
  margin: 0;
  -webkit-overflow-scrolling: touch;
  -webkit-backface-visibility: hidden;
}
.hfe-flyout-wrapper .hfe-side.hfe-flyout-show {
  display: block;
}
.hfe-flyout-content.push {
  color: #fff;
}
.hfe-flyout-content ul li {
  color: #fff;
}
.hfe-flyout-wrapper .hfe-side.hfe-flyout-right {
  top: 0;
  bottom: 0;
  left: auto;
  right: -100%;
  height: 100%;
  width: 300px;
  max-width: 100%;
}
.hfe-flyout-wrapper .hfe-side.hfe-flyout-left {
  top: 0;
  bottom: 0;
  left: -100%;
  right: auto;
  height: 100%;
  width: 300px;
  max-width: 100%;
  max-width: 100vw;
}
.hfe-flyout-wrapper .hfe-side.top {
  top: -100%;
  bottom: auto;
  left: 0;
  right: 0;
  width: 100%;
  width: 100vw;
  height: 300px;
  max-height: 100%;
}
.hfe-flyout-wrapper .hfe-side.bottom {
  top: auto;
  bottom: -100%;
  left: 0;
  right: 0;
  width: 100%;
  width: 100vw;
  height: 300px;
  max-height: 100%;
}
.hfe-flyout-content {
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  line-height: 1.4em;
  color: #fff;
}
@media (max-width: 1024px) {
  .hfe-flyout-content {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
.hfe-flyout-content::-webkit-scrollbar {
  display: none;
}
.admin-bar .hfe-side {
  margin-top: 32px;
}
.hfe-submenu-animation-slide_up
  .hfe-layout-horizontal
  .menu-item-has-children
  > ul.sub-menu {
  -webkit-transform: translateY(20%);
  -ms-transform: translateY(20%);
  transform: translateY(20%);
  opacity: 0;
  -ms-filter: "alpha(opacity=0)";
  -webkit-transition: all 0.1s;
  transition: all 0.1s;
}
.hfe-submenu-animation-slide_up
  .hfe-layout-horizontal
  .menu-item-has-children:hover
  > ul.sub-menu {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
  -ms-filter: "alpha(opacity=100)";
}
.hfe-submenu-animation-slide_down
  .hfe-layout-horizontal
  .menu-item-has-children
  > ul.sub-menu {
  -webkit-transform: translateY(-20%);
  -ms-transform: translateY(-20%);
  transform: translateY(-20%);
  opacity: 0;
  -ms-filter: "alpha(opacity=0)";
  -webkit-transition: all 0.1s;
  transition: all 0.1s;
}
.hfe-submenu-animation-slide_down
  .hfe-layout-horizontal
  .menu-item-has-children:hover
  > ul.sub-menu {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
  -ms-filter: "alpha(opacity=100)";
}
.elementor-widget-navigation-menu:not(.hfe-nav-menu__align-justify):not(.hfe-menu-item-space-between)
  a.hfe-menu-item.elementor-button {
  display: inline-flex;
}
.hfe-nav-menu li.elementor-button-wrapper {
  align-self: center;
}
@media only screen and (max-width: 1024px) {
  .hfe-nav-menu__breakpoint-tablet .hfe-nav-menu__layout-horizontal li,
  .hfe-nav-menu__breakpoint-tablet .hfe-nav-menu {
    width: 100%;
    margin-right: 0;
  }
  .hfe-nav-menu__breakpoint-tablet .hfe-layout-horizontal .hfe-nav-menu__toggle,
  .hfe-nav-menu__breakpoint-tablet .hfe-layout-vertical .hfe-nav-menu__toggle {
    display: block;
  }
  .hfe-nav-menu__breakpoint-tablet
    .hfe-nav-menu__layout-horizontal
    .hfe-nav-menu {
    visibility: hidden;
    opacity: 0;
  }
  .hfe-nav-menu__breakpoint-tablet
    .hfe-active-menu
    + .hfe-nav-menu__layout-horizontal
    .hfe-nav-menu {
    visibility: visible;
    opacity: 1;
  }
  .hfe-nav-menu__breakpoint-tablet .hfe-nav-menu__layout-horizontal,
  .hfe-nav-menu__breakpoint-tablet .hfe-nav-menu__layout-vertical {
    visibility: hidden;
    opacity: 0;
    height: 0;
  }
  .hfe-nav-menu__breakpoint-tablet
    .hfe-active-menu
    + .hfe-nav-menu__layout-horizontal,
  .hfe-nav-menu__breakpoint-tablet
    .hfe-active-menu
    + .hfe-nav-menu__layout-vertical {
    visibility: visible;
    opacity: 1;
    height: auto;
  }
  .hfe-nav-menu__breakpoint-tablet
    .hfe-active-menu.hfe-active-menu-full-width
    + .hfe-nav-menu__layout-horizontal
    .hfe-nav-menu {
    position: relative;
  }
  .hfe-nav-menu__breakpoint-tablet
    .hfe-active-menu.hfe-active-menu-full-width
    + .hfe-nav-menu__layout-horizontal,
  .hfe-nav-menu__breakpoint-tablet
    .hfe-active-menu.hfe-active-menu-full-width
    + .hfe-nav-menu__layout-vertical {
    position: absolute;
  }
  .hfe-nav-menu__breakpoint-tablet .hfe-nav-menu__layout-horizontal .sub-menu {
    visibility: hidden;
    opacity: 0;
  }
  .hfe-nav-menu__breakpoint-tablet
    .hfe-nav-menu__layout-horizontal
    .menu-item-has-children
    .menu-item-has-children
    .sub-menu {
    top: 0;
    left: 0;
  }
  .hfe-nav-menu__breakpoint-tablet .hfe-layout-horizontal .hfe-nav-menu__toggle,
  .hfe-nav-menu__breakpoint-tablet .hfe-layout-vertical .hfe-nav-menu__toggle {
    visibility: visible;
    opacity: 1;
    display: block;
  }
  .hfe-nav-menu__breakpoint-tablet .hfe-nav-menu__layout-vertical {
    float: none;
  }
  .hfe-nav-menu__breakpoint-tablet
    .hfe-nav-menu__layout-horizontal
    .hfe-nav-menu
    .menu-item-has-children:hover
    > .sub-menu,
  .hfe-nav-menu__breakpoint-mobile
    .hfe-nav-menu__layout-horizontal
    .hfe-nav-menu
    .menu-item-has-children:hover
    > .sub-menu,
  .hfe-nav-menu__breakpoint-none
    .hfe-nav-menu__layout-horizontal
    .hfe-nav-menu
    .menu-item-has-children:hover
    > .sub-menu {
    visibility: hidden;
    opacity: 0;
    -webkit-transition: none;
    transition: none;
  }
  .hfe-nav-menu__breakpoint-tablet .hfe-menu-toggle:hover {
    border: 1px dotted;
  }
  .hfe-nav-menu__breakpoint-tablet .hfe-menu-toggle {
    border: 1px dotted transparent;
  }
  .hfe-nav-menu__breakpoint-tablet .hfe-nav-menu__layout-horizontal .sub-menu {
    position: relative;
    height: 0;
  }
  .hfe-nav-menu__breakpoint-tablet .hfe-nav-menu__layout-horizontal .sub-menu {
    position: relative;
    height: 0;
    top: 0;
  }
  .hfe-nav-menu__breakpoint-tablet .saved-content,
  .hfe-nav-menu__breakpoint-tablet .sub-menu,
  .hfe-nav-menu__breakpoint-tablet .child {
    left: 0 !important;
    width: auto !important;
  }
  .hfe-nav-menu .sub-menu {
    min-width: auto;
    margin: 0;
  }
  .hfe-nav-menu__breakpoint-tablet
    .hfe-nav-menu__layout-horizontal
    .hfe-nav-menu
    .sub-arrow {
    padding: 10px;
  }
  .hfe-nav-menu__breakpoint-tablet.hfe-submenu-icon-arrow
    .hfe-nav-menu__layout-horizontal
    .menu-item-has-children
    ul
    a
    .sub-arrow
    i:before {
    content: "";
  }
  .hfe-nav-menu__breakpoint-tablet.hfe-submenu-icon-classic
    .hfe-nav-menu__layout-horizontal
    .menu-item-has-children
    ul
    a
    .sub-arrow
    i:before {
    content: "";
  }
  .hfe-nav-menu__breakpoint-tablet.hfe-submenu-icon-arrow
    .hfe-nav-menu__layout-horizontal
    .menu-item-has-children
    .sub-menu-active
    a
    .sub-arrow
    i:before {
    content: "";
  }
  .hfe-nav-menu__breakpoint-tablet.hfe-submenu-icon-classic
    .hfe-nav-menu__layout-horizontal
    .menu-item-has-children
    .sub-menu-active
    a
    .sub-arrow
    i:before {
    content: "";
  }
  .hfe-nav-menu__breakpoint-tablet.hfe-submenu-icon-plus
    .hfe-nav-menu__layout-horizontal
    .menu-item-has-children
    .sub-menu-active
    a
    .sub-arrow
    i:before {
    content: "-";
  }
  .hfe-nav-menu__breakpoint-tablet .hfe-nav-menu .sub-menu {
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  .hfe-nav-menu__breakpoint-mobile.hfe-submenu-icon-arrow
    .hfe-nav-menu__layout-horizontal
    .menu-item-has-children
    .sub-menu-active
    a
    .sub-arrow
    i:before,
  .hfe-nav-menu__breakpoint-none.hfe-submenu-icon-arrow
    .hfe-nav-menu__layout-horizontal
    .menu-item-has-children
    .sub-menu-active
    a
    .sub-arrow
    i:before {
    content: "";
  }
  .hfe-nav-menu__breakpoint-mobile.hfe-submenu-icon-classic
    .hfe-nav-menu__layout-horizontal
    .menu-item-has-children
    .sub-menu-active
    a
    .sub-arrow
    i:before,
  .hfe-nav-menu__breakpoint-none.hfe-submenu-icon-classic
    .hfe-nav-menu__layout-horizontal
    .menu-item-has-children
    .sub-menu-active
    a
    .sub-arrow
    i:before {
    content: "";
  }
  .hfe-nav-menu__breakpoint-mobile.hfe-submenu-icon-arrow
    .hfe-nav-menu__layout-horizontal
    .menu-item-has-children
    .sub-menu-active
    a.hfe-menu-item
    .sub-arrow
    i:before,
  .hfe-nav-menu__breakpoint-none.hfe-submenu-icon-arrow
    .hfe-nav-menu__layout-horizontal
    .menu-item-has-children
    .sub-menu-active
    a.hfe-menu-item
    .sub-arrow
    i:before {
    content: "";
  }
  .hfe-nav-menu__breakpoint-mobile.hfe-submenu-icon-classic
    .hfe-nav-menu__layout-horizontal
    .menu-item-has-children
    .sub-menu-active
    a.hfe-menu-item
    .sub-arrow
    i:before,
  .hfe-nav-menu__breakpoint-none.hfe-submenu-icon-classic
    .hfe-nav-menu__layout-horizontal
    .menu-item-has-children
    .sub-menu-active
    a.hfe-menu-item
    .sub-arrow
    i:before {
    content: "";
  }
  .hfe-submenu-animation-slide_up
    .hfe-layout-horizontal
    .menu-item-has-children
    ul.sub-menu,
  .hfe-submenu-animation-slide_up
    .hfe-layout-horizontal
    .menu-item-has-children:hover
    ul.sub-menu,
  .hfe-submenu-animation-slide_down
    .hfe-layout-horizontal
    .menu-item-has-children
    ul.sub-menu,
  .hfe-submenu-animation-slide_down
    .hfe-layout-horizontal
    .menu-item-has-children:hover
    ul.sub-menu {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
  .elementor-widget-hfe-nav-menu.hfe-nav-menu__breakpoint-tablet
    .hfe-nav-menu-layout:not(.hfe-pointer__framed)
    .menu-item.parent
    a.hfe-menu-item:after,
  .elementor-widget-hfe-nav-menu.hfe-nav-menu__breakpoint-tablet
    .hfe-nav-menu-layout:not(.hfe-pointer__framed)
    .menu-item.parent
    a.hfe-menu-item:before {
    background-color: unset !important;
  }
  .elementor-widget-hfe-nav-menu.hfe-nav-menu__breakpoint-tablet
    .hfe-pointer__framed
    .menu-item.parent
    a.hfe-menu-item:before {
    border: 0 !important;
  }
  .elementor-widget-hfe-nav-menu.hfe-nav-menu__breakpoint-tablet
    .hfe-pointer__text
    .menu-item.parent
    a.hfe-menu-item:hover,
  .hfe-pointer__text .menu-item.parent a.hfe-menu-item:focus {
    -webkit-transform: none !important;
    -ms-transform: none !important;
    transform: none !important;
  }
  .hfe-nav-menu__breakpoint-tablet.hfe-nav-menu__align-justify
    .hfe-nav-menu__layout-horizontal
    .hfe-nav-menu
    li
    a.hfe-menu-item,
  .hfe-nav-menu__breakpoint-tablet.hfe-nav-menu__align-justify
    .hfe-nav-menu__layout-horizontal
    .hfe-nav-menu
    li
    a.hfe-sub-menu-item,
  .hfe-nav-menu__breakpoint-tablet.hfe-nav-menu__align-justify
    .hfe-nav-menu__layout-horizontal
    .hfe-nav-menu
    li.elementor-button-wrapper {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}
@media only screen and (max-width: 767px) {
  .hfe-nav-menu__breakpoint-mobile.hfe-nav-menu__align-justify
    .hfe-nav-menu__layout-horizontal
    .hfe-nav-menu
    li
    a.hfe-menu-item,
  .hfe-nav-menu__breakpoint-mobile.hfe-nav-menu__align-justify
    .hfe-nav-menu__layout-horizontal
    .hfe-nav-menu
    li
    a.hfe-sub-menu-item
    .hfe-nav-menu__breakpoint-tablet.hfe-nav-menu__align-justify
    .hfe-nav-menu__layout-horizontal
    .hfe-nav-menu
    li.elementor-button-wrapper {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .hfe-nav-menu__breakpoint-mobile.hfe-nav-toggle-yes
    .hfe-layout-horizontal
    .hfe-nav-menu__toggle,
  .hfe-nav-menu__breakpoint-mobile.hfe-nav-toggle-yes
    .hfe-nav-menu__layout-horizontal
    .hfe-nav-menu {
    visibility: visible;
    opacity: 1;
    display: block;
  }
  .hfe-nav-menu__breakpoint-mobile
    .hfe-nav-menu__layout-horizontal
    li.menu-item,
  .hfe-nav-menu__breakpoint-mobile .hfe-nav-menu {
    width: 100%;
  }
  .hfe-nav-menu__breakpoint-mobile.hfe-nav-toggle-yes
    .hfe-layout-vertical
    .hfe-nav-menu__toggle {
    display: inline-block;
  }
  .hfe-nav-menu__breakpoint-mobile .hfe-nav-menu__layout-horizontal .sub-menu {
    position: relative;
    height: 0;
    top: 0;
  }
  .hfe-nav-menu .sub-menu {
    min-width: auto;
    margin: 0;
  }
  .hfe-nav-menu__breakpoint-mobile
    .hfe-nav-menu__layout-horizontal
    .hfe-nav-menu
    .menu-item-has-children:hover
    > .sub-menu,
  .hfe-nav-menu__breakpoint-none
    .hfe-nav-menu__layout-horizontal
    .hfe-nav-menu
    .menu-item-has-children:hover
    > .sub-menu {
    visibility: hidden;
    opacity: 0;
    -webkit-transition: none;
    transition: none;
  }
  .hfe-nav-menu__breakpoint-tablet .hfe-nav-menu__layout-vertical {
    float: none;
  }
  .hfe-nav-menu__breakpoint-mobile.hfe-nav-toggle-yes
    .hfe-layout-vertical
    .hfe-nav-menu__toggle.hfe-active-menu {
    display: block;
  }
  .hfe-nav-menu__breakpoint-mobile.hfe-nav-toggle-yes
    .hfe-nav-menu__layout-horizontal,
  .hfe-nav-menu__breakpoint-mobile.hfe-nav-toggle-yes
    .hfe-nav-menu__layout-vertical {
    visibility: hidden;
    opacity: 0;
    height: 0;
  }
  .hfe-nav-menu__breakpoint-mobile .hfe-layout-horizontal .hfe-nav-menu__toggle,
  .hfe-nav-menu__breakpoint-mobile .hfe-layout-vertical .hfe-nav-menu__toggle {
    visibility: visible;
    opacity: 1;
    display: block;
  }
  .hfe-nav-menu__breakpoint-mobile .hfe-nav-menu__layout-horizontal {
    visibility: hidden;
    opacity: 0;
    height: 0;
  }
  .hfe-nav-menu__breakpoint-mobile .hfe-nav-menu__layout-vertical {
    float: none;
  }
  .hfe-nav-menu__breakpoint-mobile .hfe-nav-menu__layout-horizontal .sub-menu {
    visibility: hidden;
    opacity: 0;
  }
  .hfe-nav-menu__breakpoint-mobile
    .hfe-nav-menu__layout-horizontal
    .hfe-nav-menu {
    visibility: hidden;
    opacity: 0;
  }
  .hfe-nav-menu__breakpoint-mobile
    .hfe-active-menu
    + .hfe-nav-menu__layout-horizontal
    .hfe-nav-menu {
    visibility: visible;
    opacity: 1;
  }
  .hfe-nav-menu__breakpoint-mobile .hfe-nav-menu__layout-horizontal,
  .hfe-nav-menu__breakpoint-mobile .hfe-nav-menu__layout-vertical {
    visibility: hidden;
    opacity: 0;
    height: 0;
  }
  .hfe-nav-menu__breakpoint-mobile
    .hfe-active-menu
    + .hfe-nav-menu__layout-horizontal,
  .hfe-nav-menu__breakpoint-mobile
    .hfe-active-menu
    + .hfe-nav-menu__layout-vertical {
    visibility: visible;
    opacity: 1;
    height: auto;
  }
  .hfe-nav-menu__breakpoint-mobile
    .hfe-active-menu.hfe-active-menu-full-width
    + .hfe-nav-menu__layout-horizontal
    .hfe-nav-menu {
    position: relative;
  }
  .hfe-nav-menu__breakpoint-mobile
    .hfe-active-menu.hfe-active-menu-full-width
    + .hfe-nav-menu__layout-horizontal,
  .hfe-nav-menu__breakpoint-mobile
    .hfe-active-menu.hfe-active-menu-full-width
    + .hfe-nav-menu__layout-vertical {
    position: absolute;
  }
  .hfe-nav-menu__breakpoint-mobile
    .hfe-nav-menu__layout-horizontal
    .menu-item-has-children
    .menu-item-has-children
    .sub-menu {
    top: 0;
    left: 0;
  }
  .hfe-nav-menu__breakpoint-mobile.hfe-submenu-icon-arrow
    .hfe-nav-menu__layout-horizontal
    .menu-item-has-children
    ul
    a
    .sub-arrow
    i:before {
    content: "";
  }
  .hfe-nav-menu__breakpoint-mobile.hfe-submenu-icon-classic
    .hfe-nav-menu__layout-horizontal
    .menu-item-has-children
    ul
    a
    .sub-arrow
    i:before {
    content: "";
  }
  .hfe-nav-menu__breakpoint-mobile.hfe-submenu-icon-arrow
    .hfe-nav-menu__layout-horizontal
    .menu-item-has-children
    .sub-menu-active
    a
    .sub-arrow
    i:before {
    content: "";
  }
  .hfe-nav-menu__breakpoint-mobile.hfe-submenu-icon-classic
    .hfe-nav-menu__layout-horizontal
    .menu-item-has-children
    .sub-menu-active
    a
    .sub-arrow
    i:before {
    content: "";
  }
  .hfe-nav-menu__breakpoint-mobile.hfe-submenu-icon-plus
    .hfe-nav-menu__layout-horizontal
    .menu-item-has-children
    .sub-menu-active
    a
    .sub-arrow
    i:before {
    content: "-";
  }
  .hfe-nav-menu__breakpoint-none.hfe-submenu-icon-arrow
    .hfe-nav-menu__layout-horizontal
    .menu-item-has-children
    .sub-menu-active
    a
    .sub-arrow
    i:before {
    content: "";
  }
  .hfe-nav-menu__breakpoint-none.hfe-submenu-icon-classic
    .hfe-nav-menu__layout-horizontal
    .menu-item-has-children
    .sub-menu-active
    a
    .sub-arrow
    i:before {
    content: "";
  }
  .hfe-nav-menu__breakpoint-none.hfe-submenu-icon-arrow
    .hfe-nav-menu__layout-horizontal
    .menu-item-has-children
    .sub-menu-active
    a.hfe-menu-item
    .sub-arrow
    i:before {
    content: "";
  }
  .hfe-nav-menu__breakpoint-none.hfe-submenu-icon-classic
    .hfe-nav-menu__layout-horizontal
    .menu-item-has-children
    .sub-menu-active
    a.hfe-menu-item
    .sub-arrow
    i:before {
    content: "";
  }
  .hfe-nav-menu__breakpoint-mobile .hfe-menu-toggle:hover {
    border: 1px dotted;
  }
  .hfe-nav-menu__breakpoint-mobile .hfe-menu-toggle {
    border: 1px dotted transparent;
  }
  .hfe-nav-menu__breakpoint-mobile .hfe-nav-menu .sub-menu {
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  .hfe-nav-menu__breakpoint-mobile.hfe-nav-toggle-yes
    .hfe-effect-1
    .hfe-nav-menu {
    -webkit-transform: scale(0.7);
    -ms-transform: scale(0.7);
    transform: scale(0.7);
    -ms-filter: "alpha(opacity=0)";
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .hfe-nav-menu__breakpoint-mobile
    .hfe-nav-menu__layout-horizontal
    .hfe-nav-menu
    .sub-arrow {
    padding: 10px;
  }
  .hfe-nav-menu__breakpoint-mobile .menu-is-active.hfe-effect-1 .hfe-nav-menu {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 1;
    -ms-filter: "alpha(opacity=100)";
  }
  .hfe-nav-menu__breakpoint-mobile.hfe-nav-toggle-yes
    .hfe-effect-2
    .hfe-nav-menu {
    -webkit-transform: translateX(20%);
    -ms-transform: translateX(20%);
    transform: translateX(20%);
    opacity: 0;
    -ms-filter: "alpha(opacity=0)";
    -webkit-transition: all 0.3s cubic-bezier(0.25, 0.5, 0.5, 0.9);
    transition: all 0.3s cubic-bezier(0.25, 0.5, 0.5, 0.9);
  }
  .hfe-nav-menu__breakpoint-mobile .menu-is-active.hfe-effect-2 .hfe-nav-menu {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
    -ms-filter: "alpha(opacity=100)";
  }
  .hfe-nav-menu__breakpoint-mobile.hfe-nav-toggle-yes
    .hfe-effect-3
    .hfe-nav-menu {
    -webkit-transform: translateY(20%);
    -ms-transform: translateY(20%);
    transform: translateY(20%);
    opacity: 0;
    -ms-filter: "alpha(opacity=0)";
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .hfe-nav-menu__breakpoint-mobile .menu-is-active.hfe-effect-3 .hfe-nav-menu {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
    -ms-filter: "alpha(opacity=100)";
  }
  .hfe-nav-menu__breakpoint-mobile .saved-content,
  .hfe-nav-menu__breakpoint-mobile .sub-menu,
  .hfe-nav-menu__breakpoint-mobile .child,
  .hfe-nav-menu__breakpoint-tablet .saved-content,
  .hfe-nav-menu__breakpoint-tablet .sub-menu,
  .hfe-nav-menu__breakpoint-tablet .child {
    left: 0 !important;
    width: auto !important;
  }
  .hfe-submenu-animation-slide_up
    .hfe-layout-horizontal
    .menu-item-has-children
    ul.sub-menu,
  .hfe-submenu-animation-slide_up
    .hfe-layout-horizontal
    .menu-item-has-children:hover
    ul.sub-menu,
  .hfe-submenu-animation-slide_down
    .hfe-layout-horizontal
    .menu-item-has-children
    ul.sub-menu,
  .hfe-submenu-animation-slide_down
    .hfe-layout-horizontal
    .menu-item-has-children:hover
    ul.sub-menu {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
  .elementor-widget-hfe-nav-menu.hfe-nav-menu__breakpoint-tablet
    .hfe-nav-menu-layout:not(.hfe-pointer__framed)
    .menu-item.parent
    a.hfe-menu-item:after,
  .elementor-widget-hfe-nav-menu.hfe-nav-menu__breakpoint-mobile
    .hfe-nav-menu-layout:not(.hfe-pointer__framed)
    .menu-item.parent
    a.hfe-menu-item:after,
  .elementor-widget-hfe-nav-menu.hfe-nav-menu__breakpoint-tablet
    .hfe-nav-menu-layout:not(.hfe-pointer__framed)
    .menu-item.parent
    a.hfe-menu-item:before,
  .elementor-widget-hfe-nav-menu.hfe-nav-menu__breakpoint-mobile
    .hfe-nav-menu-layout:not(.hfe-pointer__framed)
    .menu-item.parent
    a.hfe-menu-item:before {
    background-color: unset !important;
  }
  .elementor-widget-hfe-nav-menu.hfe-nav-menu__breakpoint-tablet
    .hfe-pointer__framed
    .menu-item.parent
    a.hfe-menu-item:before,
  .elementor-widget-hfe-nav-menu.hfe-nav-menu__breakpoint-mobile
    .hfe-pointer__framed
    .menu-item.parent
    a.hfe-menu-item:before {
    border: 0 !important;
  }
  .elementor-widget-hfe-nav-menu.hfe-nav-menu__breakpoint-tablet
    .hfe-pointer__text
    .menu-item.parent
    a.hfe-menu-item:hover,
  .hfe-pointer__text .menu-item.parent a.hfe-menu-item:focus,
  .elementor-widget-hfe-nav-menu.hfe-nav-menu__breakpoint-mobile
    .hfe-pointer__text
    .menu-item.parent
    a.hfe-menu-item:hover,
  .hfe-pointer__text .menu-item.parent a.hfe-menu-item:focus {
    -webkit-transform: none !important;
    -ms-transform: none !important;
    transform: none !important;
  }
}
.hfe-toggle-no .hfe-layout-expandible .hfe-nav-menu__toggle {
  display: none;
}
.hfe-icon {
  display: inline-block;
}
.hfe-cart-menu-wrap-custom {
  display: inline-block;
  line-height: 1;
}
.hfe-cart-menu-wrap-custom .hfe-cart-count,
.hfe-cart-menu-wrap-custom .hfe-cart-count:after {
  border-color: #75c32c;
  color: #75c32c;
}
.hfe-cart-menu-wrap-custom .hfe-cart-count {
  font-weight: 400;
  position: relative;
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  min-width: 2.1em;
  min-height: 2.1em;
  font-size: 0.86em;
  line-height: 1.8;
  border-radius: 0.3em;
  border-width: 2px;
  border-style: solid;
  padding: 12px 24px;
}
.hfe-cart-menu-wrap-default {
  display: inline-block;
  line-height: 1;
}
.hfe-cart-menu-wrap-default .hfe-cart-count,
.hfe-cart-menu-wrap-default .hfe-cart-count:after {
  border-color: #75c32c;
  color: #75c32c;
}
.hfe-cart-menu-wrap-default .hfe-cart-count {
  font-weight: 400;
  position: relative;
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  min-width: 2.1em;
  min-height: 2.1em;
  font-size: 0.86em;
  line-height: 1.8;
  border-radius: 0 0 0.3em 0.3em;
  border-width: 2px;
  border-style: solid;
  padding: 0 0.4em;
}
.hfe-cart-menu-wrap-default .hfe-cart-count:after {
  bottom: 100%;
  margin-bottom: 0;
  height: 0.8em;
  width: 0.8em;
  left: 50%;
  transform: translateX(-50%);
  top: -0.6em;
  content: " ";
  position: absolute;
  pointer-events: none;
  border-width: 2px;
  border-style: solid;
  border-top-left-radius: 10em;
  border-top-right-radius: 10em;
  border-bottom: 0;
}
.elementor-widget-hfe-cart:not(.hfe-menu-cart--show-subtotal-yes)
  .hfe-menu-cart__toggle
  .elementor-button-text {
  display: none;
}
.elementor-widget-hfe-cart.toggle-icon--bag-light
  .hfe-menu-cart__toggle
  .elementor-button-icon
  i:before {
  content: "\e8e3";
}
.elementor-widget-hfe-cart.toggle-icon--bag-medium
  .hfe-menu-cart__toggle
  .elementor-button-icon
  i:before {
  content: "\e8e4";
}
.elementor-widget-hfe-cart.toggle-icon--bag-solid
  .hfe-menu-cart__toggle
  .elementor-button-icon
  i:before {
  content: "\e8e5";
}
.hfe-menu-cart__toggle .elementor-button {
  background: 0 0;
  border-radius: 0;
  color: #818a91;
  border: 1px solid;
  border-color: inherit;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.hfe-menu-cart__toggle .elementor-button-text {
  margin-right: 0.3em;
}
.hfe-menu-cart__toggle .elementor-button-icon {
  position: relative;
  -webkit-transition: color 0.1s;
  -o-transition: color 0.1s;
  transition: color 0.1s;
}
.hfe-menu-cart--items-indicator-bubble
  .hfe-menu-cart__toggle
  .elementor-button-icon[data-counter]:before {
  content: attr(data-counter);
  display: block;
  position: absolute;
  min-width: 1.6em;
  height: 1.6em;
  line-height: 1.5em;
  top: -0.7em;
  right: -0.7em;
  border-radius: 100%;
  color: #fff;
  background-color: #d9534f;
  text-align: center;
  font-size: 10px;
}
.hfe-menu-cart--items-indicator-plain
  .hfe-menu-cart__toggle
  .elementor-button-icon[data-counter]:before {
  content: attr(data-counter);
  display: inline-block;
  font-weight: 400;
}
.hfe-menu-cart--empty-indicator-hide
  .hfe-menu-cart__toggle
  .elementor-button
  .elementor-button-icon[data-counter="0"]:before {
  content: none;
  display: none;
}
.hfe-menu-cart__toggle .elementor-button-icon {
  -webkit-box-ordinal-group: 16;
  -webkit-order: 15;
  -ms-flex-order: 15;
  order: 15;
}
.hfe-menu-cart__toggle.elementor-button-wrapper .elementor-button {
  color: #4d4848;
}
.hfe-search-button-wrapper {
  display: block;
  cursor: pointer;
  vertical-align: middle;
  text-align: right;
}
.hfe-search-form__container {
  display: flex;
  overflow: hidden;
}
.hfe-search-form__input {
  flex-basis: 100%;
}
.hfe-search-icon-toggle i.fa-search {
  display: inline-block;
  position: absolute;
  width: 20px;
  box-sizing: content-box;
  padding: 10px;
}
.hfe-search-icon-toggle i:before {
  vertical-align: middle;
}
.hfe-search-button-wrapper input[type="search"] {
  border: 0;
  padding: 10px;
  cursor: pointer;
  border-radius: 0;
  transition: all 0.5s;
  box-sizing: border-box;
  outline: none;
}
.hfe-search-button-wrapper button {
  border: none;
  border-radius: 0;
  padding: 0;
}
.hfe-search-button-wrapper input[type="search"]:focus {
  cursor: auto;
  border: none;
  box-shadow: none;
}
.hfe-search-icon-toggle input:-moz-placeholder,
.hfe-search-icon-toggle input::-webkit-input-placeholder {
  color: transparent;
}
.hfe-search-layout-icon .hfe-search-icon-toggle .hfe-search-form__input {
  background-color: unset;
  height: 100%;
}
.hfe-search-button-wrapper.hfe-input-focus {
  display: flex;
}
.hfe-search-form__container .hfe-search-submit {
  min-width: 3%;
  position: relative;
}
.hfe-search-form__container button#clear,
.hfe-search-icon-toggle button#clear {
  visibility: hidden;
  position: absolute;
  right: 0;
  top: 0;
  padding: 0 8px;
  font-style: normal;
  user-select: none;
  cursor: pointer;
  bottom: 0;
  margin-right: 10px;
  background-color: transparent;
}
.hfe-search-button-wrapper input[type="search"]::-webkit-search-decoration,
.hfe-search-button-wrapper input[type="search"]::-webkit-search-cancel-button,
.hfe-search-button-wrapper input[type="search"]::-webkit-search-results-button,
.hfe-search-button-wrapper
  input[type="search"]::-webkit-search-results-decoration {
  display: none;
}
.hfe-search-form__container button#clear-with-button {
  visibility: hidden;
  position: absolute;
  top: 0;
  padding: 0 8px;
  font-style: normal;
  font-size: 1.2em;
  user-select: none;
  cursor: pointer;
  bottom: 0;
  background-color: transparent;
}
.hfe-search-button-wrapper,
.hfe-search-form__container,
.hfe-search-icon-toggle,
.hfe-search-button-wrapper .hfe-search-icon-toggle i,
.hfe-search-button-wrapper .hfe-search-icon-toggle i:before {
  position: relative;
}
.hfe-search-button-wrapper .hfe-search-icon-toggle .hfe-search-form__input {
  position: absolute;
  width: 0;
  right: 0;
  background-color: transparent;
}
.hfe-search-icon-toggle {
  width: 100% !important;
}
.hfe-search-button-wrapper.hfe-input-focus
  .hfe-search-icon-toggle
  .hfe-search-form__input {
  position: absolute;
  width: 250px;
  right: 0;
}
.hfe-search-layout-text .hfe-search-form__container,
.hfe-search-layout-icon_text .hfe-search-form__container,
.hfe-search-layout-text .hfe-search-form__container .hfe-search-form__input,
.hfe-search-layout-icon_text
  .hfe-search-form__container
  .hfe-search-form__input {
  width: 100%;
}
.hfe-search-icon-toggle {
  line-height: 1.5;
}
.hfe-pointer__double-line.hfe-animation__slide
  .menu-item.parent.current-menu-item
  a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):after,
.hfe-pointer__double-line.hfe-animation__slide
  .menu-item.parent.current-menu-item
  a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):before,
.hfe-pointer__underline.hfe-animation__slide
  .menu-item.parent.current-menu-item
  a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):after,
.hfe-pointer__overline.hfe-animation__slide
  .menu-item.parent.current-menu-item
  a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):before,
.hfe-pointer__overline.hfe-animation__fade
  .menu-item.parent.current-menu-item
  a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):before {
  width: 100%;
  left: 0;
  opacity: 1;
}
.hfe-pointer__double-line.hfe-animation__drop-out
  .menu-item.parent.current-menu-item
  a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):after,
.hfe-pointer__underline.hfe-animation__drop-out
  .menu-item.parent.current-menu-item
  a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):after,
.hfe-pointer__overline.hfe-animation__drop-out
  .menu-item.parent.current-menu-item
  a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):after,
.hfe-pointer__double-line.hfe-animation__drop-in
  .menu-item.parent.current-menu-item
  a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):after,
.hfe-pointer__underline.hfe-animation__drop-in
  .menu-item.parent.current-menu-item
  a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):after,
.hfe-pointer__overline.hfe-animation__drop-in
  .menu-item.parent.current-menu-item
  a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):after {
  bottom: 0;
  opacity: 1;
}
.hfe-pointer__double-line.hfe-animation__drop-out
  .menu-item.parent.current-menu-item
  a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):before,
.hfe-pointer__underline.hfe-animation__drop-out
  .menu-item.parent.current-menu-item
  a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):before,
.hfe-pointer__overline.hfe-animation__drop-out
  .menu-item.parent.current-menu-item
  a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):before,
.hfe-pointer__double-line.hfe-animation__drop-in
  .menu-item.parent.current-menu-item
  a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):before,
.hfe-pointer__underline.hfe-animation__drop-in
  .menu-item.parent.current-menu-item
  a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):before,
.hfe-pointer__overline.hfe-animation__drop-in
  .menu-item.parent.current-menu-item
  a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):before {
  top: 0;
  opacity: 1;
}
.hfe-pointer__double-line.hfe-animation__grow
  .menu-item.parent.current-menu-item
  a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):before,
.hfe-pointer__double-line.hfe-animation__grow
  .menu-item.parent.current-menu-item
  a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):after,
.hfe-pointer__underline.hfe-animation__grow
  .menu-item.parent.current-menu-item
  a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):before,
.hfe-pointer__underline.hfe-animation__grow
  .menu-item.parent.current-menu-item
  a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):after,
.hfe-pointer__overline.hfe-animation__grow
  .menu-item.parent.current-menu-item
  a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):before,
.hfe-pointer__overline.hfe-animation__grow
  .menu-item.parent.current-menu-item
  a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):after {
  height: 3px;
  width: 100%;
  left: 0;
  opacity: 1;
}
.hfe-pointer__framed.hfe-animation__grow
  .menu-item.parent.current-menu-item
  a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):before,
.hfe-pointer__framed.hfe-animation__shrink
  .menu-item.parent.current-menu-item
  a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):before {
  opacity: 1;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
.hfe-pointer__framed.hfe-animation__fade
  .menu-item.parent.current-menu-item
  a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):before,
.hfe-pointer__framed.hfe-animation__draw
  .menu-item.parent.current-menu-item
  a.hfe-menu-item:before,
.hfe-pointer__underline.hfe-animation__fade
  .menu-item.parent.current-menu-item
  a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):after,
.hfe-pointer__double-line.hfe-animation__fade
  .menu-item.parent.current-menu-item
  a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):before,
.hfe-pointer__double-line.hfe-animation__fade
  .menu-item.parent.current-menu-item
  a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):after {
  opacity: 1;
}
.hfe-pointer__framed.hfe-animation__corners
  .menu-item.parent.current-menu-item
  a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):before,
.hfe-pointer__framed.hfe-animation__corners
  .menu-item.parent.current-menu-item
  a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):after,
.hfe-pointer__framed.hfe-animation__draw
  .menu-item.parent.current-menu-item
  a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):before,
.hfe-pointer__framed.hfe-animation__draw
  .menu-item.parent.current-menu-item
  a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):after {
  border-width: 3px;
  width: 100%;
  opacity: 1;
  height: 100%;
}
.woo-variation-swatches.wvs-tooltip .radio-variable-item[data-wvstooltip] {
  position: relative;
}
.woo-variation-swatches.wvs-tooltip .radio-variable-item[data-wvstooltip]:after,
.woo-variation-swatches.wvs-tooltip
  .radio-variable-item[data-wvstooltip]:before {
  bottom: 100%;
  left: 8px;
}
.woo-variation-swatches.wvs-tooltip
  .radio-variable-item
  .image-tooltip-wrapper {
  left: 8px;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
.woo-variation-swatches.wvs-tooltip.wvs-archive-align-center
  .wvs-archive-variation-wrapper
  .radio-variable-item[data-wvstooltip]:after,
.woo-variation-swatches.wvs-tooltip.wvs-archive-align-center
  .wvs-archive-variation-wrapper
  .radio-variable-item[data-wvstooltip]:before {
  left: 50%;
}
.woo-variation-swatches.wvs-tooltip.wvs-archive-align-center
  .wvs-archive-variation-wrapper
  .radio-variable-item
  .image-tooltip-wrapper {
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
.woo-variation-swatches.wvs-tooltip.wvs-archive-align-right
  .wvs-archive-variation-wrapper
  .radio-variable-item[data-wvstooltip]:after,
.woo-variation-swatches.wvs-tooltip.wvs-archive-align-right
  .wvs-archive-variation-wrapper
  .radio-variable-item[data-wvstooltip]:before {
  left: 100%;
}
.woo-variation-swatches.wvs-tooltip.wvs-archive-align-right
  .wvs-archive-variation-wrapper
  .radio-variable-item
  .image-tooltip-wrapper {
  left: 100%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
.wvs-has-image-tooltip,
[data-wvstooltip] {
  cursor: pointer;
  outline: none;
  position: relative;
}
.wvs-has-image-tooltip:after,
.wvs-has-image-tooltip:before,
[data-wvstooltip]:after,
[data-wvstooltip]:before {
  bottom: 130%;
  -webkit-box-shadow: 0 7px 15px rgba(0, 0, 0, 0.3);
  box-shadow: 0 7px 15px rgba(0, 0, 0, 0.3);
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
  left: 50%;
  opacity: 0;
  pointer-events: none;
  position: absolute;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-transition: opacity 0.5s ease-in-out;
  -o-transition: opacity 0.5s ease-in-out;
  transition: opacity 0.5s ease-in-out;
  visibility: hidden;
  z-index: 999;
}
.wvs-has-image-tooltip:before,
[data-wvstooltip]:before {
  background-color: var(--wvs-tooltip-background-color, #333);
  border-radius: 3px;
  color: var(--wvs-tooltip-text-color, #fff);
  font-size: 14px;
  line-height: 1.2;
  margin-bottom: 5px;
  padding: 7px;
  text-align: center;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
[data-wvstooltip]:before {
  content: attr(data-wvstooltip) " " attr(data-wvstooltip-out-of-stock);
  min-width: 100px;
}
.wvs-has-image-tooltip:before {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -ms-flex-line-pack: center;
  align-content: center;
  align-items: center;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  background-image: var(--tooltip-background);
  background-position: top;
  background-repeat: no-repeat;
  background-size: contain;
  content: attr(data-title);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  font-size: 12px;
  height: calc(var(--tooltip-height) + 20px);
  justify-content: flex-end;
  line-height: 20px;
  padding: 0;
  width: var(--tooltip-width);
}
.wvs-has-image-tooltip:after,
[data-wvstooltip]:after {
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid var(--wvs-tooltip-background-color, #333);
  content: " ";
  font-size: 0;
  line-height: 0;
  margin-left: -5px;
  width: 0;
}
.wvs-has-image-tooltip:hover:after,
.wvs-has-image-tooltip:hover:before,
[data-wvstooltip]:hover:after,
[data-wvstooltip]:hover:before {
  bottom: 120%;
  opacity: 1;
  visibility: visible;
}
.wvs-theme-sober .product form.cart .variations .variable,
.wvs-theme-sober-child .product form.cart .variations .variable {
  margin-bottom: 15px !important;
}
.wvs-theme-sober .product form.cart .variations .variable-options,
.wvs-theme-sober-child .product form.cart .variations .variable-options {
  border: 0 !important;
}
.wvs-theme-sober .product form.cart .variations .arrow,
.wvs-theme-sober .product form.cart .variations .variable-options:after,
.wvs-theme-sober-child .product form.cart .variations .arrow,
.wvs-theme-sober-child .product form.cart .variations .variable-options:after {
  display: none;
}
.wvs-theme-sober .product form.cart .variations .label,
.wvs-theme-sober-child .product form.cart .variations .label {
  display: block;
  margin-right: 10px;
  text-align: right;
}
.wvs-theme-sober .product form.cart .variations .value,
.wvs-theme-sober-child .product form.cart .variations .value {
  -webkit-box-flex: unset;
  -ms-flex-positive: unset;
  flex-grow: unset;
}
.wvs-theme-sober .product form.cart .variations select,
.wvs-theme-sober-child .product form.cart .variations select {
  -webkit-appearance: menulist-button !important;
  border: 1px solid #e4e6eb !important;
  padding: 0.5em 1em !important;
  text-align: left !important;
  -moz-text-align-last: left !important;
  text-align-last: left !important;
}
.wvs-theme-sober .product form.cart .radio-variable-item,
.wvs-theme-sober-child .product form.cart .radio-variable-item {
  margin: 5px;
  text-align: left;
}
.wvs-theme-sober .product form.cart .radio-variable-item:last-child,
.wvs-theme-sober-child .product form.cart .radio-variable-item:last-child {
  margin-right: 0;
}
.wvs-theme-sober .product form.cart .radio-variable-item label,
.wvs-theme-sober-child .product form.cart .radio-variable-item label {
  margin: 0;
  padding-left: 30px;
}
.wvs-theme-sober .product form.cart .radio-variable-item label:before,
.wvs-theme-sober-child .product form.cart .radio-variable-item label:before {
  border-radius: 100%;
  top: 0;
}
.wvs-theme-sober .product form.cart .radio-variable-item label:after,
.wvs-theme-sober-child .product form.cart .radio-variable-item label:after {
  top: 8px;
}
.wvs-theme-shophistic-lite.woocommerce #main .entry-summary .variations {
  display: block !important;
}
.wvs-theme-shophistic-lite .ql_custom_variations {
  display: none !important;
}
.wvs-theme-shophistic-lite .radio-variable-item input[type="radio"] {
  display: inline-block;
  margin: 0;
}
.wvs-theme-flatsome .variations .reset_variations {
  bottom: 0;
  left: 0;
  position: relative;
}
.wvs-theme-storefront-child.single-product div.product,
.wvs-theme-storefront.single-product div.product {
  overflow: visible !important;
}
.wvs-theme-stockholm .variations .reset_variations {
  bottom: 0;
  left: 0;
  position: relative;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}
.wvs-theme-kalium .image-variable-item img,
.wvs-theme-kalium-child .image-variable-item img {
  width: 100% !important;
}
.wvs-theme-kalium .radio-variable-item input,
.wvs-theme-kalium-child .radio-variable-item input {
  height: 16px !important;
  width: 16px !important;
}
.wvs-theme-kalium .woo-variation-items-wrapper .select-option-ui,
.wvs-theme-kalium-child .woo-variation-items-wrapper .select-option-ui {
  display: none;
}
.wvs-theme-aurum .variable-items-wrapper .image-variable-item > img,
.wvs-theme-aurum-child .variable-items-wrapper .image-variable-item > img {
  width: 100%;
}
.wvs-theme-hestia .woo-variation-items-wrapper.value:before {
  display: none !important;
}
.wvs-theme-thegem .woo-variation-items-wrapper .combobox-wrapper,
.wvs-theme-thegem-child .woo-variation-items-wrapper .combobox-wrapper,
.wvs-theme-thegem-elementor .woo-variation-items-wrapper .combobox-wrapper {
  display: none;
}
.wvs-theme-thegem .wvs-archive-variation-wrapper .variations,
.wvs-theme-thegem-child .wvs-archive-variation-wrapper .variations,
.wvs-theme-thegem-elementor .wvs-archive-variation-wrapper .variations {
  padding: 0;
}
.wvs-theme-ushop .variations_form,
.wvs-theme-ushop-child .variations_form {
  overflow: visible !important;
}
.wvs-theme-ushop .single-product-summary .product_meta,
.wvs-theme-ushop-child .single-product-summary .product_meta {
  display: inline-table;
}
.wvs-theme-savoy .woo-variation-items-wrapper,
.wvs-theme-savoy-child .woo-variation-items-wrapper {
  position: relative !important;
}
.wvs-theme-savoy .woo-variation-items-wrapper .sod_select,
.wvs-theme-savoy-child .woo-variation-items-wrapper .sod_select {
  display: none !important;
}
.wvs-theme-savoy .nm-variation-row,
.wvs-theme-savoy-child .nm-variation-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.wvs-theme-woodstock .woo-variation-items-wrapper .variation-select,
.wvs-theme-woodstock-child .woo-variation-items-wrapper .variation-select {
  display: none !important;
}
.wvs-theme-woodmart .wd-attr-selected,
.wvs-theme-woodmart .woo-variation-items-wrapper > .swatches-select,
.wvs-theme-woodmart-child .wd-attr-selected,
.wvs-theme-woodmart-child .woo-variation-items-wrapper > .swatches-select {
  display: none;
}
.wvs-theme-gecko .variations .value.woo-variation-items-wrapper,
.wvs-theme-gecko-child .variations .value.woo-variation-items-wrapper {
  border: 0 !important;
}
.wvs-theme-gecko .variations .value.woo-variation-items-wrapper:after,
.wvs-theme-gecko-child .variations .value.woo-variation-items-wrapper:after {
  display: none !important;
}
.woo-variation-gallery-theme-massive-dynamic
  .woo-variation-items-wrapper
  .clear-selection,
.woo-variation-gallery-theme-massive-dynamic-child
  .woo-variation-items-wrapper
  .clear-selection {
  border: 0;
  height: auto;
  width: auto;
}
.woo-variation-gallery-theme-massive-dynamic
  .woo-variation-items-wrapper
  .clear-selection
  .reset_variations,
.woo-variation-gallery-theme-massive-dynamic-child
  .woo-variation-items-wrapper
  .clear-selection
  .reset_variations {
  border: 1px solid #f04040;
  border-radius: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #f04040;
  font-size: 8px !important;
  height: 20px;
  padding: 5px;
  width: 20px;
}
.wvs-theme-claue .woo-variation-items-wrapper,
.wvs-theme-claue-child .woo-variation-items-wrapper {
  border: none;
}
.wvs-theme-claue .woo-variation-items-wrapper:after,
.wvs-theme-claue-child .woo-variation-items-wrapper:after {
  display: none;
}
.wvs-theme-jupiter table.variations,
.wvs-theme-jupiter-child table.variations {
  overflow: initial;
}
.wvs-theme-oxygen .woo-variation-items-wrapper .select-wrapper,
.wvs-theme-oxygen-child .woo-variation-items-wrapper .select-wrapper {
  display: none;
}
.wvs-theme-oxygen
  .variable-items-wrapper.radio-variable-wrapper
  .radio-variable-item
  input,
.wvs-theme-oxygen-child
  .variable-items-wrapper.radio-variable-wrapper
  .radio-variable-item
  input {
  width: 18px;
}
.wvs-theme-simple-elegant .woo-variation-items-wrapper .wi-nice-select,
.wvs-theme-simple-elegant-child .woo-variation-items-wrapper .wi-nice-select {
  display: none;
}
.wvs-theme-twentytwenty table.variations,
.wvs-theme-twentytwenty-child table.variations {
  overflow: auto;
}
.wvs-theme-divi
  .et_pb_wc_add_to_cart
  form.variations_form.cart
  .variations
  td.value
  span:after,
.wvs-theme-divi-child
  .et_pb_wc_add_to_cart
  form.variations_form.cart
  .variations
  td.value
  span:after,
.wvs-theme-jevelin
  .sh-woo-layout
  table.variations
  td
  select.woo-variation-raw-select,
.wvs-theme-jevelin-child
  .sh-woo-layout
  table.variations
  td
  select.woo-variation-raw-select {
  display: none !important;
}
.wvs-theme-jevelin .sh-woo-layout table.variations,
.wvs-theme-jevelin-child .sh-woo-layout table.variations {
  max-width: 100%;
}
.wvs-theme-jevelin .radio-variable-item label,
.wvs-theme-jevelin-child .radio-variable-item label {
  line-height: 1 !important;
}
.woo-variation-swatches .woo-variation-raw-select + .select2,
.wvs-theme-stockie .woo-variation-raw-select + .select-styled,
.wvs-theme-stockie-child .woo-variation-raw-select + .select-styled {
  display: none !important;
}
.woo-variation-swatches .wvs-widget-layered-nav-list__item-color {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  flex-direction: row;
  margin: 10px 0;
}
.woo-variation-swatches .wvs-widget-layered-nav-list__item-color > a {
  display: inline-block;
  position: relative;
}
.woo-variation-swatches .wvs-widget-layered-nav-list__item-color .count {
  padding: 0 5px;
}
.woo-variation-swatches
  .wvs-widget-layered-nav-list__item-color
  .wvs-widget-item-wrapper {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.woo-variation-swatches .wvs-widget-layered-nav-list__item-color .item {
  border: 2px solid #fff;
  -webkit-box-shadow: var(--wvs-item-box-shadow, 0 0 0 1px #a8a8a8);
  box-shadow: var(--wvs-item-box-shadow, 0 0 0 1px #a8a8a8);
  display: inline-block;
  float: left;
  height: 20px;
  margin: 0 4px;
  padding: 9px;
  -webkit-transition: -webkit-box-shadow 0.2s ease;
  transition: -webkit-box-shadow 0.2s ease;
  -o-transition: box-shadow 0.2s ease;
  transition: box-shadow 0.2s ease;
  transition: box-shadow 0.2s ease, -webkit-box-shadow 0.2s ease;
  width: 20px;
}
.woo-variation-swatches
  .wvs-widget-layered-nav-list__item-color
  .item.style-squared {
  border-radius: 2px;
}
.woo-variation-swatches
  .wvs-widget-layered-nav-list__item-color
  .item.style-rounded {
  border-radius: 100%;
}
.woo-variation-swatches .wvs-widget-layered-nav-list__item-color .text {
  display: inline-block;
}
.woo-variation-swatches .wvs-widget-layered-nav-list__item-color .text :after {
  clear: both;
  content: "";
  display: inline;
}
.woo-variation-swatches .wvs-widget-layered-nav-list__item-color:hover .item {
  -webkit-box-shadow: var(--wvs-hover-item-box-shadow, 0 0 0 3px #ddd);
  box-shadow: var(--wvs-hover-item-box-shadow, 0 0 0 3px #ddd);
}
.woo-variation-swatches
  .wvs-widget-layered-nav-list__item-color.woocommerce-widget-layered-nav-list__item--chosen
  .item {
  -webkit-box-shadow: var(--wvs-selected-item-box-shadow, 0 0 0 2px #000);
  box-shadow: var(--wvs-selected-item-box-shadow, 0 0 0 2px #000);
}
.woo-variation-swatches .variations td.value > span:after,
.woo-variation-swatches .variations td.value > span:before,
.woo-variation-swatches .woo-variation-raw-select,
.woo-variation-swatches .woo-variation-raw-select:after,
.woo-variation-swatches .woo-variation-raw-select:before {
  display: none !important;
}
.woo-variation-swatches .woo-variation-swatches-variable-item-more {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.woo-variation-swatches .wvs-archive-variations-wrapper {
  display: block;
  width: 100%;
}
.woo-variation-swatches
  .wvs-archive-variations-wrapper
  .variable-items-wrapper
  .variable-item:not(.radio-variable-item) {
  height: var(--wvs-archive-product-item-height, 30px);
  width: var(--wvs-archive-product-item-width, 30px);
}
.woo-variation-swatches
  .wvs-archive-variations-wrapper
  .variable-items-wrapper
  .variable-item:not(.radio-variable-item).button-variable-item {
  font-size: var(--wvs-archive-product-item-font-size, 16px);
}
.woo-variation-swatches
  .wvs-archive-variations-wrapper
  .variable-items-wrapper.wvs-style-squared.archive-variable-items
  .variable-item:not(.radio-variable-item).button-variable-item {
  min-width: var(--wvs-archive-product-item-width, 30px);
}
.woo-variation-swatches ul.variations {
  -webkit-box-orient: vertical;
  -ms-flex-direction: column;
  flex-direction: column;
  list-style: none;
  margin: 0;
  padding: 0;
}
.woo-variation-swatches ul.variations,
.woo-variation-swatches ul.variations > li {
  -webkit-box-direction: normal;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.woo-variation-swatches ul.variations > li {
  -webkit-box-pack: var(--wvs-position);
  -ms-flex-pack: var(--wvs-position);
  -webkit-box-orient: horizontal;
  -ms-flex-direction: row;
  flex-direction: row;
  justify-content: var(--wvs-position);
  margin: 5px 0;
}
.woo-variation-swatches ul.variations .wvs_archive_reset_variations.hide {
  visibility: hidden;
}
.woo-variation-swatches ul.variations .wvs_archive_reset_variations.show {
  visibility: visible;
}
.woo-variation-swatches .variable-items-wrapper {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: flex-start;
  list-style: none;
  margin: 0;
  padding: 0;
}
.woo-variation-swatches
  .variable-items-wrapper.enabled-large-size
  .variable-item:not(.radio-variable-item) {
  height: var(--wvs-single-product-large-item-height, 40px);
  width: var(--wvs-single-product-large-item-width, 40px);
}
.woo-variation-swatches
  .variable-items-wrapper.enabled-large-size
  .variable-item:not(.radio-variable-item).button-variable-item {
  font-size: var(--wvs-single-product-large-item-font-size, 16px);
}
.woo-variation-swatches .variable-items-wrapper.radio-variable-items-wrapper {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-direction: column;
  flex-direction: column;
}
.woo-variation-swatches
  .variable-items-wrapper.radio-variable-items-wrapper
  .radio-variable-item {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  list-style: none;
  padding: 0 5px;
}
.woo-variation-swatches
  .variable-items-wrapper.radio-variable-items-wrapper
  .radio-variable-item
  input,
.woo-variation-swatches
  .variable-items-wrapper.radio-variable-items-wrapper
  .radio-variable-item
  label {
  cursor: pointer;
  vertical-align: middle;
}
.woo-variation-swatches
  .variable-items-wrapper.radio-variable-items-wrapper
  .radio-variable-item
  input {
  height: 20px;
  margin: 5px;
  width: 20px;
}
.woo-variation-swatches
  .variable-items-wrapper.radio-variable-items-wrapper
  .radio-variable-item
  .variable-item-radio-value-wrapper {
  display: inline-block;
}
.woo-variation-swatches
  .variable-items-wrapper.radio-variable-items-wrapper
  .radio-variable-item
  .variable-item-radio-value-wrapper
  img {
  display: inline-block;
  margin: 0;
  padding: 0;
  vertical-align: middle;
  width: 40px;
}
.woo-variation-swatches
  .variable-items-wrapper.radio-variable-items-wrapper
  .radio-variable-item
  .variable-item-radio-value-wrapper
  .out-of-stock {
  display: inline-block;
  margin: 0;
  padding: 0;
}
.woo-variation-swatches
  .variable-items-wrapper.radio-variable-items-wrapper
  .radio-variable-item
  label {
  display: inline-block;
  padding: 2px 0;
  width: auto;
}
.woo-variation-swatches
  .variable-items-wrapper.radio-variable-items-wrapper
  .radio-variable-item.disabled,
.woo-variation-swatches
  .variable-items-wrapper.radio-variable-items-wrapper
  .radio-variable-item.disabled:hover {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.woo-variation-swatches
  .variable-items-wrapper.radio-variable-items-wrapper
  .radio-variable-item.disabled
  input,
.woo-variation-swatches
  .variable-items-wrapper.radio-variable-items-wrapper
  .radio-variable-item.disabled
  label,
.woo-variation-swatches
  .variable-items-wrapper.radio-variable-items-wrapper
  .radio-variable-item.disabled:hover
  input,
.woo-variation-swatches
  .variable-items-wrapper.radio-variable-items-wrapper
  .radio-variable-item.disabled:hover
  label {
  cursor: not-allowed;
  opacity: 0.5;
}
.woo-variation-swatches
  .variable-items-wrapper.radio-variable-items-wrapper
  .radio-variable-item.disabled
  .variable-item-radio-value,
.woo-variation-swatches
  .variable-items-wrapper.radio-variable-items-wrapper
  .radio-variable-item.disabled:hover
  .variable-item-radio-value {
  text-decoration: line-through;
}
.woo-variation-swatches
  .variable-items-wrapper.radio-variable-items-wrapper
  .radio-variable-item.disabled:after,
.woo-variation-swatches
  .variable-items-wrapper.radio-variable-items-wrapper
  .radio-variable-item.disabled:before,
.woo-variation-swatches
  .variable-items-wrapper.radio-variable-items-wrapper
  .radio-variable-item.disabled:hover:after,
.woo-variation-swatches
  .variable-items-wrapper.radio-variable-items-wrapper
  .radio-variable-item.disabled:hover:before {
  display: none;
}
.woo-variation-swatches
  .variable-items-wrapper.radio-variable-items-wrapper
  .radio-variable-item.disabled:focus,
.woo-variation-swatches
  .variable-items-wrapper.radio-variable-items-wrapper
  .radio-variable-item.disabled:hover:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.woo-variation-swatches
  .variable-items-wrapper.radio-variable-items-wrapper
  .radio-variable-item.no-stock
  input,
.woo-variation-swatches
  .variable-items-wrapper.radio-variable-items-wrapper
  .radio-variable-item.no-stock
  label,
.woo-variation-swatches
  .variable-items-wrapper.radio-variable-items-wrapper
  .radio-variable-item.no-stock:hover
  input,
.woo-variation-swatches
  .variable-items-wrapper.radio-variable-items-wrapper
  .radio-variable-item.no-stock:hover
  label {
  opacity: 0.6;
  text-decoration: line-through;
}
.woo-variation-swatches
  .variable-items-wrapper.radio-variable-items-wrapper
  .radio-variable-item.no-stock
  .variable-item-radio-value,
.woo-variation-swatches
  .variable-items-wrapper.radio-variable-items-wrapper
  .radio-variable-item.no-stock:hover
  .variable-item-radio-value {
  text-decoration: line-through;
}
.woo-variation-swatches
  .variable-items-wrapper.radio-variable-items-wrapper
  .radio-variable-item:hover {
  -webkit-box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.1);
}
.woo-variation-swatches
  .variable-items-wrapper.radio-variable-items-wrapper
  .radio-variable-item:focus {
  -webkit-box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.3);
}
.woo-variation-swatches
  .variable-items-wrapper.radio-variable-items-wrapper
  .radio-variable-item.selected,
.woo-variation-swatches
  .variable-items-wrapper.radio-variable-items-wrapper
  .radio-variable-item.selected:hover {
  -webkit-box-shadow: 0 0 0 2px rgba(0, 0, 0, 0.9);
  box-shadow: 0 0 0 2px rgba(0, 0, 0, 0.9);
}
.woo-variation-swatches .variable-items-wrapper .variable-item {
  list-style: none;
  margin: 0;
  outline: none;
  padding: 0;
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.woo-variation-swatches
  .variable-items-wrapper
  .variable-item
  .variable-item-contents {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 100%;
  justify-content: center;
  position: relative;
  width: 100%;
}
.woo-variation-swatches
  .variable-items-wrapper
  .variable-item.variation-disabled {
  display: none !important;
}
.woo-variation-swatches .variable-items-wrapper .variable-item img {
  height: 100%;
  margin: 0;
  padding: 0;
  pointer-events: none;
  width: 100%;
}
.woo-variation-swatches .variable-items-wrapper .variable-item > span {
  pointer-events: none;
}
.woo-variation-swatches
  .variable-items-wrapper
  .variable-item:not(.radio-variable-item) {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: var(--wvs-item-background-color, #fff);
  -webkit-box-shadow: var(--wvs-item-box-shadow, 0 0 0 1px #a8a8a8);
  box-shadow: var(--wvs-item-box-shadow, 0 0 0 1px #a8a8a8);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: var(--wvs-item-text-color, #000);
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: var(--wvs-single-product-item-height, 30px);
  justify-content: center;
  margin: 4px;
  padding: 2px;
  position: relative;
  width: var(--wvs-single-product-item-width, 30px);
}
.woo-variation-swatches
  .variable-items-wrapper
  .variable-item:not(.radio-variable-item):last-child {
  margin-right: 0;
}
.woo-variation-swatches
  .variable-items-wrapper
  .variable-item:not(.radio-variable-item).no-stock
  .variable-item-contents,
.woo-variation-swatches
  .variable-items-wrapper
  .variable-item:not(.radio-variable-item).no-stock
  img,
.woo-variation-swatches
  .variable-items-wrapper
  .variable-item:not(.radio-variable-item).no-stock
  span {
  opacity: 0.6;
}
.woo-variation-swatches
  .variable-items-wrapper
  .variable-item:not(.radio-variable-item).no-stock
  .variable-item-contents:before {
  background-image: var(--wvs-cross);
  background-position: 50%;
  background-repeat: no-repeat;
  content: " ";
  display: block;
  height: 100%;
  position: absolute;
  width: 100%;
}
.woo-variation-swatches
  .variable-items-wrapper
  .variable-item:not(.radio-variable-item):hover {
  background-color: var(--wvs-hover-item-background-color, #fff);
  color: var(--wvs-hover-item-text-color, #000);
}
.woo-variation-swatches
  .variable-items-wrapper
  .variable-item:not(.radio-variable-item):focus,
.woo-variation-swatches
  .variable-items-wrapper
  .variable-item:not(.radio-variable-item):hover {
  -webkit-box-shadow: var(--wvs-hover-item-box-shadow, 0 0 0 3px #ddd);
  box-shadow: var(--wvs-hover-item-box-shadow, 0 0 0 3px #ddd);
}
.woo-variation-swatches
  .variable-items-wrapper
  .variable-item:not(.radio-variable-item).selected,
.woo-variation-swatches
  .variable-items-wrapper
  .variable-item:not(.radio-variable-item).selected:hover {
  -webkit-box-shadow: var(--wvs-selected-item-box-shadow, 0 0 0 2px #000);
  box-shadow: var(--wvs-selected-item-box-shadow, 0 0 0 2px #000);
  color: var(--wvs-selected-item-text-color, #000);
}
.woo-variation-swatches
  .variable-items-wrapper
  .variable-item:not(.radio-variable-item).disabled,
.woo-variation-swatches
  .variable-items-wrapper
  .variable-item:not(.radio-variable-item).disabled:hover {
  cursor: not-allowed;
  overflow: hidden;
  pointer-events: none;
  position: relative;
}
.woo-variation-swatches
  .variable-items-wrapper
  .variable-item:not(.radio-variable-item).disabled
  .variable-item-contents,
.woo-variation-swatches
  .variable-items-wrapper
  .variable-item:not(.radio-variable-item).disabled
  img,
.woo-variation-swatches
  .variable-items-wrapper
  .variable-item:not(.radio-variable-item).disabled
  span,
.woo-variation-swatches
  .variable-items-wrapper
  .variable-item:not(.radio-variable-item).disabled:hover
  .variable-item-contents,
.woo-variation-swatches
  .variable-items-wrapper
  .variable-item:not(.radio-variable-item).disabled:hover
  img,
.woo-variation-swatches
  .variable-items-wrapper
  .variable-item:not(.radio-variable-item).disabled:hover
  span {
  opacity: 0.6;
}
.woo-variation-swatches
  .variable-items-wrapper
  .variable-item:not(.radio-variable-item).disabled
  .variable-item-contents:before,
.woo-variation-swatches
  .variable-items-wrapper
  .variable-item:not(.radio-variable-item).disabled:hover
  .variable-item-contents:before {
  background-image: var(--wvs-cross);
  background-position: 50%;
  background-repeat: no-repeat;
  content: " ";
  display: block;
  height: 100%;
  position: absolute;
  width: 100%;
}
.woo-variation-swatches
  .variable-items-wrapper
  .variable-item:not(.radio-variable-item).color-variable-item.selected:not(.no-stock)
  .variable-item-contents:before,
.woo-variation-swatches
  .variable-items-wrapper
  .variable-item:not(.radio-variable-item).image-variable-item.selected:not(.no-stock)
  .variable-item-contents:before {
  background-image: var(--wvs-tick);
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 60%;
  content: " ";
  display: block;
  height: 100%;
  position: absolute;
  width: 100%;
}
.woo-variation-swatches
  .variable-items-wrapper
  .variable-item:not(.radio-variable-item).color-variable-item
  .variable-item-span-color,
.woo-variation-swatches
  .variable-items-wrapper
  .variable-item:not(.radio-variable-item).image-variable-item
  .variable-item-span-color {
  display: block;
  height: 100%;
  width: 100%;
}
.woo-variation-swatches
  .variable-items-wrapper
  .variable-item:not(.radio-variable-item).button-variable-item {
  font-size: var(--wvs-single-product-item-font-size, 16px);
  text-align: center;
}
.woo-variation-swatches
  .variable-items-wrapper
  .variable-item:not(.radio-variable-item).button-variable-item.selected:not(.no-stock) {
  background-color: var(--wvs-selected-item-background-color, #fff);
  color: var(--wvs-selected-item-text-color, #000);
}
.woo-variation-swatches
  .variable-items-wrapper
  .variable-item.wvs-show-stock-left-info:not(.disabled):not(.radio-variable-item)
  .wvs-stock-left-info:before {
  border-bottom: 3px solid #de8604;
  border-left: 3px solid transparent;
  border-right: 3px solid transparent;
  content: " ";
  left: 50%;
  margin-left: -3px;
  position: absolute;
  top: calc(100% - 1px);
  width: 0;
  z-index: 1;
}
.woo-variation-swatches
  .variable-items-wrapper
  .variable-item.wvs-show-stock-left-info:not(.disabled):not(.radio-variable-item)
  .wvs-stock-left-info:after {
  left: 50%;
  min-width: 36px;
  position: absolute;
  text-align: center;
  top: calc(100% + 2px);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
.woo-variation-swatches
  .variable-items-wrapper
  .variable-item.wvs-show-stock-left-info:not(.disabled)
  .wvs-stock-left-info:after {
  background: #de8604;
  border-radius: 2px !important;
  -webkit-box-shadow: 0 0 2px rgba(0, 0, 0, 0.38);
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.38);
  color: #fff;
  content: attr(data-wvs-stock-info);
  font-size: 10px;
  font-style: italic;
  line-height: 1;
  padding: 2px;
  text-shadow: 0 1px rgba(0, 0, 0, 0.251);
}
.woo-variation-swatches
  .variable-items-wrapper
  .variable-item.wvs-show-stock-left-info:not(.disabled).radio-variable-item
  .wvs-stock-left-info:after {
  margin-left: 5px;
}
.woo-variation-swatches
  .wvs-style-rounded.variable-items-wrapper
  .variable-item:not(.radio-variable-item) {
  border-radius: 100%;
}
.woo-variation-swatches
  .wvs-style-rounded.variable-items-wrapper
  .variable-item:not(.radio-variable-item)
  .variable-item-span,
.woo-variation-swatches
  .wvs-style-rounded.variable-items-wrapper
  .variable-item:not(.radio-variable-item)
  img {
  border-radius: 100%;
  line-height: 1;
  margin: 0;
  overflow: hidden;
}
.woo-variation-swatches
  .wvs-style-rounded.variable-items-wrapper
  .variable-item.radio-variable-item {
  border-radius: 2px;
}
.woo-variation-swatches
  .wvs-style-rounded.variable-items-wrapper
  .variable-item.radio-variable-item
  img {
  border-radius: 100%;
}
.woo-variation-swatches
  .wvs-style-squared.variable-items-wrapper
  .variable-item:not(.radio-variable-item) {
  border-radius: 2px;
}
.woo-variation-swatches
  .wvs-style-squared.variable-items-wrapper
  .variable-item:not(.radio-variable-item).button-variable-item {
  min-width: var(--wvs-single-product-item-width);
  width: auto;
}
.woo-variation-swatches
  .wvs-style-squared.variable-items-wrapper
  .variable-item:not(.radio-variable-item).button-variable-item
  .variable-item-span {
  padding: 0 5px;
}
.woo-variation-swatches
  .wvs-style-squared.variable-items-wrapper
  .variable-item:not(.radio-variable-item).color-variable-item
  span:after {
  border-radius: 0;
}
.woo-variation-swatches
  .wvs-style-squared.variable-items-wrapper
  .variable-item.radio-variable-item {
  border-radius: 2px;
}
.woo-variation-swatches
  .wvs-style-squared.variable-items-wrapper
  .variable-item.radio-variable-item
  img {
  border-radius: 5px;
}
.woo-variation-swatches.wvs-behavior-blur
  .variable-items-wrapper
  .radio-variable-item.disabled
  input,
.woo-variation-swatches.wvs-behavior-blur
  .variable-items-wrapper
  .radio-variable-item.disabled
  label,
.woo-variation-swatches.wvs-behavior-blur
  .variable-items-wrapper
  .radio-variable-item.disabled:hover
  input,
.woo-variation-swatches.wvs-behavior-blur
  .variable-items-wrapper
  .radio-variable-item.disabled:hover
  label {
  cursor: not-allowed;
  opacity: 0.5;
  text-decoration: line-through;
}
.woo-variation-swatches.wvs-behavior-blur
  .variable-items-wrapper
  .radio-variable-item.disabled:after,
.woo-variation-swatches.wvs-behavior-blur
  .variable-items-wrapper
  .radio-variable-item.disabled:before,
.woo-variation-swatches.wvs-behavior-blur
  .variable-items-wrapper
  .radio-variable-item.disabled:hover:after,
.woo-variation-swatches.wvs-behavior-blur
  .variable-items-wrapper
  .radio-variable-item.disabled:hover:before {
  display: none;
}
.woo-variation-swatches.wvs-behavior-blur-no-cross
  .variable-items-wrapper
  .variable-item:not(.radio-variable-item).disabled
  .variable-item-contents:before,
.woo-variation-swatches.wvs-behavior-blur-no-cross
  .variable-items-wrapper
  .variable-item:not(.radio-variable-item).disabled:hover
  .variable-item-contents:before,
.woo-variation-swatches.wvs-behavior-blur-no-cross
  .variable-items-wrapper
  .variable-item:not(.radio-variable-item).no-stock
  .variable-item-contents:before,
.woo-variation-swatches.wvs-behavior-blur-no-cross
  .variable-items-wrapper
  .variable-item:not(.radio-variable-item).no-stock:hover
  .variable-item-contents:before {
  background-image: none;
}
.woo-variation-swatches.wvs-behavior-blur-no-cross
  .variable-items-wrapper
  .radio-variable-item.disabled,
.woo-variation-swatches.wvs-behavior-blur-no-cross
  .variable-items-wrapper
  .radio-variable-item.disabled:hover {
  overflow: hidden;
}
.woo-variation-swatches.wvs-behavior-blur-no-cross
  .variable-items-wrapper
  .radio-variable-item.disabled
  input,
.woo-variation-swatches.wvs-behavior-blur-no-cross
  .variable-items-wrapper
  .radio-variable-item.disabled
  label,
.woo-variation-swatches.wvs-behavior-blur-no-cross
  .variable-items-wrapper
  .radio-variable-item.disabled:hover
  input,
.woo-variation-swatches.wvs-behavior-blur-no-cross
  .variable-items-wrapper
  .radio-variable-item.disabled:hover
  label {
  opacity: 0.3;
  pointer-events: none;
}
.woo-variation-swatches.wvs-behavior-hide
  .variable-items-wrapper
  .variable-item.disabled {
  font-size: 0;
  height: 0 !important;
  margin: 0 !important;
  min-height: 0 !important;
  min-width: 0 !important;
  opacity: 0;
  padding: 0 !important;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  -webkit-transform-origin: center;
  -ms-transform-origin: center;
  transform-origin: center;
  visibility: hidden;
  width: 0 !important;
}
.woo-variation-swatches.wvs-behavior-hide
  .variable-items-wrapper
  .variable-item.disabled.radio-variable-item {
  width: auto !important;
}
.woo-variation-swatches.wvs-behavior-hide
  .variable-items-wrapper
  .variable-item.no-stock
  .variable-item-contents:before {
  background-image: none;
}
.woo-variation-swatches.rtl .variable-items-wrapper .variable-item {
  text-align: right;
}
.woo-variation-swatches.rtl
  .variable-items-wrapper
  .variable-item:not(.radio-variable-item) {
  margin: 4px 0 4px 8px;
}
.woo-variation-swatches.rtl
  .variable-items-wrapper.radio-variable-wrapper
  .radio-variable-item
  input {
  margin-left: 5px;
  margin-right: 0;
}
.woo-variation-swatches.woocommerce
  .product.elementor
  table.variations
  td.value:before {
  display: none !important;
}
.woo-variation-swatches.woo-variation-swatches-ie11 .variable-items-wrapper {
  display: block !important;
}
.woo-variation-swatches.woo-variation-swatches-ie11
  .variable-items-wrapper
  .variable-item:not(.radio-variable-item) {
  float: left;
}
.woo-variation-swatches.wvs-show-label .variations td,
.woo-variation-swatches.wvs-show-label .variations th {
  display: block;
  width: auto !important;
}
.woo-variation-swatches.wvs-show-label
  .variations
  td
  .woo-selected-variation-item-name,
.woo-variation-swatches.wvs-show-label .variations td label,
.woo-variation-swatches.wvs-show-label
  .variations
  th
  .woo-selected-variation-item-name,
.woo-variation-swatches.wvs-show-label .variations th label {
  display: inline-block;
  margin: 0 2px;
}
.woo-variation-swatches .grouped-variable-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  list-style: none !important;
}
.woo-variation-swatches
  .grouped-variable-items.grouped-variable-items-display-vertical {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.woo-variation-swatches
  .grouped-variable-items.grouped-variable-items-display-vertical
  .group-variable-items-wrapper {
  margin-top: 10px;
}
.woo-variation-swatches
  .grouped-variable-items.grouped-variable-items-display-vertical
  .no-group-variable-items-wrapper {
  margin-top: 20px;
}
.woo-variation-swatches
  .grouped-variable-items.grouped-variable-items-display-horizontal {
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}
.woo-variation-swatches
  .grouped-variable-items.grouped-variable-items-display-horizontal
  .group-variable-items-wrapper {
  margin-right: 20px;
  margin-top: 10px;
}
.woo-variation-swatches
  .grouped-variable-items.grouped-variable-items-display-horizontal
  .group-variable-items-wrapper:last-child,
.woo-variation-swatches
  .grouped-variable-items.grouped-variable-items-display-horizontal
  .no-group-variable-items-wrapper {
  margin-right: 0;
}
.woo-variation-swatches .grouped-variable-items .group-variable-item-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0;
}
.woo-variation-swatches .grouped-variable-items .group-variable-items-name {
  font-style: italic;
}
:root {
  --wvs-tick: url("data:image/svg+xml;utf8,%3Csvg filter='drop-shadow(0px 0px 2px rgb(0 0 0 / .8))' xmlns='http://www.w3.org/2000/svg'  viewBox='0 0 30 30'%3E%3Cpath fill='none' stroke='%23ffffff' stroke-linecap='round' stroke-linejoin='round' stroke-width='4' d='M4 16L11 23 27 7'/%3E%3C/svg%3E");
  --wvs-cross: url("data:image/svg+xml;utf8,%3Csvg filter='drop-shadow(0px 0px 5px rgb(255 255 255 / .6))' xmlns='http://www.w3.org/2000/svg' width='72px' height='72px' viewBox='0 0 24 24'%3E%3Cpath fill='none' stroke='%23ff0000' stroke-linecap='round' stroke-width='0.6' d='M5 5L19 19M19 5L5 19'/%3E%3C/svg%3E");
  --wvs-single-product-item-width: 30px;
  --wvs-single-product-item-height: 30px;
  --wvs-single-product-item-font-size: 16px;
} /*!Hint.css - v2.5.0 - 2017-04-23
* http://kushagragour.in/lab/hint/
* Copyright (c) 2017 Kushagra Gour*/
[class*="hint--"] {
  position: relative;
  display: inline-block;
}
[class*="hint--"]:after,
[class*="hint--"]:before {
  position: absolute;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  visibility: hidden;
  opacity: 0;
  z-index: 1000000;
  pointer-events: none;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  transition: 0.3s ease;
  -webkit-transition-delay: 0s;
  -moz-transition-delay: 0s;
  transition-delay: 0s;
}
[class*="hint--"]:hover:after,
[class*="hint--"]:hover:before {
  visibility: visible;
  opacity: 1;
  -webkit-transition-delay: 0.1s;
  -moz-transition-delay: 0.1s;
  transition-delay: 0.1s;
}
[class*="hint--"]:before {
  content: "";
  position: absolute;
  background: 0 0;
  border: 6px solid transparent;
  z-index: 1000001;
}
[class*="hint--"]:after {
  background: #383838;
  color: #fff;
  padding: 8px 10px;
  font-size: 12px;
  font-family: helvetica neue, Helvetica, Arial, sans-serif;
  line-height: 12px;
  white-space: nowrap;
  text-shadow: 0 -1px 0 #000;
  box-shadow: 4px 4px 8px rgba(0, 0, 0, 0.3);
}
[class*="hint--"][aria-label]:after {
  content: attr(aria-label);
}
[class*="hint--"][data-hint]:after {
  content: attr(data-hint);
}
[aria-label=""]:after,
[aria-label=""]:before,
[data-hint=""]:after,
[data-hint=""]:before {
  display: none !important;
}
.hint--top-left:before,
.hint--top-right:before,
.hint--top:before {
  border-top-color: #383838;
}
.hint--bottom-left:before,
.hint--bottom-right:before,
.hint--bottom:before {
  border-bottom-color: #383838;
}
.hint--top:after,
.hint--top:before {
  bottom: 100%;
  left: 50%;
}
.hint--top:before {
  margin-bottom: -11px;
  left: calc(50% - 6px);
}
.hint--top:after {
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  transform: translateX(-50%);
}
.hint--top:hover:before {
  -webkit-transform: translateY(-8px);
  -moz-transform: translateY(-8px);
  transform: translateY(-8px);
}
.hint--top:hover:after {
  -webkit-transform: translateX(-50%) translateY(-8px);
  -moz-transform: translateX(-50%) translateY(-8px);
  transform: translateX(-50%) translateY(-8px);
}
.hint--bottom:after,
.hint--bottom:before {
  top: 100%;
  left: 50%;
}
.hint--bottom:before {
  margin-top: -11px;
  left: calc(50% - 6px);
}
.hint--bottom:after {
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  transform: translateX(-50%);
}
.hint--bottom:hover:before {
  -webkit-transform: translateY(8px);
  -moz-transform: translateY(8px);
  transform: translateY(8px);
}
.hint--bottom:hover:after {
  -webkit-transform: translateX(-50%) translateY(8px);
  -moz-transform: translateX(-50%) translateY(8px);
  transform: translateX(-50%) translateY(8px);
}
.hint--right:before {
  border-right-color: #383838;
  margin-left: -11px;
  margin-bottom: -6px;
}
.hint--right:after {
  margin-bottom: -14px;
}
.hint--right:after,
.hint--right:before {
  left: 100%;
  bottom: 50%;
}
.hint--right:hover:after,
.hint--right:hover:before {
  -webkit-transform: translateX(8px);
  -moz-transform: translateX(8px);
  transform: translateX(8px);
}
.hint--left:before {
  border-left-color: #383838;
  margin-right: -11px;
  margin-bottom: -6px;
}
.hint--left:after {
  margin-bottom: -14px;
}
.hint--left:after,
.hint--left:before {
  right: 100%;
  bottom: 50%;
}
.hint--left:hover:after,
.hint--left:hover:before {
  -webkit-transform: translateX(-8px);
  -moz-transform: translateX(-8px);
  transform: translateX(-8px);
}
.hint--top-left:after,
.hint--top-left:before {
  bottom: 100%;
  left: 50%;
}
.hint--top-left:before {
  margin-bottom: -11px;
  left: calc(50% - 6px);
}
.hint--top-left:after {
  -webkit-transform: translateX(-100%);
  -moz-transform: translateX(-100%);
  transform: translateX(-100%);
  margin-left: 12px;
}
.hint--top-left:hover:before {
  -webkit-transform: translateY(-8px);
  -moz-transform: translateY(-8px);
  transform: translateY(-8px);
}
.hint--top-left:hover:after {
  -webkit-transform: translateX(-100%) translateY(-8px);
  -moz-transform: translateX(-100%) translateY(-8px);
  transform: translateX(-100%) translateY(-8px);
}
.hint--top-right:after,
.hint--top-right:before {
  bottom: 100%;
  left: 50%;
}
.hint--top-right:before {
  margin-bottom: -11px;
  left: calc(50% - 6px);
}
.hint--top-right:after {
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  transform: translateX(0);
  margin-left: -12px;
}
.hint--top-right:hover:after,
.hint--top-right:hover:before {
  -webkit-transform: translateY(-8px);
  -moz-transform: translateY(-8px);
  transform: translateY(-8px);
}
.hint--bottom-left:after,
.hint--bottom-left:before {
  top: 100%;
  left: 50%;
}
.hint--bottom-left:before {
  margin-top: -11px;
  left: calc(50% - 6px);
}
.hint--bottom-left:after {
  -webkit-transform: translateX(-100%);
  -moz-transform: translateX(-100%);
  transform: translateX(-100%);
  margin-left: 12px;
}
.hint--bottom-left:hover:before {
  -webkit-transform: translateY(8px);
  -moz-transform: translateY(8px);
  transform: translateY(8px);
}
.hint--bottom-left:hover:after {
  -webkit-transform: translateX(-100%) translateY(8px);
  -moz-transform: translateX(-100%) translateY(8px);
  transform: translateX(-100%) translateY(8px);
}
.hint--bottom-right:after,
.hint--bottom-right:before {
  top: 100%;
  left: 50%;
}
.hint--bottom-right:before {
  margin-top: -11px;
  left: calc(50% - 6px);
}
.hint--bottom-right:after {
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  transform: translateX(0);
  margin-left: -12px;
}
.hint--bottom-right:hover:after,
.hint--bottom-right:hover:before {
  -webkit-transform: translateY(8px);
  -moz-transform: translateY(8px);
  transform: translateY(8px);
}
.hint--large:after,
.hint--medium:after,
.hint--small:after {
  white-space: normal;
  line-height: 1.4em;
  word-wrap: break-word;
}
.hint--small:after {
  width: 80px;
}
.hint--medium:after {
  width: 150px;
}
.hint--large:after {
  width: 300px;
}
.hint--error:after {
  background-color: #b34e4d;
  text-shadow: 0 -1px 0 #592726;
}
.hint--error.hint--top-left:before,
.hint--error.hint--top-right:before,
.hint--error.hint--top:before {
  border-top-color: #b34e4d;
}
.hint--error.hint--bottom-left:before,
.hint--error.hint--bottom-right:before,
.hint--error.hint--bottom:before {
  border-bottom-color: #b34e4d;
}
.hint--error.hint--left:before {
  border-left-color: #b34e4d;
}
.hint--error.hint--right:before {
  border-right-color: #b34e4d;
}
.hint--warning:after {
  background-color: #c09854;
  text-shadow: 0 -1px 0 #6c5328;
}
.hint--warning.hint--top-left:before,
.hint--warning.hint--top-right:before,
.hint--warning.hint--top:before {
  border-top-color: #c09854;
}
.hint--warning.hint--bottom-left:before,
.hint--warning.hint--bottom-right:before,
.hint--warning.hint--bottom:before {
  border-bottom-color: #c09854;
}
.hint--warning.hint--left:before {
  border-left-color: #c09854;
}
.hint--warning.hint--right:before {
  border-right-color: #c09854;
}
.hint--info:after {
  background-color: #3986ac;
  text-shadow: 0 -1px 0 #1a3c4d;
}
.hint--info.hint--top-left:before,
.hint--info.hint--top-right:before,
.hint--info.hint--top:before {
  border-top-color: #3986ac;
}
.hint--info.hint--bottom-left:before,
.hint--info.hint--bottom-right:before,
.hint--info.hint--bottom:before {
  border-bottom-color: #3986ac;
}
.hint--info.hint--left:before {
  border-left-color: #3986ac;
}
.hint--info.hint--right:before {
  border-right-color: #3986ac;
}
.hint--success:after {
  background-color: #458746;
  text-shadow: 0 -1px 0 #1a321a;
}
.hint--success.hint--top-left:before,
.hint--success.hint--top-right:before,
.hint--success.hint--top:before {
  border-top-color: #458746;
}
.hint--success.hint--bottom-left:before,
.hint--success.hint--bottom-right:before,
.hint--success.hint--bottom:before {
  border-bottom-color: #458746;
}
.hint--success.hint--left:before {
  border-left-color: #458746;
}
.hint--success.hint--right:before {
  border-right-color: #458746;
}
.hint--always:after,
.hint--always:before {
  opacity: 1;
  visibility: visible;
}
.hint--always.hint--top:before {
  -webkit-transform: translateY(-8px);
  -moz-transform: translateY(-8px);
  transform: translateY(-8px);
}
.hint--always.hint--top:after {
  -webkit-transform: translateX(-50%) translateY(-8px);
  -moz-transform: translateX(-50%) translateY(-8px);
  transform: translateX(-50%) translateY(-8px);
}
.hint--always.hint--top-left:before {
  -webkit-transform: translateY(-8px);
  -moz-transform: translateY(-8px);
  transform: translateY(-8px);
}
.hint--always.hint--top-left:after {
  -webkit-transform: translateX(-100%) translateY(-8px);
  -moz-transform: translateX(-100%) translateY(-8px);
  transform: translateX(-100%) translateY(-8px);
}
.hint--always.hint--top-right:after,
.hint--always.hint--top-right:before {
  -webkit-transform: translateY(-8px);
  -moz-transform: translateY(-8px);
  transform: translateY(-8px);
}
.hint--always.hint--bottom:before {
  -webkit-transform: translateY(8px);
  -moz-transform: translateY(8px);
  transform: translateY(8px);
}
.hint--always.hint--bottom:after {
  -webkit-transform: translateX(-50%) translateY(8px);
  -moz-transform: translateX(-50%) translateY(8px);
  transform: translateX(-50%) translateY(8px);
}
.hint--always.hint--bottom-left:before {
  -webkit-transform: translateY(8px);
  -moz-transform: translateY(8px);
  transform: translateY(8px);
}
.hint--always.hint--bottom-left:after {
  -webkit-transform: translateX(-100%) translateY(8px);
  -moz-transform: translateX(-100%) translateY(8px);
  transform: translateX(-100%) translateY(8px);
}
.hint--always.hint--bottom-right:after,
.hint--always.hint--bottom-right:before {
  -webkit-transform: translateY(8px);
  -moz-transform: translateY(8px);
  transform: translateY(8px);
}
.hint--always.hint--left:after,
.hint--always.hint--left:before {
  -webkit-transform: translateX(-8px);
  -moz-transform: translateX(-8px);
  transform: translateX(-8px);
}
.hint--always.hint--right:after,
.hint--always.hint--right:before {
  -webkit-transform: translateX(8px);
  -moz-transform: translateX(8px);
  transform: translateX(8px);
}
.hint--rounded:after {
  border-radius: 4px;
}
.hint--no-animate:after,
.hint--no-animate:before {
  -webkit-transition-duration: 0s;
  -moz-transition-duration: 0s;
  transition-duration: 0s;
}
.hint--bounce:after,
.hint--bounce:before {
  -webkit-transition: opacity 0.3s ease, visibility 0.3s ease,
    -webkit-transform 0.3s cubic-bezier(0.71, 1.7, 0.77, 1.24);
  -moz-transition: opacity 0.3s ease, visibility 0.3s ease,
    -moz-transform 0.3s cubic-bezier(0.71, 1.7, 0.77, 1.24);
  transition: opacity 0.3s ease, visibility 0.3s ease,
    transform 0.3s cubic-bezier(0.71, 1.7, 0.77, 1.24);
}
.ps-container {
  -ms-touch-action: auto;
  touch-action: auto;
  overflow: hidden !important;
  -ms-overflow-style: none;
}
@supports (-ms-overflow-style: none) {
  .ps-container {
    overflow: auto !important;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .ps-container {
    overflow: auto !important;
  }
}
.ps-container.ps-active-x > .ps-scrollbar-x-rail,
.ps-container.ps-active-y > .ps-scrollbar-y-rail {
  display: block;
  background-color: transparent;
}
.ps-container.ps-in-scrolling.ps-x > .ps-scrollbar-x-rail {
  background-color: #eee;
  opacity: 0.9;
}
.ps-container.ps-in-scrolling.ps-x > .ps-scrollbar-x-rail > .ps-scrollbar-x {
  background-color: #999;
  height: 11px;
}
.ps-container.ps-in-scrolling.ps-y > .ps-scrollbar-y-rail {
  background-color: #eee;
  opacity: 0.9;
}
.ps-container.ps-in-scrolling.ps-y > .ps-scrollbar-y-rail > .ps-scrollbar-y {
  background-color: #999;
  width: 11px;
}
.ps-container > .ps-scrollbar-x-rail {
  display: none;
  position: absolute;
  opacity: 0;
  -webkit-transition: background-color 0.2s linear, opacity 0.2s linear;
  -o-transition: background-color 0.2s linear, opacity 0.2s linear;
  -moz-transition: background-color 0.2s linear, opacity 0.2s linear;
  transition: background-color 0.2s linear, opacity 0.2s linear;
  bottom: 0;
  height: 15px;
}
.ps-container > .ps-scrollbar-x-rail > .ps-scrollbar-x {
  position: absolute;
  background-color: #aaa;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  -webkit-transition: background-color 0.2s linear, height 0.2s linear,
    width 0.2s ease-in-out, -webkit-border-radius 0.2s ease-in-out;
  transition: background-color 0.2s linear, height 0.2s linear,
    width 0.2s ease-in-out, -webkit-border-radius 0.2s ease-in-out;
  -o-transition: background-color 0.2s linear, height 0.2s linear,
    width 0.2s ease-in-out, border-radius 0.2s ease-in-out;
  -moz-transition: background-color 0.2s linear, height 0.2s linear,
    width 0.2s ease-in-out, border-radius 0.2s ease-in-out,
    -moz-border-radius 0.2s ease-in-out;
  transition: background-color 0.2s linear, height 0.2s linear,
    width 0.2s ease-in-out, border-radius 0.2s ease-in-out;
  transition: background-color 0.2s linear, height 0.2s linear,
    width 0.2s ease-in-out, border-radius 0.2s ease-in-out,
    -webkit-border-radius 0.2s ease-in-out, -moz-border-radius 0.2s ease-in-out;
  bottom: 2px;
  height: 6px;
}
.ps-container > .ps-scrollbar-x-rail:hover > .ps-scrollbar-x,
.ps-container > .ps-scrollbar-x-rail:active > .ps-scrollbar-x {
  height: 11px;
}
.ps-container > .ps-scrollbar-y-rail {
  display: none;
  position: absolute;
  opacity: 0;
  -webkit-transition: background-color 0.2s linear, opacity 0.2s linear;
  -o-transition: background-color 0.2s linear, opacity 0.2s linear;
  -moz-transition: background-color 0.2s linear, opacity 0.2s linear;
  transition: background-color 0.2s linear, opacity 0.2s linear;
  right: 0;
  width: 15px;
}
.ps-container > .ps-scrollbar-y-rail > .ps-scrollbar-y {
  position: absolute;
  background-color: #aaa;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  -webkit-transition: background-color 0.2s linear, height 0.2s linear,
    width 0.2s ease-in-out, -webkit-border-radius 0.2s ease-in-out;
  transition: background-color 0.2s linear, height 0.2s linear,
    width 0.2s ease-in-out, -webkit-border-radius 0.2s ease-in-out;
  -o-transition: background-color 0.2s linear, height 0.2s linear,
    width 0.2s ease-in-out, border-radius 0.2s ease-in-out;
  -moz-transition: background-color 0.2s linear, height 0.2s linear,
    width 0.2s ease-in-out, border-radius 0.2s ease-in-out,
    -moz-border-radius 0.2s ease-in-out;
  transition: background-color 0.2s linear, height 0.2s linear,
    width 0.2s ease-in-out, border-radius 0.2s ease-in-out;
  transition: background-color 0.2s linear, height 0.2s linear,
    width 0.2s ease-in-out, border-radius 0.2s ease-in-out,
    -webkit-border-radius 0.2s ease-in-out, -moz-border-radius 0.2s ease-in-out;
  right: 2px;
  width: 6px;
}
.ps-container > .ps-scrollbar-y-rail:hover > .ps-scrollbar-y,
.ps-container > .ps-scrollbar-y-rail:active > .ps-scrollbar-y {
  width: 11px;
}
.ps-container:hover.ps-in-scrolling.ps-x > .ps-scrollbar-x-rail {
  background-color: #eee;
  opacity: 0.9;
}
.ps-container:hover.ps-in-scrolling.ps-x
  > .ps-scrollbar-x-rail
  > .ps-scrollbar-x {
  background-color: #999;
  height: 11px;
}
.ps-container:hover.ps-in-scrolling.ps-y > .ps-scrollbar-y-rail {
  background-color: #eee;
  opacity: 0.9;
}
.ps-container:hover.ps-in-scrolling.ps-y
  > .ps-scrollbar-y-rail
  > .ps-scrollbar-y {
  background-color: #999;
  width: 11px;
}
.ps-container:hover > .ps-scrollbar-x-rail,
.ps-container:hover > .ps-scrollbar-y-rail {
  opacity: 0.6;
}
.ps-container:hover > .ps-scrollbar-x-rail:hover {
  background-color: #eee;
  opacity: 0.9;
}
.ps-container:hover > .ps-scrollbar-x-rail:hover > .ps-scrollbar-x {
  background-color: #999;
}
.ps-container:hover > .ps-scrollbar-y-rail:hover {
  background-color: #eee;
  opacity: 0.9;
}
.ps-container:hover > .ps-scrollbar-y-rail:hover > .ps-scrollbar-y {
  background-color: #999;
}
.ps-theme-wpc {
  -ms-touch-action: none;
  touch-action: none;
  overflow: hidden !important;
  -ms-overflow-style: none;
}
@supports (-ms-overflow-style: none) {
  .ps-theme-wpc {
    overflow: auto !important;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .ps-theme-wpc {
    overflow: auto !important;
  }
}
.ps-theme-wpc.ps-active-x > .ps-scrollbar-x-rail,
.ps-theme-wpc.ps-active-y > .ps-scrollbar-y-rail {
  display: block;
  background-color: transparent;
}
.ps-theme-wpc.ps-in-scrolling {
  pointer-events: none;
}
.ps-theme-wpc.ps-in-scrolling.ps-x > .ps-scrollbar-x-rail {
  background-color: rgba(0, 0, 0, 0.1) !important;
}
.ps-theme-wpc.ps-in-scrolling.ps-x > .ps-scrollbar-x-rail > .ps-scrollbar-x {
  background-color: #000;
}
.ps-theme-wpc.ps-in-scrolling.ps-y > .ps-scrollbar-y-rail {
  background-color: rgba(0, 0, 0, 0.1) !important;
}
.ps-theme-wpc.ps-in-scrolling.ps-y > .ps-scrollbar-y-rail > .ps-scrollbar-y {
  background-color: #000;
  width: 2px;
  border-radius: 1px;
}
.ps-theme-wpc > .ps-scrollbar-x-rail {
  display: none;
  position: absolute;
  opacity: 0;
  transition: background-color 0.2s linear, opacity 0.2s linear;
  bottom: 0;
  height: 2px;
  border-radius: 1px;
}
.ps-theme-wpc > .ps-scrollbar-x-rail > .ps-scrollbar-x {
  position: absolute;
  background-color: #000;
  transition: background-color 0.2s linear, height 0.2s linear,
    width 0.2s ease-in-out, border-radius 0.2s ease-in-out;
  bottom: 0;
  height: 2px !important;
  border-radius: 1px !important;
}
.ps-theme-wpc > .ps-scrollbar-x-rail:hover > .ps-scrollbar-x,
.ps-theme-wpc > .ps-scrollbar-x-rail:active > .ps-scrollbar-x {
  height: 2px;
  border-radius: 1px;
}
.ps-theme-wpc > .ps-scrollbar-y-rail {
  display: none;
  position: absolute;
  opacity: 0;
  transition: background-color 0.2s linear, opacity 0.2s linear;
  right: 0;
  width: 2px;
  border-radius: 1px;
}
.ps-theme-wpc > .ps-scrollbar-y-rail > .ps-scrollbar-y {
  position: absolute;
  background-color: #000;
  transition: background-color 0.2s linear, height 0.2s linear,
    width 0.2s ease-in-out, border-radius 0.2s ease-in-out;
  right: 0;
  width: 2px !important;
  border-radius: 1px !important;
}
.ps-theme-wpc > .ps-scrollbar-y-rail:hover > .ps-scrollbar-y,
.ps-theme-wpc > .ps-scrollbar-y-rail:active > .ps-scrollbar-y {
  width: 2px;
  border-radius: 1px;
}
.ps-theme-wpc:hover.ps-in-scrolling {
  pointer-events: none;
}
.ps-theme-wpc:hover.ps-in-scrolling.ps-x > .ps-scrollbar-x-rail {
  background-color: #000;
}
.ps-theme-wpc:hover.ps-in-scrolling.ps-x
  > .ps-scrollbar-x-rail
  > .ps-scrollbar-x {
  background-color: #000;
  height: 2px;
  border-radius: 1px;
}
.ps-theme-wpc:hover.ps-in-scrolling.ps-y > .ps-scrollbar-y-rail {
  background-color: #000;
}
.ps-theme-wpc:hover.ps-in-scrolling.ps-y
  > .ps-scrollbar-y-rail
  > .ps-scrollbar-y {
  background-color: #000;
  width: 2px;
  border-radius: 1px;
}
.ps-theme-wpc:hover > .ps-scrollbar-x-rail:hover {
  background-color: rgba(0, 0, 0, 0.1);
  opacity: 1;
}
.ps-theme-wpc:hover > .ps-scrollbar-x-rail:hover > .ps-scrollbar-x {
  background-color: #000;
}
.ps-theme-wpc:hover > .ps-scrollbar-y-rail:hover {
  background-color: rgba(0, 0, 0, 0.1);
  opacity: 1;
}
.ps-theme-wpc:hover > .ps-scrollbar-y-rail:hover > .ps-scrollbar-y {
  background-color: #000;
}
@keyframes wpc-spinner {
  to {
    transform: rotate(360deg);
  }
}
@-webkit-keyframes wpc-spinner {
  to {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes woosc-spinner {
  to {
    transform: rotate(360deg);
  }
}
@-webkit-keyframes woosc-spinner {
  to {
    -webkit-transform: rotate(360deg);
  }
}
.woosc-popup {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.9);
  z-index: 99999999;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.woosc-popup.open {
  opacity: 1;
  visibility: visible;
}
.woosc-popup.open .woosc-popup-inner .woosc-popup-content {
  top: 50%;
}
.woosc-popup .woosc-popup-inner {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
}
.woosc-popup .woosc-popup-inner .woosc-popup-content {
  position: absolute;
  padding: 15px;
  top: 60%;
  left: 50%;
  width: 360px;
  height: 360px;
  max-width: 90%;
  max-height: 90%;
  background-color: #fff;
  border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  transform: translate3d(-50%, -50%, 0);
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.woosc-popup.woosc-share .woosc-popup-inner .woosc-popup-content {
  height: auto;
  padding: 30px;
}
.woosc-popup
  .woosc-popup-inner
  .woosc-popup-content
  .woosc-popup-content-inner {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
}
.woosc-popup
  .woosc-popup-inner
  .woosc-popup-content
  .woosc-popup-content-inner
  .woosc-popup-close {
  width: 32px;
  height: 32px;
  line-height: 32px;
  position: absolute;
  top: -32px;
  right: -32px;
  color: #fff;
  text-align: center;
  background-image: url(//demo2.themelexus.com/liquory/wp-content/plugins/woo-smart-compare/assets/css/../images/close.svg);
  background-repeat: no-repeat;
  background-position: center;
  cursor: pointer;
}
.woosc-popup
  .woosc-popup-inner
  .woosc-popup-content
  .woosc-popup-content-inner
  .woosc-search-input
  input {
  display: block;
  width: 100%;
  border: none;
  height: 40px;
  line-height: 40px;
  padding: 0 10px;
  box-shadow: none;
  color: #222;
  background-color: #f2f2f2;
  border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  -webkit-appearance: none;
}
.woosc-popup
  .woosc-popup-inner
  .woosc-popup-content
  .woosc-popup-content-inner
  .woosc-search-result {
  flex-grow: 1;
  margin-top: 15px;
  overflow-y: auto;
  position: relative;
}
.woosc-popup
  .woosc-popup-inner
  .woosc-popup-content
  .woosc-popup-content-inner
  .woosc-search-result
  ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.woosc-popup
  .woosc-popup-inner
  .woosc-popup-content
  .woosc-popup-content-inner
  .woosc-search-result
  ul
  li {
  display: block;
  padding: 10px 0;
  border: 1px solid #fafafa;
}
.woosc-popup
  .woosc-popup-inner
  .woosc-popup-content
  .woosc-popup-content-inner
  .woosc-search-result
  ul
  li
  .item-inner {
  display: flex;
  align-items: center;
}
.woosc-popup
  .woosc-popup-inner
  .woosc-popup-content
  .woosc-popup-content-inner
  .woosc-search-result
  ul
  li
  .item-inner
  .item-image {
  width: 48px;
}
.woosc-popup
  .woosc-popup-inner
  .woosc-popup-content
  .woosc-popup-content-inner
  .woosc-search-result
  ul
  li
  .item-inner
  .item-image
  img {
  width: 48px;
  height: 48px;
  margin: 0;
  border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  box-shadow: none;
}
.woosc-popup
  .woosc-popup-inner
  .woosc-popup-content
  .woosc-popup-content-inner
  .woosc-search-result
  ul
  li
  .item-inner
  .item-name {
  flex-grow: 1;
  padding: 0 10px;
  color: #222;
}
.woosc-popup
  .woosc-popup-inner
  .woosc-popup-content
  .woosc-popup-content-inner
  .woosc-search-result
  ul
  li
  .item-inner
  .item-add {
  width: 48px;
  text-align: center;
}
.woosc-popup
  .woosc-popup-inner
  .woosc-popup-content
  .woosc-popup-content-inner
  .woosc-search-result
  ul
  li
  .item-inner
  .item-add
  span {
  display: inline-block;
  width: 32px;
  height: 32px;
  line-height: 32px;
  text-align: center;
  color: #222;
  background-color: #f2f2f2;
  cursor: pointer;
  border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.woosc-popup
  .woosc-popup-inner
  .woosc-popup-content
  .woosc-popup-content-inner
  .woosc-search-result
  ul
  li
  .item-inner
  .item-add
  span:hover {
  color: #fff;
  background-color: #222;
}
.woosc-popup
  .woosc-popup-inner
  .woosc-popup-content
  .woosc-popup-content-inner
  .woosc-search-result:before {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 7;
  background-color: rgba(255, 255, 255, 0.7);
  opacity: 0;
  visibility: hidden;
}
.woosc-popup
  .woosc-popup-inner
  .woosc-popup-content
  .woosc-popup-content-inner
  .woosc-search-result:after {
  width: 32px;
  height: 32px;
  display: block;
  margin-top: -16px;
  margin-left: -16px;
  content: "";
  background-image: url(//demo2.themelexus.com/liquory/wp-content/plugins/woo-smart-compare/assets/css/../images/curve.svg);
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 8;
  -webkit-animation: woosc-spinner 1s linear infinite;
  -moz-animation: woosc-spinner 1s linear infinite;
  -ms-animation: woosc-spinner 1s linear infinite;
  -o-animation: woosc-spinner 1s linear infinite;
  animation: woosc-spinner 1s linear infinite;
  opacity: 0;
  visibility: hidden;
}
.woosc-popup
  .woosc-popup-inner
  .woosc-popup-content
  .woosc-popup-content-inner
  .woosc-search-result.woosc-loading:before,
.woosc-popup
  .woosc-popup-inner
  .woosc-popup-content
  .woosc-popup-content-inner
  .woosc-search-result.woosc-loading:after {
  opacity: 1;
  visibility: visible;
}
.woosc-area {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 99999979;
  box-sizing: border-box;
  pointer-events: none;
}
.woosc-area .woosc-inner {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
}
.woosc-area .woosc-inner .woosc-table {
  padding: 15px 15px 78px;
  margin: 0;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  background-color: #292a30;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  font-size: 14px;
  position: fixed;
  top: 0;
  left: 0;
  opacity: 0;
  visibility: hidden;
  z-index: 99999997;
  pointer-events: none;
}
.woosc-area .woosc-inner .woosc-table * {
  box-sizing: border-box;
}
.woosc-area .woosc-inner .woosc-table.woosc-table-open {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}
.woosc-area .woosc-inner .woosc-table .woosc-table-inner {
  background-color: #fff;
  border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  width: 100%;
  height: 100%;
  max-height: 100%;
  overflow: hidden;
  position: relative;
}
.woosc-area .woosc-inner .woosc-table .woosc-table-inner:before {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(255, 255, 255, 0.7);
  opacity: 0;
  visibility: hidden;
  z-index: 7;
}
.woosc-area .woosc-inner .woosc-table .woosc-table-inner:after {
  width: 32px;
  height: 32px;
  display: block;
  margin-top: -16px;
  margin-left: -16px;
  content: "";
  background-image: url(//demo2.themelexus.com/liquory/wp-content/plugins/woo-smart-compare/assets/css/../images/curve.svg);
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  top: 50%;
  left: 50%;
  opacity: 0;
  visibility: hidden;
  z-index: 8;
  -webkit-animation: woosc-spinner 1s linear infinite;
  -moz-animation: woosc-spinner 1s linear infinite;
  -ms-animation: woosc-spinner 1s linear infinite;
  -o-animation: woosc-spinner 1s linear infinite;
  animation: woosc-spinner 1s linear infinite;
}
.woosc-area .woosc-inner .woosc-table .woosc-table-inner.woosc-loading:before,
.woosc-area .woosc-inner .woosc-table .woosc-table-inner.woosc-loading:after {
  opacity: 1;
  visibility: visible;
}
.woosc-area .woosc-inner .woosc-table .woosc-table-inner .woosc-table-close {
  z-index: 6;
  position: absolute;
  top: 0;
  right: 0;
  cursor: pointer;
}
.woosc-area
  .woosc-inner
  .woosc-table
  .woosc-table-inner
  .woosc-table-close
  .woosc-table-close-icon {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
  min-width: 52px;
  min-height: 52px;
  background-color: #eee;
  background-image: url(//demo2.themelexus.com/liquory/wp-content/plugins/woo-smart-compare/assets/css/../images/remove-dark.svg);
  background-repeat: no-repeat;
  background-position: center;
}
.woosc-area .woosc-inner .woosc-table .woosc-table-inner .woosc-table-items {
  z-index: 5;
  height: 100%;
  position: relative;
}
.woosc-area
  .woosc-inner
  .woosc-table
  .woosc-table-inner
  .woosc-table-items
  .woosc-no-result {
  display: block;
  padding: 15px;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate3d(-50%, -50%, 0);
}
.woosc-area
  .woosc-inner
  .woosc-table
  .woosc-table-inner
  .woosc-table-items
  table {
  border-spacing: 0;
  border-collapse: collapse;
  box-sizing: border-box;
  width: 100%;
  margin: 0;
  padding: 0;
  z-index: 6;
}
.woosc-area
  .woosc-inner
  .woosc-table
  .woosc-table-inner
  .woosc-table-items
  table
  thead {
  z-index: 8;
}
.woosc-area
  .woosc-inner
  .woosc-table
  .woosc-table-inner
  .woosc-table-items
  table
  thead
  tr {
  border: none;
  margin: 0;
  padding: 0;
}
.woosc-area
  .woosc-inner
  .woosc-table
  .woosc-table-inner
  .woosc-table-items
  table
  thead
  tr
  th {
  position: relative;
  border-collapse: collapse;
  z-index: 8 !important;
  text-transform: uppercase;
  padding: 15px 15px 15px 0;
  margin: 0;
  width: auto;
  min-width: 200px;
  max-width: 300px;
  vertical-align: middle;
  color: #43454b;
  font-weight: 400;
  text-align: left;
  background-color: #f7f7f7;
  border: none;
  border-image-width: 0;
}
.woosc-area
  .woosc-inner
  .woosc-table
  .woosc-table-inner
  .woosc-table-items
  table
  thead
  tr
  th
  .woosc-remove,
.woosc-page .woosc-remove {
  text-transform: none;
  font-weight: 400;
  text-decoration: underline;
  cursor: pointer;
}
.woosc-area
  .woosc-inner
  .woosc-table
  .woosc-table-inner
  .woosc-table-items
  table
  thead
  tr
  th:first-child {
  padding-left: 15px;
}
.woosc-area
  .woosc-inner
  .woosc-table
  .woosc-table-inner
  .woosc-table-items
  table
  thead
  tr
  th
  a {
  text-decoration: none;
}
.woosc-area
  .woosc-inner
  .woosc-table
  .woosc-table-inner
  .woosc-table-items
  table
  tbody {
  z-index: 7;
}
.woosc-area
  .woosc-inner
  .woosc-table
  .woosc-table-inner
  .woosc-table-items
  table
  tbody
  tr {
  border: none;
  margin: 0;
  padding: 0;
}
.woosc-area
  .woosc-inner
  .woosc-table
  .woosc-table-inner
  .woosc-table-items
  table
  tbody
  tr
  td {
  position: relative;
  border-collapse: collapse;
  background-color: #fff;
  padding: 15px 15px 15px 0;
  vertical-align: top;
  text-align: left;
  width: auto;
  min-width: 200px;
  max-width: 300px;
  color: #43454b;
  font-weight: 400;
  border: none;
  z-index: 6;
  border-image-width: 0;
}
.woosc-area
  .woosc-inner
  .woosc-table
  .woosc-table-inner
  .woosc-table-items
  table
  tbody
  tr
  td:first-child {
  z-index: 7;
  padding-left: 15px;
}
.woosc-area
  .woosc-inner
  .woosc-table
  .woosc-table-inner
  .woosc-table-items
  table
  tbody
  tr
  td.td-placeholder {
  text-align: center;
}
.woosc-area
  .woosc-inner
  .woosc-table
  .woosc-table-inner
  .woosc-table-items
  table
  tbody
  tr
  td.td-placeholder:before {
  content: "";
  display: inline-block;
  width: 60px;
  height: 8px;
  background-color: #eee;
  border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
}
.woosc-area
  .woosc-inner
  .woosc-table
  .woosc-table-inner
  .woosc-table-items
  table
  tbody
  tr.tr-image
  td.td-placeholder {
  background-image: url(//demo2.themelexus.com/liquory/wp-content/plugins/woo-smart-compare/assets/css/../images/placeholder.png);
  background-repeat: no-repeat;
  background-position: center;
}
.woosc-area
  .woosc-inner
  .woosc-table
  .woosc-table-inner
  .woosc-table-items
  table
  tbody
  tr.tr-image
  td.td-placeholder:before {
  display: none;
}
.woosc-area
  .woosc-inner
  .woosc-table
  .woosc-table-inner
  .woosc-table-items
  table
  tbody
  tr.tr-image
  a {
  text-decoration: none;
  outline: none;
  display: block;
}
.woosc-area
  .woosc-inner
  .woosc-table
  .woosc-table-inner
  .woosc-table-items
  table
  tbody
  tr.tr-image
  img {
  display: block;
  max-width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
  border: none;
  border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  box-shadow: none;
}
.woosc-area
  .woosc-inner
  .woosc-table
  .woosc-table-inner
  .woosc-table-items
  table
  tbody
  tr.tr-add_to_cart
  td
  p,
.woosc_table tbody tr.tr-add_to_cart td p,
.woosc-area
  .woosc-inner
  .woosc-table
  .woosc-table-inner
  .woosc-table-items
  table
  tbody
  tr.tr-add_to_cart
  td
  .add_to_cart_inline,
.woosc_table tbody tr.tr-add_to_cart td .add_to_cart_inline {
  padding: 0 !important;
  margin: 0 !important;
  border: none !important;
}
.woosc-area
  .woosc-inner
  .woosc-table
  .woosc-table-inner
  .woosc-table-items
  table
  tbody
  tr.tr-rating
  td
  .star-rating {
  float: left;
}
.woosc-area
  .woosc-inner
  .woosc-table
  .woosc-table-inner
  .woosc-table-items
  table
  tbody
  tr:nth-child(2n)
  td {
  background-color: #fbfbfb;
}
.woosc-area
  .woosc-inner
  .woosc-table
  .woosc-table-inner
  .woosc-table-items
  table
  tbody
  tr.tr-highlight
  td {
  background-color: #fff8d9;
  border-bottom: 1px solid #dfd7af;
}
.woosc-page .woosc_table tr.tr-highlight td {
  background-color: #fff8d9;
  border-bottom: 1px solid #dfd7af;
}
.woosc-area
  .woosc-inner
  .woosc-table
  .woosc-table-inner
  .woosc-table-items
  table
  tbody
  tr.tr-hide {
  display: none;
}
.woosc-area
  .woosc-inner
  .woosc-table
  .woosc-table-inner
  .woosc-table-items
  table
  tbody
  tr.tr-similar {
  display: none;
}
.woosc-page .woosc_table tr.tr-hide,
.woosc-page .woosc_table tr.tr-similar {
  display: none;
}
.woosc-area
  .woosc-inner
  .woosc-table
  .woosc-table-inner
  .woosc-table-items
  table
  tbody
  tr:hover
  td {
  background-color: #f8f8f8;
}
.woosc-area
  .woosc-inner
  .woosc-table
  .woosc-table-inner
  .woosc-table-items
  table.has-1
  thead
  tr
  th,
.woosc-area
  .woosc-inner
  .woosc-table
  .woosc-table-inner
  .woosc-table-items
  table.has-2
  thead
  tr
  th {
  width: 25%;
}
.woosc-area
  .woosc-inner
  .woosc-table
  .woosc-table-inner
  .woosc-table-items
  table.has-1
  tbody
  tr
  td,
.woosc-area
  .woosc-inner
  .woosc-table
  .woosc-table-inner
  .woosc-table-items
  table.has-2
  tbody
  tr
  td {
  width: 25%;
}
.woosc-area
  .woosc-inner
  .woosc-table
  .woosc-table-inner
  .woosc-table-items
  .ps-scrollbar-x-rail,
.woosc-area
  .woosc-inner
  .woosc-table
  .woosc-table-inner
  .woosc-table-items
  .ps-scrollbar-y-rail {
  z-index: 999999;
}
.woosc-area .woosc-inner .woosc-table .woosc-table-settings {
  background-image: url(//demo2.themelexus.com/liquory/wp-content/plugins/woo-smart-compare/assets/css/../images/checkbox-dark.svg);
  background-size: 16px 16px;
  background-repeat: no-repeat;
  background-position: center left;
  padding-left: 21px;
}
.woosc-area .woosc-inner .woosc-bar {
  width: 100%;
  height: 78px;
  position: fixed;
  left: 0;
  bottom: -80px;
  padding: 15px;
  box-sizing: border-box;
  background-color: #292a30;
  color: #cfd2d4;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  flex-wrap: nowrap;
  z-index: 99999998;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}
.woosc-area .woosc-inner .woosc-bar .woosc-bar-btn {
  height: 48px;
  line-height: 48px;
  padding: 0 20px 0 68px;
  position: relative;
  border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  background-color: #00a0d2;
  font-size: 14px;
  font-weight: 400;
  color: #fff;
  text-transform: uppercase;
  order: 1;
  margin-left: 15px;
  cursor: pointer;
}
.woosc-area .woosc-inner .woosc-bar .woosc-bar-btn .woosc-bar-btn-icon-wrapper {
  width: 48px;
  height: 48px;
  line-height: 48px;
  background-color: rgba(0, 0, 0, 0.1);
  text-align: center;
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
}
.woosc-area
  .woosc-inner
  .woosc-bar
  .woosc-bar-btn
  .woosc-bar-btn-icon-wrapper
  .woosc-bar-btn-icon-inner {
  width: 16px;
  height: 12px;
  margin-top: 18px;
  margin-left: 16px;
  position: relative;
}
.woosc-area
  .woosc-inner
  .woosc-bar
  .woosc-bar-btn
  .woosc-bar-btn-icon-wrapper
  .woosc-bar-btn-icon-inner
  span {
  display: block;
  position: absolute;
  height: 2px;
  width: 100%;
  background: #fff;
  border-radius: 2px;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.25s ease-in-out;
  -moz-transition: 0.25s ease-in-out;
  -ms-transition: 0.25s ease-in-out;
  -o-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}
.woosc-area
  .woosc-inner
  .woosc-bar
  .woosc-bar-btn
  .woosc-bar-btn-icon-wrapper
  .woosc-bar-btn-icon-inner
  span:nth-child(1) {
  top: 0;
}
.woosc-area
  .woosc-inner
  .woosc-bar
  .woosc-bar-btn
  .woosc-bar-btn-icon-wrapper
  .woosc-bar-btn-icon-inner
  span:nth-child(2) {
  top: 5px;
}
.woosc-area
  .woosc-inner
  .woosc-bar
  .woosc-bar-btn
  .woosc-bar-btn-icon-wrapper
  .woosc-bar-btn-icon-inner
  span:nth-child(3) {
  top: 10px;
}
.woosc-area
  .woosc-inner
  .woosc-bar
  .woosc-bar-btn.woosc-bar-btn-open
  .woosc-bar-btn-icon-wrapper
  .woosc-bar-btn-icon-inner
  span:nth-child(1) {
  top: 6px;
  -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  transform: rotate(135deg);
}
.woosc-area
  .woosc-inner
  .woosc-bar
  .woosc-bar-btn.woosc-bar-btn-open
  .woosc-bar-btn-icon-wrapper
  .woosc-bar-btn-icon-inner
  span:nth-child(2) {
  opacity: 0;
  left: -60px;
}
.woosc-area
  .woosc-inner
  .woosc-bar
  .woosc-bar-btn.woosc-bar-btn-open
  .woosc-bar-btn-icon-wrapper
  .woosc-bar-btn-icon-inner
  span:nth-child(3) {
  top: 6px;
  -webkit-transform: rotate(-135deg);
  -moz-transform: rotate(-135deg);
  -ms-transform: rotate(-135deg);
  transform: rotate(-135deg);
}
.woosc-area .woosc-inner .woosc-bar .woosc-bar-btn.woosc-bar-btn-icon {
  font-size: 0;
  padding: 0;
  width: 48px;
  overflow: hidden;
}
.woosc-area .woosc-inner .woosc-bar .woosc-bar-search {
  width: 48px;
  height: 48px;
  display: inline-block;
  position: relative;
  margin: 0 10px 0 0;
  cursor: pointer;
  background-color: rgba(255, 255, 255, 0.1);
  background-image: url(//demo2.themelexus.com/liquory/wp-content/plugins/woo-smart-compare/assets/css/../images/add.svg);
  background-size: 20px 20px;
  background-repeat: no-repeat;
  background-position: center;
  border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.woosc-settings-tools {
  margin: 0 0 10px;
  padding: 0;
  list-style: none;
}
.woosc-settings-fields {
  margin: 10px 0 0;
  padding: 0;
  list-style: none;
  position: relative;
  overflow-y: auto;
}
.woosc-settings-fields li span {
  cursor: move;
  margin-left: 5px;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.woosc-bar-share,
.woosc-bar-search,
.woosc-bar-remove {
  width: 48px;
  flex: 0 0 48px;
}
.woosc-area .woosc-inner .woosc-bar .woosc-bar-share {
  width: 48px;
  height: 48px;
  display: inline-block;
  position: relative;
  margin: 0 10px 0 0;
  cursor: pointer;
  background-color: rgba(255, 255, 255, 0.1);
  /* background-image: url(//demo2.themelexus.com/liquory/wp-content/plugins/woo-smart-compare/assets/css/../images/share.svg); */
  background-size: 16px 16px;
  background-repeat: no-repeat;
  background-position: center;
  border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.woosc-share-content {
  width: 100%;
  height: 100%;
  min-height: 120px;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.woosc-share-content:before {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 7;
  background-color: rgba(255, 255, 255, 0.7);
  opacity: 0;
  visibility: hidden;
}
.woosc-share-content:after {
  width: 32px;
  height: 32px;
  display: block;
  margin-top: -16px;
  margin-left: -16px;
  content: "";
  background-image: url(//demo2.themelexus.com/liquory/wp-content/plugins/woo-smart-compare/assets/css/../images/curve.svg);
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 8;
  -webkit-animation: woosc-spinner 1s linear infinite;
  -moz-animation: woosc-spinner 1s linear infinite;
  -ms-animation: woosc-spinner 1s linear infinite;
  -o-animation: woosc-spinner 1s linear infinite;
  animation: woosc-spinner 1s linear infinite;
  opacity: 0;
  visibility: hidden;
}
.woosc-share-content.woosc-loading {
  pointer-events: none;
}
.woosc-share-content.woosc-loading:before,
.woosc-share-content.woosc-loading:after {
  opacity: 1;
  visibility: visible;
}
.woosc-share-content input[type="url"] {
  width: 100%;
  text-align: center;
}
.woosc-share-text,
.woosc-share-link,
.woosc-share-links {
  width: 100%;
}
.woosc-share-link,
.woosc-share-links {
  margin-top: 10px;
}
.woosc-share-links a {
  margin-left: 5px;
}
.woosc-area .woosc-inner .woosc-bar .woosc-bar-remove {
  width: 48px;
  height: 48px;
  display: inline-block;
  position: relative;
  margin: 0 0 0 10px;
  cursor: pointer;
  background-color: #e32718;
  background-image: url(//demo2.themelexus.com/liquory/wp-content/plugins/woo-smart-compare/assets/css/../images/trash.svg);
  background-size: 16px 16px;
  background-repeat: no-repeat;
  background-position: center;
  border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.woosc-area .woosc-inner .woosc-bar .woosc-bar-items {
  height: 48px;
  flex-grow: 1;
  white-space: nowrap;
  width: auto;
  text-align: right;
  order: 0;
}
.woosc-area .woosc-inner .woosc-bar .woosc-bar-items .woosc-bar-item {
  width: 48px;
  height: 48px;
  display: inline-block;
  position: relative;
  margin: 0 5px;
  background-color: rgba(255, 255, 255, 0.1);
  border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
}
.woosc-area .woosc-inner .woosc-bar .woosc-bar-items .woosc-bar-item img {
  width: 48px;
  height: 48px;
  cursor: move;
  margin: 0;
  z-index: 6;
  border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  -webkit-user-drag: none;
  -khtml-user-drag: none;
  -moz-user-drag: none;
  -o-user-drag: none;
  user-drag: none;
}
.woosc-area
  .woosc-inner
  .woosc-bar
  .woosc-bar-items
  .woosc-bar-item
  .woosc-bar-item-remove {
  width: 12px;
  height: 12px;
  position: absolute;
  top: 2px;
  right: 2px;
  background-image: url(//demo2.themelexus.com/liquory/wp-content/plugins/woo-smart-compare/assets/css/../images/remove.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-color: #292a30;
  z-index: 7;
  border-radius: 1px;
  -moz-border-radius: 1px;
  -webkit-border-radius: 1px;
  cursor: pointer;
  opacity: 0;
  visibility: hidden;
}
.woosc-area
  .woosc-inner
  .woosc-bar
  .woosc-bar-items
  .woosc-bar-item
  .woosc-bar-item-remove:hover {
  background-color: #f22;
}
.woosc-area .woosc-inner .woosc-bar .woosc-bar-items .woosc-bar-item.removing {
  opacity: 0.5;
}
.woosc-area
  .woosc-inner
  .woosc-bar
  .woosc-bar-items
  .woosc-bar-item:hover
  .woosc-bar-item-remove {
  opacity: 1;
  visibility: visible;
}
.woosc-area
  .woosc-inner
  .woosc-bar
  .woosc-bar-items
  .woosc-bar-item:first-child {
  margin-left: 0;
}
.woosc-area
  .woosc-inner
  .woosc-bar
  .woosc-bar-items
  .woosc-bar-item:last-child {
  margin-right: 0;
}
.woosc-area .woosc-inner .woosc-bar.woosc-bar-open {
  bottom: 0;
  pointer-events: auto;
  opacity: 1;
  visibility: visible;
}
.woosc-area .woosc-inner .woosc-bar .woosc-bar-notice {
  position: fixed;
  bottom: 88px;
  width: auto;
  left: 50%;
  padding: 0 10px;
  background-color: rgba(0, 0, 0, 0.7);
  color: #fff;
  border-radius: 2px;
  transform: translate(-50%, 10px);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.woosc-area.woosc-area-open-bar.woosc-bar-click-outside-yes:not(.woosc-area-open-table)
  .woosc-inner
  .woosc-bar:hover
  .woosc-bar-notice,
.woosc-area.woosc-area-open-bar.woosc-bar-click-outside-yes-empty[data-count="0"]:not(.woosc-area-open-table)
  .woosc-inner
  .woosc-bar:hover
  .woosc-bar-notice {
  opacity: 1;
  visibility: visible;
  transform: translate(-50%, 0);
}
.woosc-area .woosc-inner .woosc-bar[data-count="0"] .woosc-bar-search {
  margin-right: 0;
}
.woosc-area .woosc-inner .woosc-bar[data-count="0"] .woosc-bar-remove,
.woosc-area .woosc-inner .woosc-bar[data-count="1"] .woosc-bar-remove {
  display: none;
}
.woosc-area.woosc-bar-top .woosc-inner .woosc-table {
  padding: 78px 15px 15px;
}
.woosc-area.woosc-bar-top .woosc-inner .woosc-bar {
  top: -80px;
  bottom: auto;
}
.woosc-area.woosc-bar-top .woosc-inner .woosc-bar.woosc-bar-open {
  top: 0;
}
.woosc-area.woosc-bar-left .woosc-inner .woosc-bar {
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.woosc-area.woosc-bar-left .woosc-inner .woosc-bar .woosc-bar-btn {
  order: 0;
  margin-left: 0;
  margin-right: 15px;
}
.woosc-area.woosc-bar-left .woosc-inner .woosc-bar .woosc-bar-remove {
  order: 1;
  margin: 0 10px 0 0;
}
.woosc-area.woosc-bar-left .woosc-inner .woosc-bar .woosc-bar-items {
  order: 2;
  text-align: left;
}
.woosc-area.woosc-bar-left .woosc-inner .woosc-bar .woosc-bar-search {
  order: 3;
  margin: 0 0 0 10px;
}
.woosc-area.woosc-bar-left .woosc-inner .woosc-bar .woosc-bar-share {
  order: 4;
  margin: 0 0 0 10px;
}
.woosc-btn {
  cursor: pointer;
}
.woosc-btn.woosc-btn-adding:after {
  content: "...";
}
.woosc-btn.woosc-btn-has-icon.woosc-btn-adding:after {
  display: none !important;
}
.woosc-btn.woosc-btn-added:before {
  content: "\2713";
  margin-right: 5px;
}
.woosc-btn.woosc-btn-has-icon.woosc-btn-added:before {
  display: none !important;
}
.woosc-btn-has-icon {
  display: inline-flex;
  align-items: center;
}
.woosc-btn-has-icon .woosc-btn-icon {
  margin: 0;
}
.woosc-btn-icon-text .woosc-btn-text {
  margin-left: 5px;
}
.woosc-btn-text-icon .woosc-btn-text {
  margin-right: 5px;
}
.woosc-btn-has-icon.woosc-btn-adding .woosc-btn-icon {
  -webkit-animation: woosc-spinner 1s linear infinite;
  -moz-animation: woosc-spinner 1s linear infinite;
  -ms-animation: woosc-spinner 1s linear infinite;
  -o-animation: woosc-spinner 1s linear infinite;
  animation: woosc-spinner 1s linear infinite;
}
.woosc-menu-item .woosc-menu-item-inner {
  position: relative;
}
.woosc-menu-item .woosc-menu-item-inner:after {
  content: attr(data-count);
  display: block;
  background-color: #e94b35;
  color: #fff;
  font-size: 10px;
  font-weight: 400;
  width: 16px;
  height: 16px;
  line-height: 16px;
  text-align: center;
  border-radius: 8px;
  position: absolute;
  top: -10px;
  right: -10px;
}
body.woocommerce-cart .woosc-hide-checkout,
body.woocommerce-checkout .woosc-hide-checkout,
.woosc-hide-empty[data-count="0"] {
  display: none;
}
.woosc_list {
  max-width: 100%;
  overflow-x: auto;
}
.woosc_table table tr th,
.woosc_table table tr td {
  left: auto !important;
  right: auto !important;
  top: auto !important;
  bottom: auto !important;
}
@media screen and (max-width: 767px) {
  .woosc-bar .woosc-bar-btn {
    font-size: 0 !important;
    padding: 0 !important;
    width: 48px !important;
    flex: 0 0 48px !important;
    overflow: hidden;
  }
  .woosc-area
    .woosc-inner
    .woosc-bar
    .woosc-bar-items
    .woosc-bar-item
    .woosc-bar-item-remove {
    opacity: 1;
    visibility: visible;
  }
}
@media print {
  .woosc_table .tr-add_to_cart {
    display: none;
  }
}
.woosc-area .woosc-inner .woosc-bar.woosc-bar-bubble {
  background-color: transparent !important;
  background: 0 0 !important;
  pointer-events: none;
}
.woosc-area .woosc-inner .woosc-bar.woosc-bar-bubble > a,
.woosc-area .woosc-inner .woosc-bar.woosc-bar-bubble .woosc-bar-items,
.woosc-area .woosc-inner .woosc-bar.woosc-bar-bubble .woosc-bar-remove {
  display: none !important;
}
.woosc-area .woosc-inner .woosc-bar.woosc-bar-bubble .woosc-bar-btn {
  pointer-events: auto;
  width: 48px !important;
  margin: 0 !important;
  padding: 0 !important;
  font-size: 0 !important;
  -moz-box-shadow: rgba(0, 0, 0, 0.15) 0 0 20px;
  -webkit-box-shadow: rgba(0, 0, 0, 0.15) 0 0 20px;
  box-shadow: rgba(0, 0, 0, 0.15) 0 0 20px;
}
.notiny-container {
  z-index: 999999;
}
.notiny-theme-woosc {
  padding: 10px;
  background-color: #fff;
  color: #222;
  margin: 5px 0;
  min-height: 32px;
  max-width: 100vw;
  display: flex;
  align-items: center;
  border: 1px solid #eee;
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.03);
}
.notiny-theme-woosc .notiny-img {
  margin: 0;
  padding: 0;
  width: 48px;
  flex: 0 0 48px;
  margin-right: 10px;
}
.notiny-theme-woosc .notiny-img img {
  width: 100%;
  height: auto;
  margin: 0;
}
.notiny-theme-woosc .notiny-text {
  font-size: 14px;
  line-height: 1.4;
  flex-grow: 1;
}
.notiny-container-fluid-top .notiny-theme-woosc,
.notiny-container-fluid-bottom .notiny-theme-woosc {
  width: 90%;
  max-width: 300px;
  margin-left: auto;
  margin-right: auto;
}
.notiny-container-fluid-top {
  top: 10px !important;
}
.notiny-container-fluid-bottom {
  bottom: 10px !important;
}
.woosc-area-open-sidebar {
  background-color: rgba(0, 0, 0, 0.7);
  pointer-events: auto;
}
.woosc-sidebar {
  font-size: 14px;
  background-color: #fff;
  width: 100%;
  height: 100%;
  max-width: 460px;
  box-sizing: border-box;
  text-align: start;
  position: absolute;
  top: 0;
  right: 0;
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  display: flex;
  flex-direction: column;
}
.woosc-sidebar.woosc-sidebar-position-left {
  right: unset;
  left: 0;
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}
.woosc-area-open-sidebar .woosc-sidebar {
  pointer-events: auto;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.woosc-sidebar .woosc-sidebar-items {
  flex-grow: 1;
  position: relative;
  padding: 10px 0;
  overflow-y: auto;
}
.woosc-sidebar .woosc-sidebar-items:before {
  content: "";
  width: 32px;
  height: 32px;
  display: block;
  margin-top: -16px;
  margin-left: -16px;
  background-image: url(//demo2.themelexus.com/liquory/wp-content/plugins/woo-smart-compare/assets/css/../images/curve.svg);
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 8;
  -webkit-animation: woosc-spinner 1s linear infinite;
  -moz-animation: woosc-spinner 1s linear infinite;
  -ms-animation: woosc-spinner 1s linear infinite;
  -o-animation: woosc-spinner 1s linear infinite;
  animation: woosc-spinner 1s linear infinite;
  opacity: 0;
  visibility: hidden;
}
.woosc-sidebar .woosc-sidebar-items:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 7;
  background-color: rgba(255, 255, 255, 0.5);
  opacity: 0;
  visibility: hidden;
}
.woosc-sidebar.woosc-loading .woosc-sidebar-items:before,
.woosc-sidebar.woosc-loading .woosc-sidebar-items:after {
  opacity: 1;
  visibility: visible;
}
.woosc-sidebar .woosc-sidebar-items .woosc-sidebar-no-items {
  padding: 20px;
  text-align: center;
}
.woosc-sidebar .woosc-sidebar-top {
  flex: 0 0 auto;
  height: 48px;
  line-height: 48px;
  padding: 0 60px 0 20px;
  margin: 0;
  position: relative;
  color: #222;
  font-weight: 400;
  text-transform: uppercase;
  background-color: rgba(0, 0, 0, 0.1);
}
.woosc-sidebar .woosc-sidebar-close {
  display: inline-block;
  width: 48px;
  height: 48px;
  line-height: 48px;
  position: absolute;
  top: 0;
  right: 0;
  cursor: pointer;
  font-size: 0;
  background-image: url(//demo2.themelexus.com/liquory/wp-content/plugins/woo-smart-compare/assets/css/../images/close-dark.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 14px;
}
.woosc-sidebar-item {
  padding: 0 20px;
}
.woosc-sidebar-item-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 0;
  border-top: 1px dashed #eee;
}
.woosc-sidebar-items .woosc-sidebar-item:first-child .woosc-sidebar-item-inner {
  border-top: none;
}
.woosc-sidebar-item-inner > div {
  margin-right: 10px;
}
.woosc-sidebar-item-inner > div:last-child {
  margin-right: 0;
}
.woosc-sidebar-item .woosc-sidebar-item-remove {
  width: 14px;
  flex: 0 0 14px;
  font-size: 0;
}
.woosc-sidebar-item .woosc-sidebar-item-remove span {
  width: 10px;
  height: 10px;
  display: inline-block;
  background-image: url(//demo2.themelexus.com/liquory/wp-content/plugins/woo-smart-compare/assets/css/../images/remove-dark.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 10px;
  cursor: pointer;
}
.woosc-sidebar-item .woosc-sidebar-item-thumb {
  width: 80px;
  flex: 0 0 80px;
}
.woosc-sidebar-item .woosc-sidebar-item-thumb img {
  width: 100%;
  height: auto;
  margin: 0;
}
.woosc-sidebar-item .woosc-sidebar-item-info {
  flex-grow: 1;
}
.woosc-sidebar-item .woosc-sidebar-item-info .woosc-sidebar-item-name,
.woosc-sidebar-item .woosc-sidebar-item-info .woosc-sidebar-item-name a {
  font-weight: 400;
  text-decoration: none;
}
.woosc-sidebar-item-action p {
  margin: 0 !important;
}
.woosc-sidebar-bot {
  padding: 20px;
  text-align: center;
}
.woosc-sidebar-btn {
  height: 40px;
  line-height: 40px;
  text-align: center;
  padding: 0 10px;
  cursor: pointer;
  box-sizing: border-box;
  background-color: #00a0d2;
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  border: none;
  text-decoration: none;
  display: inline-block;
  width: 100%;
  text-transform: uppercase;
  border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.woosc-sidebar-continue {
  display: block;
  margin-top: 10px;
}
.woosc-sidebar-continue span {
  color: #444;
  text-transform: uppercase;
  border-bottom: 1px solid #444;
  cursor: pointer;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.woosc-quick-table .woosc-quick-table-products {
  width: 100%;
  overflow-x: auto;
}
.woosc-quick-table .woosc_table thead .woosc-remove,
.woosc-quick-table .woosc_table thead .woosc-table-settings {
  display: none;
}
.woosc-quick-table .woosc_table th,
.woosc-quick-table .woosc_table td {
  min-width: 300px;
  background-color: #fff;
}
.woosc-quick-table .woosc_table th.th-label,
.woosc-quick-table .woosc_table td.td-label {
  min-width: 160px;
}
.woosc-quick-table .woosc_table th,
.woosc-quick-table .woosc_table tr:nth-child(2n) td {
  background-color: #fbfbfb;
}
.woosc-quick-table.label-column-no .woosc_table .th-label,
.woosc-quick-table.label-column-no .woosc_table .td-label {
  display: none;
}
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before,
.slick-track:after {
  display: table;
  content: "";
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}
.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}
[dir="rtl"] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
  display: none;
}
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
}
.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden;
}
.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box;
}
.mfp-container:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}
.mfp-align-top .mfp-container:before {
  display: none;
}
.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045;
}
.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto;
}
.mfp-ajax-cur {
  cursor: progress;
}
.mfp-zoom-out-cur,
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}
.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in;
}
.mfp-auto-cursor .mfp-content {
  cursor: auto;
}
.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.mfp-loading.mfp-figure {
  display: none;
}
.mfp-hide {
  display: none !important;
}
.mfp-preloader {
  color: #ccc;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044;
}
.mfp-preloader a {
  color: #ccc;
}
.mfp-preloader a:hover {
  color: #fff;
}
.mfp-s-ready .mfp-preloader {
  display: none;
}
.mfp-s-error .mfp-content {
  display: none;
}
button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: 0 0;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  touch-action: manipulation;
}
button::-moz-focus-inner {
  padding: 0;
  border: 0;
}
.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #fff;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace;
}
.mfp-close:hover,
.mfp-close:focus {
  opacity: 1;
  background-color: transparent !important;
}
.mfp-close:active {
  top: 1px;
}
.mfp-close-btn-in .mfp-close {
  color: #333;
}
.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #fff;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%;
}
.mfp-image-holder .mfp-close:hover,
.mfp-iframe-holder .mfp-close:hover {
  background-color: transparent !important;
}
.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #ccc;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap;
}
.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent;
}
.mfp-arrow:active {
  margin-top: -54px;
}
.mfp-arrow:hover,
.mfp-arrow:focus {
  opacity: 1;
}
.mfp-arrow:before,
.mfp-arrow:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent;
}
.mfp-arrow:after {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px;
}
.mfp-arrow:before {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7;
}
.mfp-arrow-left {
  left: 0;
}
.mfp-arrow-left:after {
  border-right: 17px solid #fff;
  margin-left: 31px;
}
.mfp-arrow-left:before {
  margin-left: 25px;
  border-right: 27px solid #3f3f3f;
}
.mfp-arrow-right {
  right: 0;
}
.mfp-arrow-right:after {
  border-left: 17px solid #fff;
  margin-left: 39px;
}
.mfp-arrow-right:before {
  border-left: 27px solid #3f3f3f;
}
.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}
.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px;
}
.mfp-iframe-holder .mfp-close {
  top: -40px;
}
.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
}
.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000;
}
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0;
  margin: 0 auto;
}
.mfp-figure {
  line-height: 0;
}
.mfp-figure:after {
  content: "";
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444;
}
.mfp-figure small {
  color: #bdbdbd;
  display: block;
  font-size: 12px;
  line-height: 14px;
}
.mfp-figure figure {
  margin: 0;
}
.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto;
}
.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #f3f3f3;
  word-wrap: break-word;
  padding-right: 36px;
}
.mfp-image-holder .mfp-content {
  max-width: 100%;
}
.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}
@media screen and (max-width: 800px) and (orientation: landscape),
  screen and (max-height: 300px) {
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
  }
  .mfp-img-mobile img.mfp-img {
    padding: 0;
  }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0;
  }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
  }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box;
  }
  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px;
  }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0;
  }
}
.contactform-content,
.mailchimp-content {
  position: relative;
  width: auto;
  margin: 20px auto;
}
@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75);
  }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0;
  }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%;
  }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px;
  }
}
#view-360 {
  background: #fff;
  padding: 20px 30px;
  text-align: left;
  max-width: 800px;
  margin: 40px auto;
  position: relative;
}
.my-mfp-zoom-in .zoom-anim-dialog {
  opacity: 0;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -webkit-transform: scale(0.8);
  -moz-transform: scale(0.8);
  -ms-transform: scale(0.8);
  -o-transform: scale(0.8);
  transform: scale(0.8);
}
.my-mfp-zoom-in.mfp-ready .zoom-anim-dialog {
  opacity: 1;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
.my-mfp-zoom-in.mfp-removing .zoom-anim-dialog {
  -webkit-transform: scale(0.8);
  -moz-transform: scale(0.8);
  -ms-transform: scale(0.8);
  -o-transform: scale(0.8);
  transform: scale(0.8);
  opacity: 0;
}
.my-mfp-zoom-in.mfp-bg {
  opacity: 0;
  -webkit-transition: opacity 0.3s ease-out;
  -moz-transition: opacity 0.3s ease-out;
  -o-transition: opacity 0.3s ease-out;
  transition: opacity 0.3s ease-out;
}
.my-mfp-zoom-in.mfp-ready.mfp-bg {
  opacity: 0.8;
}
.my-mfp-zoom-in.mfp-removing.mfp-bg {
  opacity: 0;
}
.my-mfp-slide-bottom .zoom-anim-dialog {
  opacity: 0;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  -webkit-transform: translateY(-20px) perspective(600px) rotateX(10deg);
  -moz-transform: translateY(-20px) perspective(600px) rotateX(10deg);
  -ms-transform: translateY(-20px) perspective(600px) rotateX(10deg);
  -o-transform: translateY(-20px) perspective(600px) rotateX(10deg);
  transform: translateY(-20px) perspective(600px) rotateX(10deg);
}
.my-mfp-slide-bottom.mfp-ready .zoom-anim-dialog {
  opacity: 1;
  -webkit-transform: translateY(0) perspective(600px) rotateX(0);
  -moz-transform: translateY(0) perspective(600px) rotateX(0);
  -ms-transform: translateY(0) perspective(600px) rotateX(0);
  -o-transform: translateY(0) perspective(600px) rotateX(0);
  transform: translateY(0) perspective(600px) rotateX(0);
}
.my-mfp-slide-bottom.mfp-removing .zoom-anim-dialog {
  opacity: 0;
  -webkit-transform: translateY(-10px) perspective(600px) rotateX(10deg);
  -moz-transform: translateY(-10px) perspective(600px) rotateX(10deg);
  -ms-transform: translateY(-10px) perspective(600px) rotateX(10deg);
  -o-transform: translateY(-10px) perspective(600px) rotateX(10deg);
  transform: translateY(-10px) perspective(600px) rotateX(10deg);
}
.my-mfp-slide-bottom.mfp-bg {
  opacity: 0;
  -webkit-transition: opacity 0.3s ease-out;
  -moz-transition: opacity 0.3s ease-out;
  -o-transition: opacity 0.3s ease-out;
  transition: opacity 0.3s ease-out;
}
.my-mfp-slide-bottom.mfp-ready.mfp-bg {
  opacity: 0.8;
}
.my-mfp-slide-bottom.mfp-removing.mfp-bg {
  opacity: 0;
}

@keyframes wpc-spinner {
  to {
    transform: rotate(360deg);
  }
}
@-webkit-keyframes wpc-spinner {
  to {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes woosq-spinner {
  to {
    transform: rotate(360deg);
  }
}
@-webkit-keyframes woosq-spinner {
  to {
    -webkit-transform: rotate(360deg);
  }
}
.woosq-btn-has-icon {
  display: inline-flex;
  align-items: center;
}
.woosq-btn-has-icon .woosq-btn-icon {
  margin: 0;
}
.woosq-btn-icon-text .woosq-btn-text {
  margin-left: 5px;
}
.woosq-btn-text-icon .woosq-btn-text {
  margin-right: 5px;
}
.woosq-popup {
  position: relative;
  width: 90%;
  max-width: 920px;
  margin: 0 auto;
  padding: 0;
  background-color: #fff;
  max-height: 460px;
  box-sizing: border-box;
  overflow: hidden;
}
.woosq-popup *,
.woosq-sidebar * {
  box-sizing: border-box;
}
.woosq-open .select2-container {
  z-index: 99999969;
}
.woosq-product {
  position: relative;
  overflow: hidden;
}
.woosq-product > .product {
  display: flex !important;
  float: none !important;
}
.woosq-product > .product > div {
  width: 50% !important;
  float: none !important;
  margin: 0 !important;
  height: 460px;
  overflow: auto;
}
.woosq-product .thumbnails {
  outline: none;
  width: 460px;
  max-height: 460px;
  text-align: center;
  position: relative;
  background-color: #f9f9f9;
}
.woosq-product .thumbnails .images {
  width: 100% !important;
  height: 100% !important;
  float: none !important;
  margin: 0 !important;
  padding: 0 !important;
}
.woosq-product .thumbnails .thumbnail {
  display: flex;
  height: 100%;
  justify-content: center;
}
.woosq-product .thumbnails img {
  display: block;
  object-fit: contain;
  object-position: center;
  vertical-align: middle;
  max-height: 460px;
  max-width: 100%;
  margin: auto;
  border-radius: 0;
}
.woosq-product .thumbnails img[data-fancybox="gallery"] {
  cursor: pointer;
}
.woosq-open .fancybox-container {
  z-index: 99999970;
}
.woosq-product .thumbnails {
  position: relative;
  margin: 0;
}
.woosq-product .thumbnails .slick-slide {
  outline: none;
  max-height: 100%;
}
.woosq-product .thumbnails .slick-list {
  width: 100%;
  max-height: 100%;
  position: relative;
}
.woosq-product .thumbnails .slick-track {
  display: flex;
  align-items: center;
  max-height: 460px;
}
.woosq-product .thumbnails .slick-dots {
  margin: 0;
  padding: 0;
  display: block;
  width: 100%;
  text-align: center;
  position: absolute;
  left: 0;
  bottom: 10px;
  z-index: 8;
}
.woosq-product .thumbnails .slick-dots li {
  position: relative;
  display: inline-block;
  width: 16px;
  height: 16px;
  margin: 0;
  padding: 0;
  cursor: pointer;
}
.woosq-product .thumbnails .slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 16px;
  height: 16px;
  padding: 5px;
  margin: 0;
  text-align: center;
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  background: 0 0;
  opacity: 0.5;
}
.woosq-product .thumbnails .slick-dots li.slick-active button {
  opacity: 1;
}
.woosq-product .thumbnails .slick-dots li button:before {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #000;
}
.woosq-product .thumbnails .slick-dots li button:focus {
  outline: none;
}
.woosq-product .thumbnails .slick-arrow {
  width: 44px;
  height: 44px;
  line-height: 44px;
  text-align: center;
  padding: 0;
  margin: 0;
  overflow: hidden;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  font-size: 0;
  color: #222;
  background-color: transparent;
  border-radius: 0;
  border: none !important;
  z-index: 8;
}
.woosq-product .thumbnails .slick-arrow:hover {
  color: #fff;
  background-color: rgba(0, 0, 0, 0.5);
}
.woosq-product .thumbnails .slick-arrow:before {
  font-family: feather;
  font-size: 24px;
  line-height: 44px;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  speak: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.woosq-product .thumbnails .slick-arrow:focus {
  outline: none;
}
.woosq-product .thumbnails .slick-arrow.slick-prev {
  left: 0;
}
.woosq-product .thumbnails .slick-arrow.slick-prev:before {
  content: "\e929";
}
.woosq-product .thumbnails .slick-arrow.slick-next {
  right: 0;
}
.woosq-product .thumbnails .slick-arrow.slick-next:before {
  content: "\e92a";
}
.woosq-product > .product .summary {
  margin: 0;
  padding: 0;
  background-color: #fff;
}
.woosq-related {
  padding-top: 20px;
  padding-bottom: 0;
  margin-top: 10px;
  margin-bottom: 0;
  border-width: 1px 0 0;
  border-style: dashed;
  border-color: #ddd;
}
.woosq-related .woosq-related-heading {
  margin-bottom: 10px;
}
.woosq-related .woosq-related-product {
  outline: none;
  display: flex;
  align-items: center;
}
.woosq-related .woosq-related-product .woosq-related-product-image {
  width: 80px;
  flex: 0 0 80px;
  margin: 0;
}
.woosq-related .woosq-related-product .woosq-related-product-image img {
  width: 100%;
  height: auto;
}
.woosq-related .woosq-related-product .woosq-related-product-info {
  flex-grow: 1;
  padding: 0 10px;
  text-align: start;
}
.woosq-related .woosq-related-product .woosq-related-product-name {
  font-weight: 400;
}
.woosq-related .woosq-related-product .woosq-related-product-atc p,
.woosq-related
  .woosq-related-product
  .woosq-related-product-atc
  .add_to_cart_inline {
  margin: 0;
  padding: 0;
  border: none;
  display: inline-block;
  width: 100%;
}
.woosq-related .woosq-related-product .woosq-related-product-atc p .button {
  display: block;
  margin: 0;
  outline: none;
}
.woosq-related .slick-dots {
  list-style: none;
  text-align: center;
  margin: 0;
  padding: 0;
}
.woosq-related .slick-dots li {
  display: inline-block;
  margin: 0 5px;
  font-size: 0;
}
.woosq-related .slick-dots li button {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  padding: 0;
  font-size: 0;
  line-height: 0;
  background-color: rgba(0, 0, 0, 0.2);
  border: none;
  outline: none;
  overflow: hidden;
}
.woosq-related .slick-dots li.slick-active button {
  background-color: rgba(0, 0, 0, 0.5);
}
.view-details-btn {
  width: 50%;
  height: 44px;
  line-height: 44px;
  overflow: hidden;
  position: absolute;
  left: auto;
  right: 0;
  bottom: 0;
  background-color: #222;
  box-shadow: 10px -20px 20px #fff;
  color: #fff;
  text-align: center;
  outline: none;
  -webkit-transition: all 0.15s ease-out;
  -moz-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
}
.view-details-btn:after {
  content: "\e90f";
  font-family: feather;
  margin-left: 10px;
}
.view-details-btn:hover {
  background-color: #5fbd74;
}
.woosq-product > .product .summary .summary-content {
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  position: relative;
  padding: 20px;
}
.woosq-popup.view-details .woosq-product > .product .summary .summary-content {
  padding-bottom: 64px;
}
body.rtl .mfp-woosq .mfp-close {
  right: auto !important;
  left: 0 !important;
}
@media screen and (max-width: 1023px) {
  .woosq-popup {
    max-width: 460px;
    max-height: 90vh;
    overflow: hidden;
    display: flex;
    flex-direction: column;
  }
  .woosq-product {
    height: 100%;
    flex-grow: 1;
    position: relative;
    overflow-y: auto;
  }
  .woosq-product > .product {
    display: flex;
    flex-direction: column;
  }
  .woosq-product > .product > div {
    width: 100% !important;
    float: none !important;
    margin: 0 !important;
    height: auto;
  }
  .woosq-product > .product .thumbnails {
    max-height: 338px;
  }
  .woosq-product .thumbnails img {
    max-height: 338px;
    margin: 0;
  }
  .woosq-product .thumbnails .slick-track {
    max-height: 338px;
  }
  .view-details-btn {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .mfp-woosq .mfp-arrow {
    display: none;
  }
}
.mfp-woosq {
  z-index: 99999969;
  overflow: auto;
}
.mfp-woosq .mfp-content {
  text-align: -webkit-auto;
}
.mfp-woosq .mfp-container {
  padding: 0;
}
.mfp-woosq .mfp-close {
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  font-size: 0;
}
.mfp-woosq .mfp-close:hover {
  background-color: transparent;
}
.mfp-woosq .mfp-close:active {
  top: 0;
}
.mfp-woosq .mfp-close:focus {
  outline: none;
}
.mfp-woosq .mfp-close:before {
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  content: "\e9ea";
  font-family: feather;
  display: inline-block;
  font-size: 24px;
  color: #222;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  speak: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.mfp-woosq .mfp-preloader {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 30px;
  height: 30px;
  font-size: 0;
  margin: 0 auto;
  margin-top: -15px;
  margin-left: -15px;
  right: auto;
  bottom: auto;
}
.mfp-woosq .mfp-preloader:before {
  content: "\e9a7";
  font-family: feather;
  display: inline-block;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  speak: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #fff;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  -webkit-animation: woosq-spinner 1s linear infinite;
  -moz-animation: woosq-spinner 1s linear infinite;
  -ms-animation: woosq-spinner 1s linear infinite;
  -o-animation: woosq-spinner 1s linear infinite;
  animation: woosq-spinner 1s linear infinite;
}
.mfp-woosq .mfp-arrow {
  width: 60px;
  height: 60px;
  line-height: 60px;
  border: none;
  padding: 0;
  outline: none;
  text-align: center;
  margin-top: -30px;
  border-radius: 0;
  opacity: 1;
}
.mfp-woosq .mfp-arrow:active {
  margin-top: -30px;
}
.mfp-woosq .mfp-arrow:hover {
  background-color: rgba(0, 0, 0, 0.5);
}
.mfp-woosq .mfp-arrow:focus {
  outline: none;
}
.mfp-woosq .mfp-arrow:before {
  width: 60px;
  height: 60px;
  line-height: 60px;
  padding: 0;
  border-width: 0;
  margin: 0;
  display: inline-block;
  font-family: feather;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  speak: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #fff;
}
.mfp-woosq .mfp-arrow:after {
  display: none;
}
.mfp-woosq .mfp-arrow.mfp-arrow-left:before {
  content: "\e90e";
}
.mfp-woosq .mfp-arrow.mfp-arrow-right:before {
  content: "\e90f";
}
.mfp-fade.mfp-bg {
  opacity: 0;
  -webkit-transition: all 0.15s ease-out;
  -moz-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
}
.mfp-fade.mfp-bg.mfp-ready {
  opacity: 0.8;
}
.mfp-fade.mfp-bg.mfp-removing {
  opacity: 0;
}
.mfp-fade.mfp-wrap .mfp-content {
  opacity: 0;
  -webkit-transition: all 0.15s ease-out;
  -moz-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
}
.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
  opacity: 1;
}
.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
  opacity: 0;
}
.mfp-zoom-in .mfp-with-anim {
  opacity: 0;
  transition: all 0.2s ease-in-out;
  transform: scale(0.8);
}
.mfp-zoom-in.mfp-bg {
  opacity: 0;
  transition: all 0.3s ease-out;
}
.mfp-zoom-in.mfp-ready .mfp-with-anim {
  opacity: 1;
  transform: scale(1);
}
.mfp-zoom-in.mfp-ready.mfp-bg {
  opacity: 0.8;
}
.mfp-zoom-in.mfp-removing .mfp-with-anim {
  transform: scale(0.8);
  opacity: 0;
}
.mfp-zoom-in.mfp-removing.mfp-bg {
  opacity: 0;
}
.mfp-newspaper .mfp-with-anim {
  opacity: 0;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.5s;
  transform: scale(0) rotate(500deg);
}
.mfp-newspaper.mfp-bg {
  opacity: 0;
  transition: all 0.5s;
}
.mfp-newspaper.mfp-ready .mfp-with-anim {
  opacity: 1;
  transform: scale(1) rotate(0deg);
}
.mfp-newspaper.mfp-ready.mfp-bg {
  opacity: 0.8;
}
.mfp-newspaper.mfp-removing .mfp-with-anim {
  transform: scale(0) rotate(500deg);
  opacity: 0;
}
.mfp-newspaper.mfp-removing.mfp-bg {
  opacity: 0;
}
.mfp-move-horizontal .mfp-with-anim {
  opacity: 0;
  transition: all 0.3s;
  transform: translateX(-50px);
}
.mfp-move-horizontal.mfp-bg {
  opacity: 0;
  transition: all 0.3s;
}
.mfp-move-horizontal.mfp-ready .mfp-with-anim {
  opacity: 1;
  transform: translateX(0);
}
.mfp-move-horizontal.mfp-ready.mfp-bg {
  opacity: 0.8;
}
.mfp-move-horizontal.mfp-removing .mfp-with-anim {
  transform: translateX(50px);
  opacity: 0;
}
.mfp-move-horizontal.mfp-removing.mfp-bg {
  opacity: 0;
}
.mfp-move-from-top .mfp-with-anim {
  opacity: 0;
  transition: all 0.2s;
  transform: translateY(-100px);
}
.mfp-move-from-top.mfp-bg {
  opacity: 0;
  transition: all 0.2s;
}
.mfp-move-from-top.mfp-ready .mfp-with-anim {
  opacity: 1;
  transform: translateY(0);
}
.mfp-move-from-top.mfp-ready.mfp-bg {
  opacity: 0.8;
}
.mfp-move-from-top.mfp-removing .mfp-with-anim {
  transform: translateY(-50px);
  opacity: 0;
}
.mfp-move-from-top.mfp-removing.mfp-bg {
  opacity: 0;
}
.mfp-3d-unfold .mfp-content {
  perspective: 2000px;
}
.mfp-3d-unfold .mfp-with-anim {
  opacity: 0;
  transition: all 0.3s ease-in-out;
  transform-style: preserve-3d;
  transform: rotateY(-60deg);
}
.mfp-3d-unfold.mfp-bg {
  opacity: 0;
  transition: all 0.5s;
}
.mfp-3d-unfold.mfp-ready .mfp-with-anim {
  opacity: 1;
  transform: rotateY(0deg);
}
.mfp-3d-unfold.mfp-ready.mfp-bg {
  opacity: 0.8;
}
.mfp-3d-unfold.mfp-removing .mfp-with-anim {
  transform: rotateY(60deg);
  opacity: 0;
}
.mfp-3d-unfold.mfp-removing.mfp-bg {
  opacity: 0;
}
.mfp-zoom-out .mfp-with-anim {
  opacity: 0;
  transition: all 0.3s ease-in-out;
  transform: scale(1.3);
}
.mfp-zoom-out.mfp-bg {
  opacity: 0;
  transition: all 0.3s ease-out;
}
.mfp-zoom-out.mfp-ready .mfp-with-anim {
  opacity: 1;
  transform: scale(1);
}
.mfp-zoom-out.mfp-ready.mfp-bg {
  opacity: 0.8;
}
.mfp-zoom-out.mfp-removing .mfp-with-anim {
  transform: scale(1.3);
  opacity: 0;
}
.mfp-zoom-out.mfp-removing.mfp-bg {
  opacity: 0;
}
.mfp-slide-bottom .mfp-with-anim {
  opacity: 0;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  -webkit-transform: translateY(-20px) perspective(600px) rotateX(10deg);
  -moz-transform: translateY(-20px) perspective(600px) rotateX(10deg);
  -ms-transform: translateY(-20px) perspective(600px) rotateX(10deg);
  -o-transform: translateY(-20px) perspective(600px) rotateX(10deg);
  transform: translateY(-20px) perspective(600px) rotateX(10deg);
}
.mfp-slide-bottom.mfp-ready .mfp-with-anim {
  opacity: 1;
  -webkit-transform: translateY(0) perspective(600px) rotateX(0);
  -moz-transform: translateY(0) perspective(600px) rotateX(0);
  -ms-transform: translateY(0) perspective(600px) rotateX(0);
  -o-transform: translateY(0) perspective(600px) rotateX(0);
  transform: translateY(0) perspective(600px) rotateX(0);
}
.mfp-slide-bottom.mfp-removing .mfp-with-anim {
  opacity: 0;
  -webkit-transform: translateY(-10px) perspective(600px) rotateX(10deg);
  -moz-transform: translateY(-10px) perspective(600px) rotateX(10deg);
  -ms-transform: translateY(-10px) perspective(600px) rotateX(10deg);
  -o-transform: translateY(-10px) perspective(600px) rotateX(10deg);
  transform: translateY(-10px) perspective(600px) rotateX(10deg);
}
.mfp-slide-bottom.mfp-bg {
  opacity: 0;
  -webkit-transition: opacity 0.3s ease-out;
  -moz-transition: opacity 0.3s ease-out;
  -o-transition: opacity 0.3s ease-out;
  transition: opacity 0.3s ease-out;
}
.mfp-slide-bottom.mfp-ready.mfp-bg {
  opacity: 0.8;
}
.mfp-slide-bottom.mfp-removing.mfp-bg {
  opacity: 0;
}
.woosq-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  z-index: 99999968;
  opacity: 0;
  visibility: hidden;
}
.woosq-sidebar {
  font-family: open sans, Helvetica, Arial, sans-serif;
  font-size: 14px;
  padding: 0;
  height: 100%;
  max-height: 100%;
  background-color: #fff;
  z-index: 99999969;
  position: fixed;
  display: flex;
  flex-direction: column;
  opacity: 0;
  visibility: hidden;
}
.woosq-sidebar .woosq-close {
  width: 40px;
  height: 40px;
  line-height: 40px;
  font-size: 0;
  background-image: url(//demo2.themelexus.com/liquory/wp-content/plugins/woo-smart-quick-view/assets/css/../images/close.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 20px 20px;
  text-align: center;
  position: absolute;
  top: 0;
  left: -40px;
  z-index: 9;
  cursor: pointer;
}
body.woosq-open .woosq-overlay,
body.woosq-open .woosq-sidebar {
  opacity: 1;
  visibility: visible;
}
.woosq-sidebar .woosq-product {
  flex-grow: 1;
  overflow-x: hidden;
  overflow-y: auto;
}
.woosq-sidebar .woosq-product > .product {
  display: flex;
  flex-direction: column;
}
.woosq-sidebar .woosq-product > .product > div {
  width: 100% !important;
  float: none !important;
  margin: 0 !important;
  height: auto;
}
.woosq-sidebar .view-details-btn {
  width: 100%;
  position: relative;
  box-shadow: none;
  padding: 14px 20px;
  line-height: 1;
  height: auto;
}
.woosq-sidebar.woosq-loading:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.5);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 8;
}
.woosq-sidebar.woosq-loading:after {
  width: 32px;
  height: 32px;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -16px;
  margin-left: -16px;
  content: "";
  background-image: url(//demo2.themelexus.com/liquory/wp-content/plugins/woo-smart-quick-view/assets/css/../images/curve.svg);
  background-repeat: no-repeat;
  background-position: center;
  -webkit-animation: woosq-spinner 1s linear infinite;
  -moz-animation: woosq-spinner 1s linear infinite;
  -ms-animation: woosq-spinner 1s linear infinite;
  -o-animation: woosq-spinner 1s linear infinite;
  animation: woosq-spinner 1s linear infinite;
  z-index: 9;
}
.woosq-sidebar.woosq-position-01 {
  position: fixed;
  top: 0;
  left: 100%;
  width: 100%;
  max-width: 460px;
  box-sizing: border-box;
  text-align: start;
  -webkit-transform: translate3d(20px, 0, 0);
  transform: translate3d(20px, 0, 0);
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.woosq-open .woosq-sidebar.woosq-position-01 {
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}
.woosq-sidebar.woosq-position-02 {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  max-width: 460px;
  box-sizing: border-box;
  text-align: start;
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.woosq-sidebar.woosq-position-02 .woosq-close {
  left: unset;
  right: -40px;
}
.woosq-open .woosq-sidebar.woosq-position-02 {
  -webkit-transform: translate3d(0px, 0, 0);
  transform: translate3d(0px, 0, 0);
}
.woosq-sidebar.woosq-heading-yes {
  display: flex;
  flex-direction: column;
}
.woosq-sidebar.woosq-heading-yes .woosq-sidebar-heading {
  flex: 0 0 auto;
  height: 48px;
  line-height: 48px;
  padding: 0 60px 0 20px;
  margin: 0;
  position: relative;
  color: #222;
  font-weight: 400;
  text-transform: uppercase;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 100%;
  overflow: hidden;
  background-color: rgba(0, 0, 0, 0.1);
}
.woosq-sidebar.woosq-heading-yes .woosq-sidebar-heading .woosq-close {
  display: inline-block;
  width: 48px;
  height: 48px;
  line-height: 48px;
  position: absolute;
  left: unset;
  top: 0;
  right: 0;
  cursor: pointer;
  font-size: 0;
  background-image: url(//demo2.themelexus.com/liquory/wp-content/plugins/woo-smart-quick-view/assets/css/../images/close-dark.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 14px;
}
.woosq-sidebar.woosq-heading-yes .woosq-product .thumbnails {
  padding: 20px 20px 0;
  background-color: transparent;
}
@media screen and (max-width: 1023px) {
  .woosq-sidebar .woosq-close {
    left: unset !important;
    right: 0 !important;
    background-color: rgba(255, 255, 255, 0.5);
    background-image: url(//demo2.themelexus.com/liquory/wp-content/plugins/woo-smart-quick-view/assets/css/../images/close-dark.svg);
  }
}

[class^="woosw-icon-"],
[class*=" woosw-icon-"] {
  font-family: woosw !important;
  speak: never;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.woosw-icon-20:before {
  content: "\e900";
}
.woosw-icon-21:before {
  content: "\e901";
}
.woosw-icon-22:before {
  content: "\e902";
}
.woosw-icon-16:before {
  content: "\e903";
}
.woosw-icon-17:before {
  content: "\e904";
}
.woosw-icon-18:before {
  content: "\e905";
}
.woosw-icon-19:before {
  content: "\e906";
}
.woosw-icon-23:before {
  content: "\e907";
}
.woosw-icon-24:before {
  content: "\e908";
}
.woosw-icon-25:before {
  content: "\f004";
}
.woosw-icon-26:before {
  content: "\f005";
}
.woosw-icon-27:before {
  content: "\f006";
}
.woosw-icon-28:before {
  content: "\f08a";
}
.woosw-icon-29:before {
  content: "\f110";
}
.woosw-icon-11:before {
  content: "\e909";
}
.woosw-icon-10:before {
  content: "\e90a";
}
.woosw-icon-9:before {
  content: "\e90b";
}
.woosw-icon-8:before {
  content: "\e90c";
}
.woosw-icon-5:before {
  content: "\e90d";
}
.woosw-icon-6:before {
  content: "\e90e";
}
.woosw-icon-12:before {
  content: "\e90f";
}
.woosw-icon-42:before {
  content: "\e919";
}
.woosw-icon-2:before {
  content: "\e910";
}
.woosw-icon-43:before {
  content: "\e91a";
}
.woosw-icon-15:before {
  content: "\e911";
}
.woosw-icon-44:before {
  content: "\e91b";
}
.woosw-icon-7:before {
  content: "\e912";
}
.woosw-icon-4:before {
  content: "\e913";
}
.woosw-icon-13:before {
  content: "\e914";
}
.woosw-icon-14:before {
  content: "\e915";
}
.woosw-icon-46:before {
  content: "\e91c";
}
.woosw-icon-3:before {
  content: "\e916";
}
.woosw-icon-45:before {
  content: "\e91d";
}
.woosw-icon-1:before {
  content: "\e918";
}
.woosw-icon-41:before {
  content: "\e917";
}
.woosw-icon-30:before {
  content: "\e97a";
}
.woosw-icon-31:before {
  content: "\e97b";
}
.woosw-icon-32:before {
  content: "\e97c";
}
.woosw-icon-33:before {
  content: "\e97f";
}
.woosw-icon-35:before {
  content: "\e981";
}
.woosw-icon-36:before {
  content: "\e982";
}
.woosw-icon-37:before {
  content: "\e983";
}
.woosw-icon-38:before {
  content: "\e9d7";
}
.woosw-icon-34:before {
  content: "\e9d9";
}
.woosw-icon-39:before {
  content: "\e9da";
}
.woosw-icon-40:before {
  content: "\ea2e";
}
@keyframes wpc-spinner {
  to {
    transform: rotate(360deg);
  }
}
@-webkit-keyframes wpc-spinner {
  to {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes woosw-spinner {
  to {
    transform: rotate(360deg);
  }
}
@-webkit-keyframes woosw-spinner {
  to {
    -webkit-transform: rotate(360deg);
  }
}
.woosw-btn.woosw-added:before {
  content: "\2713";
  margin-right: 5px;
}
.woosw-btn.woosw-btn-has-icon.woosw-added:before {
  display: none;
}
.woosw-btn.woosw-adding:after {
  content: "..." !important;
  display: inline-block !important;
}
.woosw-btn.woosw-btn-has-icon.woosw-adding:after {
  display: none !important;
}
.woosw-btn-has-icon {
  display: inline-flex;
  align-items: center;
}
.woosw-btn-has-icon .woosw-btn-icon {
  margin: 0;
}
.woosw-btn-icon-text .woosw-btn-text {
  margin-left: 5px;
}
.woosw-btn-text-icon .woosw-btn-text {
  margin-right: 5px;
}
.woosw-btn-has-icon.woosw-adding .woosw-btn-icon {
  -webkit-animation: woosw-spinner 1s linear infinite;
  -moz-animation: woosw-spinner 1s linear infinite;
  -ms-animation: woosw-spinner 1s linear infinite;
  -o-animation: woosw-spinner 1s linear infinite;
  animation: woosw-spinner 1s linear infinite;
}
.woosw-view-wishlist {
  font-weight: 400;
  cursor: pointer;
}
.woosw-popup {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 99999989;
  background: rgba(0, 0, 0, 0.7);
  opacity: 0;
  font-size: 14px;
  visibility: hidden;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  box-sizing: border-box;
}
.woosw-popup * {
  box-sizing: border-box;
}
.woosw-popup table {
  margin: 0;
}
.woosw-popup .woosw-popup-content-mid:before {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 7;
  background-color: rgba(255, 255, 255, 0.7);
  opacity: 0;
  visibility: hidden;
}
.woosw-popup .woosw-popup-content-mid:after {
  width: 32px;
  height: 32px;
  display: block;
  margin-top: -16px;
  margin-left: -16px;
  content: "";
  background-image: url(//demo2.themelexus.com/liquory/wp-content/plugins/woo-smart-wishlist/assets/css/../images/curve.svg);
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 8;
  -webkit-animation: woosw-spinner 1s linear infinite;
  -moz-animation: woosw-spinner 1s linear infinite;
  -ms-animation: woosw-spinner 1s linear infinite;
  -o-animation: woosw-spinner 1s linear infinite;
  animation: woosw-spinner 1s linear infinite;
  opacity: 0;
  visibility: hidden;
}
.woosw-popup.woosw-loading .woosw-popup-content {
  pointer-events: none;
}
.woosw-popup.woosw-loading .woosw-popup-content-mid:before,
.woosw-popup.woosw-loading .woosw-popup-content-mid:after {
  opacity: 1;
  visibility: visible;
}
.woosw-popup .woosw-popup-inner {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
}
.woosw-popup .woosw-popup-inner .woosw-popup-content {
  width: 100%;
  max-width: 460px;
  height: auto;
  max-height: 100%;
  position: absolute;
  top: 40%;
  left: 50%;
  transform: translate3d(-50%, -50%, 0);
  -webkit-transform: translate3d(-50%, -50%, 0);
  padding: 0;
  display: flex;
  flex-direction: column;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  overflow: hidden;
}
.woosw-popup.woosw-show {
  opacity: 1;
  visibility: visible;
}
.woosw-popup.woosw-show .woosw-popup-inner .woosw-popup-content {
  top: 50%;
}
.woosw-popup .woosw-popup-inner .woosw-popup-content > div {
  align-self: stretch;
}
.woosw-popup .woosw-popup-inner .woosw-popup-content .woosw-popup-content-top {
  flex: 0 0 auto;
  height: 48px;
  line-height: 48px;
  padding: 0 60px 0 20px;
  margin: 0;
  position: relative;
  color: #fff;
  font-weight: 400;
  background-color: #222;
}
.woosw-popup
  .woosw-popup-inner
  .woosw-popup-content
  .woosw-popup-content-top
  .woosw-count-wrapper:before {
  content: "(";
}
.woosw-popup
  .woosw-popup-inner
  .woosw-popup-content
  .woosw-popup-content-top
  .woosw-count-wrapper:after {
  content: ")";
}
.woosw-popup
  .woosw-popup-inner
  .woosw-popup-content
  .woosw-popup-content-top
  .woosw-manage,
.woosw-popup
  .woosw-popup-inner
  .woosw-popup-content
  .woosw-popup-content-top
  .woosw-empty {
  color: #fff;
  margin-left: 5px;
  font-weight: 400;
  text-decoration: underline;
  cursor: pointer;
}
#woosw_manage .woosw-popup-content-mid {
  padding: 10px 0;
}
.woosw-new-wishlist {
  display: flex;
  align-items: center;
}
#woosw_wishlist_name {
  flex-grow: 1;
}
.woosw-new-wishlist input {
  border-radius: 4px !important;
  height: 40px !important;
  line-height: 38px !important;
  padding: 0 10px !important;
  margin: 0;
}
.woosw-new-wishlist input[type="button"] {
  margin-left: 10px;
}
.woosw-disable {
  opacity: 0.5;
  pointer-events: none;
}
.woosw-popup
  .woosw-popup-inner
  .woosw-popup-content
  .woosw-popup-content-top
  .woosw-popup-close {
  display: inline-block;
  height: 48px;
  line-height: 48px;
  position: absolute;
  top: 0;
  right: 0;
  cursor: pointer;
  text-transform: none;
  color: #999;
  font-weight: 400;
}
.woosw-popup
  .woosw-popup-inner
  .woosw-popup-content
  .woosw-popup-content-top
  .woosw-popup-close:after {
  display: inline-block;
  float: right;
  width: 48px;
  height: 48px;
  line-height: 48px;
  text-align: center;
  content: "\e918";
  font-size: 20px;
  font-family: woosw;
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
body.rtl
  .woosw-popup
  .woosw-popup-inner
  .woosw-popup-content
  .woosw-popup-content-top {
  padding: 0 20px 0 60px;
}
body.rtl
  .woosw-popup
  .woosw-popup-inner
  .woosw-popup-content
  .woosw-popup-content-top
  .woosw-popup-close {
  right: auto;
  left: 0;
}
.woosw-popup .woosw-popup-inner .woosw-popup-content .woosw-popup-content-mid {
  display: block;
  position: relative;
  min-height: 80px;
  flex: 1 1 auto;
  flex-grow: 1;
  padding: 0;
  margin: 0;
  background-color: #fff;
  overflow-x: hidden;
  overflow-y: auto;
}
.woosw-popup
  .woosw-popup-inner
  .woosw-popup-content
  .woosw-popup-content-mid
  .woosw-popup-content-mid-massage {
  display: block;
  padding: 20px;
  height: 40px;
  line-height: 40px;
  text-align: center;
}
.woosw-popup .woosw-items {
  margin: 0;
  padding: 10px 0;
  overflow-y: auto;
  position: relative;
}
.woosw-popup .woosw-items .woosw-item {
  padding: 0 20px;
}
.woosw-popup .woosw-items .woosw-item .woosw-item-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 0;
  border-top: 1px dashed #eee;
}
.woosw-popup .woosw-items .woosw-item:first-child .woosw-item-inner {
  border-top: none;
}
.woosw-popup .woosw-items .woosw-item .woosw-item-inner > div {
  margin-right: 10px;
}
.woosw-popup .woosw-items .woosw-item .woosw-item-inner > div:last-child {
  margin-right: 0;
}
.woosw-popup .woosw-items .woosw-item .woosw-item--info {
  flex-grow: 1;
}
.woosw-popup .woosw-items .woosw-item .woosw-item--remove {
  width: 14px;
  flex: 0 0 14px;
  font-size: 0;
}
.woosw-popup .woosw-items .woosw-item .woosw-item--remove span {
  display: inline-block;
  width: 14px;
  text-align: center;
  cursor: pointer;
}
.woosw-popup .woosw-items .woosw-item .woosw-item--remove span:before {
  display: inline-block;
  content: "\e918";
  font-size: 16px;
  font-family: woosw;
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.woosw-popup
  .woosw-items
  .woosw-item
  .woosw-item--remove
  span.woosw-removing:before {
  animation: woosw-spinner 1s linear infinite;
  -webkit-animation: woosw-spinner 1s linear infinite;
}
.woosw-popup .woosw-items .woosw-item .woosw-item--remove span:hover:before {
  color: #cc6055;
}
.woosw-popup .woosw-items .woosw-item .woosw-item--image {
  width: 80px;
  flex: 0 0 80px;
}
.woosw-popup .woosw-items .woosw-item .woosw-item--image img {
  width: 100%;
  height: auto;
  border: none;
  padding: 0;
  margin: 0;
  box-shadow: none;
}
.woosw-popup .woosw-items .woosw-item .woosw-item--stock p {
  margin: 0;
}
.woosw-popup .woosw-items .woosw-item .woosw-item--name,
.woosw-popup .woosw-items .woosw-item .woosw-item--name a {
  font-weight: 400;
  text-decoration: none;
}
.woosw-popup .woosw-items .woosw-item .woosw-item--add p,
.woosw-popup .woosw-items .woosw-item .woosw-item--add .add_to_cart_inline {
  border: none;
  padding: 0;
  margin: 0;
}
.woosw-popup .woosw-items .woosw-item .woosw-item--price-increase {
  color: #f60;
}
.woosw-popup .woosw-items .woosw-item .woosw-item--price-decrease {
  color: #5fbd74;
}
.woosw-popup .woosw-popup-inner .woosw-popup-content .woosw-popup-content-bot {
  flex: 0 0 auto;
  padding: 20px;
  position: relative;
  color: #fff;
  font-size: 14px;
  background-color: #fff;
  text-transform: uppercase;
}
.woosw-popup
  .woosw-popup-inner
  .woosw-popup-content
  .woosw-popup-content-bot
  .woosw-popup-content-bot-inner {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.woosw-popup
  .woosw-popup-inner
  .woosw-popup-content
  .woosw-popup-content-bot
  .woosw-popup-content-bot-inner
  a,
.woosw-popup
  .woosw-popup-inner
  .woosw-popup-content
  .woosw-popup-content-bot
  .woosw-popup-content-bot-inner
  span {
  line-height: 1.2;
  text-decoration: none;
  border-bottom: 1px solid #222;
  outline: none;
  cursor: pointer;
}
.woosw-popup
  .woosw-popup-inner
  .woosw-popup-content
  .woosw-popup-content-bot
  .woosw-notice {
  display: block;
  text-align: center;
  width: 100%;
  height: 48px;
  line-height: 48px;
  padding: 0 20px;
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  background-color: #5fbd74;
  position: absolute;
  left: 0;
  bottom: 0;
  transform: translate3d(0, 100%, 0);
  -webkit-transform: translate3d(0, 100%, 0);
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  opacity: 0;
  visibility: hidden;
}
.woosw-popup
  .woosw-popup-inner
  .woosw-popup-content
  .woosw-popup-content-bot
  .woosw-notice.woosw-notice-show {
  transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  opacity: 1;
  visibility: visible;
}
.woosw-items .woosw-item .woosw-item--note {
  padding-left: 10px;
  border-left: 2px solid #222;
  font-style: italic;
  font-size: 14px;
  cursor: pointer;
}
.woosw-items .woosw-item .woosw-item--note-add {
  width: 100%;
  position: relative;
}
.woosw-items .woosw-item .woosw-item--note-add input {
  height: 40px !important;
  line-height: 38px !important;
  padding: 0 10px !important;
  border-radius: 4px !important;
}
.woosw-items .woosw-item .woosw-item--note-add input[type="text"] {
  width: 100%;
}
.woosw-items .woosw-item .woosw-item--note-add input[type="button"] {
  position: absolute;
  top: 0;
  right: 0;
}
body.rtl .woosw-items .woosw-item .woosw-item--note {
  border-left: none;
  border-right: 2px solid #222;
  padding-left: 0;
  padding-right: 10px;
}
.woosw-list table.woosw-items {
  margin: 0;
  padding: 0;
}
.woosw-list table.woosw-items tr td {
  vertical-align: middle;
  padding: 10px;
}
.woosw-list table.woosw-items tr:nth-child(2n) td {
  background-color: rgba(0, 0, 0, 0.03);
}
.woosw-list table.woosw-items tr:hover td {
  background-color: rgba(0, 0, 0, 0.05);
}
.woosw-list table.woosw-items .woosw-item .woosw-item--remove {
  vertical-align: middle;
  width: 16px;
}
.woosw-list table.woosw-items .woosw-item .woosw-item--remove span {
  display: inline-block;
  width: 16px;
  height: 16px;
  line-height: 16px;
  text-align: center;
  cursor: pointer;
}
.woosw-list table.woosw-items .woosw-item .woosw-item--remove span:before {
  display: inline-block;
  content: "\e918";
  font-size: 16px;
  font-family: woosw;
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.woosw-list
  table.woosw-items
  .woosw-item
  .woosw-item--remove
  span.woosw-removing:before {
  animation: woosw-spinner 1s linear infinite;
  -webkit-animation: woosw-spinner 1s linear infinite;
}
.woosw-list
  table.woosw-items
  .woosw-item
  .woosw-item--remove
  span:hover:before {
  color: #cc6055;
}
.woosw-list table.woosw-items .woosw-item .woosw-item--image {
  width: 100px;
}
.woosw-list table.woosw-items .woosw-item .woosw-item--image img {
  width: 80px;
  height: auto;
  border-radius: 2px;
  border: none;
  padding: 0;
  margin: 0;
  box-shadow: none;
}
.woosw-list table.woosw-items .woosw-item .woosw-item--name a {
  font-weight: 400;
}
.woosw-list table.woosw-items .woosw-item .woosw-item--add p,
.woosw-list table.woosw-items .woosw-item .woosw-item--add .add_to_cart_inline {
  border: none;
  padding: 0;
  margin: 0;
}
.woosw-list .woosw-actions {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 30px;
}
.woosw-list .woosw-copy {
  display: flex;
  align-items: center;
}
.woosw-list .woosw-copy .woosw-copy-url {
  margin-left: 10px;
  margin-right: 0;
}
body.rtl .woosw-list .woosw-copy .woosw-copy-url {
  margin-left: 0;
  margin-right: 10px;
}
.woosw-list .woosw-share .woosw-share-label,
.woosw-list .woosw-share a {
  display: inline-block;
  margin-left: 0;
  margin-right: 10px;
  text-decoration: none !important;
  font-style: normal !important;
}
body.rtl .woosw-list .woosw-share .woosw-share-label,
body.rtl .woosw-list .woosw-share a {
  margin-right: 0;
  margin-left: 10px;
}
.woosw-menu-item .woosw-menu-item-inner {
  position: relative;
}
.woosw-menu-item .woosw-menu-item-inner:after {
  content: attr(data-count);
  display: block;
  background-color: #e94b35;
  color: #fff;
  font-size: 10px;
  font-weight: 400;
  width: 16px;
  height: 16px;
  line-height: 16px;
  text-align: center;
  border-radius: 8px;
  position: absolute;
  top: -10px;
  right: -10px;
}
.woosw-icon {
  font-family: woosw;
  speak: never;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.woosw-share-facebook .woosw-icon:before {
  content: "\e919";
}
.woosw-share-twitter .woosw-icon:before {
  content: "\e91d";
}
.woosw-share-pinterest .woosw-icon:before {
  content: "\e91c";
}
.woosw-share-instagram .woosw-icon:before {
  content: "\e91a";
}
.woosw-share-mail .woosw-icon:before {
  content: "\e91b";
}
@media only screen and (max-width: 860px) {
  .woosw-list .woosw-actions {
    flex-direction: column;
    align-items: flex-start;
  }
}
.notiny-container {
  z-index: 999999;
}
.notiny-theme-woosw {
  padding: 10px;
  background-color: #fff;
  color: #222;
  margin: 5px 0;
  min-height: 32px;
  max-width: 100vw;
  display: flex;
  align-items: center;
  border: 1px solid #eee;
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.03);
}
.notiny-theme-woosw .notiny-img {
  margin: 0;
  padding: 0;
  width: 48px;
  flex: 0 0 48px;
  margin-right: 10px;
}
.notiny-theme-woosw .notiny-img img {
  width: 100%;
  height: auto;
  margin: 0;
}
.notiny-theme-woosw .notiny-text {
  font-size: 14px;
  line-height: 1.4;
  flex-grow: 1;
}
.notiny-container-fluid-top .notiny-theme-woosw,
.notiny-container-fluid-bottom .notiny-theme-woosw {
  width: 90%;
  max-width: 300px;
  margin-left: auto;
  margin-right: auto;
}
.notiny-container-fluid-top {
  top: 10px !important;
}
.notiny-container-fluid-bottom {
  bottom: 10px !important;
}
.woosw-popup.woosw-popup-right .woosw-popup-inner .woosw-popup-content {
  left: unset;
  top: 0;
  right: 0;
  height: 100%;
  transform: translate3d(100%, 0, 0);
  -webkit-transform: translate3d(100%, 0, 0);
}
.woosw-popup.woosw-popup-right.woosw-show
  .woosw-popup-inner
  .woosw-popup-content {
  transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
}
.woosw-popup.woosw-popup-right
  .woosw-popup-inner
  .woosw-popup-content
  .woosw-popup-content-top {
  background-color: rgba(0, 0, 0, 0.1);
  color: #222;
  text-transform: uppercase;
}
.woosw-popup.woosw-popup-right
  .woosw-popup-inner
  .woosw-popup-content
  .woosw-popup-content-bot {
  background-color: #fff;
  color: #222;
  text-transform: uppercase;
}
.woosw-popup.woosw-popup-right
  .woosw-popup-inner
  .woosw-popup-content
  .woosw-popup-content-top
  a,
.woosw-popup.woosw-popup-right
  .woosw-popup-inner
  .woosw-popup-content
  .woosw-popup-content-top
  .woosw-empty,
.woosw-popup.woosw-popup-right
  .woosw-popup-inner
  .woosw-popup-content
  .woosw-popup-content-top
  .woosw-manage,
.woosw-popup.woosw-popup-right
  .woosw-popup-inner
  .woosw-popup-content
  .woosw-popup-content-top
  .woosw-popup-close,
.woosw-popup.woosw-popup-right
  .woosw-popup-inner
  .woosw-popup-content
  .woosw-popup-content-bot
  a,
.woosw-popup.woosw-popup-right
  .woosw-popup-inner
  .woosw-popup-content
  .woosw-popup-content-bot
  .woosw-continue {
  color: #222;
}
.woosw-popup.woosw-popup-left .woosw-popup-inner .woosw-popup-content {
  left: 0;
  top: 0;
  right: unset;
  height: 100%;
  transform: translate3d(-100%, 0, 0);
  -webkit-transform: translate3d(-100%, 0, 0);
}
.woosw-popup.woosw-popup-left.woosw-show
  .woosw-popup-inner
  .woosw-popup-content {
  transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
}
.woosw-popup.woosw-popup-left
  .woosw-popup-inner
  .woosw-popup-content
  .woosw-popup-content-top {
  background-color: rgba(0, 0, 0, 0.1);
}
.woosw-popup.woosw-popup-left
  .woosw-popup-inner
  .woosw-popup-content
  .woosw-popup-content-top {
  background-color: rgba(0, 0, 0, 0.1);
  color: #222;
  text-transform: uppercase;
}
.woosw-popup.woosw-popup-left
  .woosw-popup-inner
  .woosw-popup-content
  .woosw-popup-content-bot {
  background-color: #fff;
  color: #222;
  text-transform: uppercase;
}
.woosw-popup.woosw-popup-left
  .woosw-popup-inner
  .woosw-popup-content
  .woosw-popup-content-top
  a,
.woosw-popup.woosw-popup-left
  .woosw-popup-inner
  .woosw-popup-content
  .woosw-popup-content-top
  .woosw-empty,
.woosw-popup.woosw-popup-left
  .woosw-popup-inner
  .woosw-popup-content
  .woosw-popup-content-top
  .woosw-manage,
.woosw-popup.woosw-popup-left
  .woosw-popup-inner
  .woosw-popup-content
  .woosw-popup-content-top
  .woosw-popup-close,
.woosw-popup.woosw-popup-left
  .woosw-popup-inner
  .woosw-popup-content
  .woosw-popup-content-bot
  a,
.woosw-popup.woosw-popup-left
  .woosw-popup-inner
  .woosw-popup-content
  .woosw-popup-content-bot
  .woosw-continue {
  color: #222;
}
.woosw-popup
  .woosw-popup-inner
  .woosw-popup-content
  .woosw-popup-content-bot
  .woosw-notice {
  background-color: #5fbd74;
}
.woosw-popup
  .woosw-popup-inner
  .woosw-popup-content
  .woosw-popup-content-bot
  .woosw-popup-content-bot-inner
  a:hover {
  color: #5fbd74;
  border-color: #5fbd74;
}
.woosb-wrap {
  display: block;
  width: 100%;
  clear: both;
}
.woosb-wrap .woosb-text,
.woosb-wrap .woosb-products,
.woosb-bundles .woosb-text,
.woosb-bundles .woosb-products {
  margin: 0 0 15px;
}
.woosb-wrap .woosb-text,
.woosb-bundles .woosb-text {
  white-space: pre-line;
}
.woosb-products {
  border-width: 1px 0 0;
  border-style: dotted;
  border-color: #e5e5e5;
}
.woosb-products .woosb-item-text {
  padding: 10px 0;
  margin: 0;
  border-bottom: 1px dotted #e5e5e5;
}
.woosb-item-text-type-h1 > h1,
.woosb-item-text-type-h2 > h2,
.woosb-item-text-type-h3 > h3,
.woosb-item-text-type-h4 > h4,
.woosb-item-text-type-h5 > h5,
.woosb-item-text-type-h6 > h6,
.woosb-item-text-type-p > p {
  margin: 0 !important;
}
.woosb-products .woosb-product {
  display: flex;
  align-items: center;
  padding: 10px 0;
  margin: 0;
  border-bottom: 1px dotted #e5e5e5;
}
.woosb-products .woosb-product.woosb-product-hidden {
  display: none;
}
.woosb-products .woosb-product.woosb-product-unpurchasable {
  display: none;
}
.woosb-products .woosb-product > div {
  padding: 0 5px;
}
.woosb-products .woosb-product .woosb-thumb {
  width: 50px;
  flex: 0 0 50px;
}
.woosb-products .woosb-product .woosb-thumb img {
  width: 100%;
  max-width: 100%;
  height: auto;
  display: block;
}
.woosb-products .woosb-product .woosb-quantity {
  width: 80px;
  flex: 0 0 80px;
}
.woosb-products .woosb-product .woosb-quantity.woosb-quantity-plus-minus {
  width: 130px;
  flex: 0 0 130px;
}
.woosb-products .woosb-product .woosb-quantity label {
  display: none;
}
.woosb-products .woosb-product .woosb-quantity input {
  width: 100%;
  min-width: 40px;
  text-align: center;
}
.woosb-products .woosb-product .woosb-price {
  width: 100px;
  flex: 0 0 100px;
  text-align: end;
}
.woosb-products .woosb-product .woosb-price * {
  font-size: inherit !important;
}
.woosb-products .woosb-product .woosb-price del {
  opacity: 0.5;
  text-decoration: line-through;
}
.woosb-products .woosb-product .woosb-price del span {
  text-decoration: line-through;
}
.woosb-products .woosb-product .woosb-price ins {
  font-weight: 400;
}
.woosb-products .woosb-product .woosb-price .amount {
  display: inline-block;
}
.woosb-products .woosb-product .woosb-title {
  flex-grow: 1;
  text-align: start;
}
.woosb-products .woosb-product .woosb-title .woosb-title-inner {
  display: block;
  overflow: hidden;
}
.woosb-products .woosb-product .woosb-title .woosb-title-inner a {
  text-decoration: none;
  box-shadow: none;
}
.woosb-products
  .woosb-product
  .woosb-title
  .woovr-variations-select
  .woovr-variation-image,
.woosb-products
  .woosb-product
  .woosb-title
  .woovr-variations-select
  .woovr-variation-price {
  display: none !important;
}
.woosb-products .woosb-product .variations_form {
  margin: 0;
  padding: 0;
}
.woosb-products .woosb-product .woosb-title .stock {
  font-size: 14px;
  margin: 0;
  padding: 0;
}
.woosb-products .woosb-product .woosb-title .stock.in-stock {
  color: green;
}
.woosb-products .woosb-product .woosb-title .stock.available-on-backorder {
  color: orange;
}
.woosb-products .woosb-product .woosb-title .stock.out-of-stock {
  color: red;
}
.woosb-products .woosb-product .woosb-description,
.woosb-products .woosb-product .woosb-variation-description {
  font-size: 14px;
}
.woosb-products .woosb-product .variations_form .variations {
  display: inline-block;
  margin: 0 -3px;
  padding: 0;
}
.woosb-products .woosb-product .variations_form .variations .variation {
  display: inline-block;
  border-width: 1px;
  border-style: solid;
  border-color: #e5e5e5;
  padding: 5px 10px;
  margin: 5px 3px 0;
  max-width: 100%;
  border-radius: 2px;
  float: none;
  vertical-align: top;
}
.woosb-products .woosb-product .variations_form .variations .variation > div {
  display: block;
}
.woosb-products .woosb-product .variations_form .variations .reset {
  display: inline-block;
}
.woosb-products
  .woosb-product
  .variations_form
  .variations
  .variation:last-child {
  margin-bottom: 0;
}
.woosb-products .woosb-product .variations_form .variations .variation .label {
  font-size: 12px;
  line-height: 1;
}
.woosb-products .woosb-product .variations_form .variations .variation .select {
  line-height: 1;
}
.woosb-products
  .woosb-product
  .variations_form
  .variations
  .variation
  .select
  select {
  width: 100%;
  height: auto;
  line-height: 1;
  padding: 0 16px 0 0;
  margin: 0;
  background-color: transparent;
  border-radius: 0;
  border: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  outline: none;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAYAAAAECAYAAACtBE5DAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyRpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoTWFjaW50b3NoKSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDpGNEQzN0Y2NTY0NjcxMUU3QjU5NUI5N0U0NjlDMTIzNiIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDpGNEQzN0Y2NjY0NjcxMUU3QjU5NUI5N0U0NjlDMTIzNiI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOkY0RDM3RjYzNjQ2NzExRTdCNTk1Qjk3RTQ2OUMxMjM2IiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOkY0RDM3RjY0NjQ2NzExRTdCNTk1Qjk3RTQ2OUMxMjM2Ii8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+pzgqpQAAADdJREFUeNpirKioWMDAwBDPgAoWMQGJLCC+hiR4HYgzQRLfgDgUSoNwCIhmgaq6BtXJCNMNEGAAbM0MK7OUU3AAAAAASUVORK5CYII=);
  background-repeat: no-repeat;
  background-position: 100% 50%;
  background-size: auto;
}
.woosb-products .woosb-product .variations_form .variations a.reset_variations {
  margin: 0;
  font-size: 12px;
}
.woosb-item-child .product-price .amount,
.woosb-item-child .product-price .tax_label,
.woosb-item-child .product-subtotal .amount,
.woosb-item-child .product-subtotal .tax_label,
.woosb-item-child .product-total .amount,
.woosb-item-child .product-total .tax_label {
  opacity: 0.3;
}
.woosb-alert {
  padding: 6px 10px 6px 14px;
  border-left: 4px solid #222;
  background-color: #eee;
  font-size: 14px;
}
body.woocommerce-no-js .woosb-wrap + form.cart {
  display: none;
}
.woosb-disabled {
  opacity: 0.5 !important;
  pointer-events: none !important;
  cursor: not-allowed !important;
}
.woosb-quantity-input {
  display: flex;
  align-items: center;
}
.woosb-quantity-input .quantity {
  flex-grow: 1;
  height: auto;
}
.woosb-quantity-plus-minus .plus,
.woosb-quantity-plus-minus .minus,
.woosb-quantity-plus-minus .quantity-minus,
.woosb-quantity-plus-minus .quantity-plus,
.woosb-quantity-plus-minus .plus-btn,
.woosb-quantity-plus-minus .minus-btn {
  display: none !important;
}
.woosb-quantity-input-plus,
.woosb-quantity-input-minus {
  width: 40px;
  height: 40px;
  flex: 0 0 40px;
  line-height: 38px;
  text-align: center;
  cursor: pointer;
  background-color: #fefefe;
  border: 1px solid #e5e5e5;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.woosb-quantity-input .woosb-qty {
  width: 100%;
  min-width: 40px;
  height: 40px;
  line-height: 38px;
  margin: 0;
  padding: 0 5px;
  box-shadow: none;
  border-width: 1px 0;
  border-style: solid;
  border-color: #e5e5e5;
  border-radius: 0;
  background-color: #fefefe;
  -moz-appearance: textfield;
}
.woosb-quantity-input .woosb-qty:focus {
  outline: none;
  outline-color: transparent;
}
.woosb-quantity-input-plus:hover,
.woosb-quantity-input-minus:hover {
  background-color: #f0f0f0;
}
.woosb-quantity-input input::-webkit-outer-spin-button,
.woosb-quantity-input input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
body.rtl .woosb-alert {
  padding: 6px 14px 6px 10px;
  border-right: 4px solid #222;
  border-left: none;
}

html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
::selection {
  text-shadow: none;
  color: #fff;
  background: var(--e-global-color-primary);
}
body {
  margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden],
template {
  display: none;
}
a {
  background-color: transparent;
}
a:active,
a:hover {
  outline: 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: 400;
}
dfn {
  font-style: italic;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
mark {
  background: #ff0;
  color: var(--e-global-color-secondary);
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 1em 40px;
}
hr {
  box-sizing: content-box;
  height: 0;
}
pre {
  overflow: auto;
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}
button {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input {
  line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: textfield;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
fieldset {
  border: 1px solid silver;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
}
optgroup {
  font-weight: 400;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}
:root {
  --e-global-color-primary: #c6102e;
  --e-global-color-primary-hover: #e7b161;
  --e-global-color-secondary: #000;
  --e-global-color-text: #444;
  --e-global-color-accent: #222;
  --e-global-color-lighter: #888;
  --e-global-color-dark: #202020;
  --e-global-color-highlight: #ccc;
  --e-global-color-border: #e3e3e3;
  --e-global-typography-primary-font-family: "Poppins",sans-serif;
  --e-global-typography-primary-font-weight: 500;
  --e-global-typography-primary-text-transform: none;
  --e-global-typography-primary-font-style: normal;
  --e-global-typography-primary-text-decoration: none;
  --e-global-typography-primary-letter-spacing: -1px;
  --e-global-typography-primary-line-height: 1.25;
  --e-global-typography-secondary-font-family: "Poppins",sans-serif;
  --e-global-typography-secondary-font-weight: 400;
  --e-global-typography-secondary-text-transform: none;
  --e-global-typography-secondary-font-style: normal;
  --e-global-typography-secondary-text-decoration: none;
  --e-global-typography-secondary-letter-spacing: 0;
  --e-global-typography-secondary-line-height: 1.4;
  --e-global-typography-text-font-family: "Poppins",sans-serif;
  --e-global-typography-text-font-weight: 300;
  --e-global-typography-text-size: 14px;
  --e-global-typography-text-text-transform: none;
  --e-global-typography-text-font-style: normal;
  --e-global-typography-text-text-decoration: none;
  --e-global-typography-text-letter-spacing: 0;
  --e-global-typography-text-line-height: 1.572;
  --e-global-typography-accent-font-family: "Poppins",sans-serif;
  --e-global-typography-accent-font-weight: 500;
  --e-global-typography-accent-size: 12px;
  --e-global-typography-accent-text-transform: uppercase;
  --e-global-typography-accent-font-style: normal;
  --e-global-typography-accent-text-decoration: none;
  --e-global-typography-accent-letter-spacing: 0em;
  --e-global-typography-accent-line-height: 1.25;
  --e-global-grid-column-gap: 30px;
  --e-global-grid-row-gap: 30px;
}
body {
  -ms-word-wrap: break-word;
  word-wrap: break-word;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background-color: #fff;
  overflow-x: hidden;
}
body,
button,
input,
textarea {
  color: var(--e-global-color-text);
  font-family: var(--e-global-typography-text-font-family);
  font-weight: var(--e-global-typography-text-font-weight);
  text-transform: var(--e-global-typography-text-text-transform);
  font-style: var(--e-global-typography-text-font-style);
  text-decoration: var(--e-global-typography-text-text-decoration);
  line-height: var(--e-global-typography-text-line-height);
  letter-spacing: var(--e-global-typography-text-letter-spacing);
  font-size: var(--e-global-typography-text-size);
  text-rendering: optimizeLegibility;
}
select {
  color: initial;
  font-family: var(--e-global-typography-text-font-family);
  font-weight: var(--e-global-typography-text-font-weight);
  text-transform: var(--e-global-typography-text-text-transform);
  font-style: var(--e-global-typography-text-font-style);
  text-decoration: var(--e-global-typography-text-text-decoration);
  line-height: var(--e-global-typography-text-line-height);
  letter-spacing: var(--e-global-typography-text-letter-spacing);
  max-width: 100%;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  clear: both;
  margin: 0 0 0.5407797364em;
  color: var(--e-global-color-secondary);
  font-family: var(--e-global-typography-primary-font-family);
  font-weight: var(--e-global-typography-primary-font-weight);
  text-transform: var(--e-global-typography-primary-text-transform);
  font-style: var(--e-global-typography-primary-font-style);
  text-decoration: var(--e-global-typography-primary-text-decoration);
  line-height: var(--e-global-typography-primary-line-height);
  letter-spacing: var(--e-global-typography-primary-letter-spacing);
}
.comment-body .comment-text h1,
.comment-body .comment-text h2,
.comment-body .comment-text h3,
.comment-body .comment-text h4,
.comment-body .comment-text h5,
.comment-body .comment-text h6 {
  padding: 1em 0 0;
}
h1,
.alpha {
  font-size: 60px;
  font-size: 3.75rem;
}
h2,
.beta {
  font-size: 40px;
  font-size: 2.5rem;
}
h3,
.gamma {
  font-size: 38px;
  font-size: 2.375rem;
}
h4,
.delta {
  font-size: 30px;
  font-size: 1.875rem;
}
h5 {
  font-size: 24px;
  font-size: 1.5rem;
}
h6 {
  font-size: 20px;
  font-size: 1.25rem;
}
.alpha,
.beta,
.gamma,
.delta {
  display: block;
}
p + h2,
p + header h2,
p + h3,
p + h4,
ul + h2,
ul + header h2,
ul + h3,
ul + h4,
ol + h2,
ol + header h2,
ol + h3,
ol + h4,
table + h2,
table + header h2,
table + h3,
table + h4,
blockquote + h2,
blockquote + header h2,
blockquote + h3,
blockquote + h4,
form + h2,
form + header h2,
form + h3,
form + h4 {
  margin-top: 1em;
}
hr {
  background-color: #ccc;
  border: 0;
  height: 1px;
  margin: 0 0 1em;
}
p {
  margin: 0 0 1.5em;
}
ul,
ol {
  margin: 0 0 1em 3em;
  padding: 0;
}
ul {
  list-style: disc;
}
ol {
  list-style: decimal;
}
li > ul,
li > ol {
  margin-bottom: 0;
  margin-left: 1em;
}
dt {
  font-weight: var(--e-global-typography-primary-font-weight);
}
dd {
  margin: 0 0 1.41577975em;
}
b,
strong {
  font-weight: var(--e-global-typography-primary-font-weight);
}
dfn,
cite,
em,
i {
  font-style: italic;
}
blockquote {
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 30px;
  letter-spacing: -1px;
  color: var(--e-global-color-secondary);
  margin-bottom: 30px;
  padding: 40px 90px;
  border: none;
  background-color: #e6ecca;
}
blockquote p {
  position: relative;
  font-weight: var(--e-global-typography-primary-font-weight);
  color: var(--e-global-color-secondary);
}
blockquote p:first-child:before {
  color: var(--e-global-color-secondary);
  font-style: normal;
  font-size: 30px;
  font-size: 1.875rem;
  position: absolute;
  top: 10px;
  left: -60px;
  text-shadow: none;
  z-index: -1;
}
blockquote p:last-child {
  margin-bottom: 0;
}
blockquote span {
  font-weight: var(--e-global-typography-text-font-weight);
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 24px;
  color: var(--e-global-color-text);
}
address {
  margin: 0 0 1em;
}
pre {
  background: rgba(0, 0, 0, 0.1);
  font-family: "courier 10 pitch", Courier, monospace;
  margin-bottom: 1.618034em;
  padding: 1.618034em;
  overflow: auto;
  max-width: 100%;
}
code,
kbd,
tt,
var {
  font-family: Monaco, Consolas, andale mono, dejavu sans mono, monospace;
  background-color: rgba(0, 0, 0, 0.05);
  padding: 0.202em 0.5407797364em;
}
abbr,
acronym {
  border-bottom: 1px dotted #666;
  cursor: help;
}
mark,
ins {
  text-decoration: none;
  font-weight: var(--e-global-typography-primary-font-weight);
  background: 0 0;
}
sup,
sub {
  font-size: 75%;
  height: 0;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  bottom: 1ex;
}
sub {
  top: 0.5ex;
}
small {
  font-size: 75%;
}
big {
  font-size: 125%;
}
figure {
  margin: 0;
}
table {
  margin: 0 0 1.41577975em;
  width: 100%;
}
img {
  height: auto;
  max-width: 100%;
  display: block;
}
a {
  color: var(--e-global-color-secondary);
  text-decoration: none;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
a:hover {
  color: var(--e-global-color-primary);
  text-decoration: none;
}
:focus {
  outline: none;
}
.liquory-cute * {
  font-family: comic sans ms, sans-serif;
}
.hidden {
  display: none !important;
}
* {
  box-sizing: border-box;
}
.site {
  overflow-x: hidden;
}
.site-content,
.header-widget-region {
  -webkit-tap-highlight-color: transparent;
}
.bg-primary {
  background-color: var(--primary);
}
.shape-primary .elementor-shape-fill {
  fill: primary;
}
.color-primary {
  color: var(--primary);
}
.outline-primary {
  outline-color: primary;
}
.bd-primary {
  border-color: var(--primary);
}
.bd-t-primary {
  border-top-color: var(--primary);
}
.bd-b-primary {
  border-bottom-color: var(--primary);
}
.bd-r-primary {
  border-right-color: var(--primary);
}
.bd-l-primary {
  border-left-color: var(--primary);
}
.bg-secondary {
  background-color: var(--secondary);
}
.shape-secondary .elementor-shape-fill {
  fill: secondary;
}
.color-secondary {
  color: var(--secondary);
}
.outline-secondary {
  outline-color: secondary;
}
.bd-secondary {
  border-color: var(--secondary);
}
.bd-t-secondary {
  border-top-color: var(--secondary);
}
.bd-b-secondary {
  border-bottom-color: var(--secondary);
}
.bd-r-secondary {
  border-right-color: var(--secondary);
}
.bd-l-secondary {
  border-left-color: var(--secondary);
}
.bg-text {
  background-color: var(--text);
}
.shape-text .elementor-shape-fill {
  fill: text;
}
.color-text {
  color: var(--text);
}
.outline-text {
  outline-color: text;
}
.bd-text {
  border-color: var(--text);
}
.bd-t-text {
  border-top-color: var(--text);
}
.bd-b-text {
  border-bottom-color: var(--text);
}
.bd-r-text {
  border-right-color: var(--text);
}
.bd-l-text {
  border-left-color: var(--text);
}
.bg-accent {
  background-color: var(--accent);
}
.shape-accent .elementor-shape-fill {
  fill: accent;
}
.color-accent {
  color: var(--accent);
}
.outline-accent {
  outline-color: accent;
}
.bd-accent {
  border-color: var(--accent);
}
.bd-t-accent {
  border-top-color: var(--accent);
}
.bd-b-accent {
  border-bottom-color: var(--accent);
}
.bd-r-accent {
  border-right-color: var(--accent);
}
.bd-l-accent {
  border-left-color: var(--accent);
}
.bg-lighter {
  background-color: var(--lighter);
}
.shape-lighter .elementor-shape-fill {
  fill: lighter;
}
.color-lighter {
  color: var(--lighter);
}
.outline-lighter {
  outline-color: lighter;
}
.bd-lighter {
  border-color: var(--lighter);
}
.bd-t-lighter {
  border-top-color: var(--lighter);
}
.bd-b-lighter {
  border-bottom-color: var(--lighter);
}
.bd-r-lighter {
  border-right-color: var(--lighter);
}
.bd-l-lighter {
  border-left-color: var(--lighter);
}
.bg-dark {
  background-color: var(--dark);
}
.shape-dark .elementor-shape-fill {
  fill: dark;
}
.color-dark {
  color: var(--dark);
}
.outline-dark {
  outline-color: dark;
}
.bd-dark {
  border-color: var(--dark);
}
.bd-t-dark {
  border-top-color: var(--dark);
}
.bd-b-dark {
  border-bottom-color: var(--dark);
}
.bd-r-dark {
  border-right-color: var(--dark);
}
.bd-l-dark {
  border-left-color: var(--dark);
}
.bg-highlight {
  background-color: var(--highlight);
}
.shape-highlight .elementor-shape-fill {
  fill: highlight;
}
.color-highlight {
  color: var(--highlight);
}
.outline-highlight {
  outline-color: highlight;
}
.bd-highlight {
  border-color: var(--highlight);
}
.bd-t-highlight {
  border-top-color: var(--highlight);
}
.bd-b-highlight {
  border-bottom-color: var(--highlight);
}
.bd-r-highlight {
  border-right-color: var(--highlight);
}
.bd-l-highlight {
  border-left-color: var(--highlight);
}
.bg-border {
  background-color: var(--border);
}
.shape-border .elementor-shape-fill {
  fill: border;
}
.color-border {
  color: var(--border);
}
.outline-border {
  outline-color: border;
}
.bd-border {
  border-color: var(--border);
}
.bd-t-border {
  border-top-color: var(--border);
}
.bd-b-border {
  border-bottom-color: var(--border);
}
.bd-r-border {
  border-right-color: var(--border);
}
.bd-l-border {
  border-left-color: var(--border);
}
.lazyloaded {
  transition: all 0.3s !important;
}
#page .site-content {
  margin-top: 60px;
  margin-bottom: 80px;
  z-index: 1;
  position: relative;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  #page .site-content {
    padding-left: 30px;
    padding-right: 30px;
  }
}
body.elementor-page #page .site-content {
  padding-left: 0;
  padding-right: 0;
}
body.elementor-page #page .site-content,
body.page-template-template-homepage #page .site-content,
body.home:not(.blog) #page .site-content {
  margin-top: 0;
  margin-bottom: 0;
}
body.single-product #page .site-content {
  margin-top: 30px;
}
body.home #page .liquory-breadcrumb,
body.error404 #page .liquory-breadcrumb {
  display: none;
}
.col-fluid {
  padding-left: 15px;
  padding-right: 15px;
}
@media (max-width: 1290px) {
  .col-fluid {
    padding-left: 30px;
    padding-right: 30px;
  }
}
.col-full {
  max-width: 1290px;
  margin-left: auto;
  margin-right: auto;
}
.col-full:before,
.col-full:after {
  content: "";
  display: table;
}
.col-full:after {
  clear: both;
}
.col-full:after {
  content: " ";
  display: block;
  clear: both;
}
[data-elementor-columns] {
  display: flex;
  flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px;
}
[data-elementor-columns] .column-item {
  padding-left: 15px;
  padding-right: 15px;
}
[data-elementor-columns-mobile="1"] .column-item {
  flex: 0 0 100%;
  max-width: 100%;
}
[data-elementor-columns-mobile="2"] .column-item {
  flex: 0 0 50%;
  max-width: 50%;
}
[data-elementor-columns-mobile="3"] .column-item {
  flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%;
}
[data-elementor-columns-mobile="4"] .column-item {
  flex: 0 0 25%;
  max-width: 25%;
}
[data-elementor-columns-mobile="5"] .column-item {
  flex: 0 0 20%;
  max-width: 20%;
}
[data-elementor-columns-mobile="6"] .column-item {
  flex: 0 0 16.6666666667%;
  max-width: 16.6666666667%;
}
@media (min-width: 768px) {
  [data-elementor-columns-tablet="1"] .column-item {
    flex: 0 0 100%;
    max-width: 100%;
  }
  [data-elementor-columns-tablet="2"] .column-item {
    flex: 0 0 50%;
    max-width: 50%;
  }
  [data-elementor-columns-tablet="3"] .column-item {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  [data-elementor-columns-tablet="4"] .column-item {
    flex: 0 0 25%;
    max-width: 25%;
  }
  [data-elementor-columns-tablet="5"] .column-item {
    flex: 0 0 20%;
    max-width: 20%;
  }
  [data-elementor-columns-tablet="6"] .column-item {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
}
@media (min-width: 1024px) {
  [data-elementor-columns="1"] .column-item {
    flex: 0 0 100%;
    max-width: 100%;
  }
  [data-elementor-columns="2"] .column-item {
    flex: 0 0 50%;
    max-width: 50%;
  }
  [data-elementor-columns="3"] .column-item {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  [data-elementor-columns="4"] .column-item {
    flex: 0 0 25%;
    max-width: 25%;
  }
  [data-elementor-columns="5"] .column-item {
    flex: 0 0 20%;
    max-width: 20%;
  }
  [data-elementor-columns="6"] .column-item {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  [data-elementor-columns="7"] .column-item {
    flex: 0 0 14.2857142857%;
    max-width: 14.2857142857%;
  }
  [data-elementor-columns="8"] .column-item {
    flex: 0 0 12.5%;
    max-width: 12.5%;
  }
}
.page-template-template-homepage #primary,
.page-template-template-homepage .site-main {
  margin-bottom: 0;
}
.container {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 1290px;
}
@media (min-width: 768px) and (max-width: 1290px) {
  .container {
    padding-left: 30px;
    padding-right: 30px;
    width: auto;
  }
}
.row {
  display: flex;
  flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px;
}
[class*=" column-"],
[class^="column-"] {
  padding-left: 15px;
  padding-right: 15px;
}
.column-1 {
  flex: 0 0 8.3333333333%;
  max-width: 8.3333333333%;
}
.column-2 {
  flex: 0 0 16.6666666667%;
  max-width: 16.6666666667%;
}
.column-3 {
  flex: 0 0 25%;
  max-width: 25%;
}
.column-4 {
  flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%;
}
.column-5 {
  flex: 0 0 41.6666666667%;
  max-width: 41.6666666667%;
}
.column-6 {
  flex: 0 0 50%;
  max-width: 50%;
}
.column-7 {
  flex: 0 0 58.3333333333%;
  max-width: 58.3333333333%;
}
.column-8 {
  flex: 0 0 66.6666666667%;
  max-width: 66.6666666667%;
}
.column-9 {
  flex: 0 0 75%;
  max-width: 75%;
}
.column-10 {
  flex: 0 0 83.3333333333%;
  max-width: 83.3333333333%;
}
.column-11 {
  flex: 0 0 91.6666666667%;
  max-width: 91.6666666667%;
}
.column-12 {
  flex: 0 0 100%;
  max-width: 100%;
}
@media (min-width: 768px) {
  .column-tablet-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .column-tablet-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .column-tablet-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .column-tablet-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .column-tablet-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .column-tablet-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .column-tablet-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .column-tablet-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .column-tablet-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .column-tablet-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .column-tablet-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .column-tablet-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media (min-width: 1024px) {
  .column-desktop-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .column-desktop-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .column-desktop-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .column-desktop-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .column-desktop-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .column-desktop-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .column-desktop-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .column-desktop-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .column-desktop-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .column-desktop-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .column-desktop-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .column-desktop-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.hide {
  display: none !important;
}
@media (min-width: 768px) {
  .tablet-hide {
    display: none !important;
  }
}
@media (min-width: 1024px) {
  .desktop-hide {
    display: none !important;
  }
}
@media (max-width: 767px) {
  .tablet-hide-down {
    display: none !important;
  }
}
@media (max-width: 1023px) {
  .desktop-hide-down {
    display: none !important;
  }
}
.d-none {
  display: none;
}
.site-header {
  background-position: center center;
  position: relative;
  z-index: 996;
  background-color: #fff;
}
.site-header .site-logo-anchor,
.site-header .site-logo-link,
.site-header .custom-logo-link {
  display: block;
  margin-bottom: 0;
}
.site-header .widget {
  margin-bottom: 0;
}
@media (max-width: 768px) {
  .site-header .container {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.site-branding {
  margin-bottom: 0;
  display: block;
  clear: both;
}
.site-branding .custom-logo-link + .site-branding-text {
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  overflow: hidden;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
}
.site-branding .custom-logo-link + .site-branding-text:focus {
  background-color: #f1f1f1;
  color: #21759b;
  border-radius: 3px;
  -webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-family: var(--e-global-typography-secondary-font-family);
  font-weight: var(--e-global-typography-secondary-font-weight);
  text-transform: var(--e-global-typography-secondary-text-transform);
  font-style: var(--e-global-typography-secondary-font-style);
  text-decoration: var(--e-global-typography-secondary-text-decoration);
  line-height: var(--e-global-typography-secondary-line-height);
  letter-spacing: var(--e-global-typography-secondary-letter-spacing);
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
}
.site-branding img {
  height: auto;
}
.site-branding .site-title {
  font-size: 2em;
  letter-spacing: -1px;
  margin: 0;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.site-branding .site-description {
  font-size: 0.875em;
  display: none;
}
.site-branding .logo {
  margin: 0;
}
.site-header-account {
  position: relative;
}
@media (max-width: 1024px) {
  .site-header-account {
    display: none;
  }
}
.site-header-account > a {
  white-space: nowrap;
  display: block;
}
.site-header-account .login-form-title {
  font-size: 18px;
  font-size: 1.125rem;
  color: #333;
  margin-bottom: 0;
}
.site-header-account .account-dropdown {
  text-align: left;
  right: 0;
  top: 100%;
  position: absolute;
  pointer-events: none;
  opacity: 0;
  z-index: 100;
  visibility: hidden;
  margin-top: 15px;
}
.site-header-account .account-dropdown .result-error {
  margin: 1em 0;
}
#elementor-sidebar .site-header-account .account-dropdown {
  left: 0;
  right: unset;
}
.site-header-account .account-dropdown.right {
  left: 0;
  right: unset;
}
.site-header-account .account-dropdown.right .account-wrap:before {
  left: 20px;
  right: unset;
}
.site-header-account .account-dropdown.justify {
  right: 50%;
  transform: translateX(50%);
}
.site-header-account .account-dropdown.justify .account-wrap:before {
  right: 50%;
  transform: translateX(50%) rotate(45deg);
}
.site-header-account .account-dropdown a.register-link,
.site-header-account .account-dropdown a.lostpass-link {
  color: var(--e-global-color-lighter);
  font-size: 14px;
  font-size: 0.875rem;
}
.site-header-account .account-dropdown a.register-link:hover,
.site-header-account .account-dropdown a.lostpass-link:hover {
  color: var(--e-global-color-secondary);
}
.site-header-account .account-dropdown a.lostpass-link {
  text-decoration: underline dotted;
}
.site-header-account .account-dropdown label {
  margin-bottom: 5px;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.5;
}
.site-header-account .account-dropdown p {
  margin-bottom: 15px;
}
.site-header-account .account-dropdown input,
.site-header-account .account-dropdown button {
  line-height: normal !important;
  border-width: 1px;
  padding: 15px;
  width: 100%;
}
.site-header-account .account-dropdown button {
  text-transform: uppercase;
}
.site-header-account .account-dropdown .account-wrap {
  display: block !important;
  position: relative;
  background-color: #fff;
  box-shadow: 0 4px 30px 0 rgba(0, 0, 0, 0.1);
  border: 0;
}
.site-header-account .account-dropdown .login-form-head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 10px;
}
.site-header-account .account-dropdown .login-form-bottom {
  text-align: right;
}
.site-header-account .account-dropdown .liquory-login-form-ajax {
  margin-bottom: 5px;
}
.site-header-account .account-dropdown .account-inner {
  width: 320px;
  padding: 20px;
  max-height: 500px;
  overflow: auto;
}
.site-header-account .account-dropdown .account-inner.dashboard {
  width: 210px;
  padding: 20px 0;
}
.site-header-account .account-dropdown .account-inner::-webkit-scrollbar {
  width: 3px;
}
.site-header-account .account-dropdown .account-inner::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  background-color: #f5f5f5;
}
.site-header-account .account-dropdown .account-inner::-webkit-scrollbar-thumb {
  background-color: #000;
}
.site-header-account .account-links-menu,
.site-header-account .account-dashboard {
  list-style: none;
  margin: 0;
}
.site-header-account .account-links-menu li a,
.site-header-account .account-dashboard li a {
  width: 100%;
  text-align: left;
  color: #fff;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.5;
  display: block;
  padding: 7px 30px;
}
.site-header-account .account-links-menu li a:hover,
.site-header-account .account-dashboard li a:hover {
  color: var(--e-global-color-primary);
  background-color: rgba(0, 0, 0, 0.035);
}
@media (max-width: 1024px) {
  .site-header-search {
    display: none;
  }
}
.site-header-search > a {
  white-space: nowrap;
  display: block;
}
.site-header-search > a i {
  font-size: 18px;
  font-size: 1.125rem;
  color: var(--e-global-color-secondary);
  font-weight: var(--e-global-typography-primary-font-weight);
}
.site-header-search > a:hover i {
  color: var(--e-global-color-primary);
}
@media (max-width: 1024px) {
  .site-header-wishlist {
    display: none;
  }
}
.site-header-wishlist .header-wishlist {
  position: relative;
  display: block;
}
@media (min-width: 1024px) {
  .site-header-cart.header-cart-mobile {
    display: none;
  }
}
.site-header-cart.header-cart-mobile .cart-contents:before {
  font-size: 20px;
  font-size: 1.25rem;
  color: var(--e-global-color-secondary);
}
.site-header-cart.header-cart-mobile .count {
  display: inline-block;
  vertical-align: text-top;
  margin-left: 2px;
  line-height: 1;
  font-size: 10px;
  font-size: 0.625rem;
  font-weight: var(--e-global-typography-primary-font-weight);
  text-align: center;
  top: 10px;
  right: -10px;
  letter-spacing: 0;
  color: var(--e-global-color-secondary);
}
.site-header-cart.header-cart-mobile .amount {
  display: none;
}
.site-header-cart.header-cart-mobile + .menu-mobile-nav-button {
  order: -1;
}
.header-main {
  display: flex;
  align-items: center;
  padding-top: 1em;
  padding-bottom: 1em;
}
@media (min-width: 1024px) {
  .header-main {
    padding: 0 30px;
    max-width: 100%;
    min-height: 80px;
    justify-content: space-between;
  }
  .header-main .header-center {
    margin-left: 20px;
    margin-right: 20px;
  }
}
@media (max-width: 1023px) {
  .header-group-mobile {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
}
.header-group-action .site-header-account .account-dropdown.active {
  pointer-events: auto;
  opacity: 1;
  visibility: visible;
  z-index: 999;
}
.header-group-action .site-header-account a i {
  font-size: 18px;
  font-size: 1.125rem;
  color: var(--e-global-color-secondary);
}
.header-group-action .site-header-account a:hover i {
  color: var(--e-global-color-primary);
}
.header-group-action .site-header-wishlist a i {
  font-size: 20px;
  font-size: 1.25rem;
  color: var(--e-global-color-secondary);
}
.header-group-action .site-header-wishlist a:hover i {
  color: var(--e-global-color-primary);
}
.header-group-action .site-header-wishlist .count {
  display: inline-block;
  vertical-align: text-top;
  margin-left: 2px;
  line-height: 1.5;
  font-size: 12px;
  font-size: 0.75rem;
  font-weight: var(--e-global-typography-text-font-weight);
  text-align: center;
  position: absolute;
  bottom: -7px;
  right: -5px;
  letter-spacing: 0;
  color: #fff;
  width: 14px;
  height: 15px;
  background-color: var(--e-global-color-primary);
  border-radius: 50%;
}
.header-group-action .site-header-cart .cart-contents:before {
  font-size: 20px;
  font-size: 1.25rem;
  color: var(--e-global-color-secondary);
  margin-top: 3px;
}
.header-group-action .site-header-cart .cart-contents:hover:before {
  color: var(--e-global-color-primary);
}
.header-group-action .site-header-cart .count {
  display: inline-block;
  vertical-align: text-top;
  margin-left: 2px;
  line-height: 1.5;
  font-size: 12px;
  font-size: 0.75rem;
  font-weight: var(--e-global-typography-text-font-weight);
  text-align: center;
  position: absolute;
  bottom: -7px;
  right: -6px;
  letter-spacing: 0;
  color: #fff;
  width: 14px;
  height: 15px;
  background-color: var(--e-global-color-primary);
  border-radius: 50%;
}
.header-group-action .site-header-cart .woocommerce-Price-amount {
  display: none;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: var(--e-global-typography-primary-font-weight);
  margin-left: 10px;
  margin-top: 5px;
}
@media (max-width: 1024px) {
  .bg-header-1 {
    background-color: var(--e-global-color-primary);
  }
}
.header-1 {
  border-bottom: 1px solid;
  border-color: var(--e-global-color-border);
}
@media (max-width: 1023px) {
  .header-1 .header-left {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
  }
}
.header-1 .header-right {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.header-1 .header-right .header-group-action {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.header-1 .header-right .header-group-action.left {
  justify-content: flex-start;
}
.header-1 .header-right .header-group-action.center {
  justify-content: center;
}
.header-1 .header-right .header-group-action > div {
  position: relative;
  text-align: center;
}
.header-1 .header-right .header-group-action > div > a {
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.header-1 .header-right .header-group-action > div:not(:last-child) {
  margin-right: 20px;
}
.header-1 .header-right .header-group-action .site-search {
  width: 100%;
}
.header-1
  .header-right
  .header-group-action
  .site-search
  .widget_product_search {
  margin-bottom: 0;
}
@media (min-width: 1024px) {
  .header-1 .site-branding {
    text-align: left;
    margin-right: 35px;
  }
}
.header-1 .site-branding img {
  width: 126px;
}
@media (max-width: 1120px) {
  .header-1 .order-wrap {
    display: none;
  }
}
@media (min-width: 1024px) {
  body.liquory-header-side {
    width: calc(100vw - 350px);
    max-width: calc(100vw - 350px);
    margin-left: auto;
  }
  body.liquory-header-side .header-sticky {
    display: none;
  }
  .header-side {
    position: fixed;
    width: 350px;
    height: 100vh;
    left: 0;
    top: 0;
    background-color: #fff;
    display: flex;
  }
  .header-side .header-container {
    display: flex;
    flex-direction: column;
    padding: 50px 30px;
  }
  .admin-bar .header-side .header-container {
    padding: 80px 30px 50px;
  }
  .header-side .header-container > * {
    display: flex;
    flex-direction: column;
  }
  .header-side .header-top {
    justify-content: center;
    margin-bottom: auto;
    margin-top: auto;
    padding-top: 0;
    padding-bottom: 0;
  }
  .header-side .header-bottom {
    margin-top: auto;
    margin-bottom: auto;
  }
  .header-side .site-branding {
    margin-bottom: 50px;
  }
  .header-side .site-branding img {
    margin: auto;
  }
  .header-side .main-navigation ul li {
    float: unset;
    display: block;
    text-align: center;
  }
  .header-side .main-navigation ul.menu > li > a,
  .header-side .main-navigation ul.nav-menu > li > a {
    padding: 5px;
  }
}
.search-popup-active {
  overflow: hidden;
}
.site-search-popup-overlay {
  position: fixed;
  width: 100vw;
  height: 100vh;
  top: 0;
  bottom: 0;
  left: 0;
  z-index: 997;
  opacity: 0;
  pointer-events: none;
  background-color: rgba(0, 0, 0, 0.7);
  visibility: hidden;
  transition: opacity 0.3s cubic-bezier(0, 0.35, 0.25, 1),
    visibility 0.3s cubic-bezier(0, 0.35, 0.25, 1);
}
.site-search-popup.active + .site-search-popup-overlay {
  opacity: 0.5;
  visibility: visible;
  pointer-events: auto;
}
.site-search-popup.active .site-search-popup-wrap .site-search {
  opacity: 1;
  visibility: visible;
  transition: opacity 0.3s ease-in-out 0.3s, visibility 0.3s ease-in-out 0.3s;
}
.site-search-popup {
  position: fixed;
  width: 100vw;
  top: 0;
  left: 0;
  z-index: 99999;
  background-color: #fff;
  transition: all ease-in-out 0.3s;
  visibility: hidden;
  pointer-events: none;
  transform: translateY(-100%);
}
.site-search-popup.active {
  visibility: visible;
  pointer-events: auto;
  transform: translateY(0);
}
.site-search-popup .site-search-popup-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin-left: auto;
  margin-right: auto;
  padding: 40px 15px;
  width: 100%;
  max-width: 840px;
}
.site-search-popup .site-search-popup-wrap .site-search-popup-close {
  position: absolute;
  right: 15px;
  top: 5px;
  font-size: 18px;
  font-size: 1.125rem;
}
@media (max-width: 767px) {
  .site-search-popup .site-search-popup-wrap .site-search-popup-close {
    top: 5px;
    right: 15px;
  }
}
.site-search-popup .site-search-popup-wrap .site-search-popup-close i {
  color: #000;
}
.site-search-popup .site-search-popup-wrap .site-search-popup-close:hover i {
  color: var(--e-global-color-primary);
}
.site-search-popup .site-search-popup-wrap .site-search {
  display: block;
  max-width: 810px;
  width: 100%;
  position: relative;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.2s ease-in-out, visibility 0.2s ease-in-out;
}
.site-search-popup .site-search-popup-wrap .site-search .widget {
  margin-bottom: 0;
  border: none;
  padding: 0;
}
.site-search-popup .site-search-popup-wrap .site-search .ajax-search-result {
  max-height: 50vh;
}
.liquory-mobile-nav {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  position: fixed;
  width: 330px;
  top: 0;
  bottom: 0;
  left: 0;
  z-index: 9999;
  overflow: hidden;
  overflow-y: auto;
  background-color: #fff;
  transition: transform 0.25s ease;
  -webkit-transform: translate3d(-330px, 0, 0);
  transform: translate3d(-330px, 0, 0);
}
.mobile-nav-active .liquory-mobile-nav {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.admin-bar .liquory-mobile-nav {
  top: 46px;
}
@media (min-width: 783px) {
  .admin-bar .liquory-mobile-nav {
    top: 32px;
  }
}
@media (min-width: 601px) and (max-width: 782px) {
  .admin-bar .liquory-mobile-nav {
    top: 46px;
  }
}
.liquory-mobile-nav .search-form {
  margin-top: 1em;
}
.liquory-mobile-nav .liquory-social {
  border-top: 1px solid #0e0e0e;
  padding: 0.5em;
  margin-top: 1rem;
}
body .liquory-mobile-nav .liquory-social ul li a:before {
  color: #fff;
}
.liquory-mobile-nav .liquory-language-switcher-mobile {
  line-height: 0;
  padding: 0 30px;
}
.liquory-mobile-nav .liquory-language-switcher-mobile .menu {
  list-style: none;
  margin: 0;
  padding: 10px 0;
  border-top: 1px solid;
  border-top-color: var(--e-global-color-border);
}
.liquory-mobile-nav .liquory-language-switcher-mobile .item {
  display: inline-block;
  margin-bottom: 5px;
  margin-top: 5px;
}
.liquory-mobile-nav
  .liquory-language-switcher-mobile
  .item
  .language-switcher-head {
  padding-right: 5px;
}
.liquory-mobile-nav .liquory-language-switcher-mobile .item a {
  display: block;
  padding: 0 5px;
}
.liquory-mobile-nav .liquory-language-switcher-mobile .item:last-child {
  margin-right: 0;
}
.liquory-mobile-nav .liquory-language-switcher-mobile .item img {
  width: 24px;
  height: 16px;
  object-fit: cover;
}
.liquory-mobile-nav .mobile-nav-tabs {
  clear: both;
  padding: 0 30px;
  background-color: #f7f7f7;
}
.liquory-mobile-nav .mobile-nav-tabs ul {
  display: flex;
  align-items: center;
  flex-direction: row;
  list-style: none;
  margin: 0;
}
.liquory-mobile-nav .mobile-nav-tabs ul li {
  display: flex;
  align-items: center;
  position: relative;
  text-align: left;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: var(--e-global-typography-primary-font-weight);
  line-height: 20px;
  padding-top: 20px;
  padding-bottom: 20px;
  cursor: pointer;
  color: var(--e-global-color-secondary);
  text-transform: uppercase;
}
.liquory-mobile-nav .mobile-nav-tabs ul li i {
  color: #000;
  font-size: 15px;
  font-size: 0.9375rem;
  margin-right: 10px;
}
.liquory-mobile-nav .mobile-nav-tabs ul li:before {
  content: "";
  display: inline-block;
  position: absolute;
  height: 2px;
  width: 100%;
  bottom: 0;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: scale(0.6);
  -ms-transform: scale(0.6);
  transform: scale(0.6);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  background-color: var(--e-global-color-primary);
}
.liquory-mobile-nav .mobile-nav-tabs ul li.active:before {
  opacity: 1;
  visibility: visible;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
.liquory-mobile-nav .mobile-nav-tabs ul .mobile-pages-title {
  margin-right: 15px;
}
.liquory-mobile-nav .mobile-nav-tabs ul .mobile-categories-title {
  margin-left: 15px;
}
.liquory-mobile-nav .mobile-menu-tab {
  display: none;
  padding: 0 30px;
}
.liquory-mobile-nav .mobile-menu-tab.active {
  display: block;
}
.mobile-nav-close {
  float: right;
  clear: both;
  position: absolute;
  line-height: 1;
  top: 22px;
  right: 24px;
  padding: 0;
  width: 20px;
  height: 20px;
  text-align: center;
  z-index: 99;
  color: var(--e-global-color-secondary);
}
.mobile-nav-close:hover,
.mobile-nav-close:focus {
  color: var(--e-global-color-secondary);
}
.liquory-overlay {
  position: fixed;
  width: 100vw;
  height: 100vh;
  top: 0;
  bottom: 0;
  left: 0;
  z-index: 997;
  opacity: 0;
  background-color: rgba(0, 0, 0, 0.7);
  visibility: hidden;
  transition: opacity 0.25s ease, visibility 0s ease;
}
.mobile-nav-active .liquory-overlay {
  visibility: visible;
  opacity: 1;
}
.menu-mobile-nav-button {
  display: block;
  font-size: 15px;
  font-size: 0.9375rem;
  color: var(--e-global-color-secondary);
}
@media (min-width: 1024px) {
  .menu-mobile-nav-button {
    display: none;
  }
}
.menu-mobile-nav-button .liquory-icon {
  display: flex;
  flex-direction: column;
  margin-right: 15px;
}
.menu-mobile-nav-button .liquory-icon > span {
  display: inline-block;
  height: 2px;
  width: 18px;
  margin-bottom: 4px;
  border-radius: 5px;
  transition: all 0.3s ease;
  background-color: var(--e-global-color-secondary);
}
.menu-mobile-nav-button .liquory-icon > span:last-child {
  margin-bottom: 0;
}
.menu-mobile-nav-button .liquory-icon .icon-2 {
  width: 12px;
}
.menu-mobile-nav-button .liquory-icon .icon-3 {
  width: 18px;
}
.menu-mobile-nav-button:hover .liquory-icon > span {
  background-color: var(--e-global-color-primary);
}
.menu-mobile-nav-button:hover .liquory-icon .icon-2 {
  width: 18px;
}
html {
  overflow-x: hidden;
}
#page {
  transition: all 0.25s ease;
}
.mobile-nav-active {
  overflow: hidden;
}
button.menu-toggle {
  cursor: pointer;
  text-align: left;
  float: right;
  position: relative;
  border: 2px solid transparent;
  box-shadow: none;
  border-radius: 0;
  background-image: none;
  padding: 0.6180339845em 0.875em;
  font-size: 0.875em;
  max-width: 120px;
}
.menu-badge {
  font-size: 9px;
  font-weight: var(--e-global-typography-primary-font-weight);
  text-transform: uppercase;
  line-height: 1.2222222222;
  padding: 1px 7px;
  border-radius: 10px;
  margin-left: 5px;
}
.primary-navigation .menu > .menu-item > a .menu-badge {
  position: absolute;
  top: -7px;
  left: 1.1em;
}
.toggled button.menu-toggle:before,
.toggled button.menu-toggle:after {
  transform: rotate(45deg);
}
.toggled button.menu-toggle:after {
  transform: rotate(-45deg);
}
.toggled button.menu-toggle span:before {
  opacity: 0;
}
.primary-navigation {
  display: none;
}
ul.menu li.current-menu-item > a,
ul.menu li.current-menu-ancestor > a,
ul.menu li.current-menu-parent > a {
  color: var(--e-global-color-primary);
}
.main-navigation {
  position: relative;
}
.main-navigation:before,
.main-navigation:after {
  content: "";
  display: table;
}
.main-navigation:after {
  clear: both;
}
.main-navigation div.menu {
  display: none;
}
.main-navigation div.menu:last-child {
  display: block;
}
.main-navigation .menu {
  clear: both;
}
.main-navigation ul.menu {
  margin-left: 0;
  list-style: none;
  margin-bottom: 0;
}
.main-navigation ul.menu ul {
  display: block;
  margin-left: 1.41577975em;
}
.main-navigation ul.menu > li.menu-item > a {
  display: block;
  position: relative;
  padding: 2.2em 0;
  margin: 0 1.5em;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.2857142857;
  font-weight: var(--e-global-typography-secondary-font-weight);
  text-transform: uppercase;
}
.main-navigation ul.menu > li.menu-item > a:before {
  content: "";
  position: absolute;
  width: 0;
  height: 3px;
  left: auto;
  right: 0;
  bottom: 0;
  background-color: var(--e-global-color-primary) !important;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.main-navigation ul.menu > li.menu-item.current-menu-parent > a:before,
.main-navigation ul.menu > li.menu-item.current-menu-item > a:before,
.main-navigation ul.menu > li.menu-item.current-menu-ancestor > a:before {
  width: 100%;
  left: 0;
  right: auto;
}
.main-navigation ul.menu > li.menu-item:hover > a:before {
  width: 100%;
  left: 0;
  right: auto;
}
.main-navigation ul > li.menu-item > a,
.main-navigation ul.nav-menu > li.menu-item > a {
  color: var(--e-global-color-secondary);
}
.main-navigation ul > li.menu-item > a:hover,
.main-navigation ul.nav-menu > li.menu-item > a:hover {
  color: var(--e-global-color-secondary);
}
.main-navigation .menu-item-home .sub-menu {
  border: none;
}
.main-navigation .sub-menu {
  min-width: 250px;
  background-color: #fff;
  padding: 30px 0 25px;
  border-radius: 0;
  border: 0;
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
}
.main-navigation ul.hfe-nav-menu li a.hfe-menu-item {
  display: inline-block;
  position: relative;
  color: #0a246a;
}
.main-navigation ul.hfe-nav-menu li a.hfe-menu-item:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 1px;
  bottom: 12px;
  left: 0;
  background-color: var(--e-global-color-secondary);
}
.mobile-navigation,
.mobile-navigation-categories {
  clear: both;
}
.mobile-navigation ul,
.mobile-navigation-categories ul {
  margin: 0;
  list-style: none;
}
.mobile-navigation ul > li.menu-item,
.mobile-navigation-categories ul > li.menu-item {
  position: relative;
}
.mobile-navigation ul > li.menu-item > a,
.mobile-navigation-categories ul > li.menu-item > a {
  display: block;
  padding: 15px 0;
  font-size: 14px;
  font-size: 0.875rem;
  border-bottom: 1px solid;
  border-bottom-color: var(--e-global-color-border);
  color: var(--e-global-color-secondary);
  font-weight: var(--e-global-typography-secondary-font-weight);
}
.mobile-navigation ul > li.menu-item > a i,
.mobile-navigation-categories ul > li.menu-item > a i {
  font-size: 16px;
  font-size: 1rem;
  margin-right: 15px;
}
.mobile-navigation ul > li.menu-item > a > span,
.mobile-navigation-categories ul > li.menu-item > a > span {
  display: inline-block;
  position: relative;
}
.mobile-navigation ul > li.menu-item > a > span:before,
.mobile-navigation-categories ul > li.menu-item > a > span:before {
  content: none;
  display: inline-block;
  position: absolute;
  height: 1px;
  width: 0;
  left: 0;
  bottom: -1px;
  background-color: var(--e-global-color-primary);
}
.mobile-navigation ul > li.menu-item > a span.text-link,
.mobile-navigation-categories ul > li.menu-item > a span.text-link {
  display: block;
  font-weight: var(--e-global-typography-primary-font-weight);
  color: var(--e-global-color-secondary);
}
.mobile-navigation ul > li.menu-item > a span.text-link i,
.mobile-navigation-categories ul > li.menu-item > a span.text-link i {
  font-size: 12px;
  font-size: 0.75rem;
  margin-left: 10px;
  margin-right: 0;
  margin-bottom: 3px;
}
.mobile-navigation ul > li.menu-item span.more-link,
.mobile-navigation-categories ul > li.menu-item span.more-link {
  display: inline-flex;
  align-items: center;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: var(--e-global-typography-primary-font-weight);
  line-height: 1;
  text-transform: capitalize;
  color: var(--e-global-color-secondary);
}
.mobile-navigation ul > li.menu-item span.more-link i,
.mobile-navigation-categories ul > li.menu-item span.more-link i {
  font-size: 10px;
  font-size: 0.625rem;
  color: var(--e-global-color-primary);
}
.mobile-navigation ul > li.menu-item span.more-link i.left,
.mobile-navigation-categories ul > li.menu-item span.more-link i.left {
  margin-right: 7px;
  width: 12px;
  transition: all 0.3s ease;
}
.mobile-navigation ul > li.menu-item span.more-link i.right,
.mobile-navigation-categories ul > li.menu-item span.more-link i.right {
  margin-left: 0;
  order: 15;
  width: 0;
  opacity: 0;
  transition: all 0.3s ease;
}
.mobile-navigation ul > li.menu-item.current-menu-parent > a > span:before,
.mobile-navigation ul > li.menu-item.current-menu-item > a > span:before,
.mobile-navigation ul > li.menu-item.current-menu-ancestor > a > span:before,
.mobile-navigation-categories
  ul
  > li.menu-item.current-menu-parent
  > a
  > span:before,
.mobile-navigation-categories
  ul
  > li.menu-item.current-menu-item
  > a
  > span:before,
.mobile-navigation-categories
  ul
  > li.menu-item.current-menu-ancestor
  > a
  > span:before {
  width: 100%;
}
.mobile-navigation ul > li.menu-item button:after,
.mobile-navigation-categories ul > li.menu-item button:after {
  transition: all, ease, 0.9s;
}
.mobile-navigation ul > li.menu-item:last-child > a,
.mobile-navigation-categories ul > li.menu-item:last-child > a {
  border-bottom: none;
}
.mobile-navigation ul ul.sub-menu,
.mobile-navigation-categories ul ul.sub-menu {
  display: none;
}
.mobile-navigation ul ul.sub-menu > li.menu-item > a,
.mobile-navigation-categories ul ul.sub-menu > li.menu-item > a {
  text-transform: unset;
  font-weight: var(--e-global-typography-text-font-weight);
  padding: 4px 0 4px 13px;
  border-bottom: none;
  line-height: 24px;
}
.mobile-navigation ul ul.sub-menu > li.menu-item > a:hover,
.mobile-navigation-categories ul ul.sub-menu > li.menu-item > a:hover {
  color: var(--e-global-color-primary);
}
.mobile-navigation ul ul.sub-menu > li.menu-item.current-menu-item a,
.mobile-navigation-categories
  ul
  ul.sub-menu
  > li.menu-item.current-menu-item
  a {
  color: var(--e-global-color-primary);
}
.mobile-navigation ul ul.sub-menu > li.menu-item:first-child > a,
.mobile-navigation-categories ul ul.sub-menu > li.menu-item:first-child > a {
  padding-top: 8px;
}
.mobile-navigation ul ul.sub-menu > li.menu-item ul.sub-menu,
.mobile-navigation-categories ul ul.sub-menu > li.menu-item ul.sub-menu {
  margin-left: 15px;
}
.mobile-navigation ul ul.sub-menu .dropdown-toggle,
.mobile-navigation-categories ul ul.sub-menu .dropdown-toggle {
  padding: 7px 0;
}
.mobile-navigation .dropdown-toggle,
.mobile-navigation-categories .dropdown-toggle {
  background: 0 0;
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  padding: 17px 0;
  line-height: 1;
  width: 30px;
  text-align: right;
  border: none;
  color: var(--e-global-color-secondary);
}
.mobile-navigation .dropdown-toggle:focus,
.mobile-navigation-categories .dropdown-toggle:focus {
  outline: none;
}
.mobile-navigation .dropdown-toggle:hover,
.mobile-navigation .dropdown-toggle:active,
.mobile-navigation .dropdown-toggle:focus,
.mobile-navigation-categories .dropdown-toggle:hover,
.mobile-navigation-categories .dropdown-toggle:active,
.mobile-navigation-categories .dropdown-toggle:focus {
  border: none;
  background-color: transparent;
  color: var(--e-global-color-secondary);
}
.main-navigation.toggled .menu > ul:not(.nav-menu),
.main-navigation.toggled ul[aria-expanded="true"] {
  max-height: 9999px;
}
.vertical-navigation {
  position: relative;
  height: 100%;
  max-width: 272px;
  width: 100%;
  transition: all 0.3s ease;
  background-color: var(--e-global-color-primary);
}
.vertical-navigation .vertical-navigation-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 11px 20px;
  overflow: hidden;
  cursor: pointer;
}
.vertical-navigation .vertical-navigation-header .liquory-icon {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  margin-left: 10px;
  color: #fff;
}
.vertical-navigation .vertical-navigation-header .vertical-navigation-title {
  position: relative;
  display: flex;
  align-items: center;
}
.vertical-navigation
  .vertical-navigation-header
  .vertical-navigation-title
  .title {
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.8571428571;
  font-weight: 400;
  text-transform: uppercase;
  color: #fff;
}
.vertical-navigation
  .vertical-navigation-header
  .vertical-navigation-title
  .title-icon {
  display: flex;
  flex-direction: column;
  margin-right: 13px;
}
.vertical-navigation
  .vertical-navigation-header
  .vertical-navigation-title
  .title-icon
  > span {
  display: inline-block;
  height: 2px;
  width: 18px;
  margin-bottom: 5px;
  transition: all 0.3s ease;
  background-color: #fff;
}
.vertical-navigation
  .vertical-navigation-header
  .vertical-navigation-title
  .title-icon
  > span:last-child {
  margin-bottom: 0;
}
.vertical-navigation
  .vertical-navigation-header
  .vertical-navigation-title
  .title-icon
  .icon-2 {
  width: 12px;
}
.vertical-navigation:hover
  .vertical-navigation-header
  .vertical-navigation-title
  .title-icon
  .icon-2 {
  width: 18px;
}
.vertical-navigation .vertical-menu {
  position: absolute;
  top: calc(100% + 1px);
  left: 0;
  width: 300px;
  opacity: 0;
  visibility: hidden;
  transform: translateY(10px);
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.vertical-navigation .vertical-menu .menu {
  position: relative;
  list-style: none;
  min-height: 578px;
  padding: 20px 0;
  box-shadow: 0 4px 30px 0 rgba(0, 0, 0, 0.1);
  background-color: #f8f5ef;
  background-image: url(//demo2.themelexus.com/liquory/wp-content/themes/liquory/./assets/images/new/bg_vertical-1.png);
  background-repeat: no-repeat;
  background-position: right bottom;
}
.vertical-navigation .vertical-menu .menu > li {
  padding: 0 40px;
}
.vertical-navigation .vertical-menu .menu > li:last-child a {
  position: relative;
  border-bottom: none;
}
.vertical-navigation .vertical-menu .menu > li:last-child a:before {
  position: absolute;
  content: "";
  top: 50%;
  right: 0;
  width: 40px;
  height: 20px;
  border-radius: 2px;
  transform: translateY(-50%);
  background-image: url(//demo2.themelexus.com/liquory/wp-content/themes/liquory/./assets/images/new/Sale.png);
  background-repeat: no-repeat;
  background-position: right center;
}
.vertical-navigation .vertical-menu .menu > li:nth-last-child(4) a {
  position: relative;
}
.vertical-navigation .vertical-menu .menu > li:nth-last-child(4) a:before {
  position: absolute;
  content: "";
  top: 50%;
  right: 0;
  width: 40px;
  height: 20px;
  border-radius: 2px;
  transform: translateY(-50%);
  background-image: url(//demo2.themelexus.com/liquory/wp-content/themes/liquory/./assets/images/new/New.png);
  background-repeat: no-repeat;
  background-position: right center;
}
.vertical-navigation .vertical-menu .menu > li > a {
  position: relative;
  display: flex;
  align-items: center;
  font-size: 14px;
  font-size: 0.875rem;
  padding: 0.53rem 0;
  color: var(--e-global-color-lighter);
  font-weight: var(--e-global-typography-text-font-weight);
  line-height: 1.4;
  border-bottom: 1px solid var(--e-global-color-border);
}
.vertical-navigation .vertical-menu .menu > li > a .text-link {
  display: block;
  padding-top: 5px;
  padding-left: 30px;
  font-weight: var(--e-global-typography-primary-font-weight);
  line-height: 1.2857142857;
  color: var(--e-global-color-secondary);
}
.vertical-navigation .vertical-menu .menu > li > a .text-link i {
  font-size: 12px;
  font-size: 0.75rem;
  margin-left: 10px;
  margin-bottom: 3px;
}
.vertical-navigation:hover .vertical-menu {
  opacity: 1;
  visibility: visible;
  z-index: 99;
  transform: translateY(0);
}
.vertical-navigation ul.menu {
  list-style: none;
  margin: 0;
  background-color: #fff;
}
.vertical-navigation ul.menu .sub-menu {
  position: absolute;
  left: -9999em;
  z-index: -1;
  top: -1px;
  visibility: hidden;
  opacity: 0;
  list-style: none;
  margin: 0;
  background: #fff;
  width: 260px;
  border: 1px solid var(--e-global-color-border);
  border-radius: 0;
  box-shadow: none;
  padding: 10px 0;
}
.vertical-navigation ul.menu .sub-menu > li {
  padding: 0 30px;
}
.vertical-navigation ul.menu .sub-menu > li:last-child > a {
  border-bottom: none;
}
.vertical-navigation ul.menu .sub-menu > li > a {
  display: block;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.4;
  padding: 10px 0;
  color: var(--e-global-color-text);
  border-bottom: 1px solid var(--e-global-color-border);
}
.vertical-navigation ul.menu .sub-menu > li:hover > a {
  color: var(--e-global-color-secondary);
}
.vertical-navigation ul.menu .sub-menu > li.current-menu-item > a {
  color: var(--e-global-color-secondary);
}
.vertical-navigation ul.menu .sub-menu.mega-menu > li {
  padding: 0;
}
.vertical-navigation ul.menu > li {
  position: relative;
}
.vertical-navigation ul.menu > li > a {
  position: relative;
  color: var(--e-global-color-text);
  font-size: 16px;
  font-size: 1rem;
  padding: 0.5em 20px;
  display: block;
}
.vertical-navigation ul.menu > li > a .menu-icon {
  font-size: 26px;
  font-size: 1.625rem;
  margin-right: 20px;
  color: var(--e-global-color-lighter);
}
.vertical-navigation ul.menu > li span.more-link {
  display: inline-flex;
  align-items: center;
  font-size: 16px;
  font-size: 1rem;
  font-weight: var(--e-global-typography-primary-font-weight);
  line-height: 1;
  text-transform: capitalize;
  color: var(--e-global-color-secondary);
}
.vertical-navigation ul.menu > li span.more-link i {
  font-size: 10px;
  font-size: 0.625rem;
  color: var(--e-global-color-primary);
}
.vertical-navigation ul.menu > li span.more-link i.left {
  margin-right: 7px;
  width: 12px;
  transition: all 0.3s ease;
}
.vertical-navigation ul.menu > li span.more-link i.right {
  margin-left: 0;
  order: 15;
  width: 0;
  opacity: 0;
  transition: all 0.3s ease;
}
.vertical-navigation ul.menu > li:hover > .sub-menu {
  opacity: 1;
  visibility: visible;
  left: 100%;
  z-index: 99;
}
.vertical-navigation ul.menu > li:hover > a {
  color: var(--e-global-color-secondary);
  border-color: var(--e-global-color-secondary);
}
.vertical-navigation ul.menu > li:hover > a .menu-icon {
  color: var(--e-global-color-secondary);
}
.vertical-navigation ul.menu > li:hover > a:after {
  color: var(--e-global-color-primary);
}
.vertical-navigation ul.menu > li:hover span.more-link i.left {
  width: 0;
  opacity: 0;
  margin-right: 0;
}
.vertical-navigation ul.menu > li:hover span.more-link i.right {
  width: 12px;
  opacity: 1;
  margin-left: 7px;
}
.vertical-navigation ul.menu > li.current-menu-item > a {
  color: var(--e-global-color-secondary);
  border-color: var(--e-global-color-secondary);
}
.vertical-navigation ul.menu > li.current-menu-item > a .menu-icon {
  color: var(--e-global-color-secondary);
}
.vertical-navigation ul.menu > li.current-menu-item > a:after {
  color: var(--e-global-color-primary);
}
.vertical-style-2 .vertical-navigation .vertical-navigation-header .title-icon {
  margin-right: 0;
}
.vertical-style-2
  .vertical-navigation
  .vertical-navigation-header
  .title-icon
  .icon-2 {
  width: 18px;
}
.vertical-style-2 .vertical-navigation .vertical-navigation-header .title {
  display: none;
}
.vertical-style-2
  .vertical-navigation
  .vertical-navigation-header
  .liquory-icon {
  display: none;
}
.has-mega-menu.has-fullwidth {
  position: static !important;
}
.has-mega-menu.has-fullwidth .mega-fullwidth {
  width: 100%;
}
.has-mega-menu.sub-menu-left {
  position: static !important;
}
.vertical-navigation .has-mega-menu {
  position: static !important;
}
.vertical-navigation .has-mega-menu .mega-menu {
  padding: 0 !important;
}
.main-navigation .has-mega-menu .mega-menu .elementor-icon-list-item {
  min-width: unset;
}
.mega-menu.sub-menu {
  padding: 0;
  background: #fff;
}
.mega-menu.sub-menu .elementor-section.elementor-section-stretched {
  left: 0 !important;
  max-width: 100% !important;
}
.mega-menu.mega-stretchwidth {
  width: 100vw;
}
.single-liquory_menu_item .elementor-icon-list-items li,
.mega-menu .elementor-icon-list-items li {
  font-weight: var(--e-global-typography-text-font-weight);
}
.single-liquory_menu_item .elementor-icon-list-items li a,
.mega-menu .elementor-icon-list-items li a {
  color: var(--e-global-color-text);
}
.single-liquory_menu_item .elementor-icon-list-items li a:hover,
.mega-menu .elementor-icon-list-items li a:hover {
  color: var(--e-global-color-primary);
}
.header-side .main-navigation ul.menu {
  margin-left: -30px;
  margin-right: -30px;
}
.header-side .main-navigation ul ul.sub-menu {
  top: 50% !important;
  transform: translateY(-50%) !important;
  left: 100% !important;
  max-height: 100vh;
  overflow-y: auto;
}
.header-side
  .main-navigation
  ul
  ul.sub-menu
  .elementor-section.elementor-section-stretched {
  left: 0 !important;
  max-width: 100% !important;
}
.header-side .has-mega-menu.sub-menu-left {
  position: relative !important;
}
.site-content {
  outline: none;
}
.hentry strong,
.hentry th,
.hentry dt {
  color: var(--e-global-color-secondary);
}
.entry-title {
  font-size: 30px;
  font-size: 1.875rem;
  line-height: 1.1333333333;
  font-weight: var(--e-global-typography-primary-font-weight);
  margin-bottom: 10px;
}
.entry-title a:hover {
  color: var(--e-global-color-secondary);
  text-decoration: underline;
}
.entry-header h1.entry-title {
  font-size: 44px;
  margin-bottom: 24px;
  line-height: 1.0909090909;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.page-header h1.page-title {
  font-size: 42px;
  font-size: 2.625rem;
  margin-bottom: 35px;
  line-height: 1.2857142857;
  font-weight: var(--e-global-typography-primary-font-weight);
  letter-spacing: -2px;
}
.post-thumbnail {
  margin-bottom: 17px;
  position: relative;
}
.post-thumbnail .categories-link {
  position: absolute;
  left: 15px;
  top: 15px;
  z-index: 2;
}
.post-thumbnail .posted-on-square {
  position: absolute;
  left: 10px;
  top: 10px;
  z-index: 3;
}
.posted-on-square a {
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  background-color: #fff;
  border-radius: 5px;
  font-weight: var(--e-global-typography-primary-font-weight);
  text-align: center;
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 14px;
  color: var(--e-global-color-secondary);
  text-transform: uppercase;
}
.posted-on-square a b {
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: var(--e-global-typography-primary-font-weight);
  display: block;
  line-height: 1;
}
.entry-meta {
  font-size: 14px;
  font-size: 0.875rem;
  margin-bottom: 17px;
  text-transform: capitalize;
  font-weight: var(--e-global-typography-text-font-weight);
  line-height: 1.3333333333;
  color: var(--e-global-color-lighter);
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.entry-meta > div {
  margin-bottom: 3px;
}
.entry-meta a {
  display: inline-block;
  color: var(--e-global-color-lighter);
  text-transform: capitalize;
  font-size: 14px;
  font-size: 0.875rem;
}
.entry-meta a:hover {
  color: var(--e-global-color-primary);
}
.entry-meta .meta-reply,
.entry-meta .posted-on,
.entry-meta .post-author {
  display: flex;
  align-items: center;
  margin-right: 10px;
}
.entry-meta .meta-reply > *,
.entry-meta .posted-on > *,
.entry-meta .post-author > * {
  line-height: 22px;
}
.entry-meta .meta-reply a {
  color: var(--e-global-color-secondary);
}
.entry-meta .meta-reply a:hover {
  color: var(--e-global-color-primary);
}
.entry-meta .posted-on {
  order: 0;
}
.entry-meta .posted-on:after {
  content: "/";
  position: relative;
  right: -5px;
  font-size: 14px;
  top: 0;
}
.entry-meta .meta-reply {
  order: 1;
}
.entry-meta .meta-reply:after {
  content: "/";
  position: relative;
  right: -5px;
  font-size: 14px;
  top: 0;
}
.entry-meta .post-author {
  order: 2;
}
.entry-meta .post-author a {
  color: var(--e-global-color-secondary);
  order: 1;
}
.entry-meta .post-author a:hover {
  color: var(--e-global-color-primary);
}
.entry-meta .categories-link {
  margin-right: 20px;
  padding-top: 2px;
  padding-bottom: 2px;
}
.categories-link a {
  color: var(--e-global-color-primary);
  font-size: 12px;
  font-size: 0.75rem;
  font-weight: var(--e-global-typography-secondary-font-weight);
  display: inline-block;
  line-height: 20px;
  margin-bottom: 2px;
  text-transform: uppercase;
}
.categories-link a:hover {
  color: var(--e-global-color-primary);
  text-decoration: underline;
}
.categories-link .dot {
  color: var(--e-global-color-primary);
  margin: 0 3px 0 2px;
}
.more-link-wrap {
  margin: 20px 0 0;
}
a.more-link {
  display: inline-flex;
  align-items: center;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: var(--e-global-typography-secondary-font-weight);
  line-height: 1.3333333333;
  text-transform: capitalize;
  color: #000;
  position: relative;
  padding-right: 10px;
  transition: all 0.3s ease;
}
a.more-link:before {
  width: 5px;
  height: 5px;
  border-top: 2px solid var(--e-global-color-primary);
  border-right: 2px solid var(--e-global-color-primary);
  content: "";
  position: absolute;
  right: 2px;
  top: 42%;
  transform: rotate(45deg) translateY(-50%);
  transition: all 0.3s ease;
}
a.more-link:after {
  content: "";
  display: block;
  width: 0;
  height: 2px;
  background-color: var(--e-global-color-primary);
  right: 0;
  top: 50%;
  position: absolute;
  transform: translateY(-50%);
  transition: all 0.3s ease;
}
a.more-link:hover {
  color: var(--e-global-color-primary);
  padding-right: 25px;
}
a.more-link:hover:after {
  width: 15px;
  transition: all 0.3s ease;
}
.tags-links {
  color: var(--e-global-color-text);
  font-size: 12px;
  font-size: 0.75rem;
}
.tags-links a {
  display: inline-block;
  color: var(--e-global-color-secondary);
  margin-right: 7px;
  margin-bottom: 5px;
  padding: 2px 10px 0;
  font-size: 12px;
  line-height: 20px;
  text-transform: capitalize;
  border: 1px solid var(--e-global-color-border);
}
.tags-links a:hover {
  background-color: var(--e-global-color-primary);
  color: #fff;
}
.byline,
.updated:not(.published) {
  display: none;
}
.single .byline,
.group-blog .byline {
  display: inline;
}
.page-links {
  clear: both;
  margin: 0 0 10px;
}
.single .hentry .entry-header .entry-title {
  font-size: 30px;
  font-size: 1.875rem;
  margin-bottom: 12px;
  line-height: 34px;
  font-weight: var(--e-global-typography-primary-font-weight);
  letter-spacing: -1px;
}
.single .hentry .entry-taxonomy {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  margin: 30px 0;
}
.single .entry-meta {
  margin-bottom: 15px;
}
.single .nav-links {
  display: flex;
}
@media (max-width: 567px) {
  .single .nav-links {
    display: block;
  }
}
.single .nav-links > div {
  display: flex;
  position: relative;
  overflow: hidden;
  transition: all 0.3s ease;
}
.single .nav-links .nav-previous {
  justify-content: flex-start;
  margin-right: auto;
}
.single .nav-links .nav-previous a:before {
  font-size: 30px;
  font-size: 1.875rem;
}
.single .nav-links .nav-next {
  justify-content: flex-end;
  margin-left: auto;
}
.single .nav-links .nav-next a:after {
  font-size: 30px;
  font-size: 1.875rem;
}
.post-inner .post-thumbnail {
  overflow: hidden;
  border-radius: 0;
}
.post-inner .post-thumbnail img {
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.post-inner:hover .post-thumbnail img {
  transform: scale(1.05);
}
.single-post .liquory-social-share {
  padding: 10px 0;
}
.single-post .liquory-social-share a {
  color: var(--e-global-color-secondary);
}
.single-post .liquory-social-share a:hover {
  color: var(--e-global-color-primary);
}
.single-post.liquory-full-width-content .content-area {
  max-width: 850px;
  margin-left: auto;
  margin-right: auto;
  float: none;
}
.single-post.liquory-full-width-content .single-content {
  display: flex;
  flex-direction: column;
}
.single-post.liquory-full-width-content .single-content > * {
  order: 2;
}
.single-post.liquory-full-width-content .single-content .entry-header {
  order: 0;
  text-align: center;
}
.single-post.liquory-full-width-content
  .single-content
  .entry-header
  .entry-meta {
  justify-content: center;
  margin-bottom: 40px;
}
.single-post.liquory-full-width-content .post-thumbnail {
  width: 100vw;
  transform: translateX(-50%);
  left: 50%;
  position: relative;
  max-width: 1290px;
}
.single-post.liquory-full-width-content .post-thumbnail img {
  object-fit: cover;
  width: 100%;
}
@media (min-width: 768px) and (max-width: 1290px) {
  .single-post.liquory-full-width-content .post-thumbnail {
    padding-left: 30px;
    padding-right: 30px;
    width: auto;
  }
}
article.article-default {
  margin-bottom: 40px;
  padding-bottom: 40px;
  position: relative;
  border-bottom: 1px solid var(--e-global-color-border);
}
article.article-default:last-of-type {
  padding-bottom: 0;
  margin-bottom: 35px;
  border-bottom: none;
}
article.article-default .categories-link {
  top: 15px;
  left: 15px;
  z-index: 999;
}
.search form.search-form label,
.post-password-form label {
  vertical-align: middle;
}
.search form.search-form input[type="submit"],
.post-password-form input[type="submit"] {
  vertical-align: middle;
}
.post-password-form input {
  height: 50px;
}
@media (max-width: 480px) {
  .post-password-form input[type="password"] {
    display: block;
    width: 100%;
    margin-bottom: 10px;
  }
}
.clearfix:before,
.clearfix:after {
  content: "";
  display: table;
}
.clearfix:after {
  clear: both;
}
@media (min-width: 768px) {
  .blog-style-list article.article-default {
    display: flex;
    align-items: center;
    padding-bottom: 35px;
    margin-bottom: 35px;
  }
  .blog-style-list .entry-title {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }
  .blog-style-list .entry-excerpt p {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }
  .blog-style-list .post-thumbnail {
    width: 45%;
    margin-right: 30px;
    margin-bottom: 0;
  }
  .blog-style-list .post-thumbnail img {
    height: 260px;
    object-fit: cover;
  }
  .blog-style-list .post-content {
    flex: 1;
  }
}
.blog-style-grid .column-item {
  margin-bottom: 45px;
}
.blog-style-grid .entry-title {
  font-size: 24px;
  line-height: 30px;
}
.blog-style-grid .excerpt-content {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  display: none;
}
.blog-style-grid .more-link-wrap {
  display: none;
}
.liquory-footer-builder .site-footer {
  padding-top: 0;
}
.copyright-bar {
  color: var(--e-global-color-lighter);
  padding: 1.618034em 15px;
  min-height: 105px;
  border-top: 1px solid var(--e-global-color-border);
  display: flex;
  align-items: center;
}
.copyright-bar .site-info {
  text-align: center;
}
.copyright-bar .site-info a.site-url:not(.button) {
  color: var(--e-global-color-secondary);
}
.copyright-bar .site-info a.site-url:not(.button):hover {
  color: var(--e-global-color-primary);
}
@media (max-width: 1024px) {
  [data-elementor-type="footer"] {
    margin-bottom: 60px;
  }
}
.scrollup {
  position: fixed;
  bottom: 24px;
  right: 24px;
  z-index: 99999;
  padding: 0;
  width: 44px;
  height: 44px;
  text-align: center;
  text-transform: uppercase;
  line-height: 1;
  border-radius: 50px;
  color: #fff;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  background-color: #000;
  font-size: 12px;
  font-size: 0.75rem;
  -ms-transform: scale(0);
  -o-transform: scale(0);
  -moz-transform: scale(0);
  -webkit-transform: scale(0);
  transform: scale(0);
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
@media (max-width: 767px) {
  .scrollup {
    opacity: 0 !important;
    pointer-events: none;
  }
}
.scrollup .scrollup-icon {
  font-size: 15px;
  font-size: 0.9375rem;
  margin-bottom: 3px;
  transition: all 10s ease;
}
.scrollup .scrollup-label {
  font-weight: 400;
  margin-top: 5px;
  display: none;
}
.scrollup:hover {
  background-color: var(--e-global-color-primary);
}
.scrollup.activate {
  -ms-transform: scale(1);
  -o-transform: scale(1);
  -moz-transform: scale(1);
  -webkit-transform: scale(1);
  transform: scale(1);
}
.alignleft {
  display: inline;
  float: left;
  margin-right: 1.41577975em;
  margin-bottom: 1.41577975em;
  clear: both;
}
.alignright {
  display: inline;
  float: right;
  margin-left: 1.41577975em;
  margin-bottom: 1.41577975em;
  clear: both;
}
.aligncenter {
  clear: both;
  display: block;
  margin: 0 auto;
  margin-bottom: 1.41577975em;
}
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  overflow: hidden;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
}
.screen-reader-text:focus {
  background-color: #f1f1f1;
  color: #21759b;
  border-radius: 3px;
  -webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-family: var(--e-global-typography-secondary-font-family);
  font-weight: var(--e-global-typography-secondary-font-weight);
  text-transform: var(--e-global-typography-secondary-text-transform);
  font-style: var(--e-global-typography-secondary-font-style);
  text-decoration: var(--e-global-typography-secondary-text-decoration);
  line-height: var(--e-global-typography-secondary-line-height);
  letter-spacing: var(--e-global-typography-secondary-letter-spacing);
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
}
.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 0;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  display: block;
  font-weight: 400;
  height: auto;
  left: 0;
  line-height: normal;
  padding: 1em 1.618034em;
  text-decoration: none;
  top: 0;
  width: auto;
  z-index: 100000;
  outline: none;
}
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
  content: "";
  display: table;
}
.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
  clear: both;
}
table {
  border-spacing: 0;
  width: 100%;
  border-collapse: collapse;
}
table caption {
  padding: 1em 0;
  font-weight: var(--e-global-typography-primary-font-weight);
}
table td,
table th {
  padding: 1em 1.41577975em;
  text-align: left;
  vertical-align: top;
  word-break: break-all;
}
table td p:last-child,
table th p:last-child {
  margin-bottom: 0;
}
table th {
  font-weight: var(--e-global-typography-text-font-weight);
}
table thead th {
  padding: 1.41577975em;
  vertical-align: middle;
}
table tbody h2 {
  font-size: 1em;
  letter-spacing: normal;
  font-weight: 400;
}
table tbody h2 a {
  font-weight: 400;
}
table tr {
  border-top: 1px solid;
  border-bottom: 1px solid;
  border-color: var(--e-global-color-border);
}
.entry-content table:not(.shop_table) td,
.entry-content table:not(.shop_table) th {
  border: 1px solid;
  border-color: var(--e-global-color-border);
}
.error404 #masthead {
  border-bottom: 1px solid var(--e-global-color-border);
}
.error404 .breadcrumb-wrap {
  display: none;
}
.error404 .page-content .widget_search {
  max-width: 540px;
  margin-left: auto;
  margin-right: auto;
}
.error404 .page-content .widget_search form .search-field {
  background-color: transparent;
  border-color: var(--e-global-color-secondary);
}
.error404 .error-404 {
  text-align: center;
}
@media (min-width: 768px) {
  .error404 .error-404 {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .error404 .error-404 .error-img404 {
    flex: 56.5%;
    margin-bottom: 0;
    padding-right: 40px;
  }
  .error404 .error-404 .page-content {
    flex: 46%;
    text-align: center;
  }
}
.error404 .error-404 .error-img404 {
  margin-bottom: 40px;
}
.error404 .error-404 .error-img404 img {
  display: inline-block;
}
.error404 .error-404 h1 {
  font-size: 60px;
  font-weight: var(--e-global-typography-primary-font-weight);
  margin-bottom: 16px;
  color: var(--e-global-color-primary);
  line-height: 1;
  letter-spacing: -2px;
}
@media (min-width: 768px) {
  .error404 .error-404 h1 {
    font-size: 72px;
  }
}
.error404 .error-404 h3 {
  margin-bottom: 45px;
  font-size: 28px;
  line-height: 1;
  font-weight: var(--e-global-typography-primary-font-weight);
  letter-spacing: -2px;
}
@media (min-width: 768px) {
  .error404 .error-404 h3 {
    font-size: 48px;
    margin-bottom: 63px;
  }
}
.error404 .error-404 .go-back {
  color: #fff;
  font-size: 12px;
  font-weight: var(--e-global-typography-primary-font-weight);
  padding: 1em 3em;
  line-height: 24px;
  display: inline-block;
  text-transform: uppercase;
  border-radius: 0;
  background-color: var(--e-global-color-secondary);
}
.error404 .error-404 .go-back:hover {
  background-color: var(--e-global-color-primary);
}
.error404.right-sidebar .content-area,
.error404.left-sidebar .content-area {
  width: 100%;
  display: block;
}
#comments {
  margin-top: 30px;
}
#comments .comment-form p {
  margin-bottom: 1em;
}
#comments .comment-form .form-submit {
  margin-top: 20px;
}
#comments .comment-form .comment-form-url {
  display: none;
}
#comments .comment-form .comment-form-author,
#comments .comment-form .comment-form-email,
#comments .comment-form .comment-form-url {
  margin-bottom: 20px;
}
#comments .comment-form .comment-form-author input,
#comments .comment-form .comment-form-email input,
#comments .comment-form .comment-form-url input {
  width: 100%;
}
#comments .comment-form .comment-notes {
  padding-bottom: 5px;
}
#comments .comment-form .comment-notes,
#comments .comment-form .logged-in-as,
#comments .comment-form .comment-form-cookies-consent,
#comments .comment-form .comment-form-comment {
  margin-bottom: 20px;
}
#comments .comment-form .comment-notes a,
#comments .comment-form .logged-in-as a,
#comments .comment-form .comment-form-cookies-consent a,
#comments .comment-form .comment-form-comment a {
  text-decoration: underline;
  color: var(--e-global-color-text);
}
#comments .comment-form .comment-notes a:hover,
#comments .comment-form .logged-in-as a:hover,
#comments .comment-form .comment-form-cookies-consent a:hover,
#comments .comment-form .comment-form-comment a:hover {
  color: var(--e-global-color-primary);
}
#comments .comments-title {
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: var(--e-global-typography-primary-font-weight);
  margin-bottom: 25px;
  line-height: 28px;
}
#comments .comment-form-author,
#comments .comment-form-email,
#comments .comment-form-url {
  padding: 0 10px;
  order: -1;
}
@media (min-width: 1024px) {
  #comments .comment-form-author,
  #comments .comment-form-email,
  #comments .comment-form-url {
    flex: 0 0 50%;
    max-width: 50%;
  }
}
#comments .comment-notes {
  flex: 0 0 100%;
  max-width: 100%;
  order: -1;
}
#comments .comment-form-comment {
  flex: 0 0 100%;
  max-width: 100%;
}
#comments .comment-form-cookies-consent {
  flex: 0 0 100%;
  max-width: 100%;
}
#comments .comment-list {
  position: relative;
  list-style: none;
  margin: 0;
}
#comments .comment-list .comment-body {
  margin-bottom: 20px;
  display: flex;
  flex-wrap: wrap;
}
#comments .comment-list .comment-body:before,
#comments .comment-list .comment-body:after {
  content: "";
  display: table;
}
#comments .comment-list .comment-body:after {
  clear: both;
}
#comments .comment-list .comment-author {
  display: none;
}
@media (min-width: 1024px) {
  #comments .comment-list .comment-author {
    display: block;
  }
}
#comments .comment-list .avatar {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  object-fit: cover;
  margin-top: 10px;
  margin-right: 20px;
}
#comments .comment-list .comment-content {
  width: 100%;
  padding: 25px 40px;
  border: 1px solid #f7f7f7;
  border-radius: 0;
  position: relative;
  background-color: #f7f7f7;
}
@media (min-width: 1024px) {
  #comments .comment-list .comment-content {
    width: calc(100% - 80px);
  }
  #comments .comment-list .comment-content:before {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border-right: 12px solid #f7f7f7;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    left: -13px;
    top: 30px;
  }
}
#comments .comment-list .comment-content .comment-text {
  margin-bottom: 8px;
}
#comments .comment-list .comment-content .comment-text p:last-child {
  margin-bottom: 0;
}
#comments .comment-list .comment-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 17px;
  flex-wrap: wrap;
}
#comments .comment-list .comment-meta {
  margin-right: 10px;
}
#comments .comment-list .comment-meta a.comment-date {
  color: var(--e-global-color-lighter);
  font-size: 12px;
  font-size: 0.75rem;
  font-weight: var(--e-global-typography-text-font-weight);
}
#comments .comment-list .comment-meta a.comment-date:hover {
  color: var(--e-global-color-primary);
}
#comments .comment-list .comment-meta .comment-author {
  display: inline-block;
  margin-right: 6px;
}
#comments .comment-list .comment-meta cite {
  color: var(--e-global-color-secondary);
  font-style: normal;
  clear: both;
  display: block;
  letter-spacing: 0.02em;
  font-weight: var(--e-global-typography-primary-font-weight);
  font-size: 16px;
  font-size: 1rem;
}
#comments .comment-list .comment-meta cite a {
  color: var(--e-global-color-secondary);
}
#comments .comment-list .comment-meta cite a:hover {
  color: var(--e-global-color-primary);
}
#comments .comment-list .trackback .comment-body .comment-content:before,
#comments .comment-list .pingback .comment-body .comment-content:before {
  content: none;
}
#comments .comment-list .reply:before,
#comments .comment-list .reply:after {
  content: "";
  display: table;
}
#comments .comment-list .reply:after {
  clear: both;
}
#comments .comment-list .reply a {
  font-size: 12px;
  font-size: 0.75rem;
  color: #fff;
  font-weight: var(--e-global-typography-secondary-font-weight);
  line-height: 20px;
  display: inline-block;
  margin-right: 5px;
  padding: 6px 14px;
  margin-top: 5px;
  margin-bottom: 5px;
  position: relative;
  background-color: var(--e-global-color-secondary);
  border-radius: 2px;
}
#comments .comment-list .reply a:before {
  margin-right: 6px;
}
#comments .comment-list .reply a:after {
  content: "" !important;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: var(--e-global-color-primary);
  opacity: 0.2;
  z-index: -1;
  border-radius: 5px;
}
#comments .comment-list .reply a:last-child {
  margin-right: 0;
}
#comments .comment-list .reply a:hover {
  background-color: var(--e-global-color-primary);
}
#comments .comment-list .reply a:hover:after {
  opacity: 1;
}
#comments .comment-list .children {
  list-style: none;
}
#comments .comment-list #respond {
  padding: 20px 1.618034em 15px;
  background-color: rgba(0, 0, 0, 0.0125);
  margin: 10px 0 10px auto;
  border-radius: 2px;
  border: 1px solid var(--e-global-color-border);
  width: 100%;
}
@media (min-width: 1024px) {
  #comments .comment-list #respond {
    width: calc(100% - 80px);
  }
}
#comments .bypostauthor {
  font-size: inherit;
}
#comments blockquote {
  margin-left: 0;
}
#comments table th,
#comments table td {
  border: 1px solid;
  border-color: var(--e-global-color-border);
}
#commentform {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -10px;
}
#commentform > p,
#commentform .comment-form-rating {
  padding: 0 10px;
  width: 100%;
}
.comment-content a {
  word-wrap: break-word;
}
#respond {
  clear: both;
  position: relative;
  margin-top: 30px;
}
#respond .comment-form-cookies-consent label {
  color: var(--e-global-color-text);
}
#respond .form-submit,
#respond form {
  margin-bottom: 0;
}
#respond .form-submit .submit,
#respond form .submit {
  background-color: var(--e-global-color-secondary);
}
#respond .form-submit .submit:hover,
#respond form .submit:hover {
  background-color: var(--e-global-color-primary);
}
#respond label {
  color: var(--e-global-color-secondary);
}
#respond #reply-title {
  color: var(--e-global-color-secondary);
  font-size: 24px;
  font-size: 1.5rem;
  margin-bottom: 15px;
  font-weight: var(--e-global-typography-primary-font-weight);
  text-transform: capitalize;
}
#respond #cancel-comment-reply-link {
  position: absolute;
  top: 15px;
  right: 0.5407797364em;
  display: block;
  height: 1.5rem;
  width: 1.5rem;
  overflow: hidden;
  line-height: 1;
  font-size: 1.5rem;
  text-align: center;
  transition: transform, ease, 0.3s;
}
#respond #cancel-comment-reply-link:hover {
  transform: scale(1.3);
}
form {
  margin-bottom: 1.618034em;
}
button,
input,
select,
textarea {
  font-size: 100%;
  margin: 0;
  vertical-align: baseline;
  *vertical-align: middle;
}
.button-outline {
  border: 1px solid;
  border-radius: 0;
  background: 0 0;
  border-color: var(--e-global-color-primary);
  color: var(--e-global-color-primary);
  cursor: pointer;
  padding: 0.6180339845em 1.41577975em;
  text-decoration: none;
  display: inline-block;
}
.button-outline:hover {
  color: #fff !important;
  background-color: var(--e-global-color-primary);
  border-color: var(--e-global-color-primary);
}
.button-outline.loading {
  opacity: 0.5;
}
.button-outline.small {
  padding: 0.5407797364em 0.875em;
  font-size: 0.875em;
}
.button-outline.disabled,
.button-outline:disabled {
  opacity: 0.5 !important;
  cursor: not-allowed;
}
.button-outline.disabled:hover,
.button-outline:disabled:hover {
  opacity: 0.5 !important;
}
button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.button {
  display: inline-block;
  font-family: var(--e-global-typography-accent-font-family);
  font-weight: var(--e-global-typography-accent-font-weight);
  text-transform: var(--e-global-typography-accent-text-transform);
  font-style: var(--e-global-typography-accent-font-style);
  text-decoration: var(--e-global-typography-accent-text-decoration);
  line-height: var(--e-global-typography-accent-line-height);
  letter-spacing: var(--e-global-typography-accent-letter-spacing);
  background-color: var(--e-global-color-secondary);
  border-color: var(--e-global-color-secondary);
  font-size: 12px;
  font-size: 0.75rem;
  border: none;
  border-radius: 0;
  cursor: pointer;
  padding: 1.376em 3.25em;
  text-shadow: none;
  -webkit-appearance: none;
  color: #fff;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
button:after,
input[type="button"]:after,
input[type="reset"]:after,
input[type="submit"]:after,
.button:after {
  display: none;
}
button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover,
.button:hover {
  color: #fff;
  border-color: var(--e-global-color-primary);
  background-color: var(--e-global-color-primary);
}
button.loading,
input[type="button"].loading,
input[type="reset"].loading,
input[type="submit"].loading,
.button.loading {
  opacity: 0.5;
}
button.small,
input[type="button"].small,
input[type="reset"].small,
input[type="submit"].small,
.button.small {
  padding: 0.5407797364em 0.875em;
  font-size: 0.875em;
}
button.disabled,
button:disabled,
input[type="button"].disabled,
input[type="button"]:disabled,
input[type="reset"].disabled,
input[type="reset"]:disabled,
input[type="submit"].disabled,
input[type="submit"]:disabled,
.button.disabled,
.button:disabled {
  opacity: 0.5 !important;
  cursor: not-allowed;
}
button.disabled:hover,
button:disabled:hover,
input[type="button"].disabled:hover,
input[type="button"]:disabled:hover,
input[type="reset"].disabled:hover,
input[type="reset"]:disabled:hover,
input[type="submit"].disabled:hover,
input[type="submit"]:disabled:hover,
.button.disabled:hover,
.button:disabled:hover {
  opacity: 0.5 !important;
}
input[type="checkbox"],
input[type="radio"] {
  padding: 0;
}
input[type="checkbox"] + label,
input[type="radio"] + label {
  margin: 0 0 0 0.3819660059em;
}
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
input[type="search"] {
  box-sizing: border-box;
}
input[type="search"]::placeholder {
  color: #616161;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input[type="text"],
input[type="number"],
input[type="email"],
input[type="tel"],
input[type="url"],
input[type="password"],
input[type="search"],
textarea,
.input-text {
  padding: 1em 1.25em;
  background-color: var(--background);
  border-width: 1px;
  border-style: solid;
  border-color: var(--e-global-color-border);
  -webkit-appearance: none;
  box-sizing: border-box;
  font-weight: 400;
  font-size: 13px;
  outline: 0;
  transition: all ease-in-out 0.3s;
  border-radius: 3px;
}
input[type="text"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="tel"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
textarea:focus,
.input-text:focus {
  border-color: var(--e-global-color-primary);
}
select {
  padding: 0.813em 28px 0.813em 1.25em;
}
select:not([size]):not([multiple]) {
  color: var(--e-global-color-text);
  background-color: #fff;
  border: 1px solid;
  border-color: var(--e-global-color-border);
  max-width: 100%;
  -webkit-appearance: none;
  -moz-appearance: textfield;
  appearance: none;
  width: 100%;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHZpZXdCb3g9JzAgMCAxNiAxNic+PHBhdGggZmlsbD0nbm9uZScgc3Ryb2tlPScjMzQzYTQwJyBzdHJva2UtbGluZWNhcD0ncm91bmQnIHN0cm9rZS1saW5lam9pbj0ncm91bmQnIHN0cm9rZS13aWR0aD0nMicgZD0nTTIgNWw2IDYgNi02Jy8+PC9zdmc+);
  background-position: calc(100% - 10px) center;
  background-repeat: no-repeat;
  background-size: 16px 10px;
  border-radius: 0;
}
.select2-container--default {
  text-align: left;
}
.select2-container--default
  .select2-selection--single
  .select2-selection__arrow {
  height: 12px;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
  width: 16px;
}
.select2-container--default
  .select2-selection--single
  .select2-selection__arrow
  b {
  border: none !important;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHZpZXdCb3g9JzAgMCAxNiAxNic+PHBhdGggZmlsbD0nbm9uZScgc3Ryb2tlPScjMzQzYTQwJyBzdHJva2UtbGluZWNhcD0ncm91bmQnIHN0cm9rZS1saW5lam9pbj0ncm91bmQnIHN0cm9rZS13aWR0aD0nMicgZD0nTTIgNWw2IDYgNi02Jy8+PC9zdmc+);
  background-repeat: no-repeat;
  background-size: 16px 12px;
  width: 16px !important;
  height: 12px !important;
  position: static !important;
  margin: 0 !important;
  display: block;
}
textarea {
  overflow: auto;
  vertical-align: top;
  width: 100%;
}
label {
  font-weight: var(--e-global-typography-text-font-weight);
}
label.inline input {
  width: auto;
}
fieldset {
  padding: 1.618034em;
  padding-top: 1em;
  margin: 0;
  margin-bottom: 1.618034em;
  margin-top: 1.618034em;
  border-color: var(--e-global-color-border);
}
fieldset legend {
  font-weight: var(--e-global-typography-primary-font-weight);
  color: var(--e-global-color-secondary);
  padding: 0.6180339845em 1em;
  margin-left: -1em;
}
[placeholder]:focus::-webkit-input-placeholder {
  -webkit-transition: opacity 0.5s 0.5s ease;
  -moz-transition: opacity 0.5s 0.5s ease;
  transition: opacity 0.5s 0.5s ease;
  opacity: 0;
}
@-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);
  }
}
.page-content img.wp-smiley,
.entry-content img.wp-smiley,
.comment-content img.wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
  display: inline-block;
  border-radius: 0;
}
.gallery {
  margin-bottom: 1.41577975em;
}
.gallery:before,
.gallery:after {
  content: "";
  display: table;
}
.gallery:after {
  clear: both;
}
.gallery .gallery-item {
  float: left;
}
.gallery .gallery-item .gallery-icon a {
  display: block;
}
.gallery .gallery-item .gallery-icon img {
  border: none;
  height: auto;
  margin: 0 auto;
}
.gallery .gallery-item .gallery-caption {
  margin: 0;
  text-align: center;
}
.gallery.gallery-columns-1 .gallery-item {
  width: 100%;
}
.gallery.gallery-columns-2 .gallery-item {
  width: 50%;
}
.gallery.gallery-columns-3 .gallery-item {
  width: 33.3%;
}
.gallery.gallery-columns-4 .gallery-item {
  width: 25%;
}
.gallery.gallery-columns-5 .gallery-item {
  width: 20%;
}
.gallery.gallery-columns-6 .gallery-item {
  width: 16.666666667%;
}
.gallery.gallery-columns-7 .gallery-item {
  width: 14.285714286%;
}
.gallery.gallery-columns-8 .gallery-item {
  width: 12.5%;
}
.gallery.gallery-columns-9 .gallery-item {
  width: 11.111111111%;
}
embed,
iframe,
object,
video {
  max-width: 100%;
}
.wp-caption {
  margin-bottom: 1em;
  max-width: 100%;
}
.wp-caption img[class*="wp-image-"] {
  display: block;
  margin: 0 auto;
}
.wp-caption .wp-caption-text {
  text-align: left;
  font-style: italic;
  border-bottom: 2px solid #e3e3e3;
  padding: 5px 0;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 20px;
}
nav.navigation {
  clear: both;
}
nav.navigation:before,
nav.navigation:after {
  content: "";
  display: table;
}
nav.navigation:after {
  clear: both;
}
.woocommerce-pagination {
  margin-top: 45px;
}
.pagination,
.woocommerce-pagination {
  clear: both;
  border-top: 1px solid var(--e-global-color-border);
  padding-top: 40px;
}
.pagination ul.page-numbers:before,
.pagination ul.page-numbers:after,
.woocommerce-pagination ul.page-numbers:before,
.woocommerce-pagination ul.page-numbers:after {
  content: "";
  display: table;
}
.pagination ul.page-numbers:after,
.woocommerce-pagination ul.page-numbers:after {
  clear: both;
}
.pagination .page-numbers,
.woocommerce-pagination .page-numbers {
  display: flex;
  justify-content: start;
  list-style: none;
  flex-wrap: wrap;
  margin: 0;
}
.pagination .page-numbers li,
.woocommerce-pagination .page-numbers li {
  display: inline-block;
  margin-right: 10px;
}
.pagination .page-numbers li .page-numbers,
.woocommerce-pagination .page-numbers li .page-numbers {
  display: inline-block;
  text-align: center;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: var(--e-global-typography-text-font-weight);
  width: 40px;
  height: 40px;
  line-height: 40px;
  border-radius: 2px;
  color: var(--e-global-color-text);
  background-color: var(--e-global-color-border);
}
.pagination .page-numbers li .page-numbers.current,
.pagination .page-numbers li .page-numbers:hover,
.woocommerce-pagination .page-numbers li .page-numbers.current,
.woocommerce-pagination .page-numbers li .page-numbers:hover {
  background-color: var(--e-global-color-secondary);
  color: #fff;
}
.pagination .page-numbers li .page-numbers.next,
.pagination .page-numbers li .page-numbers.prev,
.woocommerce-pagination .page-numbers li .page-numbers.next,
.woocommerce-pagination .page-numbers li .page-numbers.prev {
  display: flex;
  align-items: center;
  justify-content: center;
}
.pagination .page-numbers li .page-numbers.next:hover,
.pagination .page-numbers li .page-numbers.prev:hover,
.woocommerce-pagination .page-numbers li .page-numbers.next:hover,
.woocommerce-pagination .page-numbers li .page-numbers.prev:hover {
  color: #fff;
}
.pagination .page-numbers li .page-numbers.prev span,
.woocommerce-pagination .page-numbers li .page-numbers.prev span {
  font-size: 0;
}
.pagination .page-numbers li .page-numbers.prev i,
.woocommerce-pagination .page-numbers li .page-numbers.prev i {
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.pagination .page-numbers li .page-numbers.next span,
.woocommerce-pagination .page-numbers li .page-numbers.next span {
  font-size: 0;
}
.pagination .page-numbers li .page-numbers.next i,
.woocommerce-pagination .page-numbers li .page-numbers.next i {
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: var(--e-global-typography-primary-font-weight);
}
ul.pagination {
  display: flex;
  justify-content: center;
  list-style: none;
  flex-wrap: wrap;
  margin: 0;
}
ul.pagination li {
  display: inline-block;
  margin-right: 10px;
}
ul.pagination li .page-numbers {
  display: inline-block;
  text-align: center;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: var(--e-global-typography-primary-font-weight);
  width: 30px;
  height: 30px;
  line-height: 30px;
  border-radius: 50%;
  color: var(--e-global-color-secondary);
  background-color: transparent;
}
ul.pagination li .page-numbers.current,
ul.pagination li .page-numbers:hover {
  background-color: var(--e-global-color-primary);
  color: #fff;
}
ul.pagination li .page-numbers.next,
ul.pagination li .page-numbers.prev {
  width: auto;
  display: flex;
  align-items: center;
}
ul.pagination li .page-numbers.next:hover,
ul.pagination li .page-numbers.prev:hover {
  color: var(--e-global-color-primary);
  background-color: transparent;
}
ul.pagination li .page-numbers.prev {
  margin-right: 20px;
}
ul.pagination li .page-numbers.prev i {
  margin-right: 9px;
}
ul.pagination li .page-numbers.next {
  margin-left: 20px;
}
ul.pagination li .page-numbers.next i {
  margin-left: 9px;
}
.rtl .pagination a.next,
.rtl .pagination a.prev,
.rtl .woocommerce-pagination a.next,
.rtl .woocommerce-pagination a.prev {
  transform: rotateY(180deg);
}
.page-links {
  padding-top: 20px;
}
.page-links > * {
  display: inline-block;
  text-align: center;
  font-size: 14px;
  font-weight: var(--e-global-typography-text-font-weight);
  width: 40px;
  height: 40px;
  line-height: 40px;
  border-radius: 2px;
  margin-right: 5px;
  color: var(--e-global-color-text);
  background-color: var(--e-global-color-border);
}
.page-links > *.current,
.page-links > *:hover {
  background-color: var(--e-global-color-secondary);
  color: #fff;
}
nav.post-navigation {
  border-style: solid;
  border-width: 1px 0;
  border-color: var(--e-global-color-border);
  margin-top: 20px;
  transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
}
nav.post-navigation .nav-previous,
nav.post-navigation .nav-next {
  padding-top: 30px;
  padding-bottom: 30px;
}
nav.post-navigation .nav-previous a,
nav.post-navigation .nav-next a {
  display: flex;
  align-items: center;
  color: var(--e-global-color-secondary);
}
nav.post-navigation .nav-previous a:hover,
nav.post-navigation .nav-next a:hover {
  color: var(--e-global-color-primary);
}
nav.post-navigation .nav-previous img,
nav.post-navigation .nav-next img {
  border-radius: 0;
  object-fit: cover;
  width: 115px;
  height: 70px;
}
@media (max-width: 768px) {
  nav.post-navigation .nav-previous img,
  nav.post-navigation .nav-next img {
    display: none;
  }
}
nav.post-navigation .nav-previous .title,
nav.post-navigation .nav-next .title {
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 22px;
  font-weight: var(--e-global-typography-secondary-font-weight);
  display: inline-block;
}
nav.post-navigation .nav-previous .reader-text,
nav.post-navigation .nav-next .reader-text {
  display: flex;
  color: var(--e-global-color-lighter);
  position: relative;
  font-size: 12px;
  font-size: 0.75rem;
  font-weight: var(--e-global-typography-text-font-weight);
  line-height: 18px;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 8px;
  align-content: center;
  align-items: center;
}
nav.post-navigation .nav-previous .reader-text:before,
nav.post-navigation .nav-previous .reader-text:after,
nav.post-navigation .nav-next .reader-text:before,
nav.post-navigation .nav-next .reader-text:after {
  margin-bottom: 2px;
}
nav.post-navigation .nav-previous {
  float: left;
  width: 48%;
  padding-right: 15px;
}
@media (max-width: 768px) {
  nav.post-navigation .nav-previous {
    width: 50%;
  }
}
nav.post-navigation .nav-previous img {
  margin-right: 15px;
}
nav.post-navigation .nav-previous .reader-text {
  justify-content: flex-start;
}
nav.post-navigation .nav-next {
  float: right;
  text-align: right;
  width: 48%;
  padding-left: 15px;
}
@media (max-width: 768px) {
  nav.post-navigation .nav-next {
    width: 50%;
  }
}
nav.post-navigation .nav-next img {
  margin-left: 15px;
}
nav.post-navigation .nav-next .reader-text {
  justify-content: flex-end;
}
@media (max-width: 1023px) {
  #secondary {
    display: none;
  }
}
.widget .widget-content ul li {
  margin-bottom: 10px;
}
.widget .wp-block-group {
  position: relative;
}
.widget.widget_product_search,
.widget.widget_search {
  padding: 0;
  border: none;
}
.widget.widget_product_search .widget-title,
.widget.widget_product_search .widgettitle,
.widget.widget_search .widget-title,
.widget.widget_search .widgettitle {
  transform: none;
}
.widget.widget_product_search .widget-title span,
.widget.widget_product_search .widgettitle span,
.widget.widget_search .widget-title span,
.widget.widget_search .widgettitle span {
  padding: 0;
}
.widget.widget_product_search .wp-block-search__input,
.widget.widget_product_search .search-field,
.widget.widget_search .wp-block-search__input,
.widget.widget_search .search-field {
  background-color: transparent;
  border-radius: 0;
  border-color: var(--e-global-color-border);
}
.widget.widget_product_search .wp-block-search__input:hover,
.widget.widget_product_search .search-field:hover,
.widget.widget_search .wp-block-search__input:hover,
.widget.widget_search .search-field:hover {
  border-color: var(--e-global-color-primary);
}
.widget.widget_product_search .wp-block-search__inside-wrapper:before,
.widget.widget_search .wp-block-search__inside-wrapper:before {
  font-size: 1.125rem;
  color: var(--e-global-color-secondary);
}
.widget.widget_product_search .wp-block-search__inside-wrapper:hover,
.widget.widget_search .wp-block-search__inside-wrapper:hover {
  color: var(--e-global-color-primary);
}
.widget_block,
.widget {
  margin-bottom: 35px;
  font-size: 14px;
}
.widget_block .wp-block-search__label,
.widget_block .wp-block-group__inner-container > h2,
.widget_block .widget-title,
.widget_block .widgettitle,
.widget .wp-block-search__label,
.widget .wp-block-group__inner-container > h2,
.widget .widget-title,
.widget .widgettitle {
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 1.25;
  font-weight: var(--e-global-typography-primary-font-weight);
  color: var(--e-global-color-secondary);
  transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
  text-transform: capitalize;
  margin-bottom: 26px;
  letter-spacing: -1px;
}
.widget_block:not(.widget_search) .wp-block-group__inner-container > h2,
.widget_block:not(.widget_search) .widget-title,
.widget_block:not(.widget_search) .widgettitle,
.widget:not(.widget_search) .wp-block-group__inner-container > h2,
.widget:not(.widget_search) .widget-title,
.widget:not(.widget_search) .widgettitle {
  border-bottom: 1px solid;
  border-color: var(--e-global-color-border);
  padding-bottom: 10px;
}
.widget_block.widget_search .widget-title,
.widget_block .wp-block-search__label .widget-title,
.widget.widget_search .widget-title,
.widget .wp-block-search__label .widget-title {
  margin-bottom: 18px;
}
.widget_block .price_slider .ui-slider-range,
.widget .price_slider .ui-slider-range {
  background-color: var(--e-global-color-secondary);
}
.widget_block .price_slider .ui-slider-handle,
.widget .price_slider .ui-slider-handle {
  background-color: var(--e-global-color-secondary);
}
.widget_block .product-brands .brand-item a,
.widget .product-brands .brand-item a {
  font-size: 14px;
  font-size: 0.875rem;
  color: var(--e-global-color-lighter);
}
.widget_block .product-brands .brand-item a:hover,
.widget .product-brands .brand-item a:hover {
  color: var(--e-global-color-primary);
}
.widget_block .product-brands .brand-item.chosen a,
.widget .product-brands .brand-item.chosen a {
  color: var(--e-global-color-primary);
}
.widget_block .product-brands .brand-item.chosen a:before,
.widget .product-brands .brand-item.chosen a:before {
  color: var(--e-global-color-primary);
}
.widget_block .product-brands .brand-item.chosen .count,
.widget .product-brands .brand-item.chosen .count {
  color: var(--e-global-color-primary);
}
.widget_block .product-brands .brand-item:hover a,
.widget .product-brands .brand-item:hover a {
  color: var(--e-global-color-primary);
}
.widget_block .product-brands .brand-item:hover .count,
.widget .product-brands .brand-item:hover .count {
  color: var(--e-global-color-primary);
}
.widget_block .product-categories .cat-item,
.widget .product-categories .cat-item {
  display: flex;
  justify-content: space-between;
  margin-bottom: 0.9em;
  line-height: 1.41575em;
}
.widget_block .product-categories .cat-item:last-child,
.widget .product-categories .cat-item:last-child {
  margin-bottom: 0;
}
.widget_block .product-brands .brand-item,
.widget .product-brands .brand-item {
  display: flex;
  justify-content: space-between;
}
.widget_block .product-brands .brand-item:last-child,
.widget .product-brands .brand-item:last-child {
  margin-bottom: 0;
}
.widget_block select,
.widget select {
  margin-bottom: 1.618em;
  max-width: 100%;
}
.widget_block .wp-block-search__label,
.widget .wp-block-search__label {
  display: inherit;
}
.widget_block .widget-search .search-submit,
.widget .widget-search .search-submit {
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  overflow: hidden;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
}
.widget_block .widget-search .search-submit:focus,
.widget .widget-search .search-submit:focus {
  background-color: #f1f1f1;
  color: #21759b;
  border-radius: 3px;
  -webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-family: var(--e-global-typography-secondary-font-family);
  font-weight: var(--e-global-typography-secondary-font-weight);
  text-transform: var(--e-global-typography-secondary-text-transform);
  font-style: var(--e-global-typography-secondary-font-style);
  text-decoration: var(--e-global-typography-secondary-text-decoration);
  line-height: var(--e-global-typography-secondary-line-height);
  letter-spacing: var(--e-global-typography-secondary-letter-spacing);
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
}
.widget_block.widget_recent_entries,
.widget.widget_recent_entries {
  counter-reset: section;
  padding-top: 3px;
}
.widget_block.widget_recent_entries .widget-content .post-date,
.widget.widget_recent_entries .widget-content .post-date {
  text-transform: capitalize;
  line-height: 22px;
  font-size: 14px;
  font-size: 0.875rem;
  color: var(--e-global-color-lighter);
  font-weight: 500;
}
.widget_block.widget_recent_entries .widget-content li,
.widget.widget_recent_entries .widget-content li {
  display: flex;
  flex-direction: row;
  padding-bottom: 20px;
  margin-bottom: 0;
  align-items: center;
}
.widget_block.widget_recent_entries .widget-content li:last-child,
.widget.widget_recent_entries .widget-content li:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}
.widget_block.widget_recent_entries .recent-posts-thumbnail,
.widget.widget_recent_entries .recent-posts-thumbnail {
  flex: 0 0 auto;
  overflow: hidden;
  position: relative;
}
.widget_block.widget_recent_entries .recent-posts-thumbnail img,
.widget.widget_recent_entries .recent-posts-thumbnail img {
  margin-right: 15px;
  width: 115px;
  height: 70px;
  object-fit: cover;
  border-radius: 0;
}
.widget_block.widget_recent_entries .recent-posts-info,
.widget.widget_recent_entries .recent-posts-info {
  flex: 1 1 auto;
  display: flex;
  flex-direction: column-reverse;
}
.widget_block.widget_recent_entries .post-title,
.widget.widget_recent_entries .post-title {
  line-height: 22px;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: var(--e-global-typography-secondary-font-weight);
  color: var(--e-global-color-secondary);
  margin-bottom: 0;
}
.widget_block.widget_recent_entries .post-title a,
.widget.widget_recent_entries .post-title a {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  color: var(--e-global-color-secondary);
  margin-bottom: 4px;
}
.widget_block.widget_recent_entries .post-title a:hover,
.widget.widget_recent_entries .post-title a:hover {
  text-decoration: none;
  color: var(--e-global-color-primary);
}
.widget_block ul,
.widget ul {
  margin-left: 0;
  list-style: none;
}
.widget_block ul li,
.widget ul li {
  list-style: none;
  margin-bottom: 0.875em;
}
.widget_block ul .children,
.widget ul .children {
  margin-top: 0.875em;
}
.widget_block ul ul,
.widget ul ul {
  margin-left: 1.41577975em;
  margin-top: 1em;
}
.widget_block.widget_rss .rss-date,
.widget.widget_rss .rss-date {
  font-style: italic;
  display: block;
  margin: 0 0 0.7em;
}
.widget_block.widget_rss .widget-title .rsswidget,
.widget.widget_rss .widget-title .rsswidget {
  display: inline-block;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.375;
  font-weight: var(--e-global-typography-primary-font-weight);
  color: var(--e-global-color-secondary);
}
.widget_block.widget_rss .rss-date,
.widget_block.widget_rss cite,
.widget.widget_rss .rss-date,
.widget.widget_rss cite {
  color: var(--e-global-color-secondary);
}
.widget_block.widget_rss li,
.widget.widget_rss li {
  margin-bottom: 1em;
}
.widget_block.widget_rss li a.rsswidget,
.widget.widget_rss li a.rsswidget {
  text-decoration: underline;
  line-height: 1.41577975em;
}
.wpml-ls.wpml-ls-legacy-list-vertical li,
.wpml-ls.wpml-ls-legacy-list-horizontal li {
  margin-bottom: 1em;
}
.wpml-ls.wpml-ls-legacy-list-vertical a,
.wpml-ls.wpml-ls-legacy-list-horizontal a {
  padding: 0;
}
.wpml-ls.wpml-ls-legacy-list-horizontal a {
  padding-right: 0.875em;
}
.wpml-ls.wpml-ls-legacy-dropdown-click,
.wpml-ls.wpml-ls-legacy-dropdown {
  width: 100%;
}
.wpml-ls.wpml-ls-legacy-dropdown-click a,
.wpml-ls.wpml-ls-legacy-dropdown a {
  padding: 1em 1.41577975em;
  border-color: var(--e-global-color-border);
  background-color: var(--background);
}
.wpml-ls.wpml-ls-legacy-dropdown-click a.wpml-ls-item-toggle:after,
.wpml-ls.wpml-ls-legacy-dropdown a.wpml-ls-item-toggle:after {
  right: 1em;
}
.wpml-ls.wpml-ls-legacy-dropdown-click .wpml-ls-sub-menu,
.wpml-ls.wpml-ls-legacy-dropdown .wpml-ls-sub-menu {
  border-top: 0;
}
.wpml-ls-statics-footer.wpml-ls-legacy-list-horizontal {
  margin-bottom: 0;
}
.wpml-ls-statics-footer.wpml-ls-legacy-list-vertical {
  margin-top: 1em;
  margin-bottom: 0;
}
.wpml-ls-statics-footer li a {
  color: var(--e-global-color-text);
}
.wpml-ls-statics-footer li a:hover {
  color: var(--e-global-color-primary);
}
.widget.widget_tag_cloud .tagcloud a,
.widget.widget_tag_cloud .wp-block-tag-cloud a,
.widget.widget_product_tag_cloud .tagcloud a,
.widget.widget_product_tag_cloud .wp-block-tag-cloud a {
  display: inline-block;
  font-size: 12px !important;
  font-weight: var(--e-global-typography-text-font-weight);
  line-height: 20px;
  color: var(--e-global-color-lighter);
  padding: 1px 10px;
  margin-bottom: 10px;
  margin-right: 5px;
  background-color: transparent;
  border: 1px solid;
  border-radius: 0;
  border-color: var(--e-global-color-border);
  text-transform: capitalize;
}
.widget.widget_tag_cloud .tagcloud a:not(:last-child):after,
.widget.widget_tag_cloud .wp-block-tag-cloud a:not(:last-child):after,
.widget.widget_product_tag_cloud .tagcloud a:not(:last-child):after,
.widget.widget_product_tag_cloud .wp-block-tag-cloud a:not(:last-child):after {
  display: none;
  content: ".";
  margin: -8px 8px 0;
  vertical-align: middle;
}
.widget.widget_tag_cloud .tagcloud a:hover,
.widget.widget_tag_cloud .wp-block-tag-cloud a:hover,
.widget.widget_product_tag_cloud .tagcloud a:hover,
.widget.widget_product_tag_cloud .wp-block-tag-cloud a:hover {
  color: #fff;
  text-decoration: unset;
  background-color: var(--e-global-color-primary);
  border-color: var(--e-global-color-primary);
}
.woocommerce-widget-layered-nav ul.woocommerce-widget-layered-nav-list li {
  color: var(--e-global-color-lighter);
}
.woocommerce-widget-layered-nav ul.woocommerce-widget-layered-nav-list li a {
  color: var(--e-global-color-secondary);
}
.woocommerce-widget-layered-nav
  ul.woocommerce-widget-layered-nav-list
  li:before {
  opacity: 1 !important;
}
.woocommerce-widget-layered-nav
  ul.woocommerce-widget-layered-nav-list
  .chosen
  a {
  color: var(--e-global-color-primary);
}
.widget_search form,
.widget_product_search form,
.site-search form {
  position: relative;
  margin-bottom: 0;
}
.widget_search form:before,
.widget_product_search form:before,
.site-search form:before {
  font-size: 18px;
  font-size: 1.125rem;
  color: #fff;
  background: var(--e-global-color-primary);
}
.widget_search form input[type="text"],
.widget_search form input[type="search"],
.widget_product_search form input[type="text"],
.widget_product_search form input[type="search"],
.site-search form input[type="text"],
.site-search form input[type="search"] {
  border-radius: 4px;
  width: 100%;
  line-height: 1.539;
  padding: 15px 20px;
  padding-right: 55px;
  flex: 1;
  border: 1px solid var(--e-global-color-border);
  color: var(--e-global-color-secondary);
}
.widget_search form input[type="text"]:focus,
.widget_search form input[type="search"]:focus,
.widget_product_search form input[type="text"]:focus,
.widget_product_search form input[type="search"]:focus,
.site-search form input[type="text"]:focus,
.site-search form input[type="search"]:focus {
  border-color: var(--e-global-color-accent);
}
.widget_search form input[type="text"]::placeholder,
.widget_search form input[type="search"]::placeholder,
.widget_product_search form input[type="text"]::placeholder,
.widget_product_search form input[type="search"]::placeholder,
.site-search form input[type="text"]::placeholder,
.site-search form input[type="search"]::placeholder {
  color: var(--e-global-color-text);
}
.widget_search form input[type="submit"],
.widget_search form button[type="submit"],
.widget_product_search form input[type="submit"],
.widget_product_search form button[type="submit"],
.site-search form input[type="submit"],
.site-search form button[type="submit"] {
  font-size: 0;
  line-height: 0;
  width: 80px;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 3;
  background: 0 0;
  border: none;
  padding: 0;
}
.widget_search form input[type="submit"]:hover,
.widget_search form input[type="submit"]:focus,
.widget_search form input[type="submit"]:active,
.widget_search form button[type="submit"]:hover,
.widget_search form button[type="submit"]:focus,
.widget_search form button[type="submit"]:active,
.widget_product_search form input[type="submit"]:hover,
.widget_product_search form input[type="submit"]:focus,
.widget_product_search form input[type="submit"]:active,
.widget_product_search form button[type="submit"]:hover,
.widget_product_search form button[type="submit"]:focus,
.widget_product_search form button[type="submit"]:active,
.site-search form input[type="submit"]:hover,
.site-search form input[type="submit"]:focus,
.site-search form input[type="submit"]:active,
.site-search form button[type="submit"]:hover,
.site-search form button[type="submit"]:focus,
.site-search form button[type="submit"]:active {
  background: 0 0;
}
.widget-area
  .wp-block-search
  .wp-block-search__inside-wrapper
  .wp-block-search__button {
  position: absolute;
}
.wp-block-search .wp-block-search__inside-wrapper .wp-block-search__button {
  background-color: var(--e-global-color-primary);
  font-size: 0;
  line-height: 0;
  border: none;
  position: relative;
  width: 80px;
  margin: 0 0 0 15px;
}
.wp-block-search
  .wp-block-search__inside-wrapper
  .wp-block-search__button:hover {
  background-color: var(--e-global-color-secondary);
}
.site-search form {
  margin-bottom: 0;
}
.widget_categories form,
.widget_text form {
  margin: 0;
}
.widget_categories p,
.widget_text p {
  margin: 0;
}
.widget.widget_block ul,
.widget.widget_block ol,
.wp-block-archives-list ul,
.wp-block-archives-list ol,
.widget_product_brands ul,
.widget_product_brands ol,
.widget_pages ul,
.widget_pages ol,
.widget_categories ul,
.widget_categories ol,
.widget_archive ul,
.widget_archive ol,
.widget_recent_comments ul,
.widget_recent_comments ol,
.widget_nav_menu ul,
.widget_nav_menu ol,
.widget_links ul,
.widget_links ol,
.widget_product_categories ul,
.widget_product_categories ol,
.widget_layered_nav ul,
.widget_layered_nav ol,
.widget_meta ul,
.widget_meta ol,
.widget_layered_nav_filters ul,
.widget_layered_nav_filters ol {
  margin-bottom: 0;
}
.widget.widget_block ul li,
.widget.widget_block ol li,
.wp-block-archives-list ul li,
.wp-block-archives-list ol li,
.widget_product_brands ul li,
.widget_product_brands ol li,
.widget_pages ul li,
.widget_pages ol li,
.widget_categories ul li,
.widget_categories ol li,
.widget_archive ul li,
.widget_archive ol li,
.widget_recent_comments ul li,
.widget_recent_comments ol li,
.widget_nav_menu ul li,
.widget_nav_menu ol li,
.widget_links ul li,
.widget_links ol li,
.widget_product_categories ul li,
.widget_product_categories ol li,
.widget_layered_nav ul li,
.widget_layered_nav ol li,
.widget_meta ul li,
.widget_meta ol li,
.widget_layered_nav_filters ul li,
.widget_layered_nav_filters ol li {
  list-style: none;
  margin-bottom: 0.6180339845em;
}
.widget.widget_block ul li a:before,
.widget.widget_block ol li a:before,
.wp-block-archives-list ul li a:before,
.wp-block-archives-list ol li a:before,
.widget_product_brands ul li a:before,
.widget_product_brands ol li a:before,
.widget_pages ul li a:before,
.widget_pages ol li a:before,
.widget_categories ul li a:before,
.widget_categories ol li a:before,
.widget_archive ul li a:before,
.widget_archive ol li a:before,
.widget_recent_comments ul li a:before,
.widget_recent_comments ol li a:before,
.widget_nav_menu ul li a:before,
.widget_nav_menu ol li a:before,
.widget_links ul li a:before,
.widget_links ol li a:before,
.widget_product_categories ul li a:before,
.widget_product_categories ol li a:before,
.widget_layered_nav ul li a:before,
.widget_layered_nav ol li a:before,
.widget_meta ul li a:before,
.widget_meta ol li a:before,
.widget_layered_nav_filters ul li a:before,
.widget_layered_nav_filters ol li a:before {
  content: "";
  height: 1px;
  width: 0;
  background-color: var(--e-global-color-primary);
  position: absolute;
  left: 0;
  bottom: 1px;
  transition: all 0.3s ease;
}
.widget.widget_block ul li a:hover:before,
.widget.widget_block ol li a:hover:before,
.wp-block-archives-list ul li a:hover:before,
.wp-block-archives-list ol li a:hover:before,
.widget_product_brands ul li a:hover:before,
.widget_product_brands ol li a:hover:before,
.widget_pages ul li a:hover:before,
.widget_pages ol li a:hover:before,
.widget_categories ul li a:hover:before,
.widget_categories ol li a:hover:before,
.widget_archive ul li a:hover:before,
.widget_archive ol li a:hover:before,
.widget_recent_comments ul li a:hover:before,
.widget_recent_comments ol li a:hover:before,
.widget_nav_menu ul li a:hover:before,
.widget_nav_menu ol li a:hover:before,
.widget_links ul li a:hover:before,
.widget_links ol li a:hover:before,
.widget_product_categories ul li a:hover:before,
.widget_product_categories ol li a:hover:before,
.widget_layered_nav ul li a:hover:before,
.widget_layered_nav ol li a:hover:before,
.widget_meta ul li a:hover:before,
.widget_meta ol li a:hover:before,
.widget_layered_nav_filters ul li a:hover:before,
.widget_layered_nav_filters ol li a:hover:before {
  width: 100%;
}
.widget.widget_block ul a,
.widget.widget_block ol a,
.wp-block-archives-list ul a,
.wp-block-archives-list ol a,
.widget_product_brands ul a,
.widget_product_brands ol a,
.widget_pages ul a,
.widget_pages ol a,
.widget_categories ul a,
.widget_categories ol a,
.widget_archive ul a,
.widget_archive ol a,
.widget_recent_comments ul a,
.widget_recent_comments ol a,
.widget_nav_menu ul a,
.widget_nav_menu ol a,
.widget_links ul a,
.widget_links ol a,
.widget_product_categories ul a,
.widget_product_categories ol a,
.widget_layered_nav ul a,
.widget_layered_nav ol a,
.widget_meta ul a,
.widget_meta ol a,
.widget_layered_nav_filters ul a,
.widget_layered_nav_filters ol a {
  color: var(--e-global-color-lighter);
}
.widget.widget_block ul a:focus,
.widget.widget_block ul a:hover,
.widget.widget_block ol a:focus,
.widget.widget_block ol a:hover,
.wp-block-archives-list ul a:focus,
.wp-block-archives-list ul a:hover,
.wp-block-archives-list ol a:focus,
.wp-block-archives-list ol a:hover,
.widget_product_brands ul a:focus,
.widget_product_brands ul a:hover,
.widget_product_brands ol a:focus,
.widget_product_brands ol a:hover,
.widget_pages ul a:focus,
.widget_pages ul a:hover,
.widget_pages ol a:focus,
.widget_pages ol a:hover,
.widget_categories ul a:focus,
.widget_categories ul a:hover,
.widget_categories ol a:focus,
.widget_categories ol a:hover,
.widget_archive ul a:focus,
.widget_archive ul a:hover,
.widget_archive ol a:focus,
.widget_archive ol a:hover,
.widget_recent_comments ul a:focus,
.widget_recent_comments ul a:hover,
.widget_recent_comments ol a:focus,
.widget_recent_comments ol a:hover,
.widget_nav_menu ul a:focus,
.widget_nav_menu ul a:hover,
.widget_nav_menu ol a:focus,
.widget_nav_menu ol a:hover,
.widget_links ul a:focus,
.widget_links ul a:hover,
.widget_links ol a:focus,
.widget_links ol a:hover,
.widget_product_categories ul a:focus,
.widget_product_categories ul a:hover,
.widget_product_categories ol a:focus,
.widget_product_categories ol a:hover,
.widget_layered_nav ul a:focus,
.widget_layered_nav ul a:hover,
.widget_layered_nav ol a:focus,
.widget_layered_nav ol a:hover,
.widget_meta ul a:focus,
.widget_meta ul a:hover,
.widget_meta ol a:focus,
.widget_meta ol a:hover,
.widget_layered_nav_filters ul a:focus,
.widget_layered_nav_filters ul a:hover,
.widget_layered_nav_filters ol a:focus,
.widget_layered_nav_filters ol a:hover {
  color: var(--e-global-color-primary);
}
.widget.widget_block ul a:focus .count,
.widget.widget_block ul a:hover .count,
.widget.widget_block ol a:focus .count,
.widget.widget_block ol a:hover .count,
.wp-block-archives-list ul a:focus .count,
.wp-block-archives-list ul a:hover .count,
.wp-block-archives-list ol a:focus .count,
.wp-block-archives-list ol a:hover .count,
.widget_product_brands ul a:focus .count,
.widget_product_brands ul a:hover .count,
.widget_product_brands ol a:focus .count,
.widget_product_brands ol a:hover .count,
.widget_pages ul a:focus .count,
.widget_pages ul a:hover .count,
.widget_pages ol a:focus .count,
.widget_pages ol a:hover .count,
.widget_categories ul a:focus .count,
.widget_categories ul a:hover .count,
.widget_categories ol a:focus .count,
.widget_categories ol a:hover .count,
.widget_archive ul a:focus .count,
.widget_archive ul a:hover .count,
.widget_archive ol a:focus .count,
.widget_archive ol a:hover .count,
.widget_recent_comments ul a:focus .count,
.widget_recent_comments ul a:hover .count,
.widget_recent_comments ol a:focus .count,
.widget_recent_comments ol a:hover .count,
.widget_nav_menu ul a:focus .count,
.widget_nav_menu ul a:hover .count,
.widget_nav_menu ol a:focus .count,
.widget_nav_menu ol a:hover .count,
.widget_links ul a:focus .count,
.widget_links ul a:hover .count,
.widget_links ol a:focus .count,
.widget_links ol a:hover .count,
.widget_product_categories ul a:focus .count,
.widget_product_categories ul a:hover .count,
.widget_product_categories ol a:focus .count,
.widget_product_categories ol a:hover .count,
.widget_layered_nav ul a:focus .count,
.widget_layered_nav ul a:hover .count,
.widget_layered_nav ol a:focus .count,
.widget_layered_nav ol a:hover .count,
.widget_meta ul a:focus .count,
.widget_meta ul a:hover .count,
.widget_meta ol a:focus .count,
.widget_meta ol a:hover .count,
.widget_layered_nav_filters ul a:focus .count,
.widget_layered_nav_filters ul a:hover .count,
.widget_layered_nav_filters ol a:focus .count,
.widget_layered_nav_filters ol a:hover .count {
  color: var(--e-global-color-primary);
}
.widget.widget_block ul .children,
.widget.widget_block ol .children,
.wp-block-archives-list ul .children,
.wp-block-archives-list ol .children,
.widget_product_brands ul .children,
.widget_product_brands ol .children,
.widget_pages ul .children,
.widget_pages ol .children,
.widget_categories ul .children,
.widget_categories ol .children,
.widget_archive ul .children,
.widget_archive ol .children,
.widget_recent_comments ul .children,
.widget_recent_comments ol .children,
.widget_nav_menu ul .children,
.widget_nav_menu ol .children,
.widget_links ul .children,
.widget_links ol .children,
.widget_product_categories ul .children,
.widget_product_categories ol .children,
.widget_layered_nav ul .children,
.widget_layered_nav ol .children,
.widget_meta ul .children,
.widget_meta ol .children,
.widget_layered_nav_filters ul .children,
.widget_layered_nav_filters ol .children {
  margin-top: 0.875em;
}
.widget_archive select {
  margin-bottom: 0;
}
.widget_nav_menu li,
.widget_pages li,
.widget_categories li,
.widget_archive li,
.wp-block-archives li,
.wp-block-categories li,
.product-categories li,
.product-brands li {
  list-style: none;
  margin-bottom: 0.6180339845em;
}
.widget_nav_menu li a,
.widget_pages li a,
.widget_categories li a,
.widget_archive li a,
.wp-block-archives li a,
.wp-block-categories li a,
.product-categories li a,
.product-brands li a {
  position: relative;
  display: inline-flex;
  font-size: 14px;
}
.widget_nav_menu li a .archive-name,
.widget_nav_menu li a .cat-name,
.widget_pages li a .archive-name,
.widget_pages li a .cat-name,
.widget_categories li a .archive-name,
.widget_categories li a .cat-name,
.widget_archive li a .archive-name,
.widget_archive li a .cat-name,
.wp-block-archives li a .archive-name,
.wp-block-archives li a .cat-name,
.wp-block-categories li a .archive-name,
.wp-block-categories li a .cat-name,
.product-categories li a .archive-name,
.product-categories li a .cat-name,
.product-brands li a .archive-name,
.product-brands li a .cat-name {
  margin-right: 4px;
  position: relative;
}
.widget_nav_menu li a .archive-name:before,
.widget_nav_menu li a .cat-name:before,
.widget_pages li a .archive-name:before,
.widget_pages li a .cat-name:before,
.widget_categories li a .archive-name:before,
.widget_categories li a .cat-name:before,
.widget_archive li a .archive-name:before,
.widget_archive li a .cat-name:before,
.wp-block-archives li a .archive-name:before,
.wp-block-archives li a .cat-name:before,
.wp-block-categories li a .archive-name:before,
.wp-block-categories li a .cat-name:before,
.product-categories li a .archive-name:before,
.product-categories li a .cat-name:before,
.product-brands li a .archive-name:before,
.product-brands li a .cat-name:before {
  content: "";
  height: 1px;
  width: 0;
  background-color: var(--e-global-color-primary);
  position: absolute;
  left: 0;
  bottom: 1px;
  transition: all 0.3s ease;
}
.widget_nav_menu li a:hover .archive-name:before,
.widget_nav_menu li a:hover .cat-name:before,
.widget_pages li a:hover .archive-name:before,
.widget_pages li a:hover .cat-name:before,
.widget_categories li a:hover .archive-name:before,
.widget_categories li a:hover .cat-name:before,
.widget_archive li a:hover .archive-name:before,
.widget_archive li a:hover .cat-name:before,
.wp-block-archives li a:hover .archive-name:before,
.wp-block-archives li a:hover .cat-name:before,
.wp-block-categories li a:hover .archive-name:before,
.wp-block-categories li a:hover .cat-name:before,
.product-categories li a:hover .archive-name:before,
.product-categories li a:hover .cat-name:before,
.product-brands li a:hover .archive-name:before,
.product-brands li a:hover .cat-name:before {
  width: 100%;
}
.widget-area .widget_categories select,
.widget-area .widget_archive select {
  margin-bottom: 0;
}
.widget-area .widget_categories .cat-count,
.widget-area .widget_categories .archive-count,
.widget-area .widget_archive .cat-count,
.widget-area .widget_archive .archive-count {
  margin-left: auto;
}
.widget-area .widget_categories a,
.widget-area .widget_archive a {
  display: flex;
}
.widget-area .widget_categories a:before,
.widget-area .widget_archive a:before {
  display: none;
}
.widget-area .widget_categories a:focus,
.widget-area .widget_categories a:hover,
.widget-area .widget_archive a:focus,
.widget-area .widget_archive a:hover {
  color: var(--e-global-color-primary);
}
.widget_recent_comments .wp-block-latest-comments__comment {
  line-height: 1.7;
}
.widget_recent_comments a {
  text-decoration: underline;
}
.wp-block-latest-comments__comment {
  line-height: 1.7;
}
.wp-block-latest-comments .wp-block-latest-comments__comment {
  line-height: 1.7;
}
.wp-block-latest-comments__comment a {
  text-decoration: underline;
}
.wp-block-latest-comments__comment a:hover {
  color: var(--e-global-color-secondary);
}
.widget-area #wp-calendar th,
.widget-area #wp-calendar td,
.footer-widgets #wp-calendar th,
.footer-widgets #wp-calendar td {
  padding: 0.236em;
  text-align: center;
}
.widget-area #wp-calendar #today,
.footer-widgets #wp-calendar #today {
  background-color: var(--e-global-color-border);
  color: var(--e-global-color-primary);
}
.widget_recent_entries ul ul.children {
  margin: 0.6180339845em 0 0;
}
.liquory-canvas-filter .widget h1.widget-title,
.widget-area .widget h1.widget-title {
  font-size: 1.41577975em;
}
.widget_calendar caption,
.wp-block-calendar caption {
  padding: 7px 0;
  background: var(--e-global-color-primary);
  color: #fff;
}
.widget_calendar table th,
.widget_calendar table td,
.wp-block-calendar table th,
.wp-block-calendar table td {
  text-align: center;
  border: 1px solid;
  border-color: var(--e-global-color-border);
}
.widget_calendar table th,
.wp-block-calendar table th {
  background: #ddd;
  color: var(--e-global-color-secondary);
}
.ajax-search .site-header-search .button-search-popup {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  border: none;
  width: 100%;
  height: unset;
}
.ajax-search .site-header-search i {
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 1;
  margin-bottom: 10px;
  color: var(--e-global-color-secondary);
}
.ajax-search .site-header-search .content {
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 14px;
  font-weight: var(--e-global-typography-primary-font-weight);
  color: var(--e-global-color-secondary);
}
.ajax-search .site-header-search:hover i {
  color: var(--e-global-color-secondary);
}
.search-by-category {
  display: none;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
}
@media (max-width: 567px) {
  .search-by-category {
    display: none;
  }
}
.search-by-category .input-dropdown-inner {
  height: 44px;
  line-height: 44px;
  width: 215px;
  position: relative;
}
.search-by-category .input-dropdown-inner:after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
  height: 23px;
  background-color: var(--e-global-color-border);
}
.search-by-category .input-dropdown-inner > a {
  display: block;
  padding-right: 25px;
  padding-left: 30px;
  font-size: 14px;
  font-size: 0.875rem;
  color: var(--e-global-color-secondary);
  position: relative;
}
.search-by-category .input-dropdown-inner > a span {
  width: 135px;
  display: block;
  white-space: nowrap;
  overflow: hidden !important;
  text-overflow: ellipsis;
}
.search-by-category .input-dropdown-inner > a:after {
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
}
.search-by-category .input-dropdown-inner select.dropdown_product_cat_ajax {
  line-height: 44px;
  height: 44px;
  padding: 0 15px;
  font-size: 13px;
  font-size: 0.8125rem;
  display: none;
  border: none;
  background-color: transparent;
}
.search-by-category .list-wrapper {
  position: absolute;
  top: 100%;
  left: 1px;
  z-index: 300;
  display: none;
  margin-top: 1px;
  height: auto;
  background-color: #fff;
  text-align: left;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
  padding-top: 10px;
  padding-bottom: 10px;
}
.search-by-category .list-wrapper .liquory-scroll-content {
  position: relative;
  max-height: 255px;
  max-width: 215px;
  overflow-y: auto;
  margin-bottom: 0;
}
.search-by-category ul li {
  margin-bottom: 0;
}
.search-by-category ul li a {
  display: block;
  padding: 5px 25px;
  color: var(--e-global-color-secondary);
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 20px;
  white-space: nowrap;
}
.search-by-category ul li a:focus,
.search-by-category ul li a:hover {
  background-color: #f9f9f9;
  color: var(--e-global-color-primary);
}
.search-by-category ul li.current-item > a {
  background-color: #f4f4f4;
  color: var(--e-global-color-secondary);
}
.search-by-category ul .children {
  margin-top: 0;
  display: none;
}
.search-by-category ul .children > li > a {
  padding-left: 15px;
  color: var(--e-global-color-lighter);
}
.search-by-category ul .children > li > a:focus,
.search-by-category ul .children > li > a:hover {
  background-color: #f9f9f9;
  color: var(--e-global-color-primary);
}
.search-by-category ul .children .cat-item a span {
  color: var(--e-global-color-accent);
}
.search-by-category ul .children .cat-item a:focus,
.search-by-category ul .children .cat-item a:hover {
  background-color: #f9f9f9;
  color: var(--e-global-color-secondary);
}
.widget .widget_tag_cloud {
  margin-bottom: 18px;
}
@media (min-width: 1024px) {
  .menu-toggle,
  .main-navigation.toggled div.menu {
    display: none;
  }
  .primary-navigation {
    display: block;
  }
  .instagram-widget .instagram-picture,
  .instagram-widget .instagram-box-title {
    order: unset !important;
  }
  .main-navigation {
    clear: both;
    display: block;
    width: 100%;
  }
  .main-navigation ul {
    list-style: none;
    margin: 0;
    padding-left: 0;
    display: block;
  }
  .main-navigation ul li {
    position: relative;
    display: inline-block;
    text-align: left;
  }
  .main-navigation ul li:hover > ul,
  .main-navigation ul li.focus > ul {
    left: 1.25em;
    display: block;
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
  }
  .main-navigation ul li:hover > ul li > ul,
  .main-navigation ul li.focus > ul li > ul {
    left: calc(100% + 70px);
    top: 0;
    opacity: 0;
    visibility: hidden;
  }
  .main-navigation ul li:hover > ul li > ul.sub-menu--is-touch-device,
  .main-navigation ul li.focus > ul li > ul.sub-menu--is-touch-device {
    display: none;
    left: 0;
  }
  .main-navigation ul li:hover > ul li:hover > ul,
  .main-navigation ul li:hover > ul li.focus > ul,
  .main-navigation ul li.focus > ul li:hover > ul,
  .main-navigation ul li.focus > ul li.focus > ul {
    left: 100%;
    top: -13px;
    display: block;
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
  }
  .main-navigation ul ul.sub-menu {
    float: left;
    position: absolute;
    top: 100%;
    z-index: 99999;
    left: 80px;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
    pointer-events: none;
  }
  .main-navigation ul ul.sub-menu.sub-menu--is-touch-device {
    display: none;
    left: 0;
  }
  .main-navigation ul ul.sub-menu li {
    display: block;
  }
  .main-navigation
    ul
    ul.sub-menu
    li
    .product-transition
    .shop-action
    a[class*="product_type_"] {
    display: flex;
  }
  .site-content:before,
  .site-content:after {
    content: "";
    display: table;
  }
  .site-content:after {
    clear: both;
  }
  [class*="liquory-sidebar-"] .content-area {
    width: calc(100% - 380px);
    float: left;
  }
  .liquory-sidebar-left .content-area {
    float: right;
  }
  .liquory-sidebar-right .content-area {
    float: left;
  }
  [class*="liquory-sidebar-"] .widget-area {
    width: 300px;
    float: right;
  }
  .liquory-sidebar-left .widget-area {
    float: left;
  }
  .liquory-sidebar-right .widget-area {
    float: right;
  }
  .left-sidebar .content-area {
    float: left;
  }
  .left-sidebar .widget-area {
    float: right;
  }
  .woocommerce-page.liquory-full-width-content .content-area {
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0;
  }
  .liquory-full-width-content .content-area {
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0;
  }
}
@media (min-width: 768px) {
  .site-branding .site-description {
    margin-bottom: 0;
    display: block;
  }
  .site-header .subscribe-and-connect-connect {
    float: right;
    margin-bottom: 1em;
  }
  .site-header .subscribe-and-connect-connect .icons {
    list-style: none;
    margin: 0;
  }
  .site-header .subscribe-and-connect-connect .icons a {
    font-size: 1em !important;
  }
  .site-header .subscribe-and-connect-connect .icons li {
    margin: 0 0 0 0.5407797364em !important;
    display: inline-block;
  }
  .page-template-template-fullwidth-php .content-area,
  .elementor_library-template-default .content-area,
  .page-template-template-homepage-php .content-area {
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0;
  }
  .comment-list:before,
  .comment-list:after {
    content: "";
    display: table;
  }
  .comment-list:after {
    clear: both;
  }
  .comment-list .comment {
    clear: both;
  }
  .comment-list #respond .comment-form-author,
  .comment-list #respond .comment-form-email,
  .comment-list #respond .comment-form-url {
    width: 100%;
    margin-right: 0;
  }
  .comment-list .comment-body #respond {
    border: 1px solid #e3e3e3;
  }
  .comment-list .reply {
    clear: both;
    position: absolute;
    right: 40px;
    top: 25px;
  }
  .comment-list ol.children {
    margin-left: 80px;
    list-style: none;
  }
  #respond .comment-form-comment {
    clear: both;
  }
  .liquory-primary-navigation {
    clear: both;
  }
  .liquory-primary-navigation:before,
  .liquory-primary-navigation:after {
    content: "";
    display: table;
  }
  .liquory-primary-navigation:after {
    clear: both;
  }
  .main-navigation div.menu {
    display: block;
  }
  .main-navigation ul.menu,
  .main-navigation ul.nav-menu {
    max-height: none;
    overflow: visible;
    margin-left: 0;
    margin-right: 0;
    transition: none;
  }
  .main-navigation ul.menu > li > a,
  .main-navigation ul.nav-menu > li > a {
    padding: 1.287em 1.1em;
  }
  .main-navigation ul.menu > li.menu-item-has-children:hover:after,
  .main-navigation ul.menu > li.page_item_has_children:hover:after,
  .main-navigation ul.nav-menu > li.menu-item-has-children:hover:after,
  .main-navigation ul.nav-menu > li.page_item_has_children:hover:after {
    display: block;
  }
  .main-navigation ul.menu ul.sub-menu,
  .main-navigation ul.nav-menu ul.sub-menu {
    margin-left: 0;
  }
  .main-navigation ul.menu ul.sub-menu > li.menu-item > a,
  .main-navigation ul.nav-menu ul.sub-menu > li.menu-item > a {
    display: block;
    padding: 0.52rem 2.5rem;
    font-weight: var(--e-global-typography-text-font-family);
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 1.25;
    color: var(--e-global-color-lighter);
  }
  .main-navigation ul.menu ul.sub-menu > li.menu-item.current-menu-parent > a,
  .main-navigation ul.menu ul.sub-menu > li.menu-item.current-menu-item > a,
  .main-navigation ul.menu ul.sub-menu > li.menu-item.current-menu-ancestor > a,
  .main-navigation
    ul.nav-menu
    ul.sub-menu
    > li.menu-item.current-menu-parent
    > a,
  .main-navigation ul.nav-menu ul.sub-menu > li.menu-item.current-menu-item > a,
  .main-navigation
    ul.nav-menu
    ul.sub-menu
    > li.menu-item.current-menu-ancestor
    > a {
    color: var(--e-global-color-secondary);
    text-decoration: underline;
  }
  .main-navigation ul.menu ul.sub-menu > li.menu-item:hover > a,
  .main-navigation ul.nav-menu ul.sub-menu > li.menu-item:hover > a {
    color: var(--e-global-color-secondary);
    text-decoration: underline;
  }
  .main-navigation ul.menu ul.sub-menu ul,
  .main-navigation ul.nav-menu ul.sub-menu ul {
    margin-left: 0;
  }
  .error404 .fourohfour-columns-2 .col-1 {
    width: 48.3870967742%;
    float: left;
    margin-right: 3.2258064516%;
  }
  .error404 .fourohfour-columns-2 .col-1 .products {
    margin-bottom: 0;
  }
  .error404 .fourohfour-columns-2 .col-2 {
    width: 48.3870967742%;
    float: right;
    margin-right: 0;
  }
  .wpml-ls-statics-footer {
    max-width: 1290px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 15px;
    padding-right: 15px;
  }
  .wpml-ls-statics-footer:before,
  .wpml-ls-statics-footer:after {
    content: "";
    display: table;
  }
  .wpml-ls-statics-footer:after {
    clear: both;
  }
  .wpml-ls-statics-footer:after {
    content: " ";
    display: block;
    clear: both;
  }
  .copyright-bar .liquory-social {
    text-align: left;
    margin: 0;
  }
  .copyright-bar .site-info {
    margin: 0;
  }
  .copyright-bar .logo-brands img {
    margin-left: auto;
    margin-right: 0;
  }
}
.hfe-nav-menu.vertical ul.hfe-nav-menu li.menu-item a.hfe-menu-item {
  display: inline-block;
  position: relative;
}
.hfe-nav-menu.vertical ul.hfe-nav-menu li.menu-item a.hfe-menu-item:before {
  position: absolute;
  content: "";
  width: 0;
  height: 1px;
  top: 100%;
  left: 0;
  background-color: var(--e-global-color-secondary);
  transition: all 0.4s ease;
}
.hfe-nav-menu.vertical
  ul.hfe-nav-menu
  li.menu-item
  a.hfe-menu-item:hover:before {
  background-color: var(--e-global-color-secondary);
  width: 100%;
}
.hfe-nav-menu.vertical
  ul.hfe-nav-menu
  li.menu-item.current-menu-item
  a.hfe-menu-item:before {
  width: 100%;
  opacity: 1 !important;
}
.elementor-menu-one
  .elementor-widget-navigation-menu
  .hfe-nav-menu.vertical
  ul.hfe-nav-menu
  li.menu-item
  a.hfe-menu-item {
  margin: 0;
}
.elementor-menu-one
  .elementor-widget-navigation-menu
  .hfe-nav-menu.vertical
  ul.hfe-nav-menu
  li.menu-item
  a.hfe-menu-item:before {
  background-color: var(--e-global-color-primary);
  width: 0;
}
.d-flex {
  display: flex;
}
.flex-row {
  flex-direction: row;
}
.flex-column {
  flex-direction: column;
}
.flex-row-reverse {
  flex-direction: row-reverse;
}
.flex-column-reverse {
  flex-direction: column-reverse;
}
.flex-wrap {
  flex-wrap: wrap;
}
.flex-nowrap {
  flex-wrap: nowrap;
}
.flex-wrap-reverse {
  flex-wrap: wrap-reverse;
}
.justify-content-start {
  justify-content: flex-start;
}
.justify-content-end {
  justify-content: flex-end;
}
.justify-content-center {
  justify-content: center;
}
.justify-content-between {
  justify-content: space-between;
}
.justify-content-around {
  justify-content: space-around;
}
.align-items-start {
  align-items: flex-start;
}
.align-items-end {
  align-items: flex-end;
}
.align-items-center {
  align-items: center;
}
.align-items-baseline {
  align-items: baseline;
}
.align-items-stretch {
  align-items: stretch;
}
.align-content-start {
  align-content: flex-start;
}
.align-content-end {
  align-content: flex-end;
}
.align-content-center {
  align-content: center;
}
.align-content-between {
  align-content: space-between;
}
.align-content-around {
  align-content: space-around;
}
.align-content-stretch {
  align-content: stretch;
}
.align-self-auto {
  align-self: auto;
}
.align-self-start {
  align-self: flex-start;
}
.align-self-end {
  align-self: flex-end;
}
.align-self-center {
  align-self: center;
}
.align-self-baseline {
  align-self: baseline;
}
.align-self-stretch {
  align-self: stretch;
}
.text-left {
  text-align: left;
}
.text-center {
  text-align: center;
}
.text-right {
  text-align: right;
}
.liquory-social-share {
  font-size: 14px;
  font-size: 0.875rem;
}
.liquory-social-share .social-share-header {
  color: var(--e-global-color-text);
}
.liquory-social-share a {
  padding-left: 5px;
  padding-right: 5px;
  color: var(--e-global-color-text);
}
.liquory-social-share a:hover {
  color: var(--e-global-color-primary);
}
.liquory-social-share a span {
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  overflow: hidden;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
}
.liquory-social-share a span:focus {
  background-color: #f1f1f1;
  color: #21759b;
  border-radius: 3px;
  -webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-family: var(--e-global-typography-secondary-font-family);
  font-weight: var(--e-global-typography-secondary-font-weight);
  text-transform: var(--e-global-typography-secondary-text-transform);
  font-style: var(--e-global-typography-secondary-font-style);
  text-decoration: var(--e-global-typography-secondary-text-decoration);
  line-height: var(--e-global-typography-secondary-line-height);
  letter-spacing: var(--e-global-typography-secondary-letter-spacing);
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
}
.single-product .liquory-social-share {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-top: 22px;
}
.single-product .liquory-social-share .social-share-header {
  display: block;
  margin-right: 18px;
}
.single-product .liquory-social-share a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  text-align: center;
  line-height: 34px;
  padding: 0;
  margin-right: 10px;
  color: #fff;
  background-color: var(--e-global-color-primary);
}
.single-product .liquory-social-share a.social-facebook {
  background-color: #3b5998;
}
.single-product .liquory-social-share a.social-twitter {
  background-color: #1da1f2;
}
.single-product .liquory-social-share a.social-linkedin {
  background-color: #0077b5;
}
.single-product .liquory-social-share a.social-google {
  background-color: #787c80;
}
.single-product .liquory-social-share a.social-pinterest {
  background-color: #e60023;
}
.single-product .liquory-social-share a i {
  font-size: 12px;
  font-size: 0.75rem;
}

[class*="liquory-icon-"] {
  font-family: liquory-icon;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  font-weight: 400;
  line-height: 1;
  vertical-align: middle;
}
.liquory-icon-account:before {
  content: "";
}
.liquory-icon-alarm:before {
  content: "";
}
.liquory-icon-amazing-value:before {
  content: "";
}
.liquory-icon-angle-down:before {
  content: "";
}
.liquory-icon-angle-left:before {
  content: "";
}
.liquory-icon-angle-right:before {
  content: "";
}
.liquory-icon-angle-up:before {
  content: "";
}
.liquory-icon-arrow-right1:before {
  content: "";
}
.liquory-icon-arrow_s:before {
  content: "";
}
.liquory-icon-beer:before {
  content: "";
}
.liquory-icon-beer2:before {
  content: "";
}
.liquory-icon-best-seller:before {
  content: "";
}
.liquory-icon-breadcrumb:before {
  content: "";
}
.liquory-icon-calendar-alt:before {
  content: "";
}
.liquory-icon-cart:before {
  content: "";
}
.liquory-icon-check-o:before {
  content: "";
}
.liquory-icon-check-square-solid:before {
  content: "";
}
.liquory-icon-click:before {
  content: "";
}
.liquory-icon-clock:before {
  content: "";
}
.liquory-icon-close-circle-line:before {
  content: "";
}
.liquory-icon-club:before {
  content: "";
}
.liquory-icon-cocktail:before {
  content: "";
}
.liquory-icon-cocktail2:before {
  content: "";
}
.liquory-icon-cogac:before {
  content: "";
}
.liquory-icon-cogac2:before {
  content: "";
}
.liquory-icon-coolicon:before {
  content: "";
}
.liquory-icon-day-delivery:before {
  content: "";
}
.liquory-icon-delivery:before {
  content: "";
}
.liquory-icon-directly:before {
  content: "";
}
.liquory-icon-expert:before {
  content: "";
}
.liquory-icon-facebook-o:before {
  content: "";
}
.liquory-icon-fast-delivery:before {
  content: "";
}
.liquory-icon-featured:before {
  content: "";
}
.liquory-icon-filter-ul:before {
  content: "";
}
.liquory-icon-filters:before {
  content: "";
}
.liquory-icon-free-return:before {
  content: "";
}
.liquory-icon-gift2:before {
  content: "";
}
.liquory-icon-grape:before {
  content: "";
}
.liquory-icon-great-value:before {
  content: "";
}
.liquory-icon-grid-o:before {
  content: "";
}
.liquory-icon-help-center:before {
  content: "";
}
.liquory-icon-increase:before {
  content: "";
}
.liquory-icon-instagram-o:before {
  content: "";
}
.liquory-icon-layout-grid-line:before {
  content: "";
}
.liquory-icon-left-arrow:before {
  content: "";
}
.liquory-icon-linkedin-in:before {
  content: "";
}
.liquory-icon-list-o:before {
  content: "";
}
.liquory-icon-long-arrow-down:before {
  content: "";
}
.liquory-icon-long-arrow-right:before {
  content: "";
}
.liquory-icon-long-arrow-up:before {
  content: "";
}
.liquory-icon-mail-send-line:before {
  content: "";
}
.liquory-icon-map-marker-alt:before {
  content: "";
}
.liquory-icon-map-pin-line:before {
  content: "";
}
.liquory-icon-marketplace:before {
  content: "";
}
.liquory-icon-minus-o:before {
  content: "";
}
.liquory-icon-mobile-shopping:before {
  content: "";
}
.liquory-icon-mobile:before {
  content: "";
}
.liquory-icon-money-check:before {
  content: "";
}
.liquory-icon-movies:before {
  content: "";
}
.liquory-icon-new:before {
  content: "";
}
.liquory-icon-play-fill:before {
  content: "";
}
.liquory-icon-plus-o:before {
  content: "";
}
.liquory-icon-plus2:before {
  content: "";
}
.liquory-icon-price:before {
  content: "";
}
.liquory-icon-quote-left:before {
  content: "";
}
.liquory-icon-reply-line:before {
  content: "";
}
.liquory-icon-right-arrow-cicrle:before {
  content: "";
}
.liquory-icon-right-arrow:before {
  content: "";
}
.liquory-icon-safe-packaging:before {
  content: "";
}
.liquory-icon-sale:before {
  content: "";
}
.liquory-icon-search2:before {
  content: "";
}
.liquory-icon-send-back:before {
  content: "";
}
.liquory-icon-setting:before {
  content: "";
}
.liquory-icon-share-all:before {
  content: "";
}
.liquory-icon-shopping-new:before {
  content: "";
}
.liquory-icon-sliders-v:before {
  content: "";
}
.liquory-icon-store2:before {
  content: "";
}
.liquory-icon-support:before {
  content: "";
}
.liquory-icon-team:before {
  content: "";
}
.liquory-icon-tequila:before {
  content: "";
}
.liquory-icon-th-large-o:before {
  content: "";
}
.liquory-icon-ticket-simple:before {
  content: "";
}
.liquory-icon-trusted-marketplace:before {
  content: "";
}
.liquory-icon-twitter-o:before {
  content: "";
}
.liquory-icon-user-o:before {
  content: "";
}
.liquory-icon-valuable:before {
  content: "";
}
.liquory-icon-wallet-security:before {
  content: "";
}
.liquory-icon-whiskey:before {
  content: "";
}
.liquory-icon-whiskey2:before {
  content: "";
}
.liquory-icon-wine-tasting:before {
  content: "";
}
.liquory-icon-wine:before {
  content: "";
}
.liquory-icon-wine2:before {
  content: "";
}
.liquory-icon-adobe:before {
  content: "";
}
.liquory-icon-amazon:before {
  content: "";
}
.liquory-icon-android:before {
  content: "";
}
.liquory-icon-angular:before {
  content: "";
}
.liquory-icon-apper:before {
  content: "";
}
.liquory-icon-apple:before {
  content: "";
}
.liquory-icon-atlassian:before {
  content: "";
}
.liquory-icon-behance:before {
  content: "";
}
.liquory-icon-bitbucket:before {
  content: "";
}
.liquory-icon-bitcoin:before {
  content: "";
}
.liquory-icon-bity:before {
  content: "";
}
.liquory-icon-bluetooth:before {
  content: "";
}
.liquory-icon-btc:before {
  content: "";
}
.liquory-icon-centos:before {
  content: "";
}
.liquory-icon-chrome:before {
  content: "";
}
.liquory-icon-codepen:before {
  content: "";
}
.liquory-icon-cpanel:before {
  content: "";
}
.liquory-icon-discord:before {
  content: "";
}
.liquory-icon-dochub:before {
  content: "";
}
.liquory-icon-docker:before {
  content: "";
}
.liquory-icon-dribbble:before {
  content: "";
}
.liquory-icon-dropbox:before {
  content: "";
}
.liquory-icon-drupal:before {
  content: "";
}
.liquory-icon-ebay:before {
  content: "";
}
.liquory-icon-facebook-f:before {
  content: "";
}
.liquory-icon-facebook:before {
  content: "";
}
.liquory-icon-figma:before {
  content: "";
}
.liquory-icon-firefox:before {
  content: "";
}
.liquory-icon-google-plus:before {
  content: "";
}
.liquory-icon-google:before {
  content: "";
}
.liquory-icon-grunt:before {
  content: "";
}
.liquory-icon-gulp:before {
  content: "";
}
.liquory-icon-html5:before {
  content: "";
}
.liquory-icon-joomla:before {
  content: "";
}
.liquory-icon-link-brand:before {
  content: "";
}
.liquory-icon-linkedin:before {
  content: "";
}
.liquory-icon-mailchimp:before {
  content: "";
}
.liquory-icon-opencart:before {
  content: "";
}
.liquory-icon-paypal:before {
  content: "";
}
.liquory-icon-pinterest-p:before {
  content: "";
}
.liquory-icon-reddit:before {
  content: "";
}
.liquory-icon-skype:before {
  content: "";
}
.liquory-icon-slack:before {
  content: "";
}
.liquory-icon-snapchat:before {
  content: "";
}
.liquory-icon-spotify:before {
  content: "";
}
.liquory-icon-trello:before {
  content: "";
}
.liquory-icon-twitter:before {
  content: "";
}
.liquory-icon-vimeo:before {
  content: "";
}
.liquory-icon-whatsapp:before {
  content: "";
}
.liquory-icon-wordpress:before {
  content: "";
}
.liquory-icon-yoast:before {
  content: "";
}
.liquory-icon-youtube:before {
  content: "";
}
.liquory-icon-360:before {
  content: "";
}
.liquory-icon-arrow-down:before {
  content: "";
}
.liquory-icon-arrow-left:before {
  content: "";
}
.liquory-icon-arrow-right:before {
  content: "";
}
.liquory-icon-arrow-up:before {
  content: "";
}
.liquory-icon-bars:before {
  content: "";
}
.liquory-icon-caret-down:before {
  content: "";
}
.liquory-icon-caret-left:before {
  content: "";
}
.liquory-icon-caret-right:before {
  content: "";
}
.liquory-icon-caret-up:before {
  content: "";
}
.liquory-icon-cart-empty:before {
  content: "";
}
.liquory-icon-check-square:before {
  content: "";
}
.liquory-icon-chevron-down:before {
  content: "";
}
.liquory-icon-chevron-left:before {
  content: "";
}
.liquory-icon-chevron-right:before {
  content: "";
}
.liquory-icon-chevron-up:before {
  content: "";
}
.liquory-icon-circle:before {
  content: "";
}
.liquory-icon-cloud-download-alt:before {
  content: "";
}
.liquory-icon-comment:before {
  content: "";
}
.liquory-icon-comments:before {
  content: "";
}
.liquory-icon-compare:before {
  content: "";
}
.liquory-icon-contact:before {
  content: "";
}
.liquory-icon-credit-card:before {
  content: "";
}
.liquory-icon-dot-circle:before {
  content: "";
}
.liquory-icon-edit:before {
  content: "";
}
.liquory-icon-envelope:before {
  content: "";
}
.liquory-icon-expand-alt:before {
  content: "";
}
.liquory-icon-external-link-alt:before {
  content: "";
}
.liquory-icon-file-alt:before {
  content: "";
}
.liquory-icon-file-archive:before {
  content: "";
}
.liquory-icon-filter:before {
  content: "";
}
.liquory-icon-folder-open:before {
  content: "";
}
.liquory-icon-folder:before {
  content: "";
}
.liquory-icon-frown:before {
  content: "";
}
.liquory-icon-gift:before {
  content: "";
}
.liquory-icon-grid:before {
  content: "";
}
.liquory-icon-grip-horizontal:before {
  content: "";
}
.liquory-icon-heart-fill:before {
  content: "";
}
.liquory-icon-heart:before {
  content: "";
}
.liquory-icon-history:before {
  content: "";
}
.liquory-icon-home:before {
  content: "";
}
.liquory-icon-info-circle:before {
  content: "";
}
.liquory-icon-instagram:before {
  content: "";
}
.liquory-icon-level-up-alt:before {
  content: "";
}
.liquory-icon-list:before {
  content: "";
}
.liquory-icon-map-marker-check:before {
  content: "";
}
.liquory-icon-meh:before {
  content: "";
}
.liquory-icon-minus-circle:before {
  content: "";
}
.liquory-icon-minus:before {
  content: "";
}
.liquory-icon-mobile-android-alt:before {
  content: "";
}
.liquory-icon-money-bill:before {
  content: "";
}
.liquory-icon-pencil-alt:before {
  content: "";
}
.liquory-icon-plus-circle:before {
  content: "";
}
.liquory-icon-plus:before {
  content: "";
}
.liquory-icon-quickview:before {
  content: "";
}
.liquory-icon-random:before {
  content: "";
}
.liquory-icon-rating-stroke:before {
  content: "";
}
.liquory-icon-rating:before {
  content: "";
}
.liquory-icon-reply-all:before {
  content: "";
}
.liquory-icon-reply:before {
  content: "";
}
.liquory-icon-search-plus:before {
  content: "";
}
.liquory-icon-search:before {
  content: "";
}
.liquory-icon-shield-check:before {
  content: "";
}
.liquory-icon-shopping-basket:before {
  content: "";
}
.liquory-icon-shopping-cart:before {
  content: "";
}
.liquory-icon-sign-out-alt:before {
  content: "";
}
.liquory-icon-smile:before {
  content: "";
}
.liquory-icon-spinner:before {
  content: "";
}
.liquory-icon-square:before {
  content: "";
}
.liquory-icon-star:before {
  content: "";
}
.liquory-icon-store:before {
  content: "";
}
.liquory-icon-sync:before {
  content: "";
}
.liquory-icon-tachometer-alt:before {
  content: "";
}
.liquory-icon-th-large:before {
  content: "";
}
.liquory-icon-th-list:before {
  content: "";
}
.liquory-icon-thumbtack:before {
  content: "";
}
.liquory-icon-ticket:before {
  content: "";
}
.liquory-icon-times-circle:before {
  content: "";
}
.liquory-icon-times:before {
  content: "";
}
.liquory-icon-trophy-alt:before {
  content: "";
}
.liquory-icon-user-headset:before {
  content: "";
}
.liquory-icon-user-shield:before {
  content: "";
}
.liquory-icon-user:before {
  content: "";
}
.liquory-icon-video:before {
  content: "";
}
.liquory-icon-wishlist-empty:before {
  content: "";
}
.liquory-icon-wishlist:before {
  content: "";
}
.liquory-social ul {
  margin: 0;
  list-style-type: none;
}
.liquory-social ul li {
  display: inline-block;
  margin-right: 10px;
  line-height: 1;
}
.liquory-social ul li:last-child {
  margin-right: 0;
}
.liquory-social ul li a:before {
  position: relative;
  font-family: liquory-icon;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  font-weight: 400;
  line-height: 1;
  vertical-align: middle;
  content: "";
}
.liquory-social ul li a[href*="twitter"]:before {
  content: "";
  color: #1da1f2;
}
.liquory-social ul li a[href*="instagram"]:before {
  content: "";
  color: #262626;
}
.liquory-social ul li a[href*="docker"]:before {
  content: "";
}
.liquory-social ul li a[href*="dochub"]:before {
  content: "";
}
.liquory-social ul li a[href*="yelp"]:before {
  content: "";
  color: #af0606;
}
.liquory-social ul li a[href*="flickr"]:before {
  content: "";
  color: #0063dc;
}
.liquory-social ul li a[href*="github"]:before {
  content: "";
  color: #333;
}
.liquory-social ul li a[href*="dribbble"]:before {
  content: "";
  color: #ea4c89;
}
.liquory-social ul li a[href*="wordpress"]:before {
  content: "";
  color: #21759b;
}
.liquory-social ul li a[href*="tumblr"]:before {
  content: "";
  color: #35465c;
}
.liquory-social ul li a[href*="angular"]:before {
  content: "";
}
.liquory-social ul li a[href*="atlassian"]:before {
  content: "";
}
.liquory-social ul li a[href*="snapchat"]:before {
  content: "";
  color: #fffc00;
}
.liquory-social ul li a[href*="apper"]:before {
  content: "";
}
.liquory-social ul li a[href*="codepen"]:before {
  content: "";
}
.liquory-social ul li a[href*="gulp"]:before {
  content: "";
}
.liquory-social ul li a[href*="cpanel"]:before {
  content: "";
}
.liquory-social ul li a[href*="skype"]:before {
  content: "";
  color: #00aff0;
}
.liquory-social ul li a[href*="reddit"]:before {
  content: "";
  color: #ff4500;
}
.liquory-social ul li a[href*="whatsapp"]:before {
  content: "";
}
.liquory-social ul li a[href*="slack"]:before {
  content: "";
}
.liquory-social ul li a[href*="amazon"]:before {
  content: "";
}
.liquory-social ul li a[href*="android"]:before {
  content: "";
}
.liquory-social ul li a[href*="grunt"]:before {
  content: "";
}
.liquory-social ul li a[href*="firefox"]:before {
  content: "";
}
.liquory-social ul li a[href*="adobe"]:before {
  content: "";
}
.liquory-social ul li a[href*="behance"]:before {
  content: "";
}
.liquory-social ul li a[href*="dropbox"]:before {
  content: "";
}
.liquory-social ul li a[href*="facebook"]:before {
  content: "";
  color: #3b5998;
}
.liquory-social ul li a[href*="linkedin"]:before {
  content: "";
  color: #0077b5;
}
.liquory-social ul li a[href*="paypal"]:before {
  content: "";
}
.liquory-social ul li a[href*="trello"]:before {
  content: "";
}
.liquory-social ul li a[href*="vimeo"]:before {
  content: "";
  color: #1ab7ea;
}
.liquory-social ul li a[href*="youtube"]:before {
  content: "";
  color: #cd201f;
}
.liquory-social ul li a[href*="apple"]:before {
  content: "";
  color: #999;
}
.liquory-social ul li a[href*="bitbucket"]:before {
  content: "";
}
.liquory-social ul li a[href*="bitcoin"]:before {
  content: "";
}
.liquory-social ul li a[href*="bluetooth"]:before {
  content: "";
}
.liquory-social ul li a[href*="bity"]:before {
  content: "";
}
.liquory-social ul li a[href*="google/chrome"]:before {
  content: "";
}
.liquory-social ul li a[href*="drupal"]:before {
  content: "";
}
.liquory-social ul li a[href*="html5"]:before {
  content: "";
}
.liquory-social ul li a[href*="mailchimp"]:before {
  content: "";
}
.liquory-social ul li a[href*="jenkins"]:before {
  content: "";
}
.liquory-social ul li a[href*="spotify"]:before {
  content: "";
  color: #2ebd59;
}
.liquory-social ul li a[href*="ebay"]:before {
  content: "";
}
.liquory-social ul li a[href*="telegram"]:before {
  content: "";
  color: #2ca5e0;
}
.liquory-social ul li a[href*="yoast"]:before {
  content: "";
}
.liquory-social ul li a[href*="btc-e"]:before {
  content: "";
}
.liquory-social ul li a[href*="discord"]:before {
  content: "";
}
.liquory-social ul li a[href*="google"]:before {
  content: "";
  color: #dd4b39;
}
.liquory-social ul li a[href*="google-plus"]:before {
  content: "";
}
.liquory-social ul li a[href*="figma"]:before {
  content: "";
}
.liquory-social ul li a[href*="joomla"]:before {
  content: "";
}
.liquory-social ul li a[href*="opencart"]:before {
  content: "";
}
.liquory-social ul li a[href*="pinterest"]:before {
  content: "";
  color: #bd081c;
}
.liquory-social ul li a[href*="vimeo"]:before {
  content: "";
  color: #1ab7ea;
}
.liquory-social ul li a[href*="centos"]:before {
  content: "";
}
.liquory-social ul li a[href*="whatsapp"]:before {
  content: "";
}
#comments .commentlist .bypostauthor > .comment-body cite:after {
  font-family: liquory-icon;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  font-weight: 400;
  line-height: 1;
  vertical-align: middle;
  content: "";
  margin-left: 0.5407797364em;
}
#comments .reply a:before {
  font-family: liquory-icon;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  font-weight: 400;
  line-height: 1;
  vertical-align: middle;
  content: "";
  margin-top: -5px;
  font-size: 11px;
  font-size: 0.6875rem;
}
#comments .reply a.comment-edit-link:before {
  font-family: liquory-icon;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  font-weight: 400;
  line-height: 1;
  vertical-align: middle;
  content: "";
}
#respond #cancel-comment-reply-link:before {
  font-family: liquory-icon;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  font-weight: 400;
  line-height: 1;
  vertical-align: middle;
  content: "";
  display: block;
}
.sticky .entry-title:before {
  font-family: liquory-icon;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  font-weight: 400;
  line-height: 1;
  vertical-align: middle;
  content: "";
  margin-right: 0.5407797364em;
}
button.loading,
input[type="button"].loading,
input[type="reset"].loading,
input[type="submit"].loading,
.button.loading {
  position: relative;
}
button.loading:after,
input[type="button"].loading:after,
input[type="reset"].loading:after,
input[type="submit"].loading:after,
.button.loading:after {
  font-family: liquory-icon;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  font-weight: 400;
  line-height: 1;
  vertical-align: middle;
  content: "";
  animation: fa-spin 0.75s linear infinite;
  height: 20px;
  width: 20px;
  line-height: 20px;
  font-size: 20px;
  font-size: 1.25rem;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -10px;
  margin-top: -10px;
  display: block;
}
a[class*="product_type_"].loading,
.added_to_cart.loading {
  position: relative;
}
a[class*="product_type_"].loading:after,
.added_to_cart.loading:after {
  content: "";
}
a[class*="product_type_"].loading:before,
.added_to_cart.loading:before {
  font-family: liquory-icon;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  font-weight: 400;
  line-height: 1;
  vertical-align: middle;
  content: "";
  animation: fa-spin 0.75s linear infinite;
  height: 15px;
  width: 15px;
  line-height: 15px;
  font-size: 15px;
  font-size: 0.9375rem;
}
.shop-action .blockUI.blockOverlay:before,
.shop-action .loader:before {
  top: 50%;
  left: 50%;
  opacity: 1 !important;
  font-family: liquory-icon;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  font-weight: 400;
  line-height: 1;
  vertical-align: middle;
  content: "";
  animation: fa-spin 0.75s linear infinite;
  font-size: 20px;
  font-size: 1.25rem;
  width: 20px;
  height: 20px;
  line-height: 1;
  position: absolute;
  display: block !important;
  margin-left: -10px;
  margin-top: -10px;
  color: #000;
}
.shop-action .blockUI.blockOverlay {
  opacity: 1 !important;
  overflow: hidden;
  background-image: none !important;
  background: #fff !important;
}
.main-navigtion ul li a:before {
  font-family: liquory-icon;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  font-weight: 400;
  line-height: 1;
  vertical-align: middle;
  content: "";
  margin-right: 0.5407797364em;
}
.mobile-navigation ul li button:after,
.mobile-navigation-categories ul li button:after {
  font-family: liquory-icon;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  font-weight: 400;
  line-height: 1;
  vertical-align: middle;
  content: "";
}
.mobile-navigation ul li button.toggled-on:after,
.mobile-navigation-categories ul li button.toggled-on:after {
  font-family: liquory-icon;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  font-weight: 400;
  line-height: 1;
  vertical-align: middle;
  content: "";
}
.widget_search:not(.widget_block) form:before,
.widget_product_search form:before {
  font-family: liquory-icon;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  font-weight: 400;
  line-height: 1;
  vertical-align: middle;
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  transform: translate(0, -50%);
  z-index: 1;
  height: 52px;
  width: 80px;
  justify-content: center;
  align-items: center;
  display: inline-flex;
}
form.wp-block-search:before {
  display: none;
}
form.wp-block-search .wp-block-search__inside-wrapper {
  position: relative;
}
form.wp-block-search
  .wp-block-search__inside-wrapper
  .wp-block-search__button:before {
  font-family: liquory-icon;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  font-weight: 400;
  line-height: 1;
  vertical-align: middle;
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
  color: #fff;
  font-size: 18px;
}
.single-product .pswp__button {
  background-color: transparent;
}
.single-product
  div.product
  .woocommerce-product-gallery
  .woocommerce-product-gallery__trigger {
  text-indent: -999px;
  overflow: hidden;
}
.single-product
  div.product
  .woocommerce-product-gallery
  .woocommerce-product-gallery__trigger:before {
  font-family: liquory-icon;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  font-weight: 400;
  line-height: 1;
  vertical-align: middle;
  content: "";
  display: block;
  line-height: 20px;
  text-indent: 0;
  font-weight: var(--e-global-typography-primary-font-weight);
  font-size: 20px;
  font-size: 1.25rem;
}
.single-product
  div.product
  .woocommerce-product-gallery
  .woocommerce-product-gallery__trigger
  img {
  display: none !important;
}
.single-product
  div.product
  .entry-summary
  .yith-wcwl-add-to-wishlist
  > div
  > a:before {
  font-family: liquory-icon;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  font-weight: 400;
  line-height: 1;
  vertical-align: middle;
  content: "";
}
.single-product div.product .entry-summary .compare:before {
  font-family: liquory-icon;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  font-weight: 400;
  line-height: 1;
  vertical-align: middle;
  content: "";
}
.stock:before {
  font-family: liquory-icon;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  font-weight: 400;
  line-height: 1;
  vertical-align: middle;
  margin-right: 0.5407797364em;
  margin-top: -4px;
}
.stock.in-stock:before {
  content: "";
}
.content-area .liquory-dropdown-filter-wrap .widget_layered_nav ul {
  margin-left: 0;
}
.content-area .liquory-dropdown-filter-wrap .widget_layered_nav ul li {
  padding-left: 1.618034em;
}
.content-area .liquory-dropdown-filter-wrap .widget_layered_nav ul li:before {
  font-family: liquory-icon;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  font-weight: 400;
  line-height: 1;
  vertical-align: middle;
  margin-right: 0.5407797364em;
  display: block;
  float: left;
  opacity: 0.35;
  margin-left: -1.618034em;
  width: 1em;
}
.content-area
  .liquory-dropdown-filter-wrap
  .widget_layered_nav
  ul
  li
  .children {
  margin-left: 0;
}
.content-area .liquory-dropdown-filter-wrap .widget_layered_nav li:before {
  content: "";
}
.content-area .liquory-dropdown-filter-wrap .widget_layered_nav .chosen:before {
  content: "";
}
.liquory-canvas-filter .liquory-canvas-filter-wrap .widget_layered_nav ul {
  margin-left: 0;
}
.liquory-canvas-filter .liquory-canvas-filter-wrap .widget_layered_nav ul li {
  padding-left: 1.618034em;
}
.liquory-canvas-filter
  .liquory-canvas-filter-wrap
  .widget_layered_nav
  ul
  li:before {
  font-family: liquory-icon;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  font-weight: 400;
  line-height: 1;
  vertical-align: middle;
  margin-right: 0.5407797364em;
  display: block;
  float: left;
  opacity: 0.35;
  margin-left: -1.618034em;
  width: 1em;
}
.liquory-canvas-filter
  .liquory-canvas-filter-wrap
  .widget_layered_nav
  ul
  li
  .children {
  margin-left: 0;
}
.liquory-canvas-filter
  .liquory-canvas-filter-wrap
  .widget_layered_nav
  li:before {
  content: "";
}
.liquory-canvas-filter
  .liquory-canvas-filter-wrap
  .widget_layered_nav
  .chosen:before {
  content: "";
}
a.remove {
  display: block;
  width: 1.618034em;
  height: 1.618034em;
  line-height: 1.618;
  font-weight: var(--e-global-typography-text-font-weight);
  text-indent: -9999px;
  position: relative;
}
a.remove:before {
  font-family: liquory-icon;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  font-weight: 400;
  line-height: 1;
  vertical-align: middle;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  color: var(--e-global-color-lighter);
  line-height: 1.618;
  text-indent: 0;
  text-align: center;
}
.woocommerce-shipping-calculator > p:first-child a:before {
  font-family: liquory-icon;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  font-weight: 400;
  line-height: 1;
  vertical-align: middle;
  content: "";
  margin-right: 0.3342202552em;
}
.blockUI:before {
  font-family: liquory-icon;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  font-weight: 400;
  line-height: 1;
  vertical-align: middle;
  content: "";
  animation: fa-spin 0.75s linear infinite;
  height: 30px;
  width: 30px;
  line-height: 30px;
  font-size: 30px;
  font-size: 1.875rem;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -15px;
  margin-top: -15px;
}
.woocommerce-pagination .next,
.woocommerce-pagination .prev {
  display: inline-block;
  position: relative;
}
#shipping_method li > label {
  cursor: pointer;
  padding-right: 20px;
  position: relative;
}
#shipping_method li > label:after {
  font-family: liquory-icon;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  font-weight: 400;
  line-height: 1;
  vertical-align: middle;
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
#shipping_method li > input[type="radio"]:first-child {
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  overflow: hidden;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
}
#shipping_method li > input[type="radio"]:first-child:focus {
  background-color: #f1f1f1;
  color: #21759b;
  border-radius: 3px;
  -webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-family: var(--e-global-typography-secondary-font-family);
  font-weight: var(--e-global-typography-secondary-font-weight);
  text-transform: var(--e-global-typography-secondary-text-transform);
  font-style: var(--e-global-typography-secondary-font-style);
  text-decoration: var(--e-global-typography-secondary-text-decoration);
  line-height: var(--e-global-typography-secondary-line-height);
  letter-spacing: var(--e-global-typography-secondary-letter-spacing);
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
}
#shipping_method li > input[type="radio"]:first-child:checked + label:after {
  font-weight: var(--e-global-typography-primary-font-weight);
  content: "";
}
#shipping_method li > input[type="hidden"]:first-child + label {
  padding-right: 0;
}
#shipping_method li > input[type="hidden"]:first-child + label:after {
  content: none;
}
#payment .payment_methods li > label {
  cursor: pointer;
}
#payment .payment_methods li > label:before {
  font-family: liquory-icon;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  font-weight: 400;
  line-height: 1;
  vertical-align: middle;
  content: "";
  margin-right: 0.5407797364em;
  transition: color, ease, 0.2s;
}
#payment .payment_methods li > input[type="radio"]:first-child {
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  overflow: hidden;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
}
#payment .payment_methods li > input[type="radio"]:first-child:focus {
  background-color: #f1f1f1;
  color: #21759b;
  border-radius: 3px;
  -webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-family: var(--e-global-typography-secondary-font-family);
  font-weight: var(--e-global-typography-secondary-font-weight);
  text-transform: var(--e-global-typography-secondary-text-transform);
  font-style: var(--e-global-typography-secondary-font-style);
  text-decoration: var(--e-global-typography-secondary-text-decoration);
  line-height: var(--e-global-typography-secondary-line-height);
  letter-spacing: var(--e-global-typography-secondary-letter-spacing);
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
}
#payment
  .payment_methods
  li
  > input[type="radio"]:first-child:checked
  + label:before {
  font-weight: var(--e-global-typography-primary-font-weight);
  content: "";
}
.woocommerce-password-strength:after {
  font-family: liquory-icon;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  font-weight: 400;
  line-height: 1;
  vertical-align: middle;
  content: "";
  margin-left: 0.5407797364em;
}
.woocommerce-password-strength.strong:after {
  content: "";
}
.woocommerce-password-strength.good:after {
  content: "";
}
.woocommerce-MyAccount-navigation ul li.is-active a:before {
  opacity: 1;
}
.woocommerce-MyAccount-navigation ul li a:before {
  font-family: liquory-icon;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  font-weight: 400;
  line-height: 1;
  vertical-align: middle;
  content: "";
  line-height: 1.618;
  margin-left: 0.5407797364em;
  width: 1.41577975em;
  text-align: right;
  float: right;
  opacity: 0.25;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.woocommerce-MyAccount-navigation ul li a:hover:before {
  opacity: 1;
}
.woocommerce-MyAccount-navigation
  ul
  li.woocommerce-MyAccount-navigation-link--dashboard
  a:before {
  content: "";
}
.woocommerce-MyAccount-navigation
  ul
  li.woocommerce-MyAccount-navigation-link--orders
  a:before {
  content: "";
}
.woocommerce-MyAccount-navigation
  ul
  li.woocommerce-MyAccount-navigation-link--downloads
  a:before {
  content: "";
}
.woocommerce-MyAccount-navigation
  ul
  li.woocommerce-MyAccount-navigation-link--edit-address
  a:before {
  content: "";
}
.woocommerce-MyAccount-navigation
  ul
  li.woocommerce-MyAccount-navigation-link--payment-methods
  a:before {
  content: "";
}
.woocommerce-MyAccount-navigation
  ul
  li.woocommerce-MyAccount-navigation-link--edit-account
  a:before {
  content: "";
}
.woocommerce-MyAccount-navigation
  ul
  li.woocommerce-MyAccount-navigation-link--customer-logout
  a:before {
  content: "";
}
.woocommerce-MyAccount-navigation
  ul
  li.woocommerce-MyAccount-navigation-link--subscriptions
  a:before {
  content: "";
}
.my_account_orders .button.view:after {
  font-family: liquory-icon;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  font-weight: 400;
  line-height: 1;
  vertical-align: middle;
  content: "";
  margin-left: 0.5407797364em;
}
p.order-again .button:after {
  font-family: liquory-icon;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  font-weight: 400;
  line-height: 1;
  vertical-align: middle;
  content: "";
  margin-left: 0.5407797364em;
}
.woocommerce-MyAccount-downloads .button:after {
  font-family: liquory-icon;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  font-weight: 400;
  line-height: 1;
  vertical-align: middle;
  content: "";
  margin-left: 0.5407797364em;
}
.demo_store:before {
  font-family: liquory-icon;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  font-weight: 400;
  line-height: 1;
  vertical-align: middle;
  content: "";
  margin-right: 0.5407797364em;
}
#reviews .commentlist li p.meta .verified {
  display: inline-block;
  height: 1.41577975em;
  width: 1.41577975em;
  position: relative;
  text-indent: -9999px;
}
#reviews .commentlist li p.meta .verified:before {
  font-family: liquory-icon;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  font-weight: 400;
  line-height: 1;
  vertical-align: middle;
  content: "";
  color: #0f834d;
  position: absolute;
  top: 0;
  left: 0;
  width: 1.41577975em;
  height: 1.41577975em;
  text-indent: 0;
  text-align: center;
  line-height: 1.618034em;
}
.single-product
  div.product
  .component_selections
  .clear_component_options:before {
  font-family: liquory-icon;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  font-weight: 400;
  line-height: 1;
  vertical-align: middle;
  content: "";
  margin-right: 0.5407797364em;
}
.cart .mnm_table_item .mnm_table_item_indent:before,
.shop_table .mnm_table_item .mnm_table_item_indent:before {
  font-family: liquory-icon;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  font-weight: 400;
  line-height: 1;
  vertical-align: middle;
  content: "";
  transform: rotate(90deg);
  margin-right: 0.3819660059em;
  opacity: 0.25;
}
.quick-view-button:before {
  font-family: liquory-icon;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  font-weight: 400;
  line-height: 1;
  vertical-align: middle;
  content: "";
  margin-right: 0.6180339845em;
}
.woocommerce-page .ship_address .gift-form label:after,
.woocommerce-page .no_shipping_address .gift-form label:after {
  font-family: liquory-icon;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  font-weight: 400;
  line-height: 1;
  vertical-align: middle;
  content: "";
  margin-left: 0.5407797364em;
}
.woocommerce-page .ship_address .modify-address-button:before,
.woocommerce-page .no_shipping_address .modify-address-button:before {
  font-family: liquory-icon;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  font-weight: 400;
  line-height: 1;
  vertical-align: middle;
  content: "";
  margin-right: 0.5407797364em;
}
.woocommerce-page .addresses + .addresses header.title a:before {
  content: "";
}
.woocommerce
  .woocommerce-MyAccount-navigation
  li.woocommerce-MyAccount-navigation-link--contributions
  a:before,
.woocommerce-page
  .woocommerce-MyAccount-navigation
  li.woocommerce-MyAccount-navigation-link--contributions
  a:before {
  font-family: liquory-icon;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  font-weight: 400;
  line-height: 1;
  vertical-align: middle;
  content: "";
}
a#variations_clear:before {
  font-family: liquory-icon;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  font-weight: 400;
  line-height: 1;
  vertical-align: middle;
  content: "";
  margin-right: 0.5407797364em;
}
.wl-add-link:before {
  font-family: liquory-icon;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  font-weight: 400;
  line-height: 1;
  vertical-align: middle;
  content: "";
  margin-right: 0.5407797364em;
}
.button.wl-create-new:before {
  font-family: liquory-icon;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  font-weight: 400;
  line-height: 1;
  vertical-align: middle;
  content: "";
  margin-right: 0.5407797364em;
}
.site-header-cart .cart-contents:before {
  font-family: liquory-icon;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  font-weight: 400;
  line-height: 1;
  vertical-align: middle;
  content: "";
}
.elementor-widget-liquory-vertical-menu .vertical-navigation .liquory-icon {
  position: relative;
}
.elementor-widget-liquory-vertical-menu
  .vertical-navigation
  .liquory-icon:after {
  font-family: liquory-icon;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  font-weight: 400;
  line-height: 1;
  vertical-align: middle;
  content: "";
  font-size: 12px;
  font-size: 0.75rem;
  font-weight: var(--e-global-typography-primary-font-weight);
  transition: transform 0.2s;
}
@media (min-width: 768px) {
  .main-navigation ul.menu > li.menu-item-has-children > a:after,
  .main-navigation ul.menu > li.page_item_has_children > a:after,
  .main-navigation ul.menu > li.has-mega-menu > a:after,
  .main-navigation ul.nav-menu > li.menu-item-has-children > a:after,
  .main-navigation ul.nav-menu > li.page_item_has_children > a:after,
  .main-navigation ul.nav-menu > li.has-mega-menu > a:after {
    font-family: liquory-icon;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    line-height: 1;
    vertical-align: middle;
    content: "";
    margin-left: 4px;
    font-size: 12px;
    font-size: 0.75rem;
    margin-bottom: 3px;
    font-weight: var(--e-global-typography-primary-font-weight);
    color: var(--e-global-color-primary);
  }
  .gecko .main-navigation ul.menu > li.menu-item-has-children > a:after,
  .gecko .main-navigation ul.menu > li.page_item_has_children > a:after,
  .gecko .main-navigation ul.menu > li.has-mega-menu > a:after,
  .gecko .main-navigation ul.nav-menu > li.menu-item-has-children > a:after,
  .gecko .main-navigation ul.nav-menu > li.page_item_has_children > a:after,
  .gecko .main-navigation ul.nav-menu > li.has-mega-menu > a:after {
    margin-bottom: 0;
    vertical-align: sub;
  }
  .header-side .main-navigation ul.menu > li.menu-item-has-children > a:after,
  .header-side .main-navigation ul.menu > li.page_item_has_children > a:after,
  .header-side .main-navigation ul.menu > li.has-mega-menu > a:after,
  .header-side
    .main-navigation
    ul.nav-menu
    > li.menu-item-has-children
    > a:after,
  .header-side
    .main-navigation
    ul.nav-menu
    > li.page_item_has_children
    > a:after,
  .header-side .main-navigation ul.nav-menu > li.has-mega-menu > a:after {
    font-family: liquory-icon;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    line-height: 1;
    vertical-align: middle;
    content: "";
    margin-left: 1em;
    margin-right: -25px;
  }
  .vertical-navigation ul.menu > li.menu-item-has-children > a:after,
  .vertical-navigation ul.menu > li.page_item_has_children > a:after,
  .vertical-navigation ul.menu > li.has-mega-menu > a:after,
  .vertical-navigation ul.nav-menu > li.menu-item-has-children > a:after,
  .vertical-navigation ul.nav-menu > li.page_item_has_children > a:after,
  .vertical-navigation ul.nav-menu > li.has-mega-menu > a:after {
    font-family: liquory-icon;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    line-height: 1;
    vertical-align: middle;
    content: "";
    margin-left: auto;
    float: right;
    font-size: 9px;
    font-size: 0.5625rem;
  }
  .main-navigation ul.menu ul li.menu-item-has-children > a:after,
  .main-navigation ul.menu ul li.page_item_has_children > a:after,
  .main-navigation ul.nav-menu ul li.menu-item-has-children > a:after,
  .main-navigation ul.nav-menu ul li.page_item_has_children > a:after {
    font-family: liquory-icon;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    line-height: 1;
    vertical-align: middle;
    content: "";
    float: right;
    margin-left: 10px;
    line-height: 1.5;
  }
  .demo_store a.woocommerce-store-notice__dismiss-link:before {
    font-family: liquory-icon;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    line-height: 1;
    vertical-align: middle;
    content: "";
    margin-right: 0.3342202552em;
  }
  .addresses header.title a {
    display: block;
    width: 1em;
    height: 1em;
    text-indent: -9999px;
    position: relative;
    padding: 0.875em;
    margin-top: 0.6180339845em;
  }
  .addresses header.title a:before {
    font-family: liquory-icon;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    line-height: 1;
    vertical-align: middle;
    content: "";
    line-height: 1.618;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    text-align: center;
    text-indent: 0;
  }
  #wl-wrapper .wl-tabs > li.active:after {
    font-family: liquory-icon;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    line-height: 1;
    vertical-align: middle;
    content: "";
    display: block !important;
    position: absolute;
    top: 50%;
    height: 1em;
    width: 1em;
    margin-top: -0.5em;
  }
}
ul.wishlist_table.mobile .remove_from_wishlist:before {
  font-family: liquory-icon;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  font-weight: 400;
  line-height: 1;
  vertical-align: middle;
  content: "";
}
.slick-prev:before,
.slick-next:before {
  font-family: liquory-icon;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  font-weight: 400;
  line-height: 1;
  vertical-align: middle;
}
.slick-prev:before {
  content: "";
}
[dir="rtl"] .slick-prev:before {
  content: "";
}
.woocommerce-product-gallery-vertical .slick-prev:before {
  content: "";
}
.woocommerce-product-gallery-horizontal .slick-prev:before {
  content: "";
}
.slick-next:before {
  content: "";
}
[dir="rtl"] .slick-next:before {
  content: "";
}
.woocommerce-product-gallery-vertical .slick-next:before {
  content: "";
}
.woocommerce-product-gallery-horizontal .slick-next:before {
  content: "";
}
.arrow-style-3 .slick-prev:before {
  content: "";
}
[dir="rtl"] .arrow-style-3 .slick-prev:before {
  content: "";
}
.arrow-style-3 .slick-next:before {
  content: "";
}
[dir="rtl"] .arrow-style-3 .slick-next:before {
  content: "";
}
body.loading {
  position: relative;
}
body.loading:after {
  font-family: liquory-icon;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  font-weight: 400;
  line-height: 1;
  vertical-align: middle;
  content: "";
  animation: fa-spin 0.75s linear infinite;
  height: 40px;
  width: 40px;
  line-height: 40px;
  font-size: 40px;
  position: fixed;
  top: 50%;
  left: 50%;
  display: block;
  z-index: 999999;
  color: #fff;
}
body.loading:before {
  content: "";
  display: block;
  position: fixed;
  width: 100vw;
  height: 100vh;
  left: 0;
  top: 0;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: 999998;
}
.woocommerce-cart .cart-empty:before {
  font-family: liquory-icon;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  font-weight: 400;
  line-height: 1;
  vertical-align: middle;
  content: "";
  font-size: 164px;
  color: var(--e-global-color-lighter);
  display: block;
  margin-bottom: 50px;
}
h2.resp-accordion:before {
  font-family: liquory-icon;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  font-weight: 400;
  line-height: 1;
  vertical-align: middle;
  content: "";
  margin-right: 10px;
}
h2.resp-accordion.active:before {
  font-family: liquory-icon;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  font-weight: 400;
  line-height: 1;
  vertical-align: middle;
  content: "";
}
.widget_product_categories .icon-minus {
  float: right;
  width: 20px;
  text-align: center;
  cursor: pointer;
}
.widget_product_categories .icon-minus:before {
  font-family: liquory-icon;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  font-weight: 400;
  line-height: 1;
  vertical-align: middle;
  content: "";
  font-size: 10px;
  font-size: 0.625rem;
}
.widget_product_categories .icon-plus {
  float: right;
  width: 20px;
  text-align: center;
  cursor: pointer;
}
.widget_product_categories .icon-plus:before {
  font-family: liquory-icon;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  font-weight: 400;
  line-height: 1;
  vertical-align: middle;
  content: "";
  font-size: 10px;
  font-size: 0.625rem;
}
.shop-action .woosc-btn:before,
.shop-action .woosq-btn:before,
.shop-action .woosw-btn:before,
.shop-action a[class*="product_type_"]:before {
  font-family: liquory-icon;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  font-weight: 400;
  line-height: 1;
  vertical-align: middle;
}
.shop-action .woosw-btn:before {
  content: "";
}
.shop-action .woosw-btn.woosw-adding:after {
  font-family: liquory-icon;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  font-weight: 400;
  line-height: 1;
  vertical-align: middle;
  line-height: inherit;
  content: "" !important;
}
.shop-action .woosc-btn:before {
  content: "";
}
.shop-action .woosq-btn:before {
  content: "";
}
.single-product div.product .entry-summary .woosc-btn:before {
  font-family: liquory-icon;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  font-weight: 400;
  line-height: 1;
  vertical-align: middle;
  content: "";
  line-height: inherit;
}
.single-product div.product .entry-summary .woosw-btn:before {
  font-family: liquory-icon;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  font-weight: 400;
  line-height: 1;
  vertical-align: middle;
  content: "";
  line-height: inherit;
}
.single-product div.product .entry-summary .woosw-btn.woosw-added:before {
  content: "";
}
a.read-more:after {
  font-family: liquory-icon;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  font-weight: 400;
  line-height: 1;
  vertical-align: middle;
  content: "";
  margin-left: 5px;
}
.elementor-widget-liquory-language-switcher.language-switcher-style-mobile
  .liquory-language-switcher
  .language-switcher-head:after {
  position: relative;
  font-family: liquory-icon;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  font-weight: 400;
  line-height: 1;
  vertical-align: middle;
  content: "";
  margin-left: 0.5em;
  line-height: 12px;
}
.loading-quick-shop .product-transition:after {
  font-family: liquory-icon;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  font-weight: 400;
  line-height: 1;
  vertical-align: middle;
  content: "";
}
.search-by-category .input-dropdown-inner > a:after {
  font-family: liquory-icon;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  font-weight: 400;
  line-height: 1;
  vertical-align: middle;
  content: "";
}
.popup-navigation ul.menu > li.menu-item-has-children > a:after,
.popup-navigation ul.menu > li.page_item_has_children > a:after,
.popup-navigation ul.menu > li.has-mega-menu > a:after,
.popup-navigation ul.nav-menu > li.menu-item-has-children > a:after,
.popup-navigation ul.nav-menu > li.page_item_has_children > a:after,
.popup-navigation ul.nav-menu > li.has-mega-menu > a:after {
  font-family: liquory-icon;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  font-weight: 400;
  line-height: 1;
  vertical-align: middle;
  content: "";
  margin-left: 0.5em;
  font-size: 16px;
  font-size: 1rem;
}
.popup-navigation ul.menu ul li.menu-item-has-children > a:after,
.popup-navigation ul.menu ul li.page_item_has_children > a:after,
.popup-navigation ul.nav-menu ul li.menu-item-has-children > a:after,
.popup-navigation ul.nav-menu ul li.page_item_has_children > a:after {
  font-family: liquory-icon;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  font-weight: 400;
  line-height: 1;
  vertical-align: middle;
  content: "";
  float: right;
  margin-left: 0.5em;
  line-height: 20px;
  font-size: 14px;
  font-size: 0.875rem;
}
.liquory-elementor-single-product
  .shop-button
  a[class*="product_type_"]:before {
  font-family: liquory-icon;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  font-weight: 400;
  line-height: 1;
  vertical-align: middle;
  content: "";
  margin-left: 5px;
  margin-top: 3px;
  float: right;
  transition: all 0.3s ease;
}
.elementor-widget-liquory-image-gallery .column-item a:after {
  font-family: liquory-icon;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  font-weight: 400;
  line-height: 1;
  vertical-align: middle;
  content: "";
}
.woosw-list .woosw-content-mid-notice:before {
  font-family: liquory-icon;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  font-weight: 400;
  line-height: 1;
  vertical-align: middle;
  content: "";
  font-size: 164px;
  color: var(--e-global-color-lighter);
  display: block;
  margin-bottom: 50px;
}
@keyframes mf-spin-fast {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  50% {
    -webkit-transform: rotate(900deg);
    transform: rotate(900deg);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  to {
    -webkit-transform: rotate(1800deg);
    transform: rotate(1800deg);
  }
}
@-webkit-keyframes mf-spin-fast {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  50% {
    -webkit-transform: rotate(900deg);
    transform: rotate(900deg);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  to {
    -webkit-transform: rotate(1800deg);
    transform: rotate(1800deg);
  }
}
@-o-keyframes mf-spin-fast {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  50% {
    -webkit-transform: rotate(900deg);
    transform: rotate(900deg);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  to {
    -webkit-transform: rotate(1800deg);
    transform: rotate(1800deg);
  }
}
@-ms-keyframes mf-spin-fast {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  50% {
    -webkit-transform: rotate(900deg);
    transform: rotate(900deg);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  to {
    -webkit-transform: rotate(1800deg);
    transform: rotate(1800deg);
  }
}
.nav-previous .nav-content .reader-text:before {
  font-family: liquory-icon;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  font-weight: 400;
  line-height: 1;
  vertical-align: middle;
  content: "";
  font-size: 14px;
  font-size: 0.875rem;
  margin-right: 6px;
  margin-bottom: 0;
  color: var(--e-global-color-lighter);
}
.nav-next .nav-content .reader-text:after {
  font-family: liquory-icon;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  font-weight: 400;
  line-height: 1;
  vertical-align: middle;
  content: "";
  font-size: 14px;
  font-size: 0.875rem;
  margin-left: 6px;
  margin-bottom: 0;
  color: var(--e-global-color-lighter);
}
.elementor-widget-liquory-search
  .widget.widget_product_search
  button[type="submit"]:before {
  font-family: liquory-icon;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  font-weight: 400;
  line-height: 1;
  vertical-align: middle;
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.woocommerce-tabs.product-accordions .accordion-head:before {
  font-family: liquory-icon;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  font-weight: 400;
  line-height: 1;
  vertical-align: middle;
  content: "";
}
.comment-form .form-submit .submit:before {
  font-family: liquory-icon;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  font-weight: 400;
  line-height: 1;
  vertical-align: middle;
  content: "";
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
}
.elementor-widget-opal-image-hotspots .elementor-tab-title:before {
  font-family: liquory-icon;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  font-weight: 400;
  line-height: 1;
  vertical-align: middle;
  content: "";
}
.elementor-widget-opal-image-hotspots
  .elementor-tab-title.elementor-active:before {
  content: "";
}
.scrollup .scrollup-icon:before {
  font-family: liquory-icon;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  font-weight: 400;
  line-height: 1;
  vertical-align: middle;
  content: "";
}
.form-mailchimp-style-3 .form-style .form-button button[type="submit"] {
  position: relative;
}
.form-mailchimp-style-3 .form-style .form-button button[type="submit"]:after {
  font-family: liquory-icon;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  font-weight: 400;
  line-height: 1;
  vertical-align: middle;
  content: "";
  margin-left: 10px;
  font-size: 10px;
}
.star-rating {
  font-family: liquory-icon;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  font-weight: 400;
  line-height: 1;
  vertical-align: middle;
}
.star-rating:before {
  content: "" " " "" " " "" " " "" " " "";
}
.star-rating span:before {
  content: "" " " "" " " "" " " "" " " "";
}
.widget_price_filter .price_slider_amount .button:after {
  font-family: liquory-icon;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  font-weight: 400;
  line-height: 1;
  vertical-align: middle;
  content: "";
}
[dir="rtl"] .widget_price_filter .price_slider_amount .button:after {
  content: "";
}
.liquory-av-overlay {
  background: rgba(0, 0, 0, 0.9);
  box-sizing: border-box;
  cursor: wait;
  height: 100%;
  opacity: 0;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 99998;
}
.liquory-av {
  background-color: #fff;
  border-radius: 0;
  box-shadow: 0 0 15px #000;
  box-sizing: border-box;
  opacity: 0;
  position: fixed;
  padding: 20px;
  text-align: center;
  width: 580px;
  z-index: 99999;
  background-size: cover;
  background-position: center;
}
@media (min-width: 768px) {
  .liquory-av {
    padding: 80px;
  }
}
.liquory-av h2 {
  border-bottom: 1px solid #ccc;
  box-sizing: border-box;
  font-size: 36px;
  margin: 0 0 12px;
  padding-bottom: 12px;
}
.liquory-av img {
  margin: 0 auto 20px;
}
.liquory-av p {
  box-sizing: border-box;
}
.liquory-av p:last-child {
  margin-bottom: 0;
}
.liquory-av p strong {
  color: var(--e-global-color-primary);
}
.liquory-av .liquory-av-description {
  font-size: 14px;
  font-size: 0.875rem;
  color: var(--e-global-color-secondary);
  margin-bottom: 30px;
}
.liquory-av .liquory-av-copy {
  font-size: 20px;
  font-size: 1.25rem;
  font-family: var(--e-global-typography-primary-font-family);
  font-weight: var(--e-global-typography-primary-font-weight);
  text-transform: var(--e-global-typography-primary-text-transform);
  font-style: var(--e-global-typography-primary-font-style);
  text-decoration: var(--e-global-typography-primary-text-decoration);
  line-height: var(--e-global-typography-primary-line-height);
  letter-spacing: var(--e-global-typography-primary-letter-spacing);
  color: var(--e-global-color-secondary);
  margin-bottom: 1.2rem;
}
.liquory-av button.yes {
  background-color: var(--e-global-color-primary);
  margin-left: 0;
  margin-right: 1%;
}
.liquory-av button.yes:hover {
  background-color: var(--e-global-color-secondary);
}
.liquory-av .errors {
  box-sizing: border-box;
  color: #ff1f1f;
  font-size: 12px;
  line-height: 18px;
  margin: 0 0 20px;
}
.liquory-av .errors ul,
.liquory-av .errors li {
  box-sizing: border-box;
  list-style: none;
  margin: 0;
  padding: 0 0 3px;
}
.liquory-av .errors li span {
  background: #ebebeb;
  box-sizing: border-box;
  border: 1px solid #ccc;
  border-radius: 7px;
  color: #ff1f1f;
  display: inline-block;
  font-size: 9px;
  font-weight: 400;
  height: 14px;
  line-height: 13px;
  margin-right: 5px;
  position: relative;
  top: -2px;
  text-align: center;
  text-shadow: 1px 1px 0 #fff;
  width: 14px;
}
.liquory-av .fields {
  box-sizing: border-box;
  clear: both;
  margin: 10px 0;
}
@media (max-width: 500px) {
  .liquory-av {
    box-sizing: border-box;
    margin-left: 1px;
    margin-right: 20px;
    width: auto;
  }
  .liquory-av img {
    max-width: 100%;
    max-height: 200px;
  }
  .liquory-av button {
    box-sizing: border-box;
    display: block;
    width: 100%;
  }
  .liquory-av button.no,
  .liquory-av button.yes {
    margin-left: 0;
    margin-right: 0;
  }
}
html[dir="rtl"] .wc-forward:after,
html[dir="rtl"] .woocommerce-Button--next:after {
  content: "";
}
html[dir="rtl"] .woocommerce-Button--previous:before {
  content: "";
}
html[dir="rtl"]
  .liquory-product-pagination
  .liquory-icon-arrow-circle-left:before {
  content: "";
}
html[dir="rtl"]
  .liquory-product-pagination
  .liquory-icon-arrow-circle-right:before {
  content: "";
}
html[dir="rtl"] .main-navigation ul.menu ul li.menu-item-has-children > a:after,
html[dir="rtl"] .main-navigation ul.menu ul li.page_item_has_children > a:after,
html[dir="rtl"]
  .main-navigation
  ul.nav-menu
  ul
  li.menu-item-has-children
  > a:after,
html[dir="rtl"]
  .main-navigation
  ul.nav-menu
  ul
  li.page_item_has_children
  > a:after {
  content: "";
}
html[dir="rtl"] #wl-wrapper .wl-tabs > li.active:after {
  content: "";
}
html[dir="rtl"] .site-main nav.navigation .nav-previous a:before {
  content: "";
}
html[dir="rtl"] .site-main nav.navigation .nav-next a:after {
  content: "";
}
html[dir="rtl"] .mega-menu.mega-stretchwidth {
  right: auto !important;
}
.col-full {
  max-width: 1290px;
}
@media (max-width: 1366px) {
  body.theme-liquory [data-elementor-columns-laptop="1"] .column-item {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .woocommerce.columns-laptop-1 .products .product {
    flex: 0 0 100%;
    max-width: 100%;
  }
  body.theme-liquory [data-elementor-columns-laptop="2"] .column-item {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .woocommerce.columns-laptop-2 .products .product {
    flex: 0 0 50%;
    max-width: 50%;
  }
  body.theme-liquory [data-elementor-columns-laptop="3"] .column-item {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .woocommerce.columns-laptop-3 .products .product {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  body.theme-liquory [data-elementor-columns-laptop="4"] .column-item {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .woocommerce.columns-laptop-4 .products .product {
    flex: 0 0 25%;
    max-width: 25%;
  }
  body.theme-liquory [data-elementor-columns-laptop="5"] .column-item {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .woocommerce.columns-laptop-5 .products .product {
    flex: 0 0 20%;
    max-width: 20%;
  }
  body.theme-liquory [data-elementor-columns-laptop="6"] .column-item {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .woocommerce.columns-laptop-6 .products .product {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  body.theme-liquory [data-elementor-columns-laptop="7"] .column-item {
    flex: 0 0 14.2857142857%;
    max-width: 14.2857142857%;
  }
  .woocommerce.columns-laptop-7 .products .product {
    flex: 0 0 14.2857142857%;
    max-width: 14.2857142857%;
  }
  body.theme-liquory [data-elementor-columns-laptop="8"] .column-item {
    flex: 0 0 12.5%;
    max-width: 12.5%;
  }
  .woocommerce.columns-laptop-8 .products .product {
    flex: 0 0 12.5%;
    max-width: 12.5%;
  }
}
@media (max-width: 1200px) {
  body.theme-liquory [data-elementor-columns-tablet-extra="1"] .column-item {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .woocommerce.columns-tablet-extra-1 .products .product {
    flex: 0 0 100%;
    max-width: 100%;
  }
  body.theme-liquory [data-elementor-columns-tablet-extra="2"] .column-item {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .woocommerce.columns-tablet-extra-2 .products .product {
    flex: 0 0 50%;
    max-width: 50%;
  }
  body.theme-liquory [data-elementor-columns-tablet-extra="3"] .column-item {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .woocommerce.columns-tablet-extra-3 .products .product {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  body.theme-liquory [data-elementor-columns-tablet-extra="4"] .column-item {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .woocommerce.columns-tablet-extra-4 .products .product {
    flex: 0 0 25%;
    max-width: 25%;
  }
  body.theme-liquory [data-elementor-columns-tablet-extra="5"] .column-item {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .woocommerce.columns-tablet-extra-5 .products .product {
    flex: 0 0 20%;
    max-width: 20%;
  }
  body.theme-liquory [data-elementor-columns-tablet-extra="6"] .column-item {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .woocommerce.columns-tablet-extra-6 .products .product {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  body.theme-liquory [data-elementor-columns-tablet-extra="7"] .column-item {
    flex: 0 0 14.2857142857%;
    max-width: 14.2857142857%;
  }
  .woocommerce.columns-tablet-extra-7 .products .product {
    flex: 0 0 14.2857142857%;
    max-width: 14.2857142857%;
  }
  body.theme-liquory [data-elementor-columns-tablet-extra="8"] .column-item {
    flex: 0 0 12.5%;
    max-width: 12.5%;
  }
  .woocommerce.columns-tablet-extra-8 .products .product {
    flex: 0 0 12.5%;
    max-width: 12.5%;
  }
}
@media (max-width: 1024px) {
  body.theme-liquory [data-elementor-columns-tablet="1"] .column-item {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .woocommerce.columns-tablet-1 .products .product {
    flex: 0 0 100%;
    max-width: 100%;
  }
  body.theme-liquory [data-elementor-columns-tablet="2"] .column-item {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .woocommerce.columns-tablet-2 .products .product {
    flex: 0 0 50%;
    max-width: 50%;
  }
  body.theme-liquory [data-elementor-columns-tablet="3"] .column-item {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .woocommerce.columns-tablet-3 .products .product {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  body.theme-liquory [data-elementor-columns-tablet="4"] .column-item {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .woocommerce.columns-tablet-4 .products .product {
    flex: 0 0 25%;
    max-width: 25%;
  }
  body.theme-liquory [data-elementor-columns-tablet="5"] .column-item {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .woocommerce.columns-tablet-5 .products .product {
    flex: 0 0 20%;
    max-width: 20%;
  }
  body.theme-liquory [data-elementor-columns-tablet="6"] .column-item {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .woocommerce.columns-tablet-6 .products .product {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  body.theme-liquory [data-elementor-columns-tablet="7"] .column-item {
    flex: 0 0 14.2857142857%;
    max-width: 14.2857142857%;
  }
  .woocommerce.columns-tablet-7 .products .product {
    flex: 0 0 14.2857142857%;
    max-width: 14.2857142857%;
  }
  body.theme-liquory [data-elementor-columns-tablet="8"] .column-item {
    flex: 0 0 12.5%;
    max-width: 12.5%;
  }
  .woocommerce.columns-tablet-8 .products .product {
    flex: 0 0 12.5%;
    max-width: 12.5%;
  }
}
@media (max-width: 880px) {
  body.theme-liquory [data-elementor-columns-mobile-extra="1"] .column-item {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .woocommerce.columns-mobile-extra-1 .products .product {
    flex: 0 0 100%;
    max-width: 100%;
  }
  body.theme-liquory [data-elementor-columns-mobile-extra="2"] .column-item {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .woocommerce.columns-mobile-extra-2 .products .product {
    flex: 0 0 50%;
    max-width: 50%;
  }
  body.theme-liquory [data-elementor-columns-mobile-extra="3"] .column-item {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .woocommerce.columns-mobile-extra-3 .products .product {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  body.theme-liquory [data-elementor-columns-mobile-extra="4"] .column-item {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .woocommerce.columns-mobile-extra-4 .products .product {
    flex: 0 0 25%;
    max-width: 25%;
  }
  body.theme-liquory [data-elementor-columns-mobile-extra="5"] .column-item {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .woocommerce.columns-mobile-extra-5 .products .product {
    flex: 0 0 20%;
    max-width: 20%;
  }
  body.theme-liquory [data-elementor-columns-mobile-extra="6"] .column-item {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .woocommerce.columns-mobile-extra-6 .products .product {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  body.theme-liquory [data-elementor-columns-mobile-extra="7"] .column-item {
    flex: 0 0 14.2857142857%;
    max-width: 14.2857142857%;
  }
  .woocommerce.columns-mobile-extra-7 .products .product {
    flex: 0 0 14.2857142857%;
    max-width: 14.2857142857%;
  }
  body.theme-liquory [data-elementor-columns-mobile-extra="8"] .column-item {
    flex: 0 0 12.5%;
    max-width: 12.5%;
  }
  .woocommerce.columns-mobile-extra-8 .products .product {
    flex: 0 0 12.5%;
    max-width: 12.5%;
  }
}
@media (max-width: 767px) {
  body.theme-liquory [data-elementor-columns-mobile="1"] .column-item {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .woocommerce.columns-mobile-1 .products .product {
    flex: 0 0 100%;
    max-width: 100%;
  }
  body.theme-liquory [data-elementor-columns-mobile="2"] .column-item {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .woocommerce.columns-mobile-2 .products .product {
    flex: 0 0 50%;
    max-width: 50%;
  }
  body.theme-liquory [data-elementor-columns-mobile="3"] .column-item {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .woocommerce.columns-mobile-3 .products .product {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  body.theme-liquory [data-elementor-columns-mobile="4"] .column-item {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .woocommerce.columns-mobile-4 .products .product {
    flex: 0 0 25%;
    max-width: 25%;
  }
  body.theme-liquory [data-elementor-columns-mobile="5"] .column-item {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .woocommerce.columns-mobile-5 .products .product {
    flex: 0 0 20%;
    max-width: 20%;
  }
  body.theme-liquory [data-elementor-columns-mobile="6"] .column-item {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .woocommerce.columns-mobile-6 .products .product {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  body.theme-liquory [data-elementor-columns-mobile="7"] .column-item {
    flex: 0 0 14.2857142857%;
    max-width: 14.2857142857%;
  }
  .woocommerce.columns-mobile-7 .products .product {
    flex: 0 0 14.2857142857%;
    max-width: 14.2857142857%;
  }
  body.theme-liquory [data-elementor-columns-mobile="8"] .column-item {
    flex: 0 0 12.5%;
    max-width: 12.5%;
  }
  .woocommerce.columns-mobile-8 .products .product {
    flex: 0 0 12.5%;
    max-width: 12.5%;
  }
}
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before,
.slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}
.liquory-carousel {
  display: none;
}
.liquory-carousel.row {
  display: none;
}
.liquory-carousel.row.slick-initialized {
  display: block;
}
.liquory-carousel.slick-initialized {
  display: block;
}
.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  outline: none;
  display: none;
}
[dir="rtl"] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: flex;
}
.slick-initialized .slick-slide > div {
  display: flex;
  flex: 0 0 100%;
  max-width: 100%;
}
.slick-initialized .slick-slide > div > * {
  flex: 0 0 100%;
  max-width: 100%;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
  display: none;
}
.slick-loading .slick-list {
  background: #fff
    url(//demo2.themelexus.com/liquory/wp-content/themes/liquory/assets/css/base/../../images/slick/ajax-loader.gif)
    center center no-repeat;
}

.slick-slider button.slick-arrow {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  letter-spacing: 0;
  cursor: pointer;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  outline: none;
  z-index: 9;
  padding: 0;
  font-size: 0;
  border: 1px solid var(--e-global-color-border);
  border-radius: 50%;
  background-color: #fff;
}
.slick-slider button.slick-arrow:before {
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: var(--e-global-typography-secondary-font-weight);
  line-height: 1;
  color: #ccc;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-slider button.slick-arrow:hover,
.slick-slider button.slick-arrow:focus {
  outline: none;
}
.slick-slider button.slick-arrow:hover:before,
.slick-slider button.slick-arrow:focus:before {
  color: var(--e-global-color-secondary);
}
.style-hover-arrow-carousel-yes .slick-slider button.slick-prev,
.style-hover-arrow-carousel-yes .slick-slider button.slick-next {
  transition: all 0.3s ease;
  opacity: 0;
  visibility: hidden;
}
.style-hover-arrow-carousel-yes .slick-slider:hover button.slick-prev,
.style-hover-arrow-carousel-yes .slick-slider:hover button.slick-next {
  opacity: 1;
  visibility: visible;
  transform: translate(0, -50%);
}
.style-hover-arrow-carousel-yes .slick-slider button.slick-prev {
  transform: translate(-50%, -50%);
}
.style-hover-arrow-carousel-yes .slick-slider button.slick-next {
  transform: translate(50%, -50%);
}
.arrow-style-2 .slick-slider button.slick-arrow {
  border-radius: 4px;
}
.arrow-style-3 .slick-slider button.slick-prev,
.arrow-style-3 .slick-slider button.slick-next {
  width: unset;
  height: unset;
  border-radius: 0;
  border: none;
  background-color: transparent;
}
.arrow-style-3 .slick-slider button.slick-prev:before,
.arrow-style-3 .slick-slider button.slick-next:before {
  font-size: 12px;
  font-size: 0.75rem;
  color: #ccc;
}
.arrow-style-3 .slick-slider button.slick-prev:hover,
.arrow-style-3 .slick-slider button.slick-next:hover {
  background-color: transparent;
}
.arrow-style-3 .slick-slider button.slick-prev:hover:before,
.arrow-style-3 .slick-slider button.slick-next:hover:before {
  color: var(--e-global-color-secondary);
}
.slick-prev {
  left: -21px;
}
.slick-next {
  right: -21px;
}
.slick-dots {
  list-style: none;
  display: block;
  text-align: center;
  margin: 0;
  width: 100%;
}
.slick-dots li button {
  border: none;
  line-height: 0;
  font-size: 0;
  color: transparent;
  padding: 0;
  cursor: pointer;
  transition: all ease-in-out 0.3s;
}
.slick-dots {
  padding-left: 15px;
  padding-right: 15px;
  left: 0;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  padding: 0;
  cursor: pointer;
  margin-right: 10px;
}
.slick-dots li:last-child {
  margin-right: 0;
}
.slick-dots li button {
  background-color: var(--e-global-color-border);
  opacity: 1;
  display: block;
  height: 8px;
  width: 8px;
  border-radius: 24px;
  outline: none;
  transition: all 0.3s ease;
}
.slick-dots li button:hover,
.slick-dots li button:focus {
  outline: none;
  background-color: var(--e-global-color-secondary);
  width: 30px;
}
.slick-dots li.slick-active button {
  background-color: var(--e-global-color-secondary);
  width: 30px;
}
.liquory-index .slick-slider button.slick-prev,
.liquory-index .slick-slider button.slick-next {
  z-index: 5;
}
.woocommerce-carousel .products,
.liquory-theme-carousel .products {
  display: block;
}
.woocommerce-carousel .slick-list .product,
.liquory-theme-carousel .slick-list .product {
  flex: 0 0 100% !important;
  max-width: 100% !important;
  display: flex !important;
  margin-bottom: 0;
}
.woocommerce-carousel .slick-list:hover,
.liquory-theme-carousel .slick-list:hover {
  z-index: 1;
}
.woocommerce-carousel .slick-slide,
.liquory-theme-carousel .slick-slide {
  opacity: 0;
  transition: all 0.3s ease;
}
.woocommerce-carousel .slick-slide.slick-active,
.liquory-theme-carousel .slick-slide.slick-active {
  opacity: 1;
}
.elementor-header-account .header-group-action {
  display: flex;
  padding-right: 0;
}
.elementor-header-account .header-group-action .icon {
  margin-right: 10px;
}
.elementor-header-account .header-group-action .icon img {
  border-radius: 50%;
}
.elementor-header-account .header-group-action .site-header-account > a {
  display: flex;
  align-items: center;
  color: var(--e-global-color-lighter);
}
.elementor-header-account .header-group-action .site-header-account > a:hover {
  text-decoration: underline;
}
.elementor-header-account
  .header-group-action
  .site-header-account
  .account-content {
  display: inline-block;
  font-size: 13px;
  font-size: 0.8125rem;
  font-weight: var(--e-global-typography-primary-font-weight);
  text-transform: uppercase;
}
.opal-move-up {
  animation-name: opalMoveUp;
  -moz-animation-name: opalMoveUp;
  -webkit-animation-name: opalMoveUp;
}
@-webkit-keyframes opalMoveUp {
  from {
    -webkit-transform: translateY(100px);
    -ms-transform: translateY(100px);
    transform: translateY(100px);
    opacity: 0;
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}
@-moz-keyframes opalMoveUp {
  from {
    -webkit-transform: translateY(100px);
    -ms-transform: translateY(100px);
    transform: translateY(100px);
    opacity: 0;
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}
@-ms-keyframes opalMoveUp {
  from {
    -webkit-transform: translateY(100px);
    -ms-transform: translateY(100px);
    transform: translateY(100px);
    opacity: 0;
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes opalMoveUp {
  from {
    -webkit-transform: translateY(100px);
    -ms-transform: translateY(100px);
    transform: translateY(100px);
    opacity: 0;
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}
.opal-move-down {
  animation-name: opalMoveDown;
  -moz-animation-name: opalMoveDown;
  -webkit-animation-name: opalMoveDown;
}
@-webkit-keyframes opalMoveDown {
  from {
    -webkit-transform: translateY(-100px);
    -ms-transform: translateY(-100px);
    transform: translateY(-100px);
    opacity: 0;
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}
@-moz-keyframes opalMoveDown {
  from {
    -webkit-transform: translateY(-100px);
    -ms-transform: translateY(-100px);
    transform: translateY(-100px);
    opacity: 0;
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}
@-ms-keyframes opalMoveDown {
  from {
    -webkit-transform: translateY(-100px);
    -ms-transform: translateY(-100px);
    transform: translateY(-100px);
    opacity: 0;
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes opalMoveDown {
  from {
    -webkit-transform: translateY(-100px);
    -ms-transform: translateY(-100px);
    transform: translateY(-100px);
    opacity: 0;
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}
.opal-move-left {
  animation-name: opalMoveLeft;
  -moz-animation-name: opalMoveLeft;
  -webkit-animation-name: opalMoveLeft;
}
@-webkit-keyframes opalMoveLeft {
  from {
    -webkit-transform: translateX(100px);
    -ms-transform: translateX(100px);
    transform: translateX(100px);
    opacity: 0;
  }
  to {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}
@-moz-keyframes opalMoveLeft {
  from {
    -webkit-transform: translateX(100px);
    -ms-transform: translateX(100px);
    transform: translateX(100px);
    opacity: 0;
  }
  to {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}
@-ms-keyframes opalMoveLeft {
  from {
    -webkit-transform: translateX(100px);
    -ms-transform: translateX(100px);
    transform: translateX(100px);
    opacity: 0;
  }
  to {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes opalMoveLeft {
  from {
    -webkit-transform: translateX(100px);
    -ms-transform: translateX(100px);
    transform: translateX(100px);
    opacity: 0;
  }
  to {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}
.opal-move-right {
  animation-name: opalMoveRight;
  -moz-animation-name: opalMoveRight;
  -webkit-animation-name: opalMoveRight;
}
@-webkit-keyframes opalMoveRight {
  from {
    -webkit-transform: translateX(-100px);
    -ms-transform: translateX(-100px);
    transform: translateX(-100px);
    opacity: 0;
  }
  to {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}
@-moz-keyframes opalMoveRight {
  from {
    -webkit-transform: translateX(-100px);
    -ms-transform: translateX(-100px);
    transform: translateX(-100px);
    opacity: 0;
  }
  to {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}
@-ms-keyframes opalMoveRight {
  from {
    -webkit-transform: translateX(-100px);
    -ms-transform: translateX(-100px);
    transform: translateX(-100px);
    opacity: 0;
  }
  to {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes opalMoveRight {
  from {
    -webkit-transform: translateX(-100px);
    -ms-transform: translateX(-100px);
    transform: translateX(-100px);
    opacity: 0;
  }
  to {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}
.opal-scale-up {
  animation-name: opalScaleUp;
  -moz-animation-name: opalScaleUp;
  -webkit-animation-name: opalScaleUp;
}
@-webkit-keyframes opalScaleUp {
  from {
    opacity: 0;
    -webkit-transform: scale(0.6);
    -ms-transform: scale(0.6);
    transform: scale(0.6);
  }
  to {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}
@-moz-keyframes opalScaleUp {
  from {
    opacity: 0;
    -webkit-transform: scale(0.6);
    -ms-transform: scale(0.6);
    transform: scale(0.6);
  }
  to {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}
@-ms-keyframes opalScaleUp {
  from {
    opacity: 0;
    -webkit-transform: scale(0.6);
    -ms-transform: scale(0.6);
    transform: scale(0.6);
  }
  to {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}
@keyframes opalScaleUp {
  from {
    opacity: 0;
    -webkit-transform: scale(0.6);
    -ms-transform: scale(0.6);
    transform: scale(0.6);
  }
  to {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}
.opal-flip {
  animation-name: opalFlip;
  -moz-animation-name: opalFlip;
  -webkit-animation-name: opalFlip;
}
@-webkit-keyframes opalFlip {
  from {
    opacity: 0;
    -webkit-perspective: 1300px;
    perspective: 1300px;
    -webkit-transform: rotateX(-180deg);
    transform: rotateX(-180deg);
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
  }
  to {
    -webkit-transform: rotateX(0deg);
    transform: rotateX(0deg);
    opacity: 1;
  }
}
@-moz-keyframes opalFlip {
  from {
    opacity: 0;
    -webkit-perspective: 1300px;
    perspective: 1300px;
    -webkit-transform: rotateX(-180deg);
    transform: rotateX(-180deg);
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
  }
  to {
    -webkit-transform: rotateX(0deg);
    transform: rotateX(0deg);
    opacity: 1;
  }
}
@-ms-keyframes opalFlip {
  from {
    opacity: 0;
    -webkit-perspective: 1300px;
    perspective: 1300px;
    -webkit-transform: rotateX(-180deg);
    transform: rotateX(-180deg);
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
  }
  to {
    -webkit-transform: rotateX(0deg);
    transform: rotateX(0deg);
    opacity: 1;
  }
}
@keyframes opalFlip {
  from {
    opacity: 0;
    -webkit-perspective: 1300px;
    perspective: 1300px;
    -webkit-transform: rotateX(-180deg);
    transform: rotateX(-180deg);
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
  }
  to {
    -webkit-transform: rotateX(0deg);
    transform: rotateX(0deg);
    opacity: 1;
  }
}
.opal-helix {
  animation-name: opalHelix;
  -moz-animation-name: opalHelix;
  -webkit-animation-name: opalHelix;
}
@-webkit-keyframes rotate {
  from {
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-moz-keyframes rotate {
  from {
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-ms-keyframes rotate {
  from {
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes rotate {
  from {
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.rotate {
  -ms-animation: rotate 12s linear infinite;
  -o-animation: rotate 12s linear infinite;
  -moz-animation: rotate 12s linear infinite;
  -webkit-animation: rotate 12s linear infinite;
  animation: rotate 12s linear infinite;
}
@-webkit-keyframes opalHelix {
  from {
    opacity: 0;
    -webkit-perspective: 1300px;
    perspective: 1300px;
    -webkit-transform: rotateY(-180deg);
    transform: rotateY(-180deg);
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
  }
  to {
    -webkit-transform: rotateY(0deg);
    transform: rotateY(0deg);
    opacity: 1;
  }
}
@-moz-keyframes opalHelix {
  from {
    opacity: 0;
    -webkit-perspective: 1300px;
    perspective: 1300px;
    -webkit-transform: rotateY(-180deg);
    transform: rotateY(-180deg);
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
  }
  to {
    -webkit-transform: rotateY(0deg);
    transform: rotateY(0deg);
    opacity: 1;
  }
}
@-ms-keyframes opalHelix {
  from {
    opacity: 0;
    -webkit-perspective: 1300px;
    perspective: 1300px;
    -webkit-transform: rotateY(-180deg);
    transform: rotateY(-180deg);
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
  }
  to {
    -webkit-transform: rotateY(0deg);
    transform: rotateY(0deg);
    opacity: 1;
  }
}
@keyframes opalHelix {
  from {
    opacity: 0;
    -webkit-perspective: 1300px;
    perspective: 1300px;
    -webkit-transform: rotateY(-180deg);
    transform: rotateY(-180deg);
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
  }
  to {
    -webkit-transform: rotateY(0deg);
    transform: rotateY(0deg);
    opacity: 1;
  }
}
.opal-am-popup {
  animation: opalPopup;
  -moz-animation-name: opalPopup;
  -webkit-animation-name: opalPopup;
}
@-webkit-keyframes opalPopup {
  from {
    opacity: 0;
    -webkit-transform: scale(0.4);
    -ms-transform: scale(0.4);
    transform: scale(0.4);
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-perspective: 1300px;
    perspective: 1300px;
  }
  70% {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    opacity: 0.8;
    animation-timing-function: ease-out;
    -webkit-animation-timing-function: ease-out;
  }
  to {
    transform: scale(1);
    -webkit-transform: scale(1);
    opacity: 1;
  }
}
@-moz-keyframes opalPopup {
  from {
    opacity: 0;
    -webkit-transform: scale(0.4);
    -ms-transform: scale(0.4);
    transform: scale(0.4);
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-perspective: 1300px;
    perspective: 1300px;
  }
  70% {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    opacity: 0.8;
    animation-timing-function: ease-out;
    -webkit-animation-timing-function: ease-out;
  }
  to {
    transform: scale(1);
    -webkit-transform: scale(1);
    opacity: 1;
  }
}
@-ms-keyframes opalPopup {
  from {
    opacity: 0;
    -webkit-transform: scale(0.4);
    -ms-transform: scale(0.4);
    transform: scale(0.4);
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-perspective: 1300px;
    perspective: 1300px;
  }
  70% {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    opacity: 0.8;
    animation-timing-function: ease-out;
    -webkit-animation-timing-function: ease-out;
  }
  to {
    transform: scale(1);
    -webkit-transform: scale(1);
    opacity: 1;
  }
}
@keyframes opalPopup {
  from {
    opacity: 0;
    -webkit-transform: scale(0.4);
    -ms-transform: scale(0.4);
    transform: scale(0.4);
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-perspective: 1300px;
    perspective: 1300px;
  }
  70% {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    opacity: 0.8;
    animation-timing-function: ease-out;
    -webkit-animation-timing-function: ease-out;
  }
  to {
    transform: scale(1);
    -webkit-transform: scale(1);
    opacity: 1;
  }
}
.elementor-brand-item {
  text-align: center;
  display: flex;
  align-items: center;
  position: relative;
  overflow: hidden;
}
.elementor-brand-item .elementor-brand-image {
  display: block;
  width: 100%;
  font-size: 0;
  transition: all ease 0.3s;
}
.elementor-brand-item .elementor-brand-image i {
  font-size: 40px;
  font-size: 2.5rem;
  margin: 0 auto;
}
.elementor-brand-item .elementor-brand-image svg path {
  transition: all ease 0.3s;
}
.elementor-brand-wrapper .row {
  justify-content: center;
}
.elementor-brand-wrapper a {
  display: flex;
  align-items: center;
  justify-content: center;
}
.elementor-brand-wrapper .elementor-brand-image img {
  transition: all ease 0.3s;
}
.elementor-brand-wrapper .elementor-brand-image:hover img,
.elementor-brand-wrapper .elementor-brand-image:hover svg {
  filter: none !important;
  opacity: 1 !important;
  transition: all 0.3s;
}
.elementor-brand-wrapper:hover img,
.elementor-brand-wrapper:hover svg {
  opacity: 0.3;
  transition: all 0.3s;
  filter: url(data:image/svg+xml;utf8;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnPjxmaWx0ZXIgaWQ9J2dyYXlzY2FsZSc+PGZlQ29sb3JNYXRyaXggdHlwZT0nbWF0cml4JyB2YWx1ZXM9JzEgMCAwIDAgMCwgMCAxIDAgMCAwLCAwIDAgMSAwIDAsIDAgMCAwIDEgMCcvPjwvZmlsdGVyPjwvc3ZnPiNncmF5c2NhbGU=);
  filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  zoom: 1;
  -webkit-filter: grayscale(100%);
}
.elementor-brand-wrapper .column-item {
  margin-bottom: 30px;
}
.elementor-brand-wrapper .slick-slide {
  position: relative;
}
.elementor-brand-wrapper .slick-slide:before {
  top: 0;
  right: 0;
  width: 1px;
  height: 100%;
  background: #ebebeb;
  position: absolute;
}
.elementor-brand-wrapper .slick-slide:last-child:before {
  content: none !important;
}
.elementor-widget-liquory-brand .liquory-carousel .column-item {
  margin-bottom: 0 !important;
}
.elementor-widget-liquory-brand .liquory-carousel .slick-track {
  display: flex !important;
  align-items: center;
}
.elementor-widget-liquory-brand.show-border-yes .elementor-brand-wrapper {
  border-top: 1px dashed var(--e-global-color-border);
  border-right: 1px dashed var(--e-global-color-border);
}
.elementor-widget-liquory-brand.show-border-yes .elementor-brand-item a {
  width: 100%;
  justify-content: stretch;
  border-left: 1px dashed var(--e-global-color-border);
  border-bottom: 1px dashed var(--e-global-color-border);
}
.elementor-widget-woocommerce-breadcrumb .liquory-woocommerce-title {
  position: relative;
  font-size: 60px;
  font-size: 3.75rem;
  font-family: var(--e-global-typography-primary-font-family);
  font-weight: var(--e-global-typography-primary-font-weight);
  text-transform: var(--e-global-typography-primary-text-transform);
  font-style: var(--e-global-typography-primary-font-style);
  text-decoration: var(--e-global-typography-primary-text-decoration);
  line-height: var(--e-global-typography-primary-line-height);
  letter-spacing: var(--e-global-typography-primary-letter-spacing);
  margin-bottom: 5px;
  letter-spacing: -2px;
  text-transform: capitalize;
  color: var(--e-global-color-secondary);
}
@media (max-width: 567px) {
  .elementor-widget-woocommerce-breadcrumb .liquory-woocommerce-title {
    font-size: 30px;
    font-size: 1.875rem;
  }
}
.elementor-widget-woocommerce-breadcrumb .woocommerce-breadcrumb {
  margin-bottom: 0;
  line-height: 22px;
  font-size: 13px;
  font-size: 0.8125rem;
  color: var(--e-global-color-secondary);
  font-weight: 400;
  text-transform: capitalize;
}
@media (max-width: 567px) {
  .elementor-widget-woocommerce-breadcrumb .woocommerce-breadcrumb {
    font-size: 13px;
    font-size: 0.8125rem;
  }
}
.elementor-widget-woocommerce-breadcrumb .woocommerce-breadcrumb a {
  color: var(--e-global-color-lighter);
  font-weight: 400;
  font-size: 13px;
  font-size: 0.8125rem;
}
@media (max-width: 567px) {
  .elementor-widget-woocommerce-breadcrumb .woocommerce-breadcrumb a {
    font-size: 13px;
    font-size: 0.8125rem;
  }
}
.elementor-widget-woocommerce-breadcrumb .woocommerce-breadcrumb a:hover {
  color: var(--e-global-color-primary);
}
.elementor-widget-woocommerce-breadcrumb .woocommerce-breadcrumb i {
  color: var(--e-global-color-lighter);
  font-size: 9px;
  font-size: 0.5625rem;
  margin: 0 11px 3px;
}
@media (max-width: 567px) {
  .elementor-widget-woocommerce-breadcrumb .woocommerce-breadcrumb i {
    font-size: 9px;
    font-size: 0.5625rem;
  }
}
.hidden-liquory-title-yes .liquory-woocommerce-title {
  display: none;
}
.single-product .hidden-liquory-title-single-yes .liquory-woocommerce-title,
.single-post .hidden-liquory-title-single-yes .liquory-woocommerce-title,
.single-liquory_team
  .hidden-liquory-title-single-yes
  .liquory-woocommerce-title,
.single-liquory_service
  .hidden-liquory-title-single-yes
  .liquory-woocommerce-title {
  display: none;
}
.elementor-widget-liquory-banner .elementor-cta__description {
  font-size: 14px;
  font-size: 0.875rem;
  color: var(--e-global-color-text);
  background-repeat: no-repeat;
  background-position: top left;
  color: #fff;
  margin-bottom: 15px;
}
.elementor-widget-liquory-banner.description-effects-yes
  .elementor-cta__description {
  max-height: 0;
  overflow: hidden;
  -webkit-transition: all 0.75s cubic-bezier(0.8, 0, 0.2, 1);
  -o-transition: all 0.75s cubic-bezier(0.8, 0, 0.2, 1);
  transition: all 0.75s cubic-bezier(0.8, 0, 0.2, 1);
  opacity: 0;
  transform: translateY(10px);
  margin-bottom: 0;
}
.elementor-widget-liquory-banner.description-effects-yes:hover
  .elementor-cta__description {
  max-height: 120px;
  opacity: 1;
  transform: translateY(0px);
}
.elementor-widget-liquory-banner.button-effects-yes .elementor-cta__button {
  max-height: 0;
  overflow: hidden;
  -webkit-transition: all 0.75s cubic-bezier(0.8, 0, 0.2, 1);
  -o-transition: all 0.75s cubic-bezier(0.8, 0, 0.2, 1);
  transition: all 0.75s cubic-bezier(0.8, 0, 0.2, 1);
  opacity: 0;
  transform: translateY(-10px);
  margin-bottom: 0;
}
.elementor-widget-liquory-banner.button-effects-yes:hover
  .elementor-cta__button {
  max-height: 30px;
  opacity: 1;
  transform: translateY(0px);
}
.elementor-widget-liquory-banner .elementor-cta__heading2,
.elementor-widget-liquory-banner .elementor-cta__title {
  font-size: 32px;
  font-size: 2rem;
  line-height: 40px;
  letter-spacing: -1px;
  font-weight: var(--e-global-typography-primary-font-weight);
  position: relative;
  z-index: 1;
  text-transform: uppercase;
  color: #fff;
}
.elementor-widget-liquory-banner .elementor-cta__title {
  margin-bottom: 0;
}
.elementor-widget-liquory-banner .elementor-cta__heading2 {
  margin-bottom: 15px;
}
.elementor-widget-liquory-banner .elementor-cta__subtitle {
  font-size: 14px;
  font-size: 0.875rem;
  color: var(--e-global-color-secondary);
  line-height: 14px;
  font-weight: var(--e-global-typography-primary-font-weight);
  text-transform: uppercase;
  color: #fff;
  margin-bottom: 15px;
}
.elementor-widget-liquory-banner .elementor-cta__subtitle div {
  position: relative;
  background-repeat: no-repeat;
  background-position: top left;
  display: flex;
}
.elementor-widget-liquory-banner .elementor-cta__subtitle div span {
  font-size: 20px;
  font-size: 1.25rem;
  font-family: var(--e-global-typography-primary-font-family);
  font-weight: var(--e-global-typography-primary-font-weight);
  text-transform: var(--e-global-typography-primary-text-transform);
  font-style: var(--e-global-typography-primary-font-style);
  text-decoration: var(--e-global-typography-primary-text-decoration);
  line-height: var(--e-global-typography-primary-line-height);
  letter-spacing: var(--e-global-typography-primary-letter-spacing);
  max-width: 50px;
  margin-left: 5px;
}
.elementor-widget-liquory-banner .elementor-button {
  display: inline-flex;
  align-items: center;
  padding: 10px 27px;
  border-radius: 2px;
  border: none;
  font-size: 12px;
  font-size: 0.75rem;
  font-weight: var(--e-global-typography-primary-font-weight);
  line-height: 14px;
  background-color: #fff;
  color: var(--e-global-color-secondary);
  text-transform: uppercase;
  transition: all 0.3s ease;
}
.elementor-widget-liquory-banner .elementor-button i {
  transition: all 0.3s ease;
}
.elementor-widget-liquory-banner .elementor-button:hover {
  color: #fff;
  background-color: var(--e-global-color-primary);
}
.elementor-widget-liquory-banner .elementor-cta__bg-overlay {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  left: 0;
}
.elementor-widget-liquory-banner.content-stretch-yes {
  height: 100%;
}
.elementor-widget-liquory-banner.content-stretch-yes
  .elementor-widget-container,
.elementor-widget-liquory-banner.content-stretch-yes .elementor-liquory-banner {
  height: 100%;
}
.elementor-widget-liquory-banner.button-position-bottom-yes
  .elementor-cta__content_inner {
  height: 100%;
}
.elementor-widget-liquory-banner.button-position-bottom-yes
  .elementor-cta__content_inner
  .elementor-cta__button-wrapper {
  margin-top: auto;
}
.elementor-widget-liquory-banner:hover .elementor-cta__bg-overlay {
  opacity: 1;
}
.elementor-widget-liquory-banner:hover .elementor-cta__bg {
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.elementor-widget-liquory-banner.box-align-left .elementor-cta__content {
  text-align: left;
}
.elementor-widget-liquory-banner.box-align-left
  .elementor-cta__content
  .elementor-cta__subtitle
  div {
  justify-content: flex-start;
}
.elementor-widget-liquory-banner.box-align-left
  .elementor-cta__content
  .elementor-cta__description {
  background-position: top left;
}
.elementor-widget-liquory-banner.box-align-center .elementor-cta__content {
  text-align: center;
}
.elementor-widget-liquory-banner.box-align-center
  .elementor-cta__content
  .elementor-cta__subtitle
  div {
  justify-content: center;
  background-position: top center;
}
.elementor-widget-liquory-banner.box-align-center
  .elementor-cta__content
  .elementor-cta__description {
  background-position: top center;
}
.elementor-widget-liquory-banner.box-align-right .elementor-cta__content {
  text-align: right;
}
.elementor-widget-liquory-banner.box-align-right
  .elementor-cta__content
  .elementor-cta__subtitle
  div {
  justify-content: flex-end;
  background-position: top right;
}
.elementor-widget-liquory-banner.box-align-right
  .elementor-cta__content
  .elementor-cta__description {
  background-position: top right;
}
.elementor-widget-liquory-banner.elementor-cta--valign-top
  .elementor-cta__content {
  -ms-flex-line-pack: start;
  align-content: flex-start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.elementor-widget-liquory-banner.elementor-cta--valign-middle
  .elementor-cta__content {
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.elementor-widget-liquory-banner.elementor-cta--valign-bottom
  .elementor-cta__content {
  -ms-flex-line-pack: end;
  align-content: flex-end;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}
.elementor-widget-liquory-banner.elementor-position-below
  .elementor-cta__content_inner {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
}
.elementor-widget-liquory-banner.elementor-position-below
  .elementor-cta__content-item {
  order: 1;
}
.elementor-widget-liquory-banner.elementor-position-below
  .elementor-cta__content-item.elementor-cta__title,
.elementor-widget-liquory-banner.elementor-position-below
  .elementor-cta__content-item.elementor-cta__heading2 {
  order: 0;
}
.elementor-widget-liquory-banner.elementor-position-above
  .elementor-cta__content-item {
  order: 1;
}
.elementor-widget-liquory-banner.elementor-position-above
  .elementor-cta__content-item.elementor-cta__subtitle {
  margin-bottom: 1rem;
  order: 0;
}
.button-banner-style-liquory-outline .elementor-button {
  padding: 0;
  border-radius: 0;
  background-color: transparent;
}
.button-banner-style-liquory-outline .elementor-button:hover {
  background-color: transparent;
}
.elementor-bg-transform-move-down-custom .elementor-bg {
  height: calc(100% + 30px);
  -ms-transform: translateY(-30px);
  -o-transform: translateY(-30px);
  -moz-transform: translateY(-30px);
  -webkit-transform: translateY(-30px);
  transform: translateY(-30px);
}
.elementor-bg-transform-move-down-custom:hover .elementor-bg {
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  -moz-transform: translateY(0);
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
.elementor-bg-transform-move-up-custom .elementor-bg {
  height: calc(100% + 30px);
}
.elementor-bg-transform-move-up-custom:hover .elementor-bg {
  -ms-transform: translateY(-30px);
  -o-transform: translateY(-30px);
  -moz-transform: translateY(-30px);
  -webkit-transform: translateY(-30px);
  transform: translateY(-30px);
}
.elementor-bg-transform-move-left-custom .elementor-bg {
  width: calc(100% + 30px);
  -ms-transform: translateX(-30px);
  -o-transform: translateX(-30px);
  -moz-transform: translateX(-30px);
  -webkit-transform: translateX(-30px);
  transform: translateX(-30px);
}
.elementor-bg-transform-move-left-custom:hover .elementor-bg {
  -ms-transform: translateX(0px);
  -o-transform: translateX(0px);
  -moz-transform: translateX(0px);
  -webkit-transform: translateX(0px);
  transform: translateX(0px);
}
.elementor-bg-transform-move-right-custom .elementor-bg {
  width: calc(100% + 30px);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  -moz-transform: translateX(0);
  -webkit-transform: translateX(0);
  transform: translateX(0);
}
.elementor-bg-transform-move-right-custom:hover .elementor-bg {
  -ms-transform: translateX(-30px);
  -o-transform: translateX(-30px);
  -moz-transform: translateX(-30px);
  -webkit-transform: translateX(-30px);
  transform: translateX(-30px);
}
.elementor-bg-transform-zoom-in:hover .elementor-bg {
  -ms-transform: scale(1.025);
  -o-transform: scale(1.025);
  -moz-transform: scale(1.025);
  -webkit-transform: scale(1.025);
  transform: scale(1.025);
}
.elementor-bg-transform-zoom-out .elementor-bg {
  width: calc(100% + 40px);
  -ms-transform: scale(1.025);
  -o-transform: scale(1.025);
  -moz-transform: scale(1.025);
  -webkit-transform: scale(1.025);
  transform: scale(1.025);
}
.elementor-bg-transform-zoom-out:hover .elementor-bg {
  -ms-transform: scale(1);
  -o-transform: scale(1);
  -moz-transform: scale(1);
  -webkit-transform: scale(1);
  transform: scale(1);
}
.elementor-cta {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.elementor-cta--skin-classic .elementor-cta {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.elementor-cta--skin-classic .elementor-cta__bg-wrapper {
  position: relative;
  min-height: 200px;
  width: 100%;
}
.elementor-cta--skin-classic .elementor-cta__content {
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
  width: 100%;
}
.elementor-cta--skin-cover .elementor-cta {
  display: block;
}
.elementor-cta--skin-cover .elementor-cta__bg-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
  width: 100%;
  border-radius: 0;
}
.elementor-cta--skin-cover .elementor-cta__content {
  min-height: 300px;
}
.elementor-cta--layout-image-above .elementor-cta {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.elementor-cta--layout-image-above .elementor-cta__bg-wrapper {
  width: 100%;
}
.elementor-cta--layout-image-left .elementor-cta,
.elementor-cta--layout-image-right .elementor-cta {
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.elementor-cta--layout-image-left .elementor-cta__bg-wrapper,
.elementor-cta--layout-image-right .elementor-cta__bg-wrapper {
  width: auto;
  min-width: 50%;
}
.elementor-cta--layout-image-left .elementor-cta__content,
.elementor-cta--layout-image-right .elementor-cta__content {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}
.elementor-cta--layout-image-left .elementor-cta {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}
.elementor-cta--layout-image-right .elementor-cta {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.elementor-cta__bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  transition: all 0.2s ease;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  z-index: 1;
}
.elementor-cta__bg-wrapper {
  z-index: 1;
  overflow: hidden;
}
.elementor-cta__bg-overlay {
  z-index: 2;
}
.elementor-cta__content {
  z-index: 1;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-line-pack: center;
  align-content: center;
  padding: 40px;
  width: 100%;
}
.elementor-cta__content-item {
  width: 100%;
}
.elementor-cta__content,
.elementor-cta__content-item {
  position: relative;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
@media (max-device-width: 1024px) {
  .elementor-cta {
    cursor: pointer;
  }
}
.show-button-link-yes .elementor-button {
  padding: 0;
  border-radius: 0;
  font-size: 14px;
  color: #fff;
  background-color: transparent;
  text-transform: capitalize;
  line-height: 22px;
}
.show-button-link-yes .elementor-button .elementor-button-content-wrapper {
  position: relative;
  display: inline-flex;
  justify-content: flex-start;
  align-items: center;
  transition: all 0.3s ease;
  padding-right: 12px;
}
.show-button-link-yes
  .elementor-button
  .elementor-button-content-wrapper:before {
  width: 7px;
  height: 7px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  content: "";
  position: absolute;
  right: 3px;
  top: calc(50% - 2px);
  transform: rotate(45deg) translateY(-50%);
  transition: all 0.3s ease;
}
.show-button-link-yes
  .elementor-button
  .elementor-button-content-wrapper:after {
  content: "";
  display: block;
  width: 0;
  height: 2px;
  background-color: #fff;
  right: 0;
  top: calc(50% - 1px);
  position: absolute;
  transform: translateY(-50%);
  transition: all 0.3s ease;
}
.show-button-link-yes
  .elementor-button
  .elementor-button-content-wrapper:hover {
  color: #fff;
  padding-right: 25px;
}
.show-button-link-yes
  .elementor-button
  .elementor-button-content-wrapper:hover:after {
  width: 15px;
  transition: all 0.3s ease;
}
.show-button-link-yes .elementor-button:hover {
  background-color: transparent;
}
.wpcf7-form {
  margin: 0;
}
.wpcf7-form .wpcf7-form-control-wrap {
  width: 100%;
  display: block;
}
.wpcf7-form .wpcf7-form-control-wrap input[type="text"],
.wpcf7-form .wpcf7-form-control-wrap input[type="number"],
.wpcf7-form .wpcf7-form-control-wrap input[type="email"],
.wpcf7-form .wpcf7-form-control-wrap input[type="tel"],
.wpcf7-form .wpcf7-form-control-wrap input[type="url"],
.wpcf7-form .wpcf7-form-control-wrap input[type="password"],
.wpcf7-form .wpcf7-form-control-wrap input[type="search"],
.wpcf7-form .wpcf7-form-control-wrap .input-text {
  width: 100%;
  height: 100%;
  border-width: 1px;
  color: var(--e-global-color-secondary);
  font-size: 14px;
  font-size: 0.875rem;
  padding: 15px 30px;
  border-radius: 0;
}
.wpcf7-form .wpcf7-form-control-wrap textarea {
  margin: auto;
  width: 100%;
  height: 100%;
  color: var(--e-global-color-lighter);
  font-size: 14px;
  font-size: 0.875rem;
  border-width: 1px;
  resize: none;
  padding: 22px 25px 26px;
  overflow: hidden;
  border-radius: 0;
}
.wpcf7-form .wpcf7-form-control-wrap input[type="button"] {
  padding: 1.1em 4.35em;
  border-radius: 100px;
}
.wpcf7-form .wpcf7-form-control-wrap select:not([size]):not([multiple]) {
  font-size: 14px;
  font-size: 0.875rem;
  color: var(--e-global-color-text);
  border-radius: 0;
}
.wpcf7-form .row {
  display: flex;
  flex-wrap: wrap;
  margin-left: -10px;
  margin-right: -10px;
}
.wpcf7-form .row [class*=" column-"],
.wpcf7-form .row [class^="column-"] {
  padding: 0 10px;
}
.wpcf7-form .wpcf7-button button,
.wpcf7-form .wpcf7-button input[type="button"],
.wpcf7-form .wpcf7-button input[type="reset"],
.wpcf7-form .wpcf7-button input[type="submit"],
.wpcf7-form .wpcf7-button .button {
  position: relative;
  background-color: var(--e-global-color-secondary);
  border-radius: 2px;
  padding: 1.4em 3.3em;
  margin-top: 20px;
}
.wpcf7-form .wpcf7-button button:hover,
.wpcf7-form .wpcf7-button input[type="button"]:hover,
.wpcf7-form .wpcf7-button input[type="reset"]:hover,
.wpcf7-form .wpcf7-button input[type="submit"]:hover,
.wpcf7-form .wpcf7-button .button:hover {
  transition: all 0.3s ease;
  border-color: var(--e-global-color-primary);
  background-color: var(--e-global-color-primary);
}
.wpcf7-form .wpcf7-button .wpcf7-spinner {
  position: absolute;
}
.wpcf7-form .wpcf7-list-item {
  margin: 0 0 15px;
  display: block;
  font-size: 16px;
  font-size: 1rem;
  color: var(--e-global-color-text);
}
.wpcf7-form .wpcf7-list-item input[type="checkbox"],
.wpcf7-form .wpcf7-list-item input[type="radio"] {
  margin-right: 10px;
}
.contact-form-special-yes .wpcf7-form input[type="text"],
.contact-form-special-yes .wpcf7-form input[type="number"],
.contact-form-special-yes .wpcf7-form input[type="email"],
.contact-form-special-yes .wpcf7-form input[type="tel"],
.contact-form-special-yes .wpcf7-form input[type="url"],
.contact-form-special-yes .wpcf7-form input[type="password"],
.contact-form-special-yes .wpcf7-form input[type="search"],
.contact-form-special-yes .wpcf7-form .input-text,
.contact-form-special-yes .wpcf7-form textarea {
  background-color: #f6f6f6;
}
.elementor-widget-liquory-countdown .elementor-liquory-countdown {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  flex-direction: row;
}
.elementor-widget-liquory-countdown .elementor-countdown-item {
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
}
.elementor-widget-liquory-countdown .elementor-countdown-label {
  font-weight: var(--e-global-typography-text-font-weigh);
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.7142857143;
  text-align: center;
  text-transform: uppercase;
}
.elementor-widget-liquory-countdown .elementor-countdown-digits {
  font-weight: var(--e-global-typography-primary-font-weight);
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 1.4;
  text-align: center;
}
.elementor-widget-liquory-countdown .countdown-title {
  font-weight: var(--e-global-typography-text-font-weight);
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.7142857143;
  color: var(--e-global-color-secondary);
}
.elementor-widget-liquory-countdown.countdown-style-1 .countdown-inner {
  display: flex;
  flex-direction: row;
  align-items: center;
}
.elementor-widget-liquory-countdown.countdown-style-1
  .elementor-countdown-item {
  position: relative;
  padding: 4px;
  min-width: 40px;
  border-radius: 4px;
  margin-right: 25px;
  color: #fff;
  background-color: var(--e-global-color-primary);
}
.elementor-widget-liquory-countdown.countdown-style-1
  .elementor-countdown-item:before {
  content: ":";
  display: inline-block;
  position: absolute;
  right: -15px;
  font-size: 23px;
  font-size: 1.4375rem;
  line-height: 1;
  top: 20%;
  color: var(--e-global-color-secondary);
}
.elementor-widget-liquory-countdown.countdown-style-1
  .elementor-countdown-item:last-child {
  margin-right: 0;
}
.elementor-widget-liquory-countdown.countdown-style-1
  .elementor-countdown-item:last-child:before {
  display: none;
}
.elementor-widget-liquory-countdown.countdown-style-1 .countdown-title {
  margin-right: 15px;
}
.elementor-widget-liquory-countdown.countdown-style-2
  .elementor-countdown-item {
  position: relative;
  color: var(--e-global-color-primary);
  margin-right: 14px;
  background-color: #fff;
  border-radius: 4px;
  padding: 4px 10px;
}
.elementor-widget-liquory-countdown.countdown-style-2
  .elementor-countdown-item:last-child {
  margin-right: 0;
}
.elementor-widget-liquory-countdown.countdown-style-2
  .elementor-countdown-digits {
  font-weight: var(--e-global-typography-primary-font-weight);
}
.elementor-widget-liquory-countdown.countdown-style-2
  .elementor-countdown-label {
  text-transform: capitalize;
  color: var(--e-global-color-secondary);
}
.elementor-widget-liquory-countdown.countdown-style-2 .countdown-title {
  font-weight: var(--e-global-typography-text-font-weight);
  margin-bottom: 10px;
}
.elementor-widget-liquory-countdown.countdown-style-3
  .elementor-countdown-item {
  position: relative;
  color: #fff;
  margin-right: 30px;
}
.elementor-widget-liquory-countdown.countdown-style-3
  .elementor-countdown-item:last-child {
  margin-right: 0;
}
.elementor-widget-liquory-countdown.countdown-style-3
  .elementor-countdown-item:last-child:before {
  content: none;
}
.elementor-widget-liquory-countdown.countdown-style-3
  .elementor-countdown-item:before {
  content: ":";
  display: inline-block;
  position: absolute;
  right: -20px;
  font-size: 28px;
  font-size: 1.75rem;
  top: 30%;
  transform: translateY(-50%);
  color: #fff;
}
.elementor-widget-liquory-countdown.countdown-style-3 .countdown-title {
  font-weight: var(--e-global-typography-primary-font-weight);
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1.6666666667;
  text-transform: uppercase;
  margin-right: 5px;
  color: #fff;
}
.elementor-widget-liquory-countdown.countdown-style-3
  .elementor-countdown-digits {
  font-weight: var(--e-global-typography-primary-font-weight);
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 1.4;
  text-transform: uppercase;
}
.elementor-widget-liquory-countdown.countdown-style-3 .countdown-inner {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 10px 20px;
  background-color: var(--e-global-color-accent);
  border-radius: 5px;
  min-width: 200px;
}
.elementor-widget-liquory-countdown.countdown-style-4
  .elementor-countdown-item {
  width: 100px;
  flex-basis: 100px;
}
.elementor-widget-liquory-countdown.countdown-style-4
  .elementor-countdown-item:last-child {
  margin-right: 0;
}
.elementor-widget-liquory-countdown.countdown-style-4
  .elementor-countdown-item:last-child:before {
  content: none;
}
.elementor-widget-liquory-countdown.countdown-style-4
  .elementor-countdown-item:before {
  content: ":";
  display: inline-block;
  position: absolute;
  right: -6px;
  font-size: 30px;
  font-size: 1.875rem;
  line-height: 24px;
  top: 40%;
  color: var(--e-global-color-secondary);
  transform: translateY(-40%);
  font-weight: 500;
}
.elementor-widget-liquory-countdown.countdown-style-4
  .elementor-countdown-digits {
  font-weight: var(--e-global-typography-primary-font-weight);
  font-size: 48px;
  font-size: 3rem;
  line-height: 1;
  margin-bottom: 10px;
  color: var(--e-global-color-primary);
}
.elementor-widget-liquory-countdown.countdown-style-4
  .elementor-countdown-label {
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1.8333333333;
  text-transform: uppercase;
  font-weight: var(--e-global-typography-primary-font-weight);
  color: var(--e-global-color-secondary);
}
.elementor-counter {
  position: relative;
  display: flex;
}
.elementor-counter .elementor-counter-wrapper {
  margin-bottom: 10px;
}
.elementor-counter .elementor-icon-counter {
  justify-content: center;
  align-items: center;
  font-size: 36px;
  font-size: 2.25rem;
}
.elementor-counter .elementor-icon-counter i {
  display: inline-block;
}
.elementor-counter .elementor-icon-counter i:before {
  display: block;
}
.elementor-counter .elementor-counter-number {
  font-size: 50px;
  font-size: 3.125rem;
  line-height: 52px;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.elementor-counter .elementor-counter-number-prefix,
.elementor-counter .elementor-counter-number-suffix {
  flex-grow: 0;
  font-size: 50px;
  font-size: 3.125rem;
  font-weight: var(--e-global-typography-accent-font-weight);
  line-height: 52px;
}
.elementor-counter .elementor-counter-title {
  text-align: inherit;
  font-size: 16px;
  font-size: 1rem;
  line-height: 30px;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.elementor-counter .elementor-counter-sub-title {
  font-size: 14px;
  font-size: 0.875rem;
}
.elementor-counter .elementor-counter-description {
  font-size: 14px;
  font-size: 0.875rem;
}
.elementor-alignment-left .elementor-counter {
  justify-content: flex-start;
}
.elementor-alignment-left .elementor-counter .elementor-icon-counter {
  display: inline-flex;
  flex: 0 0 auto;
}
.elementor-alignment-left .elementor-counter .elementor-counter-wrapper {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
}
.elementor-alignment-center .elementor-counter {
  justify-content: center;
  flex-direction: column;
}
.elementor-alignment-center .elementor-counter .elementor-icon-counter {
  display: inline-flex;
  flex: 0 0 auto;
  margin: 0 auto;
}
.elementor-alignment-center .elementor-counter .elementor-counter-wrapper {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
}
.elementor-alignment-center
  .elementor-counter
  .elementor-counter-number-wrapper {
  justify-content: center;
}
.elementor-alignment-right .elementor-counter {
  flex-direction: row-reverse;
  justify-content: flex-end;
}
.elementor-alignment-right .elementor-counter .elementor-icon-counter {
  display: inline-flex;
  flex: 0 0 auto;
}
.elementor-alignment-right
  .elementor-counter
  .elementor-counter-number-wrapper {
  justify-content: flex-end;
}
.elementor-alignment-right .elementor-counter .elementor-counter-wrapper {
  flex-grow: 1;
  display: flex;
  justify-content: flex-end;
  flex-direction: column;
}
.elementor-alignment-right .elementor-counter .elementor-counter-title,
.elementor-alignment-right .elementor-counter .elementor-counter-sub-title,
.elementor-alignment-right .elementor-counter .elementor-counter-description {
  text-align: right;
}
.elementor-vertical-align-top .elementor-counter {
  align-items: flex-start;
}
.elementor-vertical-align-middle .elementor-counter {
  align-items: center;
}
.elementor-vertical-align-bottom .elementor-counter {
  align-items: flex-end;
}
.counter-special-yes .elementor-counter {
  width: 205px;
  height: 205px;
  border-radius: 50%;
  background: var(--e-global-color-primary);
  transition: all 0.3s ease;
  z-index: 1;
}
.counter-special-yes .elementor-counter:before {
  position: absolute;
  top: 0;
  left: 5px;
  bottom: 0;
  right: -10px;
  border-radius: 50%;
  border: 2px dashed #fff;
  content: "";
  z-index: -1;
}
.counter-special-border-yes .elementor-counter {
  position: relative;
  border: 10px solid #393c42;
  -webkit-tap-highlight-color: transparent;
  z-index: 0;
  transition: 1s;
}
.counter-special-border-yes .elementor-counter:before,
.counter-special-border-yes .elementor-counter:after {
  position: absolute;
  background-color: #23262d;
  z-index: -1;
  transition: 1s;
  content: "";
  height: 10px;
  width: 55%;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.counter-special-border-yes .elementor-counter:before {
  top: -10px;
}
.counter-special-border-yes .elementor-counter:after {
  bottom: -10px;
}
.counter-special-border-yes .elementor-counter:hover {
  cursor: pointer;
}
.counter-special-border-yes .elementor-counter:hover:before,
.counter-special-border-yes .elementor-counter:hover:after {
  width: 0;
  background-color: #393c42;
}
.counter-special-border-yes .elementor-counter .elementor-counter-wrapper {
  flex-direction: row;
}
.counter-special-border-yes.elementor-vertical-align-top
  .elementor-counter
  .elementor-counter-wrapper {
  align-items: flex-start;
}
.counter-special-border-yes.elementor-vertical-align-middle
  .elementor-counter
  .elementor-counter-wrapper {
  align-items: center;
}
.counter-special-border-yes.elementor-vertical-align-bottom
  .elementor-counter
  .elementor-counter-wrapper {
  align-items: flex-end;
}
.elementor-header-group-wrapper .header-group-action {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding-right: 0;
}
.elementor-header-group-wrapper .header-group-action > div {
  display: inline-flex;
  position: relative;
  margin-right: 13px;
  margin-left: 10px;
  text-align: center;
}
.elementor-header-group-wrapper .header-group-action > div:first-child {
  margin-left: 0;
}
.elementor-header-group-wrapper .header-group-action > div:last-child {
  margin-right: 0;
}
.elementor-header-group-wrapper .header-group-action .site-header-account,
.elementor-header-group-wrapper .header-group-action .site-header-wishlist,
.elementor-header-group-wrapper .header-group-action .site-header-search,
.elementor-header-group-wrapper .header-group-action .site-header-button {
  display: none;
}
@media (min-width: 1025px) {
  .elementor-header-group-wrapper .header-group-action .site-header-account,
  .elementor-header-group-wrapper .header-group-action .site-header-wishlist,
  .elementor-header-group-wrapper .header-group-action .site-header-search,
  .elementor-header-group-wrapper .header-group-action .site-header-button {
    display: block;
  }
}
.elementor-header-group-wrapper .site-header-account a .account-content {
  display: none;
}
.elementor-header-group-wrapper .site-header-account .account-dropdown.active {
  pointer-events: auto;
  opacity: 1;
  visibility: visible;
  z-index: 9999;
}
.elementor-widget-liquory-heading .elementor-widget-container {
  display: flex;
  flex-direction: column;
}
.elementor-widget-liquory-heading .elementor-heading-title,
.elementor-widget-liquory-heading .elementor-heading-title a {
  position: relative;
  display: flex;
}
.elementor-widget-liquory-heading .elementor-heading-title span,
.elementor-widget-liquory-heading .elementor-heading-title a span {
  color: var(--e-global-color-secondary);
  font-family: var(--e-global-typography-secondary-font-family);
  font-weight: var(--e-global-typography-secondary-font-weight);
  text-transform: var(--e-global-typography-secondary-text-transform);
  font-style: var(--e-global-typography-secondary-font-style);
  text-decoration: var(--e-global-typography-secondary-text-decoration);
  line-height: var(--e-global-typography-secondary-line-height);
  letter-spacing: var(--e-global-typography-secondary-letter-spacing);
}
.elementor-widget-liquory-heading.elementor-align-left
  .elementor-heading-title {
  justify-content: flex-start;
}
.elementor-widget-liquory-heading.elementor-align-center
  .elementor-heading-title {
  justify-content: center;
}
.elementor-widget-liquory-heading.elementor-align-right
  .elementor-heading-title {
  justify-content: flex-end;
}
.elementor-widget-liquory-heading.elementor-align-justify
  .elementor-heading-title {
  justify-content: space-between;
}
.elementor-widget-liquory-heading .elementor-heading-title i {
  font-size: 24px;
  font-size: 1.5rem;
  margin-top: -11px;
  margin-left: -27px;
  color: var(--e-global-color-primary);
}
.elementor-widget-liquory-heading.elementor-icon-left
  .elementor-heading-title
  i {
  margin-right: 5px;
  margin-left: 0;
}
.elementor-widget-liquory-heading.elementor-icon-right
  .elementor-heading-title
  i {
  order: 2;
}
.elementor-widget-liquory-heading.title-background-custom-yes
  .elementor-heading-title
  span {
  background-color: #ff004c;
  clip-path: polygon(0 0, 100% 0, 98% 100%, 2% 100%);
  padding: 5px 40px;
  border-radius: 4px 4px 8px 8px;
  margin-left: -40px;
}
.elementor-widget-liquory-heading.title-background-custom-yes
  .elementor-heading-title:after {
  content: "";
  height: 19px;
  width: 35px;
  clip-path: polygon(100% 0, 0 0, 100% 100%);
  background-color: #b00c3d;
  position: absolute;
  bottom: -19px;
  left: -34px;
}
.elementor-widget-liquory-heading.title-background-custom-yes.elementor-align-center
  .elementor-heading-title:after,
.elementor-widget-liquory-heading.title-background-custom-yes.elementor-align-right
  .elementor-heading-title:after {
  display: none;
}
.elementor-widget-liquory-image-carousel .image-carousel {
  display: block;
  text-align: center;
}
.elementor-widget-liquory-image-carousel .image-carousel img {
  margin-bottom: 15px;
  border: 1px solid var(--e-global-color-border);
  transition: all 0.3s ease;
}
.elementor-widget-liquory-image-carousel .image-carousel .title {
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: var(--e-global-typography-text-font-weight);
  line-height: 1.7142857143;
  color: var(--e-global-color-secondary);
}
.elementor-widget-liquory-image-carousel .image-carousel:hover img {
  opacity: 0.8;
  border-color: var(--e-global-color-primary);
}
.elementor-widget-liquory-image-carousel.layout-carousel-2
  .liquory-carousel
  .slick-list {
  overflow: visible;
}
.elementor-widget-opal-image-gallery .grid__item a {
  display: block;
}
.elementor-widget-opal-image-gallery .grid__item a img {
  display: block;
}
.elementor-widget-liquory-image-gallery ul {
  margin: 0 0 65px;
}
.elementor-widget-liquory-image-gallery .column-item {
  padding-bottom: 30px;
}
.elementor-widget-liquory-image-gallery .column-item a {
  position: relative;
  overflow: hidden;
  display: block;
}
.elementor-widget-liquory-image-gallery .column-item a:hover:before {
  opacity: 0.8;
}
.elementor-widget-liquory-image-gallery .column-item a:hover:after {
  opacity: 1;
}
.elementor-widget-liquory-image-gallery .column-item a:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  opacity: 0;
  background-color: var(--e-global-color-primary);
  transition: all 0.3s ease;
}
.elementor-widget-liquory-image-gallery .column-item a:after {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 24px;
  opacity: 0;
  transition: all 0.3s ease;
  color: #fff;
  text-align: center;
}
.elementor-widget-liquory-image-gallery .column-item img {
  display: block;
  transition: all 0.3s ease;
}
.elementor-widget-liquory-image-gallery .column-item:nth-child(even) {
  margin-top: 30px;
}
.elementor-widget-liquory-image-gallery .elementor-galerry__filter {
  display: inline-block;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 22px;
  font-weight: var(--e-global-typography-primary-font-weight);
  padding: 7px 21px;
  margin: 0 5px;
  position: relative;
  cursor: pointer;
  outline: 0;
  border: none;
  border-radius: 5px;
  color: var(--e-global-color-text);
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.elementor-widget-liquory-image-gallery .elementor-galerry__filter .count {
  display: none;
  font-size: 14px;
  font-size: 0.875rem;
  color: var(--e-global-color-secondary);
  position: absolute;
  top: -10px;
}
.elementor-widget-liquory-image-gallery
  .elementor-galerry__filter.elementor-active,
.elementor-widget-liquory-image-gallery .elementor-galerry__filter:hover {
  color: var(--e-global-color-primary);
  background-color: rgba(244, 195, 64, 0.2);
}
.elementor-image-gallery {
  position: relative;
}
.elementor-editor-active .isotope-grid {
  height: auto !important;
}
.elementor-editor-active .isotope-grid .grid__item > a {
  pointer-events: none;
}
.elementor-galerry__filters {
  list-style: none;
  justify-content: center;
  display: flex;
  flex-wrap: wrap;
}
.elementor-filter-left .elementor-galerry__filters {
  justify-content: flex-start;
}
.elementor-filter-right .elementor-galerry__filters {
  justify-content: flex-end;
}
.elementor-widget-liquory-image-gallery .liquory-carousel .slick-list {
  overflow: visible;
}
.liquory-image-hotspots-container {
  overflow: hidden;
  position: relative;
}
.liquory-addons-image-hotspots-ib-img {
  display: block;
}
.liquory-image-hotspots-main-icons-tooltips-wrapper {
  top: 0;
  left: 0;
  position: absolute;
  bottom: 0;
  right: 0;
}
.elementor-widget-liquory-image-hotspots .elementor-widget-container {
  display: flex;
  flex-wrap: wrap;
}
.elementor-widget-liquory-image-hotspots .liquory-image-hotspots-accordion {
  overflow: hidden;
  background-color: #fff;
  flex: 0 0 100%;
  max-width: 100%;
}
@media (min-width: 1024px) {
  .elementor-widget-liquory-image-hotspots .liquory-image-hotspots-accordion {
    padding: 50px 20px 50px 50px;
    flex: 0 0 50%;
    max-width: 50%;
  }
}
.elementor-widget-liquory-image-hotspots
  .liquory-image-hotspots-accordion
  + .liquory-image-hotspots-container {
  padding: 0;
}
@media (min-width: 1024px) {
  .elementor-widget-liquory-image-hotspots
    .liquory-image-hotspots-accordion
    + .liquory-image-hotspots-container {
    flex: 0 0 50%;
    max-width: 50%;
  }
}
.elementor-widget-liquory-image-hotspots
  .liquory-image-hotspots-accordion
  .liquory-image-hotspots-accordion-inner {
  position: relative;
  height: 100%;
}
.elementor-editor-active
  .elementor-widget-liquory-image-hotspots
  .liquory-image-hotspots-accordion
  .liquory-image-hotspots-accordion-inner {
  overflow: hidden;
}
@media (min-width: 1024px) {
  .elementor-widget-liquory-image-hotspots
    .liquory-image-hotspots-accordion
    .elementor-accordion {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    overflow: hidden;
  }
}
@media (min-width: 1024px) {
  .elementor-widget-liquory-image-hotspots
    .liquory-image-hotspots-accordion
    .elementor-accordion {
    padding-right: 23px;
  }
}
@media (min-width: 1024px) {
  .elementor-widget-liquory-image-hotspots
    .liquory-image-hotspots-accordion
    .elementor-accordion {
    padding-right: 30px;
  }
}
.elementor-widget-liquory-image-hotspots
  .elementor-accordion
  .elementor-tab-title {
  font-size: 12px;
  font-size: 0.75rem;
  text-transform: uppercase;
  color: var(--e-global-color-secondary);
  letter-spacing: 0.2em;
  padding: 30px 30px 30px 0;
  position: relative;
}
.elementor-widget-liquory-image-hotspots
  .elementor-accordion
  .elementor-tab-title:before {
  position: absolute;
  top: calc(50% - 11px);
  right: 0;
  border-width: 2px;
  border-color: #f8f8f8;
  border-style: solid;
  border-radius: 50%;
  width: 22px;
  height: 22px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 9px;
  padding-left: 1px;
  padding-bottom: 2px;
  color: #000;
}
.elementor-widget-liquory-image-hotspots
  .elementor-accordion
  .elementor-tab-title.elementor-active {
  color: var(--e-global-color-primary);
}
.elementor-widget-liquory-image-hotspots
  .elementor-accordion
  .elementor-tab-content {
  border-top: 0;
  padding: 0 0 40px;
}
.elementor-widget-liquory-image-hotspots
  .elementor-accordion
  .elementor-accordion-item {
  border-left: 0;
  border-right: 0;
}
.elementor-widget-liquory-image-hotspots
  .elementor-accordion
  .elementor-accordion-item:first-child {
  border-top: 0;
}
.elementor-widget-liquory-image-hotspots
  .scrollbar-inner
  > .scroll-element
  .scroll-bar {
  background-color: var(--e-global-color-primary);
  opacity: 1;
}
.liquory-image-hotspots-main-icons {
  cursor: pointer;
  display: block;
  position: absolute;
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
}
.liquory-image-hotspots-main-icons .liquory-image-hotspots-icon {
  cursor: pointer;
  display: block;
  text-align: center;
  background-color: var(--e-global-color-primary);
  border-radius: 50%;
  height: 30px;
  width: 30px;
  line-height: 18px;
  font-style: normal;
  box-shadow: 0 0 0 4px rgba(255, 120, 44, 0.4);
}
.liquory-image-hotspots-main-icons .liquory-image-hotspots-icon:after {
  box-shadow: 0 0 0 4px rgba(255, 120, 44, 0.4);
  border-radius: 200%;
  content: "";
  position: absolute;
  z-index: -1;
  transform: scale(1);
  pointer-events: none;
  animation: lexus-scale 2s infinite;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.liquory-image-hotspots-main-icons .liquory-image-hotspots-icon:before {
  content: "+";
  line-height: 26px;
  display: block;
  border-radius: 50%;
  font-size: 20px;
  font-size: 1.25rem;
  background-color: var(--e-global-color-primary);
  color: #fff;
}
.liquory-image-hotspots-main-icons .liquory-image-hotspots-image-icon {
  width: 40px;
  height: 40px;
}
.liquory-image-hotspots-main-icons .liquory-image-hotspots-text {
  cursor: pointer;
  display: block;
  text-align: center;
  border-radius: 0;
  margin: 0;
  padding: 0 10px;
  border-color: #000;
}
.liquory-image-hotspots-tooltips-wrapper {
  display: none;
  position: absolute;
  z-index: 9999;
}
.tooltipster-sidetip {
  z-index: 9999;
}
.tooltipster-sidetip .liquory-image-hotspots-tooltips-text {
  padding: 20px;
}
.tooltipster-box {
  background: 0 0;
  box-shadow: 0 0 40px 0 rgba(0, 0, 0, 0.18);
}
.tooltipster-box h4 {
  font-size: 14px;
  font-size: 0.875rem;
  font-family: var(--e-global-typography-text-font-family);
  font-weight: var(--e-global-typography-text-font-weight);
  text-transform: var(--e-global-typography-text-text-transform);
  font-style: var(--e-global-typography-text-font-style);
  text-decoration: var(--e-global-typography-text-text-decoration);
  line-height: var(--e-global-typography-text-line-height);
  letter-spacing: var(--e-global-typography-text-letter-spacing);
  margin-bottom: 10px;
}
.tooltipster-box .tooltipster-content {
  background: #fff;
  max-width: 200px;
  border-radius: 4px;
}
@keyframes lexus-scale {
  0% {
    transform: scale(1);
    opacity: 1;
  }
  100% {
    transform: scale(1.3);
    opacity: 0;
  }
}
.tooltipster-base.tooltipster-top .tooltipster-arrow-background {
  border-top-color: #fff;
}
.tooltipster-base.tooltipster-bottom .tooltipster-arrow-background {
  border-bottom-color: #fff;
}
.tooltipster-base.tooltipster-right .tooltipster-arrow-background {
  border-right-color: #fff;
}
.tooltipster-base.tooltipster-left .tooltipster-arrow-background {
  border-left-color: #fff;
}
.image-grid-wrapper * {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
.image-grid-wrapper .grid-wrapper {
  display: grid;
  grid-gap: 10px;
  grid-template-columns: repeat(auto-fit, minmax(410px, 1fr));
  grid-auto-rows: 280px;
  grid-auto-flow: dense;
}
.image-grid-wrapper .grid-wrapper > div {
  display: flex;
  justify-content: center;
  align-items: center;
}
.image-grid-wrapper .grid-wrapper a,
.image-grid-wrapper .grid-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  max-width: 100%;
  vertical-align: middle;
  display: inline-block;
}
.image-grid-wrapper .grid-wrapper .wide {
  grid-column: span 2;
}
.image-grid-wrapper .grid-wrapper .tall {
  grid-row: span 2;
}
.image-grid-wrapper .grid-wrapper .big {
  grid-column: span 2;
  grid-row: span 2;
}
.liquory-language-switcher ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  font-size: 12px;
  font-size: 0.75rem;
}
.liquory-language-switcher span {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.1428571429;
  font-weight: var(--e-global-typography-text-font-weight);
  text-transform: uppercase;
  color: var(--e-global-color-text);
}
.liquory-language-switcher .language-switcher-head .title {
  margin-right: 8px;
}
.liquory-language-switcher .language-switcher-head img {
  margin-right: 8px;
}
.liquory-language-switcher a {
  display: block;
}
.liquory-language-switcher img {
  display: inline-block;
  margin-right: 5px;
  height: 12px;
  object-fit: cover;
}
.liquory-language-switcher .item > div {
  display: flex;
  cursor: pointer;
  align-items: center;
}
.liquory-language-switcher .item > div i {
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: var(--e-global-typography-primary-font-weight);
  color: var(--e-global-color-secondary);
}
.liquory-language-switcher .sub-item {
  display: none;
  position: absolute;
  left: 0;
  z-index: 999;
  text-align: left;
  top: calc(100% + 5px);
  padding: 10px 0;
  background-color: #fff;
  box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.05);
}
.liquory-language-switcher .sub-item:before {
  position: absolute;
  content: "";
  display: block;
  width: 100%;
  height: 10px;
  top: -10px;
}
.liquory-language-switcher .sub-item a {
  display: flex;
  align-items: center;
  padding: 7px 15px;
  min-width: 126px;
  white-space: nowrap;
}
.liquory-language-switcher .sub-item a:hover,
.liquory-language-switcher .sub-item a:focus {
  background-color: rgba(0, 0, 0, 0.05);
}
.liquory-language-switcher .sub-item a > span {
  text-transform: unset;
}
.liquory-language-switcher li.item {
  position: relative;
}
.liquory-language-switcher li.item:hover .sub-item {
  display: block;
}
.language-switcher-style-hover-right-yes .liquory-language-switcher .sub-item {
  right: 0;
  left: unset;
}
.form-style .mc4wp-form {
  margin: 0;
}
.form-style .mc4wp-form .form-input {
  flex: 1;
}
.form-style .mc4wp-form .mc4wp-form-fields {
  display: flex;
  position: relative;
}
.form-style .mc4wp-form .mc4wp-form-fields p {
  margin: 0;
}
.form-style .mc4wp-form .form-input input[type="email"] {
  padding: 12px 17px;
  width: 100%;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 22px;
  font-weight: var(--e-global-typography-text-font-weight);
  color: #fff;
  border: 1px solid;
  border-color: var(--e-global-color-border);
  border-radius: 2px;
  text-transform: capitalize;
}
.form-style .mc4wp-form .form-input input[type="email"]:focus {
  border-color: var(--e-global-color-accent);
}
.form-style .mc4wp-form .form-input input[type="email"]::placeholder {
  color: var(--e-global-color-lighter);
}
.form-style .mc4wp-form .form-button button[type="submit"] {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 14px;
  font-weight: 500;
  border: none;
  background-color: var(--e-global-color-primary);
  padding: 17px 45px;
  border-radius: 2px;
  margin-left: 7px;
  letter-spacing: -0.1px;
}
.form-style .mc4wp-form .form-button button[type="submit"]:hover i:before {
  animation: toRightFromLeft 0.3s forwards;
  display: block;
}
.form-style .mc4wp-alert.mc4wp-error {
  color: #e2401c;
}
.form-style .mc4wp-alert.mc4wp-success {
  color: #0f834d;
}
.form-style .mc4wp-alert a {
  color: var(--e-global-color-primary);
}
.form-style .mc4wp-alert a:hover {
  background-color: var(--e-global-color-primary);
}
.form-mailchimp-style-2 .form-style .mc4wp-form .mc4wp-form-fields {
  background: #fff;
}
.form-mailchimp-style-2 .form-style .mc4wp-form .mc4wp-form-fields:hover {
  border-color: var(--e-global-color-accent);
}
.form-mailchimp-style-2 .mc4wp-form-fields {
  position: relative;
}
.form-mailchimp-style-2 .mc4wp-form-fields .form-input i {
  display: block;
  position: absolute;
  padding: 18px 30px;
  font-size: 16px;
  font-size: 1rem;
  color: var(--e-global-color-secondary);
}
@media (max-width: 767px) {
  .form-mailchimp-style-2 .form-style .mc4wp-form .mc4wp-form-fields {
    display: contents;
  }
  .form-mailchimp-style-2 .form-style .mc4wp-form .mc4wp-form-fields p {
    text-align: -webkit-center;
    margin-bottom: 10px;
  }
}
.form-mailchimp-style-2 .form-style input[type="email"] {
  margin-right: 0;
}
.form-mailchimp-style-2 .form-style .form-input input[type="email"] {
  padding: 15px 64px;
  border-radius: 26px;
  width: 100%;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 22px;
  font-weight: var(--e-global-typography-text-font-weight);
  color: var(--e-global-color-secondary);
  background-color: #fff;
  border: 0 solid var(--e-global-color-border);
}
.form-mailchimp-style-2 .form-style .form-input input[type="email"]:focus {
  border-color: var(--e-global-color-accent);
}
.form-mailchimp-style-2
  .form-style
  .form-input
  input[type="email"]::placeholder {
  color: var(--e-global-color-lighter);
}
.form-mailchimp-style-2 .form-style .form-button button[type="submit"] {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  font-size: 1rem;
  line-height: 22;
  border-radius: 26px;
  border: 1px solid;
  border-color: var(--e-global-color-accent);
  background-color: var(--e-global-color-accent);
  height: auto;
  width: auto;
  margin: 0;
  padding: 13px 36px;
}
.form-mailchimp-style-2 .form-style .form-button button[type="submit"]:hover {
  background-color: var(--e-global-color-accent);
}
.form-mailchimp-style-2 .form-style .form-button button[type="submit"] i {
  display: none;
}
.form-mailchimp-style-2 .form-style .form-button button[type="submit"] .icon-2 {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 600;
  border-radius: 50%;
  height: 24px;
  width: 24px;
  color: var(--e-global-color-secondary);
  border: none;
  background-color: #fff;
}
.form-mailchimp-style-2
  .form-style
  .form-button
  button[type="submit"]
  .icon-2:hover {
  border-color: var(--e-global-color-primary);
  background-color: var(--e-global-color-primary);
  color: #fff;
}
.form-mailchimp-style-2 .form-style .form-button button[type="submit"] span {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 24px;
  font-weight: var(--e-global-typography-primary-font-weight);
  padding-right: 10px;
}
.form-mailchimp-style-2 .form-style .form-button button[type="submit"]:hover i {
  border-color: var(--e-global-color-primary);
  background-color: var(--e-global-color-primary);
  color: #fff;
}
.form-mailchimp-style-3 .form-style .mc4wp-form-fields {
  display: block;
  background-color: transparent;
  border: none;
}
.form-mailchimp-style-3 .form-style .form-input input[type="email"] {
  margin-right: 0;
  margin-bottom: 20px;
  border-bottom: 1px solid var(--e-global-color-secondary);
  padding: 15px 0;
  color: var(--e-global-color-text);
}
.form-mailchimp-style-3
  .form-style
  .form-input
  input[type="email"]::placeholder {
  color: var(--e-global-color-text);
}
.form-mailchimp-style-3 .form-style .form-button button[type="submit"] {
  background-color: var(--e-global-color-primary);
  padding: 1.1em 3.5em;
  letter-spacing: 0.1em;
}
.form-mailchimp-style-3 .form-style .form-button button[type="submit"]:hover {
  background-color: var(--e-global-color-secondary);
}
.elementor-canvas-menu-wrapper {
  display: flex;
}
.elementor-canvas-menu-wrapper .menu-mobile-nav-button {
  display: inline-flex;
  align-items: center;
}
.elementor-canvas-menu-wrapper .menu-mobile-nav-button .screen-reader-text {
  position: unset !important;
  word-wrap: unset !important;
  margin: 0;
  height: unset;
  width: unset;
  clip: unset;
  overflow: unset;
  clip-path: unset;
  order: 1;
  font-size: 14px;
  text-transform: uppercase;
  color: var(--e-global-color-secondary);
}
.elementor-canvas-menu-wrapper
  .menu-mobile-nav-button:hover
  .screen-reader-text {
  color: var(--e-global-color-primary);
}
.liquory-canvas-menu-layout-2.elementor-widget-liquory-menu-canvas
  .elementor-canvas-menu-wrapper
  .menu-mobile-nav-button
  .screen-reader-text {
  display: none;
}
.liquory-canvas-menu-layout-2.elementor-widget-liquory-menu-canvas
  .elementor-canvas-menu-wrapper
  .menu-mobile-nav-button
  .liquory-icon {
  margin-right: 0;
}
.elementor-widget-liquory-nav-menu.liquory-nav-menu-divider-yes
  .main-navigation
  ul.menu
  > li.menu-item
  > a:before {
  content: "";
  position: absolute;
  display: inline-block;
  height: 10px;
  width: 1px;
  right: -2px;
  top: 50%;
  transform: translateY(-50%);
  background-color: var(--e-global-color-border);
}
.elementor-widget-liquory-nav-menu.liquory-nav-menu-divider-yes
  .main-navigation
  ul.menu
  > li.menu-item:last-child
  > a:before {
  content: none;
}
[class*="layout-post-style-"] .column-item {
  margin-bottom: 30px;
  position: relative;
}
[class*="layout-post-style-"] .more-link-wrap {
  margin-top: 18px;
}
[class*="layout-post-style-"] .post-inner .post-thumbnail img {
  object-fit: cover;
  aspect-ratio: 1.4230769231;
}
[class*="layout-post-style-"] .post-inner:hover .post-thumbnail img {
  transform: scale(1.1);
}
[class*="layout-post-style-"] .post-thumbnail {
  overflow: hidden;
  border-radius: 0;
  margin-bottom: 20px;
  position: relative;
}
[class*="layout-post-style-"] .post-thumbnail img {
  transition: all 0.3s ease;
}
[class*="layout-post-style-"] .entry-meta {
  margin-bottom: 15px;
}
[class*="layout-post-style-"] .entry-meta .categories-link {
  position: absolute;
  top: 14px;
  margin-left: 14px;
  z-index: 999;
}
[class*="layout-post-style-"] .entry-title {
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 28px;
  margin-bottom: 14px;
  letter-spacing: -1px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
[class*="layout-post-style-"] .excerpt-content {
  margin-bottom: 18px;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  line-height: 24px;
}
.layout-post-style-3 .post-inner .post-thumbnail img {
  object-fit: cover;
  aspect-ratio: 1.4230769231;
}
@media (min-width: 1024px) {
  .layout-post-style-2 .row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0;
    margin-left: -30px;
    margin-right: -30px;
  }
  .layout-post-style-2 .column-item {
    display: flex;
    align-items: flex-start;
    padding-left: 30px;
    padding-right: 30px;
    flex: 0 0 100% !important;
    max-width: 100% !important;
  }
  .layout-post-style-2 .post-style-2 {
    margin-bottom: 0;
  }
  .layout-post-style-2 .post-style-2 .excerpt-content {
    margin-bottom: 0;
  }
  .layout-post-style-2 .post-style-2:first-child {
    grid-area: 1/1 / span 3 / span 1;
  }
  .layout-post-style-2 .post-style-2:first-child .post-thumbnail img {
    object-fit: cover;
    aspect-ratio: 1.5529715762;
  }
  .layout-post-style-2
    .post-style-2:not(.layout-post-style-2 .post-style-2:first-child) {
    margin-bottom: 50px;
  }
  .layout-post-style-2
    .post-style-2:not(.layout-post-style-2 .post-style-2:first-child)
    .post-inner {
    display: flex;
    align-items: flex-start;
    padding: 0;
  }
  .layout-post-style-2
    .post-style-2:not(.layout-post-style-2 .post-style-2:first-child)
    .post-inner
    .post-thumbnail {
    margin-bottom: 0;
    max-width: 240px;
    margin-right: 30px;
  }
  .layout-post-style-2
    .post-style-2:not(.layout-post-style-2 .post-style-2:first-child)
    .post-inner
    .post-thumbnail
    img {
    width: 240px;
    height: 240px;
    object-fit: cover;
    display: block;
  }
  .layout-post-style-2
    .post-style-2:not(.layout-post-style-2 .post-style-2:first-child)
    .post-inner
    .entry-content {
    flex: 1;
  }
  .layout-post-style-2 .post-style-2:last-child {
    margin-bottom: 0 !important;
  }
}
.elementor-widget-price-table .elementor-widget-container {
  background-color: transparent;
}
.elementor-widget-price-table
  .elementor-widget-container
  .elementor-price-table__price
  .elementor-price-table__integer-part,
.elementor-widget-price-table
  .elementor-widget-container
  .elementor-price-table__price
  .elementor-price-table__currency {
  font-family: var(--e-global-typography-primary-font-family);
  font-weight: var(--e-global-typography-primary-font-weight);
  text-transform: var(--e-global-typography-primary-text-transform);
  font-style: var(--e-global-typography-primary-font-style);
  text-decoration: var(--e-global-typography-primary-text-decoration);
  line-height: var(--e-global-typography-primary-line-height);
  letter-spacing: var(--e-global-typography-primary-letter-spacing);
}
.elementor-widget-price-table
  .elementor-widget-container
  .elementor-price-table__price
  .elementor-price-table__period {
  margin-top: 10px;
}
.elementor-widget-price-table
  .elementor-widget-container
  .elementor-price-table__features-list {
  border-top: 1px solid;
  border-bottom: 1px solid;
  border-color: var(--e-global-color-border);
}
@media (max-width: 767px) {
  .elementor-widget-price-table
    .elementor-widget-container
    .elementor-price-table__features-list {
    border: none;
  }
}
.elementor-widget-price-table
  .elementor-widget-container
  .elementor-price-table__footer {
  padding: 45px 0 0;
}
.elementor-widget-price-table
  .elementor-widget-container
  .elementor-price-table__footer
  .elementor-price-table__button {
  align-items: center;
  display: inline-flex;
}
.elementor-widget-price-table
  .elementor-widget-container
  .elementor-price-table__footer
  .elementor-price-table__button
  i {
  display: flex;
  line-height: 0;
  margin-left: 10px;
  align-items: center;
  flex-direction: row-reverse;
}
.elementor-widget-price-table
  .elementor-widget-container
  .elementor-price-table__footer
  .elementor-price-table__button
  i:after {
  content: "";
  width: 0;
  height: 2px;
  transition: all 0.3s ease;
  background-color: #fff;
}
.elementor-widget-price-table
  .elementor-widget-container
  .elementor-price-table__footer
  .elementor-price-table__button:hover
  i:after {
  width: 30px;
}
.elementor-price-table {
  text-align: center;
}
.elementor-price-table .elementor-price-table__header {
  padding: 10px 0;
}
.elementor-price-table .elementor-price-table__heading {
  margin: 0;
  padding: 0;
  line-height: 1.2;
  font-size: 13px;
  font-weight: 400;
  color: var(--e-global-color-secondary);
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
.elementor-price-table .elementor-price-table__subheading {
  font-size: 12px;
  font-weight: 400;
}
.elementor-price-table .elementor-price-table__original-price {
  margin-right: 15px;
  text-decoration: line-through;
  font-size: 0.5em;
  line-height: 1;
  font-weight: 400;
  -ms-flex-item-align: center;
  align-self: center;
}
.elementor-price-table
  .elementor-price-table__original-price
  .elementor-price-table__currency {
  font-size: 1em;
  margin: 0;
}
.elementor-price-table .elementor-price-table__price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  color: var(--e-global-color-primary);
  font-weight: 500;
  font-size: 48px;
  padding: 20px 0;
}
.elementor-price-table .elementor-price-table__price .elementor-typo-excluded {
  line-height: normal;
  letter-spacing: normal;
  text-transform: none;
  font-weight: 500;
  font-size: 12px;
  font-style: normal;
  padding-top: 12px;
}
.elementor-price-table .elementor-price-table__after-price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  text-align: left;
  -ms-flex-item-align: stretch;
  align-self: stretch;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.elementor-price-table .elementor-price-table__integer-part {
  line-height: 0.8;
}
.elementor-price-table .elementor-price-table__currency,
.elementor-price-table .elementor-price-table__fractional-part {
  line-height: 1;
  font-size: 0.3em;
}
.elementor-price-table .elementor-price-table__currency {
  margin-right: 3px;
}
.elementor-price-table .elementor-price-table__period {
  width: 100%;
  font-size: 13px;
  font-weight: 400;
}
.elementor-price-table .elementor-price-table__features-list {
  list-style-type: none;
  margin: 0;
  padding: 0;
  line-height: 1;
  color: var(--e-price-table-features-list-color);
}
.elementor-price-table .elementor-price-table__features-list li {
  font-size: 14px;
  line-height: 1;
  margin: 0;
  padding: 0;
}
.elementor-price-table
  .elementor-price-table__features-list
  li
  .elementor-price-table__feature-inner {
  margin-left: 15px;
  margin-right: 15px;
}
.elementor-price-table
  .elementor-price-table__features-list
  li:not(:first-child):before {
  content: "";
  display: block;
  border: 0 solid rgba(122, 122, 122, 0.3);
  margin: 10px 12.5%;
}
.elementor-price-table .elementor-price-table__features-list i {
  margin-right: 10px;
  font-size: 1.3em;
}
.elementor-price-table .elementor-price-table__features-list svg {
  margin-right: 10px;
  fill: var(--e-price-table-features-list-color);
  height: 1.3em;
  width: 1.3em;
}
.elementor-price-table .elementor-price-table__features-list svg ~ * {
  vertical-align: text-top;
}
.elementor-price-table .elementor-price-table__footer {
  padding: 30px 0;
}
.elementor-price-table .elementor-price-table__additional_info {
  margin: 0;
  font-size: 13px;
  line-height: 1.4;
}
.elementor-price-table .elementor-price-table__ribbon {
  position: absolute;
  top: 0;
  left: auto;
  right: 0;
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  width: 150px;
  overflow: hidden;
  height: 150px;
}
.elementor-price-table .elementor-price-table__ribbon-inner {
  text-align: center;
  left: 0;
  width: 200%;
  -webkit-transform: translateY(-50%) translateX(-50%) translateX(35px)
    rotate(-45deg);
  -ms-transform: translateY(-50%) translateX(-50%) translateX(35px)
    rotate(-45deg);
  transform: translateY(-50%) translateX(-50%) translateX(35px) rotate(-45deg);
  margin-top: 35px;
  font-size: 13px;
  line-height: 2;
  font-weight: 500;
  text-transform: uppercase;
  background: #000;
}
.elementor-price-table .elementor-price-table__ribbon.elementor-ribbon-left {
  -webkit-transform: rotate(0);
  -ms-transform: rotate(0);
  transform: rotate(0);
  left: 0;
  right: auto;
}
.elementor-price-table .elementor-price-table__ribbon.elementor-ribbon-right {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  left: auto;
  right: 0;
}
.elementor-price-table
  .elementor-widget-price-table
  .elementor-widget-container {
  overflow: hidden;
  background-color: #f7f7f7;
}
.elementor-widget-liquory-product-categories .column-item:hover {
  z-index: 9;
}
.elementor-widget-liquory-product-categories .category-product-img img {
  margin-left: auto;
  margin-right: auto;
  object-fit: cover;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.elementor-widget-liquory-product-categories .product-cat-link .cat-title {
  font-size: 16px;
  font-size: 1rem;
  color: var(--e-global-color-secondary);
  line-height: 18px;
  font-weight: var(--e-global-typography-primary-font-weight);
  margin-bottom: 6px;
}
.elementor-widget-liquory-product-categories
  .product-cat-link
  .cat-title
  .title {
  position: relative;
}
.elementor-widget-liquory-product-categories
  .product-cat-link
  .cat-title
  .title:before {
  content: "";
  height: 1px;
  width: 0;
  position: absolute;
  bottom: 0;
  left: 0;
  display: inline-block;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.elementor-widget-liquory-product-categories
  .product-cat-link
  .cat-title:hover
  .title:before {
  width: 100%;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.elementor-widget-liquory-product-categories .cat-total {
  font-size: 14px;
  font-size: 0.875rem;
  font-family: var(--e-global-typography-text-font-family);
  font-weight: var(--e-global-typography-text-font-weight);
  text-transform: var(--e-global-typography-text-text-transform);
  font-style: var(--e-global-typography-text-font-style);
  text-decoration: var(--e-global-typography-text-text-decoration);
  line-height: var(--e-global-typography-text-line-height);
  letter-spacing: var(--e-global-typography-text-letter-spacing);
  color: var(--e-global-color-lighter);
  transition: all 0.3s ease;
}
.elementor-widget-liquory-product-categories .cat-total .count {
  color: var(--e-global-color-lighter);
}
.elementor-widget-liquory-product-categories .product-cat-caption {
  position: relative;
}
.elementor-widget-liquory-product-categories
  .layout-1
  .product-cat
  .product-cat-link
  .category-product-img {
  margin-bottom: 20px;
  position: relative;
  display: inline-block;
}
.elementor-widget-liquory-product-categories
  .layout-1
  .product-cat
  .product-cat-link
  .category-product-img:before {
  position: absolute;
  width: 120px;
  height: 120px;
  content: "";
  background-color: #fff;
  border-radius: 50%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(1);
  z-index: 0;
  transition: all 0.3s ease;
}
.elementor-widget-liquory-product-categories
  .layout-1
  .product-cat
  .product-cat-link
  .category-product-img
  img {
  z-index: 1;
  position: relative;
}
.elementor-widget-liquory-product-categories
  .layout-1
  .product-cat
  .product-cat-link
  .cat-title {
  font-size: 14px;
  font-size: 0.875rem;
  margin-bottom: 0;
  display: inline-block;
}
.elementor-widget-liquory-product-categories
  .layout-1
  .product-cat
  .product-cat-link
  .cat-title
  .count {
  font-size: 12px;
  font-size: 0.75rem;
  font-weight: var(--e-global-typography-text-font-weight);
  line-height: 14px;
  color: var(--e-global-color-lighter);
  position: relative;
  top: -4px;
}
.elementor-widget-liquory-product-categories
  .layout-1
  .product-cat
  .product-cat-link
  .cat-title:hover
  .title:before {
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  background-color: var(--e-global-color-secondary);
}
.elementor-widget-liquory-product-categories
  .layout-1
  .product-cat
  .product-cat-link:hover
  .cat-title
  .count {
  color: var(--e-global-color-primary);
}
.elementor-widget-liquory-product-categories .layout-2 .product-cat-link {
  filter: drop-shadow(0px 4px 30px rgba(0, 0, 0, 0.1));
  border-radius: 4px;
  background-color: #a68e8b;
  padding: 20px;
  display: flex;
  align-content: center;
  flex-direction: row;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
}
.elementor-widget-liquory-product-categories .layout-2 .category-product-img {
  width: 80px;
  position: relative;
}
.elementor-widget-liquory-product-categories
  .layout-2
  .category-product-img
  img {
  position: absolute;
  max-width: 100%;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  transition: all 0.3s ease;
}
.elementor-widget-liquory-product-categories .layout-2 .product-cat-caption {
  margin-left: 20px;
  position: relative;
}
.elementor-widget-liquory-product-categories
  .layout-2
  .product-cat-caption
  .cat-title:hover
  .title:before {
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  background-color: #fff;
}
.elementor-widget-liquory-product-categories .layout-2 .cat-title,
.elementor-widget-liquory-product-categories .layout-2 .cat-total * {
  color: #fff;
}
.elementor-widget-liquory-product-categories .layout-3 .product-cat {
  overflow: hidden;
}
.elementor-widget-liquory-product-categories .layout-3 .product-cat-link {
  display: grid;
  position: relative;
}
.elementor-widget-liquory-product-categories .layout-3 .product-cat-caption {
  position: absolute;
  width: 100%;
  left: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
}
.elementor-widget-liquory-product-categories
  .layout-3
  .product-cat-caption
  .cat-title,
.elementor-widget-liquory-product-categories
  .layout-3
  .product-cat-caption
  .cat-total
  * {
  color: #fff;
}
.elementor-widget-liquory-product-categories
  .layout-3
  .product-cat-caption
  .cat-title {
  font-size: 20px;
}
.elementor-widget-liquory-product-categories
  .layout-3
  .product-cat-caption
  .cat-title:hover
  .title:before {
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  background-color: #fff;
}
.elementor-widget-liquory-product-categories .layout-3 .category-product-img {
  width: 100%;
}
.elementor-widget-liquory-product-categories
  .layout-3
  .category-product-img
  img {
  width: 100%;
  max-height: 120px;
}
.elementor-widget-liquory-product-categories.not-hover-img-yes
  .row.layout-1
  .product-cat:hover
  .category-product-img:before {
  transform: translate(-50%, -50%) scale(1.2);
  transition: all 0.3s ease;
}
.elementor-widget-liquory-product-categories.not-hover-img-yes
  .row.layout-3
  .product-cat-link
  .category-product-img
  img {
  transform: scale(1);
  transition: all 0.3s ease;
}
.elementor-widget-liquory-product-categories.not-hover-img-yes
  .row.layout-3
  .product-cat-link:hover
  .category-product-img
  img {
  transform: scale(1.1);
}
.elementor-widget-liquory-product-categories.not-hover-img-yes
  .row.layout-2
  .product-cat-link
  .category-product-img
  img {
  transform: translateY(-50%) scale(1);
  transition: all 0.3s ease;
}
.elementor-widget-liquory-product-categories.not-hover-img-yes
  .row.layout-2
  .product-cat-link:hover
  .category-product-img
  img {
  transform: translateY(-50%) scale(1.1);
}
.elementor-widget-liquory-product-categories .liquory-carousel .slick-list {
  overflow: visible;
}
.elementor-widget-liquory-product-categories .liquory-carousel .slick-slide {
  opacity: 0;
  transition: all 0.3s ease;
}
.elementor-widget-liquory-product-categories
  .liquory-carousel
  .slick-slide.slick-active {
  opacity: 1;
}
@keyframes spin {
  100% {
    transform: rotateZ(360deg);
  }
}
@keyframes nospin {
  100% {
    transform: rotateZ(0deg);
  }
}
.elementor-widget-liquory-products-tabs .elementor-tabs-wrapper {
  text-align: center;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 767px) {
  .elementor-widget-liquory-products-tabs .elementor-tabs-wrapper {
    display: none;
  }
}
.elementor-widget-liquory-products-tabs .elementor-tab-title {
  cursor: pointer;
  outline: 0;
  padding: 0 20px;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: var(--e-global-typography-secondary-font-weight);
  color: var(--e-global-color-lighter);
  line-height: 22px;
  border-bottom: 1px solid transparent;
  border-radius: 0;
}
.elementor-widget-liquory-products-tabs .elementor-tab-title:first-child {
  margin-left: 0;
  padding-left: 0;
}
.elementor-widget-liquory-products-tabs
  .elementor-tab-title:first-child:before {
  content: none;
}
.elementor-widget-liquory-products-tabs .elementor-tab-title:last-child {
  margin-right: 0;
  padding-right: 0;
}
.elementor-widget-liquory-products-tabs .elementor-tab-title.elementor-active,
.elementor-widget-liquory-products-tabs .elementor-tab-title:hover {
  color: var(--e-global-color-secondary);
  border-bottom: 1px solid var(--e-global-color-secondary);
  border-radius: 0;
}
.elementor-widget-liquory-products-tabs
  .elementor-tab-title.elementor-tab-mobile-title {
  background-color: #eee;
  color: var(--e-global-color-secondary);
  padding: 12px 20px 8px;
  margin-bottom: 1px;
}
@media (min-width: 768px) {
  .elementor-widget-liquory-products-tabs
    .elementor-tab-title.elementor-tab-mobile-title {
    display: none !important;
  }
}
@media (max-width: 767px) {
  .elementor-widget-liquory-products-tabs
    .elementor-tab-title.elementor-tab-mobile-title {
    border: none;
  }
}
.elementor-widget-liquory-products-tabs
  .elementor-tab-title.elementor-tab-mobile-title:hover,
.elementor-widget-liquory-products-tabs
  .elementor-tab-title.elementor-tab-mobile-title.elementor-active {
  background-color: var(--e-global-color-secondary);
  color: #fff;
}
.elementor-widget-liquory-products-tabs .elementor-tab-desktop-title {
  margin: 0 20px 0 0;
  padding: 0 0 5px;
  display: inline-block;
  line-height: 1;
  border-radius: 0;
}
.elementor-widget-liquory-products-tabs
  .elementor-tab-desktop-title:first-child {
  margin-left: 0;
  padding-left: 0;
}
.elementor-widget-liquory-products-tabs
  .elementor-tab-desktop-title:last-child {
  margin-right: 0;
  padding-right: 0;
}
.elementor-widget-liquory-products-tabs .elementor-tab-content {
  border: 0;
  padding-top: 30px;
}
.elementor-widget-liquory-products-tabs .elementor-tabs-content-wrapper {
  border: none;
}
ul.product_list_recently {
  display: flex;
  list-style: none;
  margin-left: -15px;
  margin-right: -15px;
  flex-wrap: wrap;
  margin-bottom: 0;
}
ul.product_list_recently li {
  padding-left: 15px;
  padding-right: 15px;
  margin-bottom: 30px;
}
ul.product_list_recently li a {
  transition: all ease 0.3s;
  display: block;
}
ul.product_list_recently li a img {
  width: 80px;
  height: 86px;
  object-fit: cover;
}
p.recently-notice {
  margin-bottom: 30px;
}
.elementor-html .site-content-contain {
  z-index: 100;
}
.elementor-html .product-image.no-gallery {
  display: none !important;
}
.woocommerce-carousel {
  position: relative;
}
.woocommerce-carousel .products {
  display: none;
  position: static !important;
}
.woocommerce-carousel .products.slick-initialized {
  display: block;
}
.woocommerce-carousel .products .product {
  margin-bottom: 0 !important;
  margin-top: 0 !important;
}
.woocommerce-carousel .liquory-products-spacing {
  margin-bottom: 0 !important;
  margin-top: 0 !important;
}
.woocommerce-carousel .slick-slide > div {
  display: flex;
  height: 100%;
}
.woocommerce-carousel .slick-next.slick-disabled,
.woocommerce-carousel .slick-prev.slick-disabled {
  opacity: 0.8;
  cursor: not-allowed;
}
@media (min-width: 500px) and (max-width: 768px) {
  .mobile-switcher-style-product-yes.elementor-widget-liquory-products
    .products
    .product {
    flex: 0 0 50% !important;
    max-width: 50% !important;
  }
}
@media (min-width: 500px) and (max-width: 768px) {
  .mobile-switcher-style-product-yes.elementor-widget-liquory-products
    .woocommerce-carousel
    .products
    .product {
    flex: 0 0 100% !important;
    max-width: 100% !important;
  }
}
.elementor-widget-liquory-products .liquory-products-spacing {
  padding: 0;
  border: none;
  border-radius: 0;
}
.elementor-widget-liquory-products .product-block-list {
  display: flex;
  height: 100%;
  background-color: #fff;
}
.elementor-widget-liquory-products .product-block-list .right {
  flex: 1;
}
.elementor-widget-liquory-products .product-block-list .left {
  margin-right: 20px;
}
.elementor-widget-liquory-products .product-block-list .count-review {
  justify-content: left;
}
.elementor-widget-liquory-products .label-wrapper > span {
  font-size: 10px;
  font-size: 0.625rem;
}
.elementor-widget-liquory-products .woocommerce-product-list-1 .left {
  max-width: 100px;
  margin-right: 18px;
  position: relative;
}
.elementor-widget-liquory-products
  .woocommerce-product-list-1
  .product-block-list {
  border: 1px solid var(--e-global-color-border);
  padding: 19px;
}
.elementor-widget-liquory-products .woocommerce-product-list-1 .product {
  margin-bottom: 20px;
}
.elementor-widget-liquory-products
  .woocommerce-product-list-1
  .product
  .label-wrapper {
  top: 0;
  left: 0;
}
.elementor-widget-liquory-products
  .woocommerce-product-list-1
  .product
  .count-review {
  margin-bottom: 15px;
}
.elementor-widget-liquory-products
  .woocommerce-product-list-1
  .product
  .price {
  margin-bottom: 5px;
}
.elementor-widget-liquory-products .woocommerce-product-list-2 .left {
  max-width: 100px;
  margin-right: 18px;
  position: relative;
}
.elementor-widget-liquory-products .woocommerce-product-list-2 .product {
  margin-bottom: 0;
}
.elementor-widget-liquory-products
  .woocommerce-product-list-2
  .product:not(:last-child) {
  margin-bottom: 22px;
}
.elementor-widget-liquory-products
  .woocommerce-product-list-2
  .product:not(:last-child)
  .product-block-list {
  padding-bottom: 18px;
  border-bottom: 1px solid var(--e-global-color-border);
}
.elementor-widget-liquory-products
  .woocommerce-product-list-2
  .product
  .label-wrapper {
  top: 0;
  left: 0;
}
.elementor-widget-liquory-products
  .woocommerce-product-list-2
  .product
  .count-review {
  margin-bottom: 15px;
}
.elementor-widget-liquory-products
  .woocommerce-product-list-2
  .product
  .price {
  margin-bottom: 5px;
}
.elementor-widget-liquory-search {
  z-index: 99;
}
.elementor-widget-liquory-search .widget {
  padding: 0;
  margin-bottom: 0;
  border: none;
}
.elementor-widget-liquory-search .widget form:before {
  display: none;
}
.elementor-widget-liquory-search .widget form .search-field {
  background-color: var(--background);
  border: 1px solid var(--e-global-color-border);
  padding: 14px 55px 14px 28px;
}
.elementor-widget-liquory-search .widget form .search-field::placeholder {
  color: var(--e-global-color-lighter);
}
.elementor-widget-liquory-search .widget form button[type="submit"] {
  font-size: 0;
  line-height: 0;
  width: 80px;
  height: 50px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 3;
  background: var(--e-global-color-primary);
  border: none;
  padding: 0;
}
.elementor-widget-liquory-search .widget form button[type="submit"]:hover {
  background: var(--e-global-color-secondary);
}
.elementor-widget-liquory-search .widget form button[type="submit"]:before {
  color: #fff;
  font-size: 14px;
  z-index: 9;
}
.elementor-widget-liquory-search .site-header-search {
  display: block;
}
.elementor-widget-liquory-search .site-header-search .button-search-popup {
  text-align: center;
}
.elementor-widget-liquory-search
  .site-header-search
  .button-search-popup
  .liquory-icon-search {
  margin-bottom: 5px;
}
.elementor-widget-liquory-search
  .site-header-search
  .button-search-popup
  .content {
  display: block;
  font-size: 12px;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.elementor-widget-liquory-search
  .site-header-search
  .button-search-popup:hover {
  color: var(--e-global-color-secondary);
}
.elementor-widget-liquory-search
  .site-header-search
  .button-search-popup:hover
  .liquory-icon-search {
  color: var(--e-global-color-secondary);
}
@media screen and (max-width: 465px) {
  .elementor-widget-liquory-search
    .site-header-search
    .button-search-popup
    .content {
    display: none;
  }
}
.elementor-widget-liquory-single-product form.cart .quantity_wrap {
  display: none;
}
.elementor-widget-liquory-single-product
  form.cart
  button.single_add_to_cart_button {
  padding: 0 32px;
  line-height: 48px;
  background-color: var(--e-global-color-primary);
  border-radius: 2px;
}
.elementor-widget-liquory-single-product
  form.cart
  button.single_add_to_cart_button:hover {
  background-color: var(--e-global-color-secondary);
}
.elementor-widget-liquory-single-product .stock {
  display: none;
}
.elementor-widget-liquory-tabs.elementor-widget-tabs
  .elementor-tab-mobile-title {
  color: var(--e-global-color-light);
  text-transform: uppercase;
  font-size: 12px;
}
.elementor-widget-liquory-tabs.elementor-widget-tabs
  .elementor-tab-mobile-title:hover {
  color: var(--e-global-color-accent);
}
.elementor-widget-liquory-tabs.elementor-widget-tabs .elementor-tab-title {
  color: var(--e-global-color-secondary);
}
.elementor-widget-liquory-tabs.elementor-widget-tabs .elementor-tab-title i {
  margin-right: 5px;
}
.elementor-widget-liquory-tabs.elementor-widget-tabs .elementor-tab-title:hover,
.elementor-widget-liquory-tabs.elementor-widget-tabs .elementor-tab-title:focus,
.elementor-widget-liquory-tabs.elementor-widget-tabs
  .elementor-tab-title:active,
.elementor-widget-liquory-tabs.elementor-widget-tabs
  .elementor-tab-title.elementor-active {
  color: var(--e-global-color-primary);
}
.elementor-widget-liquory-tabs.elementor-widget-tabs.elementor-tabs-view-horizontal
  .elementor-tab-title {
  position: relative;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: var(--e-global-typography-secondary-font-weight);
  color: var(--e-global-color-lighter);
  line-height: 22px;
  border-bottom: 1px solid transparent;
  border-radius: 0;
  padding-bottom: 5px;
  margin-right: 10px;
}
.elementor-widget-liquory-tabs.elementor-widget-tabs.elementor-tabs-view-horizontal
  .elementor-tab-title:last-child {
  margin-right: 0;
}
@media (max-width: 767px) {
  .elementor-widget-liquory-tabs.elementor-widget-tabs.elementor-tabs-view-horizontal
    .elementor-tab-title {
    margin: 5px 0;
    min-width: 50%;
    justify-content: center;
  }
}
.elementor-widget-liquory-tabs.elementor-widget-tabs.elementor-tabs-view-horizontal
  .elementor-tab-title:hover,
.elementor-widget-liquory-tabs.elementor-widget-tabs.elementor-tabs-view-horizontal
  .elementor-tab-title:focus,
.elementor-widget-liquory-tabs.elementor-widget-tabs.elementor-tabs-view-horizontal
  .elementor-tab-title:active,
.elementor-widget-liquory-tabs.elementor-widget-tabs.elementor-tabs-view-horizontal
  .elementor-tab-title.elementor-active {
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.elementor-widget-liquory-tabs.elementor-widget-tabs.elementor-tabs-view-horizontal
  .elementor-tab-title:hover:after,
.elementor-widget-liquory-tabs.elementor-widget-tabs.elementor-tabs-view-horizontal
  .elementor-tab-title:focus:after,
.elementor-widget-liquory-tabs.elementor-widget-tabs.elementor-tabs-view-horizontal
  .elementor-tab-title:active:after,
.elementor-widget-liquory-tabs.elementor-widget-tabs.elementor-tabs-view-horizontal
  .elementor-tab-title.elementor-active:after {
  display: none;
}
.elementor-widget-liquory-tabs.elementor-widget-tabs.elementor-tabs-view-horizontal
  .elementor-tab-title:before {
  display: none !important;
}
.elementor-widget-liquory-tabs.elementor-widget-tabs.elementor-tabs-view-horizontal
  .elementor-tab-title
  i {
  margin-top: -3px;
}
.elementor-widget-liquory-tabs.elementor-widget-tabs.elementor-tabs-view-horizontal
  .elementor-tab-content,
.elementor-widget-liquory-tabs.elementor-widget-tabs.elementor-tabs-view-horizontal
  .elementor-tabs-content-wrapper {
  border: none;
}
.elementor-widget-liquory-tabs.elementor-widget-tabs.elementor-tabs-view-horizontal.tabs-border-type-none
  .elementor-tab-title
  .title {
  vertical-align: middle;
  position: relative;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: var(--e-global-typography-secondary-font-weight);
  color: var(--e-global-color-lighter);
  line-height: 22px;
  border-bottom: 1px solid transparent;
  border-radius: 0;
}
.elementor-widget-liquory-tabs.elementor-widget-tabs.elementor-tabs-view-horizontal.tabs-border-type-none
  .elementor-tab-title
  .title:before {
  content: "";
  height: 1px;
  width: 0;
  bottom: -5px;
  left: 0;
  transform: translateX(0%);
  background-color: var(--e-global-color-secondary);
  position: absolute;
  transition: all 0.3s ease;
  opacity: 0;
}
.elementor-widget-liquory-tabs.elementor-widget-tabs.elementor-tabs-view-horizontal.tabs-border-type-none
  .elementor-tab-title.elementor-active
  .title,
.elementor-widget-liquory-tabs.elementor-widget-tabs.elementor-tabs-view-horizontal.tabs-border-type-none
  .elementor-tab-title:hover
  .title {
  color: var(--e-global-color-secondary);
}
.elementor-widget-liquory-tabs.elementor-widget-tabs.elementor-tabs-view-horizontal.tabs-border-type-none
  .elementor-tab-title.elementor-active
  .title:before,
.elementor-widget-liquory-tabs.elementor-widget-tabs.elementor-tabs-view-horizontal.tabs-border-type-none
  .elementor-tab-title:hover
  .title:before {
  width: 100%;
  opacity: 1;
}
.elementor-widget-liquory-tabs.elementor-widget-tabs.elementor-tabs-view-vertical
  .elementor-tab-title {
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: var(--e-global-typography-secondary-font-weight);
  color: var(--e-global-color-lighter);
  padding: 22px 0;
}
.elementor-widget-liquory-tabs.elementor-widget-tabs.elementor-tabs-view-vertical
  .elementor-tabs-content-wrapper {
  border: none;
}
.elementor-widget-liquory-tabs.elementor-widget-tabs.elementor-tabs-view-vertical
  .elementor-tab-title
  .title {
  padding-left: 0;
  transition: all 0.3s ease;
  position: relative;
}
.elementor-widget-liquory-tabs.elementor-widget-tabs.elementor-tabs-view-vertical
  .elementor-tab-title
  .title:before {
  content: "";
  height: 1px;
  width: 0;
  bottom: -5px;
  left: 0;
  transform: translateX(0%);
  background-color: var(--e-global-color-secondary);
  position: absolute;
  transition: all 0.3s ease;
  opacity: 0;
}
.elementor-widget-liquory-tabs.elementor-widget-tabs.elementor-tabs-view-vertical
  .elementor-tab-title.elementor-active
  .title,
.elementor-widget-liquory-tabs.elementor-widget-tabs.elementor-tabs-view-vertical
  .elementor-tab-title:hover
  .title {
  color: var(--e-global-color-secondary);
}
.elementor-widget-liquory-tabs.elementor-widget-tabs.elementor-tabs-view-vertical
  .elementor-tab-title.elementor-active
  .title:before,
.elementor-widget-liquory-tabs.elementor-widget-tabs.elementor-tabs-view-vertical
  .elementor-tab-title:hover
  .title:before {
  width: 100%;
  opacity: 1;
}
.elementor-widget-liquory-tabs.elementor-widget-tabs.elementor-tabs-view-vertical
  .elementor-tab-desktop-title.elementor-active:after,
.elementor-widget-liquory-tabs.elementor-widget-tabs.elementor-tabs-view-vertical
  .elementor-tab-desktop-title.elementor-active:before {
  display: none;
}
.elementor-tabs-view-vertical.elementor-tabs-alignment-end
  .elementor-tabs-heading {
  margin-bottom: auto;
}
.elementor-tabs-view-horizontal.elementor-tabs-alignment-center
  .elementor-tabs-wrapper
  .elementor-tabs-heading,
.elementor-tabs-view-horizontal.elementor-tabs-alignment-end
  .elementor-tabs-wrapper
  .elementor-tabs-heading {
  position: absolute;
  left: 0;
}
@media (min-width: 768px) {
  .elementor-tabs .elementor-tab-mobile-title {
    display: none !important;
  }
}
.elementor-widget-liquory-team-box .team-image {
  position: relative;
  border-radius: 0;
  overflow: hidden;
}
.elementor-widget-liquory-team-box .team-image:before {
  content: "";
  display: inline-block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: all 0.3s ease;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6));
}
.elementor-widget-liquory-team-box .team-image img {
  width: 100%;
  object-fit: cover;
}
.elementor-widget-liquory-team-box .team-image .team-icon-socials {
  position: absolute;
  bottom: 45%;
  left: 50%;
  opacity: 0;
  transition: all 0.3s ease;
  transform: translateX(-50%);
}
.elementor-widget-liquory-team-box .team-image ul {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0;
  list-style: none;
}
.elementor-widget-liquory-team-box .team-image ul li {
  line-height: 1;
  margin-right: 10px;
  text-align: center;
}
.elementor-widget-liquory-team-box .team-image ul li:last-child {
  margin-right: 0;
}
.elementor-widget-liquory-team-box .team-image ul a {
  color: var(--e-global-color-secondary);
  background-color: #fff;
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  font-size: 16px;
  border-radius: 50%;
  display: flex;
  align-content: center;
  justify-content: center;
  align-items: center;
}
.elementor-widget-liquory-team-box .team-image ul a:hover {
  background-color: var(--e-global-color-primary);
}
.elementor-widget-liquory-team-box .team-image ul a:hover > i {
  color: #fff;
}
.elementor-widget-liquory-team-box .team-caption {
  margin-top: 20px;
}
.elementor-widget-liquory-team-box .team-name {
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: var(--e-global-typography-primary-font-weight);
  color: var(--e-global-color-secondary);
  line-height: 26px;
  letter-spacing: var(--e-global-typography-primary-letter-spacing);
}
.elementor-widget-liquory-team-box .team-job {
  font-size: 12px;
  font-size: 0.75rem;
  font-weight: var(--e-global-typography-text-font-weight);
  color: var(--e-global-color-lighter);
  line-height: 18px;
}
.elementor-widget-liquory-team-box
  .elementor-teams-wrapper:hover
  .team-image:before {
  opacity: 1;
}
.elementor-widget-liquory-team-box
  .elementor-teams-wrapper:hover
  .team-icon-socials {
  opacity: 1;
}
.elementor-testimonial-item-wrapper .elementor-testimonial-item {
  display: flex;
  justify-content: stretch;
}
.elementor-testimonial-item-wrapper .inner {
  height: 100%;
  position: relative;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  padding: 50px 50px 45px;
  background-color: #fff;
}
.elementor-testimonial-item-wrapper .icon {
  display: block;
  margin-bottom: 10px;
  font-size: 28px;
  font-size: 1.75rem;
  line-height: 1;
  color: var(--e-global-color-primary);
}
.elementor-testimonial-item-wrapper .elementor-testimonial-rating {
  color: #ffcb45;
  font-size: 13px;
  font-size: 0.8125rem;
  line-height: 1;
  margin-bottom: 24px;
}
.elementor-testimonial-item-wrapper .elementor-testimonial-rating i {
  margin-right: 2px;
}
.elementor-testimonial-item-wrapper .elementor-testimonial-rating i:last-child {
  margin-right: 0;
}
.elementor-testimonial-item-wrapper .testimonial-content-text {
  z-index: 1;
  overflow: hidden;
  margin-bottom: auto;
}
.elementor-testimonial-item-wrapper .content {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 22px;
  color: var(--e-global-color-text);
  font-weight: var(--e-global-typography-text-font-weight);
}
.elementor-testimonial-item-wrapper .title {
  font-weight: var(--e-global-typography-primary-font-weight);
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.7142857143;
  margin-bottom: 10px;
  text-transform: uppercase;
  color: var(--e-global-color-primary);
}
.elementor-testimonial-item-wrapper .testimonial-caption {
  display: flex;
  flex-direction: row;
  align-items: center;
  margin-top: 30px;
}
.elementor-testimonial-item-wrapper .testimonial-caption .details {
  text-align: left;
}
.elementor-testimonial-item-wrapper .name {
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.5714285714;
  margin-bottom: 4px;
  font-weight: var(--e-global-typography-secondary-font-weight);
  color: var(--e-global-color-lighter);
}
.elementor-testimonial-item-wrapper .job {
  display: block;
  font-size: 10px;
  font-size: 0.625rem;
  line-height: 1.4;
  font-weight: var(--e-global-typography-primary-font-weight);
  text-transform: uppercase;
  color: var(--e-global-color-secondary);
}
.elementor-testimonial-item-wrapper .job i {
  font-size: 8px;
  font-size: 0.5rem;
  color: #4eba59;
  margin-right: 5px;
}
.elementor-testimonial-item-wrapper .elementor-testimonial-image {
  margin-right: 20px;
  line-height: 0;
}
.elementor-testimonial-item-wrapper .elementor-testimonial-image img {
  display: inline;
  width: 60px;
  height: 60px;
  object-fit: cover;
  border-radius: 50%;
}
.show-hover-bottom-yes .elementor-testimonial-item-wrapper .inner {
  position: relative;
}
.show-hover-bottom-yes .elementor-testimonial-item-wrapper .inner:after {
  content: "";
  height: 8px;
  width: 0;
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: var(--e-global-color-primary);
  display: inline-block;
  transition: all 0.3s ease;
}
.show-hover-bottom-yes .elementor-testimonial-item-wrapper .inner:hover:after {
  width: 100%;
  transition: all 0.3s ease;
}
@media (max-device-width: 767px) {
  .elementor-testimonial-item-wrapper .inner {
    display: block;
  }
  .elementor-testimonial-item-wrapper .content {
    font-size: 16px;
    font-size: 1rem;
  }
}
.elementor-widget-liquory-thumbnail .elementor-widget-container img {
  width: 100%;
  object-fit: cover;
}
.vertical-menu-separator-yes .vertical-navigation:after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  height: 23px;
  width: 1px;
  background-color: var(--e-global-color-border);
  transform: translateY(-50%);
}
.vertical-menu-separator-yes .vertical-navigation:hover:after {
  background-color: transparent;
}
.home
  .nav-vertiacl-menu-layout-content-style-2
  .vertical-navigation
  .vertical-menu,
.page-template-template-homepage
  .nav-vertiacl-menu-layout-content-style-2
  .vertical-navigation
  .vertical-menu {
  opacity: 1;
  visibility: visible;
  z-index: 990;
  transform: translateY(0);
}
.home
  .nav-vertiacl-menu-layout-content-style-2
  .vertical-navigation-header
  .vertical-navigation-title
  .title-icon
  .icon-2,
.home
  .nav-vertiacl-menu-layout-content-style-2
  .vertical-navigation-header
  .vertical-navigation-title
  .title-icon
  .icon-3,
.page-template-template-homepage
  .nav-vertiacl-menu-layout-content-style-2
  .vertical-navigation-header
  .vertical-navigation-title
  .title-icon
  .icon-2,
.page-template-template-homepage
  .nav-vertiacl-menu-layout-content-style-2
  .vertical-navigation-header
  .vertical-navigation-title
  .title-icon
  .icon-3 {
  width: 18px;
}
.elementor-video-popup {
  display: inline-flex;
  align-items: center;
}
.elementor-video-popup {
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  justify-content: center;
  position: relative;
}
.elementor-video-popup .elementor-video-icon {
  transform: translateX(2px);
  transition: transform 0.8s cubic-bezier(0.45, 0, 0.14, 1.03);
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 5px;
}
.video-icon-effectsyes .elementor-video-popup {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.video-icon-effectsyes .elementor-video-popup .elementor-video-icon {
  height: 60px;
  width: 60px;
  border-radius: 50%;
  background-color: #fff;
  box-shadow: 0 0 0 10px rgba(255, 255, 255, 0.5);
}
.video-icon-effectsyes .elementor-video-popup .elementor-video-icon:before {
  box-shadow: 0 0 0 10px rgba(255, 255, 255, 0.5);
  border-radius: 200%;
  content: "";
  position: absolute;
  z-index: -1;
  transform: scale(1);
  pointer-events: none;
  animation: lexus-scale 2s infinite;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.elementor-video-popup .video-content {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -webkit-box-ordinal-group: 11;
  -ms-flex-order: 10;
  order: 10;
  display: inline-flex;
  flex-direction: column;
}
.elementor-video-popup .video-icon-align-before {
  margin-right: 5px;
  -webkit-box-ordinal-group: 6;
  -ms-flex-order: 5;
  order: 5;
}
.elementor-video-popup .video-icon-align-after {
  margin-left: 5px;
  -webkit-box-ordinal-group: 16;
  -ms-flex-order: 15;
  order: 15;
}
.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  font-size: 24px;
  border: none;
}
.mfp-image-holder .mfp-close:active,
.mfp-image-holder .mfp-close:focus,
.mfp-image-holder .mfp-close:hover,
.mfp-iframe-holder .mfp-close:active,
.mfp-iframe-holder .mfp-close:focus,
.mfp-iframe-holder .mfp-close:hover {
  color: var(--e-global-color-primary);
  background-color: transparent;
  border: none;
}
@keyframes lexus-scale {
  0% {
    transform: scale(1);
    opacity: 1;
  }
  100% {
    transform: scale(1.3);
    opacity: 0;
  }
}
.elementor-column-wrap:hover
  .text-editor-hover
  .elementor-text-editor
  > *:before {
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
}
.elementor-column-wrap .text-editor-hover .elementor-text-editor > * {
  position: relative;
  display: inline-block;
}
.elementor-column-wrap .text-editor-hover .elementor-text-editor > *:before {
  position: absolute;
  content: attr(data-hover);
  color: var(--e-global-color-secondary);
  clip-path: polygon(0 0, 0 0, 0% 100%, 0 100%);
  transition: clip-path 0.5s ease;
}
.animated-slide-column > .elementor-column-wrap {
  transition: opacity 0s 0.6s, transform 1s 0.6s;
  opacity: 0;
  transform: translateX(-20px) translateZ(0);
}
.animated-slide-column:after {
  content: "";
  margin: 0 -5px 0 0;
  position: absolute;
  top: 0;
  right: 100%;
  bottom: 100%;
  left: 0;
  background-color: var(--e-global-color-primary);
  z-index: 3;
  transition: bottom 0.4s cubic-bezier(0.165, 0.84, 0.44, 1) 0s,
    right 0.4s cubic-bezier(0.77, 0, 0.175, 1) 0.3s,
    margin 0.4s cubic-bezier(0.77, 0, 0.175, 1) 0.3s,
    left 0.4s cubic-bezier(0.77, 0, 0.175, 1) 0.6s;
}
.animated-slide-column.col-loaded {
  overflow: hidden;
  position: relative;
}
.animated-slide-column.col-loaded .elementor-column-wrap {
  transform: translateX(0);
  opacity: 1;
}
.animated-slide-column.col-loaded:after {
  margin-right: 0;
  right: -3px;
  bottom: 0;
  left: 100%;
}
.animated-bg-parallax {
  overflow: hidden;
}
.animated-bg-parallax > .elementor-column-wrap {
  overflow: hidden;
}
.animated-bg-parallax .img-banner-parallax {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.animated-bg-parallax .img-banner-parallax:not(.hover) {
  transform: none !important;
}
.elementor-widget-image-box.box-title-decor-yes .elementor-image-box-img {
  position: relative;
  overflow: hidden;
}
.elementor-widget-image-box.box-title-decor-yes .elementor-image-box-img img {
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.elementor-widget-image-box.box-title-decor-yes .elementor-image-box-title {
  position: relative;
}
.elementor-widget-image-box.box-title-decor-yes
  .elementor-image-box-title:before {
  content: "";
  position: absolute;
  width: 2px;
  height: 0;
  background-color: var(--e-global-color-primary);
  top: -60px;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  z-index: 1;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.elementor-widget-image-box.box-title-decor-yes:hover
  .elementor-image-box-title:before {
  height: 50px;
}
.elementor-widget-image-box.box-title-decor-yes:hover
  .elementor-image-box-title
  a {
  color: var(--e-global-color-primary);
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.elementor-widget-image-box.box-title-decor-yes:hover img {
  transform: scale(1.1);
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.text-rotate {
  -moz-transform: translateX(-50%) translateY(-50%) rotate(-90deg);
  -webkit-transform: translateX(-50%) translateY(-50%) rotate(-90deg);
  transform: translateX(-50%) translateY(-50%) rotate(-90deg);
}
.text-shadow {
  -webkit-text-stroke: 3px #fff;
  -webkit-text-fill-color: #c6102e;
}
.hover-style .elementor-cta__button-wrapper {
  opacity: 0;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  transform: translateY(10px);
  height: 0;
}
.hover-style .elementor-cta__title {
  transform: translateY(0);
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.hover-style .elementor-cta__content {
  overflow: hidden;
}
.hover-style:hover .elementor-cta__title {
  transform: translateY(-20px);
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.hover-style:hover .elementor-cta__button-wrapper {
  opacity: 1;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  transform: translateY(-10px);
}
.mask-text .elementor-counter > * {
  color: transparent;
  text-align: center;
  font-size: 10em;
  font-weight: 900;
  /* background-image: url(//demo2.themelexus.com/liquory/wp-content/themes/liquory/assets/css/base/../../../assets/images/ldp_mask.jpg); */
  background-size: contain;
  background-clip: text;
  -webkit-background-clip: text;
  -ms-background-clip: text;
  -moz-background-clip: text;
}
.e--ua-safari .mask-text .elementor-counter {
  text-align: center;
}
.e--ua-safari .mask-text .elementor-counter > * {
  display: inline;
}
.elementor-widget-icon-box .elementor-icon-box-icon .elementor-icon {
  font-size: 64px;
  font-size: 4rem;
}
.elementor-widget-icon-box .elementor-icon-box-title {
  font-size: 20px;
  font-size: 1.25rem;
  font-family: var(--e-global-typography-primary-font-family);
  font-weight: var(--e-global-typography-primary-font-weight);
  text-transform: var(--e-global-typography-primary-text-transform);
  font-style: var(--e-global-typography-primary-font-style);
  text-decoration: var(--e-global-typography-primary-text-decoration);
  line-height: var(--e-global-typography-primary-line-height);
  letter-spacing: var(--e-global-typography-primary-letter-spacing);
  color: var(--e-global-color-secondary);
}
.elementor-widget-icon-box:hover {
  cursor: pointer;
}
.elementor-view-framed .elementor-icon,
.elementor-view-default .elementor-icon {
  color: var(--e-global-color-primary);
  border-color: var(--e-global-color-primary);
}
.elementor-view-stacked .elementor-icon {
  background-color: #fff;
  color: var(--e-global-color-primary);
}
.elementor-image-box-wrapper .elementor-image-box-img img {
  display: inline-block;
}
.icon-list-hover-underline
  .elementor-icon-list-item
  a:hover
  .elementor-icon-list-text {
  text-decoration: underline;
}
.image-style-liquory-yes
  .elementor-image-box-wrapper:hover
  .elementor-image-box-img {
  border-color: var(--e-global-color-primary);
}
.image-style-liquory-yes
  .elementor-image-box-wrapper:hover
  .elementor-image-box-img-inner:after {
  visibility: visible;
  opacity: 1;
}
.image-style-liquory-yes
  .elementor-image-box-wrapper:hover
  .elementor-button-wrapper {
  visibility: visible;
  opacity: 1;
}
.image-style-liquory-yes .elementor-image-box-img {
  border: 1px dashed var(--e-global-color-border);
  padding: 20px;
  border-radius: 4px;
}
.image-style-liquory-yes .elementor-image-box-img img {
  border-radius: 4px;
}
.image-style-liquory-yes .elementor-image-box-img-inner {
  position: relative;
}
.image-style-liquory-yes .elementor-image-box-img-inner:after {
  content: "";
  visibility: hidden;
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.6);
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.image-style-liquory-yes .elementor-button-wrapper {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  z-index: 9;
  visibility: hidden;
  opacity: 0;
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.image-style-liquory-yes .elementor-image-box-title {
  font-size: 16px;
  font-size: 1rem;
  color: var(--e-global-color-secondary);
}
.image-style-liquory-yes .elementor-image-box-title a {
  color: var(--e-global-color-secondary);
}
.image-style-liquory-yes .elementor-image-box-title a:hover {
  color: var(--e-global-color-primary);
}
.elementor-image-box-button-wrapper {
  display: inline-flex;
  align-items: center;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: var(--e-global-typography-secondary-font-weight);
  line-height: 1.3333333333;
  text-transform: capitalize;
  color: #000;
  margin-top: 15px;
}
.elementor-image-box-button-wrapper i {
  font-size: 10px;
  margin-left: 5px;
  margin-bottom: 3px;
  color: var(--e-global-color-primary);
}
.elementor-widget-accordion.liquory-accordion-layout-1
  .elementor-accordion
  .elementor-accordion-item {
  margin-bottom: 0;
}
.elementor-widget-accordion.liquory-accordion-layout-1 .elementor-tab-title {
  font-size: 16px;
  font-size: 1rem;
  line-height: 22px;
  font-weight: var(--e-global-typography-primary-font-weight);
  margin-bottom: 1px;
  padding: 20px 0;
  cursor: pointer;
  color: #fff;
  font-family: var(--e-global-typography-secondary-font-family);
  font-weight: var(--e-global-typography-secondary-font-weight);
  text-transform: var(--e-global-typography-secondary-text-transform);
  font-style: var(--e-global-typography-secondary-font-style);
  text-decoration: var(--e-global-typography-secondary-text-decoration);
  line-height: var(--e-global-typography-secondary-line-height);
  letter-spacing: var(--e-global-typography-secondary-letter-spacing);
}
.elementor-widget-accordion.liquory-accordion-layout-1
  .elementor-tab-title
  .elementor-accordion-title {
  display: inline-flex;
  align-items: center;
  color: var(--e-global-color-secondary);
}
.elementor-widget-accordion.liquory-accordion-layout-1
  .elementor-tab-title
  .elementor-accordion-title
  i {
  font-size: 14px;
  font-size: 0.875rem;
}
.elementor-widget-accordion.liquory-accordion-layout-1
  .elementor-tab-title
  .elementor-accordion-title:hover {
  color: var(--e-global-color-primary);
}
.elementor-widget-accordion.liquory-accordion-layout-1 .elementor-tab-content {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 22px;
  font-weight: 600;
  border: none;
  color: var(--e-global-color-text);
  padding: 0 30px 25px 0;
}
.elementor-widget-accordion.liquory-accordion-layout-1
  .elementor-accordion
  .elementor-accordion-item {
  border-left: none;
  border-right: none;
  border-color: #e6e6e6;
}
.elementor-widget-accordion.liquory-accordion-layout-1
  .elementor-accordion
  .elementor-accordion-item
  i {
  font-size: 14px;
  font-size: 0.875rem;
}
.elementor-widget-accordion.liquory-accordion-layout-1
  .elementor-accordion
  .elementor-accordion-item
  .elementor-accordion-icon-opened
  i {
  font-size: 14px;
  font-size: 0.875rem;
}
.elementor-widget-accordion.liquory-accordion-layout-1
  .elementor-accordion
  .elementor-tab-title
  .elementor-accordion-icon {
  color: var(--e-global-color-secondary);
}
.elementor-widget-accordion.liquory-accordion-layout-1
  .elementor-accordion
  .elementor-tab-title
  .elementor-accordion-icon:hover {
  color: var(--e-global-color-primary);
}
@media (max-width: 767px) {
  .elementor-widget-accordion.liquory-accordion-layout-1
    .elementor-accordion-icon {
    visibility: hidden;
    display: none;
  }
}
.elementor-widget-accordion.liquory-accordion-layout-2
  .elementor-accordion
  .elementor-accordion-item {
  border-top: 1px dashed;
  border-color: var(--e-global-color-border);
  border-bottom: none;
  border-right: none;
  border-left: none;
}
.elementor-widget-accordion.liquory-accordion-layout-2 .elementor-tab-title {
  cursor: pointer;
  color: #000;
  background-color: transparent;
  font-family: var(--e-global-typography-secondary-font-family);
  font-weight: var(--e-global-typography-secondary-font-weight);
  text-transform: var(--e-global-typography-secondary-text-transform);
  font-style: var(--e-global-typography-secondary-font-style);
  text-decoration: var(--e-global-typography-secondary-text-decoration);
  line-height: var(--e-global-typography-secondary-line-height);
  letter-spacing: var(--e-global-typography-secondary-letter-spacing);
  border: none;
  position: relative;
  padding: 21px 0;
  line-height: 24px;
}
.elementor-widget-accordion.liquory-accordion-layout-2
  .elementor-tab-title
  .elementor-accordion-title {
  display: inline-flex;
  align-items: center;
}
.elementor-widget-accordion.liquory-accordion-layout-2
  .elementor-tab-title
  .elementor-accordion-title
  i {
  font-size: 14px;
  font-size: 0.875rem;
}
.elementor-widget-accordion.liquory-accordion-layout-2 .elementor-tab-content {
  font-size: 14px;
  font-size: 0.875rem;
  border-top: none;
  color: var(--e-global-color-lighter);
  padding: 0 0 20px;
}
.elementor-widget-accordion.liquory-accordion-layout-2
  .elementor-tab-content
  p {
  margin: 0;
}
@media (max-width: 767px) {
  .elementor-widget-accordion.liquory-accordion-layout-2
    .elementor-accordion-icon {
    visibility: hidden;
  }
}
.image-style-liquory-yes.elementor-widget-image .elementor-widget-container {
  overflow: hidden;
}
.image-style-liquory-yes.elementor-widget-image .elementor-widget-container a {
  position: relative;
}
.image-style-liquory-yes.elementor-widget-image
  .elementor-widget-container
  a
  img {
  transform: scale(1);
  transition: transform 0.35s;
}
.image-style-liquory-yes.elementor-widget-image
  .elementor-widget-container
  a:before,
.image-style-liquory-yes.elementor-widget-image
  .elementor-widget-container
  a:after {
  transform: scale(0.9);
  transition: transform 0.35s, all 0.7s;
}
.image-style-liquory-yes.elementor-widget-image
  .elementor-widget-container
  a:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 50%;
  left: 50%;
  margin-left: -50%;
  top: 25%;
  border-color: transparent;
  border-style: solid;
  border-width: 0 1px;
  z-index: 2;
}
.image-style-liquory-yes.elementor-widget-image
  .elementor-widget-container
  a:after {
  position: absolute;
  content: "";
  width: 50%;
  height: 100%;
  left: 50%;
  margin-left: -25%;
  top: 0;
  border-color: transparent;
  border-style: solid;
  border-width: 1px 0;
  z-index: 2;
}
.image-style-liquory-yes.elementor-widget-image
  .elementor-widget-container
  a:hover
  img {
  transform: scale(1.09);
}
.image-style-liquory-yes.elementor-widget-image
  .elementor-widget-container
  a:hover:before {
  height: 100%;
  top: 0;
}
.image-style-liquory-yes.elementor-widget-image
  .elementor-widget-container
  a:hover:after {
  width: 100%;
  margin-left: -50%;
}
.image-style-liquory-yes.elementor-widget-image
  .elementor-widget-container
  a:hover:before,
.image-style-liquory-yes.elementor-widget-image
  .elementor-widget-container
  a:hover:after {
  border-color: #fff;
}
.icon-list-style-liquory-yes
  .elementor-icon-list-item
  .elementor-icon-list-text {
  position: relative;
}
.icon-list-style-liquory-yes
  .elementor-icon-list-item
  .elementor-icon-list-text:before {
  content: "";
  position: absolute;
  width: 0;
  height: 1px;
  left: auto;
  right: 0;
  bottom: 0;
  background-color: #000;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.icon-list-style-liquory-yes
  .elementor-icon-list-item
  a:hover
  .elementor-icon-list-text:before {
  width: 100%;
  left: 0;
  right: auto;
}
.button-link-yes .elementor-button.elementor-button-link {
  padding: 0;
  border-radius: 0;
  font-size: 14px;
  color: var(--e-global-color-secondary);
  background-color: transparent;
  text-transform: capitalize;
  line-height: 22px;
}
.button-link-yes .elementor-button .elementor-button-content-wrapper {
  position: relative;
  display: inline-flex;
  justify-content: flex-start;
  align-items: center;
  transition: all 0.3s ease;
  padding-right: 12px;
}
.button-link-yes .elementor-button .elementor-button-content-wrapper:before {
  width: 7px;
  height: 7px;
  border-top: 2px solid var(--e-global-color-primary);
  border-right: 2px solid var(--e-global-color-primary);
  content: "";
  position: absolute;
  right: 3px;
  top: calc(50% - 2px);
  transform: rotate(45deg) translateY(-50%);
  transition: all 0.3s ease;
}
.button-link-yes .elementor-button .elementor-button-content-wrapper:after {
  content: "";
  display: block;
  width: 0;
  height: 2px;
  background-color: var(--e-global-color-primary);
  right: 0;
  top: calc(50% - 1px);
  position: absolute;
  transform: translateY(-50%);
  transition: all 0.3s ease;
}
.button-link-yes .elementor-button .elementor-button-content-wrapper:hover {
  color: var(--e-global-color-primary);
  padding-right: 25px;
}
.button-link-yes
  .elementor-button
  .elementor-button-content-wrapper:hover:after {
  width: 15px;
  transition: all 0.3s ease;
}
.elementor_library-template-default .entry-header,
.elementor_library-template-default #post-navigation,
.elementor_library-template-default .entry-taxonomy {
  display: none;
}
.header-absolute {
  position: absolute !important;
  width: 100%;
  z-index: 99;
  background-color: transparent !important;
}
:root {
  --scroll-bar: 8px;
}
body:not(.has-scrollbar) .elementor-section.elementor-section-stretched {
  width: 100vw !important;
  margin-left: calc(-50vw + 50%) !important;
  margin-right: calc(-50vw + 50%) !important;
  left: 0 !important;
}
body.has-scrollbar .elementor-section.elementor-section-stretched {
  width: calc(100vw - 20px) !important;
  margin-left: calc(-50vw + 50% + 10px) !important;
  margin-right: calc(-50vw + 50% + 10px);
  left: 0 !important;
}
@supports (color: var(--scroll-bar)) {
  body.has-scrollbar .elementor-section.elementor-section-stretched {
    width: calc(100vw - var(--scroll-bar)) !important;
    margin-left: calc(-50vw + 50% + (var(--scroll-bar) / 2)) !important;
    margin-right: calc(-50vw + 50% + (var(--scroll-bar) / 2)) !important;
    left: 0 !important;
  }
}
.elementor-social-icons-wrapper .elementor-social-icon:hover {
  opacity: 1;
}
.c-primary {
  color: var(--e-global-color-primary);
}
.elementor-widget-tabs .elementor-tab-title a {
  display: flex;
  align-items: center;
}
.underline-primary {
  position: relative;
}
.underline-primary:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 10px;
  bottom: 10px;
  left: 0;
  background-color: #ffd8d2;
  z-index: -1;
}
.sublink .elementor-column:hover img {
  opacity: 0.8;
  border-color: var(--e-global-color-primary) !important;
}
.sublink .elementor-column img {
  transition: all 0.3s ease;
}
.btn-slider {
  display: inline-flex;
  align-items: center;
}
.btn-slider i {
  margin-bottom: 2px;
}
.btn-slider i.left {
  font-size: 10px;
  font-size: 0.625rem;
  margin-right: 7px;
  width: 12px;
  transition: all 0.15s ease;
}
.btn-slider i.right {
  font-size: 10px;
  font-size: 0.625rem;
  margin-left: 0;
  order: 15;
  width: 0;
  opacity: 0;
  transition: all 0.15s ease;
}
.btn-slider:hover i.left {
  width: 0;
  opacity: 0;
  margin-right: 0;
}
.btn-slider:hover i.right {
  width: 12px;
  opacity: 1;
  margin-left: 7px;
}
.icon-shape-yes .elementor-icon {
  position: relative;
}
.icon-shape-yes .elementor-icon i,
.icon-shape-yes .elementor-icon svg {
  z-index: 1;
}
.icon-shape-yes .elementor-icon i:after,
.icon-shape-yes .elementor-icon svg:after {
  content: "";
  position: absolute;
  top: 0;
  right: -5px;
  width: 24px;
  height: 24px;
  border-radius: 100%;
  z-index: -1;
  background-color: var(--e-global-color-primary);
  transition: all 0.15s ease;
}
.icon-shape-yes:hover .elementor-icon i:after,
.icon-shape-yes:hover .elementor-icon svg:after {
  background-color: var(--e-global-color-secondary);
  transition: all 0.15s ease;
}
.elementor-widget-progress .progress-title {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-end;
}

.price {
  font-family: var(--e-global-typography-primary-font-family);
  font-weight: var(--e-global-typography-primary-font-weight);
  text-transform: var(--e-global-typography-primary-text-transform);
  font-style: var(--e-global-typography-primary-font-style);
  text-decoration: var(--e-global-typography-primary-text-decoration);
  line-height: var(--e-global-typography-primary-line-height);
  letter-spacing: var(--e-global-typography-primary-letter-spacing);
  color: var(--e-global-color-secondary);
  font-size: 16px;
  font-size: 1rem;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
}
.price ins {
  order: -1;
  color: var(--e-global-color-primary);
}
.price del {
  font-size: 14px;
  font-size: 0.875rem;
  color: var(--e-global-color-secondary);
  font-weight: var(--e-global-typography-text-font-weight);
}
.home .header-absolute {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}
.site-header-cart {
  list-style-type: none;
  margin-left: 0;
  padding: 0;
  margin-bottom: 0;
}
.site-header-cart .cart-contents {
  position: relative;
  display: block;
  text-align: center;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.site-header-cart .cart-contents:before {
  color: var(--e-global-color-primary);
}
.site-header-cart .widget_shopping_cart {
  display: none;
  background-color: var(--background);
  padding: 2.290779772em 1.41577975em 1.41577975em;
}
.site-header-cart .widget_shopping_cart .buttons {
  padding: 0;
}
.site-header-cart .widget_shopping_cart .buttons .button {
  margin: 0;
}
.site-search {
  font-size: 14px;
  font-size: 0.875rem;
  color: var(--e-global-color-text);
  clear: both;
  display: none;
}
.site-search .widget_product_search #searchsubmit {
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  overflow: hidden;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
}
.site-search .widget_product_search #searchsubmit:focus {
  background-color: #f1f1f1;
  color: #21759b;
  border-radius: 3px;
  -webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-family: var(--e-global-typography-secondary-font-family);
  font-weight: var(--e-global-typography-secondary-font-weight);
  text-transform: var(--e-global-typography-secondary-text-transform);
  font-style: var(--e-global-typography-secondary-font-style);
  text-decoration: var(--e-global-typography-secondary-text-decoration);
  line-height: var(--e-global-typography-secondary-line-height);
  letter-spacing: var(--e-global-typography-secondary-letter-spacing);
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
}
.liquory-handheld-footer-bar {
  position: fixed !important;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 996;
  border-top: 1px solid;
  border-top-color: var(--e-global-color-border);
}
.liquory-handheld-footer-bar:before,
.liquory-handheld-footer-bar:after {
  content: "";
  display: table;
}
.liquory-handheld-footer-bar:after {
  clear: both;
}
@media (min-width: 1025px) {
  .liquory-handheld-footer-bar {
    display: none;
  }
}
.liquory-handheld-footer-bar ul {
  margin: 0;
}
.liquory-handheld-footer-bar ul li {
  display: inline-block;
  float: left;
  text-align: center;
}
.liquory-handheld-footer-bar ul li:last-child > a {
  border-right: 0;
}
.liquory-handheld-footer-bar ul li > a {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex-direction: column;
  padding-bottom: 5px;
  background-color: var(--background);
  height: 4.2360680659em;
  position: relative;
  z-index: 999;
  border-right: 1px solid;
  border-right-color: var(--e-global-color-border);
}
.liquory-handheld-footer-bar ul li > a:before {
  color: var(--e-global-color-secondary);
}
.liquory-handheld-footer-bar ul li > a .title {
  font-weight: var(--e-global-typography-primary-font-weight);
  font-size: 12px;
  font-size: 0.75rem;
  color: var(--e-global-color-secondary);
}
.liquory-handheld-footer-bar ul li.search .site-search {
  background-color: var(--background);
  position: absolute;
  bottom: -5em;
  left: 0;
  right: 0;
  transition: all, ease, 0.2s;
  padding: 1em;
  z-index: 1;
  display: block;
}
.liquory-handheld-footer-bar ul li.search.active .site-search {
  bottom: calc(100% + 1px);
}
.liquory-handheld-footer-bar ul li.search .site-search,
.liquory-handheld-footer-bar ul li.search .widget,
.liquory-handheld-footer-bar ul li.search form {
  margin-bottom: 0;
}
.liquory-handheld-footer-bar ul li.search .widget_product_search {
  padding-bottom: 0;
}
.liquory-handheld-footer-bar ul li.search .ajax-search-result {
  display: none;
}
.liquory-handheld-footer-bar ul li.cart .count,
.liquory-handheld-footer-bar ul li.wishlist .count {
  display: inline-block;
  min-width: 16px;
  text-indent: 0;
  line-height: 12px;
  font-size: 12px;
  font-size: 0.75rem;
  padding: 2px 0;
  box-sizing: content-box;
  position: absolute;
  top: 0.5em;
  left: 50%;
  border-radius: 100%;
  color: #fff;
  background-color: var(--e-global-color-primary);
}
.liquory-handheld-footer-bar ul.columns-1 li {
  width: 100%;
  display: block;
  float: none;
}
.liquory-handheld-footer-bar ul.columns-2 li {
  width: 50%;
}
.liquory-handheld-footer-bar ul.columns-3 li {
  width: 33.33333%;
}
.liquory-handheld-footer-bar ul.columns-4 li {
  width: 25%;
}
.liquory-handheld-footer-bar ul.scsscolumns-5 li {
  width: 20%;
}
.sf-input-focused .liquory-handheld-footer-bar {
  display: none;
}
table.shop_table_responsive thead {
  display: none;
}
table.shop_table_responsive tbody th {
  display: none;
}
table.shop_table_responsive tr td {
  display: block;
  text-align: right;
  clear: both;
}
table.shop_table_responsive tr td:before,
table.shop_table_responsive tr td:after {
  content: "";
  display: table;
}
table.shop_table_responsive tr td:after {
  clear: both;
}
table.shop_table_responsive tr td[data-title]:before {
  content: attr(data-title) ": ";
  font-weight: var(--e-global-typography-primary-font-weight);
  float: left;
}
table.shop_table_responsive tr td.product-remove a {
  text-align: left;
}
table.shop_table_responsive tr td.actions:before,
table.shop_table_responsive tr td.download-actions:before {
  display: none;
}
table.shop_table_responsive tr td.download-actions .button {
  display: block;
  text-align: center;
  line-height: 50px;
}
table.shop_table_responsive.my_account_orders .order-actions {
  text-align: right;
}
table.shop_table_responsive.my_account_orders .order-actions:before {
  display: none;
} /*!rtl:begin:ignore*/
.rtl .widget_price_filter .price_label,
.rtl .widget_price_filter .price_label span {
  direction: ltr;
  unicode-bidi: embed;
} /*!rtl:end:ignore*/
.woocommerce-form__label-for-checkbox {
  cursor: pointer;
  display: block;
}
.woocommerce-form__label-for-checkbox .woocommerce-form__input-checkbox {
  margin-right: 0.3342202552em;
}
.form-row label {
  color: var(--e-global-color-secondary);
  display: block;
  margin-bottom: 0.5em;
}
.form-row .select2-container--default .select2-selection--single {
  border: 1px solid;
  border-color: var(--e-global-color-border);
  border-radius: 0;
  min-height: 52px;
  background-color: var(--background);
}
.form-row
  .select2-container--default
  .select2-selection--single
  .select2-selection__rendered {
  line-height: 52px;
  color: var(--e-global-color-text);
}
.form-row
  .select2-container--default
  .select2-search--dropdown
  .select2-search__field {
  background: #fff !important;
}
.form-row input,
.form-row textarea,
.form-row select {
  width: 100%;
}
.form-row input[type="checkbox"],
.form-row input[type="radio"] {
  width: auto;
}
.form-row .button {
  width: auto;
}
.form-row.create-account label {
  display: inline-block;
}
.form-row.woocommerce-validated input.input-text {
  box-shadow: inset 2px 0 0 #0f834d;
}
.form-row.woocommerce-invalid input.input-text {
  box-shadow: inset 2px 0 0 #e2401c;
}
.form-row.woocommerce-invalid input.input-checkbox {
  outline: 2px solid #e2401c;
  outline-offset: 1px;
}
.form-row.woocommerce-invalid .select2-selection {
  border-color: #e2401c;
  border-width: 2px;
}
.form-row-last {
  margin-right: 0 !important;
}
.form-row-wide {
  clear: both;
  width: 100%;
}
.required {
  border-bottom: 0 !important;
  color: #e2401c;
}
.demo_store {
  position: fixed;
  left: 0;
  bottom: 69px;
  right: 0;
  margin: 0;
  padding: 1em 1.41577975em;
  background-color: #3d9cd2;
  color: #fff;
  z-index: 9998;
}
.demo_store a {
  color: #fff;
  font-weight: var(--e-global-typography-text-font-weight);
  text-decoration: underline;
}
.demo_store a:hover {
  text-decoration: none;
}
.demo_store a.woocommerce-store-notice__dismiss-link {
  display: block;
}
.star-rating {
  overflow: hidden;
  position: relative;
  height: 1em;
  line-height: 1;
  font-size: 11px;
  font-size: 0.6875rem;
  width: 6.5em;
}
.star-rating:before {
  float: left;
  top: 0;
  left: 0;
  position: absolute;
  color: #fb9b0a;
}
.star-rating span {
  overflow: hidden;
  float: left;
  top: 0;
  left: 0;
  position: absolute;
  padding-top: 1.5em;
}
.star-rating span:before {
  top: 0;
  position: absolute;
  left: 0;
  color: #fb9b0a;
}
p.stars {
  display: inline-block;
  margin: 0;
}
p.stars a {
  position: relative;
  height: 1em;
  width: 1em;
  text-indent: -999em;
  display: inline-block;
  text-decoration: none;
  margin-right: 1px;
  font-weight: var(--e-global-typography-text-font-weight);
}
p.stars a:before {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 1em;
  height: 1em;
  line-height: 1;
  font-family: star;
  content: "S";
  color: var(--e-global-color-text);
  text-indent: 0;
  opacity: 0.25;
}
p.stars a:hover ~ a:before {
  content: "S";
  color: var(--e-global-color-text);
  opacity: 0.25;
}
p.stars:hover a:before {
  content: "S";
  color: var(--e-global-color-primary);
  opacity: 1;
}
p.stars.selected a.active:before {
  content: "S";
  color: var(--e-global-color-primary);
  opacity: 1;
}
p.stars.selected a.active ~ a:before {
  content: "S";
  color: var(--e-global-color-text);
  opacity: 0.25;
}
p.stars.selected a:not(.active):before {
  content: "S";
  color: var(--e-global-color-primary);
  opacity: 1;
}
.label-wrapper {
  position: absolute;
  top: 10px;
  left: 10px;
  display: flex;
}
.label-wrapper > span {
  background-color: var(--e-global-color-lighter);
  font-size: 12px;
  font-size: 0.75rem;
  font-family: var(--e-global-typography-primary-font-family);
  font-weight: var(--e-global-typography-primary-font-weight);
  text-transform: var(--e-global-typography-primary-text-transform);
  font-style: var(--e-global-typography-primary-font-style);
  text-decoration: var(--e-global-typography-primary-text-decoration);
  line-height: var(--e-global-typography-primary-line-height);
  letter-spacing: var(--e-global-typography-primary-letter-spacing);
  letter-spacing: 0;
  padding: 5px 6px 3px;
  line-height: 1;
  color: #fff;
  border-radius: 2px;
}
.label-wrapper > span:not(:last-child) {
  margin-right: 5px;
}
.label-wrapper > span.new-label {
  background-color: #1023c6;
}
.label-wrapper > span.onsale {
  background-color: var(--e-global-color-primary);
}
.wc-block-grid__product-onsale,
.onsale {
  display: inline-block;
  position: absolute;
  text-align: center;
  font-size: 14px;
  font-size: 0.875rem;
  text-transform: capitalize;
  font-weight: var(--e-global-typography-primary-font-weight);
  top: 10px;
  left: 10px;
  padding: 2px 13px;
  border-radius: 0;
  background-color: var(--e-global-color-primary);
  color: #fff;
}
.label-wrapper .wc-block-grid__product-onsale,
.label-wrapper .onsale {
  position: static;
}
.onsale + .stock-label {
  top: 30px;
  left: 0;
}
.stock-label {
  line-height: 28px;
  display: inline-block;
  position: absolute;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: var(--e-global-typography-primary-font-weight);
  top: 0;
  left: 0;
  z-index: 3;
  padding: 2px 13px;
  background-color: var(--e-global-color-primary);
  border-radius: 0;
  color: #fff;
}
.quantity .qty {
  width: 4.2360680659em;
  text-align: center;
}
.liquory-sorting {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 26px;
}
.liquory-sorting > * {
  margin-top: 0;
  margin-bottom: 5px;
}
.liquory-sorting .woocommerce-ordering {
  position: relative;
  margin-left: 20px;
}
.liquory-sorting .woocommerce-ordering select {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 22px;
  border: none;
  width: auto;
  padding: 0 18px 0 0;
  background-position: 100% center;
  background-size: 8px 8px;
  color: var(--e-global-color-text);
  background-color: var(--background);
}
.liquory-products-per-page {
  font-size: 14px;
  font-size: 0.875rem;
  color: var(--e-global-color-secondary);
  padding-left: 19px;
  margin-left: 14px;
  position: relative;
  display: flex;
  align-items: center;
}
.liquory-products-per-page .per-page-title {
  color: var(--e-global-color-text);
}
.liquory-products-per-page select:not([size]):not([multiple]) {
  margin-left: 3px;
  padding: 0 18px 0 0;
  border: none;
  width: auto;
  background-position: 100% center;
  background-size: 8px 8px;
  background-color: var(--background);
}
.liquory-products-per-page:after {
  content: "";
  width: 1px;
  height: 20px;
  position: absolute;
  background-color: var(--e-global-color-border);
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.gridlist-toggle {
  display: inline-flex;
}
.gridlist-toggle a {
  font-size: 16px;
  font-size: 1rem;
  display: inline-block;
  color: var(--e-global-color-text);
  line-height: 0;
}
.gridlist-toggle a.active,
.gridlist-toggle a:hover {
  color: var(--e-global-color-primary);
}
.gridlist-toggle a:not(:first-child) {
  margin-left: 14px;
}
.related,
.upsells {
  margin-bottom: 65px;
  margin-top: 65px;
}
@media (max-width: 767px) {
  .related,
  .upsells {
    margin-top: 30px;
    margin-bottom: 25px;
  }
}
.related > h2:first-child,
.upsells > h2:first-child {
  position: relative;
  display: block;
  font-weight: var(--e-global-typography-primary-font-weight);
  font-size: 38px;
  font-size: 2.375rem;
  margin-bottom: 60px;
  letter-spacing: -1px;
  color: var(--e-global-color-secondary);
}
@media (max-width: 767px) {
  .related > h2:first-child,
  .upsells > h2:first-child {
    font-size: 28px;
    font-size: 1.75rem;
    margin-bottom: 30px;
  }
}
.related .slick-track,
.upsells .slick-track {
  margin: 0;
}
.hentry .woocommerce-message strong,
.hentry .woocommerce-info strong,
.hentry .woocommerce-error strong,
.hentry .woocommerce-noreviews strong,
.hentry p.no-comments strong {
  color: #fff;
}
.woocommerce-message,
.woocommerce-info,
.woocommerce-error,
.woocommerce-noreviews,
p.no-comments {
  margin-top: 0;
  margin-left: 0;
  margin-bottom: 30px;
  padding: 1.3em 1.618034em 1em;
  background-color: #0f834d;
  border-radius: 2px;
  color: #fff;
  clear: both;
  border-left: 0.6180339845em solid rgba(0, 0, 0, 0.15);
}
.woocommerce-message:before,
.woocommerce-message:after,
.woocommerce-info:before,
.woocommerce-info:after,
.woocommerce-error:before,
.woocommerce-error:after,
.woocommerce-noreviews:before,
.woocommerce-noreviews:after,
p.no-comments:before,
p.no-comments:after {
  content: "";
  display: table;
}
.woocommerce-message:after,
.woocommerce-info:after,
.woocommerce-error:after,
.woocommerce-noreviews:after,
p.no-comments:after {
  clear: both;
}
.woocommerce-message a,
.woocommerce-info a,
.woocommerce-error a,
.woocommerce-noreviews a,
p.no-comments a {
  color: #fff;
}
.woocommerce-message a:hover,
.woocommerce-info a:hover,
.woocommerce-error a:hover,
.woocommerce-noreviews a:hover,
p.no-comments a:hover {
  color: #fff;
  opacity: 0.7;
}
.woocommerce-message a.button:hover,
.woocommerce-info a.button:hover,
.woocommerce-error a.button:hover,
.woocommerce-noreviews a.button:hover,
p.no-comments a.button:hover {
  opacity: 1;
}
.woocommerce-message .button,
.woocommerce-info .button,
.woocommerce-error .button,
.woocommerce-noreviews .button,
p.no-comments .button {
  float: right;
  padding: 0;
  background: 0 0;
  color: #fff;
  box-shadow: none;
  line-height: 1.618;
  margin-left: 1em;
  padding-left: 1em;
  border-width: 0;
  border-left-width: 1px;
  border-left-style: solid;
  border-left-color: rgba(255, 255, 255, 0.25) !important;
  border-radius: 0;
}
.woocommerce-message .button:hover,
.woocommerce-info .button:hover,
.woocommerce-error .button:hover,
.woocommerce-noreviews .button:hover,
p.no-comments .button:hover {
  background: 0 0;
  color: #fff;
  opacity: 0.7;
}
.woocommerce-message strong,
.woocommerce-info strong,
.woocommerce-error strong,
.woocommerce-noreviews strong,
p.no-comments strong {
  color: #fff;
}
.woocommerce-message pre,
.woocommerce-info pre,
.woocommerce-error pre,
.woocommerce-noreviews pre,
p.no-comments pre {
  background-color: rgba(0, 0, 0, 0.1);
}
.home .woocommerce-message,
.home .woocommerce-info,
.home .woocommerce-error,
.home .woocommerce-noreviews,
.home p.no-comments {
  display: none;
}
.site-content > .col-full > .woocommerce > .woocommerce-info:first-child,
.site-content > .col-full > .woocommerce > .woocommerce-error:first-child {
  margin-top: 2.6180340252em;
}
.woocommerce-error {
  list-style: none;
}
.woocommerce-info,
.woocommerce-noreviews,
p.no-comments {
  background-color: #3d9cd2;
}
.woocommerce-error {
  background-color: #e2401c;
}
dl.variation {
  font-size: 0.875em;
}
dl.variation dd {
  margin: 0 0 1em;
}
.wc-item-meta {
  font-size: 0.875em;
  margin-left: 0;
  list-style: none;
}
.wc-item-meta li:before,
.wc-item-meta li:after {
  content: "";
  display: table;
}
.wc-item-meta li:after {
  clear: both;
}
.wc-item-meta li strong,
.wc-item-meta li p {
  display: inline-block;
}
.liquory-product-section {
  margin-bottom: 1.618034em;
}
.liquory-product-section .section-title {
  text-align: center;
  margin-bottom: 1em;
}
.liquory-product-section:last-child {
  margin-bottom: 0;
}
.liquory-product-pagination {
  position: relative;
  display: flex;
  align-items: center;
}
@media (max-width: 768px) {
  .liquory-product-pagination {
    display: none;
  }
}
.liquory-product-pagination a > span {
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--e-global-color-lighter);
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 22px;
  text-transform: capitalize;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.liquory-product-pagination a > span i {
  font-size: 12px;
  font-size: 0.75rem;
}
.liquory-product-pagination a > span .liquory-icon-left-arrow {
  margin-right: 10px;
  line-height: inherit;
}
.liquory-product-pagination a > span .liquory-icon-right-arrow {
  margin-left: 5px;
  line-height: inherit;
}
.liquory-product-pagination a > span:hover {
  color: var(--e-global-color-secondary);
}
.liquory-product-pagination a:last-child {
  margin-left: 25px;
}
.liquory-product-pagination a:hover .product-item {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  top: 100%;
}
.liquory-product-pagination a span.shop-tooltip {
  display: inline-flex;
  align-items: center;
  margin: 0 3px;
  vertical-align: text-bottom;
  line-height: 22px;
}
.liquory-product-pagination a:nth-child(2):hover {
  color: var(--e-global-color-secondary);
}
.liquory-product-pagination .product-item {
  position: absolute;
  right: 0;
  top: calc(100% + 10px);
  opacity: 0;
  visibility: visible;
  pointer-events: none;
  width: 250px;
  background: #fff;
  box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.1);
  display: flex;
  align-items: center;
  text-align: left;
  transition: all ease-in-out 0.3s;
  border-radius: 0;
  overflow: hidden;
  z-index: 99;
}
.liquory-product-pagination .product-item img {
  max-width: 80px;
}
.liquory-product-pagination .product-item .liquory-product-pagination-content {
  padding: 0 15px;
}
.liquory-product-pagination .product-item .liquory-product-pagination__title {
  color: var(--e-global-color-secondary);
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  max-height: 2.4em;
  font-weight: var(--e-global-typography-primary-font-weight);
  line-height: 1.2;
  margin-bottom: 5px;
}
.liquory-product-pagination .product-item .price {
  display: flex;
  align-items: baseline;
  font-size: 14px;
  font-size: 0.875rem;
  color: var(--e-global-color-lighter);
  font-weight: var(--e-global-typography-primary-font-weight);
}
.liquory-product-pagination .product-item .price del {
  color: var(--e-global-color-lighter);
  order: 2;
  margin-left: 0.327em;
  font-size: 12px;
  font-size: 0.75rem;
}
.liquory-product-pagination .product-item .price ins {
  order: 1;
  margin-left: 0;
  font-weight: var(--e-global-typography-primary-font-weight);
  font-size: 14px;
  font-size: 0.875rem;
  color: var(--e-global-color-highlight);
}
.liquory-sticky-add-to-cart {
  display: none;
}
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
}
@media (max-width: 1023px) {
  .liquory-archive-product #secondary {
    display: none;
  }
}
.quantity_wrap {
  display: none;
}
@media (min-width: 768px) {
  .quantity_wrap {
    display: block;
  }
}
.quantity_wrap .quantity_label {
  display: none;
  font-size: 16px;
  font-size: 1rem;
  font-weight: var(--e-global-typography-primary-font-weight);
  color: var(--e-global-color-secondary);
}
.currency .main-navigation ul.menu > li.menu-item > a span:before {
  display: none;
}
.currency .main-navigation ul.menu > li.menu-item ul.sub-menu {
  border-radius: 0;
  padding: 10px 0;
}
.currency .main-navigation ul.menu > li.menu-item ul.sub-menu li {
  min-width: 135px;
}
.currency .main-navigation ul.menu > li.menu-item ul.sub-menu li a {
  padding: 7px 15px;
}
.currency .main-navigation ul.menu > li.menu-item ul.sub-menu li a:before {
  display: none;
}
.currency .main-navigation ul.menu > li.menu-item ul.sub-menu li a span {
  margin-left: 0 !important;
}
.currency .main-navigation ul.menu > li.menu-item ul.sub-menu li a span:before {
  display: none;
}
.button-line-yes .elementor-button-wrapper a.elementor-button {
  position: relative;
  background-color: transparent;
  border-radius: 0;
  color: var(--e-global-color-secondary);
}
.button-line-yes .elementor-button-wrapper a.elementor-button:before {
  content: "";
  position: absolute;
  height: 1px;
  width: 0;
  left: 0;
  top: 100%;
  background-color: var(--e-global-color-secondary);
  transition: all 0.4s ease;
}
.button-line-yes .elementor-button-wrapper a.elementor-button:hover:before {
  width: 100%;
}
.woosb-products {
  border-width: 0 0 1px;
  border-style: solid;
  border-color: var(--e-global-color-border);
  padding-bottom: 10px;
}
.woosb-products .woosb-product {
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
  padding: 10px 0;
  border-bottom: none;
}
.woosb-products .woosb-product .woosb-thumb {
  width: 60px;
  padding: 0;
  margin-right: 15px;
  flex: 0 0 60px;
}
.woosb-products .woosb-product .woosb-thumb img {
  width: 60px;
  height: 60px;
  max-width: 60px;
  object-fit: cover;
}
.woosb-products .woosb-product .woosb-title .woosb-title-inner {
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
}
.woosb-products .woosb-product .woosb-price {
  width: auto;
  margin-left: auto;
  flex: unset;
  font-weight: 500;
  font-size: 16px;
  line-height: 22px;
}
.woosb-products .woosb-product .woosb-quantity {
  width: unset;
  flex: unset;
  margin-right: 10px;
  padding: 0;
}
.woosb-products .woosb-product .woosb-quantity .quantity {
  background-color: #fff;
  border: 1px solid var(--e-global-color-border);
  position: relative;
  display: inline-flex;
  overflow: hidden;
  justify-content: center;
  align-items: center;
  width: 80px;
  height: 36px;
  border-radius: 3px;
  font-size: 12px;
  font-weight: 400;
  margin: 10px 0;
}
.woosb-products .woosb-product .woosb-quantity .quantity .qty {
  padding: 0;
  border: none;
  -moz-appearance: textfield;
  text-align: center;
  color: #000;
  flex: 1;
  background-color: transparent;
  min-width: 32px;
}
.woosb-products .woosb-product .woosb-quantity button {
  background-color: transparent;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0;
  text-align: center;
  z-index: 9;
  top: 0;
  bottom: 0;
  border: none;
  width: 30px;
  height: 36px;
  border-radius: 0;
  font-size: 10px;
  color: #000;
}
.woosb-bundles .woosb-products,
.woosb-wrap .woosb-products {
  margin-bottom: 20px;
}
.woosb-bundles .woosb-text,
.woosb-wrap .woosb-text {
  font-weight: 600;
  font-size: 16px;
  line-height: 22px;
  margin-bottom: 43px;
  color: var(--e-global-color-secondary);
}
.woosb-bundles .amount,
.woosb-wrap .amount {
  font-weight: 500;
  font-size: 20px;
  line-height: 22px;
  color: var(--e-global-color-secondary);
}
.products-no-gutter .products {
  margin-left: 0;
  margin-right: 0;
}
.products-no-gutter .products-list .products {
  margin-left: -15px;
  margin-right: -15px;
}
.products,
.wc-block-grid__products {
  margin-left: -15px;
  margin-right: -15px;
  margin-bottom: 0;
  clear: both;
  display: flex;
  flex-wrap: wrap;
}
.products .product,
.products .wc-block-grid__product,
.wc-block-grid__products .product,
.wc-block-grid__products .wc-block-grid__product {
  padding-left: 15px;
  padding-right: 15px;
  list-style: none;
  margin-bottom: 30px;
  position: relative;
  transition: all 0.3s ease;
  width: 100%;
}
.products .product .added_to_cart.wc-forward,
.products .wc-block-grid__product .added_to_cart.wc-forward,
.wc-block-grid__products .product .added_to_cart.wc-forward,
.wc-block-grid__products .wc-block-grid__product .added_to_cart.wc-forward {
  display: none;
}
.products .product .woocommerce-LoopProduct-link,
.products .wc-block-grid__product .woocommerce-LoopProduct-link,
.wc-block-grid__products .product .woocommerce-LoopProduct-link,
.wc-block-grid__products .wc-block-grid__product .woocommerce-LoopProduct-link {
  display: block;
}
.products .product .product-unit,
.products .wc-block-grid__product .product-unit,
.wc-block-grid__products .product .product-unit,
.wc-block-grid__products .wc-block-grid__product .product-unit {
  font-size: 12px;
  font-size: 0.75rem;
  color: var(--e-global-color-lighter);
  margin-bottom: 0;
}
.products .product .product-unit .value,
.products .wc-block-grid__product .product-unit .value,
.wc-block-grid__products .product .product-unit .value,
.wc-block-grid__products .wc-block-grid__product .product-unit .value {
  color: var(--e-global-color-secondary);
}
.products .product h2,
.products .product h3,
.products .product .woocommerce-loop-product__title,
.products .product .wc-block-grid__product-title,
.products .wc-block-grid__product h2,
.products .wc-block-grid__product h3,
.products .wc-block-grid__product .woocommerce-loop-product__title,
.products .wc-block-grid__product .wc-block-grid__product-title,
.wc-block-grid__products .product h2,
.wc-block-grid__products .product h3,
.wc-block-grid__products .product .woocommerce-loop-product__title,
.wc-block-grid__products .product .wc-block-grid__product-title,
.wc-block-grid__products .wc-block-grid__product h2,
.wc-block-grid__products .wc-block-grid__product h3,
.wc-block-grid__products
  .wc-block-grid__product
  .woocommerce-loop-product__title,
.wc-block-grid__products .wc-block-grid__product .wc-block-grid__product-title {
  font-size: 14px;
  font-size: 0.875rem;
  font-family: var(--e-global-typography-secondary-font-family);
  font-weight: var(--e-global-typography-secondary-font-weight);
  text-transform: var(--e-global-typography-secondary-text-transform);
  font-style: var(--e-global-typography-secondary-font-style);
  text-decoration: var(--e-global-typography-secondary-text-decoration);
  line-height: var(--e-global-typography-secondary-line-height);
  letter-spacing: var(--e-global-typography-secondary-letter-spacing);
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin-bottom: 0.6rem;
  letter-spacing: -0.01em;
}
.products .product h2 a,
.products .product h3 a,
.products .product .woocommerce-loop-product__title a,
.products .product .wc-block-grid__product-title a,
.products .wc-block-grid__product h2 a,
.products .wc-block-grid__product h3 a,
.products .wc-block-grid__product .woocommerce-loop-product__title a,
.products .wc-block-grid__product .wc-block-grid__product-title a,
.wc-block-grid__products .product h2 a,
.wc-block-grid__products .product h3 a,
.wc-block-grid__products .product .woocommerce-loop-product__title a,
.wc-block-grid__products .product .wc-block-grid__product-title a,
.wc-block-grid__products .wc-block-grid__product h2 a,
.wc-block-grid__products .wc-block-grid__product h3 a,
.wc-block-grid__products
  .wc-block-grid__product
  .woocommerce-loop-product__title
  a,
.wc-block-grid__products
  .wc-block-grid__product
  .wc-block-grid__product-title
  a {
  color: var(--e-global-color-secondary);
}
.products .product h2 a:hover,
.products .product h3 a:hover,
.products .product .woocommerce-loop-product__title a:hover,
.products .product .wc-block-grid__product-title a:hover,
.products .wc-block-grid__product h2 a:hover,
.products .wc-block-grid__product h3 a:hover,
.products .wc-block-grid__product .woocommerce-loop-product__title a:hover,
.products .wc-block-grid__product .wc-block-grid__product-title a:hover,
.wc-block-grid__products .product h2 a:hover,
.wc-block-grid__products .product h3 a:hover,
.wc-block-grid__products .product .woocommerce-loop-product__title a:hover,
.wc-block-grid__products .product .wc-block-grid__product-title a:hover,
.wc-block-grid__products .wc-block-grid__product h2 a:hover,
.wc-block-grid__products .wc-block-grid__product h3 a:hover,
.wc-block-grid__products
  .wc-block-grid__product
  .woocommerce-loop-product__title
  a:hover,
.wc-block-grid__products
  .wc-block-grid__product
  .wc-block-grid__product-title
  a:hover {
  color: var(--e-global-color-primary);
}
.products .product img,
.products .wc-block-grid__product img,
.wc-block-grid__products .product img,
.wc-block-grid__products .wc-block-grid__product img {
  display: block;
  margin: 0 auto;
  width: 100%;
}
.products .product.product-category h2,
.products .product.product-category h3,
.products .product.product-category .woocommerce-loop-category__title,
.products .wc-block-grid__product.product-category h2,
.products .wc-block-grid__product.product-category h3,
.products
  .wc-block-grid__product.product-category
  .woocommerce-loop-category__title,
.wc-block-grid__products .product.product-category h2,
.wc-block-grid__products .product.product-category h3,
.wc-block-grid__products
  .product.product-category
  .woocommerce-loop-category__title,
.wc-block-grid__products .wc-block-grid__product.product-category h2,
.wc-block-grid__products .wc-block-grid__product.product-category h3,
.wc-block-grid__products
  .wc-block-grid__product.product-category
  .woocommerce-loop-category__title {
  font-size: 1.1em;
}
.products .product.product-category img,
.products .wc-block-grid__product.product-category img,
.wc-block-grid__products .product.product-category img,
.wc-block-grid__products .wc-block-grid__product.product-category img {
  margin-bottom: 1.618034em;
}
.products .product .posted-in,
.products .wc-block-grid__product .posted-in,
.wc-block-grid__products .product .posted-in,
.wc-block-grid__products .wc-block-grid__product .posted-in {
  font-size: 11px;
  font-size: 0.6875rem;
  text-transform: uppercase;
  line-height: 1.2645;
  margin-bottom: 10px;
  color: var(--e-global-color-lighter);
  font-weight: var(--e-global-typography-primary-font-weight);
}
.products .product .posted-in a,
.products .wc-block-grid__product .posted-in a,
.wc-block-grid__products .product .posted-in a,
.wc-block-grid__products .wc-block-grid__product .posted-in a {
  color: var(--e-global-color-lighter);
}
.products .product .posted-in a:hover,
.products .wc-block-grid__product .posted-in a:hover,
.wc-block-grid__products .product .posted-in a:hover,
.wc-block-grid__products .wc-block-grid__product .posted-in a:hover {
  text-decoration: underline;
}
.products .product .product-caption,
.products .wc-block-grid__product .product-caption,
.wc-block-grid__products .product .product-caption,
.wc-block-grid__products .wc-block-grid__product .product-caption {
  display: flex;
  flex-direction: column;
  position: relative;
  padding: 1.2rem 0.5rem 0;
  text-align: center;
  flex-grow: 1;
}
.products .product:hover,
.products .wc-block-grid__product:hover,
.wc-block-grid__products .product:hover,
.wc-block-grid__products .wc-block-grid__product:hover {
  z-index: 99;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.products .product-caption,
.wc-block-grid__products .product-caption {
  text-align: center;
}
.products .product-caption .price,
.wc-block-grid__products .product-caption .price {
  justify-content: center;
  margin-bottom: 0.3rem;
}
.products .product-caption .inventory_status,
.wc-block-grid__products .product-caption .inventory_status {
  margin-bottom: 16px;
  justify-content: center;
}
.products .product-caption .count-review,
.wc-block-grid__products .product-caption .count-review {
  margin-top: auto;
  justify-content: center;
  margin-bottom: 0.8rem;
}
.products .product-caption .cart,
.wc-block-grid__products .product-caption .cart {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 0;
}
.products .product-caption .quantity_wrap,
.wc-block-grid__products .product-caption .quantity_wrap {
  margin-right: 5px;
}
.products
  .product-caption
  .quantity_wrap
  input[type="number"]::-webkit-inner-spin-button,
.wc-block-grid__products
  .product-caption
  .quantity_wrap
  input[type="number"]::-webkit-inner-spin-button {
  opacity: 1;
}
.products .product-caption .minus,
.products .product-caption .plus,
.wc-block-grid__products .product-caption .minus,
.wc-block-grid__products .product-caption .plus {
  display: none;
  visibility: hidden;
  opacity: 0;
}
.products .product-caption .qty,
.wc-block-grid__products .product-caption .qty {
  font-family: var(--e-global-typography-accent-font-family);
  font-weight: var(--e-global-typography-accent-font-weight);
  text-transform: var(--e-global-typography-accent-text-transform);
  font-style: var(--e-global-typography-accent-font-style);
  text-decoration: var(--e-global-typography-accent-text-decoration);
  line-height: var(--e-global-typography-accent-line-height);
  letter-spacing: var(--e-global-typography-accent-letter-spacing);
  padding: 0.391rem;
  font-size: 14px;
  font-size: 0.875rem;
  border-radius: 2px;
}
.products .product-caption button[class*="product_type_"],
.products .product-caption a[class*="product_type_"],
.wc-block-grid__products .product-caption button[class*="product_type_"],
.wc-block-grid__products .product-caption a[class*="product_type_"] {
  font-family: var(--e-global-typography-accent-font-family);
  font-weight: var(--e-global-typography-accent-font-weight);
  text-transform: var(--e-global-typography-accent-text-transform);
  font-style: var(--e-global-typography-accent-font-style);
  text-decoration: var(--e-global-typography-accent-text-decoration);
  line-height: var(--e-global-typography-accent-line-height);
  letter-spacing: var(--e-global-typography-accent-letter-spacing);
  white-space: nowrap;
  border-radius: 2px;
  padding: 0.718em 1.75em 0.7em;
}
.products .slick-disabled:before,
.wc-block-grid__products .slick-disabled:before {
  opacity: 0.75;
}
.product-transition {
  position: relative;
  overflow: hidden;
}
.product-transition .woocommerce-loop-product__link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  transition: all 0.4s ease-in-out;
}
.product-transition .time-sale {
  border: 1px solid var(--e-global-color-border);
  position: absolute;
  bottom: 0;
  left: 20px;
  right: 20px;
}
.group-action {
  position: absolute;
  transition: all ease-in-out 0.3s;
  z-index: 5;
  right: 10px;
  top: 10px;
}
@media (min-width: 768px) {
  .group-action {
    visibility: hidden;
    opacity: 0;
  }
}
@media (min-width: 426px) {
  .group-action {
    right: 20px;
    top: 30px;
  }
}
.group-action .shop-action {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.group-action .shop-action .woosc-btn,
.group-action .shop-action .woosq-btn,
.group-action .shop-action .woosw-btn {
  display: block;
  padding: 0;
  background-color: #fff;
  transition: all ease 0.3s;
  width: 30px;
  height: 30px;
  color: var(--e-global-color-secondary);
  border: 1px solid var(--e-global-color-border);
  border-radius: 50%;
  margin-bottom: 5px;
  position: relative;
  font-size: 0;
  font-size: 0;
}
@media (min-width: 426px) {
  .group-action .shop-action .woosc-btn,
  .group-action .shop-action .woosq-btn,
  .group-action .shop-action .woosw-btn {
    width: 40px;
    height: 40px;
    margin-bottom: 10px;
  }
}
.group-action .shop-action .woosc-btn:before,
.group-action .shop-action .woosq-btn:before,
.group-action .shop-action .woosw-btn:before {
  font-size: 15px;
  font-size: 0.9375rem;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  border-radius: 50%;
  top: 0;
  left: 0;
  margin: 0;
}
@media (min-width: 426px) {
  .group-action .shop-action .woosc-btn:before,
  .group-action .shop-action .woosq-btn:before,
  .group-action .shop-action .woosw-btn:before {
    font-size: 17px;
    font-size: 1.0625rem;
  }
}
.group-action .shop-action .woosc-btn:hover,
.group-action .shop-action .woosc-btn:focus,
.group-action .shop-action .woosc-btn:active,
.group-action .shop-action .woosq-btn:hover,
.group-action .shop-action .woosq-btn:focus,
.group-action .shop-action .woosq-btn:active,
.group-action .shop-action .woosw-btn:hover,
.group-action .shop-action .woosw-btn:focus,
.group-action .shop-action .woosw-btn:active {
  color: #fff;
  background-color: var(--e-global-color-primary);
  border-color: var(--e-global-color-primary);
}
.group-action .shop-action .woosc-btn:before {
  font-size: 13px;
  font-size: 0.8125rem;
}
.group-action .shop-action .woosw-btn.woosw-adding:after {
  animation: fa-spin 0.75s linear infinite;
  height: 20px;
  width: 20px;
  line-height: 20px;
  font-size: 20px;
  font-size: 1.25rem;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -10px;
  margin-top: -10px;
  display: block;
  transform: translate(0);
}
.group-action .shop-action .woosw-btn.woosw-adding:before {
  opacity: 0;
}
.product-block {
  position: relative;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  z-index: 9;
  display: flex;
  flex-direction: column;
  width: 100%;
}
.product-block:hover .product-transition .group-action {
  opacity: 1;
  visibility: visible;
}
@media (min-width: 1024px) {
  .product-block:hover .content-product-imagin {
    visibility: visible;
    opacity: 1;
  }
}
.product-block:hover .product-img-wrap .inner {
  -ms-transition: transform 1s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  -o-transition: transform 1s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  -moz-transition: transform 1s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  -webkit-transition: transform 1s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  transition: transform 1s cubic-bezier(0.19, 1, 0.22, 1) 0s;
}
.product-block:hover .product-img-wrap.bottom-to-top .inner {
  -ms-transform: translate3d(0, -100%, 0);
  -o-transform: translate3d(0, -100%, 0);
  -moz-transform: translate3d(0, -100%, 0);
  -webkit-transform: translate3d(0, -100%, 0);
  transform: translate3d(0, -100%, 0);
}
.product-block:hover .product-img-wrap.top-to-bottom .inner {
  -ms-transform: translate3d(0, 100%, 0);
  -o-transform: translate3d(0, 100%, 0);
  -moz-transform: translate3d(0, 100%, 0);
  -webkit-transform: translate3d(0, 100%, 0);
  transform: translate3d(0, 100%, 0);
}
.product-block:hover .product-img-wrap.left-to-right .inner {
  -ms-transform: translate3d(100%, 0, 0);
  -o-transform: translate3d(100%, 0, 0);
  -moz-transform: translate3d(100%, 0, 0);
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
}
.product-block:hover .product-img-wrap.right-to-left .inner {
  -ms-transform: translate3d(-100%, 0, 0);
  -o-transform: translate3d(-100%, 0, 0);
  -moz-transform: translate3d(-100%, 0, 0);
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}
.product-block:hover .product-img-wrap.swap .product-image {
  opacity: 0;
}
.product-block:hover .product-img-wrap.swap .product-image img {
  transform: rotateY(180deg);
}
.product-block:hover .product-img-wrap.swap .product-image.second-image {
  opacity: 1;
}
.product-block:hover .product-img-wrap.swap .product-image.second-image img {
  transform: rotateY(0deg);
}
.product-block:hover .product-img-wrap.fade .product-image {
  opacity: 0;
}
.product-block:hover .product-img-wrap.fade .product-image.second-image {
  opacity: 1;
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}
.product-block:hover .product-img-wrap.zoom-in .product-image.second-image {
  transform: scale(1);
}
.product-block:hover .product-img-wrap.zoom-out .product-image {
  transform: scale(0);
}
.product-block:hover .product-img-wrap.zoom-out .product-image.second-image {
  transform: scale(1);
}
.content-product-imagin {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin-bottom: -73px;
  background-color: #fff;
  box-shadow: 0 3px 36px rgba(0, 0, 0, 0.09);
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  visibility: hidden;
  opacity: 0;
}
.product-img-wrap {
  overflow: hidden;
  position: relative;
}
.product-img-wrap .inner {
  width: 100%;
  height: 100%;
  -ms-animation-fill-mode: both;
  -o-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -ms-transition: all 1s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  -o-transition: all 1s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  -moz-transition: all 1s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  -webkit-transition: all 1s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  transition: all 1s cubic-bezier(0.19, 1, 0.22, 1) 0s;
}
.product-img-wrap .product-image {
  opacity: 1;
  -ms-opacity: 1;
  -o-opacity: 1;
  -moz-opacity: 1;
  -webkit-opacity: 1;
  filter: alpha(opacity=100);
  -ms-transition: opacity 1.5s cubic-bezier(0.19, 1, 0.22, 1) 0ms;
  -o-transition: opacity 1.5s cubic-bezier(0.19, 1, 0.22, 1) 0ms;
  -moz-transition: opacity 1.5s cubic-bezier(0.19, 1, 0.22, 1) 0ms;
  -webkit-transition: opacity 1.5s cubic-bezier(0.19, 1, 0.22, 1) 0ms;
  transition: opacity 1.5s cubic-bezier(0.19, 1, 0.22, 1) 0ms;
}
.product-img-wrap .product-image.second-image {
  position: absolute;
  width: 100%;
  height: 100%;
}
.product-img-wrap.top-to-bottom .product-image {
  bottom: 100%;
}
.product-img-wrap.left-to-right .product-image {
  top: 0;
  right: 100%;
}
.product-img-wrap.right-to-left .product-image {
  top: 0;
  left: 100%;
}
.product-img-wrap.swap .product-image {
  top: 0;
  left: 0;
  transition: all 0.7s ease;
}
.product-img-wrap.swap .product-image img {
  transition: all 0.7s ease;
  transform: rotateY(0deg);
}
.product-img-wrap.swap .product-image.second-image {
  z-index: 2;
  opacity: 0;
}
.product-img-wrap.swap .product-image.second-image img {
  transform: rotateY(-180deg);
}
.product-img-wrap.fade .product-image {
  top: 0;
  left: 0;
  transition: all 0.5s ease;
}
.product-img-wrap.fade .product-image.second-image {
  opacity: 0;
  transition: opacity 0.5s ease, transform 2s cubic-bezier(0, 0, 0.44, 1.18),
    -webkit-transform 2s cubic-bezier(0, 0, 0.44, 1.18);
}
.product-img-wrap.zoom-in .product-image {
  top: 0;
  left: 0;
  transition: all 0.5s ease;
}
.product-img-wrap.zoom-in .product-image.second-image {
  transform: scale(0);
  z-index: 2;
}
.product-img-wrap.zoom-out .product-image {
  top: 0;
  left: 0;
  transition: all 0.5s ease;
}
.product-img-wrap.zoom-out .product-image.second-image {
  z-index: -1;
}
.hentry .entry-content .wc-block-grid__products .wc-block-grid__product > a,
.hentry .entry-content .products .product > a {
  text-decoration: none;
}
.price del + ins {
  margin-right: 0.327em;
}
.opal-product-tooltipster {
  display: block !important;
}
.opal-product-tooltipster .tooltipster-content {
  background-color: #000;
  border-radius: 5px;
  color: #fff;
  padding: 8px 16px;
  line-height: 1;
  font-size: 14px;
  font-size: 0.875rem;
}
.opal-product-tooltipster.tooltipster-sidetip.tooltipster-left
  .tooltipster-arrow {
  margin-top: -8px;
  right: 0;
}
.opal-product-tooltipster.tooltipster-base.tooltipster-top
  .tooltipster-arrow-background {
  border-top-color: #000;
}
.opal-product-tooltipster.tooltipster-base.tooltipster-left .tooltipster-arrow {
  transform: translateY(-5px);
}
.opal-product-tooltipster.tooltipster-base.tooltipster-left
  .tooltipster-arrow-background {
  border-left-color: #000;
}
.deal-progress .progress-bar {
  width: 100%;
  height: 3px;
  background-color: #e6e6e6;
  position: relative;
  overflow: hidden;
  margin-bottom: 13px;
}
.deal-progress .progress-value {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  background-color: var(--e-global-color-primary);
}
.deal-sold {
  width: 100%;
  max-width: 350px;
  margin-top: 30px;
}
.deal-sold-text {
  font-size: 13px;
  font-size: 0.8125rem;
  line-height: 1.1428571429;
  color: var(--e-global-color-lighter);
  text-align: left;
}
.deal-sold-text .value {
  font-family: var(--e-global-typography-secondary-font-family);
  font-weight: var(--e-global-typography-secondary-font-weight);
  text-transform: var(--e-global-typography-secondary-text-transform);
  font-style: var(--e-global-typography-secondary-font-style);
  text-decoration: var(--e-global-typography-secondary-text-decoration);
  line-height: var(--e-global-typography-secondary-line-height);
  letter-spacing: var(--e-global-typography-secondary-letter-spacing);
  color: var(--e-global-color-secondary);
}
.product-color {
  display: flex;
  justify-content: center;
  margin-bottom: 12px;
}
.product-color .item {
  cursor: pointer;
  margin: 0 5px;
}
.product-color .color-item {
  position: relative;
  width: 16px;
  height: 16px;
  display: inline-block;
  border-radius: 50%;
}
.product-color .color-item:before {
  content: "";
  display: inline-block;
  position: absolute;
  width: 22px;
  height: 22px;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  opacity: 0;
  border: 1px solid #000;
  background-color: transparent;
  transition: all 0.3s ease;
}
.product-color .color-item:hover:before {
  opacity: 1;
}
.product-color .color-item.active-swatch:before {
  opacity: 1;
}
.product-color .image-item img {
  border: 1px solid #fff;
  width: 20px !important;
  height: 20px !important;
  object-fit: cover;
  border-radius: 50%;
  filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.05));
}
.time-sale {
  background-color: #fff;
  padding: 12px;
}
.time-sale .deal-text {
  font-size: 14px;
  font-size: 0.875rem;
  margin-bottom: 10px;
  color: var(--e-global-color-lighter);
}
.time-sale .liquory-countdown {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
.time-sale .liquory-countdown .countdown-item {
  position: relative;
  text-align: center;
  margin-top: 5px;
}
.time-sale .liquory-countdown .countdown-item:not(:last-child) {
  padding-right: 20px;
}
.time-sale .liquory-countdown .countdown-digits {
  font-size: 24px;
  font-size: 1.5rem;
  font-family: var(--e-global-typography-primary-font-family);
  font-weight: var(--e-global-typography-primary-font-weight);
  text-transform: var(--e-global-typography-primary-text-transform);
  font-style: var(--e-global-typography-primary-font-style);
  text-decoration: var(--e-global-typography-primary-text-decoration);
  line-height: var(--e-global-typography-primary-line-height);
  letter-spacing: var(--e-global-typography-primary-letter-spacing);
  color: var(--e-global-color-primary);
  padding: 9px 7px 5px;
  line-height: 1;
}
.time-sale .liquory-countdown .countdown-label {
  display: block;
  color: var(--e-global-color-lighter);
}
.woocommerce-cart .cross-sells {
  margin-bottom: 40px;
}
.woocommerce-cart .cross-sells .slick-list {
  z-index: 9;
  padding: 30px 30px 200px;
  margin-bottom: -200px;
  margin-left: -30px;
  margin-right: -30px;
}
.woocommerce-cart .cross-sells .slick-initialized .slick-slide {
  opacity: 0;
  visibility: hidden;
  -ms-transition: all ease 0.1s;
  -o-transition: all ease 0.1s;
  -moz-transition: all ease 0.1s;
  -webkit-transition: all ease 0.1s;
  transition: all ease 0.1s;
}
.woocommerce-cart .cross-sells .slick-initialized .slick-slide.slick-active {
  opacity: 1;
  visibility: visible;
}
.count-review {
  display: flex;
  justify-content: flex-start;
  font-size: 12px;
  font-size: 0.75rem;
  color: var(--e-global-color-lighter);
}
.preloader .product-transition,
.preloader .woocommerce-loop-product__title > a,
.preloader .short-description,
.preloader .star-rating,
.preloader .button-group,
.preloader .posted-in,
.preloader .price,
.preloader .product-attributes .item,
.preloader .shop-action,
.preloader .product-caption-bottom,
.preloader .product-label,
.preloader .product-image {
  position: relative;
}
.preloader .product-transition:after,
.preloader .woocommerce-loop-product__title > a:after,
.preloader .short-description:after,
.preloader .star-rating:after,
.preloader .button-group:after,
.preloader .posted-in:after,
.preloader .price:after,
.preloader .product-attributes .item:after,
.preloader .shop-action:after,
.preloader .product-caption-bottom:after,
.preloader .product-label:after,
.preloader .product-image:after {
  content: "";
  position: absolute;
  z-index: 996;
  animation-duration: 1s;
  animation-fill-mode: forwards;
  animation-iteration-count: infinite;
  animation-name: placeHolderShimmer;
  animation-timing-function: linear;
  background: #f6f7f8;
  background: linear-gradient(to right, #eee 8%, #ddd 18%, #eee 33%);
  background-size: 800px 104px;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@keyframes placeHolderShimmer {
  0% {
    background-position: -468px 0;
  }
  100% {
    background-position: 468px 0;
  }
}
.liquory-products-popular .products {
  margin-right: 0;
  margin-left: 0;
}
.liquory-products-popular .products .product {
  margin-top: 0;
  margin-bottom: 0;
  padding-right: 0;
  padding-left: 0;
  border-right: none;
  flex: 0 0 100% !important;
  max-width: 100% !important;
}
.liquory-products-popular .products .product:before {
  content: none;
}
.liquory-products-popular
  .products
  .product:last-child
  .product-block-list {
  padding-bottom: 0;
  border-bottom: none;
}
.liquory-products-popular
  .products
  .product:first-child
  .product-block-list {
  padding-top: 0;
}
.liquory-products-popular .product-block-list {
  display: flex;
  align-items: center;
  padding: 20px 0;
  border-bottom: 1px solid var(--e-global-color-border);
}
.liquory-products-popular .product-block-list .left {
  width: 80px;
  margin-right: 15px;
}
.liquory-products-popular .product-block-list .right {
  flex: 1;
}
.product-gallery {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 1.5rem;
  padding-top: 5px;
}
.product-gallery .gallery_item {
  width: 58px;
  flex: 0 0 58px;
  max-width: 58px;
  cursor: pointer;
  display: block;
  margin-top: 10px;
}
.product-gallery .gallery_item:not(:first-child) {
  margin-left: 10px;
}
.product-gallery .gallery_item.active img {
  border-color: var(--e-global-color-primary);
}
.product-gallery .gallery_item img {
  width: 58px;
  height: 58px;
  border: 1px dashed var(--e-global-color-border);
  border-radius: 4px;
  object-fit: cover;
}
.single-product .pswp__button {
  background-color: transparent;
  border: none;
}
.single-product .entry-summary-top {
  display: flex;
  align-items: center;
  justify-content: end;
  margin-bottom: 10px;
}
.single-product.single-product-sticky div.product .summary {
  display: block;
  width: calc(51% - 60px);
}
@media (max-width: 768px) {
  .single-product.single-product-sticky div.product .summary {
    width: 100%;
  }
}
.single-product.single-product-sticky div.product .woocommerce-product-gallery {
  width: 49%;
  max-width: 100%;
}
@media (max-width: 768px) {
  .single-product.single-product-sticky
    div.product
    .woocommerce-product-gallery {
    width: 100%;
    max-width: 100%;
  }
}
.single-product .summary {
  width: 50%;
  float: right;
  max-width: 630px;
}
@media (max-width: 1366px) {
  .single-product .summary {
    width: calc(50% - 30px);
    flex-direction: column;
  }
}
@media (max-width: 768px) {
  .single-product .summary {
    width: 100%;
    float: unset;
  }
}
.single-product .summary .yith-wcwl-add-to-wishlist {
  display: none;
}
.single-product .summary .woosw-btn {
  margin-right: 17px;
}
.single-product .summary .woosw-btn,
.single-product .summary .woosc-btn {
  color: var(--e-global-color-lighter);
  font-family: var(--e-global-typography-text-font-family);
  font-weight: var(--e-global-typography-text-font-weight);
  text-transform: var(--e-global-typography-text-text-transform);
  font-style: var(--e-global-typography-text-font-style);
  text-decoration: var(--e-global-typography-text-text-decoration);
  line-height: var(--e-global-typography-text-line-height);
  letter-spacing: var(--e-global-typography-text-letter-spacing);
  display: inline-flex;
  align-items: center;
  padding: 20px 0 0;
  margin-bottom: 0;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 22px;
  letter-spacing: 0;
  text-transform: capitalize;
  background-color: transparent;
  border: none;
}
.single-product .summary .woosw-btn:before,
.single-product .summary .woosc-btn:before {
  margin-right: 8px;
  font-size: 18px;
  font-size: 1.125rem;
}
.single-product .summary .woosw-btn:hover,
.single-product .summary .woosc-btn:hover {
  color: var(--e-global-color-primary);
  background-color: transparent;
}
.single-product .summary .woosw-btn:hover:before,
.single-product .summary .woosc-btn:hover:before {
  color: var(--e-global-color-primary);
}
.single-product .summary .woosw-btn.woosc-btn:before,
.single-product .summary .woosc-btn.woosc-btn:before {
  font-size: 12px;
  font-size: 0.75rem;
}
.single-product .summary .inventory_status {
  justify-content: unset;
  margin-bottom: 20px;
}
.single-product .content-single-wrapper:after {
  content: "";
  display: table;
  clear: both;
}
.single-product div.product {
  position: relative;
}
.single-product div.product:before,
.single-product div.product:after {
  content: "";
  display: table;
}
.single-product div.product:after {
  clear: both;
}
.single-product div.product.single-product-type-sticky > .related {
  padding-top: 0;
  border-top: none;
}
.single-product
  div.product.single-product-type-sticky
  .woocommerce-tabs:before {
  content: none;
}
.single-product div.product .images,
.single-product div.product .summary {
  margin-bottom: 10px;
  margin-top: 0;
}
@media (max-width: 767px) {
  .single-product div.product .images {
    margin-bottom: 30px;
  }
}
.single-product div.product .woocommerce-product-gallery {
  opacity: 0;
  overflow: hidden;
  transition: opacity 0.25s ease-in-out;
  position: relative;
  width: 50%;
  max-width: 620px;
  margin-right: 0;
  float: left;
}
@media (max-width: 1366px) {
  .single-product div.product .woocommerce-product-gallery {
    width: 50%;
    max-width: 100%;
  }
}
@media (max-width: 768px) {
  .single-product div.product .woocommerce-product-gallery {
    width: 100%;
    max-width: 100%;
    float: unset;
  }
}
.single-product div.product .woocommerce-product-gallery .onsale {
  top: 20px;
  left: 20px;
}
.single-product
  div.product
  .woocommerce-product-gallery
  .woocommerce-product-gallery__trigger {
  position: absolute;
  top: 20px;
  right: 20px;
  display: block;
  width: 30px;
  z-index: 80;
  text-align: center;
  color: var(--e-global-color-secondary);
}
.single-product
  div.product
  .woocommerce-product-gallery
  .woocommerce-product-gallery__wrapper {
  position: relative;
  display: block;
  height: 100%;
  border-radius: 0;
}
.single-product
  div.product
  .woocommerce-product-gallery
  .woocommerce-product-gallery__wrapper
  img {
  width: 100%;
}
.single-product div.product .woocommerce-product-gallery .product-video-360 {
  position: absolute;
  bottom: 10px;
  z-index: 111;
  right: 20px;
  display: inline-flex;
  align-items: flex-end;
}
.single-product
  div.product
  .woocommerce-product-gallery
  .product-video-360
  .product-video-360__btn {
  cursor: pointer;
  color: var(--e-global-color-lighter);
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  font-size: 12px;
  font-size: 0.75rem;
  text-align: center;
}
.single-product
  div.product
  .woocommerce-product-gallery
  .product-video-360
  .product-video-360__btn:hover {
  color: var(--e-global-color-secondary);
}
.single-product
  div.product
  .woocommerce-product-gallery
  .product-video-360
  .product-video-360__btn
  i {
  font-size: 31px;
  font-size: 1.9375rem;
}
.single-product
  div.product
  .woocommerce-product-gallery
  .product-video-360
  .product-video-360__btn
  span {
  display: block;
  line-height: 30px;
}
.single-product
  div.product
  .woocommerce-product-gallery
  .product-video-360
  .product-video-360__btn.btn-video {
  margin-right: 30px;
}
.single-product
  div.product
  .woocommerce-product-gallery
  .product-video-360
  .product-video-360__btn.btn-video
  i {
  font-size: 25px;
  font-size: 1.5625rem;
  margin-bottom: 3px;
}
.single-product div.product .woocommerce-product-gallery .flex-viewport {
  margin-bottom: 10px;
  border-radius: 0;
}
.single-product
  div.product
  .woocommerce-product-gallery
  .flex-viewport
  .woocommerce-product-gallery__wrapper {
  padding: 0;
  border: none;
}
.single-product div.product .woocommerce-product-gallery .flex-viewport img {
  border: none;
}
.single-product div.product .woocommerce-product-gallery .flex-control-thumbs {
  margin: 0 -5px;
  padding: 0;
  position: relative;
  display: flex;
  flex-wrap: wrap;
}
.single-product
  div.product
  .woocommerce-product-gallery
  .flex-control-thumbs
  .slick-prev,
.single-product
  div.product
  .woocommerce-product-gallery
  .flex-control-thumbs
  .slick-next {
  border-radius: 0;
  border: 1px solid var(--e-global-color-border);
  width: 30px;
  padding: 0;
  background-color: transparent;
}
.single-product
  div.product
  .woocommerce-product-gallery
  .flex-control-thumbs
  .slick-prev:before,
.single-product
  div.product
  .woocommerce-product-gallery
  .flex-control-thumbs
  .slick-next:before {
  font-size: 20px;
  font-size: 1.25rem;
  color: #000;
  background-color: transparent;
}
.single-product
  div.product
  .woocommerce-product-gallery
  .flex-control-thumbs
  .slick-prev:hover,
.single-product
  div.product
  .woocommerce-product-gallery
  .flex-control-thumbs
  .slick-next:hover {
  background-color: transparent;
}
.single-product
  div.product
  .woocommerce-product-gallery
  .flex-control-thumbs
  li {
  list-style: none;
  cursor: pointer;
  display: block !important;
  position: relative;
  min-width: 100px;
  padding: 0 5px;
}
.single-product
  div.product
  .woocommerce-product-gallery
  .flex-control-thumbs
  li
  img {
  object-fit: cover;
  border: 1px solid;
  border-color: var(--e-global-color-border);
  border-radius: 0;
}
.single-product
  div.product
  .woocommerce-product-gallery
  .flex-control-thumbs
  li
  img.flex-active {
  opacity: 1;
  border-color: var(--e-global-color-secondary);
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.single-product
  div.product
  .woocommerce-product-gallery
  .flex-control-thumbs
  li:hover
  img,
.single-product
  div.product
  .woocommerce-product-gallery
  .flex-control-thumbs
  li.active
  img {
  opacity: 1;
  border-color: var(--e-global-color-secondary);
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.single-product
  div.product
  .woocommerce-product-gallery.woocommerce-product-gallery-horizontal
  .woocommerce-product-gallery__image:hover
  a
  img {
  opacity: 0;
}
.single-product
  div.product
  .woocommerce-product-gallery.woocommerce-product-gallery-horizontal
  .flex-control-nav
  li {
  margin-bottom: 10px;
}
.single-product
  div.product
  .woocommerce-product-gallery.woocommerce-product-gallery-horizontal
  .flex-control-nav
  li:last-child {
  margin-right: 0;
}
.single-product
  div.product
  .woocommerce-product-gallery.woocommerce-product-gallery-horizontal
  .flex-control-nav.slick-slider
  li {
  margin-bottom: 0;
}
.single-product
  div.product
  .woocommerce-product-gallery.woocommerce-product-gallery-horizontal
  .flex-control-thumbs
  img {
  max-width: 100%;
}
@media (min-width: 568px) {
  .single-product
    div.product
    .woocommerce-product-gallery.woocommerce-product-gallery-horizontal
    .product-video-360 {
    bottom: 90px;
  }
}
.single-product
  div.product
  .woocommerce-product-gallery.woocommerce-product-gallery-horizontal
  .slick-prev,
.single-product
  div.product
  .woocommerce-product-gallery.woocommerce-product-gallery-horizontal
  .slick-next {
  height: 50%;
}
.single-product
  div.product
  .woocommerce-product-gallery.woocommerce-product-gallery-horizontal
  .slick-prev.slick-disabled,
.single-product
  div.product
  .woocommerce-product-gallery.woocommerce-product-gallery-horizontal
  .slick-next.slick-disabled {
  cursor: no-drop;
}
.single-product
  div.product
  .woocommerce-product-gallery.woocommerce-product-gallery-horizontal
  .slick-prev {
  right: 5px;
  left: unset;
  top: calc(50% - 1px);
  transform: none;
}
.single-product
  div.product
  .woocommerce-product-gallery.woocommerce-product-gallery-horizontal
  .slick-next {
  right: 5px;
  top: 0;
  transform: none;
}
.single-product
  div.product
  .woocommerce-product-gallery.woocommerce-product-gallery-vertical {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
}
@media (min-width: 426px) {
  .single-product
    div.product
    .woocommerce-product-gallery.woocommerce-product-gallery-vertical {
    flex-direction: unset;
  }
}
.single-product
  div.product
  .woocommerce-product-gallery.woocommerce-product-gallery-vertical
  .woocommerce-product-gallery__image:hover
  a
  img {
  opacity: 0;
}
.single-product
  div.product
  .woocommerce-product-gallery.woocommerce-product-gallery-vertical
  .slick-prev,
.single-product
  div.product
  .woocommerce-product-gallery.woocommerce-product-gallery-vertical
  .slick-next {
  transform: translate(0);
  background-color: #fff;
  height: 30px;
  top: calc(100% - 30px);
  width: calc(50% - 5px);
}
.single-product
  div.product
  .woocommerce-product-gallery.woocommerce-product-gallery-vertical
  .slick-prev:hover,
.single-product
  div.product
  .woocommerce-product-gallery.woocommerce-product-gallery-vertical
  .slick-next:hover {
  background-color: #fff;
}
.single-product
  div.product
  .woocommerce-product-gallery.woocommerce-product-gallery-vertical
  .slick-prev {
  right: 50%;
  left: 4px;
}
.single-product
  div.product
  .woocommerce-product-gallery.woocommerce-product-gallery-vertical
  .slick-next {
  right: unset;
  left: calc(50% + 1px);
}
.single-product
  div.product
  .woocommerce-product-gallery.woocommerce-product-gallery-vertical
  .onsale {
  left: 125px;
  top: 15px;
}
.single-product
  div.product
  .woocommerce-product-gallery.woocommerce-product-gallery-vertical
  .flex-control-thumbs {
  margin: 0;
}
.single-product
  div.product
  .woocommerce-product-gallery.woocommerce-product-gallery-vertical
  .flex-control-thumbs
  .slick-list {
  height: 100%;
}
.single-product
  div.product
  .woocommerce-product-gallery.woocommerce-product-gallery-vertical
  .flex-control-thumbs
  li {
  margin-bottom: 10px;
  margin-right: 8px;
}
.single-product
  div.product
  .woocommerce-product-gallery.woocommerce-product-gallery-vertical
  .flex-control-thumbs
  li:last-child {
  margin-bottom: 0;
}
.single-product
  div.product
  .woocommerce-product-gallery.woocommerce-product-gallery-vertical
  .flex-control-nav {
  display: flex;
  flex-wrap: wrap;
  margin-top: 0;
}
@media (min-width: 426px) {
  .single-product
    div.product
    .woocommerce-product-gallery.woocommerce-product-gallery-vertical
    .flex-control-nav {
    margin-top: 0;
    order: -1;
    width: 100px;
    margin-right: 10px;
    display: block;
  }
}
.single-product
  div.product
  .woocommerce-product-gallery.woocommerce-product-gallery-vertical
  .flex-control-nav
  li {
  margin-right: 0;
  padding-bottom: 0;
}
.single-product
  div.product
  .woocommerce-product-gallery.woocommerce-product-gallery-vertical
  .flex-viewport {
  margin-bottom: 0;
}
@media (min-width: 426px) {
  .single-product
    div.product
    .woocommerce-product-gallery.woocommerce-product-gallery-vertical
    .flex-viewport {
    width: calc(100% - 80px);
  }
}
.single-product
  div.product
  .woocommerce-product-gallery-gallery
  .woocommerce-product-gallery__wrapper {
  display: flex;
  flex-wrap: wrap;
  margin-left: -10px;
  margin-right: -10px;
  border: none;
}
@media (min-width: 1024px) {
  .single-product
    div.product
    .woocommerce-product-gallery-gallery
    .woocommerce-product-gallery__wrapper {
    margin-left: -5px;
    margin-right: -5px;
  }
}
.single-product
  div.product
  .woocommerce-product-gallery-gallery
  .woocommerce-product-gallery__wrapper
  .woocommerce-product-gallery__image {
  flex-basis: 50%;
  width: 50%;
  padding-left: 10px;
  padding-right: 10px;
  margin-bottom: 20px;
}
@media (min-width: 1024px) {
  .single-product
    div.product
    .woocommerce-product-gallery-gallery
    .woocommerce-product-gallery__wrapper
    .woocommerce-product-gallery__image {
    padding-left: 5px;
    padding-right: 5px;
    margin-bottom: 10px;
  }
}
.single-product
  div.product
  .woocommerce-product-gallery-gallery
  .woocommerce-product-gallery__wrapper
  .woocommerce-product-gallery__image
  a
  img {
  width: 100%;
  border: 1px solid;
  border-color: var(--e-global-color-border);
  border-radius: 0;
}
.single-product
  div.product
  .woocommerce-product-gallery-gallery
  .product-video-360 {
  bottom: auto;
  top: 30px;
}
.single-product
  div.product
  .woocommerce-product-gallery-sticky
  .woocommerce-product-gallery__wrapper {
  display: flex;
  flex-wrap: wrap;
  border: none;
}
.single-product
  div.product
  .woocommerce-product-gallery-sticky
  .woocommerce-product-gallery__wrapper
  .woocommerce-product-gallery__image {
  flex-basis: 100%;
  min-width: 630px;
  min-height: 630px;
}
.single-product
  div.product
  .woocommerce-product-gallery-sticky
  .woocommerce-product-gallery__wrapper
  .woocommerce-product-gallery__image
  a {
  display: block;
  margin-bottom: 30px;
  border-radius: 0;
}
.single-product
  div.product
  .woocommerce-product-gallery-sticky
  .product-video-360 {
  bottom: auto;
  top: 30px;
}
.single-product div.product .woocommerce-product-gallery-vertical + .onsale {
  left: 145px;
}
.single-product div.product .stock.in-stock {
  margin-bottom: 30px;
  display: none;
}
.single-product div.product p.price + form.cart {
  margin-top: 30px;
}
.single-product div.product .single_add_to_cart_button {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 12px;
  font-size: 0.75rem;
  text-transform: uppercase;
  line-height: 24px;
  font-weight: 500;
  margin-bottom: 0;
  margin-top: 20px;
  white-space: nowrap;
  padding: 12px 30px;
  border-radius: 2px;
  border: none;
  color: #fff;
  transition: all 0.3s ease;
}
.single-product div.product .single_add_to_cart_button + a.added_to_cart {
  display: none;
}
.single-product div.product .product_title {
  font-size: 30px;
  font-size: 1.875rem;
  letter-spacing: -1px;
  margin-bottom: 3px;
  clear: none;
}
.single-product div.product .product-unit {
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 24px;
  margin-bottom: 15px;
  color: var(--e-global-color-lighter);
}
.single-product div.product .product-unit .value {
  color: var(--e-global-color-secondary);
}
.single-product div.product .sold-by-meta {
  font-weight: var(--e-global-typography-text-font-weight);
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 22px;
  margin-bottom: 12px;
  color: var(--e-global-color-lighter);
}
.single-product div.product .sold-by-meta a {
  font-weight: var(--e-global-typography-primary-font-weight);
  color: var(--e-global-color-primary);
}
.single-product div.product .sold-by-meta a:hover {
  text-decoration: underline;
}
.single-product div.product p.price {
  display: flex;
  justify-content: flex-start;
  margin-right: 0;
  color: var(--e-global-color-primary);
  margin-bottom: 0.3rem;
}
.single-product div.product p.price ins {
  font-weight: var(--e-global-typography-primary-font-weight);
  margin-right: 5px;
  order: -1;
  color: var(--e-global-color-primary);
}
.single-product div.product .woocommerce-product-details__short-description {
  margin-bottom: 2rem;
  line-height: 1.5;
}
.single-product
  div.product
  .woocommerce-product-details__short-description
  + .stock {
  display: none;
}
.single-product div.product table.variations {
  table-layout: fixed;
  position: relative;
  margin-bottom: 0;
}
.single-product div.product table.variations tr {
  border: 0;
}
.single-product div.product table.variations th,
.single-product div.product table.variations td {
  display: unset;
  padding: 0;
  list-style: none;
  background-color: transparent;
}
.single-product div.product table.variations th.label {
  margin: -10px 0 20px;
}
.single-product
  div.product
  table.variations
  th.label
  .woo-selected-variation-item-name {
  display: none;
}
.single-product div.product table.variations td.value {
  position: relative;
}
.single-product div.product table.variations label {
  font-weight: var(--e-global-typography-primary-font-weight);
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 22px;
  color: var(--e-global-color-secondary);
}
.single-product div.product table.variations select {
  max-width: 100%;
  vertical-align: middle;
  padding: 10px 35px 10px 15px;
  color: transparent;
}
.single-product div.product table.variations select + label {
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  text-transform: uppercase;
  position: absolute;
  padding: 0 5px;
  background-color: #fff;
  left: 10px;
  top: 50%;
  transform: translateY(-50%);
  line-height: 1;
  transition: all ease-in-out 0.2s;
  color: var(--e-global-color-lighter);
}
.single-product div.product table.variations select:valid,
.single-product div.product table.variations select:focus {
  color: var(--e-global-color-text);
}
.single-product div.product table.variations select:valid ~ label,
.single-product div.product table.variations select:focus ~ label {
  top: 0;
}
.single-product div.product table.variations a.reset_variations {
  margin-top: 0;
  display: inline-block;
  margin-left: 0;
  color: var(--e-global-color-secondary);
  border-bottom: 1px solid;
  line-height: 1;
}
.single-product div.product table.variations a.reset_variations:hover {
  color: var(--e-global-color-primary);
}
.single-product div.product table.variations td.label label {
  font-size: 12px;
  font-size: 0.75rem;
  color: var(--e-global-color-secondary);
  font-weight: var(--e-global-typography-primary-font-weight);
  text-transform: uppercase;
}
.single-product
  div.product
  table.variations
  td.value
  ul.variable-items-wrapper {
  display: inline-flex;
}
.single-product div.product table.variations td.value ul li.variable-item {
  box-shadow: none;
  margin: 0 10px 10px 0;
  width: auto;
  height: auto;
  min-width: 24px;
  min-height: 24px;
  padding: 0;
  border: 1px solid var(--e-global-color-border);
}
.single-product div.product table.variations td.value ul li.variable-item:hover,
.single-product
  div.product
  table.variations
  td.value
  ul
  li.variable-item.selected {
  outline: none;
  box-shadow: none;
  border-color: var(--e-global-color-secondary);
}
.single-product
  div.product
  table.variations
  td.value
  ul
  li.variable-item:hover
  .variable-item-span,
.single-product
  div.product
  table.variations
  td.value
  ul
  li.variable-item.selected
  .variable-item-span {
  color: var(--e-global-color-secondary);
}
.single-product
  div.product
  table.variations
  td.value
  ul
  li.variable-item
  .variable-item-span {
  font-size: 14px;
  font-size: 0.875rem;
  padding: 3px 20px;
  color: var(--e-global-color-lighter);
}
.single-product
  div.product
  table.variations
  td.value
  ul
  li.variable-item.color-variable-item {
  border-radius: 50%;
  min-width: 20px;
  min-height: 20px;
  width: 30px;
  height: 30px;
}
.single-product
  div.product
  table.variations
  td.value
  ul
  li.variable-item.color-variable-item
  .variable-item-span {
  border-radius: 50%;
  padding: 4px 13px;
}
.single-product
  div.product
  table.variations
  td.value
  ul
  li.variable-item.color-variable-item
  .variable-item-span:after {
  content: none;
}
.single-product
  div.product
  table.variations
  td.value
  ul
  li.variable-item.color-variable-item:hover,
.single-product
  div.product
  table.variations
  td.value
  ul
  li.variable-item.color-variable-item.selected {
  background-color: #fff;
}
.single-product
  div.product
  table.variations
  td.value
  ul
  li.variable-item.color-variable-item:hover
  .variable-item-span,
.single-product
  div.product
  table.variations
  td.value
  ul
  li.variable-item.color-variable-item.selected
  .variable-item-span {
  box-shadow: 0 0 0 5px inset #fff;
}
.single-product
  div.product
  table.variations
  td.value
  ul
  li.variable-item.disabled:before {
  display: none;
}
.single-product
  div.product
  table.variations
  td.value
  ul
  li.variable-item.disabled:after {
  transform: rotate(-30deg);
  height: 2px;
  background-color: var(--e-global-color-border);
  width: calc(100% + 12px);
  left: -7px;
  box-shadow: none;
}
.single-product
  div.product
  table.variations
  td.value
  ul
  li.variable-item.disabled
  .variable-item-span {
  color: var(--e-global-color-text);
}
.single-product div.product .single_variation .price {
  display: block;
  font-size: 24px;
  font-size: 1.5rem;
  margin-right: 0;
  line-height: 1;
  align-items: center;
  color: var(--e-global-color-primary);
  font-weight: var(--e-global-typography-primary-font-weight);
  margin-top: 10px;
  font-family: var(--e-global-typography-secondary-font-family);
  font-weight: var(--e-global-typography-secondary-font-weight);
  text-transform: var(--e-global-typography-secondary-text-transform);
  font-style: var(--e-global-typography-secondary-font-style);
  text-decoration: var(--e-global-typography-secondary-text-decoration);
  line-height: var(--e-global-typography-secondary-line-height);
  letter-spacing: var(--e-global-typography-secondary-letter-spacing);
}
.single-product div.product .single_variation .price ins {
  font-weight: var(--e-global-typography-primary-font-weight);
  margin-right: 0;
  color: var(--e-global-color-primary);
}
.single-product div.product .single_variation .price del {
  margin-right: 10px;
  font-size: 16px;
  font-size: 1rem;
}
.single-product div.product .single_variation_wrap {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: end;
  padding: 0 1.8rem 20px;
  border: 1px solid var(--e-global-color-border);
  margin-top: 20px;
}
.single-product div.product .variations_button {
  flex: 0 0 100%;
  display: flex;
  flex-wrap: wrap;
}
.single-product div.product .variations_button:before,
.single-product div.product .variations_button:after {
  content: "";
  display: table;
}
.single-product div.product .variations_button:after {
  clear: both;
}
.single-product div.product .variations_button .single_add_to_cart_button {
  margin-top: auto;
}
@media (max-width: 320px) {
  .single-product div.product .variations_button .single_add_to_cart_button {
    margin-top: 10px;
  }
}
.single-product div.product .woocommerce-grouped-add-to-cart {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: end;
  padding: 0 1.8rem 20px;
  border: 1px solid var(--e-global-color-border);
}
.single-product div.product tr.woocommerce-grouped-product-list-item {
  border: 0 !important;
}
.single-product div.product .product_after_title {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 5px;
  font-size: 14px;
  font-size: 0.875rem;
  position: relative;
}
.single-product div.product .product_after_title > * {
  margin-bottom: 0;
}
.single-product div.product .product_after_title > *:not(:last-child) {
  margin-right: 15px;
  padding-right: 15px;
  position: relative;
}
.single-product div.product .product_after_title > *:not(:last-child):after {
  content: "";
  height: 11px;
  width: 1px;
  background-color: var(--e-global-color-border);
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.single-product div.product .product_after_title .sku_wrapper {
  text-transform: uppercase;
  color: var(--e-global-color-lighter);
}
.single-product div.product .product_after_title .sku_wrapper .sku {
  color: var(--e-global-color-secondary);
}
.single-product div.product .woocommerce-product-rating {
  display: flex;
  align-items: center;
  margin-bottom: 12px;
}
.single-product div.product .woocommerce-product-rating:before,
.single-product div.product .woocommerce-product-rating:after {
  content: "";
  display: table;
}
.single-product div.product .woocommerce-product-rating:after {
  clear: both;
}
.single-product div.product .woocommerce-product-rating a {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.1666666667;
  text-transform: capitalize;
  color: var(--e-global-color-lighter);
}
.single-product div.product .woocommerce-product-rating a:hover {
  color: var(--e-global-color-primary);
  text-decoration: underline;
}
.single-product div.product .woocommerce-product-rating .star-rating {
  display: inline-block;
  vertical-align: bottom;
  font-size: 11px;
  font-size: 0.6875rem;
  color: #ffcb45;
}
.single-product
  div.product
  .woocommerce-product-rating
  .star-rating
  span:before {
  color: #ffcb45;
}
.single-product div.product .product_meta > span {
  display: block;
  color: #999;
  font-weight: var(--e-global-typography-text-font-weight);
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.6923076923;
  margin-bottom: 12px;
}
.single-product div.product .product_meta > span:last-child {
  margin-bottom: 0;
  border-bottom: 0;
}
.single-product div.product .product_meta > span a,
.single-product div.product .product_meta > span .sku {
  color: var(--e-global-color-secondary);
}
.single-product div.product .product_meta > span a:hover {
  color: var(--e-global-color-primary);
}
.single-product .time-sale {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 19px;
}
.single-product .time-sale .deal-text {
  font-size: 20px;
  font-size: 1.25rem;
  max-width: 130px;
  line-height: 1.25;
  margin-right: 16px;
  font-weight: var(--e-global-typography-text-font-weight);
}
.single-product .time-sale .liquory-countdown .countdown-item {
  margin-right: 10px;
  padding: 8px;
  border-radius: 5px;
  background-color: #f6f6f6;
  min-width: 60px;
  text-align: center;
}
.single-product .time-sale .liquory-countdown .countdown-item:after {
  content: none;
}
.single-product
  .time-sale
  .liquory-countdown
  .countdown-item
  .countdown-digits {
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 26px;
  display: block;
}
.single-product .time-sale .liquory-countdown .countdown-item .countdown-label {
  display: block;
  font-size: 11px;
  font-size: 0.6875rem;
  font-weight: var(--e-global-typography-text-font-weight);
  text-transform: uppercase;
  color: var(--e-global-color-lighter);
  line-height: 26px;
}
.single-product .deal-sold > div {
  width: 100%;
}
.single-product .deal-sold .deal-sold-text {
  margin-top: 0;
  margin-bottom: 7px;
  font-size: 12px;
  font-size: 0.75rem;
}
.single-product .deal-sold .deal-sold-text span:last-child {
  color: var(--e-global-color-secondary);
}
.single-product .deal-sold .progress-bar {
  border-radius: 5px;
  height: 8px;
}
.single-product .deal-sold .progress-bar .progress-value {
  background-color: var(--e-global-color-primary);
}
.single-product .woocommerce-tabs {
  display: block;
  position: relative;
  margin: 34px 0;
}
.single-product .woocommerce-tabs ul.tabs {
  margin: 0;
  list-style: none;
  text-align: left;
  position: relative;
  margin-bottom: 15px;
  border-bottom: 1px solid var(--e-global-color-border);
}
@media (max-width: 767px) {
  .single-product .woocommerce-tabs ul.tabs {
    display: none;
  }
}
.single-product .woocommerce-tabs ul.tabs li {
  display: inline-block;
  margin: 0;
}
.single-product .woocommerce-tabs ul.tabs li:first-child a {
  margin-left: 0;
}
.single-product .woocommerce-tabs ul.tabs li:last-child a {
  margin-right: 0;
}
.single-product .woocommerce-tabs ul.tabs li a {
  font-family: var(--e-global-typography-primary-font-family);
  font-weight: var(--e-global-typography-primary-font-weight);
  text-transform: var(--e-global-typography-primary-text-transform);
  font-style: var(--e-global-typography-primary-font-style);
  text-decoration: var(--e-global-typography-primary-text-decoration);
  line-height: var(--e-global-typography-primary-line-height);
  letter-spacing: var(--e-global-typography-primary-letter-spacing);
  letter-spacing: 0;
  display: block;
  position: relative;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 22px;
  padding: 10px 0;
  margin: 0 18px;
  text-transform: capitalize;
  color: var(--e-global-color-secondary);
}
.single-product .woocommerce-tabs ul.tabs li a:before {
  content: "";
  position: absolute;
  height: 1px;
  width: 0;
  left: 0;
  bottom: 0;
  transition: all 0.4s ease;
  background-color: var(--e-global-color-primary);
}
.single-product .woocommerce-tabs ul.tabs li:hover a,
.single-product .woocommerce-tabs ul.tabs li.active a {
  color: var(--e-global-color-primary);
}
.single-product .woocommerce-tabs ul.tabs li:hover a:before,
.single-product .woocommerce-tabs ul.tabs li.active a:before {
  width: 100%;
  transition: all 0.4s ease;
}
.single-product .woocommerce-tabs.product-accordions {
  padding: 0;
}
.single-product .woocommerce-tabs.product-accordions:after,
.single-product .woocommerce-tabs.product-accordions:before {
  content: none;
}
.single-product .woocommerce-tabs.product-accordions .accordion-head {
  padding: 20px 0;
  position: relative;
  cursor: pointer;
  border-bottom: 1px solid;
  border-bottom-color: var(--e-global-color-border);
}
.single-product
  .woocommerce-tabs.product-accordions
  .accordion-head:hover
  .accordion-title {
  color: var(--e-global-color-primary);
}
.single-product .woocommerce-tabs.product-accordions .accordion-head.active {
  border-bottom: 0;
}
.single-product
  .woocommerce-tabs.product-accordions
  .accordion-head.active
  .accordion-title {
  border-radius: 22px;
  background-color: var(--e-global-color-primary);
  display: inline-block;
  color: #fff;
  padding: 8px 30px;
}
.single-product
  .woocommerce-tabs.product-accordions
  .accordion-head.active:before {
  background-color: var(--e-global-color-primary);
  border-color: var(--e-global-color-primary);
  color: #fff;
}
.single-product .woocommerce-tabs.product-accordions .accordion-head:before {
  position: absolute;
  top: 50%;
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background-color: transparent;
  border-radius: 50%;
  border: 1px solid var(--e-global-color-border);
  padding: 5px 10px;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  right: -1px;
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.single-product .woocommerce-tabs.product-accordions .accordion-title {
  display: inline-block;
  position: relative;
  font-size: 14px;
  font-size: 0.875rem;
  border-radius: 22px;
  line-height: 28px;
  margin-bottom: 0;
  font-weight: var(--e-global-typography-primary-font-weight);
  color: var(--e-global-color-secondary);
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.single-product .woocommerce-tabs.product-accordions .accordion-body {
  padding: 40px 40px 30px;
  display: none;
}
.single-product .woocommerce-tabs.product-accordions .accordion-body.active {
  border: 1px solid;
  border-color: var(--e-global-color-border);
  border-radius: 0;
  margin-bottom: 20px;
}
.single-product
  .woocommerce-tabs.product-accordions
  .accordion-body
  h2:first-of-type {
  display: none;
}
.single-product
  .woocommerce-tabs.product-accordions
  .accordion-body
  #reviews
  #comments,
.single-product
  .woocommerce-tabs.product-accordions
  .accordion-body
  #reviews
  #review_form_wrapper {
  width: 100%;
  float: none;
  padding-right: 0;
  padding-left: 0;
}
.single-product
  .woocommerce-tabs.product-accordions
  .accordion-body
  .list-unstyled {
  margin-left: 0;
}
.single-product
  .woocommerce-tabs.product-accordions
  .accordion-body
  ul.list-unstyled {
  margin: 0;
}
.single-product
  .woocommerce-tabs.product-accordions
  .accordion-body
  ul.list-unstyled
  li {
  margin-bottom: 5px;
}
.single-product
  .woocommerce-tabs.product-accordions
  .accordion-body
  ul.list-unstyled
  li.store-name
  > span:not(.details),
.single-product
  .woocommerce-tabs.product-accordions
  .accordion-body
  ul.list-unstyled
  li.seller-name
  > span:not(.details),
.single-product
  .woocommerce-tabs.product-accordions
  .accordion-body
  ul.list-unstyled
  li.store-address
  > span:not(.details) {
  font-weight: var(--e-global-typography-primary-font-weight);
  color: var(--e-global-color-secondary);
}
.single-product
  .woocommerce-tabs.product-accordions
  .accordion-body
  ul.list-unstyled
  .seller-rating {
  vertical-align: middle;
}
.single-product
  .woocommerce-tabs.product-accordions
  .accordion-body
  ul.list-unstyled
  .seller-rating
  .text {
  vertical-align: text-bottom;
}
.single-product
  .woocommerce-tabs.product-accordions
  .accordion-body
  ul.list-unstyled
  .star-rating {
  display: inline-block;
}
.single-product .woocommerce-tabs.product-accordions table td,
.single-product .woocommerce-tabs.product-accordions table th {
  word-break: unset;
}
@media (min-width: 768px) {
  .single-product .woocommerce-tabs.product-accordions .products .product {
    flex: 0 0 50%;
    max-width: 50%;
  }
}
.single-product .woocommerce-tabs .woocommerce-Tabs-panel {
  padding: 15px 0;
}
.single-product
  .woocommerce-tabs
  .woocommerce-Tabs-panel--seller
  ul.list-unstyled {
  margin: 0;
}
.single-product
  .woocommerce-tabs
  .woocommerce-Tabs-panel--seller
  ul.list-unstyled
  li {
  margin-bottom: 5px;
}
.single-product
  .woocommerce-tabs
  .woocommerce-Tabs-panel--seller
  ul.list-unstyled
  li.store-name
  > span:not(.details),
.single-product
  .woocommerce-tabs
  .woocommerce-Tabs-panel--seller
  ul.list-unstyled
  li.seller-name
  > span:not(.details),
.single-product
  .woocommerce-tabs
  .woocommerce-Tabs-panel--seller
  ul.list-unstyled
  li.store-address
  > span:not(.details) {
  font-weight: var(--e-global-typography-primary-font-weight);
  color: var(--e-global-color-secondary);
}
.single-product
  .woocommerce-tabs
  .woocommerce-Tabs-panel--seller
  ul.list-unstyled
  .seller-rating {
  vertical-align: middle;
}
.single-product
  .woocommerce-tabs
  .woocommerce-Tabs-panel--seller
  ul.list-unstyled
  .seller-rating
  .text {
  vertical-align: text-bottom;
}
.single-product
  .woocommerce-tabs
  .woocommerce-Tabs-panel--seller
  ul.list-unstyled
  .star-rating {
  display: inline-block;
}
.single-product .woocommerce-tabs .comment-form-cookies-consent {
  display: inline-block;
}
.single-product .woocommerce-tabs .panel h2:first-of-type {
  display: none;
}
.single-product .woocommerce-tabs .review_form label {
  margin-bottom: 0.5em;
  display: block;
}
.single-product .woocommerce-tabs h2.resp-accordion {
  display: flex;
  align-items: center;
  font-weight: var(--e-global-typography-primary-font-weight);
  font-size: 16px;
  font-size: 1rem;
  line-height: 18px;
  padding: 1em;
  margin: 0;
  border-top: 1px solid;
  border-color: var(--e-global-color-border);
}
@media (min-width: 768px) {
  .single-product .woocommerce-tabs h2.resp-accordion {
    display: none;
  }
}
.single-product .woocommerce-tabs h2.resp-accordion.active {
  border-top: 2px solid;
  border-color: var(--e-global-color-primary);
}
.single-product .product-extra-info ul {
  margin: 0;
  list-style: none;
}
.single-product .product-extra-info ul li {
  display: flex;
  align-items: center;
  font-size: 16px;
  font-size: 1rem;
  line-height: 16px;
  margin-bottom: 20px;
  color: var(--e-global-color-text);
}
.single-product .product-extra-info ul li:last-child {
  margin-bottom: 0;
}
.single-product .product-extra-info ul li i {
  margin-right: 10px;
}
.single-product .product-extra-info .brand-content {
  padding-bottom: 20px;
}
.single-product .product-extra-info .brand-wrap {
  padding-top: 20px;
  border-top: 1px solid var(--e-global-color-border);
}
.single-product .product-extra-info .title-brand {
  display: block;
  font-size: 16px;
  font-size: 1rem;
  font-weight: var(--e-global-typography-primary-font-weight);
  line-height: 22px;
  color: var(--e-global-color-primary);
}
.single-product .product-brand {
  display: inline-block;
  color: var(--e-global-color-lighter);
}
.single-product #page .site-content,
.single-product #page .content-area {
  margin-bottom: 0;
}
.single-product #page .site-content {
  margin-top: 40px;
}
.single-product.liquory-sidebar-left div.product form.cart .quantity,
.single-product.liquory-sidebar-right div.product form.cart .quantity {
  width: 110px;
}
.single-product .deal-sold {
  margin-top: 0;
  margin-bottom: 20px;
}
.entry-summary form.cart {
  display: flex;
  flex-wrap: wrap;
  align-items: end;
  margin-bottom: 30px;
  padding: 0 1.8rem 20px;
  border: 1px solid var(--e-global-color-border);
}
.entry-summary form.cart:before,
.entry-summary form.cart:after {
  content: "";
  display: table;
}
.entry-summary form.cart:after {
  clear: both;
}
.entry-summary form.cart .clear {
  position: relative;
  flex: 0 0 calc(100% + 3.6rem);
  width: calc(100% + 2rem);
  margin-left: -1.8rem;
  margin-top: 20px;
  border-top: 1px solid var(--e-global-color-border);
}
.entry-summary form.cart.grouped_form,
.entry-summary form.cart.variations_form {
  padding: 0;
  border: none;
  margin-top: 0;
}
.entry-summary form.cart.grouped_form .quantity {
  width: 100px;
}
.entry-summary form.cart .quantity_wrap {
  margin-top: 20px;
}
.entry-summary form.cart .quantity_wrap .quantity_label {
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  overflow: hidden;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
}
.entry-summary form.cart .quantity_wrap .quantity_label:focus {
  background-color: #f1f1f1;
  color: #21759b;
  border-radius: 3px;
  -webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-family: var(--e-global-typography-secondary-font-family);
  font-weight: var(--e-global-typography-secondary-font-weight);
  text-transform: var(--e-global-typography-secondary-text-transform);
  font-style: var(--e-global-typography-secondary-font-style);
  text-decoration: var(--e-global-typography-secondary-text-decoration);
  line-height: var(--e-global-typography-secondary-line-height);
  letter-spacing: var(--e-global-typography-secondary-letter-spacing);
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
}
.entry-summary form.cart .quantity {
  position: relative;
  display: inline-flex;
  overflow: hidden;
  justify-content: center;
  align-items: center;
  margin-right: 10px;
}
.entry-summary form.cart .quantity.hidden {
  display: none;
}
.entry-summary form.cart .quantity button {
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  overflow: hidden;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
}
.entry-summary form.cart .quantity button:focus {
  background-color: #f1f1f1;
  color: #21759b;
  border-radius: 3px;
  -webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-family: var(--e-global-typography-secondary-font-family);
  font-weight: var(--e-global-typography-secondary-font-weight);
  text-transform: var(--e-global-typography-secondary-text-transform);
  font-style: var(--e-global-typography-secondary-font-style);
  text-decoration: var(--e-global-typography-secondary-text-decoration);
  line-height: var(--e-global-typography-secondary-line-height);
  letter-spacing: var(--e-global-typography-secondary-letter-spacing);
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
}
.entry-summary form.cart .quantity button:hover {
  color: #fff;
  background-color: var(--e-global-color-primary);
  outline: none;
}
.entry-summary form.cart .quantity .qty {
  padding: 12px;
  text-align: unset;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: var(--e-global-typography-primary-font-weight);
  color: #000;
  width: 75px;
  flex: 1;
}
.entry-summary form.cart .quantity .qty::-webkit-outer-spin-button,
.entry-summary form.cart .quantity .qty::-webkit-inner-spin-button {
  opacity: 1;
}
.entry-summary form.cart .quantity .qty:focus {
  border-color: var(--e-global-color-accent);
}
.entry-summary
  form.cart
  table.woocommerce-grouped-product-list
  .woocommerce-grouped-product-list-item__quantity {
  float: none;
  margin-right: 0;
  width: 100px;
}
@media (max-width: 1023px) {
  .entry-summary
    form.cart
    table.woocommerce-grouped-product-list
    .woocommerce-grouped-product-list-item__quantity
    a {
    font-size: 11px;
    font-size: 0.6875rem;
  }
}
.entry-summary
  form.cart
  table.woocommerce-grouped-product-list
  .woocommerce-grouped-product-list-item__quantity
  a.button {
  width: 100%;
  text-align: center;
  padding: 0.75em 0;
  text-transform: uppercase;
  word-break: initial;
  font-weight: var(--e-global-typography-primary-font-weight);
  font-size: 12px;
  font-size: 0.75rem;
  background-color: var(--e-global-color-secondary);
  color: #fff;
}
.entry-summary
  form.cart
  table.woocommerce-grouped-product-list
  .woocommerce-grouped-product-list-item__quantity
  a.button:hover {
  background-color: var(--e-global-color-primary);
}
.entry-summary
  form.cart
  table.woocommerce-grouped-product-list
  .woocommerce-grouped-product-list-item__quantity
  .quantity {
  margin-right: 0;
}
.entry-summary form.cart table.group_table tr {
  border-bottom: 1px solid;
  border-color: var(--e-global-color-border);
}
.entry-summary form.cart table.group_table td {
  padding: 10px 0;
  vertical-align: middle;
}
.entry-summary
  form.cart
  table.group_table
  td.woocommerce-grouped-product-list-item__price {
  text-align: end;
}
.entry-summary form.cart table.group_table .quantity_label {
  display: none;
}
@media (max-width: 500px) {
  .entry-summary
    form.cart
    table.group_table
    .woocommerce-grouped-product-list-item__image,
  .entry-summary
    form.cart
    table.group_table
    .woocommerce-grouped-product-image {
    display: none;
  }
  .entry-summary
    form.cart
    table.group_table
    .woocommerce-grouped-product-list-item__label {
    padding-left: 0;
  }
}
.entry-summary form.cart table.group_table .quantity {
  margin-bottom: 0;
}
.entry-summary form.cart table.group_table .quantity button.minus {
  border-left: none;
}
@media (max-width: 767px) {
  .entry-summary form.cart table.group_table .quantity {
    width: 120px;
  }
  .entry-summary form.cart table.group_table .quantity .qty {
    width: 40px;
  }
}
.entry-summary form.cart table.group_table .quantity .text-quantity {
  display: none;
}
.entry-summary
  form.cart
  table.group_table
  .woocommerce-grouped-product-list-item__image,
.entry-summary form.cart table.group_table .woocommerce-grouped-product-image {
  padding-right: 16px;
  width: 80px;
}
.entry-summary
  form.cart
  table.group_table
  .woocommerce-grouped-product-list-item__image
  img,
.entry-summary
  form.cart
  table.group_table
  .woocommerce-grouped-product-image
  img {
  max-width: 70px;
  margin: auto;
  border-radius: 0;
}
.entry-summary
  form.cart
  table.group_table
  .woocommerce-grouped-product-list-item__label {
  padding-right: 10px;
}
.entry-summary
  form.cart
  table.group_table
  .woocommerce-grouped-product-list-item__label
  a {
  color: var(--e-global-color-secondary);
  word-break: break-word;
}
.entry-summary
  form.cart
  table.group_table
  .woocommerce-grouped-product-list-item__label
  a:hover {
  color: var(--e-global-color-primary);
}
.entry-summary
  form.cart
  table.group_table
  .woocommerce-grouped-product-list-item__price
  del
  .woocommerce-Price-amount {
  color: var(--e-global-color-lighter);
  font-weight: var(--e-global-typography-primary-font-weight);
  font-size: 12px;
  font-size: 0.75rem;
}
.entry-summary
  form.cart
  table.group_table
  .woocommerce-grouped-product-list-item__price
  ins
  .woocommerce-Price-amount {
  color: var(--e-global-color-highlight);
  font-weight: var(--e-global-typography-primary-font-weight);
}
.entry-summary form.cart table.group_table p.price {
  font-size: 16px;
  font-size: 1rem;
}
.entry-summary form.cart table.group_table .woocommerce-Price-amount {
  word-break: normal;
  display: block;
}
.entry-summary form.cart table.group_table .stock.out-of-stock {
  display: none;
}
.inventory_status {
  font-family: var(--e-global-typography-secondary-font-family);
  font-weight: var(--e-global-typography-secondary-font-weight);
  text-transform: var(--e-global-typography-secondary-text-transform);
  font-style: var(--e-global-typography-secondary-font-style);
  text-decoration: var(--e-global-typography-secondary-text-decoration);
  line-height: var(--e-global-typography-secondary-line-height);
  letter-spacing: var(--e-global-typography-secondary-letter-spacing);
  font-size: 12px;
  font-size: 0.75rem;
  color: #4eba59;
  display: flex;
  align-items: center;
}
.inventory_status:before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #4eba59;
  margin-right: 5px;
  margin-bottom: 2px;
}
.inventory_status.out-stock {
  color: var(--e-global-color-lighter);
}
.inventory_status.out-stock:before {
  background-color: var(--e-global-color-lighter);
}
.stock:empty:before {
  display: none;
}
.stock.in-stock {
  color: #0f834d;
}
.stock.out-of-stock {
  font-size: 18px;
  font-size: 1.125rem;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 0.5em;
  padding-bottom: 0.5em;
  margin-top: 30px;
  white-space: nowrap;
  border: 2px dashed;
  border-color: var(--e-global-color-lighter);
}
a.reset_variations {
  display: inline-block;
  margin-left: 1em;
}
.liquory-woocommerce-tabs {
  margin-top: 50px;
}
.liquory-woocommerce-tabs .umimi-woocommerce-tabs-panel {
  padding: 50px 0;
  border-top: 1px solid;
  border-top-color: var(--e-global-color-border);
}
.liquory-woocommerce-tabs .umimi-woocommerce-tabs-panel h2:first-of-type {
  font-size: 16px;
  font-size: 1rem;
  margin-bottom: 40px;
  color: var(--e-global-color-secondary);
}
.liquory-woocommerce-tabs
  .umimi-woocommerce-tabs-panel
  table.shop_attributes
  th {
  padding: 4px 10px 4px 0;
}
.liquory-woocommerce-tabs
  .umimi-woocommerce-tabs-panel
  table.shop_attributes
  td {
  padding: 4px 0 4px 10px;
  text-align: right;
}
.single-product-reviews-wrap {
  max-width: 855px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 100px;
}
.single-product-reviews-wrap .woocommerce-Reviews-title {
  display: none;
}
.single-product-reviews-wrap .review-title {
  font-size: 36px;
  font-size: 2.25rem;
  border-bottom: 1px solid;
  border-bottom-color: var(--e-global-color-border);
  margin-bottom: 50px;
}
.single-product-reviews-wrap .review-title .count {
  width: 20px;
  height: 20px;
  line-height: 20px;
  color: #fff;
  background-color: #000;
  border-radius: 20px;
  text-align: center;
  font-size: 14px;
  font-size: 0.875rem;
  display: inline-block;
  margin-left: 5px;
}
#reviews {
  outline: none;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.accordion-body #reviews {
  max-width: 1400px;
}
#reviews #comments {
  margin-bottom: 3.7065595576em;
  padding-top: 0;
  margin-top: 0;
}
#reviews .comment-reply-title {
  display: none;
}
#reviews .commentlist {
  list-style: none;
  margin: 0;
}
#reviews .commentlist li {
  margin-bottom: 2.6180340252em;
  list-style: none;
  clear: both;
}
#reviews .commentlist li:before,
#reviews .commentlist li:after {
  content: "";
  display: table;
}
#reviews .commentlist li:after {
  clear: both;
}
#reviews .commentlist li .comment_container {
  border-radius: 3px;
}
#reviews .commentlist li .comment_container:before,
#reviews .commentlist li .comment_container:after {
  content: "";
  display: table;
}
#reviews .commentlist li .comment_container:after {
  clear: both;
}
#reviews .commentlist li .comment_container .comment-text {
  width: calc(100% - 60px);
  float: right;
}
#reviews .commentlist li .comment_container .comment-text .star-rating {
  font-size: 0.875em;
  line-height: 1;
  height: 1em;
}
#reviews .commentlist li:last-child {
  border-bottom: 0;
  margin-bottom: 0;
}
#reviews .commentlist li time {
  color: var(--e-global-color-lighter);
}
#reviews .commentlist li .avatar {
  width: 50px;
  height: 50px;
  float: left;
  margin-right: 10px;
  border-radius: 50%;
  object-fit: cover;
}
#reviews .commentlist li p.meta strong {
  font-size: 16px;
  font-size: 1rem;
  color: var(--e-global-color-secondary);
}
#reviews .commentlist li p.meta time {
  margin-left: 10px;
}
#reviews .commentlist li p.meta time:before {
  margin-right: 5px;
  line-height: 1;
  margin-top: -3px;
}
#reviews .commentlist li p.meta .verified {
  font-style: normal;
  font-size: 0.875em;
}
#reviews .commentlist li p.meta .woocommerce-review__dash {
  display: none;
}
#reviews .commentlist li ul.children {
  margin: 0;
  width: 82.2222222222%;
  float: right;
  margin-right: 0;
  padding-top: 1.618034em;
}
#reviews .commentlist li ul.children .avatar {
  width: 13.5135135135%;
  float: left;
  margin-right: 8.1081081081%;
}
#reviews .commentlist li ul.children .comment-text {
  width: 78.3783783784%;
  float: right;
  margin-right: 0;
}
#reviews .commentlist li ul.children li {
  margin-bottom: 1.618034em;
}
#reviews .commentlist li ul.children li:last-child {
  margin-bottom: 0;
}
#reviews .comment-form-rating {
  clear: both;
  margin-bottom: 1em;
}
#reviews .comment-form-rating label {
  margin-right: 20px;
}
#reviews .comment-form-rating p.stars {
  line-height: 1;
}
#reviews .comment-form-comment input,
#reviews .comment-form-author input,
#reviews .comment-form-email input {
  width: 100%;
}
#reviews .comment-form-comment textarea {
  color: var(--e-global-color-secondary);
}
#reviews .comment-form-comment,
#reviews .comment-form-author,
#reviews .comment-form-email,
#reviews .comment-form-cookies-consent,
#reviews .comment-notes {
  margin-bottom: 1.41577975em;
}
#reviews .comment-form-cookies-consent:before {
  content: "";
  display: block;
  clear: left;
}
table.shop_attributes th {
  color: var(--e-global-color-secondary);
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: var(--e-global-typography-primary-font-weight);
  text-transform: capitalize;
}
.liquory-sticky-add-to-cart {
  background-color: var(--background);
}
.liquory-sticky-add-to-cart__content {
  font-size: 16px;
  font-size: 1rem;
}
.liquory-sticky-add-to-cart__content-title strong {
  color: var(--e-global-color-secondary);
  font-weight: var(--e-global-typography-text-font-weight);
}
.liquory-sticky-add-to-cart__content-button {
  border: none;
  letter-spacing: 0;
  padding: 13px 25px;
  border-radius: 50px;
  background-color: var(--e-global-color-accent);
}
.liquory-sticky-add-to-cart__content-button:hover {
  background-color: var(--e-global-color-primary);
}
.liquory-sticky-add-to-cart__content-price {
  display: inline-flex;
  font-size: 14px;
  font-size: 0.875rem;
  color: var(--e-global-color-primary);
  margin-bottom: 4px;
  align-items: center;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.liquory-sticky-add-to-cart__content-price ins {
  order: -1;
  margin-left: 0;
  margin-right: 0.6180469716em;
  background-color: transparent;
  color: var(--e-global-color-highlight);
}
.liquory-sticky-add-to-cart__content-price del {
  font-size: 12px;
  font-size: 0.75rem;
  color: var(--e-global-color-lighter);
}
.sizechart-popup {
  width: 630px;
  max-width: 100vw;
  overflow-y: auto;
  position: fixed;
  left: 50%;
  padding: 60px;
  background: #fff;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 998;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: all ease-in-out 0.3s;
}
.sizechart-popup.active {
  opacity: 1;
  pointer-events: auto;
  visibility: visible;
}
.sizechart-popup.active + .sizechart-overlay {
  opacity: 1;
  visibility: visible;
}
.sizechart-popup .sizechart-close {
  position: absolute;
  right: 20px;
  top: 20px;
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 1;
}
.sizechart-popup .sizechart-close i {
  color: var(--e-global-color-secondary);
}
.sizechart-popup .sizechart-close:hover i {
  color: var(--e-global-color-primary);
}
.sizechart-button {
  font-size: 12px;
  font-size: 0.75rem;
  text-decoration: underline;
  text-transform: uppercase;
  line-height: 2;
  margin-bottom: 1em;
  display: inline-block;
  color: var(--e-global-color-secondary);
}
.sizechart-button:hover {
  color: var(--e-global-color-primary);
}
.sizechart-overlay {
  position: fixed;
  width: 100vw;
  height: 100vh;
  top: 0;
  bottom: 0;
  z-index: 997;
  opacity: 0;
  background-color: rgba(0, 0, 0, 0.7);
  visibility: hidden;
  transition: opacity 0.25s ease, visibility 0s ease;
}
.liquory-frequently-bought {
  margin-top: 5px;
  padding-top: 20px;
  margin-bottom: 10px;
  border-top: 1px solid;
  border-color: var(--e-global-color-border);
}
.liquory-frequently-bought .frequently-bought-title {
  margin-bottom: 10px;
  font-size: 13px;
  font-size: 0.8125rem;
  text-transform: uppercase;
  color: var(--e-global-color-secondary);
}
.liquory-frequently-bought ul {
  list-style: none;
  margin: 0;
}
.liquory-frequently-bought .product-item {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid;
  position: relative;
  border-color: var(--e-global-color-border);
  cursor: pointer;
}
.liquory-frequently-bought .product-item:last-child {
  padding-bottom: 0;
  border-bottom: 0;
}
.liquory-frequently-bought .product-item img {
  width: 80px;
  margin-right: 20px;
  border: 4px solid #fff;
  box-shadow: 0 0 0 1px;
  color: var(--e-global-color-border);
  background-color: #f7f4ef;
  border-radius: 18px;
}
.liquory-frequently-bought .product-item.uncheck * {
  opacity: 0.8;
}
.liquory-frequently-bought .content-product-item {
  height: 100%;
  flex: 1;
}
.liquory-frequently-bought .content-product-item .product-title {
  position: relative;
  z-index: 2;
  font-size: 14px;
  font-size: 0.875rem;
  color: var(--e-global-color-secondary);
}
.liquory-frequently-bought .content-product-item .posted-in a {
  font-size: 13px;
  font-size: 0.8125rem;
  color: var(--e-global-color-text);
}
.liquory-frequently-bought .product-price {
  font-size: 16px;
  font-size: 1rem;
  margin: 0 30px;
  color: var(--e-global-color-primary);
}
.liquory-frequently-bought .product-price del {
  font-size: 0.95em;
}
.liquory-frequently-bought .product-price ins {
  background: 0 0;
}
.liquory-frequently-bought .price-box .label {
  color: var(--e-global-color-secondary);
}
.liquory-frequently-bought .price-box .liquory-total-price {
  font-size: 30px;
  font-size: 1.875rem;
  color: var(--e-global-color-primary);
}
.liquory-frequently-bought input[type="checkbox"] {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0 !important;
  z-index: 1;
  cursor: pointer;
}
.liquory-frequently-bought input[type="checkbox"] + span {
  opacity: 1 !important;
}
.liquory-frequently-bought input[type="checkbox"] + span:before {
  content: "+";
  width: 30px;
  height: 30px;
  display: inline-block;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 30px;
  text-align: center;
  background-color: #f7f4ef;
  border-radius: 50%;
  color: #000;
}
.liquory-frequently-bought input[type="checkbox"]:checked + span:before {
  content: "-";
}
.liquory-frequently-bought .liquory_add_to_wishlist_button {
  color: #000;
}
.liquory-frequently-bought .product-buttons {
  display: flex;
  justify-content: space-between;
}
.liquory-frequently-bought .product-buttons form {
  margin-bottom: 0;
}
.liquory-frequently-bought .product-buttons .liquory-add-to-cart {
  font-size: 12px;
  font-size: 0.75rem;
}
#rotateimages {
  cursor: ew-resize;
}
.view-360-group {
  margin-top: 30px;
  margin-bottom: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.view-360-group .view-360-svg {
  margin-left: 20px;
  margin-right: 20px;
  font-size: 30px;
  font-size: 1.875rem;
  color: var(--e-global-color-secondary);
}
.view-360-group .view-360-button i {
  font-size: 16px;
  font-size: 1rem;
  width: 30px;
  height: 30px;
  line-height: 30px;
  display: inline-block;
  text-align: center;
  border: 1px solid;
  border-color: var(--e-global-color-border);
  border-radius: 50%;
  color: var(--e-global-color-secondary);
  cursor: pointer;
}
.view-360-group .view-360-button i:hover {
  color: var(--e-global-color-primary);
}
.single-product .view-360-group + .mfp-close {
  border: none;
  color: #000;
  font-size: 25px;
  font-size: 1.5625rem;
  font-weight: var(--e-global-typography-text-font-weight);
  width: 30px;
  height: 30px;
  line-height: 1;
}
.woo-variation-swatches.wvs-show-label
  .variations
  td
  .woo-selected-variation-item-name {
  display: none;
}
.woo-variation-swatches
  .wvs-style-squared.variable-items-wrapper
  .variable-item:not(.radio-variable-item).button-variable-item
  .variable-item-span {
  padding: 0 10px;
}
.woocommerce-product-gallery__trigger img {
  display: none;
  opacity: 0;
  visibility: hidden;
}
.woocommerce-page .widget-area .woocommerce:first-child .widget-title {
  padding-top: 0;
}
.product_list_widget {
  list-style: none;
  margin-left: 0;
  margin-bottom: 0;
}
.product_list_widget li {
  display: flex;
  padding: 20px 0;
  margin-bottom: 0 !important;
}
.product_list_widget li:before,
.product_list_widget li:after {
  content: "";
  display: table;
}
.product_list_widget li:after {
  clear: both;
}
.product_list_widget li img {
  max-width: 100px;
  height: 100px;
  object-fit: cover;
}
.product_list_widget li:last-child {
  padding-bottom: 0;
  border: none;
}
.product_list_widget li:first-child {
  padding-top: 0;
}
.product_list_widget .product-list-inner {
  display: flex;
  align-items: center;
}
.product_list_widget .reviewer {
  font-size: 0.875em;
}
.product_list_widget .product-image {
  position: relative;
}
.product_list_widget .product-content {
  margin-left: 20px;
  flex: 1;
}
.product_list_widget .woocommerce-loop-product__title {
  font-family: var(--e-global-typography-secondary-font-family);
  font-weight: var(--e-global-typography-secondary-font-weight);
  text-transform: var(--e-global-typography-secondary-text-transform);
  font-style: var(--e-global-typography-secondary-font-style);
  text-decoration: var(--e-global-typography-secondary-text-decoration);
  line-height: var(--e-global-typography-secondary-line-height);
  letter-spacing: var(--e-global-typography-secondary-letter-spacing);
  margin-bottom: 8px;
  font-size: 14px;
  font-size: 0.875rem;
}
.product_list_widget .count-review {
  margin-bottom: 14px;
}
.product_list_widget .price {
  margin-bottom: 5px;
}
.product_list_widget a {
  display: block;
}
.product_list_widget .label-wrapper > span {
  font-size: 10px;
  font-size: 0.625rem;
}
.widget .products .product a {
  text-decoration: none;
}
.widget_rating_filter ul {
  margin-bottom: 0;
}
.widget_rating_filter .wc-layered-nav-rating {
  margin-bottom: 10px;
}
.widget_rating_filter .wc-layered-nav-rating a {
  display: flex;
  align-items: center;
  text-decoration: none !important;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1;
  color: var(--e-global-color-lighter);
}
.widget_rating_filter .wc-layered-nav-rating .star-rating {
  display: inline-block;
  height: 1em;
  line-height: 1;
  margin-right: 5px;
}
.widget_rating_filter .wc-layered-nav-rating .star-rating span:before {
  color: #c6d371;
}
.widget_rating_filter .wc-layered-nav-rating:last-child {
  margin-bottom: 0;
}
.widget_products a {
  display: block;
}
.widget_shopping_cart .product_list_widget {
  margin-bottom: 0;
}
.widget_shopping_cart .product_list_widget li {
  position: relative;
  padding-left: 27px;
}
.widget_shopping_cart .product_list_widget li a.remove {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  opacity: 1;
}
.widget_shopping_cart .product_list_widget li a.remove:hover:before {
  color: #e2401c;
}
.widget_shopping_cart .woocommerce-mini-cart__empty-message {
  margin: 1.41577975em;
}
.widget_shopping_cart .product_list_widget img {
  margin-right: 1em;
  float: left;
}
.widget_shopping_cart .mini_cart_item {
  display: block;
  border-bottom: 1px solid;
  border-bottom-color: var(--e-global-color-border);
}
.widget_shopping_cart .mini_cart_item a {
  line-height: 1.41577975em;
  color: var(--e-global-color-secondary);
  font-weight: var(--e-global-typography-primary-font-weight);
  margin-bottom: 3px;
}
.widget_shopping_cart .mini_cart_item a:hover {
  color: var(--e-global-color-primary);
}
.widget_shopping_cart .mini_cart_item .quantity {
  color: var(--e-global-color-secondary);
}
.widget_shopping_cart .mini_cart_item .quantity .amount {
  color: var(--e-global-color-lighter);
  font-weight: var(--e-global-typography-primary-font-weight);
}
.widget_shopping_cart p.total {
  padding: 1em 0;
  margin: 0;
  border-top: 1px solid;
  border-top-color: var(--e-global-color-border);
}
.widget_shopping_cart p.total:before,
.widget_shopping_cart p.total:after {
  content: "";
  display: table;
}
.widget_shopping_cart p.total:after {
  clear: both;
}
.widget_shopping_cart p.total strong {
  color: var(--e-global-color-secondary);
  font-weight: var(--e-global-typography-text-font-weight);
}
.widget_shopping_cart p.total .amount {
  color: var(--e-global-color-secondary);
  font-size: 1.41577975em;
  font-weight: var(--e-global-typography-primary-font-weight);
  float: right;
}
.widget_shopping_cart .buttons {
  padding: 0 0 1em;
  margin: 0;
  text-align: center;
  display: flex;
  flex-direction: column;
}
.widget_shopping_cart .buttons a {
  display: block;
  margin-bottom: 0.6180339845em;
}
.widget_shopping_cart .buttons a:not(.checkout) {
  background-color: transparent;
  border-color: transparent;
  color: var(--e-global-color-secondary);
}
.widget_shopping_cart .buttons a:last-child {
  margin-bottom: 0;
}
.widget_shopping_cart .buttons a img {
  margin-left: auto;
  margin-right: auto;
}
.widget_layered_nav li {
  margin-bottom: 0.6180339845em;
}
.widget.woocommerce li .count {
  font-size: 14px;
  font-size: 0.875rem;
  color: var(--e-global-color-lighter);
  transition: all 0.3s ease;
}
.widget.woocommerce li:hover .count {
  color: var(--e-global-color-primary);
}
.widget.woocommerce li.current-cat .count {
  color: var(--e-global-color-primary);
}
.widget_product_categories {
  margin-bottom: 45px;
}
.widget_product_categories ul.children {
  display: none;
}
.widget_product_categories li.current-cat > a {
  color: var(--e-global-color-primary);
}
.woocommerce-widget-layered-nav ul.woocommerce-widget-layered-nav-list li {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.woocommerce-widget-layered-nav ul.woocommerce-widget-layered-nav-list li > a {
  flex: 1;
}
.woocommerce-widget-layered-nav
  ul.woocommerce-widget-layered-nav-list
  li
  .count {
  color: var(--e-global-color-lighter);
}
.widget_price_filter form {
  margin-bottom: 40px;
  margin-top: 5px;
}
.widget_price_filter .price_slider {
  margin-bottom: 18px;
  margin-top: 24px;
}
.widget_price_filter .price_slider_amount {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.widget_price_filter .price_slider_amount .button {
  position: relative;
  font-size: 14px;
  font-size: 0.875rem;
  text-align: left;
  line-height: 1;
  order: 3;
  margin-left: auto;
  color: var(--e-global-color-secondary);
  font-weight: var(--e-global-typography-secondary-font-weight);
  text-transform: unset;
  background-color: transparent;
  transition: all 0.3s ease;
  letter-spacing: 0;
  padding: 0;
}
.widget_price_filter .price_slider_amount .button:after {
  order: 12;
  font-size: 11px;
  font-size: 0.6875rem;
  line-height: 22px;
  color: var(--e-global-color-primary);
  padding-left: 7px;
}
.widget_price_filter .price_slider_amount .button:hover {
  color: var(--e-global-color-primary);
}
.widget_price_filter .price_slider_amount .price_label {
  color: #666;
  font-size: 14px;
  font-size: 0.875rem;
}
.widget_price_filter .ui-slider {
  position: relative;
  text-align: left;
}
.widget_price_filter .ui-slider .ui-slider-handle {
  position: absolute;
  top: auto;
  z-index: 2;
  width: 12px;
  height: 12px;
  border-radius: 1em;
  cursor: ew-resize;
  background-color: #fff;
  box-sizing: border-box;
  margin-top: -5px;
  margin-left: auto;
  opacity: 1;
  border: 2px solid var(--e-global-color-primary);
}
.widget_price_filter .ui-slider .ui-slider-handle:last-child {
  margin-left: -12px;
}
.widget_price_filter .ui-slider .ui-slider-handle:hover,
.widget_price_filter .ui-slider .ui-slider-handle.ui-state-active {
  box-shadow: 0 0 0 0.236em rgba(0, 0, 0, 0.1);
}
.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: var(--e-global-color-primary);
}
.widget_price_filter .price_slider_wrapper .ui-widget-content {
  border-radius: 1em;
  background: #e5e5e5;
  border: 0;
}
.widget_price_filter .ui-slider-horizontal {
  height: 2px;
}
.widget_price_filter .ui-slider-horizontal .ui-slider-range {
  top: 0;
  height: 100%;
}
.widget_price_filter .ui-slider-horizontal .ui-slider-range-min {
  left: -1px;
}
.widget_price_filter .ui-slider-horizontal .ui-slider-range-max {
  right: -1px;
}
.liquory_widget_layered_nav ul.woocommerce-widget-layered-nav-list {
  margin-left: -5px;
  margin-right: -5px;
  margin-bottom: 0;
  display: flex;
  flex-wrap: wrap;
}
.liquory_widget_layered_nav ul.woocommerce-widget-layered-nav-list li {
  padding: 0 5px;
  margin-bottom: 10px;
}
.liquory_widget_layered_nav
  ul.woocommerce-widget-layered-nav-list
  li
  .liquory-button-type {
  display: block;
  padding: 7px;
  text-align: center;
  min-width: 40px;
  border-radius: 3px;
  color: var(--e-global-color-lighter);
  background-color: #fff;
  border: 1px solid var(--e-global-color-border);
}
.liquory_widget_layered_nav
  ul.woocommerce-widget-layered-nav-list
  li
  .liquory-button-type:hover {
  background-color: var(--e-global-color-secondary);
  color: #fff;
}
.liquory_widget_layered_nav
  ul.woocommerce-widget-layered-nav-list
  li.chosen
  .liquory-button-type {
  background-color: var(--e-global-color-secondary);
  color: #fff;
}
.liquory_widget_layered_nav
  ul.woocommerce-widget-layered-nav-list
  li
  .liquory-color-type {
  display: block;
  width: 30px;
  height: 30px;
  position: relative;
  border-radius: 50%;
  border: 2px solid #e5e5e5;
  overflow: hidden;
}
.liquory_widget_layered_nav
  ul.woocommerce-widget-layered-nav-list
  li
  .liquory-color-type:hover {
  border-color: #000;
}
.liquory_widget_layered_nav
  ul.woocommerce-widget-layered-nav-list
  li
  .liquory-color-type
  img {
  width: 30px;
  height: 30px;
  object-fit: contain;
}
.liquory_widget_layered_nav
  ul.woocommerce-widget-layered-nav-list
  li.chosen
  .liquory-color-type {
  border-color: #000;
}
.liquory_widget_layered_nav
  ul.woocommerce-widget-layered-nav-list
  li
  .liquory-image-type {
  display: block;
  min-width: 90px;
  margin-top: 5px;
}
.liquory_widget_layered_nav
  ul.woocommerce-widget-layered-nav-list
  li
  .liquory-image-type
  img {
  margin: auto;
  opacity: 0.2;
}
.liquory_widget_layered_nav
  ul.woocommerce-widget-layered-nav-list
  li
  .liquory-image-type
  .image-count {
  display: block;
  text-align: center;
  color: var(--e-global-color-lighter);
}
.liquory_widget_layered_nav
  ul.woocommerce-widget-layered-nav-list
  li
  .liquory-image-type
  .image-name {
  display: block;
  text-align: center;
  margin-top: 10px;
  color: var(--e-global-color-secondary);
}
.liquory_widget_layered_nav
  ul.woocommerce-widget-layered-nav-list
  li
  .liquory-image-type:hover
  img {
  opacity: 1;
}
.liquory_widget_layered_nav
  ul.woocommerce-widget-layered-nav-list
  li.chosen
  .liquory-image-type
  img {
  opacity: 1;
}
.liquory_widget_layered_nav
  ul.woocommerce-widget-layered-nav-list
  li.chosen
  .liquory-image-type
  .image-name {
  color: var(--e-global-color-primary);
}
.liquory_widget_layered_nav
  ul.woocommerce-widget-layered-nav-list
  li
  .liquory-color-type
  .color-label {
  width: 30px;
  height: 30px;
  display: block;
}
.liquory_widget_layered_nav
  ul.woocommerce-widget-layered-nav-list
  li
  .liquory-color-type
  .color-name {
  display: none;
}
@media (min-width: 768px) {
  table.cart {
    margin-bottom: 3.7065595576em;
  }
}
table.cart .product-quantity .plus,
table.cart .product-quantity .minus {
  display: none;
}
table.cart thead {
  border-bottom: 1px solid;
  border-bottom-color: var(--e-global-color-border);
}
table.cart th {
  text-transform: uppercase;
  color: var(--e-global-color-secondary);
  font-weight: var(--e-global-typography-primary-font-weight);
}
table.cart td,
table.cart th {
  padding: 2em 0 0;
}
table.cart tr td {
  text-align: left;
  border-color: var(--e-global-color-border);
}
@media (max-width: 767px) {
  table.cart tr td {
    text-align: right;
    padding-bottom: 10px;
    padding-top: 10px;
  }
  table.cart tr td:not(:last-child) {
    border-style: solid;
    border-width: 0 0 1px;
  }
}
table.cart tr td[data-title]:before {
  font-size: 12px;
  font-size: 0.75rem;
  text-transform: uppercase;
  color: var(--e-global-color-secondary);
  font-weight: var(--e-global-typography-text-font-weight);
}
table.cart tr:first-child td.product-remove {
  border-top-width: 0;
}
table.cart td.product-thumbnail img {
  margin: auto;
  max-width: 90px;
}
table.cart td.product-thumbnail:before {
  display: none;
}
@media (max-width: 767px) {
  table.cart td.product-thumbnail {
    position: absolute;
    left: 10px;
    top: 15px;
    padding: 0;
    border: none !important;
  }
}
table.cart td.product-remove {
  padding: 0;
  position: relative;
}
@media (max-width: 767px) {
  table.cart td.product-remove {
    position: absolute;
    top: 18px;
    right: 20px;
    z-index: 1;
    margin-bottom: 0;
    padding-bottom: 0;
    border: none;
    font-size: 11px;
    font-size: 0.6875rem;
  }
}
table.cart td.product-remove a.remove {
  position: absolute;
  font-size: 1.41577975em;
  top: -8px;
  left: -6px;
}
table.cart td.product-remove a.remove:hover:before,
table.cart td.product-remove a.remove:active:before {
  color: red;
}
table.cart td.product-name:before {
  margin-right: 1em;
}
table.cart td.product-name a {
  text-decoration: none !important;
  color: var(--e-global-color-secondary);
}
table.cart td.product-name a:hover {
  color: var(--e-global-color-primary);
}
@media (max-width: 767px) {
  table.cart td.product-name {
    text-align: left;
    border-width: 0;
    padding-right: 30px;
  }
  table.cart td.product-name:before {
    display: none;
  }
}
table.cart td.product-price .amount {
  color: var(--e-global-color-secondary);
}
table.cart td.product-quantity .qty {
  border-width: 1px;
  padding: 0.326em;
  width: 3.7065595576em;
  font-weight: var(--e-global-typography-text-font-weight);
  color: var(--e-global-color-secondary);
}
table.cart td.product-subtotal {
  padding-bottom: 1.41577975em;
}
@media (min-width: 768px) {
  table.cart td.product-subtotal {
    padding-bottom: 2.290779772em;
  }
}
table.cart td.product-subtotal .amount {
  color: var(--e-global-color-secondary);
  font-weight: var(--e-global-typography-primary-font-weight);
}
table.cart .cart_item {
  margin-bottom: 1em;
  border-bottom: 1px solid;
  border-bottom-color: var(--e-global-color-border);
}
@media (max-width: 767px) {
  table.cart .cart_item {
    padding-left: 120px;
    position: relative;
    display: block;
  }
}
table.cart td.actions {
  background-color: transparent;
  padding-top: 10px;
  padding-right: 0;
  padding-bottom: 0;
}
@media (min-width: 768px) {
  table.cart td.actions {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
@media (max-width: 767px) {
  table.cart td.actions {
    display: flex;
    flex-direction: column-reverse;
  }
}
table.cart td.actions label {
  display: none;
}
table.cart td.actions .coupon {
  position: relative;
  margin-bottom: 1.5em;
  text-align: left;
  border-color: var(--e-global-color-border);
}
@media (max-width: 767px) {
  table.cart td.actions .coupon {
    padding: 25px 30px 30px;
    border-style: solid;
    border-width: 2px;
    margin-bottom: 0;
    margin-top: 1.5em;
  }
}
table.cart td.actions .coupon .input-text {
  min-width: 220px;
  margin-right: 10px;
}
table.cart td.actions .coupon .input-text:focus {
  border-color: var(--e-global-color-accent);
}
@media (max-width: 767px) {
  table.cart td.actions .coupon button[type="submit"] {
    width: 100%;
  }
}
table.cart td.actions input {
  display: block;
  width: 100%;
  margin: 0.5407797364em 0;
}
@media (max-width: 767px) {
  table.cart td.actions button[name="update_cart"] {
    width: 100%;
  }
}
table.cart .product-quantity .quantity {
  position: relative;
  display: inline-flex;
  overflow: hidden;
  justify-content: center;
  align-items: center;
  float: left;
  width: 120px;
  height: 40px;
  border: 1px solid #f4f4f4;
}
@media (max-width: 767px) {
  table.cart .product-quantity .quantity {
    float: right;
  }
}
table.cart .product-quantity .quantity.hidden {
  display: none;
}
table.cart .product-quantity .quantity button {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0;
  text-align: center;
  z-index: 9;
  top: 0;
  bottom: 0;
  border: none;
  font-size: 12px;
  font-size: 0.75rem;
  font-weight: var(--e-global-typography-primary-font-weight);
  width: 40px;
  height: 38px;
  border-radius: 0;
  color: #000;
  background-color: #fff;
}
table.cart .product-quantity .quantity button:hover {
  background-color: var(--e-global-color-primary);
  outline: none;
}
table.cart .product-quantity .quantity .text-quantity {
  display: none;
}
table.cart .product-quantity .quantity .qty {
  padding: 9px 0;
  width: 40px;
  border: none;
  -moz-appearance: textfield;
  text-align: center;
  font-size: 12px;
  font-size: 0.75rem;
  letter-spacing: 0.2px;
  font-weight: var(--e-global-typography-primary-font-weight);
  border-radius: 0;
  color: #000;
}
table.cart .product-quantity .quantity .qty::-webkit-outer-spin-button,
table.cart .product-quantity .quantity .qty::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
table.cart .product-quantity .quantity .qty:focus {
  border-color: var(--e-global-color-primary);
}
.woocommerce-cart-form {
  margin-bottom: 0;
}
.woocommerce-cart-form table td {
  vertical-align: middle;
}
.cart_totals {
  padding: 30px 30px 40px;
  position: relative;
  background-color: #fff;
  border: 6px solid var(--e-global-color-border);
  border-radius: 5px;
}
.cart_totals > h2 {
  font-size: 28px;
  font-size: 1.75rem;
  margin-bottom: 15px;
}
.cart_totals table th {
  color: var(--e-global-color-secondary);
  font-size: 18px;
  font-size: 1.125rem;
}
.cart_totals table th,
.cart_totals table td {
  padding: 1em 0;
}
.cart_totals .cart-subtotal {
  border-bottom: 1px solid;
  border-bottom-color: var(--e-global-color-border);
}
.cart_totals .cart-subtotal .amount {
  color: var(--e-global-color-secondary);
  font-size: 18px;
  font-size: 1.125rem;
}
.cart_totals .order-total {
  border-top: 1px solid;
  border-top-color: var(--e-global-color-border);
}
.cart_totals .order-total th {
  vertical-align: middle;
}
.cart_totals .order-total td {
  font-size: 2.290779772em;
  padding: 0.5em 0;
}
.cart_totals .order-total .amount {
  color: var(--e-global-color-primary);
  font-size: 24px;
  font-size: 1.5rem;
}
.cart_totals .checkout-button {
  display: block;
  text-align: center;
  background-color: var(--e-global-color-primary);
}
.cart_totals .checkout-button:after {
  display: none;
}
.cart_totals .checkout-button:hover {
  background-color: var(--e-global-color-secondary);
}
.woocommerce-shipping-calculator {
  margin: 0;
}
.woocommerce-shipping-calculator > p:first-child {
  margin: 0;
}
.woocommerce-shipping-calculator .shipping-calculator-form {
  padding-top: 1.41577975em;
}
.woocommerce-shipping-destination {
  margin-bottom: 0;
}
ul#shipping_method {
  list-style: none;
  margin-left: 0;
  margin-bottom: 0;
}
ul#shipping_method li {
  margin-bottom: 0.2360679726em;
}
ul#shipping_method li:last-child {
  margin-bottom: 0;
}
ul#shipping_method input {
  margin-right: 0.3342202552em;
}
ul#shipping_method input[type="radio"] + label {
  margin-left: 0;
  color: var(--e-global-color-secondary);
}
ul#shipping_method input[type="radio"]:first-child:checked + label:after {
  color: var(--e-global-color-primary);
}

.woocommerce-checkout ul#shipping_method {
  margin-bottom: 0;
}
.site-header-cart .widget_shopping_cart {
  border-color: var(--e-global-color-border);
}
.site-header-cart .widget.widget_shopping_cart {
  border-top-color: var(--e-global-color-primary);
}
.woocommerce-cart .site-content {
  margin-bottom: 6.8541021569em;
}
.woocommerce-cart .cart-empty {
  background-color: transparent;
  border: none;
  text-align: center;
  font-size: 18px;
  font-size: 1.125rem;
  color: var(--e-global-color-secondary);
}
.woocommerce-cart .return-to-shop {
  text-align: center;
}
.woocommerce-cart .return-to-shop a {
  background-color: var(--e-global-color-primary);
}
.woocommerce-cart .return-to-shop a:hover {
  background-color: var(--e-global-color-secondary);
}
.cross-sells h2 {
  margin-bottom: 30px;
  font-size: 28px;
  font-size: 1.75rem;
}
.cross-sells .slick-list .product {
  max-width: 100% !important;
}
.cross-sells .slick-slider .slick-dots {
  bottom: -30px;
}
.checkout_coupon {
  margin-bottom: 2.6180340252em;
  display: grid;
  max-width: 622px;
}
.checkout_coupon p:first-child {
  grid-column: 1 / span 2;
}
.checkout_coupon .form-row-first {
  margin-right: 0;
  width: 100%;
}
.checkout_coupon .form-row-last {
  width: unset;
  float: left;
}
.checkout_coupon .input-text {
  width: 100%;
}
.checkout_coupon .input-text:focus {
  border-color: var(--e-global-color-accent);
}
.checkout_coupon button[type="submit"] {
  margin-left: 20px;
}
form.checkout {
  position: static !important;
}
form.checkout:before,
form.checkout:after {
  content: "";
  display: table;
}
form.checkout:after {
  clear: both;
}
form.checkout > .blockUI {
  position: fixed !important;
}
form.checkout h3 {
  font-size: 28px;
  font-size: 1.75rem;
}
#order_review {
  background-color: #fff;
  padding: 30px 30px 40px;
  position: relative;
  border-radius: 5px;
  border: 6px solid var(--e-global-color-border);
}
#order_review #order_review_heading {
  font-size: 28px;
  font-size: 1.75rem;
}
#order_review table {
  margin-bottom: 0;
}
#order_review table td,
#order_review table th {
  padding: 1em 0;
}
#order_review .woocommerce-checkout-review-order-table thead th,
#order_review .woocommerce-checkout-review-order-table thead td {
  border: none;
}
#order_review .woocommerce-checkout-review-order-table th {
  color: var(--e-global-color-secondary);
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: var(--e-global-typography-primary-font-weight);
}
#order_review .woocommerce-checkout-review-order-table th.product-total {
  text-align: right;
}
#order_review .woocommerce-checkout-review-order-table td {
  text-align: right;
  vertical-align: middle;
}
#order_review .woocommerce-checkout-review-order-table td.product-name {
  text-align: left;
}
#order_review .woocommerce-checkout-review-order-table th,
#order_review .woocommerce-checkout-review-order-table td {
  border-top: 1px solid;
  border-top-color: var(--e-global-color-border);
}
#order_review .woocommerce-checkout-review-order-table .cart-subtotal .amount {
  color: var(--e-global-color-secondary);
}
#order_review .woocommerce-checkout-review-order-table .order-total th {
  vertical-align: middle;
}
#order_review .woocommerce-checkout-review-order-table .order-total .amount {
  font-size: 24px;
  font-size: 1.5rem;
  color: var(--e-global-color-primary);
  font-weight: var(--e-global-typography-primary-font-weight);
}
#payment:before,
#payment:after {
  content: "";
  display: table;
}
#payment:after {
  clear: both;
}
#payment .create-account {
  clear: both;
}
#payment .payment_methods {
  margin: 0;
  padding: 0;
}
#payment .payment_methods > .woocommerce-PaymentMethod,
#payment .payment_methods > .wc_payment_method {
  border-bottom: 1px solid;
  border-bottom-color: var(--e-global-color-border);
}
#payment .payment_methods > .woocommerce-PaymentMethod > label,
#payment .payment_methods > .wc_payment_method > label {
  display: block;
  padding: 1em 0;
  cursor: pointer;
  font-size: 16px;
  font-size: 1rem;
  margin-left: 0;
}
#payment .payment_methods li {
  list-style: none !important;
  margin-left: 0;
  position: relative;
}
#payment .payment_methods li img {
  float: right;
  border: 0;
  padding: 0;
  max-height: 1.618034em;
}
#payment
  .payment_methods
  li.woocommerce-PaymentMethod
  > input[type="radio"]:first-child:checked
  + label:before,
#payment
  .payment_methods
  li.wc_payment_method
  > input[type="radio"]:first-child:checked
  + label:before {
  color: var(--e-global-color-primary);
}
#payment .payment_methods li > label {
  font-weight: var(--e-global-typography-primary-font-weight);
  color: var(--e-global-color-secondary);
}
#payment .payment_methods li p {
  margin: 0;
}
#payment .payment_methods li .payment_box {
  padding: 1em 1.618034em 2em;
  font-size: 0.875em;
}
#payment .payment_methods li .payment_box fieldset {
  border: 0;
  margin: 0;
  padding: 1em 0 0;
  font-size: 0.875em;
}
#payment .payment_methods li .payment_box fieldset label {
  width: auto;
  margin-left: 0;
}
#payment .payment_methods li .payment_box fieldset .form-row {
  margin-bottom: 1em;
}
#payment
  .payment_methods
  li
  .payment_box
  fieldset
  .form-row
  input[type="checkbox"] {
  margin-right: 5px;
}
#payment .payment_methods li .payment_box fieldset #cvv {
  width: 22% !important;
}
#payment .payment_methods li .payment_box fieldset .help {
  width: 75%;
  float: right;
}
#payment .payment_methods li .payment_box .woocommerce-SavedPaymentMethods {
  padding-top: 1em;
  margin: 0;
}
#payment .payment_methods li .payment_box .woocommerce-SavedPaymentMethods li {
  margin-top: 0.6180339845em;
}
#payment
  .payment_methods
  li
  .payment_box
  .woocommerce-SavedPaymentMethods
  li
  input[type="radio"] {
  margin-right: 0.236em;
}
#payment .payment_methods li .payment_box ul.wc-saved-payment-methods {
  margin-left: 0;
}
#payment .payment_methods li .payment_box .wc-credit-card-form-card-number,
#payment .payment_methods li .payment_box .wc-credit-card-form-card-expiry,
#payment .payment_methods li .payment_box .wc-credit-card-form-card-cvc {
  font-size: 1.41577975em;
}
#payment .payment_methods li .payment_box .wc-credit-card-form-card-number {
  background-repeat: no-repeat;
  background-position: right 0.6180339845em center;
  background-size: 31px 20px;
  background-image: url(//demo2.themelexus.com/liquory/wp-content/themes/liquory/assets/css/woocommerce/../../../assets/images/credit-cards/unknown.svg);
}
#payment
  .payment_methods
  li
  .payment_box
  .wc-credit-card-form-card-number.visa {
  background-image: url(//demo2.themelexus.com/liquory/wp-content/themes/liquory/assets/css/woocommerce/../../../assets/images/credit-cards/visa.svg);
}
#payment
  .payment_methods
  li
  .payment_box
  .wc-credit-card-form-card-number.mastercard {
  background-image: url(//demo2.themelexus.com/liquory/wp-content/themes/liquory/assets/css/woocommerce/../../../assets/images/credit-cards/mastercard.svg);
}
#payment
  .payment_methods
  li
  .payment_box
  .wc-credit-card-form-card-number.laser {
  background-image: url(//demo2.themelexus.com/liquory/wp-content/themes/liquory/assets/css/woocommerce/../../../assets/images/credit-cards/laser.svg);
}
#payment
  .payment_methods
  li
  .payment_box
  .wc-credit-card-form-card-number.dinersclub {
  background-image: url(//demo2.themelexus.com/liquory/wp-content/themes/liquory/assets/css/woocommerce/../../../assets/images/credit-cards/diners.svg);
}
#payment
  .payment_methods
  li
  .payment_box
  .wc-credit-card-form-card-number.maestro {
  background-image: url(//demo2.themelexus.com/liquory/wp-content/themes/liquory/assets/css/woocommerce/../../../assets/images/credit-cards/maestro.svg);
}
#payment .payment_methods li .payment_box .wc-credit-card-form-card-number.jcb {
  background-image: url(//demo2.themelexus.com/liquory/wp-content/themes/liquory/assets/css/woocommerce/../../../assets/images/credit-cards/jcb.svg);
}
#payment
  .payment_methods
  li
  .payment_box
  .wc-credit-card-form-card-number.amex {
  background-image: url(//demo2.themelexus.com/liquory/wp-content/themes/liquory/assets/css/woocommerce/../../../assets/images/credit-cards/amex.svg);
}
#payment
  .payment_methods
  li
  .payment_box
  .wc-credit-card-form-card-number.discover {
  background-image: url(//demo2.themelexus.com/liquory/wp-content/themes/liquory/assets/css/woocommerce/../../../assets/images/credit-cards/discover.svg);
}
#payment .terms {
  width: 100%;
  clear: both;
  float: none;
  margin-bottom: 1em;
}
#payment .terms label {
  display: block;
  cursor: pointer;
}
#payment .woocommerce-terms-and-conditions {
  padding: 1em;
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.2);
  margin-bottom: 16px;
  background-color: rgba(0, 0, 0, 0.05);
}
#payment .place-order {
  margin-top: 1.618034em;
  margin-bottom: 0;
  float: none;
  width: 100%;
}
#payment .place-order .button {
  width: 100%;
  white-space: pre-wrap;
  background-color: var(--e-global-color-primary);
}
#payment .place-order .button:hover {
  background-color: var(--e-global-color-secondary);
}
table.woocommerce-checkout-review-order-table .product-name {
  width: 45%;
  word-wrap: break-word;
}
table.woocommerce-checkout-review-order-table .product-quantity {
  font-weight: var(--e-global-typography-text-font-weight);
}
table.woocommerce-checkout-review-order-table .variation,
table.woocommerce-checkout-review-order-table .product-quantity {
  color: var(--e-global-color-text);
}
table.woocommerce-checkout-review-order-table .variation dt {
  font-weight: var(--e-global-typography-text-font-weight);
}
.admin-bar .woocommerce-checkout #wc_checkout_add_ons label + br {
  display: none;
}
.woocommerce-checkout
  .form-row
  .select2-container--default
  .select2-selection--single {
  border-color: var(--e-global-color-border);
}
.woocommerce-checkout .woocommerce form.woocommerce-form-login {
  margin-left: 0;
  margin-top: 30px;
  max-width: 505px;
}
.woocommerce-checkout .woocommerce form.woocommerce-form-login .form-row-last,
.woocommerce-checkout .woocommerce form.woocommerce-form-login .form-row-first {
  width: 100%;
  margin-right: 0;
}
.woocommerce-checkout
  .select2-container--default
  .select2-search--dropdown
  .select2-search__field {
  border: 1px solid var(--e-global-color-border);
}
.woocommerce-checkout .select2-dropdown {
  border: 1px solid var(--e-global-color-border);
}
.woocommerce-form-login-toggle .woocommerce-info,
.woocommerce-form-coupon-toggle .woocommerce-info {
  padding: 0;
  border: 0;
  background-color: transparent;
  color: var(--e-global-color-text);
}
.woocommerce-form-login-toggle .woocommerce-info a,
.woocommerce-form-coupon-toggle .woocommerce-info a {
  color: var(--e-global-color-primary);
}
.woocommerce-form-login-toggle .woocommerce-info {
  margin-bottom: 10px;
}
.woocommerce-order .woocommerce-thankyou-order-received {
  color: #0f834d;
  background-color: #f8f8f8;
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: var(--e-global-typography-primary-font-weight);
  text-align: center;
  padding: 2.290779772em 1.41577975em;
}
.woocommerce-order .woocommerce-order-details__title {
  text-align: center;
  text-transform: uppercase;
  font-size: 1.618034em;
}
.woocommerce-order .woocommerce-customer-details h2 {
  font-size: 1.618034em;
}
@media (min-width: 768px) {
  .woocommerce-order ul.order_details {
    display: flex;
    justify-content: center;
    max-width: 100%;
  }
  .woocommerce-order ul.order_details li {
    padding-top: 0;
    padding-bottom: 0;
  }
  .woocommerce-order ul.order_details li:first-child {
    padding-top: 0;
  }
  .woocommerce-order ul.order_details li:last-child {
    padding-bottom: 0;
  }
  .woocommerce-order ul.woocommerce-thankyou-order-details li {
    width: 20%;
    margin: 0 !important;
  }
}
.woocommerce-order .woocommerce-table--order-details {
  max-width: 900px;
  margin: 1.41577975em auto 5.9973393873em;
}
.woocommerce-order .woocommerce-table--order-details th {
  color: var(--e-global-color-secondary);
}
.woocommerce-order .woocommerce-table--order-details tr td:last-child,
.woocommerce-order .woocommerce-table--order-details tr th:last-child {
  text-align: right;
}
.woocommerce-order .woocommerce-table--order-details td,
.woocommerce-order .woocommerce-table--order-details th {
  border-top: 1px solid;
  border-top-color: var(--e-global-color-border);
  padding-left: 0;
  padding-right: 0;
}
.woocommerce-order .woocommerce-table--order-details thead td,
.woocommerce-order .woocommerce-table--order-details thead th {
  border-top: 0;
  border-bottom: 2px solid;
  border-bottom-color: var(--e-global-color-border);
}
.woocommerce-order .woocommerce-table--order-details .product-name a {
  color: var(--e-global-color-text);
}
.woocommerce-order .woocommerce-table--order-details .product-name a:hover {
  color: var(--e-global-color-primary);
}
.woocommerce-order .woocommerce-table--order-details tfoot {
  color: var(--e-global-color-secondary);
}
.woocommerce-order .woocommerce-table--order-details tfoot .amount {
  font-weight: var(--e-global-typography-primary-font-weight);
}
.woocommerce-order
  .woocommerce-table--order-details
  tfoot
  tr:last-child
  .amount {
  font-weight: var(--e-global-typography-primary-font-weight);
  font-size: 1.618034em;
  color: var(--e-global-color-primary);
}
form.woocommerce-form-track-order label {
  font-size: 20px;
  font-size: 1.25rem;
  display: block;
  color: var(--e-global-color-secondary);
  margin-bottom: 10px;
}
form.woocommerce-form-track-order input,
form.woocommerce-form-track-order button {
  width: 100%;
  margin-bottom: 30px;
}
@media (min-width: 1024px) {
  form.woocommerce-form-track-order button {
    margin-top: 42px;
  }
}
#woosq-popup
  .product
  .summary
  .summary-content
  form.cart
  .woosw-btn.woosw-added:before {
  color: red;
}
#woosq-popup .product .summary .summary-content form.cart .woosc-btn {
  margin-right: 0;
}
#woosq-popup .product .slick-track {
  max-height: unset;
}
#woosq-popup .product .slick-slider {
  overflow: unset !important;
}
#woosq-popup .product .slick-slider .slick-arrow {
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
  border-color: var(--e-global-color-border);
  border-radius: 50%;
  background-color: #fff;
  visibility: hidden;
  opacity: 0;
  letter-spacing: 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
#woosq-popup .product .slick-slider .slick-arrow:hover {
  background-color: #fff;
  border-color: var(--e-global-color-primary);
}
#woosq-popup .product .slick-slider .slick-arrow:hover:before {
  color: var(--e-global-color-primary);
}
#woosq-popup .product .slick-slider .slick-arrow:before {
  line-height: 1;
  color: var(--e-global-color-secondary);
  background-color: transparent;
}
#woosq-popup .product .slick-slider .slick-arrow.slick-next {
  right: 10px;
  -webkit-transform: translate(50%, -50%);
  transform: translate(50%, -50%);
}
#woosq-popup .product .slick-slider .slick-arrow.slick-prev {
  left: 10px;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
#woosq-popup .product .slick-slider:hover .slick-arrow.slick-prev,
#woosq-popup .product .slick-slider:hover .slick-arrow.slick-next {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
#woosq-popup .product .slick-slider .slick-dots {
  display: none !important;
}
#woosq-popup .single-product div.product .woocommerce-product-rating {
  margin-bottom: 10px;
}
#woosq-popup .single-product div.product .product_meta {
  border-top: none;
  padding-top: 0;
  margin-top: 0;
}
#woosq-popup .single-product div.product form.cart .quantity {
  width: 96px;
}
.mfp-woosq .mfp-close:hover {
  border: none;
}
.woocommerce-password-strength {
  font-weight: var(--e-global-typography-primary-font-weight);
  padding: 0.5407797364em 0;
  text-align: right;
  font-size: 0.875em;
}
.woocommerce-password-strength.strong {
  color: #0f834d;
}
.woocommerce-password-strength.short {
  color: #e2401c;
}
.woocommerce-password-strength.bad {
  color: #e2401c;
}
.woocommerce-password-strength.good {
  color: #3d9cd2;
}
label.inline {
  display: inline !important;
  margin-left: 1em;
}
.hentry .entry-content .woocommerce-MyAccount-navigation ul {
  margin-left: 0;
  border-top: 1px solid;
  border-top-color: var(--e-global-color-border);
}
.hentry .entry-content .woocommerce-MyAccount-navigation ul li {
  list-style: none;
  border-bottom: 1px solid;
  border-bottom-color: var(--e-global-color-border);
  position: relative;
}
.hentry
  .entry-content
  .woocommerce-MyAccount-navigation
  ul
  li.woocommerce-MyAccount-navigation-link
  a {
  text-decoration: none;
  padding: 0.875em 0;
  display: block;
  color: var(--e-global-color-secondary);
}
.hentry
  .entry-content
  .woocommerce-MyAccount-navigation
  ul
  li.woocommerce-MyAccount-navigation-link
  a:hover {
  color: var(--e-global-color-primary);
}
.hentry
  .entry-content
  .woocommerce-MyAccount-navigation
  ul
  li.woocommerce-MyAccount-navigation-link.is-active
  a {
  color: var(--e-global-color-primary);
}
ul.order_details {
  list-style: none;
  position: relative;
  max-width: 900px;
  margin: 0 auto 1.618034em;
}
ul.order_details:before,
ul.order_details:after {
  content: "";
  display: table;
}
ul.order_details:after {
  clear: both;
}
ul.order_details li {
  padding: 1em 1.618034em;
  text-align: center;
  border-color: var(--e-global-color-border);
}
ul.order_details li:first-child {
  padding-top: 1.618034em;
  border: 0;
}
ul.order_details li:last-child {
  padding-bottom: 1.618034em;
}
ul.order_details li:last-child:before,
ul.order_details li:last-child:after {
  content: "";
  display: table;
}
ul.order_details li:last-child:after {
  clear: both;
}
ul.order_details li strong {
  display: block;
  text-transform: none;
  color: var(--e-global-color-secondary);
}
.my_account_orders .button,
.woocommerce-MyAccount-downloads .button {
  padding: 0.6180339845em 0.875em;
  font-size: 0.875em;
  margin-right: 0.236em;
}
.woocommerce-MyAccount-content h2 {
  font-size: 2em;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.woocommerce-MyAccount-content #payment .payment_methods {
  margin-bottom: 1.618034em !important;
}
.woocommerce-MyAccount-content .woocommerce-Pagination {
  text-align: center;
}
.woocommerce-MyAccount-content table th {
  color: var(--e-global-color-secondary);
}
.woocommerce-MyAccount-content table thead th {
  background-color: rgba(0, 0, 0, 0.05);
}
.woocommerce-MyAccount-content table tr:nth-of-type(even) {
  background-color: rgba(0, 0, 0, 0.05);
}
.woocommerce-MyAccount-content .order_details a:not(.button) {
  color: var(--e-global-color-secondary);
}
.woocommerce-MyAccount-content .order_details a:not(.button):hover {
  text-decoration: underline;
}
.woocommerce-MyAccount-content .order_details .product-quantity {
  color: var(--e-global-color-lighter);
}
.woocommerce-MyAccount-content .order_details .product-total .amount {
  font-weight: var(--e-global-typography-primary-font-weight);
}
.woocommerce-MyAccount-content .order_details tfoot .amount {
  font-weight: var(--e-global-typography-primary-font-weight);
  font-size: 1.41577975em;
  color: var(--e-global-color-secondary);
}
.woocommerce-MyAccount-content .order-again {
  margin-bottom: 3.7065595576em;
}
.register-from-title,
.login-form-title {
  font-size: 28px;
  font-size: 1.75rem;
  margin-bottom: 40px;
}
.login-form-col {
  border: none;
}
form.woocommerce-form-register {
  max-width: 440px;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 768px) {
  form.woocommerce-form-register {
    margin-right: 0;
    margin-left: 0;
  }
}
form.woocommerce-form-register button[type="submit"] {
  display: block;
  width: 100%;
}
form.woocommerce-form-register .form-row-wide {
  margin-bottom: 32px;
}
form.woocommerce-form-register .form-row label {
  line-height: 28px;
  margin-bottom: 5px;
}
form.woocommerce-form-register .woocommerce-privacy-policy-text {
  margin-bottom: 30px;
}
form.woocommerce-form-login {
  max-width: 440px;
}
@media (min-width: 768px) {
  .col2-set#customer_login form.woocommerce-form-login {
    margin-right: 0;
  }
}
form.woocommerce-form-login .woocommerce-form-login-wrap {
  margin-bottom: 30px;
}
form.woocommerce-form-login button[type="submit"] {
  display: block;
  width: 100%;
}
form.woocommerce-form-login .woocommerce-form__label-for-checkbox {
  float: left;
}
form.woocommerce-form-login .woocommerce-LostPassword {
  float: right;
  margin-bottom: 35px;
}
form.woocommerce-form-login .woocommerce-LostPassword a {
  color: var(--e-global-color-text);
  text-decoration: underline;
  text-decoration-style: dotted;
}
form.woocommerce-form-login .woocommerce-LostPassword a:hover {
  color: var(--e-global-color-primary);
}
form.woocommerce-form-login .form-row label {
  line-height: 28px;
  margin-bottom: 5px;
}
@media (min-width: 768px) {
  ul.order_details {
    margin: 3.7065595576em auto;
  }
  ul.order_details li {
    width: 22.5806451613%;
    float: left;
    margin-right: 3.2258064516%;
    border-left-style: solid;
    border-left-width: 1px;
  }
  ul.order_details li:first-child {
    border: 0;
  }
  ul.order_details li:last-child {
    float: right;
    margin-right: 0;
  }
  ul.order_details li:last-child:before,
  ul.order_details li:last-child:after {
    content: "";
    display: table;
  }
  ul.order_details li:last-child:after {
    clear: both;
  }
  .demo_store {
    bottom: 0;
  }
  .demo_store a.woocommerce-store-notice__dismiss-link {
    background: rgba(0, 0, 0, 0.1);
    float: right;
    display: inline-block;
    margin: -1em -1.41575em -1em 0;
    padding: 1em 1.41577975em;
  }
  table.shop_table_responsive thead {
    display: table-header-group;
  }
  table.shop_table_responsive tbody th {
    display: table-cell;
  }
  table.shop_table_responsive tr td {
    display: table-cell;
  }
  table.shop_table_responsive tr td:before {
    display: none;
  }
  table.shop_table_responsive tr.woocommerce-shipping-totals td {
    width: 60%;
  }
  .site-header-cart {
    position: relative;
  }
  .site-header-cart .cart-contents {
    display: flex;
    position: relative;
    text-indent: 0;
  }
  .site-header-cart .widget_shopping_cart {
    position: absolute;
    margin-top: 20px;
    top: 100%;
    width: 320px;
    z-index: 999999;
    right: -999em;
    display: block;
    border-width: 2px;
    border-style: solid;
  }
  .site-header-cart .widget_shopping_cart:before {
    content: "";
    display: block;
    position: absolute;
    top: -20px;
    left: 0;
    right: 0;
    height: 20px;
  }
  .site-header-cart .widget_shopping_cart.sub-menu--is-touch-device {
    display: none;
    left: 0;
  }
  .site-header-cart .widget_shopping_cart h2.widgettitle {
    display: none;
  }
  .site-header-cart .widget_shopping_cart .product_list_widget {
    height: 0;
  }
  .site-header-cart
    .widget_shopping_cart
    .product_list_widget
    li
    a.remove:before {
    text-align: left;
  }
  .site-header-cart:hover .widget_shopping_cart,
  .site-header-cart.focus .widget_shopping_cart {
    right: 0;
    display: block;
  }
  .site-header-cart:hover .widget_shopping_cart .product_list_widget,
  .site-header-cart.focus .widget_shopping_cart .product_list_widget {
    height: auto;
  }
  .site-search {
    display: block;
  }
  .site-search form {
    margin: 0;
  }
  .checkout_coupon {
    grid-template-columns: 53.6231884058% auto;
  }
  .products .product,
  .products .wc-block-grid__product,
  .wc-block-grid__products .product,
  .wc-block-grid__products .wc-block-grid__product {
    clear: none;
    width: 100%;
  }
  .products.columns-1 .product {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .products.columns-2 .product {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .products.columns-3 .product {
    flex: 0 0 24.3333333333%;
    max-width: 24.3333333333%;
  }
  .products.columns-4 .product {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .products.columns-5 .product {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .products.columns-6 .product {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .single-product div.product .images .thumbnails:before,
  .single-product div.product .images .thumbnails:after {
    content: "";
    display: table;
  }
  .single-product div.product .images .thumbnails:after {
    clear: both;
  }
  .single-product div.product .images .thumbnails a.zoom {
    width: 22.5806451613%;
    float: left;
    margin-right: 3.2258064516%;
  }
  .single-product div.product .images .thumbnails a.zoom.last {
    float: right;
    margin-right: 0;
  }
  .single-product div.product .woocommerce-tabs {
    clear: both;
  }
  .single-product.liquory-sidebar-left div.product .woocommerce-product-gallery,
  .single-product.liquory-sidebar-right
    div.product
    .woocommerce-product-gallery {
    width: calc(52% - 30px);
  }
  .single-product.liquory-sidebar-left div.product .summary,
  .single-product.liquory-sidebar-right div.product .summary {
    float: right;
    width: 48%;
  }
  .single-product #reviews .comment-form-author,
  .single-product #reviews .comment-form-email {
    flex: 50%;
    max-width: 50%;
  }
  .single-product #reviews .comment-form-email {
    margin-right: 0;
  }
  #reviews .comment-form-email {
    margin-right: 0;
  }
  .liquory-full-width-content.woocommerce-cart .entry-header,
  .liquory-full-width-content.woocommerce-checkout .entry-header,
  .liquory-full-width-content.woocommerce-account .entry-header {
    text-align: center;
    padding: 0 0 5.9973393873em;
  }
  .liquory-full-width-content.woocommerce-cart .entry-header h1:last-child,
  .liquory-full-width-content.woocommerce-checkout .entry-header h1:last-child,
  .liquory-full-width-content.woocommerce-account .entry-header h1:last-child {
    margin-bottom: 0;
  }
  .liquory-full-width-content .woocommerce-products-header {
    text-align: center;
  }
  .woocommerce .page-description {
    margin-bottom: 1.618034em;
  }
  .liquory-sorting select {
    width: auto;
  }
  .liquory-sorting .woocommerce-pagination + .woocommerce-result-count {
    margin-right: auto;
    margin-left: 0;
  }
  .liquory-sorting .woocommerce-result-count {
    margin-left: auto;
    padding-left: 10px;
  }
  .woocommerce-cart .content-area,
  .woocommerce-checkout .content-area {
    width: 100%;
    float: right;
    margin-right: 0;
  }
  .woocommerce-cart .hentry,
  .woocommerce-checkout .hentry {
    border-bottom: 0;
    padding-bottom: 0;
  }
  table.cart th,
  table.cart td {
    padding: 1.618034em 1.618034em 1.618034em 0;
  }
  table.cart .qty {
    padding: 0.875em;
    max-width: 3.632em;
  }
  table.cart td.product-remove {
    display: table-cell;
    padding: 1.618034em 1.618034em 1.618034em 0;
    border: 0;
    width: 5%;
  }
  table.cart td.product-remove a.remove {
    float: none;
    position: relative;
    top: auto;
    right: auto;
    font-size: 1em;
  }
  table.cart td.product-thumbnail {
    width: 17%;
  }
  table.cart td.product-name {
    width: 30%;
  }
  table.cart td.product-price {
    width: 16%;
  }
  table.cart td.product-subtotal {
    padding: 1.618034em 1.618034em 1.618034em 0;
    width: 16%;
  }
  table.cart .product-quantity .plus,
  table.cart .product-quantity .minus {
    display: inline-block;
  }
  table.cart .quantity .qty {
    padding: 0.6180339845em;
  }
  table.cart td.actions {
    text-align: right;
  }
  table.cart td.actions label {
    display: none;
  }
  table.cart td.actions .coupon {
    display: flex;
    padding-bottom: 0;
    margin-bottom: 0;
    border-bottom: none;
    float: left;
    width: 60%;
  }
  table.cart td.actions input {
    display: inline-block;
    width: auto;
    margin: 0;
  }
  table.wishlist_table
    .wishlist-items-wrapper
    tr
    td.product-name
    a.yith-wcqv-button {
    display: none;
  }
  #ship-to-different-address {
    position: relative;
  }
  #ship-to-different-address .woocommerce-form__input-checkbox {
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    margin-right: 0;
  }
  .col2-set {
    width: 53.6231884058%;
    float: left;
    margin-right: 4.347826087%;
  }
  .col2-set .form-row-first {
    width: 48.3870967742%;
    float: left;
    margin-right: 3.2258064516%;
  }
  .col2-set .form-row-last {
    width: 48.3870967742%;
    float: right;
    margin-right: 0;
  }
  .col2-set .col-1,
  .col2-set .col-2 {
    margin-bottom: 1.618034em;
  }
  .col2-set + #customer_details {
    display: none;
  }
  .col2-set .woocommerce-billing-fields:before,
  .col2-set .woocommerce-billing-fields:after {
    content: "";
    display: table;
  }
  .col2-set .woocommerce-billing-fields:after {
    clear: both;
  }
  .col2-set.addresses {
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0;
  }
  .col2-set.addresses .col-1 {
    width: 47.8260869565%;
    float: left;
    margin-right: 4.347826087%;
  }
  .col2-set.addresses .col-2 {
    width: 47.8260869565%;
    float: right;
    margin-right: 0;
  }
  #customer_details + #wc_checkout_add_ons {
    width: 42.0289855072%;
    float: right;
    margin-right: 0;
  }
  #wc_checkout_add_ons input[type="radio"] {
    float: left;
    margin-right: 0.5407797364em;
    clear: left;
    margin-top: 0.35em;
  }
  #order_review {
    width: 42.0289855072%;
    float: right;
    margin-right: 0;
    clear: right;
  }
  #order_review {
    transition: box-shadow ease 0.4s;
  }
  .woocommerce-order-pay #order_review {
    width: 100%;
    float: none;
  }
  .woocommerce-order-pay #order_review #payment h3 {
    padding-left: 1em;
    padding-top: 1em;
  }
  .woocommerce-order-pay #order_review #payment .form-row {
    padding: 1em;
  }
  .woocommerce-order-pay #order_review .payment_methods + .form-row {
    padding: 1em;
  }
  .woocommerce-order-pay #order_review .button#place_order {
    display: block;
    width: 100%;
    font-size: 1.41577975em;
  }
  table + .addresses {
    margin-top: 1.618034em;
  }
  .col2-set#customer_login {
    width: 100%;
    margin: 0;
  }
  .col2-set#customer_login .col-1 {
    width: 50%;
    float: left;
    padding-right: 5%;
  }
  .col2-set#customer_login .col-2 {
    width: 50%;
    float: right;
    padding-left: 5%;
  }
  .col2-set.addresses {
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0;
  }
  .col2-set.addresses .col-1 {
    width: 48.3870967742%;
    float: left;
    margin-right: 3.2258064516%;
  }
  .col2-set.addresses .col-2 {
    width: 48.3870967742%;
    float: right;
    margin-right: 0;
  }
  .woocommerce-MyAccount-navigation {
    width: 27.2727272727%;
    float: left;
    margin-right: 3.8961038961%;
  }
  .woocommerce-MyAccount-content {
    width: 68.8311688312%;
    float: right;
    margin-right: 0;
  }
  .addresses header.title:before,
  .addresses header.title:after {
    content: "";
    display: table;
  }
  .addresses header.title:after {
    clear: both;
  }
  .addresses header.title a {
    float: right;
  }
  .addresses header.title h3 {
    float: left;
  }
  .form-row-first {
    width: 48.3870967742%;
    float: left;
    margin-right: 3.2258064516%;
    clear: both;
  }
  .form-row-last {
    width: 48.3870967742%;
    float: right;
    margin-right: 0;
  }
  .liquory-sticky-add-to-cart {
    display: block;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 99998;
    transform: translate3d(0, 100%, 0);
    padding: 10px 1em;
    overflow: hidden;
    zoom: 1;
    box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.1);
    animation-duration: 0.5s;
    animation-fill-mode: both;
    background-color: #fff;
  }
  .liquory-sticky-add-to-cart--slideInDown {
    animation-name: slideInDown1;
  }
  .liquory-sticky-add-to-cart--slideOutUp {
    animation-name: slideOutUp;
  }
  .liquory-sticky-add-to-cart__content {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .liquory-sticky-add-to-cart__content-title {
    display: block;
  }
  .liquory-sticky-add-to-cart__content-price {
    margin-right: 0.875em;
  }
  .liquory-sticky-add-to-cart__content-button {
    margin-left: auto;
  }
  .liquory-sticky-add-to-cart img {
    max-width: 60px;
    margin: 0 1em 0 0;
    border: 1px solid rgba(0, 0, 0, 0.1);
  }
  .liquory-sticky-add-to-cart .star-rating {
    display: inline-block;
    margin: 0;
    vertical-align: sub;
  }
  #yith-quick-view-modal.open .product-title {
    margin-top: -0.2333em;
    font-size: 30px;
    font-size: 1.875rem;
  }
  #yith-quick-view-close {
    top: 10px;
    right: 10px;
    text-indent: -9999px;
  }
}
@media (min-width: 1024px) and (max-width: 1366px) {
  .single-product.liquory-sidebar-left div.product .woocommerce-product-gallery,
  .single-product.liquory-sidebar-right
    div.product
    .woocommerce-product-gallery {
    width: calc(100%);
    max-width: 1366px;
  }
  .single-product.liquory-sidebar-left div.product .summary,
  .single-product.liquory-sidebar-right div.product .summary {
    width: 100%;
  }
}
@media (min-width: 768px) and (max-width: 900px) {
  body:not(.page-template-template-fullwidth-php) table.cart td,
  body:not(.page-template-template-fullwidth-php) table.cart th {
    padding: 1em;
  }
}

@media (min-width: 1024px) {
  .woocommerce-page.liquory-sidebar-left .content-area,
  .woocommerce-page.liquory-sidebar-right .content-area {
    width: calc(100% - 330px);
  }
  .woocommerce-page.liquory-sidebar-left .widget-area,
  .woocommerce-page.liquory-sidebar-right .widget-area {
    width: 300px;
  }
}
.elementor-element.elementor-products-grid .woocommerce .products .product {
  width: 100%;
  max-width: 100%;
  flex: 0 0 100%;
}
@media (max-width: 1366px) {
  .liquory-product-laptop-1 .products .product {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .liquory-product-laptop-2 .products .product {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .liquory-product-laptop-3 .products .product {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .liquory-product-laptop-4 .products .product {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .liquory-product-laptop-5 .products .product {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .liquory-product-laptop-6 .products .product {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
}
@media (max-width: 1024px) {
  .liquory-product-tablet-1 .products .product {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .liquory-product-tablet-2 .products .product {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .liquory-product-tablet-3 .products .product {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .liquory-product-tablet-4 .products .product {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .liquory-product-tablet-5 .products .product {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .liquory-product-tablet-6 .products .product {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
}
@media (max-width: 768px) {
  .liquory-product-mobile-1 .products .product {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .liquory-product-mobile-2 .products .product {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .liquory-product-mobile-3 .products .product {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .liquory-product-mobile-4 .products .product {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .liquory-product-mobile-5 .products .product {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .liquory-product-mobile-6 .products .product {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
}
@media (max-width: 300px) {
  .liquory-product-mobile-1 .products .product {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .liquory-product-mobile-2 .products .product {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .liquory-product-mobile-3 .products .product {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .liquory-product-mobile-4 .products .product {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .liquory-product-mobile-5 .products .product {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .liquory-product-mobile-6 .products .product {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.woosc-area
  .woosc-inner
  .woosc-table
  .woosc-table-inner
  .woosc-table-items
  table
  thead
  tr
  th {
  padding: 15px;
  border: 1px solid var(--e-global-color-border);
}
.woosc-area
  .woosc-inner
  .woosc-table
  .woosc-table-inner
  .woosc-table-items
  table
  thead
  tr
  th
  a {
  color: var(--e-global-color-secondary);
  text-transform: none;
  font-weight: var(--e-global-typography-primary-font-weight);
  font-size: 16px;
  font-size: 1rem;
}
.woosc-area
  .woosc-inner
  .woosc-table
  .woosc-table-inner
  .woosc-table-items
  table
  thead
  tr
  th
  a:hover {
  color: var(--e-global-color-primary);
}
@media (max-width: 767px) {
  .woosc-area
    .woosc-inner
    .woosc-table
    .woosc-table-inner
    .woosc-table-items
    table
    thead
    tr
    th:first-child {
    min-width: 150px;
    width: auto;
  }
}
.woosc-area
  .woosc-inner
  .woosc-table
  .woosc-table-inner
  .woosc-table-items
  table
  .tr-additional
  td {
  vertical-align: top;
}
.woosc-area
  .woosc-inner
  .woosc-table
  .woosc-table-inner
  .woosc-table-items
  table
  tbody
  tr.tr-image
  img {
  max-width: 150px;
}
.woosc-area
  .woosc-inner
  .woosc-table
  .woosc-table-inner
  .woosc-table-items
  table
  tbody
  tr
  td {
  padding: 15px;
  border: 1px solid var(--e-global-color-border);
}
.woosc-area
  .woosc-inner
  .woosc-table
  .woosc-table-inner
  .woosc-table-items
  table
  tbody
  tr
  td.td-label {
  font-weight: var(--e-global-typography-primary-font-weight);
}
.woosc-area
  .woosc-inner
  .woosc-table
  .woosc-table-inner
  .woosc-table-items
  table
  tbody
  tr
  td
  .shop_attributes {
  table-layout: auto !important;
}
.woosc-area
  .woosc-inner
  .woosc-table
  .woosc-table-inner
  .woosc-table-items
  table
  tbody
  tr
  td
  .shop_attributes
  td,
.woosc-area
  .woosc-inner
  .woosc-table
  .woosc-table-inner
  .woosc-table-items
  table
  tbody
  tr
  td
  .shop_attributes
  th {
  border: none !important;
  background: 0 0 !important;
  padding: 10px !important;
}
@media (max-width: 768px) {
  .woosc-area
    .woosc-inner
    .woosc-table
    .woosc-table-inner
    .woosc-table-items
    table
    tbody
    tr
    td
    .shop_attributes
    td {
    padding-top: 0 !important;
    display: block;
  }
  .woosc-area
    .woosc-inner
    .woosc-table
    .woosc-table-inner
    .woosc-table-items
    table
    tbody
    tr
    td
    .shop_attributes
    th {
    display: block;
    padding-bottom: 0 !important;
  }
}
.woosc-area
  .woosc-inner
  .woosc-table
  .woosc-table-inner
  .woosc-table-items
  table
  tbody
  tr
  td
  del {
  text-decoration: none;
}
.woosc-area
  .woosc-inner
  .woosc-table
  .woosc-table-inner
  .woosc-table-items
  table
  tbody
  tr
  td
  del
  .amount {
  text-decoration: line-through;
  color: var(--e-global-color-lighter);
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.woosc-area
  .woosc-inner
  .woosc-table
  .woosc-table-inner
  .woosc-table-items
  table
  tbody
  tr
  td
  .amount {
  color: var(--e-global-color-primary);
  font-size: 16px;
  font-size: 1rem;
  font-weight: var(--e-global-typography-primary-font-weight);
}
.woosc-area-open-table table.woosc_table tbody tr td a.button {
  background-color: var(--e-global-color-accent);
  border-radius: 22px;
  padding: 10px 20px;
}
.woosc-area-open-table table.woosc_table tbody tr td a.button:before {
  font-size: 16px;
  font-size: 1rem;
  margin: -5px 8px 0 0;
}
.woosc-area-open-table table.woosc_table tbody tr td a.button:hover {
  background-color: var(--e-global-color-primary);
}
.products-list {
  margin-left: 0;
  list-style: none;
}
.products-list .product-list {
  position: relative;
  display: flex;
  align-items: center;
  padding: 30px 0;
  border-bottom: 1px solid var(--e-global-color-border);
}
.products-list .product-list:first-child {
  padding-top: 0;
}
.products-list .product-list:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: unset;
}
@media (max-width: 767px) {
  .products-list .product-list {
    flex-wrap: wrap;
  }
}
.products-list .product-list .product-image {
  width: 100%;
  position: relative;
  overflow: hidden;
}
@media (min-width: 768px) {
  .products-list .product-list .product-image {
    max-width: calc(100% - 220px);
    margin: 0;
    width: 300px;
  }
}
.products-list .product-list .product-image img {
  position: relative;
  z-index: 2;
  width: 100%;
  object-fit: cover;
}
.has-mega-menu .products-list .product-list .product-image {
  width: 100%;
  margin-bottom: 10px;
}
.products-list .product-list .product-caption {
  padding: 15px 15px 30px;
  flex: 1;
  position: relative;
}
@media (min-width: 768px) {
  .products-list .product-list .product-caption {
    padding: 30px;
    max-width: calc(100% - 300px);
  }
}
.has-mega-menu .products-list .product-list .product-caption {
  max-width: 100%;
}
.products-list .product-list .product-caption .cart {
  display: flex;
  align-items: center;
  margin-bottom: 0;
}
.products-list .product-list .product-caption .quantity_wrap {
  margin-right: 5px;
}
.products-list
  .product-list
  .product-caption
  .quantity_wrap
  input[type="number"]::-webkit-inner-spin-button {
  opacity: 1;
}
.products-list .product-list .product-caption .minus,
.products-list .product-list .product-caption .plus {
  display: none;
  visibility: hidden;
  opacity: 0;
}
.products-list .product-list .product-caption .qty {
  font-family: var(--e-global-typography-accent-font-family);
  font-weight: var(--e-global-typography-accent-font-weight);
  text-transform: var(--e-global-typography-accent-text-transform);
  font-style: var(--e-global-typography-accent-font-style);
  text-decoration: var(--e-global-typography-accent-text-decoration);
  line-height: var(--e-global-typography-accent-line-height);
  letter-spacing: var(--e-global-typography-accent-letter-spacing);
  padding: 0.391rem;
  font-size: 14px;
  font-size: 0.875rem;
  border-radius: 2px;
}
.products-list
  .product-list
  .product-caption
  button[class*="product_type_"],
.products-list .product-list .product-caption a[class*="product_type_"] {
  font-family: var(--e-global-typography-accent-font-family);
  font-weight: var(--e-global-typography-accent-font-weight);
  text-transform: var(--e-global-typography-accent-text-transform);
  font-style: var(--e-global-typography-accent-font-style);
  text-decoration: var(--e-global-typography-accent-text-decoration);
  line-height: var(--e-global-typography-accent-line-height);
  letter-spacing: var(--e-global-typography-accent-letter-spacing);
  border-radius: 2px;
}
.products-list .product-list .quantity_wrap {
  display: none;
  visibility: hidden;
  opacity: 0;
}
.products-list .product-list .posted-in {
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  font-size: 11px;
  font-size: 0.6875rem;
  line-height: 1.1818181818;
  margin-bottom: 10px;
  text-transform: uppercase;
  color: var(--e-global-color-primary);
}
.products-list .product-list .posted-in a {
  color: var(--e-global-color-primary);
}
.products-list .product-list .posted-in a:hover {
  text-decoration: underline;
  color: var(--e-global-color-primary);
}
.products-list .product-list .price {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
  font-size: 16px;
  font-size: 1rem;
  font-weight: var(--e-global-typography-primary-font-weight);
  line-height: 1.375;
  margin-bottom: 4px;
  color: var(--e-global-color-secondary);
}
.products-list .product-list .price del {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.5714285714;
  font-weight: var(--e-global-typography-text-font-weight);
  color: var(--e-global-color-secondary);
}
.products-list .product-list .price ins {
  font-weight: var(--e-global-typography-primary-font-weight);
  order: -1;
  color: var(--e-global-color-primary);
}
.products-list .product-list .count-review {
  margin-bottom: 1.1em;
}
.products-list .product-list .short-description {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin-bottom: 1.9rem;
}
.has-mega-menu .products-list .product-list .short-description {
  display: none;
}
.products-list .product-list .short-description p {
  margin-bottom: 0;
}
.products-list .product-list .woocommerce-loop-product__title {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  font-size: 20px;
  font-size: 1.25rem;
  margin-bottom: 9px;
  font-weight: var(--e-global-typography-primary-font-weight);
  line-height: 28px;
}
.products-list .product-list .woocommerce-loop-product__title a {
  color: var(--e-global-color-secondary);
}
.products-list .product-list .woocommerce-loop-product__title a:hover {
  color: var(--e-global-color-primary);
}
.products-list .product-list a[class*="product_type_"] {
  padding: 1.25em 3.25em;
}
.products-list .product-list .product-input-quantity {
  display: flex;
  align-items: center;
  margin-right: 20px;
}
.products-list .product-list .product-unit {
  font-size: 12px;
  font-size: 0.75rem;
  color: var(--e-global-color-lighter);
  margin-left: 15px;
}
.products-list .product-list .product-unit .value {
  color: var(--e-global-color-secondary);
}
.products-list .product-list .added_to_cart {
  display: none;
}
.products-list .product-list .product-caption-bottom {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  position: static;
}
.products-list .product-list .product-caption-bottom > * {
  margin-bottom: 5px;
}
.products-list .product-list .label-wrapper {
  z-index: 9;
}
.products-list .product-list .inventory_status {
  margin-bottom: 18px;
}
.products-list .product-list:hover .group-action {
  opacity: 1;
  visibility: visible;
}
.wcml-dropdown {
  width: 100%;
}
.wcml-dropdown li,
.wcml-dropdown .wcml-cs-submenu li {
  border-color: var(--e-global-color-border);
}
.wcml-dropdown .wcml-cs-submenu {
  border-top: 0;
}
.wcml-dropdown a {
  padding: 1em 1.41577975em;
}
.wcml-dropdown a.wcml-cs-item-toggle:after {
  right: 1em;
}
.wcml-horizontal-list li.wcml-cs-active-currency a,
.wcml-vertical-list li.wcml-cs-active-currency a {
  font-weight: 400;
  color: var(--e-global-color-secondary);
  cursor: default;
}
.woosw-area .woosw-inner .woosw-content {
  max-width: 570px;
}
.woosw-area
  .woosw-inner
  .woosw-content
  .woosw-content-mid
  table.woosw-content-items {
  min-width: 400px;
}
@media (max-width: 640px) {
  .woosw-area
    .woosw-inner
    .woosw-content
    .woosw-content-mid
    table.woosw-content-items
    .woosw-content-item
    td {
    padding: 5px;
  }
  .woosw-area
    .woosw-inner
    .woosw-content
    .woosw-content-mid
    table.woosw-content-items
    .woosw-content-item
    td.woosw-content-item--image {
    width: 80px;
  }
}
.woosw-area
  .woosw-inner
  .woosw-content
  .woosw-content-mid
  table.woosw-content-items
  .woosw-content-item
  .woosw-content-item--add
  p
  > a {
  text-transform: capitalize;
  font-size: 12px;
  font-size: 0.75rem;
  text-align: center;
  padding: 10px;
  border-radius: 5px;
  border: none;
  background-color: var(--e-global-color-primary);
  color: #fff;
  white-space: nowrap;
}
.woosw-area
  .woosw-inner
  .woosw-content
  .woosw-content-mid
  table.woosw-content-items
  .woosw-content-item
  .woosw-content-item--add
  p
  > a:hover {
  color: #fff;
  background-color: var(--e-global-color-primary);
}
.woosw-area
  .woosw-inner
  .woosw-content
  .woosw-content-mid
  table.woosw-content-items
  .woosw-content-item--title
  a {
  font-weight: 400 !important;
}
.woosw-area
  .woosw-inner
  .woosw-content
  .woosw-content-mid
  table.woosw-content-items
  .woosw-content-item--price {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: var(--e-global-typography-primary-font-weight);
  color: var(--e-global-color-lighter);
}
.woosw-area
  .woosw-inner
  .woosw-content
  .woosw-content-mid
  table.woosw-content-items
  .woosw-content-item--price
  del {
  font-size: 12px;
  font-size: 0.75rem;
  color: var(--e-global-color-lighter);
}
.woosw-area
  .woosw-inner
  .woosw-content
  .woosw-content-mid
  table.woosw-content-items
  .woosw-content-item--price
  ins {
  order: -1;
  color: var(--e-global-color-highlight);
}
.woosw-area
  .woosw-inner
  .woosw-content
  .woosw-content-mid
  table.woosw-content-items
  .woosw-content-item--price
  del
  + ins {
  margin-right: 0.327em;
}
.woosw-area
  .woosw-inner
  .woosw-content
  .woosw-content-bot
  .woosw-content-bot-inner
  .woosw-page
  a:hover {
  text-decoration: underline;
}
.woosw-area
  .woosw-inner
  .woosw-content
  .woosw-content-bot
  .woosw-content-bot-inner
  .woosw-continue:hover {
  text-decoration: underline;
}
.woosw-list .woosw-content-item--price {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  color: var(--e-global-color-secondary);
  font-size: 14px;
  font-size: 0.875rem;
}
.woosw-list .woosw-content-item--price del {
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: var(--e-global-typography-text-font-weight);
  color: var(--e-global-color-lighter);
}
.woosw-list .woosw-content-item--price ins {
  order: -1;
}
.woosw-list .woosw-content-item--price del + ins {
  margin-right: 0.327em;
}
.woosw-list .woosw-content-item--title a {
  font-size: 16px;
  font-size: 1rem;
  font-weight: 400 !important;
}
.woosw-list
  .woosw-content-item
  .woosw-content-item--actions
  .woosw-content-item--add
  p
  > a.button {
  font-size: 11px;
  font-size: 0.6875rem;
  text-align: center;
  display: inline-block;
}
@media (max-width: 568px) {
  .woosw-list .woosw-content-item .woosw-content-item--image {
    display: none;
  }
}
.woosw-list .woosw-content-item--actions .woosw-content-item--stock {
  margin-bottom: 5px;
}
.woosw-list .woosw-content-item .woosw-content-item--remove span:hover:before {
  color: red !important;
}
.woosw-list .woosw-actions .woosw-copy-btn input {
  margin-left: 5px;
}
.woosw-list .woosw-content-mid-notice {
  text-align: center;
  font-size: 18px;
  font-size: 1.125rem;
  color: var(--e-global-color-secondary);
  margin-bottom: 30px;
}
.woosw-list
  table.woosw-content-items
  .woosw-content-item
  .woosw-content-item--name
  a {
  font-weight: var(--e-global-typography-text-font-weight);
}
.woosw-popup.woosw-show .woosw-popup-inner .woosw-popup-content {
  max-width: 630px;
}
.woosw-popup.woosw-show .woosw-popup-inner .woosw-popup-content a.button {
  min-width: 150px;
  text-align: center;
  background-color: var(--e-global-color-accent);
  padding: 10px 16px;
}
.woosw-popup.woosw-show
  .woosw-popup-inner
  .woosw-popup-content
  a.button:before {
  font-size: 16px;
  font-size: 1rem;
  margin: -5px 8px 0 0;
}
.woosw-popup.woosw-show .woosw-popup-inner .woosw-popup-content a.button:hover {
  background-color: var(--e-global-color-primary);
}
.widget_product_search {
  position: relative;
}
.ajax-search-result {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  background-color: #fff;
  box-shadow: 0 5px 30px 0 rgba(0, 0, 0, 0.1);
  padding: 0 20px;
  z-index: 999;
  max-height: 500px;
  overflow-y: scroll;
}
.product-item-search {
  padding: 10px 0;
  border-bottom: 1px solid;
  border-bottom-color: var(--e-global-color-border);
}
.product-item-search .product-link {
  display: flex;
  align-items: center;
  color: var(--e-global-color-lighter);
}
.product-item-search .product-link img {
  width: 60px;
  margin-right: 15px;
}
.product-item-search .product-title {
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 400;
  margin-bottom: 5px;
}
.product-item-search:last-child {
  border-bottom: none;
}
.product-item-search .amount {
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: var(--e-global-typography-primary-font-weight);
  color: var(--e-global-color-lighter);
}
.product-item-search del + ins .amount {
  font-weight: var(--e-global-typography-primary-font-weight);
  color: var(--e-global-color-highlight);
}
.liquory-canvas-filter {
  position: fixed;
  padding: 30px;
  top: 0;
  left: 0;
  z-index: 10002;
  visibility: hidden;
  overflow-y: auto;
  overflow-x: hidden;
  width: 390px;
  height: 100vh;
  background-color: #fff;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}
@media (max-width: 768px) {
  .liquory-canvas-filter {
    width: 330px;
  }
}
.liquory-canvas-filter::-webkit-scrollbar {
  width: 3px;
}
.liquory-canvas-filter::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  background-color: #f5f5f5;
}
.liquory-canvas-filter::-webkit-scrollbar-thumb {
  background-color: #999;
}
.liquory-canvas-filter .widget:not(:first-child) .widget-title {
  font-weight: var(--e-global-typography-primary-font-weight);
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 18px;
  margin-bottom: 20px;
  text-transform: uppercase;
}
.liquory-canvas-filter .widget:not(:first-child) .widget-title:before {
  content: none;
}
.liquory-canvas-filter .widget:not(:first-child) .widget-content {
  padding: 0;
  border-radius: 0;
  border: none;
  background-color: transparent;
}
.liquory-overlay-filter {
  position: fixed;
  width: 100vw;
  height: 100vh;
  top: 0;
  bottom: 0;
  z-index: 997;
  opacity: 0;
  background-color: rgba(0, 0, 0, 0.7);
  visibility: hidden;
  transition: opacity 0.25s ease, visibility 0s ease;
}
.off-canvas-active .liquory-overlay-filter {
  visibility: visible;
  opacity: 1;
}
.off-canvas-active .liquory-canvas-filter {
  visibility: visible;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.filter-toggle {
  align-items: center;
  justify-content: flex-start;
  font-size: 14px;
  font-size: 0.875rem;
  background: 0 0;
  margin-right: 20px;
  outline: none;
  text-align: center;
  line-height: 18px;
  font-weight: var(--e-global-typography-primary-font-weight);
  text-transform: uppercase;
  color: #000;
}
.filter-toggle i {
  line-height: inherit;
  margin-right: 6px;
  display: inline-block;
  color: var(--e-global-color-primary);
}
@media (min-width: 1024px) {
  .filter-toggle {
    display: none;
  }
}
.liquory-full-width-content .filter-toggle {
  display: inline-flex;
}
.filter-toggle:focus,
.filter-toggle:hover {
  color: var(--e-global-color-primary);
}
.filter-toggle:focus span:before,
.filter-toggle:hover span:before {
  background-color: var(--e-global-color-primary);
}
.filter-toggle:after {
  content: "";
  border-left: 1px solid;
  height: 20px;
  margin-left: 30px;
  margin-right: 30px;
  display: none;
  vertical-align: middle;
}
.filter-close {
  display: flex;
  position: absolute;
  right: 10px;
  top: 10px;
  font-size: 25px;
  font-size: 1.5625rem;
  cursor: pointer;
}
@media (min-width: 783px) {
  .admin-bar .liquory-canvas-filter {
    top: 32px;
  }
}
@media (min-width: 600px) and (max-width: 782px) {
  .admin-bar .liquory-canvas-filter {
    top: 46px;
  }
}
.woo-variation-swatches-stylesheet-enabled.woo-variation-swatches-style-squared
  .variable-items-wrapper
  .variable-item {
  border-radius: 0;
}
.woo-variation-swatches-stylesheet-enabled.woo-variation-swatches-style-squared
  .variable-items-wrapper
  .variable-item.button-variable-item {
  padding-top: 7px;
  padding-bottom: 7px;
  height: auto;
}
.woo-variation-swatches-stylesheet-enabled.woo-variation-swatches-style-squared
  .variable-items-wrapper
  .variable-item.button-variable-item
  .variable-item-span {
  min-width: 57px;
}
.site-header-cart-side {
  position: fixed;
  top: 0;
  bottom: 0;
  overflow: hidden;
  overflow-y: auto;
  width: 300px;
  background-color: #fff;
  transition: transform 0.25s ease;
  display: flex;
  flex-direction: column;
  right: 0;
  z-index: 999999999;
  transform: translate3d(300px, 0, 0);
}
@media (min-width: 1024px) {
  .site-header-cart-side {
    width: 340px;
    transform: translate3d(340px, 0, 0);
  }
}
.site-header-cart-side .cart-side-heading {
  display: flex;
  flex: 0 0 auto;
  align-items: center;
  flex-direction: row;
  justify-content: flex-end;
  padding: 15px;
  border-bottom: 1px solid;
  border-bottom-color: var(--e-global-color-border);
}
.site-header-cart-side .cart-side-title {
  flex: 1 1 auto;
  font-size: 18px;
  font-size: 1.125rem;
  color: var(--e-global-color-secondary);
  font-weight: var(--e-global-typography-primary-font-weight);
}
.site-header-cart-side .close-cart-side {
  color: var(--e-global-color-secondary);
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 0.3px;
  font-weight: var(--e-global-typography-primary-font-weight);
  font-size: 13px;
  font-size: 0.8125rem;
  padding-right: 18px;
  position: relative;
}
.site-header-cart-side .close-cart-side:before,
.site-header-cart-side .close-cart-side:after {
  content: " ";
  position: absolute;
  top: 50%;
  display: inline-block;
  margin-top: -3px;
  width: 12px;
  height: 2px;
  background-color: var(--e-global-color-secondary);
  transition: background-color 0.2s ease-in-out, transform 0.2s ease-in-out,
    width 0.2s ease-in-out;
  right: 0;
  transform: rotate(-45deg);
}
.site-header-cart-side .close-cart-side:before {
  transform: rotate(45deg);
}
.site-header-cart-side .close-cart-side:hover:before,
.site-header-cart-side .close-cart-side:hover:after {
  transform: rotate(0);
}
.site-header-cart-side .widget_shopping_cart {
  margin-bottom: 0;
  position: relative;
  flex: 1 1 auto;
  display: flex;
  border: none;
  padding: 0;
  border-radius: 0;
}
.site-header-cart-side
  .widget_shopping_cart
  .woocommerce-mini-cart__empty-message {
  text-align: center;
  font-size: 18px;
  font-size: 1.125rem;
}
.site-header-cart-side .widget_shopping_cart .mini_cart_item {
  padding: 15px 30px 15px 15px;
  margin-bottom: 0;
  transition: background-color 0.3s ease;
}
.site-header-cart-side .widget_shopping_cart .mini_cart_item:hover {
  background-color: #f9f9f9;
}
.site-header-cart-side .widget_shopping_cart .mini_cart_item a {
  line-height: 1.41575em;
  color: var(--e-global-color-secondary);
  margin-bottom: 3px;
}
.site-header-cart-side .widget_shopping_cart .mini_cart_item a:hover {
  color: var(--e-global-color-primary);
}
.site-header-cart-side .widget_shopping_cart .mini_cart_item a.remove {
  position: absolute;
  top: 15px;
  margin-bottom: 0;
  transform: translateY(-50%);
  left: unset;
  opacity: 1;
  right: 8px;
}
.site-header-cart-side .widget_shopping_cart .widget_shopping_cart_content {
  display: flex;
  flex-direction: column;
  flex: 1 1 auto;
}
.site-header-cart-side .widget_shopping_cart .woocommerce-mini-cart__total {
  margin-top: auto;
}
.site-header-cart-side .widget_shopping_cart .woocommerce-mini-cart-scroll {
  position: relative;
  flex: 1 1 auto;
  overflow-y: auto;
}
.site-header-cart-side .widget_shopping_cart .product_list_widget {
  position: absolute;
  width: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: auto;
  overflow-x: hidden;
}
.site-header-cart-side
  .widget_shopping_cart
  .product_list_widget
  li:first-child {
  padding-top: 1em;
}
.site-header-cart-side .widget_shopping_cart .product_list_widget li img {
  max-width: 60px;
}
.site-header-cart-side .widget_shopping_cart p.total {
  padding: 12px 15px;
  margin: 0;
  border-top: 1px solid;
  border-top-color: var(--e-global-color-border);
  margin-bottom: 5px;
}
.site-header-cart-side .widget_shopping_cart p.total .amount {
  font-weight: var(--e-global-typography-primary-font-weight);
  font-size: 18px;
  font-size: 1.125rem;
  color: var(--e-global-color-primary);
}
.site-header-cart-side .widget_shopping_cart p.total strong {
  font-size: 18px;
  font-size: 1.125rem;
}
.site-header-cart-side .widget_shopping_cart .buttons a {
  margin-right: 15px;
  margin-left: 15px;
  padding: 10px 20px;
  margin-bottom: 10px;
  border: 0 solid;
  font-size: 13px;
  font-size: 0.8125rem;
  letter-spacing: 0.3px;
  text-transform: uppercase;
  background-color: #f7f7f7;
}
.site-header-cart-side .widget_shopping_cart .buttons a:hover {
  background-color: #efefef;
}
.site-header-cart-side .widget_shopping_cart .buttons a.checkout {
  margin-top: 0;
  margin-bottom: 0;
  color: #fff;
  background-color: var(--e-global-color-primary);
}
.site-header-cart-side .widget_shopping_cart .buttons a.checkout:hover {
  background-color: var(--e-global-color-primary);
}
.site-header-cart-side.active {
  transform: none;
}
.site-header-cart-side.active + .cart-side-overlay {
  visibility: visible;
  opacity: 1;
}
.cart-side-overlay {
  position: fixed;
  width: 100vw;
  height: 100vh;
  top: 0;
  bottom: 0;
  left: 0;
  z-index: 997;
  opacity: 0;
  background-color: rgba(0, 0, 0, 0.7);
  visibility: hidden;
  transition: opacity 0.25s ease, visibility 0s ease;
}
.liquory-dropdown-filter {
  display: none;
  overflow-x: auto;
  width: 100%;
  padding-top: 30px;
  margin-top: 10px;
  margin-bottom: -5px;
  border-top: 1px solid var(--e-global-color-border);
}
.liquory-dropdown-filter::-webkit-scrollbar {
  height: 10px;
}
.liquory-dropdown-filter::-webkit-scrollbar-track {
  border-radius: 0;
}
.liquory-dropdown-filter::-webkit-scrollbar-thumb {
  border-radius: 0;
  background-color: #fff;
  border-bottom: 1px solid #000;
}
@media (max-width: 1023px) {
  .liquory-dropdown-filter {
    display: none !important;
  }
}
.liquory-dropdown-filter .widget .wp-block-group__inner-container > h2,
.liquory-dropdown-filter .widget .widget-title,
.liquory-dropdown-filter .widget .widgettitle {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.2857142857;
  font-weight: var(--e-global-typography-primary-font-weight);
  text-transform: uppercase;
  margin-bottom: 20px;
  color: var(--e-global-color-secondary);
}
.liquory-dropdown-filter .widget .wp-block-group__inner-container > h2:before,
.liquory-dropdown-filter .widget .widget-title:before,
.liquory-dropdown-filter .widget .widgettitle:before {
  content: none;
}
.liquory-dropdown-filter-wrap {
  display: flex;
  margin-left: -25px;
  margin-right: -25px;
}
.liquory-dropdown-filter-wrap .widget .widget-content {
  padding-left: 2px;
  max-height: 200px;
  overflow-y: auto;
  overflow-x: hidden;
}
.liquory-dropdown-filter-wrap .widget .widget-content::-webkit-scrollbar {
  width: 2px;
  border-radius: 5px;
}
.liquory-dropdown-filter-wrap .widget .widget-content::-webkit-scrollbar-track {
  border-radius: 5px;
  background-color: #e4e4e4;
}
.liquory-dropdown-filter-wrap .widget .widget-content::-webkit-scrollbar-thumb {
  background-color: #999;
  border-radius: 5px;
}
.liquory-dropdown-filter-wrap div.widget {
  min-width: 33%;
  flex: 1;
  padding-left: 25px;
  padding-right: 25px;
  border: 0;
  margin-bottom: 20px;
}
@media (min-width: 1290px) {
  .liquory-dropdown-filter-wrap div.widget {
    min-width: 20%;
  }
}
.liquory-dropdown-filter-wrap div.widget .widget-title {
  padding: 0;
}
.filter-toggle-dropdown {
  display: none;
  align-items: center;
  justify-content: flex-start;
  font-size: 14px;
  font-size: 0.875rem;
  background: 0 0;
  margin-right: 20px;
  outline: none;
  text-align: center;
  line-height: 18px;
  font-weight: var(--e-global-typography-primary-font-weight);
  text-transform: uppercase;
  color: #000;
}
.filter-toggle-dropdown i {
  line-height: inherit;
  margin-right: 6px;
  display: inline-block;
  color: var(--e-global-color-primary);
}
.filter-toggle-dropdown:focus,
.filter-toggle-dropdown:hover {
  color: var(--e-global-color-primary);
}
.filter-toggle-dropdown:focus span:before,
.filter-toggle-dropdown:hover span:before {
  background-color: var(--e-global-color-primary);
}
.liquory-archive-product-width-wide .col-full {
  max-width: 1680px;
}
@media (min-width: 1024px) {
  .liquory-full-width-content.shop_filter_dropdown .filter-toggle-dropdown {
    display: inline-flex;
  }
}
@media (min-width: 1024px) {
  .liquory-full-width-content.shop_filter_dropdown .filter-toggle {
    display: none;
  }
}
.quick-shop-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.95);
  transition: transform 0.3s ease;
  transform: translate3d(0, 103%, 0);
}
.quick-shop-wrapper .quick-shop-form {
  display: flex;
  align-items: stretch;
  flex-direction: column;
  width: 100%;
  height: 100%;
  text-align: center;
}
.quick-shop-wrapper .quick-shop-form .woosc-btn,
.quick-shop-wrapper .quick-shop-form .woosw-btn {
  display: none;
}
.quick-shop-wrapper .quick-shop-form .variations td {
  text-align: center;
  padding: 5px;
}
.quick-shop-wrapper .quick-shop-form .variations td.label label {
  font-size: 13px;
  font-size: 0.8125rem;
  font-weight: var(--e-global-typography-primary-font-weight);
  color: var(--e-global-color-secondary);
}
.quick-shop-wrapper .quick-shop-form .variable-items-wrapper {
  justify-content: center;
}
.quick-shop-wrapper .quick-shop-form table.variations {
  table-layout: fixed;
  margin-top: 10px;
  margin-bottom: 0;
  position: relative;
}
.quick-shop-wrapper .quick-shop-form table.variations th,
.quick-shop-wrapper .quick-shop-form table.variations td {
  display: list-item;
  padding: 0;
  list-style: none;
  background-color: transparent;
}
.quick-shop-wrapper .quick-shop-form table.variations select {
  max-width: 100%;
  vertical-align: middle;
}
.quick-shop-wrapper .quick-shop-form table.variations label {
  display: block;
}
.quick-shop-wrapper .quick-shop-form table.variations a.reset_variations {
  margin-top: 0;
  margin-bottom: 15px;
  display: block;
  margin-left: 0;
  color: #f37070;
}
.quick-shop-wrapper .quick-shop-form table.variations td.label label {
  font-size: 16px;
  font-size: 1rem;
  color: var(--e-global-color-text);
  font-weight: var(--e-global-typography-primary-font-weight);
  margin-bottom: 8px;
}
.quick-shop-wrapper
  .quick-shop-form
  table.variations
  td.value
  ul
  li.variable-item {
  box-shadow: none;
  border: 1px solid;
  margin: 0 5px 5px 0;
  width: auto;
  height: auto;
  min-width: 30px;
  min-height: 30px;
  padding: 0;
  border-color: var(--e-global-color-border);
}
.quick-shop-wrapper
  .quick-shop-form
  table.variations
  td.value
  ul
  li.variable-item:hover,
.quick-shop-wrapper
  .quick-shop-form
  table.variations
  td.value
  ul
  li.variable-item.selected {
  border-color: var(--e-global-color-primary);
  outline: none;
  box-shadow: none;
}
.quick-shop-wrapper
  .quick-shop-form
  table.variations
  td.value
  ul
  li.variable-item
  .variable-item-span {
  font-size: 14px;
  font-size: 0.875rem;
  padding: 0 10px;
  color: var(--e-global-color-secondary);
}
.quick-shop-wrapper
  .quick-shop-form
  table.variations
  td.value
  ul
  li.variable-item.color-variable-item {
  border-radius: 50%;
}
.quick-shop-wrapper
  .quick-shop-form
  table.variations
  td.value
  ul
  li.variable-item.color-variable-item
  .variable-item-span {
  border-radius: 50%;
}
.quick-shop-wrapper
  .quick-shop-form
  table.variations
  td.value
  ul
  li.variable-item.color-variable-item
  .variable-item-span:after {
  content: none;
}
.quick-shop-wrapper
  .quick-shop-form
  table.variations
  td.value
  ul
  li.variable-item.disabled:before {
  display: none;
}
.quick-shop-wrapper
  .quick-shop-form
  table.variations
  td.value
  ul
  li.variable-item.disabled:after {
  transform: rotate(-30deg);
  height: 2px;
  background-color: var(--e-global-color-border);
  width: calc(100% + 12px);
  left: -7px;
  box-shadow: none;
}
.quick-shop-wrapper
  .quick-shop-form
  table.variations
  td.value
  ul
  li.variable-item.disabled
  .variable-item-span {
  color: var(--e-global-color-text);
}
.quick-shop-wrapper .variations_form {
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  justify-content: space-between;
  margin-bottom: 0;
  padding-bottom: 15px;
}
.quick-shop-wrapper .variations_form:before {
  content: "";
}
.quick-shop-wrapper .variations_form .woocommerce-variation {
  -webkit-animation: none;
  animation: none;
}
.quick-shop-wrapper .variations_form .woocommerce-variation-description p {
  margin-bottom: 10px;
}
.quick-shop-wrapper .variations_form .woocommerce-variation-price .price,
.quick-shop-wrapper
  .variations_form
  .woocommerce-variation-availability
  p.stock {
  margin-right: 5px;
  margin-bottom: 10px !important;
  margin-left: 5px;
  display: block;
  padding-bottom: 0 !important;
}
.quick-shop-wrapper
  .variations_form
  .woocommerce-variation-availability
  p.stock {
  display: none !important;
}
.quick-shop-wrapper div.quantity {
  display: none !important;
}
.quick-shop-wrapper button.single_add_to_cart_button {
  background-color: transparent;
  font-size: 12px;
  font-size: 0.75rem;
  color: var(--e-global-color-secondary);
  border: 1px solid;
  border-color: var(--e-global-color-secondary);
  padding: 3px 15px;
}
.quick-shop-wrapper button.single_add_to_cart_button:hover {
  color: #fff;
  background-color: var(--e-global-color-secondary);
}
.quick-shop-wrapper table.variations {
  margin-bottom: 0;
}
.quick-shop-wrapper table.variations .reset_variations {
  bottom: -30px;
  margin-left: 0;
  text-decoration: underline;
  font-size: 13px;
  font-size: 0.8125rem;
  color: var(--e-global-color-lighter);
}
.quick-shop-wrapper table.variations .reset_variations:before {
  content: none;
}
.quick-shop-wrapper .variation-swatch-selected .variations {
  margin-bottom: 40px;
}
.quick-shop-wrapper .quick-shop-close {
  position: absolute;
  top: 5px;
  right: 5px;
  z-index: 5;
  height: 30px;
  opacity: 0;
  transition: opacity 0.2s ease 0s;
}
.quick-shop-wrapper
  .variable-items-wrapper
  .variable-item:not(.radio-variable-item) {
  width: 24px;
  height: 24px;
  box-shadow: 0 0 0 1px var(--e-global-color-border);
}
.quick-shop-shown .quick-shop-wrapper {
  overflow: hidden;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  transition: -webkit-transform 0.4s ease;
  transition: transform 0.4s ease;
  transform: translate3d(0, 0, 0);
}
.quick-shop-shown .quick-shop-close {
  opacity: 1;
  transition: all 0.25s ease 0.35s;
  padding-right: 16px;
}
.loading-quick-shop .product-transition:after {
  animation: fa-spin 0.75s linear infinite;
  height: 20px;
  width: 20px;
  line-height: 20px;
  font-size: 20px;
  font-size: 1.25rem;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -10px;
  margin-top: -10px;
  display: block;
  color: var(--e-global-color-secondary);
  z-index: 10;
}
.loading-quick-shop .product-transition .woocommerce-loop-product__link {
  background-color: rgba(255, 255, 255, 0.95);
}
.cross-button {
  position: relative;
  display: inline-block;
  cursor: pointer;
  line-height: 30px;
}
.cross-button:after,
.cross-button:before {
  content: " ";
  position: absolute;
  top: 50%;
  right: 0;
  display: inline-block;
  margin-top: -1px;
  width: 12px;
  height: 2px;
  background-color: #000;
  transition: background-color 0.2s ease-in-out, transform 0.2s ease-in-out,
    width 0.2s ease-in-out;
}
.cross-button:after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.cross-button:before {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.cross-button:hover:after,
.cross-button:hover:before {
  -webkit-transform: rotate(0);
  transform: rotate(0);
}
@-webkit-keyframes rotate {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes rotate {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.woocommerce-breadcrumb {
  margin-bottom: 20px;
}
.breadcrumb-wrap {
  display: var(--page-title-display);
}
.home .main-breadcrumb {
  display: none;
}
.tooltipster-fall,
.tooltipster-grow.tooltipster-show {
  -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  -moz-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
  -ms-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
  -o-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
}
.tooltipster-base {
  display: flex;
  pointer-events: none;
  position: absolute;
}
.tooltipster-box {
  flex: 1 1 auto;
}
.tooltipster-content {
  box-sizing: border-box;
  max-height: 100%;
  max-width: 100%;
  border-color: #000;
}
.tooltipster-ruler {
  bottom: 0;
  left: 0;
  overflow: hidden;
  position: fixed;
  right: 0;
  top: 0;
  visibility: hidden;
}
.tooltipster-fade {
  opacity: 0;
  -webkit-transition-property: opacity;
  -moz-transition-property: opacity;
  -o-transition-property: opacity;
  -ms-transition-property: opacity;
  transition-property: opacity;
}
.tooltipster-fade.tooltipster-show {
  opacity: 1;
}
.tooltipster-grow {
  -webkit-transform: scale(0, 0);
  -moz-transform: scale(0, 0);
  -o-transform: scale(0, 0);
  -ms-transform: scale(0, 0);
  transform: scale(0, 0);
  -webkit-transition-property: -webkit-transform;
  -moz-transition-property: -moz-transform;
  -o-transition-property: -o-transform;
  -ms-transition-property: -ms-transform;
  transition-property: transform;
  -webkit-backface-visibility: hidden;
}
.tooltipster-grow.tooltipster-show {
  -webkit-transform: scale(1, 1);
  -moz-transform: scale(1, 1);
  -o-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
  transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
}
.tooltipster-swing {
  opacity: 0;
  -webkit-transform: rotateZ(4deg);
  -moz-transform: rotateZ(4deg);
  -o-transform: rotateZ(4deg);
  -ms-transform: rotateZ(4deg);
  transform: rotateZ(4deg);
  -webkit-transition-property: -webkit-transform, opacity;
  -moz-transition-property: -moz-transform;
  -o-transition-property: -o-transform;
  -ms-transition-property: -ms-transform;
  transition-property: transform;
}
.tooltipster-swing.tooltipster-show {
  opacity: 1;
  -webkit-transform: rotateZ(0);
  -moz-transform: rotateZ(0);
  -o-transform: rotateZ(0);
  -ms-transform: rotateZ(0);
  transform: rotateZ(0);
  -webkit-transition-timing-function: cubic-bezier(0.23, 0.635, 0.495, 1);
  -webkit-transition-timing-function: cubic-bezier(0.23, 0.635, 0.495, 2.4);
  -moz-transition-timing-function: cubic-bezier(0.23, 0.635, 0.495, 2.4);
  -ms-transition-timing-function: cubic-bezier(0.23, 0.635, 0.495, 2.4);
  -o-transition-timing-function: cubic-bezier(0.23, 0.635, 0.495, 2.4);
  transition-timing-function: cubic-bezier(0.23, 0.635, 0.495, 2.4);
}
.tooltipster-fall {
  -webkit-transition-property: top;
  -moz-transition-property: top;
  -o-transition-property: top;
  -ms-transition-property: top;
  transition-property: top;
  -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
  transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
}
.tooltipster-fall.tooltipster-initial {
  top: 0 !important;
}
.tooltipster-fall.tooltipster-dying {
  -webkit-transition-property: all;
  -moz-transition-property: all;
  -o-transition-property: all;
  -ms-transition-property: all;
  transition-property: all;
  top: 0 !important;
  opacity: 0;
}
.tooltipster-slide {
  -webkit-transition-property: left;
  -moz-transition-property: left;
  -o-transition-property: left;
  -ms-transition-property: left;
  transition-property: left;
  -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
  -moz-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
  -ms-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
  -o-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
  transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
}
.tooltipster-slide.tooltipster-initial {
  left: -40px !important;
}
.tooltipster-slide.tooltipster-dying {
  -webkit-transition-property: all;
  -moz-transition-property: all;
  -o-transition-property: all;
  -ms-transition-property: all;
  transition-property: all;
  left: 0 !important;
  opacity: 0;
}
@keyframes tooltipster-fading {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.tooltipster-update-fade {
  animation: tooltipster-fading 0.4s;
}
@keyframes tooltipster-rotating {
  25% {
    transform: rotate(-2deg);
  }
  75% {
    transform: rotate(2deg);
  }
  100% {
    transform: rotate(0);
  }
}
.tooltipster-update-rotate {
  animation: tooltipster-rotating 0.6s;
}
@keyframes tooltipster-scaling {
  50% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1);
  }
}
.tooltipster-update-scale {
  animation: tooltipster-scaling 0.6s;
}
.tooltipster-sidetip.tooltipster-bottom .tooltipster-box {
  margin-top: 8px;
}
.tooltipster-sidetip.tooltipster-left .tooltipster-box {
  margin-right: 8px;
}
.tooltipster-sidetip.tooltipster-right .tooltipster-box {
  margin-left: 8px;
}
.tooltipster-sidetip.tooltipster-top .tooltipster-box {
  margin-bottom: 8px;
}
.tooltipster-sidetip .tooltipster-arrow {
  overflow: hidden;
  position: absolute;
}
.tooltipster-sidetip.tooltipster-bottom .tooltipster-arrow {
  height: 10px;
  margin-left: -10px;
  top: -2px;
  width: 20px;
}
.tooltipster-sidetip.tooltipster-left .tooltipster-arrow {
  height: 20px;
  margin-top: -10px;
  right: -2px;
  top: 0;
  width: 10px;
}
.tooltipster-sidetip.tooltipster-right .tooltipster-arrow {
  height: 20px;
  margin-top: -10px;
  left: -2px;
  top: 0;
  width: 10px;
}
.tooltipster-sidetip.tooltipster-top .tooltipster-arrow {
  bottom: -2px;
  height: 10px;
  margin-left: -9px;
  width: 20px;
}
.tooltipster-sidetip .tooltipster-arrow-background,
.tooltipster-sidetip .tooltipster-arrow-border {
  height: 0;
  position: absolute;
  width: 0;
}
.tooltipster-sidetip .tooltipster-arrow-background {
  border: 10px solid transparent;
}
.tooltipster-sidetip.tooltipster-bottom .tooltipster-arrow-background {
  left: 0;
  top: 3px;
}
.tooltipster-sidetip.tooltipster-left .tooltipster-arrow-background {
  left: -3px;
  top: 0;
}
.tooltipster-sidetip.tooltipster-right .tooltipster-arrow-background {
  left: 3px;
  top: 0;
}
.tooltipster-sidetip.tooltipster-top .tooltipster-arrow-background {
  left: 0;
  top: -3px;
}
.tooltipster-sidetip .tooltipster-arrow-border {
  border: 10px solid transparent;
  left: 0;
  top: 0;
}
.tooltipster-sidetip .tooltipster-arrow-uncropped {
  position: relative;
}
.tooltipster-sidetip.tooltipster-bottom .tooltipster-arrow-uncropped {
  top: -10px;
}
.tooltipster-sidetip.tooltipster-right .tooltipster-arrow-uncropped {
  left: -10px;
}
.home-free .logo-free {
  position: absolute;
  top: -21px;
  left: 30px;
}
.home-free .logo-free svg {
  width: 78px !important;
}
.home-free .hfe-site-logo-container {
  position: relative;
}
.elementor-widget-site-logo.icon-logo-theme-liquory .hfe-site-logo-container {
  position: relative;
}
.elementor-widget-site-logo.icon-logo-theme-liquory
  .hfe-site-logo-container:before {
  content: "";
  display: inline-block;
  position: absolute;
  right: -8px;
  bottom: 8px;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background-color: var(--primary);
}
.elementor-widget-site-logo.icon-logo-theme-liquory.white
  .hfe-site-logo-container {
  position: relative;
}
.elementor-widget-site-logo.icon-logo-theme-liquory.white
  .hfe-site-logo-container:before {
  content: "";
  display: inline-block;
  position: absolute;
  right: -8px;
  bottom: 8px;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background-color: #fff;
}
.fa,
.fab,
.fad,
.fal,
.far,
.fas {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
}
.fa-lg {
  font-size: 1.33333em;
  line-height: 0.75em;
  vertical-align: -0.0667em;
}
.fa-xs {
  font-size: 0.75em;
}
.fa-sm {
  font-size: 0.875em;
}
.fa-1x {
  font-size: 1em;
}
.fa-2x {
  font-size: 2em;
}
.fa-3x {
  font-size: 3em;
}
.fa-4x {
  font-size: 4em;
}
.fa-5x {
  font-size: 5em;
}
.fa-6x {
  font-size: 6em;
}
.fa-7x {
  font-size: 7em;
}
.fa-8x {
  font-size: 8em;
}
.fa-9x {
  font-size: 9em;
}
.fa-10x {
  font-size: 10em;
}
.fa-fw {
  text-align: center;
  width: 1.25em;
}
.fa-ul {
  list-style-type: none;
  margin-left: 2.5em;
  padding-left: 0;
}
.fa-ul > li {
  position: relative;
}
.fa-li {
  left: -2em;
  position: absolute;
  text-align: center;
  width: 2em;
  line-height: inherit;
}
.fa-border {
  border: 0.08em solid #eee;
  border-radius: 0.1em;
  padding: 0.2em 0.25em 0.15em;
}
.fa-pull-left {
  float: left;
}
.fa-pull-right {
  float: right;
}
.fa.fa-pull-left,
.fab.fa-pull-left,
.fal.fa-pull-left,
.far.fa-pull-left,
.fas.fa-pull-left {
  margin-right: 0.3em;
}
.fa.fa-pull-right,
.fab.fa-pull-right,
.fal.fa-pull-right,
.far.fa-pull-right,
.fas.fa-pull-right {
  margin-left: 0.3em;
}
.fa-spin {
  -webkit-animation: fa-spin 2s linear infinite;
  animation: fa-spin 2s linear infinite;
}
.fa-pulse {
  -webkit-animation: fa-spin 1s steps(8) infinite;
  animation: fa-spin 1s steps(8) infinite;
}
@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(1turn);
    transform: rotate(1turn);
  }
}
@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(1turn);
    transform: rotate(1turn);
  }
}
.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}
.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  -webkit-transform: rotate(270deg);
  transform: rotate(270deg);
}
.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
}
.fa-flip-vertical {
  -webkit-transform: scaleY(-1);
  transform: scaleY(-1);
}
.fa-flip-both,
.fa-flip-horizontal.fa-flip-vertical,
.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
}
.fa-flip-both,
.fa-flip-horizontal.fa-flip-vertical {
  -webkit-transform: scale(-1);
  transform: scale(-1);
}
:root .fa-flip-both,
:root .fa-flip-horizontal,
:root .fa-flip-vertical,
:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270 {
  -webkit-filter: none;
  filter: none;
}
.fa-stack {
  display: inline-block;
  height: 2em;
  line-height: 2em;
  position: relative;
  vertical-align: middle;
  width: 2.5em;
}
.fa-stack-1x,
.fa-stack-2x {
  left: 0;
  position: absolute;
  text-align: center;
  width: 100%;
}
.fa-stack-1x {
  line-height: inherit;
}
.fa-stack-2x {
  font-size: 2em;
}
.fa-inverse {
  color: #fff;
}
.fa-500px:before {
  content: "\f26e";
}
.fa-accessible-icon:before {
  content: "\f368";
}
.fa-accusoft:before {
  content: "\f369";
}
.fa-acquisitions-incorporated:before {
  content: "\f6af";
}
.fa-ad:before {
  content: "\f641";
}
.fa-address-book:before {
  content: "\f2b9";
}
.fa-address-card:before {
  content: "\f2bb";
}
.fa-adjust:before {
  content: "\f042";
}
.fa-adn:before {
  content: "\f170";
}
.fa-adversal:before {
  content: "\f36a";
}
.fa-affiliatetheme:before {
  content: "\f36b";
}
.fa-air-freshener:before {
  content: "\f5d0";
}
.fa-airbnb:before {
  content: "\f834";
}
.fa-algolia:before {
  content: "\f36c";
}
.fa-align-center:before {
  content: "\f037";
}
.fa-align-justify:before {
  content: "\f039";
}
.fa-align-left:before {
  content: "\f036";
}
.fa-align-right:before {
  content: "\f038";
}
.fa-alipay:before {
  content: "\f642";
}
.fa-allergies:before {
  content: "\f461";
}
.fa-amazon:before {
  content: "\f270";
}
.fa-amazon-pay:before {
  content: "\f42c";
}
.fa-ambulance:before {
  content: "\f0f9";
}
.fa-american-sign-language-interpreting:before {
  content: "\f2a3";
}
.fa-amilia:before {
  content: "\f36d";
}
.fa-anchor:before {
  content: "\f13d";
}
.fa-android:before {
  content: "\f17b";
}
.fa-angellist:before {
  content: "\f209";
}
.fa-angle-double-down:before {
  content: "\f103";
}
.fa-angle-double-left:before {
  content: "\f100";
}
.fa-angle-double-right:before {
  content: "\f101";
}
.fa-angle-double-up:before {
  content: "\f102";
}
.fa-angle-down:before {
  content: "\f107";
}
.fa-angle-left:before {
  content: "\f104";
}
.fa-angle-right:before {
  content: "\f105";
}
.fa-angle-up:before {
  content: "\f106";
}
.fa-angry:before {
  content: "\f556";
}
.fa-angrycreative:before {
  content: "\f36e";
}
.fa-angular:before {
  content: "\f420";
}
.fa-ankh:before {
  content: "\f644";
}
.fa-app-store:before {
  content: "\f36f";
}
.fa-app-store-ios:before {
  content: "\f370";
}
.fa-apper:before {
  content: "\f371";
}
.fa-apple:before {
  content: "\f179";
}
.fa-apple-alt:before {
  content: "\f5d1";
}
.fa-apple-pay:before {
  content: "\f415";
}
.fa-archive:before {
  content: "\f187";
}
.fa-archway:before {
  content: "\f557";
}
.fa-arrow-alt-circle-down:before {
  content: "\f358";
}
.fa-arrow-alt-circle-left:before {
  content: "\f359";
}
.fa-arrow-alt-circle-right:before {
  content: "\f35a";
}
.fa-arrow-alt-circle-up:before {
  content: "\f35b";
}
.fa-arrow-circle-down:before {
  content: "\f0ab";
}
.fa-arrow-circle-left:before {
  content: "\f0a8";
}
.fa-arrow-circle-right:before {
  content: "\f0a9";
}
.fa-arrow-circle-up:before {
  content: "\f0aa";
}
.fa-arrow-down:before {
  content: "\f063";
}
.fa-arrow-left:before {
  content: "\f060";
}
.fa-arrow-right:before {
  content: "\f061";
}
.fa-arrow-up:before {
  content: "\f062";
}
.fa-arrows-alt:before {
  content: "\f0b2";
}
.fa-arrows-alt-h:before {
  content: "\f337";
}
.fa-arrows-alt-v:before {
  content: "\f338";
}
.fa-artstation:before {
  content: "\f77a";
}
.fa-assistive-listening-systems:before {
  content: "\f2a2";
}
.fa-asterisk:before {
  content: "\f069";
}
.fa-asymmetrik:before {
  content: "\f372";
}
.fa-at:before {
  content: "\f1fa";
}
.fa-atlas:before {
  content: "\f558";
}
.fa-atlassian:before {
  content: "\f77b";
}
.fa-atom:before {
  content: "\f5d2";
}
.fa-audible:before {
  content: "\f373";
}
.fa-audio-description:before {
  content: "\f29e";
}
.fa-autoprefixer:before {
  content: "\f41c";
}
.fa-avianex:before {
  content: "\f374";
}
.fa-aviato:before {
  content: "\f421";
}
.fa-award:before {
  content: "\f559";
}
.fa-aws:before {
  content: "\f375";
}
.fa-baby:before {
  content: "\f77c";
}
.fa-baby-carriage:before {
  content: "\f77d";
}
.fa-backspace:before {
  content: "\f55a";
}
.fa-backward:before {
  content: "\f04a";
}
.fa-bacon:before {
  content: "\f7e5";
}
.fa-bacteria:before {
  content: "\e059";
}
.fa-bacterium:before {
  content: "\e05a";
}
.fa-bahai:before {
  content: "\f666";
}
.fa-balance-scale:before {
  content: "\f24e";
}
.fa-balance-scale-left:before {
  content: "\f515";
}
.fa-balance-scale-right:before {
  content: "\f516";
}
.fa-ban:before {
  content: "\f05e";
}
.fa-band-aid:before {
  content: "\f462";
}
.fa-bandcamp:before {
  content: "\f2d5";
}
.fa-barcode:before {
  content: "\f02a";
}
.fa-bars:before {
  content: "\f0c9";
}
.fa-baseball-ball:before {
  content: "\f433";
}
.fa-basketball-ball:before {
  content: "\f434";
}
.fa-bath:before {
  content: "\f2cd";
}
.fa-battery-empty:before {
  content: "\f244";
}
.fa-battery-full:before {
  content: "\f240";
}
.fa-battery-half:before {
  content: "\f242";
}
.fa-battery-quarter:before {
  content: "\f243";
}
.fa-battery-three-quarters:before {
  content: "\f241";
}
.fa-battle-net:before {
  content: "\f835";
}
.fa-bed:before {
  content: "\f236";
}
.fa-beer:before {
  content: "\f0fc";
}
.fa-behance:before {
  content: "\f1b4";
}
.fa-behance-square:before {
  content: "\f1b5";
}
.fa-bell:before {
  content: "\f0f3";
}
.fa-bell-slash:before {
  content: "\f1f6";
}
.fa-bezier-curve:before {
  content: "\f55b";
}
.fa-bible:before {
  content: "\f647";
}
.fa-bicycle:before {
  content: "\f206";
}
.fa-biking:before {
  content: "\f84a";
}
.fa-bimobject:before {
  content: "\f378";
}
.fa-binoculars:before {
  content: "\f1e5";
}
.fa-biohazard:before {
  content: "\f780";
}
.fa-birthday-cake:before {
  content: "\f1fd";
}
.fa-bitbucket:before {
  content: "\f171";
}
.fa-bitcoin:before {
  content: "\f379";
}
.fa-bity:before {
  content: "\f37a";
}
.fa-black-tie:before {
  content: "\f27e";
}
.fa-blackberry:before {
  content: "\f37b";
}
.fa-blender:before {
  content: "\f517";
}
.fa-blender-phone:before {
  content: "\f6b6";
}
.fa-blind:before {
  content: "\f29d";
}
.fa-blog:before {
  content: "\f781";
}
.fa-blogger:before {
  content: "\f37c";
}
.fa-blogger-b:before {
  content: "\f37d";
}
.fa-bluetooth:before {
  content: "\f293";
}
.fa-bluetooth-b:before {
  content: "\f294";
}
.fa-bold:before {
  content: "\f032";
}
.fa-bolt:before {
  content: "\f0e7";
}
.fa-bomb:before {
  content: "\f1e2";
}
.fa-bone:before {
  content: "\f5d7";
}
.fa-bong:before {
  content: "\f55c";
}
.fa-book:before {
  content: "\f02d";
}
.fa-book-dead:before {
  content: "\f6b7";
}
.fa-book-medical:before {
  content: "\f7e6";
}
.fa-book-open:before {
  content: "\f518";
}
.fa-book-reader:before {
  content: "\f5da";
}
.fa-bookmark:before {
  content: "\f02e";
}
.fa-bootstrap:before {
  content: "\f836";
}
.fa-border-all:before {
  content: "\f84c";
}
.fa-border-none:before {
  content: "\f850";
}
.fa-border-style:before {
  content: "\f853";
}
.fa-bowling-ball:before {
  content: "\f436";
}
.fa-box:before {
  content: "\f466";
}
.fa-box-open:before {
  content: "\f49e";
}
.fa-box-tissue:before {
  content: "\e05b";
}
.fa-boxes:before {
  content: "\f468";
}
.fa-braille:before {
  content: "\f2a1";
}
.fa-brain:before {
  content: "\f5dc";
}
.fa-bread-slice:before {
  content: "\f7ec";
}
.fa-briefcase:before {
  content: "\f0b1";
}
.fa-briefcase-medical:before {
  content: "\f469";
}
.fa-broadcast-tower:before {
  content: "\f519";
}
.fa-broom:before {
  content: "\f51a";
}
.fa-brush:before {
  content: "\f55d";
}
.fa-btc:before {
  content: "\f15a";
}
.fa-buffer:before {
  content: "\f837";
}
.fa-bug:before {
  content: "\f188";
}
.fa-building:before {
  content: "\f1ad";
}
.fa-bullhorn:before {
  content: "\f0a1";
}
.fa-bullseye:before {
  content: "\f140";
}
.fa-burn:before {
  content: "\f46a";
}
.fa-buromobelexperte:before {
  content: "\f37f";
}
.fa-bus:before {
  content: "\f207";
}
.fa-bus-alt:before {
  content: "\f55e";
}
.fa-business-time:before {
  content: "\f64a";
}
.fa-buy-n-large:before {
  content: "\f8a6";
}
.fa-buysellads:before {
  content: "\f20d";
}
.fa-calculator:before {
  content: "\f1ec";
}
.fa-calendar:before {
  content: "\f133";
}
.fa-calendar-alt:before {
  content: "\f073";
}
.fa-calendar-check:before {
  content: "\f274";
}
.fa-calendar-day:before {
  content: "\f783";
}
.fa-calendar-minus:before {
  content: "\f272";
}
.fa-calendar-plus:before {
  content: "\f271";
}
.fa-calendar-times:before {
  content: "\f273";
}
.fa-calendar-week:before {
  content: "\f784";
}
.fa-camera:before {
  content: "\f030";
}
.fa-camera-retro:before {
  content: "\f083";
}
.fa-campground:before {
  content: "\f6bb";
}
.fa-canadian-maple-leaf:before {
  content: "\f785";
}
.fa-candy-cane:before {
  content: "\f786";
}
.fa-cannabis:before {
  content: "\f55f";
}
.fa-capsules:before {
  content: "\f46b";
}
.fa-car:before {
  content: "\f1b9";
}
.fa-car-alt:before {
  content: "\f5de";
}
.fa-car-battery:before {
  content: "\f5df";
}
.fa-car-crash:before {
  content: "\f5e1";
}
.fa-car-side:before {
  content: "\f5e4";
}
.fa-caravan:before {
  content: "\f8ff";
}
.fa-caret-down:before {
  content: "\f0d7";
}
.fa-caret-left:before {
  content: "\f0d9";
}
.fa-caret-right:before {
  content: "\f0da";
}
.fa-caret-square-down:before {
  content: "\f150";
}
.fa-caret-square-left:before {
  content: "\f191";
}
.fa-caret-square-right:before {
  content: "\f152";
}
.fa-caret-square-up:before {
  content: "\f151";
}
.fa-caret-up:before {
  content: "\f0d8";
}
.fa-carrot:before {
  content: "\f787";
}
.fa-cart-arrow-down:before {
  content: "\f218";
}
.fa-cart-plus:before {
  content: "\f217";
}
.fa-cash-register:before {
  content: "\f788";
}
.fa-cat:before {
  content: "\f6be";
}
.fa-cc-amazon-pay:before {
  content: "\f42d";
}
.fa-cc-amex:before {
  content: "\f1f3";
}
.fa-cc-apple-pay:before {
  content: "\f416";
}
.fa-cc-diners-club:before {
  content: "\f24c";
}
.fa-cc-discover:before {
  content: "\f1f2";
}
.fa-cc-jcb:before {
  content: "\f24b";
}
.fa-cc-mastercard:before {
  content: "\f1f1";
}
.fa-cc-paypal:before {
  content: "\f1f4";
}
.fa-cc-stripe:before {
  content: "\f1f5";
}
.fa-cc-visa:before {
  content: "\f1f0";
}
.fa-centercode:before {
  content: "\f380";
}
.fa-centos:before {
  content: "\f789";
}
.fa-certificate:before {
  content: "\f0a3";
}
.fa-chair:before {
  content: "\f6c0";
}
.fa-chalkboard:before {
  content: "\f51b";
}
.fa-chalkboard-teacher:before {
  content: "\f51c";
}
.fa-charging-station:before {
  content: "\f5e7";
}
.fa-chart-area:before {
  content: "\f1fe";
}
.fa-chart-bar:before {
  content: "\f080";
}
.fa-chart-line:before {
  content: "\f201";
}
.fa-chart-pie:before {
  content: "\f200";
}
.fa-check:before {
  content: "\f00c";
}
.fa-check-circle:before {
  content: "\f058";
}
.fa-check-double:before {
  content: "\f560";
}
.fa-check-square:before {
  content: "\f14a";
}
.fa-cheese:before {
  content: "\f7ef";
}
.fa-chess:before {
  content: "\f439";
}
.fa-chess-bishop:before {
  content: "\f43a";
}
.fa-chess-board:before {
  content: "\f43c";
}
.fa-chess-king:before {
  content: "\f43f";
}
.fa-chess-knight:before {
  content: "\f441";
}
.fa-chess-pawn:before {
  content: "\f443";
}
.fa-chess-queen:before {
  content: "\f445";
}
.fa-chess-rook:before {
  content: "\f447";
}
.fa-chevron-circle-down:before {
  content: "\f13a";
}
.fa-chevron-circle-left:before {
  content: "\f137";
}
.fa-chevron-circle-right:before {
  content: "\f138";
}
.fa-chevron-circle-up:before {
  content: "\f139";
}
.fa-chevron-down:before {
  content: "\f078";
}
.fa-chevron-left:before {
  content: "\f053";
}
.fa-chevron-right:before {
  content: "\f054";
}
.fa-chevron-up:before {
  content: "\f077";
}
.fa-child:before {
  content: "\f1ae";
}
.fa-chrome:before {
  content: "\f268";
}
.fa-chromecast:before {
  content: "\f838";
}
.fa-church:before {
  content: "\f51d";
}
.fa-circle:before {
  content: "\f111";
}
.fa-circle-notch:before {
  content: "\f1ce";
}
.fa-city:before {
  content: "\f64f";
}
.fa-clinic-medical:before {
  content: "\f7f2";
}
.fa-clipboard:before {
  content: "\f328";
}
.fa-clipboard-check:before {
  content: "\f46c";
}
.fa-clipboard-list:before {
  content: "\f46d";
}
.fa-clock:before {
  content: "\f017";
}
.fa-clone:before {
  content: "\f24d";
}
.fa-closed-captioning:before {
  content: "\f20a";
}
.fa-cloud:before {
  content: "\f0c2";
}
.fa-cloud-download-alt:before {
  content: "\f381";
}
.fa-cloud-meatball:before {
  content: "\f73b";
}
.fa-cloud-moon:before {
  content: "\f6c3";
}
.fa-cloud-moon-rain:before {
  content: "\f73c";
}
.fa-cloud-rain:before {
  content: "\f73d";
}
.fa-cloud-showers-heavy:before {
  content: "\f740";
}
.fa-cloud-sun:before {
  content: "\f6c4";
}
.fa-cloud-sun-rain:before {
  content: "\f743";
}
.fa-cloud-upload-alt:before {
  content: "\f382";
}
.fa-cloudflare:before {
  content: "\e07d";
}
.fa-cloudscale:before {
  content: "\f383";
}
.fa-cloudsmith:before {
  content: "\f384";
}
.fa-cloudversify:before {
  content: "\f385";
}
.fa-cocktail:before {
  content: "\f561";
}
.fa-code:before {
  content: "\f121";
}
.fa-code-branch:before {
  content: "\f126";
}
.fa-codepen:before {
  content: "\f1cb";
}
.fa-codiepie:before {
  content: "\f284";
}
.fa-coffee:before {
  content: "\f0f4";
}
.fa-cog:before {
  content: "\f013";
}
.fa-cogs:before {
  content: "\f085";
}
.fa-coins:before {
  content: "\f51e";
}
.fa-columns:before {
  content: "\f0db";
}
.fa-comment:before {
  content: "\f075";
}
.fa-comment-alt:before {
  content: "\f27a";
}
.fa-comment-dollar:before {
  content: "\f651";
}
.fa-comment-dots:before {
  content: "\f4ad";
}
.fa-comment-medical:before {
  content: "\f7f5";
}
.fa-comment-slash:before {
  content: "\f4b3";
}
.fa-comments:before {
  content: "\f086";
}
.fa-comments-dollar:before {
  content: "\f653";
}
.fa-compact-disc:before {
  content: "\f51f";
}
.fa-compass:before {
  content: "\f14e";
}
.fa-compress:before {
  content: "\f066";
}
.fa-compress-alt:before {
  content: "\f422";
}
.fa-compress-arrows-alt:before {
  content: "\f78c";
}
.fa-concierge-bell:before {
  content: "\f562";
}
.fa-confluence:before {
  content: "\f78d";
}
.fa-connectdevelop:before {
  content: "\f20e";
}
.fa-contao:before {
  content: "\f26d";
}
.fa-cookie:before {
  content: "\f563";
}
.fa-cookie-bite:before {
  content: "\f564";
}
.fa-copy:before {
  content: "\f0c5";
}
.fa-copyright:before {
  content: "\f1f9";
}
.fa-cotton-bureau:before {
  content: "\f89e";
}
.fa-couch:before {
  content: "\f4b8";
}
.fa-cpanel:before {
  content: "\f388";
}
.fa-creative-commons:before {
  content: "\f25e";
}
.fa-creative-commons-by:before {
  content: "\f4e7";
}
.fa-creative-commons-nc:before {
  content: "\f4e8";
}
.fa-creative-commons-nc-eu:before {
  content: "\f4e9";
}
.fa-creative-commons-nc-jp:before {
  content: "\f4ea";
}
.fa-creative-commons-nd:before {
  content: "\f4eb";
}
.fa-creative-commons-pd:before {
  content: "\f4ec";
}
.fa-creative-commons-pd-alt:before {
  content: "\f4ed";
}
.fa-creative-commons-remix:before {
  content: "\f4ee";
}
.fa-creative-commons-sa:before {
  content: "\f4ef";
}
.fa-creative-commons-sampling:before {
  content: "\f4f0";
}
.fa-creative-commons-sampling-plus:before {
  content: "\f4f1";
}
.fa-creative-commons-share:before {
  content: "\f4f2";
}
.fa-creative-commons-zero:before {
  content: "\f4f3";
}
.fa-credit-card:before {
  content: "\f09d";
}
.fa-critical-role:before {
  content: "\f6c9";
}
.fa-crop:before {
  content: "\f125";
}
.fa-crop-alt:before {
  content: "\f565";
}
.fa-cross:before {
  content: "\f654";
}
.fa-crosshairs:before {
  content: "\f05b";
}
.fa-crow:before {
  content: "\f520";
}
.fa-crown:before {
  content: "\f521";
}
.fa-crutch:before {
  content: "\f7f7";
}
.fa-css3:before {
  content: "\f13c";
}
.fa-css3-alt:before {
  content: "\f38b";
}
.fa-cube:before {
  content: "\f1b2";
}
.fa-cubes:before {
  content: "\f1b3";
}
.fa-cut:before {
  content: "\f0c4";
}
.fa-cuttlefish:before {
  content: "\f38c";
}
.fa-d-and-d:before {
  content: "\f38d";
}
.fa-d-and-d-beyond:before {
  content: "\f6ca";
}
.fa-dailymotion:before {
  content: "\e052";
}
.fa-dashcube:before {
  content: "\f210";
}
.fa-database:before {
  content: "\f1c0";
}
.fa-deaf:before {
  content: "\f2a4";
}
.fa-deezer:before {
  content: "\e077";
}
.fa-delicious:before {
  content: "\f1a5";
}
.fa-democrat:before {
  content: "\f747";
}
.fa-deploydog:before {
  content: "\f38e";
}
.fa-deskpro:before {
  content: "\f38f";
}
.fa-desktop:before {
  content: "\f108";
}
.fa-dev:before {
  content: "\f6cc";
}
.fa-deviantart:before {
  content: "\f1bd";
}
.fa-dharmachakra:before {
  content: "\f655";
}
.fa-dhl:before {
  content: "\f790";
}
.fa-diagnoses:before {
  content: "\f470";
}
.fa-diaspora:before {
  content: "\f791";
}
.fa-dice:before {
  content: "\f522";
}
.fa-dice-d20:before {
  content: "\f6cf";
}
.fa-dice-d6:before {
  content: "\f6d1";
}
.fa-dice-five:before {
  content: "\f523";
}
.fa-dice-four:before {
  content: "\f524";
}
.fa-dice-one:before {
  content: "\f525";
}
.fa-dice-six:before {
  content: "\f526";
}
.fa-dice-three:before {
  content: "\f527";
}
.fa-dice-two:before {
  content: "\f528";
}
.fa-digg:before {
  content: "\f1a6";
}
.fa-digital-ocean:before {
  content: "\f391";
}
.fa-digital-tachograph:before {
  content: "\f566";
}
.fa-directions:before {
  content: "\f5eb";
}
.fa-discord:before {
  content: "\f392";
}
.fa-discourse:before {
  content: "\f393";
}
.fa-disease:before {
  content: "\f7fa";
}
.fa-divide:before {
  content: "\f529";
}
.fa-dizzy:before {
  content: "\f567";
}
.fa-dna:before {
  content: "\f471";
}
.fa-dochub:before {
  content: "\f394";
}
.fa-docker:before {
  content: "\f395";
}
.fa-dog:before {
  content: "\f6d3";
}
.fa-dollar-sign:before {
  content: "\f155";
}
.fa-dolly:before {
  content: "\f472";
}
.fa-dolly-flatbed:before {
  content: "\f474";
}
.fa-donate:before {
  content: "\f4b9";
}
.fa-door-closed:before {
  content: "\f52a";
}
.fa-door-open:before {
  content: "\f52b";
}
.fa-dot-circle:before {
  content: "\f192";
}
.fa-dove:before {
  content: "\f4ba";
}
.fa-download:before {
  content: "\f019";
}
.fa-draft2digital:before {
  content: "\f396";
}
.fa-drafting-compass:before {
  content: "\f568";
}
.fa-dragon:before {
  content: "\f6d5";
}
.fa-draw-polygon:before {
  content: "\f5ee";
}
.fa-dribbble:before {
  content: "\f17d";
}
.fa-dribbble-square:before {
  content: "\f397";
}
.fa-dropbox:before {
  content: "\f16b";
}
.fa-drum:before {
  content: "\f569";
}
.fa-drum-steelpan:before {
  content: "\f56a";
}
.fa-drumstick-bite:before {
  content: "\f6d7";
}
.fa-drupal:before {
  content: "\f1a9";
}
.fa-dumbbell:before {
  content: "\f44b";
}
.fa-dumpster:before {
  content: "\f793";
}
.fa-dumpster-fire:before {
  content: "\f794";
}
.fa-dungeon:before {
  content: "\f6d9";
}
.fa-dyalog:before {
  content: "\f399";
}
.fa-earlybirds:before {
  content: "\f39a";
}
.fa-ebay:before {
  content: "\f4f4";
}
.fa-edge:before {
  content: "\f282";
}
.fa-edge-legacy:before {
  content: "\e078";
}
.fa-edit:before {
  content: "\f044";
}
.fa-egg:before {
  content: "\f7fb";
}
.fa-eject:before {
  content: "\f052";
}
.fa-elementor:before {
  content: "\f430";
}
.fa-ellipsis-h:before {
  content: "\f141";
}
.fa-ellipsis-v:before {
  content: "\f142";
}
.fa-ello:before {
  content: "\f5f1";
}
.fa-ember:before {
  content: "\f423";
}
.fa-empire:before {
  content: "\f1d1";
}
.fa-envelope:before {
  content: "\f0e0";
}
.fa-envelope-open:before {
  content: "\f2b6";
}
.fa-envelope-open-text:before {
  content: "\f658";
}
.fa-envelope-square:before {
  content: "\f199";
}
.fa-envira:before {
  content: "\f299";
}
.fa-equals:before {
  content: "\f52c";
}
.fa-eraser:before {
  content: "\f12d";
}
.fa-erlang:before {
  content: "\f39d";
}
.fa-ethereum:before {
  content: "\f42e";
}
.fa-ethernet:before {
  content: "\f796";
}
.fa-etsy:before {
  content: "\f2d7";
}
.fa-euro-sign:before {
  content: "\f153";
}
.fa-evernote:before {
  content: "\f839";
}
.fa-exchange-alt:before {
  content: "\f362";
}
.fa-exclamation:before {
  content: "\f12a";
}
.fa-exclamation-circle:before {
  content: "\f06a";
}
.fa-exclamation-triangle:before {
  content: "\f071";
}
.fa-expand:before {
  content: "\f065";
}
.fa-expand-alt:before {
  content: "\f424";
}
.fa-expand-arrows-alt:before {
  content: "\f31e";
}
.fa-expeditedssl:before {
  content: "\f23e";
}
.fa-external-link-alt:before {
  content: "\f35d";
}
.fa-external-link-square-alt:before {
  content: "\f360";
}
.fa-eye:before {
  content: "\f06e";
}
.fa-eye-dropper:before {
  content: "\f1fb";
}
.fa-eye-slash:before {
  content: "\f070";
}
.fa-facebook:before {
  content: "\f09a";
}
.fa-facebook-f:before {
  content: "\f39e";
}
.fa-facebook-messenger:before {
  content: "\f39f";
}
.fa-facebook-square:before {
  content: "\f082";
}
.fa-fan:before {
  content: "\f863";
}
.fa-fantasy-flight-games:before {
  content: "\f6dc";
}
.fa-fast-backward:before {
  content: "\f049";
}
.fa-fast-forward:before {
  content: "\f050";
}
.fa-faucet:before {
  content: "\e005";
}
.fa-fax:before {
  content: "\f1ac";
}
.fa-feather:before {
  content: "\f52d";
}
.fa-feather-alt:before {
  content: "\f56b";
}
.fa-fedex:before {
  content: "\f797";
}
.fa-fedora:before {
  content: "\f798";
}
.fa-female:before {
  content: "\f182";
}
.fa-fighter-jet:before {
  content: "\f0fb";
}
.fa-figma:before {
  content: "\f799";
}
.fa-file:before {
  content: "\f15b";
}
.fa-file-alt:before {
  content: "\f15c";
}
.fa-file-archive:before {
  content: "\f1c6";
}
.fa-file-audio:before {
  content: "\f1c7";
}
.fa-file-code:before {
  content: "\f1c9";
}
.fa-file-contract:before {
  content: "\f56c";
}
.fa-file-csv:before {
  content: "\f6dd";
}
.fa-file-download:before {
  content: "\f56d";
}
.fa-file-excel:before {
  content: "\f1c3";
}
.fa-file-export:before {
  content: "\f56e";
}
.fa-file-image:before {
  content: "\f1c5";
}
.fa-file-import:before {
  content: "\f56f";
}
.fa-file-invoice:before {
  content: "\f570";
}
.fa-file-invoice-dollar:before {
  content: "\f571";
}
.fa-file-medical:before {
  content: "\f477";
}
.fa-file-medical-alt:before {
  content: "\f478";
}
.fa-file-pdf:before {
  content: "\f1c1";
}
.fa-file-powerpoint:before {
  content: "\f1c4";
}
.fa-file-prescription:before {
  content: "\f572";
}
.fa-file-signature:before {
  content: "\f573";
}
.fa-file-upload:before {
  content: "\f574";
}
.fa-file-video:before {
  content: "\f1c8";
}
.fa-file-word:before {
  content: "\f1c2";
}
.fa-fill:before {
  content: "\f575";
}
.fa-fill-drip:before {
  content: "\f576";
}
.fa-film:before {
  content: "\f008";
}
.fa-filter:before {
  content: "\f0b0";
}
.fa-fingerprint:before {
  content: "\f577";
}
.fa-fire:before {
  content: "\f06d";
}
.fa-fire-alt:before {
  content: "\f7e4";
}
.fa-fire-extinguisher:before {
  content: "\f134";
}
.fa-firefox:before {
  content: "\f269";
}
.fa-firefox-browser:before {
  content: "\e007";
}
.fa-first-aid:before {
  content: "\f479";
}
.fa-first-order:before {
  content: "\f2b0";
}
.fa-first-order-alt:before {
  content: "\f50a";
}
.fa-firstdraft:before {
  content: "\f3a1";
}
.fa-fish:before {
  content: "\f578";
}
.fa-fist-raised:before {
  content: "\f6de";
}
.fa-flag:before {
  content: "\f024";
}
.fa-flag-checkered:before {
  content: "\f11e";
}
.fa-flag-usa:before {
  content: "\f74d";
}
.fa-flask:before {
  content: "\f0c3";
}
.fa-flickr:before {
  content: "\f16e";
}
.fa-flipboard:before {
  content: "\f44d";
}
.fa-flushed:before {
  content: "\f579";
}
.fa-fly:before {
  content: "\f417";
}
.fa-folder:before {
  content: "\f07b";
}
.fa-folder-minus:before {
  content: "\f65d";
}
.fa-folder-open:before {
  content: "\f07c";
}
.fa-folder-plus:before {
  content: "\f65e";
}
.fa-font:before {
  content: "\f031";
}
.fa-font-awesome:before {
  content: "\f2b4";
}
.fa-font-awesome-alt:before {
  content: "\f35c";
}
.fa-font-awesome-flag:before {
  content: "\f425";
}
.fa-font-awesome-logo-full:before {
  content: "\f4e6";
}
.fa-fonticons:before {
  content: "\f280";
}
.fa-fonticons-fi:before {
  content: "\f3a2";
}
.fa-football-ball:before {
  content: "\f44e";
}
.fa-fort-awesome:before {
  content: "\f286";
}
.fa-fort-awesome-alt:before {
  content: "\f3a3";
}
.fa-forumbee:before {
  content: "\f211";
}
.fa-forward:before {
  content: "\f04e";
}
.fa-foursquare:before {
  content: "\f180";
}
.fa-free-code-camp:before {
  content: "\f2c5";
}
.fa-freebsd:before {
  content: "\f3a4";
}
.fa-frog:before {
  content: "\f52e";
}
.fa-frown:before {
  content: "\f119";
}
.fa-frown-open:before {
  content: "\f57a";
}
.fa-fulcrum:before {
  content: "\f50b";
}
.fa-funnel-dollar:before {
  content: "\f662";
}
.fa-futbol:before {
  content: "\f1e3";
}
.fa-galactic-republic:before {
  content: "\f50c";
}
.fa-galactic-senate:before {
  content: "\f50d";
}
.fa-gamepad:before {
  content: "\f11b";
}
.fa-gas-pump:before {
  content: "\f52f";
}
.fa-gavel:before {
  content: "\f0e3";
}
.fa-gem:before {
  content: "\f3a5";
}
.fa-genderless:before {
  content: "\f22d";
}
.fa-get-pocket:before {
  content: "\f265";
}
.fa-gg:before {
  content: "\f260";
}
.fa-gg-circle:before {
  content: "\f261";
}
.fa-ghost:before {
  content: "\f6e2";
}
.fa-gift:before {
  content: "\f06b";
}
.fa-gifts:before {
  content: "\f79c";
}
.fa-git:before {
  content: "\f1d3";
}
.fa-git-alt:before {
  content: "\f841";
}
.fa-git-square:before {
  content: "\f1d2";
}
.fa-github:before {
  content: "\f09b";
}
.fa-github-alt:before {
  content: "\f113";
}
.fa-github-square:before {
  content: "\f092";
}
.fa-gitkraken:before {
  content: "\f3a6";
}
.fa-gitlab:before {
  content: "\f296";
}
.fa-gitter:before {
  content: "\f426";
}
.fa-glass-cheers:before {
  content: "\f79f";
}
.fa-glass-martini:before {
  content: "\f000";
}
.fa-glass-martini-alt:before {
  content: "\f57b";
}
.fa-glass-whiskey:before {
  content: "\f7a0";
}
.fa-glasses:before {
  content: "\f530";
}
.fa-glide:before {
  content: "\f2a5";
}
.fa-glide-g:before {
  content: "\f2a6";
}
.fa-globe:before {
  content: "\f0ac";
}
.fa-globe-africa:before {
  content: "\f57c";
}
.fa-globe-americas:before {
  content: "\f57d";
}
.fa-globe-asia:before {
  content: "\f57e";
}
.fa-globe-europe:before {
  content: "\f7a2";
}
.fa-gofore:before {
  content: "\f3a7";
}
.fa-golf-ball:before {
  content: "\f450";
}
.fa-goodreads:before {
  content: "\f3a8";
}
.fa-goodreads-g:before {
  content: "\f3a9";
}
.fa-google:before {
  content: "\f1a0";
}
.fa-google-drive:before {
  content: "\f3aa";
}
.fa-google-pay:before {
  content: "\e079";
}
.fa-google-play:before {
  content: "\f3ab";
}
.fa-google-plus:before {
  content: "\f2b3";
}
.fa-google-plus-g:before {
  content: "\f0d5";
}
.fa-google-plus-square:before {
  content: "\f0d4";
}
.fa-google-wallet:before {
  content: "\f1ee";
}
.fa-gopuram:before {
  content: "\f664";
}
.fa-graduation-cap:before {
  content: "\f19d";
}
.fa-gratipay:before {
  content: "\f184";
}
.fa-grav:before {
  content: "\f2d6";
}
.fa-greater-than:before {
  content: "\f531";
}
.fa-greater-than-equal:before {
  content: "\f532";
}
.fa-grimace:before {
  content: "\f57f";
}
.fa-grin:before {
  content: "\f580";
}
.fa-grin-alt:before {
  content: "\f581";
}
.fa-grin-beam:before {
  content: "\f582";
}
.fa-grin-beam-sweat:before {
  content: "\f583";
}
.fa-grin-hearts:before {
  content: "\f584";
}
.fa-grin-squint:before {
  content: "\f585";
}
.fa-grin-squint-tears:before {
  content: "\f586";
}
.fa-grin-stars:before {
  content: "\f587";
}
.fa-grin-tears:before {
  content: "\f588";
}
.fa-grin-tongue:before {
  content: "\f589";
}
.fa-grin-tongue-squint:before {
  content: "\f58a";
}
.fa-grin-tongue-wink:before {
  content: "\f58b";
}
.fa-grin-wink:before {
  content: "\f58c";
}
.fa-grip-horizontal:before {
  content: "\f58d";
}
.fa-grip-lines:before {
  content: "\f7a4";
}
.fa-grip-lines-vertical:before {
  content: "\f7a5";
}
.fa-grip-vertical:before {
  content: "\f58e";
}
.fa-gripfire:before {
  content: "\f3ac";
}
.fa-grunt:before {
  content: "\f3ad";
}
.fa-guilded:before {
  content: "\e07e";
}
.fa-guitar:before {
  content: "\f7a6";
}
.fa-gulp:before {
  content: "\f3ae";
}
.fa-h-square:before {
  content: "\f0fd";
}
.fa-hacker-news:before {
  content: "\f1d4";
}
.fa-hacker-news-square:before {
  content: "\f3af";
}
.fa-hackerrank:before {
  content: "\f5f7";
}
.fa-hamburger:before {
  content: "\f805";
}
.fa-hammer:before {
  content: "\f6e3";
}
.fa-hamsa:before {
  content: "\f665";
}
.fa-hand-holding:before {
  content: "\f4bd";
}
.fa-hand-holding-heart:before {
  content: "\f4be";
}
.fa-hand-holding-medical:before {
  content: "\e05c";
}
.fa-hand-holding-usd:before {
  content: "\f4c0";
}
.fa-hand-holding-water:before {
  content: "\f4c1";
}
.fa-hand-lizard:before {
  content: "\f258";
}
.fa-hand-middle-finger:before {
  content: "\f806";
}
.fa-hand-paper:before {
  content: "\f256";
}
.fa-hand-peace:before {
  content: "\f25b";
}
.fa-hand-point-down:before {
  content: "\f0a7";
}
.fa-hand-point-left:before {
  content: "\f0a5";
}
.fa-hand-point-right:before {
  content: "\f0a4";
}
.fa-hand-point-up:before {
  content: "\f0a6";
}
.fa-hand-pointer:before {
  content: "\f25a";
}
.fa-hand-rock:before {
  content: "\f255";
}
.fa-hand-scissors:before {
  content: "\f257";
}
.fa-hand-sparkles:before {
  content: "\e05d";
}
.fa-hand-spock:before {
  content: "\f259";
}
.fa-hands:before {
  content: "\f4c2";
}
.fa-hands-helping:before {
  content: "\f4c4";
}
.fa-hands-wash:before {
  content: "\e05e";
}
.fa-handshake:before {
  content: "\f2b5";
}
.fa-handshake-alt-slash:before {
  content: "\e05f";
}
.fa-handshake-slash:before {
  content: "\e060";
}
.fa-hanukiah:before {
  content: "\f6e6";
}
.fa-hard-hat:before {
  content: "\f807";
}
.fa-hashtag:before {
  content: "\f292";
}
.fa-hat-cowboy:before {
  content: "\f8c0";
}
.fa-hat-cowboy-side:before {
  content: "\f8c1";
}
.fa-hat-wizard:before {
  content: "\f6e8";
}
.fa-hdd:before {
  content: "\f0a0";
}
.fa-head-side-cough:before {
  content: "\e061";
}
.fa-head-side-cough-slash:before {
  content: "\e062";
}
.fa-head-side-mask:before {
  content: "\e063";
}
.fa-head-side-virus:before {
  content: "\e064";
}
.fa-heading:before {
  content: "\f1dc";
}
.fa-headphones:before {
  content: "\f025";
}
.fa-headphones-alt:before {
  content: "\f58f";
}
.fa-headset:before {
  content: "\f590";
}
.fa-heart:before {
  content: "\f004";
}
.fa-heart-broken:before {
  content: "\f7a9";
}
.fa-heartbeat:before {
  content: "\f21e";
}
.fa-helicopter:before {
  content: "\f533";
}
.fa-highlighter:before {
  content: "\f591";
}
.fa-hiking:before {
  content: "\f6ec";
}
.fa-hippo:before {
  content: "\f6ed";
}
.fa-hips:before {
  content: "\f452";
}
.fa-hire-a-helper:before {
  content: "\f3b0";
}
.fa-history:before {
  content: "\f1da";
}
.fa-hive:before {
  content: "\e07f";
}
.fa-hockey-puck:before {
  content: "\f453";
}
.fa-holly-berry:before {
  content: "\f7aa";
}
.fa-home:before {
  content: "\f015";
}
.fa-hooli:before {
  content: "\f427";
}
.fa-hornbill:before {
  content: "\f592";
}
.fa-horse:before {
  content: "\f6f0";
}
.fa-horse-head:before {
  content: "\f7ab";
}
.fa-hospital:before {
  content: "\f0f8";
}
.fa-hospital-alt:before {
  content: "\f47d";
}
.fa-hospital-symbol:before {
  content: "\f47e";
}
.fa-hospital-user:before {
  content: "\f80d";
}
.fa-hot-tub:before {
  content: "\f593";
}
.fa-hotdog:before {
  content: "\f80f";
}
.fa-hotel:before {
  content: "\f594";
}
.fa-hotjar:before {
  content: "\f3b1";
}
.fa-hourglass:before {
  content: "\f254";
}
.fa-hourglass-end:before {
  content: "\f253";
}
.fa-hourglass-half:before {
  content: "\f252";
}
.fa-hourglass-start:before {
  content: "\f251";
}
.fa-house-damage:before {
  content: "\f6f1";
}
.fa-house-user:before {
  content: "\e065";
}
.fa-houzz:before {
  content: "\f27c";
}
.fa-hryvnia:before {
  content: "\f6f2";
}
.fa-html5:before {
  content: "\f13b";
}
.fa-hubspot:before {
  content: "\f3b2";
}
.fa-i-cursor:before {
  content: "\f246";
}
.fa-ice-cream:before {
  content: "\f810";
}
.fa-icicles:before {
  content: "\f7ad";
}
.fa-icons:before {
  content: "\f86d";
}
.fa-id-badge:before {
  content: "\f2c1";
}
.fa-id-card:before {
  content: "\f2c2";
}
.fa-id-card-alt:before {
  content: "\f47f";
}
.fa-ideal:before {
  content: "\e013";
}
.fa-igloo:before {
  content: "\f7ae";
}
.fa-image:before {
  content: "\f03e";
}
.fa-images:before {
  content: "\f302";
}
.fa-imdb:before {
  content: "\f2d8";
}
.fa-inbox:before {
  content: "\f01c";
}
.fa-indent:before {
  content: "\f03c";
}
.fa-industry:before {
  content: "\f275";
}
.fa-infinity:before {
  content: "\f534";
}
.fa-info:before {
  content: "\f129";
}
.fa-info-circle:before {
  content: "\f05a";
}
.fa-innosoft:before {
  content: "\e080";
}
.fa-instagram:before {
  content: "\f16d";
}
.fa-instagram-square:before {
  content: "\e055";
}
.fa-instalod:before {
  content: "\e081";
}
.fa-intercom:before {
  content: "\f7af";
}
.fa-internet-explorer:before {
  content: "\f26b";
}
.fa-invision:before {
  content: "\f7b0";
}
.fa-ioxhost:before {
  content: "\f208";
}
.fa-italic:before {
  content: "\f033";
}
.fa-itch-io:before {
  content: "\f83a";
}
.fa-itunes:before {
  content: "\f3b4";
}
.fa-itunes-note:before {
  content: "\f3b5";
}
.fa-java:before {
  content: "\f4e4";
}
.fa-jedi:before {
  content: "\f669";
}
.fa-jedi-order:before {
  content: "\f50e";
}
.fa-jenkins:before {
  content: "\f3b6";
}
.fa-jira:before {
  content: "\f7b1";
}
.fa-joget:before {
  content: "\f3b7";
}
.fa-joint:before {
  content: "\f595";
}
.fa-joomla:before {
  content: "\f1aa";
}
.fa-journal-whills:before {
  content: "\f66a";
}
.fa-js:before {
  content: "\f3b8";
}
.fa-js-square:before {
  content: "\f3b9";
}
.fa-jsfiddle:before {
  content: "\f1cc";
}
.fa-kaaba:before {
  content: "\f66b";
}
.fa-kaggle:before {
  content: "\f5fa";
}
.fa-key:before {
  content: "\f084";
}
.fa-keybase:before {
  content: "\f4f5";
}
.fa-keyboard:before {
  content: "\f11c";
}
.fa-keycdn:before {
  content: "\f3ba";
}
.fa-khanda:before {
  content: "\f66d";
}
.fa-kickstarter:before {
  content: "\f3bb";
}
.fa-kickstarter-k:before {
  content: "\f3bc";
}
.fa-kiss:before {
  content: "\f596";
}
.fa-kiss-beam:before {
  content: "\f597";
}
.fa-kiss-wink-heart:before {
  content: "\f598";
}
.fa-kiwi-bird:before {
  content: "\f535";
}
.fa-korvue:before {
  content: "\f42f";
}
.fa-landmark:before {
  content: "\f66f";
}
.fa-language:before {
  content: "\f1ab";
}
.fa-laptop:before {
  content: "\f109";
}
.fa-laptop-code:before {
  content: "\f5fc";
}
.fa-laptop-house:before {
  content: "\e066";
}
.fa-laptop-medical:before {
  content: "\f812";
}
.fa-laravel:before {
  content: "\f3bd";
}
.fa-lastfm:before {
  content: "\f202";
}
.fa-lastfm-square:before {
  content: "\f203";
}
.fa-laugh:before {
  content: "\f599";
}
.fa-laugh-beam:before {
  content: "\f59a";
}
.fa-laugh-squint:before {
  content: "\f59b";
}
.fa-laugh-wink:before {
  content: "\f59c";
}
.fa-layer-group:before {
  content: "\f5fd";
}
.fa-leaf:before {
  content: "\f06c";
}
.fa-leanpub:before {
  content: "\f212";
}
.fa-lemon:before {
  content: "\f094";
}
.fa-less:before {
  content: "\f41d";
}
.fa-less-than:before {
  content: "\f536";
}
.fa-less-than-equal:before {
  content: "\f537";
}
.fa-level-down-alt:before {
  content: "\f3be";
}
.fa-level-up-alt:before {
  content: "\f3bf";
}
.fa-life-ring:before {
  content: "\f1cd";
}
.fa-lightbulb:before {
  content: "\f0eb";
}
.fa-line:before {
  content: "\f3c0";
}
.fa-link:before {
  content: "\f0c1";
}
.fa-linkedin:before {
  content: "\f08c";
}
.fa-linkedin-in:before {
  content: "\f0e1";
}
.fa-linode:before {
  content: "\f2b8";
}
.fa-linux:before {
  content: "\f17c";
}
.fa-lira-sign:before {
  content: "\f195";
}
.fa-list:before {
  content: "\f03a";
}
.fa-list-alt:before {
  content: "\f022";
}
.fa-list-ol:before {
  content: "\f0cb";
}
.fa-list-ul:before {
  content: "\f0ca";
}
.fa-location-arrow:before {
  content: "\f124";
}
.fa-lock:before {
  content: "\f023";
}
.fa-lock-open:before {
  content: "\f3c1";
}
.fa-long-arrow-alt-down:before {
  content: "\f309";
}
.fa-long-arrow-alt-left:before {
  content: "\f30a";
}
.fa-long-arrow-alt-right:before {
  content: "\f30b";
}
.fa-long-arrow-alt-up:before {
  content: "\f30c";
}
.fa-low-vision:before {
  content: "\f2a8";
}
.fa-luggage-cart:before {
  content: "\f59d";
}
.fa-lungs:before {
  content: "\f604";
}
.fa-lungs-virus:before {
  content: "\e067";
}
.fa-lyft:before {
  content: "\f3c3";
}
.fa-magento:before {
  content: "\f3c4";
}
.fa-magic:before {
  content: "\f0d0";
}
.fa-magnet:before {
  content: "\f076";
}
.fa-mail-bulk:before {
  content: "\f674";
}
.fa-mailchimp:before {
  content: "\f59e";
}
.fa-male:before {
  content: "\f183";
}
.fa-mandalorian:before {
  content: "\f50f";
}
.fa-map:before {
  content: "\f279";
}
.fa-map-marked:before {
  content: "\f59f";
}
.fa-map-marked-alt:before {
  content: "\f5a0";
}
.fa-map-marker:before {
  content: "\f041";
}
.fa-map-marker-alt:before {
  content: "\f3c5";
}
.fa-map-pin:before {
  content: "\f276";
}
.fa-map-signs:before {
  content: "\f277";
}
.fa-markdown:before {
  content: "\f60f";
}
.fa-marker:before {
  content: "\f5a1";
}
.fa-mars:before {
  content: "\f222";
}
.fa-mars-double:before {
  content: "\f227";
}
.fa-mars-stroke:before {
  content: "\f229";
}
.fa-mars-stroke-h:before {
  content: "\f22b";
}
.fa-mars-stroke-v:before {
  content: "\f22a";
}
.fa-mask:before {
  content: "\f6fa";
}
.fa-mastodon:before {
  content: "\f4f6";
}
.fa-maxcdn:before {
  content: "\f136";
}
.fa-mdb:before {
  content: "\f8ca";
}
.fa-medal:before {
  content: "\f5a2";
}
.fa-medapps:before {
  content: "\f3c6";
}
.fa-medium:before {
  content: "\f23a";
}
.fa-medium-m:before {
  content: "\f3c7";
}
.fa-medkit:before {
  content: "\f0fa";
}
.fa-medrt:before {
  content: "\f3c8";
}
.fa-meetup:before {
  content: "\f2e0";
}
.fa-megaport:before {
  content: "\f5a3";
}
.fa-meh:before {
  content: "\f11a";
}
.fa-meh-blank:before {
  content: "\f5a4";
}
.fa-meh-rolling-eyes:before {
  content: "\f5a5";
}
.fa-memory:before {
  content: "\f538";
}
.fa-mendeley:before {
  content: "\f7b3";
}
.fa-menorah:before {
  content: "\f676";
}
.fa-mercury:before {
  content: "\f223";
}
.fa-meteor:before {
  content: "\f753";
}
.fa-microblog:before {
  content: "\e01a";
}
.fa-microchip:before {
  content: "\f2db";
}
.fa-microphone:before {
  content: "\f130";
}
.fa-microphone-alt:before {
  content: "\f3c9";
}
.fa-microphone-alt-slash:before {
  content: "\f539";
}
.fa-microphone-slash:before {
  content: "\f131";
}
.fa-microscope:before {
  content: "\f610";
}
.fa-microsoft:before {
  content: "\f3ca";
}
.fa-minus:before {
  content: "\f068";
}
.fa-minus-circle:before {
  content: "\f056";
}
.fa-minus-square:before {
  content: "\f146";
}
.fa-mitten:before {
  content: "\f7b5";
}
.fa-mix:before {
  content: "\f3cb";
}
.fa-mixcloud:before {
  content: "\f289";
}
.fa-mixer:before {
  content: "\e056";
}
.fa-mizuni:before {
  content: "\f3cc";
}
.fa-mobile:before {
  content: "\f10b";
}
.fa-mobile-alt:before {
  content: "\f3cd";
}
.fa-modx:before {
  content: "\f285";
}
.fa-monero:before {
  content: "\f3d0";
}
.fa-money-bill:before {
  content: "\f0d6";
}
.fa-money-bill-alt:before {
  content: "\f3d1";
}
.fa-money-bill-wave:before {
  content: "\f53a";
}
.fa-money-bill-wave-alt:before {
  content: "\f53b";
}
.fa-money-check:before {
  content: "\f53c";
}
.fa-money-check-alt:before {
  content: "\f53d";
}
.fa-monument:before {
  content: "\f5a6";
}
.fa-moon:before {
  content: "\f186";
}
.fa-mortar-pestle:before {
  content: "\f5a7";
}
.fa-mosque:before {
  content: "\f678";
}
.fa-motorcycle:before {
  content: "\f21c";
}
.fa-mountain:before {
  content: "\f6fc";
}
.fa-mouse:before {
  content: "\f8cc";
}
.fa-mouse-pointer:before {
  content: "\f245";
}
.fa-mug-hot:before {
  content: "\f7b6";
}
.fa-music:before {
  content: "\f001";
}
.fa-napster:before {
  content: "\f3d2";
}
.fa-neos:before {
  content: "\f612";
}
.fa-network-wired:before {
  content: "\f6ff";
}
.fa-neuter:before {
  content: "\f22c";
}
.fa-newspaper:before {
  content: "\f1ea";
}
.fa-nimblr:before {
  content: "\f5a8";
}
.fa-node:before {
  content: "\f419";
}
.fa-node-js:before {
  content: "\f3d3";
}
.fa-not-equal:before {
  content: "\f53e";
}
.fa-notes-medical:before {
  content: "\f481";
}
.fa-npm:before {
  content: "\f3d4";
}
.fa-ns8:before {
  content: "\f3d5";
}
.fa-nutritionix:before {
  content: "\f3d6";
}
.fa-object-group:before {
  content: "\f247";
}
.fa-object-ungroup:before {
  content: "\f248";
}
.fa-octopus-deploy:before {
  content: "\e082";
}
.fa-odnoklassniki:before {
  content: "\f263";
}
.fa-odnoklassniki-square:before {
  content: "\f264";
}
.fa-oil-can:before {
  content: "\f613";
}
.fa-old-republic:before {
  content: "\f510";
}
.fa-om:before {
  content: "\f679";
}
.fa-opencart:before {
  content: "\f23d";
}
.fa-openid:before {
  content: "\f19b";
}
.fa-opera:before {
  content: "\f26a";
}
.fa-optin-monster:before {
  content: "\f23c";
}
.fa-orcid:before {
  content: "\f8d2";
}
.fa-osi:before {
  content: "\f41a";
}
.fa-otter:before {
  content: "\f700";
}
.fa-outdent:before {
  content: "\f03b";
}
.fa-page4:before {
  content: "\f3d7";
}
.fa-pagelines:before {
  content: "\f18c";
}
.fa-pager:before {
  content: "\f815";
}
.fa-paint-brush:before {
  content: "\f1fc";
}
.fa-paint-roller:before {
  content: "\f5aa";
}
.fa-palette:before {
  content: "\f53f";
}
.fa-palfed:before {
  content: "\f3d8";
}
.fa-pallet:before {
  content: "\f482";
}
.fa-paper-plane:before {
  content: "\f1d8";
}
.fa-paperclip:before {
  content: "\f0c6";
}
.fa-parachute-box:before {
  content: "\f4cd";
}
.fa-paragraph:before {
  content: "\f1dd";
}
.fa-parking:before {
  content: "\f540";
}
.fa-passport:before {
  content: "\f5ab";
}
.fa-pastafarianism:before {
  content: "\f67b";
}
.fa-paste:before {
  content: "\f0ea";
}
.fa-patreon:before {
  content: "\f3d9";
}
.fa-pause:before {
  content: "\f04c";
}
.fa-pause-circle:before {
  content: "\f28b";
}
.fa-paw:before {
  content: "\f1b0";
}
.fa-paypal:before {
  content: "\f1ed";
}
.fa-peace:before {
  content: "\f67c";
}
.fa-pen:before {
  content: "\f304";
}
.fa-pen-alt:before {
  content: "\f305";
}
.fa-pen-fancy:before {
  content: "\f5ac";
}
.fa-pen-nib:before {
  content: "\f5ad";
}
.fa-pen-square:before {
  content: "\f14b";
}
.fa-pencil-alt:before {
  content: "\f303";
}
.fa-pencil-ruler:before {
  content: "\f5ae";
}
.fa-penny-arcade:before {
  content: "\f704";
}
.fa-people-arrows:before {
  content: "\e068";
}
.fa-people-carry:before {
  content: "\f4ce";
}
.fa-pepper-hot:before {
  content: "\f816";
}
.fa-perbyte:before {
  content: "\e083";
}
.fa-percent:before {
  content: "\f295";
}
.fa-percentage:before {
  content: "\f541";
}
.fa-periscope:before {
  content: "\f3da";
}
.fa-person-booth:before {
  content: "\f756";
}
.fa-phabricator:before {
  content: "\f3db";
}
.fa-phoenix-framework:before {
  content: "\f3dc";
}
.fa-phoenix-squadron:before {
  content: "\f511";
}
.fa-phone:before {
  content: "\f095";
}
.fa-phone-alt:before {
  content: "\f879";
}
.fa-phone-slash:before {
  content: "\f3dd";
}
.fa-phone-square:before {
  content: "\f098";
}
.fa-phone-square-alt:before {
  content: "\f87b";
}
.fa-phone-volume:before {
  content: "\f2a0";
}
.fa-photo-video:before {
  content: "\f87c";
}
.fa-php:before {
  content: "\f457";
}
.fa-pied-piper:before {
  content: "\f2ae";
}
.fa-pied-piper-alt:before {
  content: "\f1a8";
}
.fa-pied-piper-hat:before {
  content: "\f4e5";
}
.fa-pied-piper-pp:before {
  content: "\f1a7";
}
.fa-pied-piper-square:before {
  content: "\e01e";
}
.fa-piggy-bank:before {
  content: "\f4d3";
}
.fa-pills:before {
  content: "\f484";
}
.fa-pinterest:before {
  content: "\f0d2";
}
.fa-pinterest-p:before {
  content: "\f231";
}
.fa-pinterest-square:before {
  content: "\f0d3";
}
.fa-pizza-slice:before {
  content: "\f818";
}
.fa-place-of-worship:before {
  content: "\f67f";
}
.fa-plane:before {
  content: "\f072";
}
.fa-plane-arrival:before {
  content: "\f5af";
}
.fa-plane-departure:before {
  content: "\f5b0";
}
.fa-plane-slash:before {
  content: "\e069";
}
.fa-play:before {
  content: "\f04b";
}
.fa-play-circle:before {
  content: "\f144";
}
.fa-playstation:before {
  content: "\f3df";
}
.fa-plug:before {
  content: "\f1e6";
}
.fa-plus:before {
  content: "\f067";
}
.fa-plus-circle:before {
  content: "\f055";
}
.fa-plus-square:before {
  content: "\f0fe";
}
.fa-podcast:before {
  content: "\f2ce";
}
.fa-poll:before {
  content: "\f681";
}
.fa-poll-h:before {
  content: "\f682";
}
.fa-poo:before {
  content: "\f2fe";
}
.fa-poo-storm:before {
  content: "\f75a";
}
.fa-poop:before {
  content: "\f619";
}
.fa-portrait:before {
  content: "\f3e0";
}
.fa-pound-sign:before {
  content: "\f154";
}
.fa-power-off:before {
  content: "\f011";
}
.fa-pray:before {
  content: "\f683";
}
.fa-praying-hands:before {
  content: "\f684";
}
.fa-prescription:before {
  content: "\f5b1";
}
.fa-prescription-bottle:before {
  content: "\f485";
}
.fa-prescription-bottle-alt:before {
  content: "\f486";
}
.fa-print:before {
  content: "\f02f";
}
.fa-procedures:before {
  content: "\f487";
}
.fa-product-hunt:before {
  content: "\f288";
}
.fa-project-diagram:before {
  content: "\f542";
}
.fa-pump-medical:before {
  content: "\e06a";
}
.fa-pump-soap:before {
  content: "\e06b";
}
.fa-pushed:before {
  content: "\f3e1";
}
.fa-puzzle-piece:before {
  content: "\f12e";
}
.fa-python:before {
  content: "\f3e2";
}
.fa-qq:before {
  content: "\f1d6";
}
.fa-qrcode:before {
  content: "\f029";
}
.fa-question:before {
  content: "\f128";
}
.fa-question-circle:before {
  content: "\f059";
}
.fa-quidditch:before {
  content: "\f458";
}
.fa-quinscape:before {
  content: "\f459";
}
.fa-quora:before {
  content: "\f2c4";
}
.fa-quote-left:before {
  content: "\f10d";
}
.fa-quote-right:before {
  content: "\f10e";
}
.fa-quran:before {
  content: "\f687";
}
.fa-r-project:before {
  content: "\f4f7";
}
.fa-radiation:before {
  content: "\f7b9";
}
.fa-radiation-alt:before {
  content: "\f7ba";
}
.fa-rainbow:before {
  content: "\f75b";
}
.fa-random:before {
  content: "\f074";
}
.fa-raspberry-pi:before {
  content: "\f7bb";
}
.fa-ravelry:before {
  content: "\f2d9";
}
.fa-react:before {
  content: "\f41b";
}
.fa-reacteurope:before {
  content: "\f75d";
}
.fa-readme:before {
  content: "\f4d5";
}
.fa-rebel:before {
  content: "\f1d0";
}
.fa-receipt:before {
  content: "\f543";
}
.fa-record-vinyl:before {
  content: "\f8d9";
}
.fa-recycle:before {
  content: "\f1b8";
}
.fa-red-river:before {
  content: "\f3e3";
}
.fa-reddit:before {
  content: "\f1a1";
}
.fa-reddit-alien:before {
  content: "\f281";
}
.fa-reddit-square:before {
  content: "\f1a2";
}
.fa-redhat:before {
  content: "\f7bc";
}
.fa-redo:before {
  content: "\f01e";
}
.fa-redo-alt:before {
  content: "\f2f9";
}
.fa-registered:before {
  content: "\f25d";
}
.fa-remove-format:before {
  content: "\f87d";
}
.fa-renren:before {
  content: "\f18b";
}
.fa-reply:before {
  content: "\f3e5";
}
.fa-reply-all:before {
  content: "\f122";
}
.fa-replyd:before {
  content: "\f3e6";
}
.fa-republican:before {
  content: "\f75e";
}
.fa-researchgate:before {
  content: "\f4f8";
}
.fa-resolving:before {
  content: "\f3e7";
}
.fa-restroom:before {
  content: "\f7bd";
}
.fa-retweet:before {
  content: "\f079";
}
.fa-rev:before {
  content: "\f5b2";
}
.fa-ribbon:before {
  content: "\f4d6";
}
.fa-ring:before {
  content: "\f70b";
}
.fa-road:before {
  content: "\f018";
}
.fa-robot:before {
  content: "\f544";
}
.fa-rocket:before {
  content: "\f135";
}
.fa-rocketchat:before {
  content: "\f3e8";
}
.fa-rockrms:before {
  content: "\f3e9";
}
.fa-route:before {
  content: "\f4d7";
}
.fa-rss:before {
  content: "\f09e";
}
.fa-rss-square:before {
  content: "\f143";
}
.fa-ruble-sign:before {
  content: "\f158";
}
.fa-ruler:before {
  content: "\f545";
}
.fa-ruler-combined:before {
  content: "\f546";
}
.fa-ruler-horizontal:before {
  content: "\f547";
}
.fa-ruler-vertical:before {
  content: "\f548";
}
.fa-running:before {
  content: "\f70c";
}
.fa-rupee-sign:before {
  content: "\f156";
}
.fa-rust:before {
  content: "\e07a";
}
.fa-sad-cry:before {
  content: "\f5b3";
}
.fa-sad-tear:before {
  content: "\f5b4";
}
.fa-safari:before {
  content: "\f267";
}
.fa-salesforce:before {
  content: "\f83b";
}
.fa-sass:before {
  content: "\f41e";
}
.fa-satellite:before {
  content: "\f7bf";
}
.fa-satellite-dish:before {
  content: "\f7c0";
}
.fa-save:before {
  content: "\f0c7";
}
.fa-schlix:before {
  content: "\f3ea";
}
.fa-school:before {
  content: "\f549";
}
.fa-screwdriver:before {
  content: "\f54a";
}
.fa-scribd:before {
  content: "\f28a";
}
.fa-scroll:before {
  content: "\f70e";
}
.fa-sd-card:before {
  content: "\f7c2";
}
.fa-search:before {
  content: "\f002";
}
.fa-search-dollar:before {
  content: "\f688";
}
.fa-search-location:before {
  content: "\f689";
}
.fa-search-minus:before {
  content: "\f010";
}
.fa-search-plus:before {
  content: "\f00e";
}
.fa-searchengin:before {
  content: "\f3eb";
}
.fa-seedling:before {
  content: "\f4d8";
}
.fa-sellcast:before {
  content: "\f2da";
}
.fa-sellsy:before {
  content: "\f213";
}
.fa-server:before {
  content: "\f233";
}
.fa-servicestack:before {
  content: "\f3ec";
}
.fa-shapes:before {
  content: "\f61f";
}
.fa-share:before {
  content: "\f064";
}
.fa-share-alt:before {
  content: "\f1e0";
}
.fa-share-alt-square:before {
  content: "\f1e1";
}
.fa-share-square:before {
  content: "\f14d";
}
.fa-shekel-sign:before {
  content: "\f20b";
}
.fa-shield-alt:before {
  content: "\f3ed";
}
.fa-shield-virus:before {
  content: "\e06c";
}
.fa-ship:before {
  content: "\f21a";
}
.fa-shipping-fast:before {
  content: "\f48b";
}
.fa-shirtsinbulk:before {
  content: "\f214";
}
.fa-shoe-prints:before {
  content: "\f54b";
}
.fa-shopify:before {
  content: "\e057";
}
.fa-shopping-bag:before {
  content: "\f290";
}
.fa-shopping-basket:before {
  content: "\f291";
}
.fa-shopping-cart:before {
  content: "\f07a";
}
.fa-shopware:before {
  content: "\f5b5";
}
.fa-shower:before {
  content: "\f2cc";
}
.fa-shuttle-van:before {
  content: "\f5b6";
}
.fa-sign:before {
  content: "\f4d9";
}
.fa-sign-in-alt:before {
  content: "\f2f6";
}
.fa-sign-language:before {
  content: "\f2a7";
}
.fa-sign-out-alt:before {
  content: "\f2f5";
}
.fa-signal:before {
  content: "\f012";
}
.fa-signature:before {
  content: "\f5b7";
}
.fa-sim-card:before {
  content: "\f7c4";
}
.fa-simplybuilt:before {
  content: "\f215";
}
.fa-sink:before {
  content: "\e06d";
}
.fa-sistrix:before {
  content: "\f3ee";
}
.fa-sitemap:before {
  content: "\f0e8";
}
.fa-sith:before {
  content: "\f512";
}
.fa-skating:before {
  content: "\f7c5";
}
.fa-sketch:before {
  content: "\f7c6";
}
.fa-skiing:before {
  content: "\f7c9";
}
.fa-skiing-nordic:before {
  content: "\f7ca";
}
.fa-skull:before {
  content: "\f54c";
}
.fa-skull-crossbones:before {
  content: "\f714";
}
.fa-skyatlas:before {
  content: "\f216";
}
.fa-skype:before {
  content: "\f17e";
}
.fa-slack:before {
  content: "\f198";
}
.fa-slack-hash:before {
  content: "\f3ef";
}
.fa-slash:before {
  content: "\f715";
}
.fa-sleigh:before {
  content: "\f7cc";
}
.fa-sliders-h:before {
  content: "\f1de";
}
.fa-slideshare:before {
  content: "\f1e7";
}
.fa-smile:before {
  content: "\f118";
}
.fa-smile-beam:before {
  content: "\f5b8";
}
.fa-smile-wink:before {
  content: "\f4da";
}
.fa-smog:before {
  content: "\f75f";
}
.fa-smoking:before {
  content: "\f48d";
}
.fa-smoking-ban:before {
  content: "\f54d";
}
.fa-sms:before {
  content: "\f7cd";
}
.fa-snapchat:before {
  content: "\f2ab";
}
.fa-snapchat-ghost:before {
  content: "\f2ac";
}
.fa-snapchat-square:before {
  content: "\f2ad";
}
.fa-snowboarding:before {
  content: "\f7ce";
}
.fa-snowflake:before {
  content: "\f2dc";
}
.fa-snowman:before {
  content: "\f7d0";
}
.fa-snowplow:before {
  content: "\f7d2";
}
.fa-soap:before {
  content: "\e06e";
}
.fa-socks:before {
  content: "\f696";
}
.fa-solar-panel:before {
  content: "\f5ba";
}
.fa-sort:before {
  content: "\f0dc";
}
.fa-sort-alpha-down:before {
  content: "\f15d";
}
.fa-sort-alpha-down-alt:before {
  content: "\f881";
}
.fa-sort-alpha-up:before {
  content: "\f15e";
}
.fa-sort-alpha-up-alt:before {
  content: "\f882";
}
.fa-sort-amount-down:before {
  content: "\f160";
}
.fa-sort-amount-down-alt:before {
  content: "\f884";
}
.fa-sort-amount-up:before {
  content: "\f161";
}
.fa-sort-amount-up-alt:before {
  content: "\f885";
}
.fa-sort-down:before {
  content: "\f0dd";
}
.fa-sort-numeric-down:before {
  content: "\f162";
}
.fa-sort-numeric-down-alt:before {
  content: "\f886";
}
.fa-sort-numeric-up:before {
  content: "\f163";
}
.fa-sort-numeric-up-alt:before {
  content: "\f887";
}
.fa-sort-up:before {
  content: "\f0de";
}
.fa-soundcloud:before {
  content: "\f1be";
}
.fa-sourcetree:before {
  content: "\f7d3";
}
.fa-spa:before {
  content: "\f5bb";
}
.fa-space-shuttle:before {
  content: "\f197";
}
.fa-speakap:before {
  content: "\f3f3";
}
.fa-speaker-deck:before {
  content: "\f83c";
}
.fa-spell-check:before {
  content: "\f891";
}
.fa-spider:before {
  content: "\f717";
}
.fa-spinner:before {
  content: "\f110";
}
.fa-splotch:before {
  content: "\f5bc";
}
.fa-spotify:before {
  content: "\f1bc";
}
.fa-spray-can:before {
  content: "\f5bd";
}
.fa-square:before {
  content: "\f0c8";
}
.fa-square-full:before {
  content: "\f45c";
}
.fa-square-root-alt:before {
  content: "\f698";
}
.fa-squarespace:before {
  content: "\f5be";
}
.fa-stack-exchange:before {
  content: "\f18d";
}
.fa-stack-overflow:before {
  content: "\f16c";
}
.fa-stackpath:before {
  content: "\f842";
}
.fa-stamp:before {
  content: "\f5bf";
}
.fa-star:before {
  content: "\f005";
}
.fa-star-and-crescent:before {
  content: "\f699";
}
.fa-star-half:before {
  content: "\f089";
}
.fa-star-half-alt:before {
  content: "\f5c0";
}
.fa-star-of-david:before {
  content: "\f69a";
}
.fa-star-of-life:before {
  content: "\f621";
}
.fa-staylinked:before {
  content: "\f3f5";
}
.fa-steam:before {
  content: "\f1b6";
}
.fa-steam-square:before {
  content: "\f1b7";
}
.fa-steam-symbol:before {
  content: "\f3f6";
}
.fa-step-backward:before {
  content: "\f048";
}
.fa-step-forward:before {
  content: "\f051";
}
.fa-stethoscope:before {
  content: "\f0f1";
}
.fa-sticker-mule:before {
  content: "\f3f7";
}
.fa-sticky-note:before {
  content: "\f249";
}
.fa-stop:before {
  content: "\f04d";
}
.fa-stop-circle:before {
  content: "\f28d";
}
.fa-stopwatch:before {
  content: "\f2f2";
}
.fa-stopwatch-20:before {
  content: "\e06f";
}
.fa-store:before {
  content: "\f54e";
}
.fa-store-alt:before {
  content: "\f54f";
}
.fa-store-alt-slash:before {
  content: "\e070";
}
.fa-store-slash:before {
  content: "\e071";
}
.fa-strava:before {
  content: "\f428";
}
.fa-stream:before {
  content: "\f550";
}
.fa-street-view:before {
  content: "\f21d";
}
.fa-strikethrough:before {
  content: "\f0cc";
}
.fa-stripe:before {
  content: "\f429";
}
.fa-stripe-s:before {
  content: "\f42a";
}
.fa-stroopwafel:before {
  content: "\f551";
}
.fa-studiovinari:before {
  content: "\f3f8";
}
.fa-stumbleupon:before {
  content: "\f1a4";
}
.fa-stumbleupon-circle:before {
  content: "\f1a3";
}
.fa-subscript:before {
  content: "\f12c";
}
.fa-subway:before {
  content: "\f239";
}
.fa-suitcase:before {
  content: "\f0f2";
}
.fa-suitcase-rolling:before {
  content: "\f5c1";
}
.fa-sun:before {
  content: "\f185";
}
.fa-superpowers:before {
  content: "\f2dd";
}
.fa-superscript:before {
  content: "\f12b";
}
.fa-supple:before {
  content: "\f3f9";
}
.fa-surprise:before {
  content: "\f5c2";
}
.fa-suse:before {
  content: "\f7d6";
}
.fa-swatchbook:before {
  content: "\f5c3";
}
.fa-swift:before {
  content: "\f8e1";
}
.fa-swimmer:before {
  content: "\f5c4";
}
.fa-swimming-pool:before {
  content: "\f5c5";
}
.fa-symfony:before {
  content: "\f83d";
}
.fa-synagogue:before {
  content: "\f69b";
}
.fa-sync:before {
  content: "\f021";
}
.fa-sync-alt:before {
  content: "\f2f1";
}
.fa-syringe:before {
  content: "\f48e";
}
.fa-table:before {
  content: "\f0ce";
}
.fa-table-tennis:before {
  content: "\f45d";
}
.fa-tablet:before {
  content: "\f10a";
}
.fa-tablet-alt:before {
  content: "\f3fa";
}
.fa-tablets:before {
  content: "\f490";
}
.fa-tachometer-alt:before {
  content: "\f3fd";
}
.fa-tag:before {
  content: "\f02b";
}
.fa-tags:before {
  content: "\f02c";
}
.fa-tape:before {
  content: "\f4db";
}
.fa-tasks:before {
  content: "\f0ae";
}
.fa-taxi:before {
  content: "\f1ba";
}
.fa-teamspeak:before {
  content: "\f4f9";
}
.fa-teeth:before {
  content: "\f62e";
}
.fa-teeth-open:before {
  content: "\f62f";
}
.fa-telegram:before {
  content: "\f2c6";
}
.fa-telegram-plane:before {
  content: "\f3fe";
}
.fa-temperature-high:before {
  content: "\f769";
}
.fa-temperature-low:before {
  content: "\f76b";
}
.fa-tencent-weibo:before {
  content: "\f1d5";
}
.fa-tenge:before {
  content: "\f7d7";
}
.fa-terminal:before {
  content: "\f120";
}
.fa-text-height:before {
  content: "\f034";
}
.fa-text-width:before {
  content: "\f035";
}
.fa-th:before {
  content: "\f00a";
}
.fa-th-large:before {
  content: "\f009";
}
.fa-th-list:before {
  content: "\f00b";
}
.fa-the-red-yeti:before {
  content: "\f69d";
}
.fa-theater-masks:before {
  content: "\f630";
}
.fa-themeco:before {
  content: "\f5c6";
}
.fa-themeisle:before {
  content: "\f2b2";
}
.fa-thermometer:before {
  content: "\f491";
}
.fa-thermometer-empty:before {
  content: "\f2cb";
}
.fa-thermometer-full:before {
  content: "\f2c7";
}
.fa-thermometer-half:before {
  content: "\f2c9";
}
.fa-thermometer-quarter:before {
  content: "\f2ca";
}
.fa-thermometer-three-quarters:before {
  content: "\f2c8";
}
.fa-think-peaks:before {
  content: "\f731";
}
.fa-thumbs-down:before {
  content: "\f165";
}
.fa-thumbs-up:before {
  content: "\f164";
}
.fa-thumbtack:before {
  content: "\f08d";
}
.fa-ticket-alt:before {
  content: "\f3ff";
}
.fa-tiktok:before {
  content: "\e07b";
}
.fa-times:before {
  content: "\f00d";
}
.fa-times-circle:before {
  content: "\f057";
}
.fa-tint:before {
  content: "\f043";
}
.fa-tint-slash:before {
  content: "\f5c7";
}
.fa-tired:before {
  content: "\f5c8";
}
.fa-toggle-off:before {
  content: "\f204";
}
.fa-toggle-on:before {
  content: "\f205";
}
.fa-toilet:before {
  content: "\f7d8";
}
.fa-toilet-paper:before {
  content: "\f71e";
}
.fa-toilet-paper-slash:before {
  content: "\e072";
}
.fa-toolbox:before {
  content: "\f552";
}
.fa-tools:before {
  content: "\f7d9";
}
.fa-tooth:before {
  content: "\f5c9";
}
.fa-torah:before {
  content: "\f6a0";
}
.fa-torii-gate:before {
  content: "\f6a1";
}
.fa-tractor:before {
  content: "\f722";
}
.fa-trade-federation:before {
  content: "\f513";
}
.fa-trademark:before {
  content: "\f25c";
}
.fa-traffic-light:before {
  content: "\f637";
}
.fa-trailer:before {
  content: "\e041";
}
.fa-train:before {
  content: "\f238";
}
.fa-tram:before {
  content: "\f7da";
}
.fa-transgender:before {
  content: "\f224";
}
.fa-transgender-alt:before {
  content: "\f225";
}
.fa-trash:before {
  content: "\f1f8";
}
.fa-trash-alt:before {
  content: "\f2ed";
}
.fa-trash-restore:before {
  content: "\f829";
}
.fa-trash-restore-alt:before {
  content: "\f82a";
}
.fa-tree:before {
  content: "\f1bb";
}
.fa-trello:before {
  content: "\f181";
}
.fa-tripadvisor:before {
  content: "\f262";
}
.fa-trophy:before {
  content: "\f091";
}
.fa-truck:before {
  content: "\f0d1";
}
.fa-truck-loading:before {
  content: "\f4de";
}
.fa-truck-monster:before {
  content: "\f63b";
}
.fa-truck-moving:before {
  content: "\f4df";
}
.fa-truck-pickup:before {
  content: "\f63c";
}
.fa-tshirt:before {
  content: "\f553";
}
.fa-tty:before {
  content: "\f1e4";
}
.fa-tumblr:before {
  content: "\f173";
}
.fa-tumblr-square:before {
  content: "\f174";
}
.fa-tv:before {
  content: "\f26c";
}
.fa-twitch:before {
  content: "\f1e8";
}
.fa-twitter:before {
  content: "\f099";
}
.fa-twitter-square:before {
  content: "\f081";
}
.fa-typo3:before {
  content: "\f42b";
}
.fa-uber:before {
  content: "\f402";
}
.fa-ubuntu:before {
  content: "\f7df";
}
.fa-uikit:before {
  content: "\f403";
}
.fa-umbraco:before {
  content: "\f8e8";
}
.fa-umbrella:before {
  content: "\f0e9";
}
.fa-umbrella-beach:before {
  content: "\f5ca";
}
.fa-uncharted:before {
  content: "\e084";
}
.fa-underline:before {
  content: "\f0cd";
}
.fa-undo:before {
  content: "\f0e2";
}
.fa-undo-alt:before {
  content: "\f2ea";
}
.fa-uniregistry:before {
  content: "\f404";
}
.fa-unity:before {
  content: "\e049";
}
.fa-universal-access:before {
  content: "\f29a";
}
.fa-university:before {
  content: "\f19c";
}
.fa-unlink:before {
  content: "\f127";
}
.fa-unlock:before {
  content: "\f09c";
}
.fa-unlock-alt:before {
  content: "\f13e";
}
.fa-unsplash:before {
  content: "\e07c";
}
.fa-untappd:before {
  content: "\f405";
}
.fa-upload:before {
  content: "\f093";
}
.fa-ups:before {
  content: "\f7e0";
}
.fa-usb:before {
  content: "\f287";
}
.fa-user:before {
  content: "\f007";
}
.fa-user-alt:before {
  content: "\f406";
}
.fa-user-alt-slash:before {
  content: "\f4fa";
}
.fa-user-astronaut:before {
  content: "\f4fb";
}
.fa-user-check:before {
  content: "\f4fc";
}
.fa-user-circle:before {
  content: "\f2bd";
}
.fa-user-clock:before {
  content: "\f4fd";
}
.fa-user-cog:before {
  content: "\f4fe";
}
.fa-user-edit:before {
  content: "\f4ff";
}
.fa-user-friends:before {
  content: "\f500";
}
.fa-user-graduate:before {
  content: "\f501";
}
.fa-user-injured:before {
  content: "\f728";
}
.fa-user-lock:before {
  content: "\f502";
}
.fa-user-md:before {
  content: "\f0f0";
}
.fa-user-minus:before {
  content: "\f503";
}
.fa-user-ninja:before {
  content: "\f504";
}
.fa-user-nurse:before {
  content: "\f82f";
}
.fa-user-plus:before {
  content: "\f234";
}
.fa-user-secret:before {
  content: "\f21b";
}
.fa-user-shield:before {
  content: "\f505";
}
.fa-user-slash:before {
  content: "\f506";
}
.fa-user-tag:before {
  content: "\f507";
}
.fa-user-tie:before {
  content: "\f508";
}
.fa-user-times:before {
  content: "\f235";
}
.fa-users:before {
  content: "\f0c0";
}
.fa-users-cog:before {
  content: "\f509";
}
.fa-users-slash:before {
  content: "\e073";
}
.fa-usps:before {
  content: "\f7e1";
}
.fa-ussunnah:before {
  content: "\f407";
}
.fa-utensil-spoon:before {
  content: "\f2e5";
}
.fa-utensils:before {
  content: "\f2e7";
}
.fa-vaadin:before {
  content: "\f408";
}
.fa-vector-square:before {
  content: "\f5cb";
}
.fa-venus:before {
  content: "\f221";
}
.fa-venus-double:before {
  content: "\f226";
}
.fa-venus-mars:before {
  content: "\f228";
}
.fa-vest:before {
  content: "\e085";
}
.fa-vest-patches:before {
  content: "\e086";
}
.fa-viacoin:before {
  content: "\f237";
}
.fa-viadeo:before {
  content: "\f2a9";
}
.fa-viadeo-square:before {
  content: "\f2aa";
}
.fa-vial:before {
  content: "\f492";
}
.fa-vials:before {
  content: "\f493";
}
.fa-viber:before {
  content: "\f409";
}
.fa-video:before {
  content: "\f03d";
}
.fa-video-slash:before {
  content: "\f4e2";
}
.fa-vihara:before {
  content: "\f6a7";
}
.fa-vimeo:before {
  content: "\f40a";
}
.fa-vimeo-square:before {
  content: "\f194";
}
.fa-vimeo-v:before {
  content: "\f27d";
}
.fa-vine:before {
  content: "\f1ca";
}
.fa-virus:before {
  content: "\e074";
}
.fa-virus-slash:before {
  content: "\e075";
}
.fa-viruses:before {
  content: "\e076";
}
.fa-vk:before {
  content: "\f189";
}
.fa-vnv:before {
  content: "\f40b";
}
.fa-voicemail:before {
  content: "\f897";
}
.fa-volleyball-ball:before {
  content: "\f45f";
}
.fa-volume-down:before {
  content: "\f027";
}
.fa-volume-mute:before {
  content: "\f6a9";
}
.fa-volume-off:before {
  content: "\f026";
}
.fa-volume-up:before {
  content: "\f028";
}
.fa-vote-yea:before {
  content: "\f772";
}
.fa-vr-cardboard:before {
  content: "\f729";
}
.fa-vuejs:before {
  content: "\f41f";
}
.fa-walking:before {
  content: "\f554";
}
.fa-wallet:before {
  content: "\f555";
}
.fa-warehouse:before {
  content: "\f494";
}
.fa-watchman-monitoring:before {
  content: "\e087";
}
.fa-water:before {
  content: "\f773";
}
.fa-wave-square:before {
  content: "\f83e";
}
.fa-waze:before {
  content: "\f83f";
}
.fa-weebly:before {
  content: "\f5cc";
}
.fa-weibo:before {
  content: "\f18a";
}
.fa-weight:before {
  content: "\f496";
}
.fa-weight-hanging:before {
  content: "\f5cd";
}
.fa-weixin:before {
  content: "\f1d7";
}
.fa-whatsapp:before {
  content: "\f232";
}
.fa-whatsapp-square:before {
  content: "\f40c";
}
.fa-wheelchair:before {
  content: "\f193";
}
.fa-whmcs:before {
  content: "\f40d";
}
.fa-wifi:before {
  content: "\f1eb";
}
.fa-wikipedia-w:before {
  content: "\f266";
}
.fa-wind:before {
  content: "\f72e";
}
.fa-window-close:before {
  content: "\f410";
}
.fa-window-maximize:before {
  content: "\f2d0";
}
.fa-window-minimize:before {
  content: "\f2d1";
}
.fa-window-restore:before {
  content: "\f2d2";
}
.fa-windows:before {
  content: "\f17a";
}
.fa-wine-bottle:before {
  content: "\f72f";
}
.fa-wine-glass:before {
  content: "\f4e3";
}
.fa-wine-glass-alt:before {
  content: "\f5ce";
}
.fa-wix:before {
  content: "\f5cf";
}
.fa-wizards-of-the-coast:before {
  content: "\f730";
}
.fa-wodu:before {
  content: "\e088";
}
.fa-wolf-pack-battalion:before {
  content: "\f514";
}
.fa-won-sign:before {
  content: "\f159";
}
.fa-wordpress:before {
  content: "\f19a";
}
.fa-wordpress-simple:before {
  content: "\f411";
}
.fa-wpbeginner:before {
  content: "\f297";
}
.fa-wpexplorer:before {
  content: "\f2de";
}
.fa-wpforms:before {
  content: "\f298";
}
.fa-wpressr:before {
  content: "\f3e4";
}
.fa-wrench:before {
  content: "\f0ad";
}
.fa-x-ray:before {
  content: "\f497";
}
.fa-xbox:before {
  content: "\f412";
}
.fa-xing:before {
  content: "\f168";
}
.fa-xing-square:before {
  content: "\f169";
}
.fa-y-combinator:before {
  content: "\f23b";
}
.fa-yahoo:before {
  content: "\f19e";
}
.fa-yammer:before {
  content: "\f840";
}
.fa-yandex:before {
  content: "\f413";
}
.fa-yandex-international:before {
  content: "\f414";
}
.fa-yarn:before {
  content: "\f7e3";
}
.fa-yelp:before {
  content: "\f1e9";
}
.fa-yen-sign:before {
  content: "\f157";
}
.fa-yin-yang:before {
  content: "\f6ad";
}
.fa-yoast:before {
  content: "\f2b1";
}
.fa-youtube:before {
  content: "\f167";
}
.fa-youtube-square:before {
  content: "\f431";
}
.fa-zhihu:before {
  content: "\f63f";
}
.sr-only {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
} 
.fab {
  font-family: "font awesome 5 brands";
  font-weight: 400;
}
.rs-p-wp-fix {
  display: none !important;
  margin: 0 !important;
  height: 0 !important;
}
.wp-block-themepunch-revslider {
  position: relative;
}
rs-modal {
  position: fixed !important;
  z-index: 9999999 !important;
  pointer-events: none !important;
}
rs-modal.rs-modal-auto {
  top: auto;
  bottom: auto;
  left: auto;
  right: auto;
}
rs-modal.rs-modal-fullwidth,
rs-modal.rs-modal-fullscreen {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
rs-modal rs-fullwidth-wrap {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
}
rs-module-wrap.rs-modal {
  display: none;
  max-height: 100% !important;
  overflow: auto !important;
  pointer-events: auto !important;
}
rs-module-wrap.hideallscrollbars.rs-modal {
  overflow: hidden !important;
  max-width: 100% !important;
}
rs-modal-cover {
  width: 100%;
  height: 100%;
  z-index: 0;
  background: 0 0;
  position: absolute;
  top: 0;
  left: 0;
  cursor: pointer;
  pointer-events: auto;
}
body > rs-modal-cover {
  position: fixed;
  z-index: 9999995 !important;
}
rs-sbg-px {
  pointer-events: none;
}
.rs-forceuntouchable,
.rs-forceuntouchable * {
  pointer-events: none !important;
}
.rs-forcehidden * {
  visibility: hidden !important;
}
.rs_splitted_lines {
  display: block;
  white-space: nowrap !important;
}
.rs-go-fullscreen {
  position: fixed !important;
  width: 100% !important;
  height: 100% !important;
  top: 0 !important;
  left: 0 !important;
  z-index: 9999999 !important;
  background: #fff;
}
.rtl {
  direction: rtl;
}

[class^="revicon-"]:before,
[class*=" revicon-"]:before {
  font-family: revicons;
  font-style: normal;
  font-weight: 400;
  speak: never;
  speak-as: spell-out;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: 0.2em;
  text-align: center;
  font-variant: normal;
  text-transform: none;
  line-height: 1em;
  margin-left: 0.2em;
}
rs-module i[class^="fa-"],
rs-module i[class*=" fa-"],
.rb-modal-wrapper i[class^="fa-"],
.rb-modal-wrapper i[class*=" fa-"],
#waitaminute i[class^="fa-"],
#waitaminute i[class*=" fa-"],
#objectlibrary i[class^="fa-"],
#objectlibrary i[class*=" fa-"],
#rs_overview i[class^="fa-"],
#rs_overview i[class*=" fa-"],
#rs_overview_menu i[class^="fa-"],
#rs_overview_menu i[class*=" fa-"],
#builderView i[class^="fa-"],
#builderView i[class*=" 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;
}
rs-module [class^="fa-"]:before,
rs-module [class*=" fa-"]:before,
.rb-modal-wrapper [class^="fa-"]:before,
.rb-modal-wrapper [class*=" fa-"]:before,
#rs_overview [class^="fa-"]:before,
#rs_overview [class*=" fa-"]:before,
#objectlibrary [class^="fa-"]:before,
#objectlibrary [class*=" fa-"]:before,
#waitaminute [class^="fa-"]:before,
#waitaminute [class*=" fa-"]:before,
#rs_overview_menu [class^="fa-"]:before,
#rs_overview_menu [class*=" fa-"]:before,
#builderView [class^="fa-"]:before,
#builderView [class*=" fa-"]:before {
  font-family: FontAwesome;
  font-style: normal;
  font-weight: 400;
  speak: never;
  speak-as: spell-out;
  display: inline-block;
  text-decoration: inherit;
  width: auto;
  margin-right: 0;
  text-align: center;
  font-variant: normal;
  text-transform: none;
  line-height: inherit;
  margin-left: 0;
}
rs-module .sr-only,
#objectlibrary .sr-only,
#waitaminute .sr-only,
#rs_overview .sr-only,
#rs_overview_menu .sr-only,
.rb-modal-wrapper .sr-only,
#builderView .sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
rs-module .sr-only-focusable:active,
rs-module .sr-only-focusable:focus,
#waitaminute .sr-only-focusable:active,
#waitaminute .sr-only-focusable:focus,
#objectlibrary .sr-only-focusable:active,
#objectlibrary .sr-only-focusable:focus,
#rs_overview .sr-only-focusable:active,
#rs_overview .sr-only-focusable:focus,
#rs_overview_menu .sr-only-focusable:active,
#rs_overview_menu .sr-only-focusable:focus,
.rb-modal-wrapper .sr-only-focusable:active,
.rb-modal-wrapper .sr-only-focusable:focus,
#builderView .sr-only-focusable:active,
#builderView .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}
.revicon-search-1:before {
  content: "\e802";
}
.revicon-pencil-1:before {
  content: "\e831";
}
.revicon-picture-1:before {
  content: "\e803";
}
.revicon-cancel:before {
  content: "\e80a";
}
.revicon-info-circled:before {
  content: "\e80f";
}
.revicon-trash:before {
  content: "\e801";
}
.revicon-left-dir:before {
  content: "\e817";
}
.revicon-right-dir:before {
  content: "\e818";
}
.revicon-down-open:before {
  content: "\e83b";
}
.revicon-left-open:before {
  content: "\e819";
}
.revicon-right-open:before {
  content: "\e81a";
}
.revicon-angle-left:before {
  content: "\e820";
}
.revicon-angle-right:before {
  content: "\e81d";
}
.revicon-left-big:before {
  content: "\e81f";
}
.revicon-right-big:before {
  content: "\e81e";
}
.revicon-magic:before {
  content: "\e807";
}
.revicon-picture:before {
  content: "\e800";
}
.revicon-export:before {
  content: "\e80b";
}
.revicon-cog:before {
  content: "\e832";
}
.revicon-login:before {
  content: "\e833";
}
.revicon-logout:before {
  content: "\e834";
}
.revicon-video:before {
  content: "\e805";
}
.revicon-arrow-combo:before {
  content: "\e827";
}
.revicon-left-open-1:before {
  content: "\e82a";
}
.revicon-right-open-1:before {
  content: "\e82b";
}
.revicon-left-open-mini:before {
  content: "\e822";
}
.revicon-right-open-mini:before {
  content: "\e823";
}
.revicon-left-open-big:before {
  content: "\e824";
}
.revicon-right-open-big:before {
  content: "\e825";
}
.revicon-left:before {
  content: "\e836";
}
.revicon-right:before {
  content: "\e826";
}
.revicon-ccw:before {
  content: "\e808";
}
.revicon-arrows-ccw:before {
  content: "\e806";
}
.revicon-palette:before {
  content: "\e829";
}
.revicon-list-add:before {
  content: "\e80c";
}
.revicon-doc:before {
  content: "\e809";
}
.revicon-left-open-outline:before {
  content: "\e82e";
}
.revicon-left-open-2:before {
  content: "\e82c";
}
.revicon-right-open-outline:before {
  content: "\e82f";
}
.revicon-right-open-2:before {
  content: "\e82d";
}
.revicon-equalizer:before {
  content: "\e83a";
}
.revicon-layers-alt:before {
  content: "\e804";
}
.revicon-popup:before {
  content: "\e828";
}
.tp-fullwidth-forcer {
  z-index: 0;
  pointer-events: none;
}
rs-module-wrap {
  visibility: hidden;
}
rs-module-wrap,
rs-module-wrap * {
  box-sizing: border-box;
  -webkit-tap-highlight-color: transparent;
}
rs-module-wrap {
  position: relative;
  z-index: 1;
  width: 100%;
  display: block;
}
.rs-fixedscrollon rs-module-wrap {
  position: fixed !important;
  top: 0 !important;
  z-index: 1000;
  left: 0 !important;
}
.rs-stickyscrollon rs-module-wrap {
  position: sticky !important;
  top: 0;
  z-index: 1000;
}
.rs-stickyscrollon {
  overflow: visible !important;
}
rs-fw-forcer {
  display: block;
  width: 100%;
  pointer-events: none;
}
rs-module {
  position: relative;
  overflow: hidden;
  display: block;
}
rs-module.disableVerticalScroll {
  -ms-touch-action: pan-x;
  touch-action: pan-x;
}
rs-pzimg-wrap,
rs-sbg-effectwrap,
rs-sbg {
  display: block;
  pointer-events: none;
}
rs-sbg-effectwrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
rs-carousel-wrap rs-column rs-layer img {
  width: 0;
  height: 0;
}
rs-sbg-px,
rs-sbg-wrap {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  display: block;
}
a.rs-layer,
a.rs-layer:-webkit-any-link {
  text-decoration: none;
}
a[x-apple-data-detectors] {
  color: inherit !important;
  text-decoration: none !important;
  font-size: inherit !important;
  font-family: inherit !important;
  font-weight: inherit !important;
  line-height: inherit !important;
}
.entry-content rs-module a,
rs-module a {
  box-shadow: none;
}
.rs-ov-hidden {
  overflow: hidden !important;
}
.rs-forceoverflow,
.rs-forceoverflow rs-module-wrap,
.rs-forceoverflow rs-module,
.rs-forceoverflow rs-slides,
.rs-forceoverflow rs-slide {
  overflow: visible !important;
}
.rs-parallax-hidden-of rs-slide {
  overflow: hidden !important;
}
.tp-simpleresponsive img,
rs-module img {
  max-width: none !important;
  transition: none;
  margin: 0;
  padding: 0;
  border: none;
}
rs-module .no-slides-text {
  font-weight: 400;
  text-align: center;
  padding-top: 80px;
}
rs-slides,
rs-slide,
rs-slide:before {
  position: absolute;
  text-indent: 0;
  top: 0;
  left: 0;
}
rs-slide,
rs-slide:before {
  display: block;
  visibility: hidden;
}
.rs-layer .rs-untoggled-content {
  display: block;
}
.rs-layer .rs-toggled-content {
  display: none;
}
.rs-tc-active.rs-layer > .rs-toggled-content {
  display: block;
}
.rs-tc-active.rs-layer > .rs-untoggled-content {
  display: none;
}
.rs-layer-video {
  overflow: hidden;
}
.rs_html5vidbasicstyles {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
rs-module rs-layer,
rs-module .rs-layer {
  opacity: 0;
  position: relative;
  visibility: hidden;
  display: block;
  -webkit-font-smoothing: antialiased !important;
  -webkit-tap-highlight-color: transparent;
  -moz-osx-font-smoothing: grayscale;
  z-index: 1;
  font-display: swap;
}
rs-layer-wrap,
rs-mask,
rs-module-wrap,
rs-module .rs-layer,
rs-module img {
  user-select: none;
}
rs-module rs-mask-wrap .rs-layer,
rs-module rs-mask-wrap *:last-child,
.wpb_text_column rs-module rs-mask-wrap .rs-layer,
.wpb_text_column rs-module rs-mask-wrap *:last-child {
  margin-bottom: 0;
}
.rs-svg svg {
  width: 100%;
  height: 100%;
  position: relative;
  vertical-align: top;
}
rs-layer:not(.rs-wtbindex),
.rs-layer:not(.rs-wtbindex),
rs-alyer *:not(.rs-wtbindex),
.rs-layer *:not(.rs-wtbindex) {
  outline: none !important;
}
rs-carousel-wrap {
  cursor: url(//demo2.themelexus.com/liquory/wp-content/plugins/revslider/public/assets/css/openhand.cur),
    move;
}
rs-carousel-wrap.dragged {
  cursor: url(//demo2.themelexus.com/liquory/wp-content/plugins/revslider/public/assets/css/closedhand.cur),
    move;
}
rs-carousel-wrap.noswipe {
  cursor: default;
}
rs-carousel-wrap {
  position: absolute;
  overflow: hidden;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
rs-carousel-space {
  clear: both;
  display: block;
  width: 100%;
  height: 0;
  position: relative;
}
.tp_inner_padding {
  box-sizing: border-box;
  max-height: none !important;
}
.rs-layer.rs-selectable {
  user-select: text;
}
rs-px-mask {
  overflow: hidden;
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
}
rs-module embed,
rs-module iframe,
rs-module object,
rs-module audio,
rs-module video {
  max-width: none !important;
  border: none;
}
rs-bg-elem {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  display: block;
  pointer-events: none;
}
.tp-blockmask,
.tp-blockmask_in,
.tp-blockmask_out {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  z-index: 1000;
  transform: scaleX(0) scaleY(0);
}
rs-zone {
  position: absolute;
  width: 100%;
  left: 0;
  box-sizing: border-box;
  min-height: 50px;
  font-size: 0;
  pointer-events: none;
}
rs-row-wrap,
rs-column,
rs-cbg-mask-wrap {
  display: block;
  visibility: hidden;
}
rs-layer-wrap,
rs-parallax-wrap,
rs-loop-wrap,
rs-mask-wrap {
  display: block;
}
rs-column-wrap > rs-mask-wrap,
rs-column-wrap > rs-loop-wrap {
  z-index: 1;
}
rs-layer-wrap,
rs-mask-wrap,
rs-cbg-mask-wrap {
  transform-style: flat;
}
@media screen and (min-color-index: 0) and(-webkit-min-device-pixel-ratio:0) {
  rs-carousel-wrap rs-layer-wrap,
  rs-carousel-wrap rs-loop-wrap {
    backface-visibility: hidden;
    transform-style: preserve-3d;
  }
}
.safarifix rs-layer-wrap {
  perspective: 1000000;
}
@-moz-document url-prefix() {
  rs-layer-wrap,
  rs-mask-wrap,
  rs-cbg-mask-wrap {
    perspective: none;
  }
}
rs-mask-wrap {
  overflow: hidden;
}
rs-fullwidth-wrap {
  position: relative;
  width: 100%;
  height: auto;
  display: block;
  overflow: visible;
  max-width: none !important;
}
.rev_row_zone_top {
  top: 0;
}
.rev_row_zone_bottom {
  bottom: 0;
}
.rev_row_zone_middle {
  top: 0;
}
rs-column-wrap .rs-parallax-wrap {
  vertical-align: top;
}
.rs-layer img,
rs-layer img {
  vertical-align: top;
}
rs-row,
rs-row.rs-layer {
  display: table;
  position: relative;
  width: 100% !important;
  table-layout: fixed;
  box-sizing: border-box;
  vertical-align: top;
  height: auto;
  font-size: 0;
}
.rs-layer.rs-waction.iospermaccwait.permanenthidden {
  display: none !important;
  visibility: hidden !important;
  pointer-events: none !important;
}
rs-column-wrap {
  display: table-cell;
  position: relative;
  vertical-align: top;
  height: auto;
  box-sizing: border-box;
  font-size: 0;
}
rs-column {
  box-sizing: border-box;
  display: block;
  position: relative;
  width: 100% !important;
  height: auto !important;
  white-space: normal !important;
}
rs-cbg-mask-wrap {
  position: absolute;
  z-index: 0;
  box-sizing: border-box;
}
rs-column-wrap rs-cbg-mask-wrap {
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
rs-column-bg {
  position: absolute;
  z-index: 0;
  box-sizing: border-box;
  width: 100%;
  height: 100%;
}
.rs-pelock * {
  pointer-events: none !important;
}
rs-column .rs-parallax-wrap,
rs-column rs-loop-wrap,
rs-column rs-mask-wrap {
  text-align: inherit;
}
rs-column rs-mask-wrap {
  display: inline-block;
}
rs-column .rs-parallax-wrap rs-loop-wrap,
rs-column .rs-parallax-wrap rs-mask-wrap,
rs-column .rs-parallax-wrap {
  position: relative;
  left: auto;
  top: auto;
  line-height: 0;
}
rs-column .rs-parallax-wrap rs-loop-wrap,
rs-column .rs-parallax-wrap rs-mask-wrap,
rs-column .rs-parallax-wrap,
rs-column .rev_layer_in_column {
  vertical-align: top;
}
.rev_break_columns {
  display: block !important;
}
.rev_break_columns rs-column-wrap.rs-parallax-wrap {
  display: block !important;
  width: 100% !important;
}
.rev_break_columns rs-column-wrap.rs-parallax-wrap.rs-layer-hidden,
.tp-forcenotvisible,
.tp-hide-revslider,
rs-row-wrap.rs-layer-hidden,
rs-column-wrap.rs-layer-hidden,
.rs-layer.rs-layer-hidden,
.rs-layer-audio.rs-layer-hidden,
.rs-parallax-wrap.rs-layer-hidden {
  visibility: hidden !important;
  display: none !important;
}
a.rs-layer.rs-nointeraction > .div,
rs-layer.rs-nointeraction:not(a),
.rs-layer.rs-nointeraction:not(a) {
  pointer-events: none !important;
}
rs-static-layers {
  position: absolute;
  z-index: 101;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  pointer-events: none;
  overflow: hidden;
}
rs-static-layers.rs-stl-back {
  z-index: 0;
}
.rs-stl-visible {
  overflow: visible !important;
}
.rs-layer rs-fcr {
  width: 0;
  height: 0;
  border-left: 40px solid transparent;
  border-right: 0 solid transparent;
  border-bottom-width: 0 !important;
  border-top: 40px solid #00a8ff;
  position: absolute;
  right: 100%;
  top: 0;
}
.rs-layer rs-fcrt {
  width: 0;
  height: 0;
  border-left: 40px solid transparent;
  border-right: 0 solid transparent;
  border-top-width: 0 !important;
  border-bottom: 40px solid #00a8ff;
  position: absolute;
  right: 100%;
  top: 0;
}
.rs-layer rs-bcr {
  width: 0;
  height: 0;
  border-left: 0 solid transparent;
  border-right: 40px solid transparent;
  border-bottom: 40px solid #00a8ff;
  border-top-width: 0 !important;
  position: absolute;
  left: 100%;
  top: 0;
}
.rs-layer rs-bcrt {
  width: 0;
  height: 0;
  border-left: 0 solid transparent;
  border-right: 40px solid transparent;
  border-top: 40px solid #00a8ff;
  border-bottom-width: 0 !important;
  position: absolute;
  left: 100%;
  top: 0;
}
.tp-layer-inner-rotation {
  position: relative !important;
}
img.tp-slider-alternative-image {
  width: 100%;
  height: auto;
}
.noFilterClass {
  filter: none !important;
}
rs-bgvideo {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  display: block;
}
.rs-layer.rs-fsv {
  top: 0;
  left: 0;
  position: absolute;
  width: 100%;
  height: 100%;
}
.rs-layer.rs-fsv audio,
.rs-layer.rs-fsv video,
.rs-layer.rs-fsv iframe,
.rs-layer.rs-fsv iframe audio,
.rs-layer.rs-fsv iframe video {
  width: 100%;
  height: 100%;
}
.rs-fsv video {
  background: #000;
}
.fullcoveredvideo rs-poster {
  background-position: center center;
  background-size: cover;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.videoisplaying .html5vid rs-poster {
  display: none;
}
.tp-video-play-button {
  background: #000;
  background: rgba(0, 0, 0, 0.3);
  border-radius: 5px;
  position: absolute;
  top: 50%;
  left: 50%;
  color: #fff;
  z-index: 3;
  margin-top: -25px;
  margin-left: -25px;
  line-height: 50px !important;
  text-align: center;
  cursor: pointer;
  width: 50px;
  height: 50px;
  box-sizing: border-box;
  display: inline-block;
  vertical-align: top;
  z-index: 4;
  opacity: 0;
  transition: opacity 0.3s ease-out !important;
}
.rs-ISM .tp-video-play-button {
  opacity: 1;
  transition: none !important;
  z-index: 6;
}
.rs-audio .tp-video-play-button {
  display: none !important;
}
.rs-layer .html5vid {
  width: 100% !important;
  height: 100% !important;
}
.tp-video-play-button i {
  width: 50px;
  height: 50px;
  display: inline-block;
  text-align: center !important;
  vertical-align: top;
  line-height: 50px !important;
  font-size: 30px !important;
}
.rs-layer:hover .tp-video-play-button {
  opacity: 1;
  display: block;
  z-index: 6;
}
.rs-layer .tp-revstop {
  display: none;
  width: 15px;
  border-right: 5px solid #fff !important;
  border-left: 5px solid #fff !important;
  transform: translateX(50%) translateY(50%);
  height: 20px;
  margin-left: 11px !important;
  margin-top: 5px !important;
}
.videoisplaying .revicon-right-dir {
  display: none;
}
.videoisplaying .tp-revstop {
  display: block;
}
.videoisplaying .tp-video-play-button {
  display: none;
}
.fullcoveredvideo .tp-video-play-button {
  display: none !important;
}
.rs-fsv .rs-fsv audio {
  object-fit: contain !important;
}
.rs-fsv .rs-fsv video {
  object-fit: contain !important;
}
.rs-layer-video
  .html5vid.hidefullscreen
  video::-webkit-media-controls-fullscreen-button {
  display: none;
}
@supports not (-ms-high-contrast: none) {
  .rs-fsv .fullcoveredvideo audio {
    object-fit: cover !important;
  }
  .rs-fsv .fullcoveredvideo video {
    object-fit: cover !important;
  }
}
.rs-fullvideo-cover {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  background: 0 0;
  z-index: 5;
}
.rs-nolc .tp-video-play-button,
rs-bgvideo video::-webkit-media-controls-start-playback-button,
rs-bgvideo video::-webkit-media-controls,
rs-bgvideo audio::-webkit-media-controls {
  display: none !important;
}
.rs-audio .tp-video-controls {
  opacity: 1 !important;
  visibility: visible !important;
}
rs-module h1.rs-layer,
rs-module h2.rs-layer,
rs-module h3.rs-layer,
rs-module h4.rs-layer,
rs-module h5.rs-layer,
rs-module h6.rs-layer,
rs-module div.rs-layer,
rs-module span.rs-layer,
rs-module p.rs-layer {
  margin: 0;
  padding: 0;
  margin-block-start: 0;
  margin-block-end: 0;
  margin-inline-start: 0;
  margin-inline-end: 0;
}
rs-module h1.rs-layer:before,
rs-module h2.rs-layer:before,
rs-module h3.rs-layer:before,
rs-module h4.rs-layer:before,
rs-module h5.rs-layer:before,
rs-module h6.rs-layer:before {
  content: none;
}
rs-dotted {
  background-repeat: repeat;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 3;
  display: block;
  pointer-events: none;
}
rs-sbg-wrap rs-dotted {
  z-index: 31;
}
rs-dotted.twoxtwo {
  background: url(//demo2.themelexus.com/liquory/wp-content/plugins/revslider/public/assets/css/../assets/gridtile.png);
}
rs-dotted.twoxtwowhite {
  background: url(//demo2.themelexus.com/liquory/wp-content/plugins/revslider/public/assets/css/../assets/gridtile_white.png);
}
rs-dotted.threexthree {
  background: url(//demo2.themelexus.com/liquory/wp-content/plugins/revslider/public/assets/css/../assets/gridtile_3x3.png);
}
rs-dotted.threexthreewhite {
  background: url(//demo2.themelexus.com/liquory/wp-content/plugins/revslider/public/assets/css/../assets/gridtile_3x3_white.png);
}
.tp-shadowcover {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: #fff;
  position: absolute;
  z-index: -1;
}
.tp-shadow1 {
  box-shadow: 0 10px 6px -6px rgba(0, 0, 0, 0.8);
}
.tp-shadow2:before,
.tp-shadow2:after,
.tp-shadow3:before,
.tp-shadow4:after {
  z-index: -2;
  position: absolute;
  content: "";
  bottom: 10px;
  left: 10px;
  width: 50%;
  top: 85%;
  max-width: 300px;
  background: 0 0;
  box-shadow: 0 15px 10px rgba(0, 0, 0, 0.8);
  transform: rotate(-3deg);
}
.tp-shadow2:after,
.tp-shadow4:after {
  transform: rotate(3deg);
  right: 10px;
  left: auto;
}
.tp-shadow5 {
  position: relative;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
}
.tp-shadow5:before,
.tp-shadow5:after {
  content: "";
  position: absolute;
  z-index: -2;
  box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.6);
  top: 30%;
  bottom: 0;
  left: 20px;
  right: 20px;
  border-radius: 100px/20px;
}
.rev-btn,
.rev-btn:visited {
  outline: none !important;
  box-shadow: none;
  text-decoration: none !important;
  box-sizing: border-box;
  cursor: pointer;
}
.rev-btn.rev-uppercase,
.rev-btn.rev-uppercase:visited {
  text-transform: uppercase;
}
.rev-btn i {
  font-size: inherit;
  font-weight: 400;
  position: relative;
  top: 0;
  transition: opacity 0.2s ease-out, margin 0.2s ease-out;
  margin-left: 0;
  line-height: inherit;
}
.rev-btn.rev-hiddenicon i {
  font-size: inherit;
  font-weight: 400;
  position: relative;
  top: 0;
  transition: opacity 0.2s ease-out, margin 0.2s ease-out;
  opacity: 0;
  margin-left: 0 !important;
  width: 0 !important;
}
.rev-btn.rev-hiddenicon:hover i {
  opacity: 1 !important;
  margin-left: 10px !important;
  width: auto !important;
}
.rev-burger {
  position: relative;
  box-sizing: border-box;
  padding: 22px 14px;
  border-radius: 50%;
  border: 1px solid rgba(51, 51, 51, 0.25);
  -webkit-tap-highlight-color: transparent;
  -webkit-tap-highlight-color: transparent;
  cursor: pointer;
}
.rev-burger span {
  display: block;
  width: 30px;
  height: 3px;
  background: #333;
  transition: 0.7s;
  pointer-events: none;
  transform-style: flat !important;
}
.rev-burger span:nth-child(2) {
  margin: 3px 0;
}
.quick_style_example_wrap .rev-burger:hover :first-child,
#dialog_addbutton .rev-burger:hover :first-child,
.open .rev-burger :first-child,
.open.rev-burger :first-child {
  transform: translateY(6px) rotate(-45deg);
}
.quick_style_example_wrap .rev-burger:hover :nth-child(2),
#dialog_addbutton .rev-burger:hover :nth-child(2),
.open .rev-burger :nth-child(2),
.open.rev-burger :nth-child(2) {
  transform: rotate(-45deg);
  opacity: 0;
}
.quick_style_example_wrap .rev-burger:hover :last-child,
#dialog_addbutton .rev-burger:hover :last-child,
.open .rev-burger :last-child,
.open.rev-burger :last-child {
  transform: translateY(-6px) rotate(-135deg);
}
.rev-burger.revb-white {
  border: 2px solid rgba(255, 255, 255, 0.2);
}
.rev-b-span-light span,
.rev-burger.revb-white span {
  background: #fff;
}
.rev-burger.revb-whitenoborder {
  border: 0;
}
.rev-burger.revb-whitenoborder span {
  background: #fff;
}
.rev-burger.revb-darknoborder {
  border: 0;
}
.rev-b-span-dark span,
.rev-burger.revb-darknoborder span {
  background: #333;
}
.rev-burger.revb-whitefull {
  background: #fff;
  border: none;
}
.rev-burger.revb-whitefull span {
  background: #333;
}
.rev-burger.revb-darkfull {
  background: #333;
  border: none;
}
.rev-burger.revb-darkfull span {
  background: #fff;
}
@keyframes rev-ani-mouse {
  0% {
    opacity: 1;
    top: 29%;
  }
  15% {
    opacity: 1;
    top: 70%;
  }
  50% {
    opacity: 0;
    top: 70%;
  }
  100% {
    opacity: 0;
    top: 29%;
  }
}
.rev-scroll-btn {
  display: inline-block;
  position: relative;
  left: 0;
  right: 0;
  text-align: center;
  cursor: pointer;
  width: 35px;
  height: 55px;
  box-sizing: border-box;
  border: 3px solid #fff;
  border-radius: 23px;
}
.rev-scroll-btn > * {
  display: inline-block;
  line-height: 18px;
  font-size: 13px;
  font-weight: 400;
  color: #7f8c8d;
  color: #fff;
  font-family: proxima-nova, helvetica neue, Helvetica, Arial, sans-serif;
  letter-spacing: 2px;
}
.rev-scroll-btn > *:hover,
.rev-scroll-btn > *:focus,
.rev-scroll-btn > *.active {
  color: #fff;
}
.rev-scroll-btn > *:hover,
.rev-scroll-btn > *:focus,
.rev-scroll-btn > *:active,
.rev-scroll-btn > *.active {
  opacity: 0.8;
}
.rev-scroll-btn.revs-fullwhite {
  background: #fff;
}
.rev-scroll-btn.revs-fullwhite span {
  background: #333;
}
.rev-scroll-btn.revs-fulldark {
  background: #333;
  border: none;
}
.rev-scroll-btn.revs-fulldark span {
  background: #fff;
}
.rev-scroll-btn span {
  position: absolute;
  display: block;
  top: 29%;
  left: 50%;
  width: 8px;
  height: 8px;
  margin: -4px 0 0 -4px;
  border-radius: 50%;
  animation: rev-ani-mouse 2.5s linear infinite;
  background: #fff;
}
.rev-scroll-btn.rev-b-span-dark {
  border-color: #333;
}
.rev-scroll-btn.rev-b-span-dark span,
.rev-scroll-btn.revs-dark span {
  background: #333;
}
.rev-control-btn {
  position: relative;
  display: inline-block;
  z-index: 5;
  color: #fff;
  font-size: 20px;
  line-height: 60px;
  font-weight: 400;
  font-style: normal;
  font-family: Raleway;
  text-decoration: none;
  text-align: center;
  background-color: #000;
  border-radius: 50px;
  text-shadow: none;
  background-color: rgba(0, 0, 0, 0.5);
  width: 60px;
  height: 60px;
  box-sizing: border-box;
  cursor: pointer;
}
.rev-cbutton-dark-sr {
  border-radius: 3px;
}
.rev-cbutton-light {
  color: #333;
  background-color: rgba(255, 255, 255, 0.75);
}
.rev-cbutton-light-sr {
  color: #333;
  border-radius: 3px;
  background-color: rgba(255, 255, 255, 0.75);
}
.rev-sbutton {
  line-height: 37px;
  width: 37px;
  height: 37px;
}
.rev-sbutton-blue {
  background-color: #3b5998;
}
.rev-sbutton-lightblue {
  background-color: #00a0d1;
}
.rev-sbutton-red {
  background-color: #dd4b39;
}
rs-progress {
  visibility: hidden;
  position: absolute;
  z-index: 200;
  width: 100%;
  height: 100%;
}
rs-progress-bar,
.rs-progress-bar {
  display: block;
  z-index: 20;
  box-sizing: border-box;
  background-clip: content-box;
  position: absolute;
  line-height: 0;
  width: 100%;
  height: 100%;
}
rs-progress-bgs {
  display: block;
  z-index: 15;
  box-sizing: border-box;
  width: 100%;
  position: absolute;
  height: 100%;
  top: 0;
  left: 0;
}
rs-progress-bg {
  display: block;
  background-clip: content-box;
  position: absolute;
  width: 100%;
  height: 100%;
}
rs-progress-gap {
  display: block;
  background-clip: content-box;
  position: absolute;
  width: 100%;
  height: 100%;
}
rs-progress-vis {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.rs-layer img {
  background: 0 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#00FFFFFF,endColorstr=#00FFFFFF)";
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#00FFFFFF,endColorstr=#00FFFFFF);
}
.rs-layer.slidelink {
  cursor: pointer;
  width: 100%;
  height: 100%;
}
.rs-layer.slidelink a {
  width: 100%;
  height: 100%;
  display: block;
}
.rs-layer.slidelink a div {
  width: 3000px;
  height: 1500px;
  background: url(//demo2.themelexus.com/liquory/wp-content/plugins/revslider/public/assets/css/../assets/coloredbg.png)
    repeat;
}
.rs-layer.slidelink a span {
  background: url(//demo2.themelexus.com/liquory/wp-content/plugins/revslider/public/assets/css/../assets/coloredbg.png)
    repeat;
  width: 100%;
  height: 100%;
  display: block;
}
.rs-layer .rs-starring {
  display: inline-block;
}
.rs-layer .rs-starring .star-rating {
  float: none;
  display: inline-block;
  vertical-align: top;
  color: #ffc321 !important;
}
.rs-layer .rs-starring .star-rating,
.rs-layer .rs-starring-page .star-rating {
  position: relative;
  height: 1em;
  width: 5.4em;
  font-family: star;
  font-size: 1em !important;
}
.rs-layer .rs-starring .star-rating:before,
.rs-layer .rs-starring-page .star-rating:before {
  content: "\73\73\73\73\73";
  color: #e0dadf;
  float: left;
  top: 0;
  left: 0;
  position: absolute;
}
.rs-layer .rs-starring .star-rating span {
  overflow: hidden;
  float: left;
  top: 0;
  left: 0;
  position: absolute;
  padding-top: 1.5em;
  font-size: 1em !important;
}
.rs-layer .rs-starring .star-rating span:before,
.rs-layer .rs-starring .star-rating span:before {
  content: "\53\53\53\53\53";
  top: 0;
  position: absolute;
  left: 0;
}
rs-loader {
  top: 50%;
  left: 50%;
  z-index: 10000;
  position: absolute;
}
rs-loader.off {
  display: none !important;
}
rs-loader.spinner0 {
  width: 40px;
  height: 40px;
  background-color: #fff;
  background-image: url(//demo2.themelexus.com/liquory/wp-content/plugins/revslider/public/assets/css/../assets/loader.gif);
  background-repeat: no-repeat;
  background-position: center center;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.15);
  margin-top: -20px;
  margin-left: -20px;
  animation: tp-rotateplane 1.2s infinite ease-in-out;
  border-radius: 3px;
}
rs-loader.spinner1 {
  width: 40px;
  height: 40px;
  background-color: #fff;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.15);
  margin-top: -20px;
  margin-left: -20px;
  animation: tp-rotateplane 1.2s infinite ease-in-out;
  border-radius: 3px;
}
rs-loader.spinner5 {
  background-image: url(//demo2.themelexus.com/liquory/wp-content/plugins/revslider/public/assets/css/../assets/loader.gif);
  background-repeat: no-repeat;
  background-position: 10px 10px;
  background-color: #fff;
  margin: -22px;
  width: 44px;
  height: 44px;
  border-radius: 3px;
}
@keyframes tp-rotateplane {
  0% {
    transform: perspective(120px) rotateX(0deg) rotateY(0deg);
  }
  50% {
    transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
  }
  100% {
    transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
  }
}
rs-loader.spinner2 {
  width: 40px;
  height: 40px;
  margin-top: -20px;
  margin-left: -20px;
  background-color: red;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.15);
  border-radius: 100%;
  animation: tp-scaleout 1s infinite ease-in-out;
}
@keyframes tp-scaleout {
  0% {
    transform: scale(0);
  }
  100% {
    transform: scale(1);
    opacity: 0;
  }
}
rs-loader.spinner3 {
  margin: -9px 0 0 -35px;
  width: 70px;
  text-align: center;
}
rs-loader.spinner3 .bounce1,
rs-loader.spinner3 .bounce2,
rs-loader.spinner3 .bounce3 {
  width: 18px;
  height: 18px;
  background-color: #fff;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.15);
  border-radius: 100%;
  display: inline-block;
  animation: tp-bouncedelay 1.4s infinite ease-in-out;
  animation-fill-mode: both;
}
rs-loader.spinner3 .bounce1 {
  animation-delay: -0.32s;
}
rs-loader.spinner3 .bounce2 {
  animation-delay: -0.16s;
}
@keyframes tp-bouncedelay {
  0%,
  80%,
  100% {
    transform: scale(0);
  }
  40% {
    transform: scale(1);
  }
}
rs-loader.spinner4 {
  margin: -20px 0 0 -20px;
  width: 40px;
  height: 40px;
  text-align: center;
  animation: tp-rotate 2s infinite linear;
}
rs-loader.spinner4 .dot1,
rs-loader.spinner4 .dot2 {
  width: 60%;
  height: 60%;
  display: inline-block;
  position: absolute;
  top: 0;
  background-color: #fff;
  border-radius: 100%;
  animation: tp-bounce 2s infinite ease-in-out;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.15);
}
rs-loader.spinner4 .dot2 {
  top: auto;
  bottom: 0;
  animation-delay: -1s;
}
@keyframes tp-rotate {
  100% {
    transform: rotate(360deg);
  }
}
@keyframes tp-bounce {
  0%,
  100% {
    transform: scale(0);
  }
  50% {
    transform: scale(1);
  }
}
rs-layer iframe {
  visibility: hidden;
}
rs-layer.rs-ii-o iframe {
  visibility: visible;
}
rs-layer input[type="text"],
rs-layer input[type="email"],
rs-layer input[type="url"],
rs-layer input[type="password"],
rs-layer input[type="search"],
rs-layer input[type="number"],
rs-layer input[type="tel"],
rs-layer input[type="range"],
rs-layer input[type="date"],
rs-layer input[type="month"],
rs-layer input[type="week"],
rs-layer input[type="time"],
rs-layer input[type="datetime"],
rs-layer input[type="datetime-local"] {
  display: inline-block;
}
rs-layer input::placeholder {
  vertical-align: middle;
  line-height: inherit !important;
}
a.rs-layer {
  transition: none;
}
rs-thumbs-wrap,
rs-tabs-wrap,
rs-thumbs,
rs-thumb,
rs-tab,
rs-bullet,
rs-bullets,
rs-navmask,
rs-tabs,
rs-arrow {
  display: block;
  pointer-events: all;
}
.tp-thumbs.navbar,
.tp-bullets.navbar,
.tp-tabs.navbar {
  border: none;
  min-height: 0;
  margin: 0;
  border-radius: 0;
}
.tp-tabs,
.tp-thumbs,
.tp-bullets {
  position: absolute;
  display: block;
  z-index: 1000;
  top: 0;
  left: 0;
}
.tp-tab,
.tp-thumb {
  cursor: pointer;
  position: absolute;
  opacity: 0.5;
  box-sizing: border-box;
}
.tp-arr-imgholder,
rs-poster,
.tp-thumb-image,
.tp-tab-image {
  background-position: center center;
  background-size: cover;
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}
rs-poster {
  cursor: pointer;
  z-index: 3;
}
.tp-tab.rs-touchhover,
.tp-tab.selected,
.tp-thumb.rs-touchhover,
.tp-thumb.selected {
  opacity: 1;
}
.tp-tab-mask,
.tp-thumb-mask {
  box-sizing: border-box !important;
}
.tp-tabs,
.tp-thumbs {
  box-sizing: content-box !important;
}
.tp-bullet {
  width: 15px;
  height: 15px;
  position: absolute;
  background: #fff;
  background: rgba(255, 255, 255, 0.3);
  cursor: pointer;
}
.tp-bullet.selected,
.tp-bullet.rs-touchhover {
  background: #fff;
}
.tparrows {
  cursor: pointer;
  background: #000;
  background: rgba(0, 0, 0, 0.5);
  width: 40px;
  height: 40px;
  position: absolute;
  display: block;
  z-index: 1000;
}
.tparrows.rs-touchhover {
  background: #000;
}
.tparrows:before {
  font-family: revicons;
  font-size: 15px;
  color: #fff;
  display: block;
  line-height: 40px;
  text-align: center;
}
.tparrows.tp-leftarrow:before {
  content: "\e824";
}
.tparrows.tp-rightarrow:before {
  content: "\e825";
}
.rs-layer [class^="pe-7s-"]:before,
.rs-layer [class*=" pe-7s-"]:before,
.rs-layer [class^="pe-7s-"],
.rs-layer [class*=" pe-7s-"] {
  width: auto;
  margin: 0;
  line-height: inherit;
  box-sizing: inherit;
}
rs-pzimg-wrap {
  display: block;
}
body.rtl .rs-pzimg {
  left: 0 !important;
}
.rs_fake_cube {
  transform-style: preserve-3d;
}
.rs_fake_cube,
.rs_fake_cube_wall {
  position: absolute;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  left: 0;
  top: 0;
  z-index: 0;
}
.rs-builder-mode rs-sbg-wrap canvas,
rs-sbg canvas {
  overflow: hidden;
  z-index: 5;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.dddwrappershadow {
  box-shadow: 0 45px 100px rgba(0, 0, 0, 0.4);
}
.dddwrapper {
  transform-style: flat;
  perspective: 10000px;
}
.rs_error_message_box {
  background: #111;
  width: 800px;
  margin: 40px auto;
  padding: 40px 20px;
  text-align: center;
  font-family: open sans, sans-serif;
}
.rs_error_message_oops {
  margin: 0 0 20px;
  line-height: 60px;
  font-size: 34px;
  color: #fff;
}
.rs_error_message_content {
  margin: 0 0 20px;
  line-height: 25px;
  font-size: 17px;
  color: #fff;
}
.rs_error_message_button {
  color: #fff !important;
  background: #333;
  display: inline-block;
  padding: 10px 15px;
  text-align: right;
  border-radius: 5px;
  cursor: pointer;
  text-decoration: none !important;
}
.rs_error_message_button:hover {
  background: #5e35b1;
}
.hglayerinfo {
  position: fixed;
  bottom: 0;
  left: 0;
  color: #fff;
  font-size: 12px;
  line-height: 20px;
  font-weight: 600;
  background: rgba(0, 0, 0, 0.75);
  padding: 5px 10px;
  z-index: 2000;
  white-space: normal;
}
.hginfo {
  position: absolute;
  top: -2px;
  left: -2px;
  color: #e74c3c;
  font-size: 12px;
  font-weight: 600;
  background: #000;
  padding: 2px 5px;
}
.indebugmode .rs-layer:hover {
  border: 1px dashed #c0392b !important;
}
.helpgrid {
  border: 2px dashed #c0392b;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}
#revsliderlogloglog {
  padding: 15px;
  color: #fff;
  position: fixed;
  top: 0;
  left: 0;
  width: 200px;
  height: 150px;
  background: rgba(0, 0, 0, 0.7);
  z-index: 100000;
  font-size: 10px;
  overflow: scroll;
}
.aden {
  filter: hue-rotate(-20deg) contrast(0.9) saturate(0.85) brightness(1.2);
}
.aden:after {
  background: linear-gradient(to right, rgba(66, 10, 14, 0.2), transparent);
  mix-blend-mode: darken;
}
.perpetua:after,
.reyes:after {
  mix-blend-mode: soft-light;
  opacity: 0.5;
}
.inkwell {
  filter: sepia(0.3) contrast(1.1) brightness(1.1) grayscale(1);
}
.perpetua:after {
  background: linear-gradient(to bottom, #005b9a, #e6c13d);
}
.reyes {
  filter: sepia(0.22) brightness(1.1) contrast(0.85) saturate(0.75);
}
.reyes:after {
  background: #efcdad;
}
.gingham {
  filter: brightness(1.05) hue-rotate(-10deg);
}
.gingham:after {
  background: linear-gradient(to right, rgba(66, 10, 14, 0.2), transparent);
  mix-blend-mode: darken;
}
.toaster {
  filter: contrast(1.5) brightness(0.9);
}
.toaster:after {
  background: radial-gradient(circle, #804e0f, #3b003b);
  mix-blend-mode: screen;
}
.walden {
  filter: brightness(1.1) hue-rotate(-10deg) sepia(0.3) saturate(1.6);
}
.walden:after {
  background: #04c;
  mix-blend-mode: screen;
  opacity: 0.3;
}
.hudson {
  filter: brightness(1.2) contrast(0.9) saturate(1.1);
}
.hudson:after {
  background: radial-gradient(circle, #a6b1ff 50%, #342134);
  mix-blend-mode: multiply;
  opacity: 0.5;
}
.earlybird {
  filter: contrast(0.9) sepia(0.2);
}
.earlybird:after {
  background: radial-gradient(circle, #d0ba8e 20%, #360309 85%, #1d0210 100%);
  mix-blend-mode: overlay;
}
.mayfair {
  filter: contrast(1.1) saturate(1.1);
}
.mayfair:after {
  background: radial-gradient(
    circle at 40% 40%,
    rgba(255, 255, 255, 0.8),
    rgba(255, 200, 200, 0.6),
    #111 60%
  );
  mix-blend-mode: overlay;
  opacity: 0.4;
}
.lofi {
  filter: saturate(1.1) contrast(1.5);
}
.lofi:after {
  background: radial-gradient(circle, transparent 70%, #222 150%);
  mix-blend-mode: multiply;
}
._1977 {
  filter: contrast(1.1) brightness(1.1) saturate(1.3);
}
._1977:after {
  background: rgba(243, 106, 188, 0.3);
  mix-blend-mode: screen;
}
.brooklyn {
  filter: contrast(0.9) brightness(1.1);
}
.brooklyn:after {
  background: radial-gradient(circle, rgba(168, 223, 193, 0.4) 70%, #c4b7c8);
  mix-blend-mode: overlay;
}
.xpro2 {
  filter: sepia(0.3);
}
.xpro2:after {
  background: radial-gradient(circle, #e6e7e0 40%, rgba(43, 42, 161, 0.6) 110%);
  mix-blend-mode: color-burn;
}
.nashville {
  filter: sepia(0.2) contrast(1.2) brightness(1.05) saturate(1.2);
}
.nashville:after {
  background: rgba(0, 70, 150, 0.4);
  mix-blend-mode: lighten;
}
.nashville:before {
  background: rgba(247, 176, 153, 0.56);
  mix-blend-mode: darken;
}
.lark {
  filter: contrast(0.9);
}
.lark:after {
  background: rgba(242, 242, 242, 0.8);
  mix-blend-mode: darken;
}
.lark:before {
  background: #22253f;
  mix-blend-mode: color-dodge;
}
.moon {
  filter: grayscale(1) contrast(1.1) brightness(1.1);
}
.moon:before {
  background: #a0a0a0;
  mix-blend-mode: soft-light;
}
.moon:after {
  background: #383838;
  mix-blend-mode: lighten;
}
.clarendon {
  filter: contrast(1.2) saturate(1.35);
}
.clarendon:before {
  background: rgba(127, 187, 227, 0.2);
  mix-blend-mode: overlay;
}
.willow {
  filter: grayscale(0.5) contrast(0.95) brightness(0.9);
}
.willow:before {
  background-image: radial-gradient(circle, 40%, #d4a9af 55%, #000 150%);
  mix-blend-mode: overlay;
}
.rise {
  filter: brightness(1.05) sepia(0.2) contrast(0.9) saturate(0.9);
}
.rise:after {
  background: radial-gradient(
    circle,
    rgba(232, 197, 152, 0.8),
    transparent 90%
  );
  mix-blend-mode: overlay;
  opacity: 0.6;
}
.rise:before {
  background: radial-gradient(
    circle,
    rgba(236, 205, 169, 0.15) 55%,
    rgba(50, 30, 7, 0.4)
  );
  mix-blend-mode: multiply;
}
._1977:after,
._1977:before,
rs-pzimg-wrap.aden:after,
.aden:before,
.brooklyn:after,
.brooklyn:before,
.clarendon:after,
.clarendon:before,
.earlybird:after,
.earlybird:before,
.gingham:after,
.gingham:before,
.hudson:after,
.hudson:before,
.inkwell:after,
.inkwell:before,
.lark:after,
.lark:before,
.lofi:after,
.lofi:before,
.mayfair:after,
.mayfair:before,
.moon:after,
.moon:before,
.nashville:after,
.nashville:before,
.perpetua:after,
.perpetua:before,
.reyes:after,
.reyes:before,
.rise:after,
.rise:before,
.slumber:after,
.slumber:before,
.toaster:after,
.toaster:before,
.walden:after,
.walden:before,
.willow:after,
.willow:before,
.xpro2:after,
.xpro2:before {
  content: "";
  display: block;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  position: absolute;
  pointer-events: none;
}
._1977,
.aden,
.brooklyn,
.clarendon,
.earlybird,
.gingham,
.hudson,
.inkwell,
.lark,
.lofi,
.mayfair,
.moon,
.nashville,
.perpetua,
.reyes,
.rise,
.slumber,
.toaster,
.walden,
.willow,
.xpro2 {
  position: absolute;
}
._1977:before,
.aden:before,
.brooklyn:before,
.clarendon:before,
.earlybird:before,
.gingham:before,
.hudson:before,
.inkwell:before,
.lark:before,
.lofi:before,
.mayfair:before,
.moon:before,
.nashville:before,
.perpetua:before,
.reyes:before,
.rise:before,
.slumber:before,
.toaster:before,
.walden:before,
.willow:before,
.xpro2:before {
  z-index: 30;
}
._1977:after,
.aden:after,
.brooklyn:after,
.clarendon:after,
.earlybird:after,
.gingham:after,
.hudson:after,
.inkwell:after,
.lark:after,
.lofi:after,
.mayfair:after,
.moon:after,
.nashville:after,
.perpetua:after,
.reyes:after,
.rise:after,
.slumber:after,
.toaster:after,
.walden:after,
.willow:after,
.xpro2:after {
  z-index: 40;
}
.slumber {
  filter: saturate(0.66) brightness(1.05);
}
.slumber:after {
  background: rgba(125, 105, 24, 0.5);
  mix-blend-mode: soft-light;
}
.slumber:before {
  background: rgba(69, 41, 12, 0.4);
  mix-blend-mode: lighten;
}
.willow:after {
  background-color: #d8cdcb;
  mix-blend-mode: color;
}
@media not all and (min-resolution: 0.001dpcm) {
  @supports (-webkit-appearance: none) {
    .willow {
      filter: grayscale(1) contrast(0.95) brightness(0.9);
    }
    .willow:after {
      background-color: transparent;
    }
  }
}
rs-pzimg-wrap.perpetua:before,
rs-pzimg-wrap.perpetua:after,
rs-pzimg-wrap.nashville:before,
rs-pzimg-wrap.nashville:after,
rs-pzimg-wrap.xpro2:before,
rs-pzimg-wrap.xpro2:after,
rs-pzimg-wrap._1977:after,
rs-pzimg-wrap._1977:before,
rs-pzimg-wrap.aden:after,
rs-pzimg-wrap.aden:before,
rs-pzimg-wrap.brooklyn:after,
rs-pzimg-wrap.brooklyn:before,
rs-pzimg-wrap.clarendon:after,
rs-pzimg-wrap.clarendon:before,
rs-pzimg-wrap.earlybird:after,
rs-pzimg-wrap.earlybird:before,
rs-pzimg-wrap.gingham:after,
rs-pzimg-wrap.gingham:before,
rs-pzimg-wrap.hudson:after,
rs-pzimg-wrap.hudson:before,
rs-pzimg-wrap.inkwell:after,
rs-pzimg-wrap.inkwell:before,
rs-pzimg-wrap.lark:after,
rs-pzimg-wrap.lark:before,
rs-pzimg-wrap.lofi:after,
rs-pzimg-wrap.lofi:before,
rs-pzimg-wrap.mayfair:after,
rs-pzimg-wrap.mayfair:before,
rs-pzimg-wrap.moon:after,
rs-pzimg-wrap.moon:before,
rs-pzimg-wrap.reyes:after,
rs-pzimg-wrap.reyes:before,
rs-pzimg-wrap.rise:after,
rs-pzimg-wrap.rise:before,
rs-pzimg-wrap.slumber:after,
rs-pzimg-wrap.slumber:before,
rs-pzimg-wrap.toaster:after,
rs-pzimg-wrap.toaster:before,
rs-pzimg-wrap.walden:after,
rs-pzimg-wrap.walden:before,
rs-pzimg-wrap.willow:after,
rs-pzimg-wrap.willow:before,
rs-pzimg-wrap:before,
rs-pzimg-wrap:after {
  height: 500%;
  width: 500%;
}
rs-loader.spinner6 {
  width: 40px;
  height: 40px;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
rs-loader.spinner6 .rs-spinner-inner {
  width: 100%;
  height: 100%;
  display: inline-block;
  -webkit-animation: rs-revealer-6 1.4s linear infinite;
  animation: rs-revealer-6 1.4s linear infinite;
}
rs-loader.spinner6 .rs-spinner-inner span {
  position: absolute;
  vertical-align: top;
  border-radius: 100%;
  display: inline-block;
  width: 8px;
  height: 8px;
  margin-left: 16px;
  transform-origin: center 20px;
  -webkit-transform-origin: center 20px;
}
rs-loader.spinner6 .rs-spinner-inner span:nth-child(2) {
  transform: rotate(36deg);
  -webkit-transform: rotate(36deg);
  opacity: 0.1;
}
rs-loader.spinner6 .rs-spinner-inner span:nth-child(3) {
  transform: rotate(72deg);
  -webkit-transform: rotate(72deg);
  opacity: 0.2;
}
rs-loader.spinner6 .rs-spinner-inner span:nth-child(4) {
  transform: rotate(108deg);
  -webkit-transform: rotate(108deg);
  opacity: 0.3;
}
rs-loader.spinner6 .rs-spinner-inner span:nth-child(5) {
  transform: rotate(144deg);
  -webkit-transform: rotate(144deg);
  opacity: 0.4;
}
rs-loader.spinner6 .rs-spinner-inner span:nth-child(6) {
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  opacity: 0.5;
}
rs-loader.spinner6 .rs-spinner-inner span:nth-child(7) {
  transform: rotate(216deg);
  -webkit-transform: rotate(216deg);
  opacity: 0.6;
}
rs-loader.spinner6 .rs-spinner-inner span:nth-child(8) {
  transform: rotate(252deg);
  -webkit-transform: rotate(252deg);
  opacity: 0.7;
}
rs-loader.spinner6 .rs-spinner-inner span:nth-child(9) {
  transform: rotate(288deg);
  -webkit-transform: rotate(288deg);
  opacity: 0.8;
}
rs-loader.spinner6 .rs-spinner-inner span:nth-child(10) {
  transform: rotate(324deg);
  -webkit-transform: rotate(324deg);
  opacity: 0.9;
}
@keyframes rs-revealer-6 {
  from {
    transform: rotate(0);
  }
  to {
    transform: rotate(360deg);
  }
}
@-webkit-keyframes rs-revealer-6 {
  from {
    -webkit-transform: rotate(0);
  }
  to {
    -webkit-transform: rotate(360deg);
  }
}
rs-loader.spinner7 {
  width: 35px;
  height: 35px;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
rs-loader.spinner7 .rs-spinner-inner {
  width: 100%;
  height: 100%;
  display: inline-block;
  padding: 0;
  border-radius: 100%;
  border: 2px solid;
  -webkit-animation: rs-revealer-7 0.8s linear infinite;
  animation: rs-revealer-7 0.8s linear infinite;
}
@keyframes rs-revealer-7 {
  from {
    transform: rotate(0);
  }
  to {
    transform: rotate(360deg);
  }
}
@-webkit-keyframes rs-revealer-7 {
  from {
    -webkit-transform: rotate(0);
  }
  to {
    -webkit-transform: rotate(360deg);
  }
}
rs-loader.spinner8 {
  width: 50px;
  height: 50px;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
rs-loader.spinner8 .rs-spinner-inner {
  width: 100%;
  height: 100%;
  display: inline-block;
  padding: 0;
  text-align: left;
}
rs-loader.spinner8 .rs-spinner-inner span {
  position: absolute;
  display: inline-block;
  width: 100%;
  height: 100%;
  border-radius: 100%;
  -webkit-animation: rs-revealer-8 1.6s linear infinite;
  animation: rs-revealer-8 1.6s linear infinite;
}
rs-loader.spinner8 .rs-spinner-inner span:last-child {
  animation-delay: -0.8s;
  -webkit-animation-delay: -0.8s;
}
@keyframes rs-revealer-8 {
  0% {
    transform: scale(0, 0);
    opacity: 0.5;
  }
  100% {
    transform: scale(1, 1);
    opacity: 0;
  }
}
@-webkit-keyframes rs-revealer-8 {
  0% {
    -webkit-transform: scale(0, 0);
    opacity: 0.5;
  }
  100% {
    -webkit-transform: scale(1, 1);
    opacity: 0;
  }
}
rs-loader.spinner9 {
  width: 40px;
  height: 40px;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
rs-loader.spinner9 .rs-spinner-inner span {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  opacity: 0.6;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-animation: rs-revealer-9 2s infinite ease-in-out;
  animation: rs-revealer-9 2s infinite ease-in-out;
}
rs-loader.spinner9 .rs-spinner-inner span:last-child {
  -webkit-animation-delay: -1s;
  animation-delay: -1s;
}
@-webkit-keyframes rs-revealer-9 {
  0%,
  100% {
    -webkit-transform: scale(0);
  }
  50% {
    -webkit-transform: scale(1);
  }
}
@keyframes rs-revealer-9 {
  0%,
  100% {
    transform: scale(0);
    -webkit-transform: scale(0);
  }
  50% {
    transform: scale(1);
    -webkit-transform: scale(1);
  }
}
rs-loader.spinner10 {
  width: 54px;
  height: 40px;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
rs-loader.spinner10 .rs-spinner-inner {
  width: 100%;
  height: 100%;
  text-align: center;
  font-size: 10px;
}
rs-loader.spinner10 .rs-spinner-inner span {
  display: block;
  height: 100%;
  width: 6px;
  display: inline-block;
  -webkit-animation: rs-revealer-10 1.2s infinite ease-in-out;
  animation: rs-revealer-10 1.2s infinite ease-in-out;
}
rs-loader.spinner10 .rs-spinner-inner span:nth-child(2) {
  -webkit-animation-delay: -1.1s;
  animation-delay: -1.1s;
}
rs-loader.spinner10 .rs-spinner-inner span:nth-child(3) {
  -webkit-animation-delay: -1s;
  animation-delay: -1s;
}
rs-loader.spinner10 .rs-spinner-inner span:nth-child(4) {
  -webkit-animation-delay: -0.9s;
  animation-delay: -0.9s;
}
rs-loader.spinner10 .rs-spinner-inner span:nth-child(5) {
  -webkit-animation-delay: -0.8s;
  animation-delay: -0.8s;
}
@-webkit-keyframes rs-revealer-10 {
  0%,
  100%,
  40% {
    -webkit-transform: scaleY(0.4);
  }
  20% {
    -webkit-transform: scaleY(1);
  }
}
@keyframes rs-revealer-10 {
  0%,
  100%,
  40% {
    transform: scaleY(0.4);
    -webkit-transform: scaleY(0.4);
  }
  20% {
    transform: scaleY(1);
    -webkit-transform: scaleY(1);
  }
}
rs-loader.spinner11 {
  width: 40px;
  height: 40px;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
rs-loader.spinner11 .rs-spinner-inner {
  width: 100%;
  height: 100%;
}
rs-loader.spinner11 .rs-spinner-inner span {
  display: block;
  width: 33%;
  height: 33%;
  background-color: #333;
  float: left;
  -webkit-animation: rs-revealer-11 1.3s infinite ease-in-out;
  animation: rs-revealer-11 1.3s infinite ease-in-out;
}
rs-loader.spinner11 .rs-spinner-inner span:nth-child(1) {
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
}
rs-loader.spinner11 .rs-spinner-inner span:nth-child(2) {
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
}
rs-loader.spinner11 .rs-spinner-inner span:nth-child(3) {
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s;
}
rs-loader.spinner11 .rs-spinner-inner span:nth-child(4) {
  -webkit-animation-delay: 0.1s;
  animation-delay: 0.1s;
}
rs-loader.spinner11 .rs-spinner-inner span:nth-child(5) {
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
}
rs-loader.spinner11 .rs-spinner-inner span:nth-child(6) {
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
}
rs-loader.spinner11 .rs-spinner-inner span:nth-child(7) {
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
}
rs-loader.spinner11 .rs-spinner-inner span:nth-child(8) {
  -webkit-animation-delay: 0.1s;
  animation-delay: 0.1s;
}
rs-loader.spinner11 .rs-spinner-inner span:nth-child(9) {
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
}
@-webkit-keyframes rs-revealer-11 {
  0%,
  100%,
  70% {
    -webkit-transform: scale3D(1, 1, 1);
    transform: scale3D(1, 1, 1);
  }
  35% {
    -webkit-transform: scale3D(0, 0, 1);
    transform: scale3D(0, 0, 1);
  }
}
@keyframes rs-revealer-11 {
  0%,
  100%,
  70% {
    -webkit-transform: scale3D(1, 1, 1);
    transform: scale3D(1, 1, 1);
  }
  35% {
    -webkit-transform: scale3D(0, 0, 1);
    transform: scale3D(0, 0, 1);
  }
}
rs-loader.spinner12 {
  width: 35px;
  height: 35px;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
rs-loader.spinner12 .rs-spinner-inner {
  width: 100%;
  height: 100%;
  -webkit-animation: rs-revealer-12 1s infinite linear;
  animation: rs-revealer-12 1s infinite linear;
}
@-webkit-keyframes rs-revealer-12 {
  0% {
    -webkit-transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes rs-revealer-12 {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}
rs-loader.spinner13 {
  width: 40px;
  height: 40px;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
rs-loader.spinner13 .rs-spinner-inner {
  width: 100%;
  height: 100%;
}
rs-loader.spinner13 .rs-spinner-inner span {
  display: block;
  width: 40%;
  height: 40%;
  position: absolute;
  border-radius: 50%;
  -webkit-animation: rs-revealer-13 2s ease infinite;
  animation: rs-revealer-13 2s ease infinite;
}
rs-loader.spinner13 .rs-spinner-inner span:nth-child(1) {
  animation-delay: -1.5s;
  -webkit-animation-delay: -1.5s;
}
rs-loader.spinner13 .rs-spinner-inner span:nth-child(2) {
  animation-delay: -1s;
  -webkit-animation-delay: -1s;
}
rs-loader.spinner13 .rs-spinner-inner span:nth-child(3) {
  animation-delay: -0.5s;
  -webkit-animation-delay: -0.5s;
}
@keyframes rs-revealer-13 {
  0%,
  100% {
    transform: translate(0);
  }
  25% {
    transform: translate(160%);
  }
  50% {
    transform: translate(160%, 160%);
  }
  75% {
    transform: translate(0, 160%);
  }
}
@-webkit-keyframes rs-revealer-13 {
  0%,
  100% {
    -webkit-transform: translate(0);
  }
  25% {
    -webkit-transform: translate(160%);
  }
  50% {
    -webkit-transform: translate(160%, 160%);
  }
  75% {
    -webkit-transform: translate(0, 160%);
  }
}
rs-loader.spinner14 {
  width: 40px;
  height: 40px;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
rs-loader.spinner14 .rs-spinner-inner {
  width: 100%;
  height: 100%;
  animation: rs-revealer-14 1s infinite linear;
}
rs-loader.spinner14 .rs-spinner-inner span {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  margin: -8px;
}
rs-loader.spinner14 .rs-spinner-inner span:nth-child(1) {
  -webkit-animation: rs-revealer-14-1 2s infinite;
  animation: rs-revealer-14-1 2s infinite;
}
rs-loader.spinner14 .rs-spinner-inner span:nth-child(2) {
  -webkit-animation: rs-revealer-14-2 2s infinite;
  animation: rs-revealer-14-2 2s infinite;
}
rs-loader.spinner14 .rs-spinner-inner span:nth-child(3) {
  -webkit-animation: rs-revealer-14-3 2s infinite;
  animation: rs-revealer-14-3 2s infinite;
}
rs-loader.spinner14 .rs-spinner-inner span:nth-child(4) {
  -webkit-animation: rs-revealer-14-4 2s infinite;
  animation: rs-revealer-14-4 2s infinite;
}
@-webkit-keyframes rs-revealer-14-1 {
  0% {
    -webkit-transform: rotate3d(0, 0, 1, 0deg) translate3d(0, 0, 0);
  }
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 0deg) translate3d(80%, 80%, 0);
  }
  80% {
    -webkit-transform: rotate3d(0, 0, 1, 360deg) translate3d(80%, 80%, 0);
  }
  100% {
    -webkit-transform: rotate3d(0, 0, 1, 360deg) translate3d(0, 0, 0);
  }
}
@-webkit-keyframes rs-revealer-14-2 {
  0% {
    -webkit-transform: rotate3d(0, 0, 1, 0deg) translate3d(0, 0, 0);
  }
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 0deg) translate3d(80%, -80%, 0);
  }
  80% {
    -webkit-transform: rotate3d(0, 0, 1, 360deg) translate3d(80%, -80%, 0);
  }
  100% {
    -webkit-transform: rotate3d(0, 0, 1, 360deg) translate3d(0, 0, 0);
  }
}
@-webkit-keyframes rs-revealer-14-3 {
  0% {
    -webkit-transform: rotate3d(0, 0, 1, 0deg) translate3d(0, 0, 0);
  }
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 0deg) translate3d(-80%, -80%, 0);
  }
  80% {
    -webkit-transform: rotate3d(0, 0, 1, 360deg) translate3d(-80%, -80%, 0);
  }
  100% {
    -webkit-transform: rotate3d(0, 0, 1, 360deg) translate3d(0, 0, 0);
  }
}
@-webkit-keyframes rs-revealer-14-4 {
  0% {
    -webkit-transform: rotate3d(0, 0, 1, 0deg) translate3d(0, 0, 0);
  }
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 0deg) translate3d(-80%, 80%, 0);
  }
  80% {
    -webkit-transform: rotate3d(0, 0, 1, 360deg) translate3d(-80%, 80%, 0);
  }
  100% {
    -webkit-transform: rotate3d(0, 0, 1, 360deg) translate3d(0, 0, 0);
  }
}
@keyframes rs-revealer-14-1 {
  0% {
    transform: rotate3d(0, 0, 1, 0deg) translate3d(0, 0, 0);
  }
  20% {
    transform: rotate3d(0, 0, 1, 0deg) translate3d(80%, 80%, 0);
  }
  80% {
    transform: rotate3d(0, 0, 1, 360deg) translate3d(80%, 80%, 0);
  }
  100% {
    transform: rotate3d(0, 0, 1, 360deg) translate3d(0, 0, 0);
  }
}
@keyframes rs-revealer-14-2 {
  0% {
    transform: rotate3d(0, 0, 1, 0deg) translate3d(0, 0, 0);
  }
  20% {
    transform: rotate3d(0, 0, 1, 0deg) translate3d(80%, -80%, 0);
  }
  80% {
    transform: rotate3d(0, 0, 1, 360deg) translate3d(80%, -80%, 0);
  }
  100% {
    transform: rotate3d(0, 0, 1, 360deg) translate3d(0, 0, 0);
  }
}
@keyframes rs-revealer-14-3 {
  0% {
    transform: rotate3d(0, 0, 1, 0deg) translate3d(0, 0, 0);
  }
  20% {
    transform: rotate3d(0, 0, 1, 0deg) translate3d(-80%, -80%, 0);
  }
  80% {
    transform: rotate3d(0, 0, 1, 360deg) translate3d(-80%, -80%, 0);
  }
  100% {
    transform: rotate3d(0, 0, 1, 360deg) translate3d(0, 0, 0);
  }
}
@keyframes rs-revealer-14-4 {
  0% {
    transform: rotate3d(0, 0, 1, 0deg) translate3d(0, 0, 0);
  }
  20% {
    transform: rotate3d(0, 0, 1, 0deg) translate3d(-80%, 80%, 0);
  }
  80% {
    transform: rotate3d(0, 0, 1, 360deg) translate3d(-80%, 80%, 0);
  }
  100% {
    transform: rotate3d(0, 0, 1, 360deg) translate3d(0, 0, 0);
  }
}
rs-loader.spinner15 {
  width: 40px;
  height: 40px;
  margin-top: -4px;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
rs-loader.spinner15 .rs-spinner-inner {
  width: 100%;
  height: 100%;
}
rs-loader.spinner15 .rs-spinner-inner span {
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-animation: rs-revealer-15 1.8s infinite ease-in-out;
  animation: rs-revealer-15 1.8s infinite ease-in-out;
}
rs-loader.spinner15 .rs-spinner-inner:last-child {
  -webkit-animation-delay: -0.9s;
  animation-delay: -0.9s;
}
@-webkit-keyframes rs-revealer-15 {
  25% {
    -webkit-transform: translateX(30px) rotate(-90deg) scale(0.5);
  }
  50% {
    -webkit-transform: translateX(30px) translateY(30px) rotate(-180deg);
  }
  75% {
    -webkit-transform: translateX(0) translateY(30px) rotate(-270deg) scale(0.5);
  }
  100% {
    -webkit-transform: rotate(-360deg);
  }
}
@keyframes rs-revealer-15 {
  25% {
    transform: translateX(30px) rotate(-90deg) scale(0.5);
    -webkit-transform: translateX(30px) rotate(-90deg) scale(0.5);
  }
  50% {
    transform: translateX(30px) translateY(30px) rotate(-179deg);
    -webkit-transform: translateX(30px) translateY(30px) rotate(-179deg);
  }
  50.1% {
    transform: translateX(30px) translateY(30px) rotate(-180deg);
    -webkit-transform: translateX(30px) translateY(30px) rotate(-180deg);
  }
  75% {
    transform: translateX(0) translateY(30px) rotate(-270deg) scale(0.5);
    -webkit-transform: translateX(0) translateY(30px) rotate(-270deg) scale(0.5);
  }
  100% {
    transform: rotate(-360deg);
    -webkit-transform: rotate(-360deg);
  }
}
.bgcanvas {
  display: none;
  position: absolute;
  overflow: hidden;
}
.RSscrollbar-measure {
  width: 100px;
  height: 100px;
  overflow: scroll;
  position: absolute;
  top: -9999px;
}
.avada-has-rev-slider-styles .rev_slider_wrapper {
  transform: none;
}
#rev_slider_2_1_wrapper .liquory.tparrows {
  cursor: pointer;
  background: #fff;
  width: 54px;
  height: 54px;
  position: absolute;
  display: block;
  z-index: 1000;
  border-radius: 50%;
}
#rev_slider_2_1_wrapper .liquory.tparrows.rs-touchhover {
  background: #fff;
  color: #000;
}
#rev_slider_2_1_wrapper .liquory.tparrows:before {
  font-family: revicons;
  font-size: 20px;
  color: #ccc;
  display: block;
  line-height: 54px;
  text-align: center;
}
#rev_slider_2_1_wrapper .liquory.tparrows:hover:before,
#rev_slider_2_1_wrapper .liquory.tparrows.rs-touchhover:before {
  color: #000;
}
#rev_slider_2_1_wrapper .liquory.tparrows.tp-leftarrow:before {
  content: "\e82a";
  margin-left: -3px;
}
#rev_slider_2_1_wrapper .liquory.tparrows.tp-rightarrow:before {
  content: "\e82b";
  margin-right: -3px;
}
#rev_slider_2_1_wrapper .liquory.tp-bullets:before {
  content: " ";
  position: absolute;
  width: 100%;
  height: 100%;
  background: 0 0;
  padding: 10px;
  margin-left: -10px;
  margin-top: -10px;
  box-sizing: content-box;
}
#rev_slider_2_1_wrapper .liquory .tp-bullet {
  width: 10px;
  height: 10px;
  position: absolute;
  background: #fff;
  border-radius: 50%;
  cursor: pointer;
  box-sizing: content-box;
}
#rev_slider_2_1_wrapper .liquory .tp-bullet.rs-touchhover,
#rev_slider_2_1_wrapper .liquory .tp-bullet.selected {
  background: #c6102e;
}
