/********* Compiled CSS - Do not edit *********/
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;600;700&family=Lato:wght@300;400;700&display=swap');
/* Headings use modern sans-serif: Poppins then Lato */
h1,h2,h3,h4,h5,h6,.fusion-title,.fusion-toggle-heading,.panel-title,.site-title{
  font-family: 'Poppins','Lato', Arial, sans-serif !important;
}
@keyframes wc-skeleton-shimmer {
  to {
    transform: translateX(100%)
  }
}

.wc-block-components-button:not(.is-link) {
  align-items: center;
  display: inline-flex;
  height: auto;
  justify-content: center;
  position: relative;
  text-align: center;
  transition: box-shadow .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 {
  text-wrap: balance;
  text-wrap: pretty;
  display: block
}

.wc-block-components-button:not(.is-link) .wc-block-components-button__text>svg {
  fill: currentColor
}

.wc-block-components-button:not(.is-link).text {
  color: #1e1e1e
}

.wc-block-components-button:not(.is-link).text:hover {
  opacity: .9
}

.wc-block-components-button:not(.is-link):disabled .wc-block-components-button__text {
  opacity: .5
}

.wc-block-components-button:not(.is-link).is-style-outline,
.wc-block-components-button:not(.is-link).outlined {
  background: transparent;
  color: currentColor
}

.wc-block-components-button:not(.is-link).is-style-outline:not(:focus),
.wc-block-components-button:not(.is-link).outlined:not(:focus) {
  box-shadow: inset 0 0 0 1px currentColor
}

.wc-block-components-button:not(.is-link).is-style-outline:active,
.wc-block-components-button:not(.is-link).is-style-outline:disabled,
.wc-block-components-button:not(.is-link).is-style-outline:focus,
.wc-block-components-button:not(.is-link).is-style-outline:hover,
.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).is-style-outline:hover,
.wc-block-components-button:not(.is-link).outlined:hover {
  background-color: #1e1e1e;
  color: #fff;
  opacity: 1
}

body:not(.woocommerce-block-theme-has-button-styles) .wc-block-components-button:not(.is-link) {
  min-height: 3em
}

body:not(.woocommerce-block-theme-has-button-styles) .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
}

body:not(.woocommerce-block-theme-has-button-styles) .wc-block-components-button:not(.is-link).text {
  color: #1e1e1e
}

body:not(.woocommerce-block-theme-has-button-styles) .wc-block-components-button:not(.is-link).text:hover {
  opacity: .9
}

@keyframes wc-skeleton-shimmer {
  to {
    transform: translateX(100%)
  }
}

.wc-block-components-checkbox {
  color: inherit;
  font-family: inherit;
  font-size: inherit;
  font-style: inherit;
  font-weight: inherit;
  letter-spacing: inherit;
  line-height: inherit;
  line-height: 0;
  text-decoration: inherit;
  text-transform: inherit
}

.wc-block-components-checkbox.wc-block-components-validated-checkbox-control label {
  display: grid;
  grid-template-columns: auto 1fr
}

.wc-block-components-checkbox.wc-block-components-validated-checkbox-control label .wc-block-components-validation-error {
  grid-column: 1/-1
}

.wc-block-components-checkbox label {
  align-items: flex-start;
  cursor: pointer;
  display: inline-flex;
  font-size: var(--wp--preset--font-size--small, 14px);
  gap: 12px;
  line-height: 20px;
  margin-bottom: 0 !important;
  position: relative
}

.wc-block-components-checkbox label input[type=checkbox] {
  cursor: inherit
}

.wc-block-components-checkbox .wc-block-components-checkbox__input[type=checkbox] {
  appearance: none;
  background-color: #fff;
  border: 1px solid color-mix(in srgb, currentColor 48%, transparent);
  border-radius: 4px;
  box-sizing: border-box;
  height: 20px;
  margin: 0;
  min-width: 20px;
  overflow: hidden;
  position: static;
  width: 20px
}

.wc-block-components-checkbox .wc-block-components-checkbox__input[type=checkbox]:checked {
  background: #fff
}

.wc-block-components-checkbox .wc-block-components-checkbox__input[type=checkbox]:focus {
  outline: 1.5px solid color-mix(in srgb, currentColor 80%, transparent);
  outline-offset: 1.5px
}

.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, .1);
  border-color: hsla(0, 0%, 100%, .4);
  color: #fff
}

.has-dark-controls .wc-block-components-checkbox .wc-block-components-checkbox__input[type=checkbox]:checked {
  background: rgba(0, 0, 0, .1);
  border-color: currentColor
}

.has-dark-controls .wc-block-components-checkbox .wc-block-components-checkbox__input[type=checkbox]:focus {
  outline: 1.5px solid currentColor;
  outline-offset: 1.5px
}

.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: 15px;
  margin-left: 3px;
  margin-top: 1px;
  pointer-events: none;
  position: absolute;
  width: 15px
}

.has-dark-controls .wc-block-components-checkbox .wc-block-components-checkbox__mark {
  fill: #fff
}

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

@keyframes wc-skeleton-shimmer {
  to {
    transform: translateX(100%)
  }
}

.wc-block-components-validation-error {
  color: #cc1818;
  font-size: var(--wp--preset--font-size--small, 14px);
  line-height: 1.4;
  max-width: 100%;
  min-height: 1em;
  padding: 8px 0 0;
  white-space: normal
}

.wc-block-components-validation-error>p {
  align-items: center;
  display: flex;
  gap: 2px;
  line-height: 1;
  margin: 0;
  padding: 0
}

.wc-block-components-validation-error svg {
  fill: currentColor;
  height: 1.5em;
  margin: -.4735em 0;
  width: 1.5em
}

.has-dark-controls .wc-block-components-validation-error {
  color: #f18c8c
}

.wc-block-components-select+.wc-block-components-validation-error {
  margin-bottom: 24px
}

@keyframes wc-skeleton-shimmer {
  to {
    transform: translateX(100%)
  }
}

.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: none;
  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: .25rem;
  box-shadow: none;
  color: currentColor !important;
  display: block;
  line-height: 1;
  max-width: 100% !important;
  opacity: .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 {
  animation: loading__animation 1.5s ease-in-out infinite;
  background-image: linear-gradient(90deg, currentColor, hsla(0, 0%, 96%, .302), currentColor);
  background-repeat: no-repeat;
  content: " ";
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  transform: translateX(-100%)
}

@keyframes loading__animation {
  to {
    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 {
    animation: none
  }
}

@keyframes wc-skeleton-shimmer {
  to {
    transform: translateX(100%)
  }
}

.wc-block-components-chip {
  align-items: center;
  border: 0;
  border-radius: 0;
  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 .365em .365em 0;
  max-width: 100%;
  padding: .25em .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: transparent;
  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: .433em
}

.wc-block-components-chip.wc-block-components-chip--radius-large {
  border-radius: 2em;
  padding-left: .75em;
  padding-right: .25em
}

.wc-block-components-chip .wc-block-components-chip__text {
  flex-grow: 1;
  font-size: .875em
}

.wc-block-components-chip.is-removable .wc-block-components-chip__text {
  padding-right: .5em
}

.wc-block-components-chip .wc-block-components-chip__remove {
  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 button.wc-block-components-chip__remove:not(:hover):not(:active):not(.has-background),
.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) {
  background: transparent
}

.wc-block-components-chip__remove:focus,
.wc-block-components-chip__remove:hover,
button.wc-block-components-chip:focus>.wc-block-components-chip__remove,
button.wc-block-components-chip:hover>.wc-block-components-chip__remove {
  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
}

@keyframes wc-skeleton-shimmer {
  to {
    transform: translateX(100%)
  }
}

.wc-block-components-form {
  counter-reset: checkout-step
}

.wc-block-components-form .wc-block-components-checkout-step {
  background: none;
  border: none;
  margin: 0 0 24px;
  padding: 0;
  position: relative
}

.wc-block-components-form .wc-block-components-checkout-step .wc-block-components-country-input,
.wc-block-components-form .wc-block-components-checkout-step .wc-block-components-text-input:first-of-type {
  margin-top: 0
}

.wc-block-components-checkout-step--disabled {
  opacity: .6
}

.wc-block-components-checkout-step__container {
  position: relative
}

.wc-block-components-checkout-step__container textarea {
  font-style: inherit;
  font-weight: inherit
}

.wc-block-components-checkout-step__content>* {
  margin-bottom: 16px
}

.wc-block-components-checkout-step__content>:last-child {
  margin-bottom: 0
}

.wc-block-components-checkout-step--with-step-number .wc-block-components-checkout-step__content>:last-child {
  margin-bottom: 0
}

.wc-block-checkout__contact-fields .wc-block-components-checkout-step__heading {
  margin-top: 0
}

.wc-block-components-checkout-step__heading {
  position: relative
}

.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:first-child .wc-block-components-checkout-step__heading {
  margin-top: 0
}

.wc-block-components-checkout-step__heading-container {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin-bottom: 16px
}

.wc-block-components-checkout-step__title {
  margin: 0 12px 0 0
}

.wc-block-components-checkout-step__heading-content {
  font-size: .75em
}

.wc-block-components-checkout-step__heading-content a {
  color: inherit;
  font-weight: 700
}

.wc-block-components-checkout-step__description {
  font-size: var(--wp--preset--font-size--small, 14px);
  line-height: 1.4;
  margin: 0
}

.wc-block-checkout__form--with-step-numbers .wc-block-components-checkout-step--with-step-number {
  padding: 0 0 0 36px
}

@container (max-width: 519px) {
  @media(max-width:600px) {
    .wc-block-checkout__form--with-step-numbers .wc-block-components-checkout-step--with-step-number {
      padding: 36px 0 0
    }
  }
}

.wc-block-checkout__form--with-step-numbers .wc-block-components-checkout-step--with-step-number .wc-block-components-checkout-step__title:before {
  background: transparent;
  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;
  white-space: nowrap
}

@container (max-width: 519px) {
  .wc-block-checkout__form--with-step-numbers .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
  }
}

.wc-block-checkout__form--with-step-numbers .wc-block-components-checkout-step--with-step-number .wc-block-components-checkout-step__content,
.wc-block-checkout__form--with-step-numbers .wc-block-components-checkout-step--with-step-number .wc-block-components-checkout-step__description {
  position: relative
}

.wc-block-checkout__form--with-step-numbers .wc-block-components-checkout-step--with-step-number .wc-block-components-checkout-step__content:before,
.wc-block-checkout__form--with-step-numbers .wc-block-components-checkout-step--with-step-number .wc-block-components-checkout-step__description:before {
  border-left: 1px solid color-mix(in srgb, currentColor 20%, transparent);
  bottom: 0;
  content: "";
  left: -24px;
  position: absolute;
  top: 0
}

.has-dark-controls .wc-block-checkout__form--with-step-numbers .wc-block-components-checkout-step--with-step-number .wc-block-components-checkout-step__content:before,
.has-dark-controls .wc-block-checkout__form--with-step-numbers .wc-block-components-checkout-step--with-step-number .wc-block-components-checkout-step__description:before {
  border-left-color: hsla(0, 0%, 100%, .4)
}

.wc-block-checkout__form--with-step-numbers .wc-block-components-checkout-step--with-step-number .wc-block-components-checkout-step__description:before {
  bottom: -16px
}

.is-mobile .wc-block-checkout__form--with-step-numbers .wc-block-components-checkout-step--with-step-number,
.is-small .wc-block-checkout__form--with-step-numbers .wc-block-components-checkout-step--with-step-number {
  padding: 0
}

.is-mobile .wc-block-checkout__form--with-step-numbers .wc-block-components-checkout-step--with-step-number .wc-block-components-checkout-step__title:before,
.is-small .wc-block-checkout__form--with-step-numbers .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-checkout__form--with-step-numbers .wc-block-components-checkout-step--with-step-number .wc-block-components-checkout-step__content:before,
.is-mobile .wc-block-checkout__form--with-step-numbers .wc-block-components-checkout-step--with-step-number .wc-block-components-checkout-step__description:before,
.is-small .wc-block-checkout__form--with-step-numbers .wc-block-components-checkout-step--with-step-number .wc-block-components-checkout-step__content:before,
.is-small .wc-block-checkout__form--with-step-numbers .wc-block-components-checkout-step--with-step-number .wc-block-components-checkout-step__description:before {
  display: none
}

.editor-styles-wrapper .wp-block h4.wc-block-components-checkout-step__title {
  font-size: 1em;
  line-height: 24px;
  margin: 0 12px 0 0
}

@keyframes wc-skeleton-shimmer {
  to {
    transform: translateX(100%)
  }
}

.wc-block-components-title.wc-block-components-title {
  border: 0;
  border-radius: 0;
  font-size: var(--wp--preset--font-size--medium, 22px);
  font-weight: 500;
  line-height: 1.4;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
  word-break: break-word
}

.wc-block-components-title.wc-block-components-title textarea {
  font-style: inherit;
  font-weight: inherit;
  letter-spacing: inherit;
  line-height: 1.3;
  text-transform: inherit
}

.theme-twentytwenty .wc-block-components-title.wc-block-components-title {
  border: 0;
  border-radius: 0;
  font-size: var(--wp--preset--font-size--medium, 22px);
  font-weight: 500;
  line-height: 1.4;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
  word-break: break-word
}

@keyframes wc-skeleton-shimmer {
  to {
    transform: translateX(100%)
  }
}

.wc-block-components-formatted-money-amount {
  white-space: nowrap
}

@keyframes wc-skeleton-shimmer {
  to {
    transform: translateX(100%)
  }
}

.wc-block-components-panel.has-border {
  border: 1px solid color-mix(in srgb, currentColor 30%, transparent);
  border-width: 1px 0
}

.wc-block-components-panel.has-border+.wc-block-components-panel.has-border {
  border-top-width: 0
}

.wc-block-components-panel.has-border.no-top-border {
  border-top-width: 0
}

.wc-block-components-panel__button {
  box-sizing: border-box;
  height: auto;
  padding-left: 0 !important;
  padding-right: 32px;
  padding-top: .375em;
  position: relative;
  text-align: left;
  width: 100%;
  word-break: break-word
}

.wc-block-components-panel__button[aria-expanded=true] {
  margin-bottom: 16px
}

.wc-block-components-panel__button,
.wc-block-components-panel__button:active,
.wc-block-components-panel__button:focus,
.wc-block-components-panel__button:hover {
  cursor: pointer;
  padding-left: 0 !important
}

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

@keyframes wc-skeleton-shimmer {
  to {
    transform: translateX(100%)
  }
}

.wc-block-components-radio-control--highlight-checked,
.wc-block-components-radio-control--highlight-checked div.wc-block-components-radio-control-accordion-option {
  position: relative
}

.wc-block-components-radio-control--highlight-checked div.wc-block-components-radio-control-accordion-option:after {
  background: color-mix(in srgb, currentColor 20%, transparent);
  content: "";
  height: 1px;
  left: 1px;
  position: absolute;
  right: 1px;
  top: 0
}

.wc-block-components-radio-control--highlight-checked div.wc-block-components-radio-control-accordion-option:first-child:after {
  display: none
}

.wc-block-components-radio-control--highlight-checked div.wc-block-components-radio-control-accordion-option.wc-block-components-radio-control-accordion-option--checked-option-highlighted+div.wc-block-components-radio-control-accordion-option:after {
  display: none
}

.wc-block-components-radio-control--highlight-checked .wc-block-components-radio-control-accordion-option--checked-option-highlighted,
.wc-block-components-radio-control--highlight-checked label.wc-block-components-radio-control__option--checked-option-highlighted {
  border-radius: 4px;
  box-shadow: inset 0 0 0 1.5px currentColor
}

.wc-block-components-radio-control--highlight-checked:after {
  border: 1px solid color-mix(in srgb, currentColor 20%, transparent);
  border-radius: 4px;
  bottom: 0;
  box-sizing: border-box;
  content: "";
  left: 0;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%
}

.wc-block-components-radio-control--highlight-checked.wc-block-components-radio-control--highlight-checked--first-selected:after {
  border-top: 0;
  margin-top: 2px
}

.wc-block-components-radio-control--highlight-checked.wc-block-components-radio-control--highlight-checked--last-selected:after {
  border-bottom: 0;
  margin-bottom: 2px
}

.wc-block-components-radio-control--highlight-checked .wc-block-components-radio-control__option--checked-option-highlighted+.wc-block-components-radio-control__option:after {
  display: none
}

.wc-block-components-radio-control--highlight-checked .wc-block-components-radio-control__option:after {
  background: color-mix(in srgb, currentColor 20%, transparent);
  content: "";
  height: 1px;
  left: 1px;
  position: absolute;
  right: 1px;
  top: 0
}

.wc-block-components-radio-control--highlight-checked .wc-block-components-radio-control__option:first-child:after {
  display: none
}

.wc-block-components-radio-control .wc-block-components-radio-control__option {
  margin: 0
}

.wc-block-components-radio-control__option {
  color: inherit;
  cursor: pointer;
  display: block;
  font-family: inherit;
  font-size: inherit;
  font-style: inherit;
  font-weight: inherit;
  letter-spacing: inherit;
  line-height: inherit;
  padding: 16px 16px 16px 48px;
  position: relative;
  text-decoration: inherit;
  text-transform: inherit
}

.wc-block-components-radio-control__option-layout {
  display: flex;
  flex-direction: column;
  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: flex;
  justify-content: space-between
}

.wc-block-components-radio-control__description-group .wc-block-components-radio-control__description,
.wc-block-components-radio-control__description-group .wc-block-components-radio-control__label,
.wc-block-components-radio-control__label-group .wc-block-components-radio-control__description,
.wc-block-components-radio-control__label-group .wc-block-components-radio-control__label {
  flex-grow: 1
}

.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 {
  flex: 0 0 50%;
  text-align: right
}

.wc-block-components-radio-control__description-group--column {
  text-wrap: balance;
  flex-direction: column
}

.wc-block-components-radio-control__description-group--column .wc-block-components-radio-control__description {
  margin: 4px 0
}

.wc-block-components-radio-control__description-group--column .wc-block-components-radio-control__secondary-description {
  padding-right: 12px;
  text-align: left
}

.wc-block-components-radio-control__description,
.wc-block-components-radio-control__label,
.wc-block-components-radio-control__secondary-description,
.wc-block-components-radio-control__secondary-label {
  font-size: var(--wp--preset--font-size--small, 14px);
  line-height: 1.4
}

.wc-block-components-radio-control .wc-block-components-radio-control__input {
  appearance: none;
  background: #fff;
  border: 1px solid color-mix(in srgb, currentColor 48%, transparent);
  border-radius: 50%;
  display: inline-block;
  height: 20px;
  left: 16px;
  margin: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-45%);
  width: 20px
}

.wc-block-components-radio-control .wc-block-components-radio-control__input:checked {
  border: 1px solid color-mix(in srgb, currentColor 80%, transparent)
}

.wc-block-components-radio-control .wc-block-components-radio-control__input:focus {
  outline: 1px solid color-mix(in srgb, currentColor 80%, transparent);
  outline-offset: 2px
}

.wc-block-components-radio-control .wc-block-components-radio-control__input:checked:before {
  background: #000;
  border-radius: 50%;
  content: "";
  display: block;
  height: 10px;
  left: 50%;
  margin: 0;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 10px
}

.has-dark-controls .wc-block-components-radio-control .wc-block-components-radio-control__input {
  background-color: rgba(0, 0, 0, .1);
  border-color: hsla(0, 0%, 100%, .4)
}

.has-dark-controls .wc-block-components-radio-control .wc-block-components-radio-control__input:checked {
  border-color: #fff
}

.has-dark-controls .wc-block-components-radio-control .wc-block-components-radio-control__input:checked:before {
  background: #fff
}

.has-dark-controls .wc-block-components-radio-control .wc-block-components-radio-control__input:focus {
  outline: 1px solid #fff;
  outline-offset: 1px
}

.wc-block-components-radio-control .wc-block-components-radio-control__input[aria-disabled=true],
.wc-block-components-radio-control .wc-block-components-radio-control__input[disabled] {
  cursor: not-allowed;
  opacity: .5;
  transition: opacity .2s ease
}

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

@keyframes wc-skeleton-shimmer {
  to {
    transform: translateX(100%)
  }
}

.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: max-content
}

@keyframes wc-skeleton-shimmer {
  to {
    transform: translateX(100%)
  }
}

.wc-block-components-spinner {
  box-sizing: content-box;
  color: inherit;
  font-size: 1.25em;
  height: 100%;
  left: 0;
  position: absolute;
  text-align: center;
  top: 0;
  width: 100%
}

.wc-block-components-spinner:after {
  animation: spinner__animation 1s linear infinite;
  backface-visibility: hidden;
  border: .2em solid;
  border-left: .2em solid transparent;
  border-radius: 50%;
  box-sizing: border-box;
  content: " ";
  height: 1em;
  left: 50%;
  margin: -.5em 0 0 -.5em;
  position: absolute;
  top: 50%;
  transform: translateZ(0) scale(.5);
  transform-origin: 50% 50%;
  width: 1em
}

@keyframes spinner__animation {
  0% {
    animation-timing-function: cubic-bezier(.5856, .0703, .4143, .9297);
    transform: rotate(0deg)
  }

  to {
    transform: rotate(1turn)
  }
}

@keyframes wc-skeleton-shimmer {
  to {
    transform: translateX(100%)
  }
}

.wc-block-components-notice-banner {
  align-content: flex-start;
  align-items: stretch;
  background-color: #fff;
  border: 1px solid #2f2f2f;
  border-radius: 4px;
  box-sizing: border-box;
  color: #2f2f2f;
  display: flex;
  font-size: .875em;
  font-weight: 400;
  gap: 12px;
  line-height: 1.5;
  margin: 16px 0;
  padding: 16px !important
}

.wc-block-components-notice-banner>.wc-block-components-notice-banner__content {
  align-self: center;
  flex-basis: 100%;
  padding-right: 16px;
  white-space: normal
}

.wc-block-components-notice-banner>.wc-block-components-notice-banner__content:last-child {
  padding-right: 0
}

.wc-block-components-notice-banner>.wc-block-components-notice-banner__content .wc-block-components-notice-banner__summary {
  font-weight: 600;
  margin: 0 0 8px
}

.wc-block-components-notice-banner>.wc-block-components-notice-banner__content ol,
.wc-block-components-notice-banner>.wc-block-components-notice-banner__content ul {
  margin: 0 0 0 24px;
  padding: 0
}

.wc-block-components-notice-banner>.wc-block-components-notice-banner__content ol li:after,
.wc-block-components-notice-banner>.wc-block-components-notice-banner__content ul li:after {
  clear: both;
  content: "";
  display: block
}

.wc-block-components-notice-banner>.wc-block-components-notice-banner__content .wc-forward {
  appearance: none;
  background: transparent !important;
  border: 0;
  color: #2f2f2f !important;
  float: right;
  margin: 0;
  opacity: .7;
  padding: 0 !important;
  text-decoration-line: underline;
  text-underline-position: under;
  transition: all .2s ease-in-out
}

.wc-block-components-notice-banner>.wc-block-components-notice-banner__content .wc-forward:active,
.wc-block-components-notice-banner>.wc-block-components-notice-banner__content .wc-forward:focus,
.wc-block-components-notice-banner>.wc-block-components-notice-banner__content .wc-forward:hover {
  opacity: 1;
  text-decoration: none
}

.wc-block-components-notice-banner>svg {
  fill: #fff;
  background-color: #2f2f2f;
  border-radius: 50%;
  flex-grow: 0;
  flex-shrink: 0;
  height: 100%;
  padding: 2px
}

.wc-block-components-notice-banner>.wc-block-components-button {
  background: transparent none !important;
  border: 0 !important;
  box-shadow: none !important;
  color: #2f2f2f !important;
  flex: 0 0 16px;
  height: 16px !important;
  margin: 6px 0 0 auto !important;
  min-height: auto !important;
  min-width: 0 !important;
  opacity: .6;
  outline: none !important;
  padding: 0 !important;
  width: 16px !important
}

.wc-block-components-notice-banner>.wc-block-components-button>svg {
  margin: 0 !important
}

.wc-block-components-notice-banner>.wc-block-components-button:active,
.wc-block-components-notice-banner>.wc-block-components-button:focus,
.wc-block-components-notice-banner>.wc-block-components-button:hover {
  opacity: 1
}

.wc-block-components-notice-banner>.wc-block-components-button:focus {
  outline: 2px solid currentColor !important;
  outline-offset: 0
}

.wc-block-components-notice-banner.is-error {
  background-color: #fff0f0;
  border-color: #cc1818
}

.wc-block-components-notice-banner.is-error>svg {
  background-color: #cc1818;
  transform: rotate(180deg)
}

.wc-block-components-notice-banner.is-warning {
  background-color: #fffbf4;
  border-color: #f0b849
}

.wc-block-components-notice-banner.is-warning>svg {
  background-color: #f0b849;
  transform: rotate(180deg)
}

.wc-block-components-notice-banner.is-success {
  background-color: #f4fff7;
  border-color: #4ab866
}

.wc-block-components-notice-banner.is-success>svg {
  background-color: #4ab866
}

.wc-block-components-notice-banner.is-info {
  background-color: #f4f8ff;
  border-color: #007cba
}

.wc-block-components-notice-banner.is-info>svg {
  background-color: #007cba
}

.wc-block-components-notice-banner:focus {
  outline-width: 0
}

.wc-block-components-notice-banner:focus-visible {
  outline-style: solid;
  outline-width: 2px
}

.woocommerce.wc-block-store-notices.alignwide {
  max-width: var(--wp--style--global--wide-size)
}

@keyframes wc-skeleton-shimmer {
  to {
    transform: translateX(100%)
  }
}

.wc-block-components-notices {
  display: block;
  margin: 1.5em 0
}

.wc-block-components-notices:first-child {
  margin-top: 0
}

.wc-block-components-notices:empty {
  margin: 0
}

.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 .components-notice__content ul {
  list-style: none;
  margin: 0;
  padding: 0
}

.wc-block-components-notices .wc-block-components-notices__notice .components-notice__content li+li {
  margin: .25em 0 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-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
  }
}

@keyframes wc-skeleton-shimmer {
  to {
    transform: translateX(100%)
  }
}

.wc-block-components-notice-snackbar-list {
  bottom: 24px;
  box-sizing: border-box;
  left: 24px;
  pointer-events: none;
  position: fixed;
  right: 24px;
  z-index: 100000
}

.wc-block-components-notice-banner.wc-block-components-notice-snackbar,
.wc-block-components-notice-snackbar-list .wc-block-components-notice-banner {
  border: 1px solid transparent;
  box-shadow: 0 1px 2px rgba(0, 0, 0, .1);
  display: inline-flex;
  margin: 24px 16px 0 0;
  max-width: 600px;
  pointer-events: all;
  position: relative;
  width: auto
}

.wc-block-components-notice-banner.wc-block-components-notice-snackbar.is-error,
.wc-block-components-notice-banner.wc-block-components-notice-snackbar.is-info,
.wc-block-components-notice-banner.wc-block-components-notice-snackbar.is-success,
.wc-block-components-notice-snackbar-list .wc-block-components-notice-banner.is-error,
.wc-block-components-notice-snackbar-list .wc-block-components-notice-banner.is-info,
.wc-block-components-notice-snackbar-list .wc-block-components-notice-banner.is-success {
  border-color: transparent
}

.wc-block-components-notice-banner.wc-block-components-notice-snackbar.is-default,
.wc-block-components-notice-snackbar-list .wc-block-components-notice-banner.is-default {
  border-color: #2f2f2f
}

@media(max-width:782px) {

  .wc-block-components-notice-banner.wc-block-components-notice-snackbar,
  .wc-block-components-notice-snackbar-list .wc-block-components-notice-banner {
    max-width: none;
    width: 100%
  }
}

.notice-transition-enter {
  max-height: 0
}

.notice-transition-enter.notice-transition-enter-active {
  max-height: 99em;
  transition: max-height .5s ease-in
}

.notice-transition-enter-done {
  max-height: auto
}

.notice-transition-exit {
  opacity: 1
}

.notice-transition-exit.notice-transition-exit-active {
  opacity: 0;
  transition: opacity .5s ease-in
}

.notice-transition-exit-done {
  opacity: 0
}

@keyframes wc-skeleton-shimmer {
  to {
    transform: translateX(100%)
  }
}

.wc-block-components-textarea {
  background-color: #fff;
  border: 1px solid color-mix(in srgb, #2b2d2f 80%, transparent);
  border-radius: 4px;
  box-sizing: border-box;
  color: inherit;
  font-family: inherit;
  font-size: inherit;
  font-size: var(--wp--preset--font-size--small, 14px);
  font-style: inherit;
  font-weight: inherit;
  letter-spacing: inherit;
  line-height: inherit;
  line-height: 1.4;
  margin: 0;
  padding: 12px;
  text-decoration: inherit;
  text-transform: inherit;
  width: 100%
}

.wc-block-components-textarea::placeholder {
  color: currentColor
}

.wc-block-components-textarea:not(:placeholder-shown) {
  color: #2b2d2f
}

.wc-block-components-textarea:focus {
  background-color: #fff;
  border: 1px solid #2b2d2f;
  box-shadow: inset 0 0 0 .5px #2b2d2f
}

.has-dark-controls .wc-block-components-textarea {
  background-color: rgba(0, 0, 0, .1);
  border-color: hsla(0, 0%, 100%, .4);
  color: #fff
}

.has-dark-controls .wc-block-components-textarea::placeholder {
  color: currentColor
}

.theme-twentytwentyone .has-dark-controls .wc-block-components-textarea {
  background-color: rgba(0, 0, 0, .1);
  color: #fff
}

@keyframes wc-skeleton-shimmer {
  to {
    transform: translateX(100%)
  }
}

.wc-block-components-form .wc-block-components-text-input,
.wc-block-components-text-input {
  line-height: 0;
  margin-top: 12px;
  position: relative;
  white-space: nowrap
}

.wc-block-components-form .wc-block-components-text-input .wc-block-components-text-input__wrapper,
.wc-block-components-text-input .wc-block-components-text-input__wrapper {
  position: relative
}

.wc-block-components-form .wc-block-components-text-input label,
.wc-block-components-text-input label {
  color: inherit;
  cursor: text;
  font-family: inherit;
  font-size: inherit;
  font-size: 16px;
  font-style: inherit;
  font-weight: inherit;
  left: 10px;
  letter-spacing: inherit;
  line-height: inherit;
  line-height: 22px;
  margin: 0;
  max-width: calc(100% - 24px);
  overflow: hidden;
  position: absolute;
  text-decoration: inherit;
  text-overflow: ellipsis;
  text-transform: inherit;
  top: 25px;
  transform: translateY(-50%);
  transform-origin: top left;
  transition: all .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%, .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[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=password],
.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=password],
.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 color-mix(in srgb, currentColor 80%, transparent);
  border-radius: 4px;
  box-sizing: border-box;
  color: #2b2d2f;
  font-family: inherit;
  font-size: inherit;
  font-size: 16px;
  font-style: inherit;
  font-weight: inherit;
  height: 50px;
  letter-spacing: inherit;
  line-height: inherit;
  line-height: 25px;
  margin: 0;
  min-height: 0;
  padding: 16px 12px;
  text-decoration: inherit;
  text-transform: inherit;
  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=password]: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=password]: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;
  border: 1.5px solid;
  color: #2b2d2f
}

.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=password],
.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=password],
.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, .1);
  border-color: hsla(0, 0%, 100%, .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=password]: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=password]: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, .1);
  border: 1.5px solid;
  color: #fff
}

.wc-block-components-form .wc-block-components-text-input input[type=number],
.wc-block-components-text-input input[type=number] {
  appearance: textfield;
  -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 {
  appearance: none;
  margin: 0
}

.wc-block-components-form .wc-block-components-text-input input:-webkit-autofill,
.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=password],
.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 input:-webkit-autofill,
.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=password],
.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: 24px 9px 8px
}

.wc-block-components-form .wc-block-components-text-input input:-webkit-autofill:focus,
.wc-block-components-form .wc-block-components-text-input.is-active input[type=email]:focus,
.wc-block-components-form .wc-block-components-text-input.is-active input[type=number]:focus,
.wc-block-components-form .wc-block-components-text-input.is-active input[type=password]:focus,
.wc-block-components-form .wc-block-components-text-input.is-active input[type=tel]:focus,
.wc-block-components-form .wc-block-components-text-input.is-active input[type=text]:focus,
.wc-block-components-form .wc-block-components-text-input.is-active input[type=url]:focus,
.wc-block-components-text-input input:-webkit-autofill:focus,
.wc-block-components-text-input.is-active input[type=email]:focus,
.wc-block-components-text-input.is-active input[type=number]:focus,
.wc-block-components-text-input.is-active input[type=password]:focus,
.wc-block-components-text-input.is-active input[type=tel]:focus,
.wc-block-components-text-input.is-active input[type=text]:focus,
.wc-block-components-text-input.is-active input[type=url]:focus {
  padding-left: 8.5px;
  padding-top: 24px
}

.wc-block-components-form .wc-block-components-text-input input:-webkit-autofill+label,
.wc-block-components-form .wc-block-components-text-input.is-active label,
.wc-block-components-text-input input:-webkit-autofill+label,
.wc-block-components-text-input.is-active label {
  top: 6px;
  transform: scale(.82)
}

.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 .5px #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 .5px #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
}

@keyframes wc-skeleton-shimmer {
  to {
    transform: translateX(100%)
  }
}

.wc-block-components-skeleton {
  display: flex;
  flex-direction: column;
  gap: 1rem
}

.wc-block-components-skeleton__element {
  background: color-mix(in srgb, currentColor 5%, transparent);
  border: none;
  border-radius: 4px;
  overflow: hidden;
  position: relative
}

.wc-block-components-skeleton__element:after {
  animation: wc-skeleton-shimmer 1.25s infinite;
  background: linear-gradient(90deg, transparent, color-mix(in srgb, currentColor 5%, transparent) 50%, transparent);
  content: "";
  inset: 0;
  position: absolute;
  transform: translateX(-100%)
}

@media(prefers-reduced-motion:reduce) {
  .wc-block-components-skeleton__element:after {
    animation: none
  }
}

.wc-block-components-skeleton__element--static:after {
  display: none
}

@keyframes wc-skeleton-shimmer {
  to {
    transform: translateX(100%)
  }
}

.wc-block-components-totals-item {
  align-items: center;
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
  gap: 4px;
  width: 100%
}

.wc-block-components-totals-item__label {
  flex-grow: 1
}

.wc-block-components-totals-item__description {
  font-size: var(--wp--preset--font-size--x-small, calc(var(--wp--preset--font-size--small, 14px)*.875));
  line-height: 1.4;
  width: 100%
}

@keyframes wc-skeleton-shimmer {
  to {
    transform: translateX(100%)
  }
}

.wc-block-components-totals-wrapper {
  border-top: 1px solid color-mix(in srgb, currentColor 20%, transparent);
  padding: 16px 0
}

.wc-block-components-totals-wrapper:empty,
.wc-block-components-totals-wrapper:has(>:only-child:empty) {
  border-width: 0;
  padding: 0
}

.wc-block-components-totals-wrapper:empty:after,
.wc-block-components-totals-wrapper:has(>:only-child:empty):after {
  content: none
}

.wc-block-components-totals-wrapper.slot-wrapper {
  padding: 0
}

.wc-block-components-totals-wrapper.slot-wrapper>*>* {
  padding: 16px 0
}

.wc-block-components-totals-wrapper.slot-wrapper>*>:after {
  border-width: 0
}

.wc-block-components-discounts-meta .wc-block-components-totals-wrapper:first-child {
  border-top: 1px solid color-mix(in srgb, currentColor 20%, transparent)
}

@keyframes wc-skeleton-shimmer {
  to {
    transform: translateX(100%)
  }
}

body.wc-block-product-gallery-modal-open,
body.wc-modal--open {
  overflow: hidden
}

.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: 100%
}

.wc-block-grid__products .wc-block-grid__product-image img[hidden] {
  display: none
}

.wc-block-grid__products .wc-block-grid__product-image img[alt=""] {
  border: 1px solid #f2f2f2
}

.edit-post-visual-editor .editor-block-list__block .wc-block-grid__product-title,
.editor-styles-wrapper .wc-block-grid__product-title,
.wc-block-grid__product-title {
  color: inherit;
  display: block;
  font-family: inherit;
  font-size: inherit;
  font-weight: 700;
  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: .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;
  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: .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: .5em;
  width: auto
}

.wc-block-grid__product-add-to-cart.wp-block-button .wp-block-button__link.loading:after {
  animation: spin 2s linear infinite;
  content: "î€±";
  display: inline-block;
  font-family: WooCommerce;
  height: auto;
  margin-left: .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,
.wp-block-woocommerce-product-review-rating {
  display: block
}

.wc-block-grid__product-rating .star-rating,
.wc-block-grid__product-rating .wc-block-grid__product-rating__stars,
.wc-block-grid__product-rating .wc-block-product-review-rating__stars,
.wp-block-woocommerce-product-review-rating .star-rating,
.wp-block-woocommerce-product-review-rating .wc-block-grid__product-rating__stars,
.wp-block-woocommerce-product-review-rating .wc-block-product-review-rating__stars {
  font-family: WooCommerce;
  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,
.wc-block-grid__product-rating .wc-block-product-review-rating__stars:before,
.wp-block-woocommerce-product-review-rating .star-rating:before,
.wp-block-woocommerce-product-review-rating .wc-block-grid__product-rating__stars:before,
.wp-block-woocommerce-product-review-rating .wc-block-product-review-rating__stars:before {
  content: "SSSSS";
  left: 0;
  opacity: .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,
.wc-block-grid__product-rating .wc-block-product-review-rating__stars span,
.wp-block-woocommerce-product-review-rating .star-rating span,
.wp-block-woocommerce-product-review-rating .wc-block-grid__product-rating__stars span,
.wp-block-woocommerce-product-review-rating .wc-block-product-review-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,
.wc-block-grid__product-rating .wc-block-product-review-rating__stars span:before,
.wp-block-woocommerce-product-review-rating .star-rating span:before,
.wp-block-woocommerce-product-review-rating .wc-block-grid__product-rating__stars span:before,
.wp-block-woocommerce-product-review-rating .wc-block-product-review-rating__stars span:before {
  color: inherit;
  content: "SSSSS";
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  white-space: nowrap
}

.wc-block-grid .wc-block-grid__product-onsale,
.wc-block-grid__product-image .wc-block-grid__product-onsale {
  background: #fff;
  border: 1px solid #43454b;
  border-radius: 4px;
  color: #43454b;
  display: inline-block;
  font-size: .875em;
  font-weight: 600;
  left: auto;
  padding: .25em .75em;
  position: absolute;
  right: 4px;
  text-align: center;
  text-transform: uppercase;
  top: 4px;
  width: auto;
  z-index: 9
}

.wc-block-grid__product .wc-block-grid__product-image,
.wc-block-grid__product .wc-block-grid__product-link {
  display: inline-block;
  position: relative
}

.wc-block-grid__product .wc-block-grid__product-image:not(.wc-block-components-product-image),
.wc-block-grid__product .wc-block-grid__product-title {
  margin: 0 0 12px
}

.wc-block-grid__product .wc-block-grid__product-add-to-cart,
.wc-block-grid__product .wc-block-grid__product-onsale,
.wc-block-grid__product .wc-block-grid__product-price,
.wc-block-grid__product .wc-block-grid__product-rating {
  margin: 0 auto 12px
}

.theme-twentysixteen .wc-block-grid .price ins {
  color: #77a464
}

.theme-twentynineteen .wc-block-grid__product {
  font-size: .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: .9em
}

.theme-twentytwenty .wc-block-components-product-price del,
.theme-twentytwenty .wc-block-grid__product-price del {
  opacity: .7
}

.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: .7em
}

.theme-twentytwenty .star-rating .wc-block-components-product-rating__stars,
.theme-twentytwenty .star-rating .wc-block-grid__product-rating__stars,
.theme-twentytwenty .wc-block-grid__product-rating .wc-block-components-product-rating__stars,
.theme-twentytwenty .wc-block-grid__product-rating .wc-block-grid__product-rating__stars {
  line-height: 1
}

.theme-twentytwenty .wc-block-components-product-button>.wp-block-button__link,
.theme-twentytwenty .wc-block-grid__product-add-to-cart>.wp-block-button__link {
  font-family: -apple-system, blinkmacsystemfont, Helvetica Neue, helvetica, sans-serif
}

.theme-twentytwenty .wc-block-components-product-sale-badge,
.theme-twentytwenty .wc-block-grid__products .wc-block-grid__product-onsale {
  background: #cd2653;
  color: #fff;
  font-family: -apple-system, blinkmacsystemfont, Helvetica Neue, helvetica, sans-serif;
  font-weight: 700;
  letter-spacing: -.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,
.theme-twentytwenty .wc-block-grid__product-add-to-cart.wp-block-button .wp-block-button__link {
  font-size: .75em
}

@media only screen and (min-width:768px) {
  .theme-twentytwenty .wc-block-grid__products .wc-block-grid__product-onsale {
    font-size: .875em;
    padding: .5em
  }
}

@media only screen and (min-width:1168px) {
  .theme-twentytwenty .wc-block-grid__products .wc-block-grid__product-onsale {
    font-size: .875em;
    padding: .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;
  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, .6);
  clip-path: none;
  color: #2b2d2f;
  display: block;
  font-size: .875rem;
  font-weight: 700;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000
}

.wp-block-group.woocommerce.product .up-sells.upsells.products {
  max-width: var(--wp--style--global--wide-size)
}

@keyframes wc-skeleton-shimmer {
  to {
    transform: translateX(100%)
  }
}

.wc-block-components-notice-banner {
  align-content: flex-start;
  align-items: stretch;
  background-color: #fff;
  border: 1px solid #2f2f2f;
  border-radius: 4px;
  box-sizing: border-box;
  color: #2f2f2f;
  display: flex;
  font-size: .875em;
  font-weight: 400;
  gap: 12px;
  line-height: 1.5;
  margin: 16px 0;
  padding: 16px !important
}

.wc-block-components-notice-banner>.wc-block-components-notice-banner__content {
  align-self: center;
  flex-basis: 100%;
  padding-right: 16px;
  white-space: normal
}

.wc-block-components-notice-banner>.wc-block-components-notice-banner__content:last-child {
  padding-right: 0
}

.wc-block-components-notice-banner>.wc-block-components-notice-banner__content .wc-block-components-notice-banner__summary {
  font-weight: 600;
  margin: 0 0 8px
}

.wc-block-components-notice-banner>.wc-block-components-notice-banner__content ol,
.wc-block-components-notice-banner>.wc-block-components-notice-banner__content ul {
  margin: 0 0 0 24px;
  padding: 0
}

.wc-block-components-notice-banner>.wc-block-components-notice-banner__content ol li:after,
.wc-block-components-notice-banner>.wc-block-components-notice-banner__content ul li:after {
  clear: both;
  content: "";
  display: block
}

.wc-block-components-notice-banner>.wc-block-components-notice-banner__content .wc-forward {
  appearance: none;
  background: transparent !important;
  border: 0;
  color: #2f2f2f !important;
  float: right;
  margin: 0;
  opacity: .7;
  padding: 0 !important;
  text-decoration-line: underline;
  text-underline-position: under;
  transition: all .2s ease-in-out
}

.wc-block-components-notice-banner>.wc-block-components-notice-banner__content .wc-forward:active,
.wc-block-components-notice-banner>.wc-block-components-notice-banner__content .wc-forward:focus,
.wc-block-components-notice-banner>.wc-block-components-notice-banner__content .wc-forward:hover {
  opacity: 1;
  text-decoration: none
}

.wc-block-components-notice-banner>svg {
  fill: #fff;
  background-color: #2f2f2f;
  border-radius: 50%;
  flex-grow: 0;
  flex-shrink: 0;
  height: 100%;
  padding: 2px
}

.wc-block-components-notice-banner>.wc-block-components-button {
  background: transparent none !important;
  border: 0 !important;
  box-shadow: none !important;
  color: #2f2f2f !important;
  flex: 0 0 16px;
  height: 16px !important;
  margin: 6px 0 0 auto !important;
  min-height: auto !important;
  min-width: 0 !important;
  opacity: .6;
  outline: none !important;
  padding: 0 !important;
  width: 16px !important
}

.wc-block-components-notice-banner>.wc-block-components-button>svg {
  margin: 0 !important
}

.wc-block-components-notice-banner>.wc-block-components-button:active,
.wc-block-components-notice-banner>.wc-block-components-button:focus,
.wc-block-components-notice-banner>.wc-block-components-button:hover {
  opacity: 1
}

.wc-block-components-notice-banner>.wc-block-components-button:focus {
  outline: 2px solid currentColor !important;
  outline-offset: 0
}

.wc-block-components-notice-banner.is-error {
  background-color: #fff0f0;
  border-color: #cc1818
}

.wc-block-components-notice-banner.is-error>svg {
  background-color: #cc1818;
  transform: rotate(180deg)
}

.wc-block-components-notice-banner.is-warning {
  background-color: #fffbf4;
  border-color: #f0b849
}

.wc-block-components-notice-banner.is-warning>svg {
  background-color: #f0b849;
  transform: rotate(180deg)
}

.wc-block-components-notice-banner.is-success {
  background-color: #f4fff7;
  border-color: #4ab866
}

.wc-block-components-notice-banner.is-success>svg {
  background-color: #4ab866
}

.wc-block-components-notice-banner.is-info {
  background-color: #f4f8ff;
  border-color: #007cba
}

.wc-block-components-notice-banner.is-info>svg {
  background-color: #007cba
}

.wc-block-components-notice-banner:focus {
  outline-width: 0
}

.wc-block-components-notice-banner:focus-visible {
  outline-style: solid;
  outline-width: 2px
}

.woocommerce.wc-block-store-notices.alignwide {
  max-width: var(--wp--style--global--wide-size)
}

@keyframes wc-skeleton-shimmer {
  to {
    transform: translateX(100%)
  }
}

.editor-styles-wrapper .wc-block-grid .wc-block-grid__products {
  list-style: none;
  margin: 0 -8px 16px;
  padding: 0
}

.editor-styles-wrapper .wc-block-grid .wc-block-grid__products .wc-block-grid__product {
  margin: 0 0 24px
}

.editor-styles-wrapper .wc-block-grid .wc-block-grid__products .wc-block-grid__product .wc-block-grid__product-onsale {
  position: absolute
}

.editor-styles-wrapper .wc-block-grid.components-placeholder {
  padding: 2em 1em
}

.editor-styles-wrapper .wc-block-grid.is-loading,
.editor-styles-wrapper .wc-block-grid.is-not-found {
  display: block
}

.components-base-control+.wc-block-base-control-notice {
  margin: -16px 0 16px
}

.components-base-control+.wc-block-base-control-notice:last-child {
  margin: -16px 0 12px
}

svg.wc-block-editor-components-block-icon--sparkles path {
  fill: currentColor
}

.block-editor-list-view-leaf.is-selected .block-editor-list-view-block-contents svg.wc-block-editor-components-block-icon {
  color: currentColor
}

.theme-twentytwenty .wp-block .wc-block-active-filters__title,
.theme-twentytwenty .wp-block .wc-block-attribute-filter__title,
.theme-twentytwenty .wp-block .wc-block-grid__product-title,
.theme-twentytwenty .wp-block .wc-block-price-filter__title,
.theme-twentytwenty .wp-block .wc-block-stock-filter__title {
  font-size: 1em
}

.woocommerce-customer-effort-score__errors>p {
  color: #cc1818;
  margin-bottom: 16px
}

@keyframes wc-skeleton-shimmer {
  to {
    transform: translateX(100%)
  }
}

.wc-block-editor-components-title {
  background-color: transparent
}

@keyframes wc-skeleton-shimmer {
  to {
    transform: translateX(100%)
  }
}

.wc-block-active-filters .wc-block-active-filters__list-item-name {
  margin-top: 9px
}

.wc-block-active-filter__style-toggle {
  width: 100%
}

@keyframes wc-skeleton-shimmer {
  to {
    transform: translateX(100%)
  }
}

.editor-styles-wrapper .wc-block-components-product-title a.wc-block-components-product-name {
  color: inherit
}

.editor-styles-wrapper .wc-block-components-product-title {
  display: block;
  font-size: inherit;
  font-weight: 700;
  line-height: 1.5;
  margin-bottom: 12px;
  margin-top: 0;
  padding: 0
}

@keyframes wc-skeleton-shimmer {
  to {
    transform: translateX(100%)
  }
}

.wc-block-components-product-rating__link {
  pointer-events: none
}

@keyframes wc-skeleton-shimmer {
  to {
    transform: translateX(100%)
  }
}

.wc-block-components-product-summary p {
  font-size: inherit
}

@keyframes wc-skeleton-shimmer {
  to {
    transform: translateX(100%)
  }
}

.editor-styles-wrapper .wp-block-woocommerce-attribute-filter {
  border-style: none !important
}

.wc-block-attribute-filter .components-placeholder__instructions {
  border-bottom: 1px solid #e0e2e6;
  margin-bottom: 2em;
  padding-bottom: 1em;
  width: 100%
}

.wc-block-attribute-filter .components-placeholder__label svg {
  fill: currentColor;
  margin-right: 1ch
}

.wc-block-attribute-filter .components-placeholder__fieldset {
  display: block
}

.wc-block-attribute-filter .woocommerce-search-list__search {
  border-top: 0;
  margin-top: 0;
  padding-top: 0
}

.wc-block-attribute-filter .wc-block-attribute-filter__add-attribute-button {
  height: auto;
  margin: 0 0 1em;
  padding: .5em 1em;
  vertical-align: middle
}

.wc-block-attribute-filter .wc-block-attribute-filter__add-attribute-button svg {
  fill: currentColor;
  margin-left: .5ch;
  vertical-align: middle
}

.wc-block-attribute-filter .wc-block-attribute-filter__read_more_button {
  display: block;
  margin-bottom: 1em
}

.wc-block-attribute-filter .components-disabled {
  border-color: inherit;
  border-radius: inherit
}

.wc-block-attribute-filter .components-notice__content {
  color: #000
}

@keyframes wc-skeleton-shimmer {
  to {
    transform: translateX(100%)
  }
}

.wp-block-woocommerce-featured-category .is-applying .components-spinner {
  left: 50%;
  margin-left: -9px;
  margin-top: -9px;
  position: absolute;
  top: 50%
}

.wp-block-woocommerce-featured-category .is-applying img {
  opacity: .3
}

.wp-block-woocommerce-featured-category>.components-resizable-box__container {
  bottom: 0;
  left: 0;
  min-height: 50px;
  position: absolute !important;
  right: 0;
  top: 0
}

.wp-block-woocommerce-featured-category>.components-resizable-box__container:not(.is-resizing) {
  height: auto !important
}

.wp-block-woocommerce-featured-category .components-resizable-box__handle {
  z-index: 10
}

.color-block-support-panel .image-bg-color-warning {
  grid-column: span 2
}

@keyframes wc-skeleton-shimmer {
  to {
    transform: translateX(100%)
  }
}

.wp-block-woocommerce-featured-product .is-applying .components-spinner {
  left: 50%;
  margin-left: -9px;
  margin-top: -9px;
  position: absolute;
  top: 50%
}

.wp-block-woocommerce-featured-product .is-applying img {
  opacity: .3
}

.wp-block-woocommerce-featured-product>.components-resizable-box__container {
  bottom: 0;
  left: 0;
  min-height: 50px;
  position: absolute !important;
  right: 0;
  top: 0
}

.wp-block-woocommerce-featured-product>.components-resizable-box__container:not(.is-resizing) {
  height: auto !important
}

.wp-block-woocommerce-featured-product .components-resizable-box__handle {
  z-index: 10
}

.color-block-support-panel .image-bg-color-warning {
  grid-column: span 2
}

.wp-block-woocommerce-featured-product__message {
  margin-bottom: 16px
}

@keyframes wc-skeleton-shimmer {
  to {
    transform: translateX(100%)
  }
}

.wc-block-handpicked-products__selection {
  width: 100%
}

@keyframes wc-skeleton-shimmer {
  to {
    transform: translateX(100%)
  }
}

:where(.wp-block-woocommerce-legacy-template) {
  margin-left: auto;
  margin-right: auto
}

.wp-block-woocommerce-classic-template__placeholder-warning {
  border-left: 5px solid #2181d2;
  padding-left: 2.5em
}

.wp-block-woocommerce-classic-template__placeholder .components-placeholder__fieldset {
  display: grid;
  grid-template-columns: 1fr
}

.wp-block-woocommerce-classic-template__placeholder-copy,
.wp-block-woocommerce-classic-template__placeholder-wireframe {
  grid-column-start: 1;
  grid-row-start: 1;
  transition: all .3s ease
}

.wp-block-woocommerce-classic-template__placeholder-copy {
  background-color: #fff;
  border: 1px solid #1e1e1e;
  border-radius: 4px;
  display: flex;
  flex-direction: column;
  margin: auto;
  max-width: 900px;
  opacity: 0;
  padding: 24px 36px;
  width: 400px;
  z-index: 10
}

.wp-block-woocommerce-classic-template__placeholder-copy .wp-block-woocommerce-classic-template__placeholder-copy__icon-container {
  margin: 0 0 16px
}

.wp-block-woocommerce-classic-template__placeholder-copy .wp-block-woocommerce-classic-template__placeholder-copy__icon-container h1 {
  color: #720eec;
  font-size: 1.25em;
  margin: 0
}

.wp-block-woocommerce-classic-template__placeholder-copy .wp-block-woocommerce-classic-template__placeholder-copy__icon-container span {
  display: block;
  font-size: 2em
}

.wp-block-woocommerce-classic-template__placeholder-copy p {
  margin: 0 0 16px
}

.wp-block-woocommerce-classic-template__placeholder-copy .wp-block-woocommerce-classic-template__placeholder-migration-button-container {
  justify-content: center;
  margin: 16px 0
}

.wp-block-woocommerce-classic-template__placeholder-wireframe {
  pointer-events: none
}

.wp-block-woocommerce-classic-template__placeholder-wireframe>img {
  width: 100%
}

.wp-block-woocommerce-legacy-template .components-placeholder {
  box-shadow: none;
  padding: 0
}

.wp-block-woocommerce-legacy-template.is-selected .wp-block-woocommerce-classic-template__placeholder-wireframe {
  filter: blur(3px);
  opacity: .5
}

.wp-block-woocommerce-legacy-template.is-selected .wp-block-woocommerce-classic-template__placeholder-wireframe * {
  border-color: #e0e0e0 !important;
  color: #e0e0e0 !important
}

.wp-block-woocommerce-legacy-template.is-selected .wp-block-woocommerce-classic-template__placeholder-copy {
  opacity: 1
}

.wp-block-woocommerce-legacy-template.is-selected .components-placeholder {
  box-shadow: inherit
}

@keyframes wc-skeleton-shimmer {
  to {
    transform: translateX(100%)
  }
}

:where(.wp-block-woocommerce-classic-shortcode) {
  margin-left: auto;
  margin-right: auto
}

.wp-block-woocommerce-classic-shortcode__placeholder-warning {
  border-left: 5px solid #2181d2;
  padding-left: 2.5em
}

.wp-block-woocommerce-classic-shortcode__placeholder .components-placeholder__fieldset {
  display: grid;
  grid-template-columns: 1fr
}

.wp-block-woocommerce-classic-shortcode__placeholder-copy,
.wp-block-woocommerce-classic-shortcode__placeholder-wireframe {
  grid-column-start: 1;
  grid-row-start: 1;
  transition: all .3s ease
}

.wp-block-woocommerce-classic-shortcode__placeholder-copy {
  background-color: #fff;
  border: 1px solid #1e1e1e;
  border-radius: 4px;
  display: flex;
  flex-direction: column;
  margin: auto;
  max-width: 900px;
  opacity: 0;
  padding: 24px 36px;
  width: 400px;
  z-index: 10
}

.wp-block-woocommerce-classic-shortcode__placeholder-copy .wp-block-woocommerce-classic-shortcode__placeholder-copy__icon-container {
  margin: 0 0 16px
}

.wp-block-woocommerce-classic-shortcode__placeholder-copy .wp-block-woocommerce-classic-shortcode__placeholder-copy__icon-container h1 {
  color: #720eec;
  font-size: 1.25em;
  margin: 0
}

.wp-block-woocommerce-classic-shortcode__placeholder-copy .wp-block-woocommerce-classic-shortcode__placeholder-copy__icon-container span {
  display: block;
  font-size: 2em
}

.wp-block-woocommerce-classic-shortcode__placeholder-copy p {
  margin: 0 0 16px
}

.wp-block-woocommerce-classic-shortcode__placeholder-copy .wp-block-woocommerce-classic-shortcode__placeholder-migration-button-container {
  display: inline-flex;
  flex-wrap: nowrap;
  gap: 16px;
  justify-content: flex-start;
  margin: 16px 0
}

.wp-block-woocommerce-classic-shortcode__placeholder-wireframe {
  pointer-events: none
}

.wp-block-woocommerce-classic-shortcode__placeholder-wireframe>img,
.wp-block-woocommerce-classic-shortcode__placeholder-wireframe>svg {
  color: color-mix(in srgb, currentColor 20%, transparent);
  height: auto;
  width: 100%
}

.wp-block-woocommerce-classic-shortcode .components-placeholder {
  background-color: transparent;
  box-shadow: none;
  padding: 0
}

.is-hovered .wp-block-woocommerce-classic-shortcode .wp-block-woocommerce-classic-shortcode__placeholder-wireframe,
.is-selected .wp-block-woocommerce-classic-shortcode .wp-block-woocommerce-classic-shortcode__placeholder-wireframe,
.wp-block-woocommerce-classic-shortcode.is-hovered .wp-block-woocommerce-classic-shortcode__placeholder-wireframe,
.wp-block-woocommerce-classic-shortcode.is-selected .wp-block-woocommerce-classic-shortcode__placeholder-wireframe {
  filter: blur(3px);
  opacity: .5
}

.is-hovered .wp-block-woocommerce-classic-shortcode .wp-block-woocommerce-classic-shortcode__placeholder-wireframe *,
.is-selected .wp-block-woocommerce-classic-shortcode .wp-block-woocommerce-classic-shortcode__placeholder-wireframe *,
.wp-block-woocommerce-classic-shortcode.is-hovered .wp-block-woocommerce-classic-shortcode__placeholder-wireframe *,
.wp-block-woocommerce-classic-shortcode.is-selected .wp-block-woocommerce-classic-shortcode__placeholder-wireframe * {
  border-color: color-mix(in srgb, currentColor 20%, transparent) !important;
  color: color-mix(in srgb, currentColor 20%, transparent) !important
}

.is-hovered .wp-block-woocommerce-classic-shortcode .wp-block-woocommerce-classic-shortcode__placeholder-copy,
.is-selected .wp-block-woocommerce-classic-shortcode .wp-block-woocommerce-classic-shortcode__placeholder-copy,
.wp-block-woocommerce-classic-shortcode.is-hovered .wp-block-woocommerce-classic-shortcode__placeholder-copy,
.wp-block-woocommerce-classic-shortcode.is-selected .wp-block-woocommerce-classic-shortcode__placeholder-copy {
  opacity: 1
}

.is-hovered .wp-block-woocommerce-classic-shortcode .components-placeholder,
.is-selected .wp-block-woocommerce-classic-shortcode .components-placeholder,
.wp-block-woocommerce-classic-shortcode.is-hovered .components-placeholder,
.wp-block-woocommerce-classic-shortcode.is-selected .components-placeholder {
  box-shadow: inherit
}

@keyframes wc-skeleton-shimmer {
  to {
    transform: translateX(100%)
  }
}

.wp-block-woocommerce-page-content-wrapper {
  max-width: 100% !important
}

@keyframes wc-skeleton-shimmer {
  to {
    transform: translateX(100%)
  }
}

.wp-block-woocommerce-price-filter .components-disabled {
  border-color: inherit;
  border-radius: inherit
}

.wp-block-woocommerce-price-filter .components-disabled .wc-block-price-filter__range-input-wrapper .wc-block-price-filter__range-input::-webkit-slider-thumb {
  pointer-events: none
}

.wp-block-woocommerce-price-filter .components-disabled .wc-block-price-filter__range-input-wrapper .wc-block-price-filter__range-input::-moz-range-thumb {
  pointer-events: none
}

.wp-block-woocommerce-price-filter .components-disabled .wc-block-price-filter__range-input-wrapper .wc-block-price-filter__range-input::-ms-thumb {
  pointer-events: none
}

.wc-block-price-filter__price-range-toggle {
  width: 100%
}

.wc-block-price-filter__price-range-toggle>div {
  flex-grow: 1
}

.wc-block-price-slider .components-placeholder__instructions {
  border-bottom: 1px solid #e0e2e6;
  margin-bottom: 2em;
  padding-bottom: 1em;
  width: 100%
}

.wc-block-price-slider .components-placeholder__label svg {
  fill: currentColor;
  margin-right: 1ch
}

.wc-block-price-slider .components-placeholder__fieldset {
  display: block
}

.wc-block-price-slider .wc-block-price-slider__add-product-button {
  height: auto;
  margin: 0 0 1em;
  padding: .5em 1em;
  vertical-align: middle
}

.wc-block-price-slider .wc-block-price-slider__add-product-button svg {
  fill: currentColor;
  margin-left: .5ch;
  vertical-align: middle
}

.wc-block-price-slider .wc-block-price-slider__read_more_button {
  display: block;
  margin-bottom: 1em
}

@keyframes wc-skeleton-shimmer {
  to {
    transform: translateX(100%)
  }
}

.wc-block-products-category__selection {
  width: 100%
}

.wc-block-products-category__cancel-button.is-tertiary {
  margin: 1em auto 0
}

@keyframes wc-skeleton-shimmer {
  to {
    transform: translateX(100%)
  }
}

.wc-block-product-categories.wc-block-product-categories ul {
  margin-left: 20px
}

.wc-block-product-categories .components-placeholder__label svg {
  fill: currentColor;
  margin-right: 1ch
}

@keyframes wc-skeleton-shimmer {
  to {
    transform: translateX(100%)
  }
}

.woocommerce-product-tags__operator .components-base-control__help {
  clip: rect(1px, 1px, 1px, 1px);
  word-wrap: normal !important;
  border: 0;
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  overflow-wrap: normal !important;
  padding: 0;
  position: absolute !important;
  width: 1px
}

.woocommerce-product-tags__operator .components-base-control__label {
  margin-bottom: 0;
  margin-right: .5em
}

@keyframes wc-skeleton-shimmer {
  to {
    transform: translateX(100%)
  }
}

.wc-block-products-by-attribute__selection {
  width: 100%
}

@keyframes wc-skeleton-shimmer {
  to {
    transform: translateX(100%)
  }
}

.woocommerce-product-attributes__operator .components-base-control__help {
  clip: rect(1px, 1px, 1px, 1px);
  word-wrap: normal !important;
  border: 0;
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  overflow-wrap: normal !important;
  padding: 0;
  position: absolute !important;
  width: 1px
}

.woocommerce-product-attributes__operator .components-base-control__label {
  margin-bottom: 0;
  margin-right: .5em
}

.woocommerce-search-list__item.woocommerce-product-attributes__item.is-searching .woocommerce-search-list__item-prefix:after,
.woocommerce-search-list__item.woocommerce-product-attributes__item.is-skip-level .woocommerce-search-list__item-prefix:after {
  content: ":"
}

.woocommerce-search-list__item.woocommerce-product-attributes__item.is-not-active:active,
.woocommerce-search-list__item.woocommerce-product-attributes__item.is-not-active:focus,
.woocommerce-search-list__item.woocommerce-product-attributes__item.is-not-active:hover {
  background: #fff
}

.woocommerce-search-list__item.woocommerce-product-attributes__item.is-loading {
  justify-content: center
}

.woocommerce-search-list__item.woocommerce-product-attributes__item.is-loading .components-spinner {
  margin-bottom: 12px
}

@keyframes wc-skeleton-shimmer {
  to {
    transform: translateX(100%)
  }
}

.wc-block-rating-filter .components-notice__content {
  color: #000
}

@keyframes wc-skeleton-shimmer {
  to {
    transform: translateX(100%)
  }
}

.wc-block-stock-filter .components-placeholder__instructions {
  border-bottom: 1px solid #e0e2e6;
  margin-bottom: 2em;
  padding-bottom: 1em;
  width: 100%
}

.wc-block-stock-filter .components-placeholder__label svg {
  fill: currentColor;
  margin-right: 1ch
}

.wc-block-stock-filter .components-placeholder__fieldset {
  display: block
}

.wc-block-stock-filter .woocommerce-search-list__search {
  border-top: 0;
  margin-top: 0;
  padding-top: 0
}

.wc-block-stock-filter .wc-block-stock-filter__add-stock-button {
  height: auto;
  margin: 0 0 1em;
  padding: .5em 1em;
  vertical-align: middle
}

.wc-block-stock-filter .wc-block-stock-filter__add-stock-button svg {
  fill: currentColor;
  margin-left: .5ch;
  vertical-align: middle
}

.wc-block-stock-filter .wc-block-stock-filter__read_more_button {
  display: block;
  margin-bottom: 1em
}

@keyframes wc-skeleton-shimmer {
  to {
    transform: translateX(100%)
  }
}

.wc-block-store-notices .components-notice__content {
  color: #000
}

.wc-block-store-notices .components-notice {
  margin-left: 0
}

@keyframes wc-skeleton-shimmer {
  to {
    transform: translateX(100%)
  }
}

.wp-block-woocommerce-order-confirmation-downloads-wrapper:not(.store-has-downloads):not(.is-selected):not(.has-child-selected) {
  display: none
}

@keyframes wc-skeleton-shimmer {
  to {
    transform: translateX(100%)
  }
}

.wp-block-woocommerce-product-details ul.wc-tabs {
  border-bottom: 1px solid #e0e0e0;
  list-style: none;
  margin: 0 0 1.618em;
  overflow: hidden;
  padding: 0 0 0 1em;
  position: relative
}

.wp-block-woocommerce-product-details ul.wc-tabs li {
  border: 1px solid #e0e0e0;
  border-radius: 4px 4px 0 0;
  display: inline-block;
  margin: 0;
  padding: 0 1em;
  position: relative;
  z-index: 0
}

.wp-block-woocommerce-product-details ul.wc-tabs li a {
  display: inline-block;
  font-weight: 700;
  padding: .5em 0;
  text-decoration: none
}

.wp-block-woocommerce-product-details ul.wc-tabs li a:hover {
  text-decoration: none
}

.wp-block-woocommerce-product-details ul.wc-tabs li.active {
  z-index: 2
}

.wp-block-woocommerce-product-details ul.wc-tabs li.active a {
  text-shadow: inherit
}

@keyframes wc-skeleton-shimmer {
  to {
    transform: translateX(100%)
  }
}

.wp-block[data-align=center]>.wp-block-woocommerce-product-reviews-pagination {
  justify-content: center
}

:where(.editor-styles-wrapper) .wp-block-woocommerce-product-reviews-pagination {
  max-width: 100%
}

:where(.editor-styles-wrapper) .wp-block-woocommerce-product-reviews-pagination.block-editor-block-list__layout {
  margin: 0
}

.wp-block-woocommerce-product-reviews-pagination>.wp-block-woocommerce-product-reviews-pagination-next,
.wp-block-woocommerce-product-reviews-pagination>.wp-block-woocommerce-product-reviews-pagination-numbers,
.wp-block-woocommerce-product-reviews-pagination>.wp-block-woocommerce-product-reviews-pagination-previous {
  font-size: inherit;
  margin: .5em .5em .5em 0
}

.wp-block-woocommerce-product-reviews-pagination>.wp-block-woocommerce-product-reviews-pagination-next:last-child,
.wp-block-woocommerce-product-reviews-pagination>.wp-block-woocommerce-product-reviews-pagination-numbers:last-child,
.wp-block-woocommerce-product-reviews-pagination>.wp-block-woocommerce-product-reviews-pagination-previous:last-child {
  margin-right: 0
}

@keyframes wc-skeleton-shimmer {
  to {
    transform: translateX(100%)
  }
}

.wp-block-woocommerce-product-reviews-pagination-numbers a {
  text-decoration: underline
}

.wp-block-woocommerce-product-reviews-pagination-numbers .page-numbers {
  margin-right: 2px
}

.wp-block-woocommerce-product-reviews-pagination-numbers .page-numbers:last-child {
  margin-right: 0
}

@keyframes wc-skeleton-shimmer {
  to {
    transform: translateX(100%)
  }
}

.wp-block-woocommerce-filled-cart-block .wc-block-components-sidebar-layout {
  display: block
}

.wp-block-woocommerce-filled-cart-block .block-editor-block-list__layout {
  align-items: flex-start;
  display: flex;
  flex-flow: row wrap
}

.wp-block-woocommerce-filled-cart-block .block-editor-block-list__layout>:first-child,
.wp-block-woocommerce-filled-cart-block .wc-block-components-main>:first-child,
.wp-block-woocommerce-filled-cart-block .wc-block-components-sidebar>:first-child {
  margin-top: 0
}

.wp-block-woocommerce-filled-cart-block .wp-block-woocommerce-cart-items-block .block-editor-block-list__layout,
.wp-block-woocommerce-filled-cart-block .wp-block-woocommerce-cart-totals-block .block-editor-block-list__layout {
  display: block
}

@keyframes wc-skeleton-shimmer {
  to {
    transform: translateX(100%)
  }
}

.wp-block-woocommerce-cart-cross-sells-products-block .cross-sells-product {
  display: inline-block;
  margin-bottom: 2em;
  padding-right: 5%;
  text-align: center;
  vertical-align: top;
  width: 30%
}

.wp-block-woocommerce-cart-cross-sells-products-block .cross-sells-product:nth-child(3n+3) {
  padding-right: 0
}

.wp-block-woocommerce-cart-cross-sells-products-block .cross-sells-product div .wc-block-components-product-name {
  font-weight: 400
}

.wp-block-woocommerce-cart-cross-sells-products-block .cross-sells-product div .wc-block-components-product-price {
  display: block
}

@keyframes wc-skeleton-shimmer {
  to {
    transform: translateX(100%)
  }
}

.wp-block-woocommerce-cart-express-payment-block .components-placeholder__label svg {
  font-size: 1em
}

.wp-block-woocommerce-cart-express-payment-block .wc-block-cart__payment-options {
  padding: 0
}

.wp-block-woocommerce-cart-express-payment-block .wc-block-cart__payment-options .wc-block-components-express-payment-continue-rule {
  margin-bottom: -12px
}

.wp-block-woocommerce-proceed-to-checkout-block {
  margin-bottom: 28px;
  margin-top: 28px
}

.wp-block-woocommerce-checkout-express-payment-block-placeholder * {
  pointer-events: all
}

.wp-block-woocommerce-cart-express-payment-block .wp-block-woocommerce-checkout-express-payment-block-placeholder,
.wp-block-woocommerce-checkout-express-payment-block-placeholder .wp-block-woocommerce-checkout-express-payment-block-placeholder__description {
  margin: 0 0 1em
}

.wp-block-woocommerce-checkout-express-payment-block-placeholder .wp-block-woocommerce-checkout-express-payment-block-placeholder__description {
  display: block
}

.express-payment-styles-notice {
  margin-bottom: 16px
}

.express-payment-styles-beta-badge {
  align-items: center;
  background-color: #1e1e1e;
  border-radius: 2px;
  color: #fff;
  font-size: 12px;
  height: 24px;
  line-height: 1;
  margin-left: 8px;
  padding: 3px 8px
}

.border-radius-control-container select {
  pointer-events: none
}

.button-height-control+.border-radius-control-container {
  margin-top: 24px
}

.wc-block-components-express-payment .wc-block-components-express-payment__event-buttons>div,
.wc-block-components-express-payment .wc-block-components-express-payment__event-buttons>li {
  pointer-events: none;
  user-select: none
}

@keyframes wc-skeleton-shimmer {
  to {
    transform: translateX(100%)
  }
}

.wc-block-cart-link {
  cursor: default;
  user-select: none
}

.wc-block-cart-link .wc-block-cart-link__text {
  cursor: text;
  user-select: text
}

@keyframes wc-skeleton-shimmer {
  to {
    transform: translateX(100%)
  }
}

.wc-block-checkout__additional_fields {
  margin: 1.5em 0 0
}

.wc-block-components-checkout-step__description-placeholder {
  display: none;
  opacity: .5
}

.is-selected .wc-block-components-checkout-step__description-placeholder {
  display: block
}

.wc-block-components-checkout-step__description,
.wc-block-components-checkout-step__title {
  display: flex;
  width: 100%
}

.wc-block-components-checkout-step__description .block-editor-plain-text,
.wc-block-components-checkout-step__title .block-editor-plain-text {
  height: auto !important;
  resize: none !important
}

@keyframes wc-skeleton-shimmer {
  to {
    transform: translateX(100%)
  }
}

@container (min-width: 400px) and (max-width: 519px) {
  .edit-post-visual-editor .wc-block-checkout__terms {
    padding: 4px
  }
}

@container (min-width: 520px) and (max-width: 699px) {
  .edit-post-visual-editor .wc-block-checkout__terms {
    padding: 4px
  }
}

.wc-block-checkout__terms {
  align-items: flex-start;
  display: flex;
  margin: 0 0 36px;
  padding-bottom: 4px;
  padding-top: 4px
}

.wc-block-checkout__terms-checkbox-wrapper {
  margin-right: 12px
}

.wc-block-checkout__terms_notice {
  margin: 0
}

.wc-block-checkout__terms_notice .components-notice__content {
  margin: 4px 0
}

.wc-block-checkout__terms_notice .components-notice__actions button {
  margin-left: 0
}

@keyframes wc-skeleton-shimmer {
  to {
    transform: translateX(100%)
  }
}

.wp-block-woocommerce-checkout-order-note-block {
  padding: 4px 0
}

@keyframes wc-skeleton-shimmer {
  to {
    transform: translateX(100%)
  }
}

.wc-block-editor-components-external-link-card {
  align-items: flex-start;
  color: inherit;
  display: flex;
  flex-direction: row;
  margin: 24px 0;
  text-decoration: none
}

.wc-block-editor-components-external-link-card+.wc-block-editor-components-external-link-card {
  margin-top: -8px
}

.wc-block-editor-components-external-link-card:last-child {
  margin-bottom: 0
}

.wc-block-editor-components-external-link-card .wc-block-editor-components-external-link-card__content {
  flex: 1 1 0;
  padding-right: 16px
}

.wc-block-editor-components-external-link-card .wc-block-editor-components-external-link-card__title {
  display: block;
  font-weight: 500
}

.wc-block-editor-components-external-link-card .wc-block-editor-components-external-link-card__description {
  color: #757575;
  display: block;
  font-size: .875em;
  margin-top: .5em
}

.wc-block-editor-components-external-link-card .wc-block-editor-components-external-link-card__icon {
  color: inherit;
  flex: 0 0 24px;
  margin: 0;
  text-align: right;
  vertical-align: top
}

.wc-block-editor-components-external-link-card .wc-block-editor-components-external-link-card__warning {
  align-items: flex-start;
  color: #cc1818;
  column-gap: 4px;
  display: flex;
  font-size: .875em;
  margin-top: .5em
}

.wc-block-editor-components-external-link-card .wc-block-editor-components-external-link-card__warning svg {
  height: 18px;
  min-width: 18px;
  width: 18px
}

@keyframes wc-skeleton-shimmer {
  to {
    transform: translateX(100%)
  }
}

.wp-block-woocommerce-cart-order-summary-heading-block textarea {
  height: auto;
  line-height: 1;
  padding-left: 16px;
  text-align: left;
  text-transform: uppercase
}

@keyframes wc-skeleton-shimmer {
  to {
    transform: translateX(100%)
  }
}

body.wc-lock-selected-block--move .block-editor-block-mover,
body.wc-lock-selected-block--move .block-editor-block-mover__move-button-container {
  display: none
}

body.wc-lock-selected-block--remove .block-editor-block-settings-menu__popover .components-menu-group:last-child {
  display: none
}

body.wc-lock-selected-block--remove .block-editor-block-settings-menu__popover .components-menu-group:nth-last-child(2) {
  margin-bottom: -12px
}

.wp-block-woocommerce-cart-items-block .block-list-appender,
.wp-block-woocommerce-cart-totals-block .block-list-appender,
.wp-block-woocommerce-empty-cart-block .block-list-appender {
  position: relative
}

.wp-block-woocommerce-cart-order-summary-block .block-editor-block-list__layout>div {
  margin: 0 !important
}

.wp-block-woocommerce-cart-order-summary-block .wc-block-components-totals-wrapper {
  box-sizing: border-box
}

.wc-block-cart .wc-block-cart__totals-title textarea {
  font-weight: 500;
  height: auto !important;
  resize: none !important;
  vertical-align: middle
}

@keyframes wc-skeleton-shimmer {
  to {
    transform: translateX(100%)
  }
}

.wp-block-woocommerce-checkout-express-payment-block {
  margin: 14px 0 28px
}

.wp-block-woocommerce-checkout-express-payment-block .components-placeholder__label svg {
  font-size: 1em
}

.wp-block-woocommerce-checkout-express-payment-block .wc-block-components-express-payment-continue-rule--checkout {
  margin-bottom: 0
}

.wp-block-woocommerce-checkout-express-payment-block.wp-block-woocommerce-checkout-express-payment-block--has-express-payment-methods {
  margin: -14px 0 14px !important;
  padding: 14px 0;
  position: relative
}

.wp-block-woocommerce-checkout-express-payment-block-placeholder * {
  pointer-events: all
}

.wp-block-woocommerce-checkout-express-payment-block-placeholder .wp-block-woocommerce-checkout-express-payment-block-placeholder__description {
  display: block;
  margin: 0 0 1em
}

.express-payment-styles-notice {
  margin-bottom: 16px
}

.express-payment-styles-beta-badge {
  align-items: center;
  background-color: #1e1e1e;
  border-radius: 2px;
  color: #fff;
  font-size: 12px;
  height: 24px;
  line-height: 1;
  margin-left: 8px;
  padding: 3px 8px
}

.border-radius-control-container select {
  pointer-events: none
}

.button-height-control+.border-radius-control-container {
  margin-top: 24px
}

.wc-block-components-express-payment .wc-block-components-express-payment__event-buttons>div,
.wc-block-components-express-payment .wc-block-components-express-payment__event-buttons>li {
  pointer-events: none;
  user-select: none
}

@keyframes wc-skeleton-shimmer {
  to {
    transform: translateX(100%)
  }
}

.wc-block-components-shipping-rates-control__no-results-notice .components-notice__content {
  color: #000
}

@keyframes wc-skeleton-shimmer {
  to {
    transform: translateX(100%)
  }
}

.wp-block-woocommerce-checkout .wc-block-components-sidebar-layout {
  display: block
}

.wp-block-woocommerce-checkout .block-editor-block-list__layout {
  align-items: flex-start;
  display: flex;
  flex-flow: row wrap;
  padding-left: 5px
}

.wp-block-woocommerce-checkout .block-editor-block-list__layout:has(>:first-child.wp-block-woocommerce-checkout-totals-block) {
  flex-direction: row-reverse
}

.wp-block-woocommerce-checkout .block-editor-block-list__layout .wc-block-checkout__additional_fields {
  padding: 0
}

.wp-block-woocommerce-checkout .block-editor-block-list__layout>:first-child,
.wp-block-woocommerce-checkout .wc-block-components-main>:first-child,
.wp-block-woocommerce-checkout .wc-block-components-sidebar>:first-child {
  margin-top: 0
}

.wp-block-woocommerce-checkout .wp-block-woocommerce-checkout-fields-block .block-editor-block-list__layout,
.wp-block-woocommerce-checkout .wp-block-woocommerce-checkout-totals-block .block-editor-block-list__layout {
  display: block
}

.wp-block-woocommerce-checkout .wp-block-woocommerce-checkout-fields-block .block-list-appender,
.wp-block-woocommerce-checkout .wp-block-woocommerce-checkout-totals-block .block-list-appender {
  position: relative
}

@container (min-width: 700px) {
  .wp-block-woocommerce-checkout .wc-block-checkout__sidebar {
    top: 0
  }
}

body.wc-lock-selected-block--move .block-editor-block-mover,
body.wc-lock-selected-block--move .block-editor-block-mover__move-button-container {
  display: none
}

body.wc-lock-selected-block--remove .block-editor-block-settings-menu__popover .components-menu-group:last-child {
  display: none
}

body.wc-lock-selected-block--remove .block-editor-block-settings-menu__popover .components-menu-group:nth-last-child(2) {
  margin-bottom: -12px
}

.components-base-control--nested {
  margin-top: -12px;
  padding-left: 52px
}

.components-panel__body-title .components-button {
  opacity: 1
}

.wp-block-woocommerce-checkout.is-editor-preview {
  max-height: 1000px;
  overflow: hidden
}

.wp-block-woocommerce-checkout-order-summary-block .block-editor-block-list__layout {
  padding-left: 0
}

.wp-block-woocommerce-checkout-order-summary-block .block-editor-block-list__layout>div {
  margin: 0 !important
}

.wp-block-woocommerce-checkout-order-summary-block .wc-block-components-totals-wrapper {
  box-sizing: border-box
}

.wp-block-woocommerce-checkout-order-summary-block .wp-block-woocommerce-checkout-order-summary-cart-items-block .wc-block-components-totals-wrapper {
  border-top: 0
}

.wc-block-components-sidebar-layout>.block-editor-inner-blocks>.block-editor-block-list__layout {
  display: flex;
  flex-wrap: wrap;
  margin: 0 auto 16px;
  position: relative
}

.wc-block-components-sidebar-layout>.block-editor-inner-blocks>.block-editor-block-list__layout:has(>:last-child.wp-block-woocommerce-checkout-fields-block) {
  flex-direction: row-reverse
}

@keyframes wc-skeleton-shimmer {
  to {
    transform: translateX(100%)
  }
}

.wc-default-page-notice.is-dismissible {
  margin: 0;
  padding-right: 16px
}

.wc-default-page-notice.is-dismissible .components-notice__dismiss {
  min-width: 24px
}

.wc-default-page-notice.is-dismissible .components-notice__content {
  margin: 4px 0
}

.wc-default-page-notice.is-dismissible svg {
  height: 16px;
  width: 16px
}

.wc-blocks-legacy-page-notice {
  margin: 0
}

@keyframes wc-skeleton-shimmer {
  to {
    transform: translateX(100%)
  }
}

.wc-blocks-switch-to-classic-shortcode-modal-content {
  max-width: 480px
}

.wc-blocks-switch-to-classic-shortcode-modal-content p {
  margin-top: 0
}

.wc-blocks-switch-to-classic-shortcode-modal-actions {
  text-align: right
}

.wc-blocks-switch-to-classic-shortcode-modal-actions button {
  display: inline-block;
  margin-left: 4px
}

ul.cross-list {
  margin: 0 0 24px 1em
}

ul.cross-list,
ul.cross-list li {
  list-style: none outside;
  padding: 0
}

ul.cross-list li {
  margin: 1em 0
}

ul.cross-list li:before {
  content: "âŒ";
  margin-right: .5em
}

@keyframes wc-skeleton-shimmer {
  to {
    transform: translateX(100%)
  }
}

.wc-blocks-incompatible-extensions-notice.is-dismissible {
  margin: 0;
  padding-right: 16px
}

.wc-blocks-incompatible-extensions-notice.is-dismissible .components-notice__dismiss {
  min-width: 24px
}

.wc-blocks-incompatible-extensions-notice.is-dismissible .components-notice__content {
  margin: 4px 0
}

.wc-blocks-incompatible-extensions-notice.is-dismissible svg {
  height: 16px;
  width: 16px
}

.wc-blocks-incompatible-extensions-notice.is-dismissible .wc-blocks-incompatible-extensions-notice__content {
  display: flex
}

.wc-blocks-incompatible-extensions-notice.is-dismissible .wc-blocks-incompatible-extensions-notice__content details {
  margin: 0
}

.wc-blocks-incompatible-extensions-notice.is-dismissible .wc-blocks-incompatible-extensions-notice__content details[open] {
  margin: 0 0 16px
}

.wc-blocks-incompatible-extensions-notice.is-dismissible .wc-blocks-incompatible-extensions-notice__content details[open] summary svg {
  transform: rotate(180deg)
}

.wc-blocks-incompatible-extensions-notice.is-dismissible .wc-blocks-incompatible-extensions-notice__content details summary {
  cursor: pointer;
  display: block;
  margin: 0 0 16px;
  text-decoration: underline
}

.wc-blocks-incompatible-extensions-notice.is-dismissible .wc-blocks-incompatible-extensions-notice__content details summary span {
  color: #757575;
  text-decoration: underline
}

.wc-blocks-incompatible-extensions-notice.is-dismissible .wc-blocks-incompatible-extensions-notice__content details summary::-webkit-details-marker {
  display: none
}

.wc-blocks-incompatible-extensions-notice.is-dismissible .wc-blocks-incompatible-extensions-notice__content details summary svg {
  fill: #757575;
  height: 24px;
  position: relative;
  top: 6px;
  width: 24px
}

.wc-blocks-incompatible-extensions-notice.is-dismissible .wc-blocks-incompatible-extensions-notice__content .wc-blocks-incompatible-extensions-notice__warning-icon {
  height: 24px;
  margin-right: 6px;
  min-width: 24px;
  width: 24px
}

.wc-blocks-incompatible-extensions-notice.is-dismissible ul {
  list-style: disc outside;
  margin: 0 0 0 1.2em;
  padding: 0
}

.wc-blocks-legacy-page-notice {
  margin: 0
}

@keyframes wc-skeleton-shimmer {
  to {
    transform: translateX(100%)
  }
}

.wc-block-feedback-prompt {
  background-color: #f7f7f7;
  border-top: 1px solid #e0e0e0;
  margin: 0;
  padding: 24px;
  text-align: center
}

.wc-block-feedback-prompt .wc-block-feedback-prompt__title {
  margin: 0 0 12px
}

.wc-block-feedback-prompt .wc-block-feedback-prompt__link {
  color: inherit
}

.wc-block-feedback-prompt .wc-block-feedback-prompt__link>.gridicon {
  vertical-align: text-bottom
}

@keyframes wc-skeleton-shimmer {
  to {
    transform: translateX(100%)
  }
}

.wc-block-editor-mini-cart__render-in-cart-and-checkout-toggle {
  width: 100%
}

.wc-block-editor-mini-cart__drawer-image {
  margin-bottom: 6px
}

.wc-block-editor-mini-cart__drawer-link {
  margin-bottom: 24px
}

html[dir=rtl] .wc-block-editor-mini-cart__icon {
  transform: scaleX(-1)
}

.wc-block-mini-cart__product-count-radiocontrol .components-base-control__field>.components-v-stack {
  gap: 6px
}

.wc-block-mini-cart__product-count-radiocontrol .components-base-control__field>.components-v-stack .components-radio-control__option {
  align-items: flex-start
}

@keyframes wc-skeleton-shimmer {
  to {
    transform: translateX(100%)
  }
}

.editor-styles-wrapper .wc-block-editor-mini-cart-contents__wrapper.wc-block-editor-mini-cart-contents__wrapper {
  display: flex;
  justify-content: center;
  margin: 0;
  position: relative;
  z-index: 9999
}

.editor-styles-wrapper .wp-block-woocommerce-mini-cart-contents .wp-block-woocommerce-empty-mini-cart-contents-block[hidden],
.editor-styles-wrapper .wp-block-woocommerce-mini-cart-contents .wp-block-woocommerce-filled-mini-cart-contents-block[hidden] {
  display: none
}

.editor-styles-wrapper .wp-block-woocommerce-mini-cart-contents .wp-block-woocommerce-filled-mini-cart-contents-block>.block-editor-inner-blocks>.block-editor-block-list__layout {
  display: flex;
  flex-direction: column;
  height: 100vh
}

.editor-styles-wrapper .wp-block-woocommerce-mini-cart-contents .wp-block-woocommerce-mini-cart-items-block {
  display: grid;
  flex-grow: 1;
  margin-bottom: 16px;
  padding: 0 16px
}

.editor-styles-wrapper .wp-block-woocommerce-mini-cart-contents .wp-block-woocommerce-mini-cart-items-block>.block-editor-inner-blocks>.block-editor-block-list__layout {
  display: flex;
  flex-direction: column;
  height: 100%
}

.editor-styles-wrapper .wp-block-woocommerce-mini-cart-contents .wp-block-woocommerce-mini-cart-items-block .block-list-appender {
  position: relative
}

.editor-styles-wrapper .wp-block-woocommerce-mini-cart-contents .wp-block-woocommerce-mini-cart-products-table-block {
  margin-bottom: auto;
  margin-top: 16px
}

.editor-styles-wrapper .wp-block-woocommerce-mini-cart-contents h2.wc-block-mini-cart__title {
  font-size: 2em
}

.editor-styles-wrapper .wp-block-woocommerce-mini-cart-contents h2.wc-block-mini-cart__title .block-editor-block-list__layout {
  align-items: baseline;
  display: flex
}

.editor-styles-wrapper .wp-block-woocommerce-mini-cart-contents table.wc-block-cart-items {
  color: inherit
}

.editor-styles-wrapper .wp-block-woocommerce-mini-cart-contents .block-editor-button-block-appender {
  box-shadow: inset 0 0 0 1px;
  color: inherit
}

.editor-styles-wrapper .wp-block-woocommerce-mini-cart-contents .wp-block-woocommerce-empty-mini-cart-contents-block {
  min-height: 100vh;
  overflow-y: unset;
  padding: 0
}

.editor-styles-wrapper .wp-block-woocommerce-mini-cart-contents .wp-block-woocommerce-empty-mini-cart-contents-block>.block-editor-inner-blocks {
  box-sizing: border-box;
  max-height: 100vh;
  overflow-y: auto;
  padding: 48px 16px 16px
}

.editor-styles-wrapper .wp-block-woocommerce-mini-cart-contents .wp-block-woocommerce-empty-mini-cart-contents-block .block-list-appender {
  margin-top: 16px;
  position: relative
}

.editor-styles-wrapper .wp-block-woocommerce-mini-cart-contents .wc-block-mini-cart__shopping-button a {
  color: currentColor
}

.block-editor-block-preview__content-iframe .editor-styles-wrapper .wp-block-woocommerce-empty-mini-cart-contents-block,
.block-editor-block-preview__content-iframe .editor-styles-wrapper .wp-block-woocommerce-filled-mini-cart-contents-block,
.block-editor-block-preview__content-iframe .editor-styles-wrapper .wp-block-woocommerce-mini-cart-contents {
  height: 800px;
  min-height: none
}

@keyframes wc-skeleton-shimmer {
  to {
    transform: translateX(100%)
  }
}

.editor-styles-wrapper .wc-block-mini-cart__footer .block-editor-inner-blocks {
  width: 100%
}

@keyframes wc-skeleton-shimmer {
  to {
    transform: translateX(100%)
  }
}

.woocommerce-product-categories__operator .components-base-control__help {
  clip: rect(1px, 1px, 1px, 1px);
  word-wrap: normal !important;
  border: 0;
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  overflow-wrap: normal !important;
  padding: 0;
  position: absolute !important;
  width: 1px
}

.woocommerce-product-categories__operator .components-base-control__label {
  margin-bottom: 0;
  margin-right: .5em
}

@keyframes wc-skeleton-shimmer {
  to {
    transform: translateX(100%)
  }
}

.wc-block-editor-components-upgrade-downgrade-notice .components-notice__content {
  display: flex;
  flex-direction: column;
  gap: 16px
}

.wc-block-editor-components-upgrade-downgrade-notice .components-notice__actions .components-notice__action.components-button {
  margin-left: 0
}

@keyframes wc-skeleton-shimmer {
  to {
    transform: translateX(100%)
  }
}

.wc-block-components-product-sku strong {
  margin-left: 4px;
  margin-right: 4px
}

@keyframes wc-skeleton-shimmer {
  to {
    transform: translateX(100%)
  }
}

.wc-block-editor-product-gallery img {
  height: auto;
  max-width: 500px;
  width: 100%
}

.wc-block-editor-product-gallery .wc-block-editor-product-gallery__other-images img {
  height: 100px;
  margin: 5px;
  width: 100px
}

@keyframes wc-skeleton-shimmer {
  to {
    transform: translateX(100%)
  }
}

.wc-block-editor-related-products__notice {
  margin: auto 16px 16px;
  max-width: max-content
}

@keyframes wc-skeleton-shimmer {
  to {
    transform: translateX(100%)
  }
}

.wc-block-editor-related-products__notice {
  margin: 10px auto;
  max-width: max-content
}

@keyframes wc-skeleton-shimmer {
  to {
    transform: translateX(100%)
  }
}

.wc-block-products .components-placeholder__instructions {
  border-bottom: 1px solid #e0e2e6;
  margin-bottom: 2em;
  padding-bottom: 1em;
  width: 100%
}

.wc-block-products .components-placeholder__label svg {
  fill: currentColor;
  margin-right: 1ch
}

.wc-block-products .components-placeholder__fieldset {
  display: block
}

.wc-block-products .wc-block-products__add-product-button {
  height: auto;
  margin: 0 0 1em;
  padding: .5em 1em;
  vertical-align: middle
}

.wc-block-products .wc-block-products__add-product-button svg {
  fill: currentColor;
  margin-left: .5ch;
  vertical-align: middle
}

.wc-block-products .wc-block-products__read_more_button {
  display: block;
  margin-bottom: 1em
}

.wc-block-all-products .components-placeholder__fieldset {
  max-width: none;
  overflow: hidden
}

.wc-block-all-products .wc-block-all-products-grid-item-template {
  border-top: 1px solid #e0e0e0;
  margin-top: 20px;
  overflow: hidden;
  text-align: center;
  width: 100%
}

.wc-block-all-products .wc-block-all-products-grid-item-template .components-tip {
  margin: 20px auto;
  max-width: 450px;
  text-align: left
}

.wc-block-all-products .wc-block-all-products-grid-item-template .components-tip p {
  margin: 1em 0
}

.wc-block-all-products .wc-block-all-products-grid-item-template .wc-block-all-products__actions {
  align-items: center;
  display: flex;
  margin: 20px auto;
  max-width: 450px;
  padding: 1em 0 0;
  vertical-align: middle
}

.wc-block-all-products .wc-block-all-products-grid-item-template .wc-block-all-products__actions .wc-block-all-products__done-button {
  height: auto;
  line-height: 32px;
  margin: 0;
  order: 3
}

.wc-block-all-products .wc-block-all-products-grid-item-template .wc-block-all-products__actions .wc-block-all-products__cancel-button {
  margin: 0 1em 0 auto;
  order: 2
}

.wc-block-all-products .wc-block-all-products-grid-item-template .wc-block-all-products__actions .wc-block-all-products__reset-button {
  margin: 0;
  order: 1
}

.wc-block-all-products .wc-block-all-products-grid-item-template .wc-block-grid__products {
  margin: 0 auto !important;
  max-width: 450px;
  position: relative;
  text-align: center
}

.wc-block-all-products .wc-block-all-products-grid-item-template .wc-block-grid__product {
  background: #fff;
  box-shadow: 0 5px 7px -2px rgba(0, 0, 0, .2);
  margin: 0 auto;
  padding: 1px 20px;
  position: static
}

.wc-block-all-products .wc-block-all-products-grid-item-template .wc-block-grid__product .wp-block-button__link {
  margin-top: 0
}

.wc-block-all-products .wc-block-all-products-grid-item-template .wc-block-grid__product:after,
.wc-block-all-products .wc-block-all-products-grid-item-template .wc-block-grid__product:before {
  background: #e0e0e0;
  bottom: 20px;
  content: "";
  display: block;
  position: absolute;
  top: 20px;
  width: 100%
}

.wc-block-all-products .wc-block-all-products-grid-item-template .wc-block-grid__product:before {
  margin-right: 30px;
  right: 100%
}

.wc-block-all-products .wc-block-all-products-grid-item-template .wc-block-grid__product:after {
  left: 100%;
  margin-left: 30px
}

@keyframes wc-skeleton-shimmer {
  to {
    transform: translateX(100%)
  }
}

.wc-block-reviews__selection {
  width: 100%
}

@keyframes wc-skeleton-shimmer {
  to {
    transform: translateX(100%)
  }
}

.wc-block-error-message {
  margin-bottom: 16px;
  margin-top: 8px
}

.wc-block-api-error .components-placeholder__fieldset {
  display: block
}

.wc-block-api-error .wc-block-error-message {
  margin-top: 0
}

.wc-block-api-error .components-spinner {
  float: none
}

@keyframes wc-skeleton-shimmer {
  to {
    transform: translateX(100%)
  }
}

.wc-block-editor-single-product__selection {
  width: 100%
}

.wc-block-editor-single-product__reset-layout {
  padding: 0
}

.wc-block-editor-single-product__info-icon {
  fill: var(--wp--preset--color--luminous-vivid-orange, #e26f56)
}

.wc-block-single-product__edit-card {
  border-top: 1px solid #e0e0e0;
  padding: 16px
}

.wc-block-single-product__edit-card .wc-block-single-product__edit-card-title {
  margin: 0 0 16px
}

@keyframes wc-skeleton-shimmer {
  to {
    transform: translateX(100%)
  }
}

.woocommerce-tag {
  display: inline-flex;
  margin: 1px 4px 1px 0;
  overflow: hidden;
  vertical-align: middle
}

.woocommerce-tag .woocommerce-tag__remove,
.woocommerce-tag .woocommerce-tag__text {
  background: #f0f0f0;
  display: inline-block;
  line-height: 24px;
  transition: all .2s cubic-bezier(.4, 1, .4, 1)
}

.woocommerce-tag .woocommerce-tag__text {
  align-self: center;
  border-radius: 12px;
  color: #757575;
  overflow: hidden;
  padding: 0 8px;
  text-overflow: ellipsis;
  white-space: nowrap
}

.woocommerce-tag.has-remove .woocommerce-tag__text {
  border-radius: 12px 0 0 12px;
  padding: 0 4px 0 8px
}

.woocommerce-tag .woocommerce-tag__remove {
  border-radius: 0 12px 12px 0;
  color: #757575;
  cursor: pointer;
  height: 24px;
  line-height: 10px;
  padding: 0 2px;
  text-indent: 0
}

.woocommerce-tag .woocommerce-tag__remove:hover {
  color: #1e1e1e
}

@keyframes wc-skeleton-shimmer {
  to {
    transform: translateX(100%)
  }
}

.woocommerce-search-list {
  padding: 0 0 16px;
  text-align: left;
  width: 100%
}

.woocommerce-search-list.is-compact .woocommerce-search-list__selected {
  border-top: none;
  margin: 0 0 16px;
  min-height: 54px;
  padding: 0
}

.woocommerce-search-list.is-compact .woocommerce-search-list__search {
  border-top: none;
  margin: 0 0 16px;
  padding: 0
}

.woocommerce-search-list.is-compact .woocommerce-search-list__search.is-token {
  margin-bottom: 0
}

.woocommerce-search-list.is-loading .woocommerce-search-list__list {
  border: none;
  padding: 12px 0;
  text-align: center
}

.woocommerce-search-list.is-loading .components-form-token-field__remove-token {
  display: none
}

.woocommerce-search-list.is-token .woocommerce-search-list__list {
  border-top: 0
}

.woocommerce-search-list.is-token .woocommerce-search-list__search {
  margin-bottom: 0
}

.woocommerce-search-list.is-token .woocommerce-search-list__search .components-form-token-field__input-container {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  margin-bottom: 0
}

.woocommerce-search-list .woocommerce-search-list__list {
  padding-left: 0
}

.woocommerce-search-list__selected {
  border-top: 1px solid #f0f0f0;
  margin: 16px 0;
  min-height: 76px;
  padding: 16px 0 0
}

.woocommerce-search-list__selected .woocommerce-search-list__selected-header {
  margin-bottom: 8px
}

.woocommerce-search-list__selected .woocommerce-search-list__selected-header button {
  margin-left: 12px
}

.woocommerce-search-list__selected .woocommerce-tag__text {
  max-width: 13em
}

.woocommerce-search-list__selected ul {
  display: flex;
  flex-wrap: wrap;
  gap: 4px;
  list-style: none;
  margin: 0;
  padding: 0
}

.woocommerce-search-list__search {
  border-top: 1px solid #f0f0f0;
  clear: both;
  margin: 16px 0;
  padding: 16px 0 0
}

.woocommerce-search-list__search .components-base-control__field {
  margin-bottom: 16px
}

.woocommerce-search-list__list {
  border: 1px solid #e0e0e0;
  list-style: none;
  margin: 0;
  max-height: 17em;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 0
}

.woocommerce-search-list__list li {
  margin-bottom: 0
}

.woocommerce-search-list__list.is-not-found {
  border: none;
  display: flex;
  justify-content: center;
  padding: 12px 0;
  text-align: center
}

.woocommerce-search-list__list.is-not-found .woocommerce-search-list__not-found-icon,
.woocommerce-search-list__list.is-not-found .woocommerce-search-list__not-found-text {
  align-content: center;
  display: flex;
  flex-wrap: wrap
}

.woocommerce-search-list__list.is-not-found .woocommerce-search-list__not-found-icon {
  margin-right: 16px
}

.woocommerce-search-list__list.is-not-found .woocommerce-search-list__not-found-icon .gridicon {
  margin-top: -1px;
  vertical-align: top
}

.woocommerce-search-list__list .components-spinner {
  float: none;
  margin: 0 auto
}

.woocommerce-search-list__list .components-menu-group__label {
  clip: rect(1px, 1px, 1px, 1px);
  word-wrap: normal !important;
  border: 0;
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  overflow-wrap: normal !important;
  padding: 0;
  position: absolute !important;
  width: 1px
}

.woocommerce-search-list__list>[role=menu] {
  border: 1px solid #f0f0f0;
  border-bottom: none
}

.woocommerce-search-list__list .woocommerce-search-list__item {
  align-items: center;
  background: #fff;
  border-bottom: 1px solid #f0f0f0;
  color: #757575;
  display: flex;
  margin-bottom: 0;
  padding: 12px 16px
}

.woocommerce-search-list__list .woocommerce-search-list__item:active,
.woocommerce-search-list__list .woocommerce-search-list__item:focus,
.woocommerce-search-list__list .woocommerce-search-list__item:hover {
  background: #f0f0f0
}

.woocommerce-search-list__list .woocommerce-search-list__item:active,
.woocommerce-search-list__list .woocommerce-search-list__item:focus {
  box-shadow: none
}

.woocommerce-search-list__list .woocommerce-search-list__item.has-children {
  cursor: pointer
}

.woocommerce-search-list__list .woocommerce-search-list__item.has-children:after {
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  height: 24px;
  margin-left: 8px;
  width: 24px
}

.woocommerce-search-list__list .woocommerce-search-list__item.has-children:not(.is-expanded):after {
  background-image: url("data:image/svg+xml;utf8,<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M7.41 8.59L12 13.17l4.59-4.58L18 10l-6 6-6-6 1.41-1.41z\" fill=\"%23757575\" /></svg>")
}

.woocommerce-search-list__list .woocommerce-search-list__item.has-children[disabled]:after {
  background: none;
  margin-left: 0;
  width: auto
}

.woocommerce-search-list__list .woocommerce-search-list__item.has-children.is-expanded:after {
  background-image: url("data:image/svg+xml;utf8,<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M7.41 15.41L12 10.83l4.59 4.58L18 14l-6-6-6 6z\" fill=\"%23757575\" /></svg>")
}

.woocommerce-search-list__list .woocommerce-search-list__item .woocommerce-search-list__item-input {
  margin: 0
}

.woocommerce-search-list__list .woocommerce-search-list__item .woocommerce-search-list__item-input[type=radio] {
  margin-right: 8px
}

.woocommerce-search-list__list .woocommerce-search-list__item .components-base-control__field {
  margin: 0
}

.woocommerce-search-list__list .woocommerce-search-list__item .woocommerce-search-list__item-label {
  display: flex;
  flex: 1
}

.woocommerce-search-list__list .woocommerce-search-list__item.depth-0+.depth-1 {
  margin-top: -1px
}

.woocommerce-search-list__list .woocommerce-search-list__item:not(.depth-0) {
  border-bottom: 0 !important
}

.woocommerce-search-list__list .woocommerce-search-list__item:not(.depth-0)+.depth-0 {
  border-top: 1px solid #f0f0f0
}

.woocommerce-search-list__list .woocommerce-search-list__item[class*=depth-] .woocommerce-search-list__item-label:before {
  content: str-repeat("â€” ", 5);
  margin-right: 4px
}

.woocommerce-search-list__list .woocommerce-search-list__item.depth-0 .woocommerce-search-list__item-label:before {
  content: "";
  margin-right: 0
}

.woocommerce-search-list__list .woocommerce-search-list__item.depth-1 {
  padding-left: 32px
}

.woocommerce-search-list__list .woocommerce-search-list__item.depth-1 .woocommerce-search-list__item-label:before {
  content: str-repeat("â€” ", 1)
}

.woocommerce-search-list__list .woocommerce-search-list__item.depth-2 {
  padding-left: 48px
}

.woocommerce-search-list__list .woocommerce-search-list__item.depth-2 .woocommerce-search-list__item-label:before {
  content: str-repeat("â€” ", 2)
}

.woocommerce-search-list__list .woocommerce-search-list__item.depth-3 {
  padding-left: 64px
}

.woocommerce-search-list__list .woocommerce-search-list__item.depth-3 .woocommerce-search-list__item-label:before {
  content: str-repeat("â€” ", 3)
}

.woocommerce-search-list__list .woocommerce-search-list__item.depth-4 {
  padding-left: 80px
}

.woocommerce-search-list__list .woocommerce-search-list__item.depth-4 .woocommerce-search-list__item-label:before {
  content: str-repeat("â€” ", 4)
}

.woocommerce-search-list__list .woocommerce-search-list__item .woocommerce-search-list__item-name {
  display: inline-block
}

.woocommerce-search-list__list .woocommerce-search-list__item .woocommerce-search-list__item-prefix {
  color: #757575;
  display: none
}

.woocommerce-search-list__list .woocommerce-search-list__item.is-searching .woocommerce-search-list__item-label,
.woocommerce-search-list__list .woocommerce-search-list__item.is-skip-level .woocommerce-search-list__item-label {
  display: inline-block
}

.woocommerce-search-list__list .woocommerce-search-list__item.is-searching .woocommerce-search-list__item-prefix,
.woocommerce-search-list__list .woocommerce-search-list__item.is-skip-level .woocommerce-search-list__item-prefix {
  display: inline
}

.woocommerce-search-list__list .woocommerce-search-list__item.is-searching .woocommerce-search-list__item-prefix:after,
.woocommerce-search-list__list .woocommerce-search-list__item.is-skip-level .woocommerce-search-list__item-prefix:after {
  content: " â€º";
  margin-right: 4px
}

.woocommerce-search-list__list .woocommerce-search-list__item.is-searching .woocommerce-search-list__item-name {
  color: #1e1e1e
}

.woocommerce-search-list__list .woocommerce-search-list__item.has-count>.components-menu-item__item {
  width: 100%
}

.woocommerce-search-list__list .woocommerce-search-list__item .woocommerce-search-list__item-count {
  background: #fff;
  border: 1px solid #f0f0f0;
  border-radius: 12px;
  color: #757575;
  flex: 0 1 auto;
  font-size: .8em;
  line-height: 1.4;
  margin-left: auto;
  padding: 2px 8px;
  white-space: nowrap
}

.woocommerce-search-list__list li:last-child .woocommerce-search-list__item {
  border-bottom: none
}

.woocommerce-search-list__list .woocommerce-search-list__item-load-more {
  border: none;
  color: var(--wp-components-color-accent, var(--wp-admin-theme-color, #3858e9));
  cursor: pointer;
  padding-left: 56px;
  width: 100%
}

@media screen and (max-width:782px) {
  .woocommerce-search-list__list .woocommerce-search-list__item-load-more {
    box-sizing: content-box;
    height: 25px;
    padding-left: 65px
  }
}

@keyframes wc-skeleton-shimmer {
  to {
    transform: translateX(100%)
  }
}

.woocommerce-search-product__item .woocommerce-search-list__item-name .description {
  display: block
}

.woocommerce-search-product__item.is-searching .woocommerce-search-list__item-prefix:after,
.woocommerce-search-product__item.is-skip-level .woocommerce-search-list__item-prefix:after {
  content: ":"
}

.woocommerce-search-product__item.is-not-active:active,
.woocommerce-search-product__item.is-not-active:focus,
.woocommerce-search-product__item.is-not-active:hover {
  background: #fff
}

.woocommerce-search-product__item.is-loading {
  justify-content: center
}

.woocommerce-search-product__item.is-loading .components-spinner {
  margin-bottom: 12px
}

.woocommerce-search-product__item.depth-0.is-variable:after {
  background-image: url("data:image/svg+xml;utf8,<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M7.41 8.59L12 13.17l4.59-4.58L18 10l-6 6-6-6 1.41-1.41z\" fill=\"%23757575\" /></svg>");
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  height: 24px;
  margin-left: 8px;
  width: 24px
}

.woocommerce-search-product__item.depth-0.is-variable.is-selected:after {
  background-image: url("data:image/svg+xml;utf8,<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M7.41 15.41L12 10.83l4.59 4.58L18 14l-6-6-6 6z\" fill=\"%23757575\" /></svg>")
}

@keyframes wc-skeleton-shimmer {
  to {
    transform: translateX(100%)
  }
}

.wc-block-product-on-sale .components-placeholder__label svg {
  fill: currentColor;
  margin-right: 1ch
}

@keyframes wc-skeleton-shimmer {
  to {
    transform: translateX(100%)
  }
}

.woo-inherit-query-toggle {
  grid-column-end: 3;
  grid-column-start: 1
}

.products-block-post-template.has-background {
  padding: 0
}

@keyframes wc-skeleton-shimmer {
  to {
    transform: translateX(100%)
  }
}

.wc-block-product-tag__selection {
  width: 100%
}

.wc-block-product-tag__cancel-button.is-tertiary {
  margin: 1em auto 0
}

:root {
  --wp-admin-theme-color: #007cba;
  --wp-admin-theme-color--rgb: 0, 124, 186;
  --wp-admin-theme-color-darker-10: #006ba1;
  --wp-admin-theme-color-darker-10--rgb: 0, 107, 161;
  --wp-admin-theme-color-darker-20: #005a87;
  --wp-admin-theme-color-darker-20--rgb: 0, 90, 135;
  --wp-admin-border-width-focus: 2px;
  --wp-block-synced-color: #7a00df;
  --wp-block-synced-color--rgb: 122, 0, 223;
  --wp-bound-block-color: var(--wp-block-synced-color)
}

@media(min-resolution: 192dpi) {
  :root {
    --wp-admin-border-width-focus: 1.5px
  }
}

.customer-feedback-simple__container {
  display: flex;
  justify-content: center;
  align-items: center
}

.customer-feedback-simple__container .components-button {
  line-height: 32px;
  font-size: 20px;
  border-radius: 3px;
  padding: 6px
}

.customer-feedback-simple__container .components-button:hover {
  background-color: #f0f0f0
}

.customer-feedback-simple__selection {
  margin-left: 12px
}

.woocommerce-feedback-modal__buttons {
  text-align: right
}

.woocommerce-feedback-modal__buttons .components-button {
  margin-left: 1em
}

.woocommerce-feedback-modal .woocommerce-feedback-modal__description {
  max-width: 550px;
  margin: 0 0 1.5em 0
}

.woocommerce-customer-effort-score__selection {
  margin: 1em 0 1.5em 0;
  max-width: 100%;
  width: 500px
}

.woocommerce-customer-effort-score__selection .woocommerce-customer-effort-score__radio-control .components-radio-control__group-wrapper,
.woocommerce-customer-effort-score__selection .woocommerce-customer-effort-score__radio-control .components-v-stack {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(90px, 1fr));
  margin: 0 auto;
  color: var(--wp-admin-theme-color);
  gap: 4px;
  justify-items: center
}

.woocommerce-customer-effort-score__selection .components-radio-control__option {
  -moz-column-gap: 0;
  column-gap: 0
}

.woocommerce-customer-effort-score__selection .components-radio-control__option:not(:last-child) {
  margin-bottom: 0
}

.woocommerce-customer-effort-score__selection .components-radio-control__option input {
  position: absolute;
  opacity: 0
}

.woocommerce-customer-effort-score__selection .components-radio-control__option label {
  display: block;
  text-align: center;
  box-sizing: border-box;
  width: 9em;
  height: 100%;
  padding: 1em .5em;
  font-size: .9em
}

.woocommerce-customer-effort-score__selection .components-radio-control__option label:hover {
  background-color: #fbfcfe
}

.woocommerce-customer-effort-score__selection .components-radio-control__option input:focus+label {
  outline: 2px solid #3858e9;
  background-color: peach;
  color: #055d9c
}

.woocommerce-customer-effort-score__selection .components-radio-control__option input:checked+label {
  outline: 2px solid #3858e9;
  background-color: #fbfcfe
}

.woocommerce-customer-effort-score__selection .components-radio-control__option label::before {
  display: block;
  font-size: 24px;
  text-align: center;
  margin: 1em 0;
  color: #3858e9
}

.woocommerce-customer-effort-score__selection .components-radio-control__option input[value="1"]+label::before {
  content: "ðŸ˜ž"
}

.woocommerce-customer-effort-score__selection .components-radio-control__option input[value="2"]+label::before {
  content: "ðŸ™"
}

.woocommerce-customer-effort-score__selection .components-radio-control__option input[value="3"]+label::before {
  content: "ðŸ˜‘"
}

.woocommerce-customer-effort-score__selection .components-radio-control__option input[value="4"]+label::before {
  content: "ðŸ™‚"
}

.woocommerce-customer-effort-score__selection .components-radio-control__option input[value="5"]+label::before {
  content: "ðŸ˜"
}

.woocommerce-customer-effort-score__comments {
  margin-bottom: 1.5em
}

.woocommerce-customer-effort-score__comments label {
  display: block;
  color: inherit;
  font-weight: bold;
  text-transform: none;
  font-size: 14px
}

.woocommerce-customer-effort-score__comments textarea {
  width: 100%
}

.woocommerce-customer-effort-score__comments .components-base-control__field {
  margin-bottom: 8px
}

.woocommerce-customer-effort-score .components-modal__content {
  padding-bottom: 100px
}

.woocommerce-customer-effort-score__buttons {
  text-align: right;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #fff;
  padding: 32px
}

.woocommerce-customer-effort-score__buttons .components-button {
  margin-left: 1em
}

.woocommerce-customer-effort-score .woocommerce-customer-effort-score__intro {
  max-width: 550px;
  margin: 0 0 1.5em 0
}

@keyframes wc-skeleton-shimmer {
  to {
    transform: translateX(100%)
  }
}

.wc-block-filter-title-placeholder {
  background-color: currentColor !important;
  border: 0 !important;
  border-radius: .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: max-content !important;
  min-width: 80px;
  opacity: .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 {
  animation: loading__animation 1.5s ease-in-out infinite;
  background-image: linear-gradient(90deg, currentColor, hsla(0, 0%, 96%, .302), currentColor);
  background-repeat: no-repeat;
  content: " ";
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  transform: translateX(-100%)
}

@keyframes loading__animation {
  to {
    transform: translateX(100%)
  }
}

@media screen and (prefers-reduced-motion:reduce) {
  .wc-block-filter-title-placeholder {
    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
}

@keyframes wc-skeleton-shimmer {
  to {
    transform: translateX(100%)
  }
}

.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 {
  overflow: hidden
}

.wc-block-active-filters .wc-block-active-filters__clear-all {
  background: transparent;
  border: none;
  border-radius: 0;
  box-shadow: none;
  color: inherit;
  cursor: pointer;
  display: inline;
  float: right;
  font-family: inherit;
  font-size: inherit;
  font-size: .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: transparent
}

.wc-block-active-filters .wc-block-active-filters__clear-all:hover {
  color: inherit;
  cursor: pointer;
  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: transparent;
  color: inherit
}

.wc-block-active-filters .wc-block-active-filters__clear-all-placeholder {
  background-color: currentColor !important;
  border: 0 !important;
  border-radius: .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: .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 {
  animation: loading__animation 1.5s ease-in-out infinite;
  background-image: linear-gradient(90deg, currentColor, hsla(0, 0%, 96%, .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 {
    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__list-item-type {
  margin: 0
}

.wc-block-active-filters .wc-block-active-filters__list>li:first-child {
  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: .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: .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 {
  animation: loading__animation 1.5s ease-in-out infinite;
  background-image: linear-gradient(90deg, currentColor, hsla(0, 0%, 96%, .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 {
    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: .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: .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 {
  animation: loading__animation 1.5s ease-in-out infinite;
  background-image: linear-gradient(90deg, currentColor, hsla(0, 0%, 96%, .302), currentColor);
  background-repeat: no-repeat;
  content: " ";
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  transform: translateX(-100%)
}

@keyframes loading__animation {
  to {
    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 {
    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: .75em;
  font-weight: 700;
  letter-spacing: .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: .875em;
  padding: 0;
  position: relative
}

.wc-block-active-filters .wc-block-active-filters__list-item-remove {
  appearance: none;
  background: #e0e0e0;
  border: 0;
  border-radius: 25px;
  color: currentColor;
  font-size: .75em;
  height: 16px;
  line-height: 16px;
  margin: 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: .1875em;
  margin-top: .1875em
}

@keyframes wc-skeleton-shimmer {
  to {
    transform: translateX(100%)
  }
}

.wc-block-components-error {
  align-items: center;
  color: #757575;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin: 48px 0;
  padding: 48px 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: 48px 0 0
}

@keyframes wc-skeleton-shimmer {
  to {
    transform: translateX(100%)
  }
}

.wc-block-editor-add-to-cart-form-container {
  cursor: help;
  display: flex;
  flex-direction: column;
  gap: 10px;
  max-width: 100%;
  width: 400px
}

.wc-block-editor-add-to-cart-form-container .components-disabled {
  display: flex
}

.wc-block-editor-add-to-cart-form-container .components-disabled .wp-block-button {
  margin: 0 !important
}

.wc-block-editor-add-to-cart-form-container .components-disabled .wp-block-button .single_add_to_cart_button {
  border: none;
  margin: 0
}

.wc-block-editor-add-to-cart-form-container .components-disabled .quantity {
  align-items: stretch;
  display: flex
}

.wc-block-editor-add-to-cart-form-container .components-disabled>.quantity:not(.wc-block-components-quantity-selector) .qty {
  margin-right: .5em;
  padding: 0 5px
}

.wc-block-add-to-cart-form.wc-block-add-to-cart-form--stepper .wc-block-components-quantity-selector {
  background: #fff;
  margin: 0 4px 0 0;
  width: unset !important
}

@keyframes wc-skeleton-shimmer {
  to {
    transform: translateX(100%)
  }
}

.wc-block-components-skeleton {
  display: flex;
  flex-direction: column;
  gap: 1rem
}

.wc-block-components-skeleton__element {
  background: color-mix(in srgb, currentColor 5%, transparent);
  border: none;
  border-radius: 4px;
  overflow: hidden;
  position: relative
}

.wc-block-components-skeleton__element:after {
  animation: wc-skeleton-shimmer 1.25s infinite;
  background: linear-gradient(90deg, transparent, color-mix(in srgb, currentColor 5%, transparent) 50%, transparent);
  content: "";
  inset: 0;
  position: absolute;
  transform: translateX(-100%)
}

@media(prefers-reduced-motion:reduce) {
  .wc-block-components-skeleton__element:after {
    animation: none
  }
}

.wc-block-components-skeleton__element--static:after {
  display: none
}

.wc-block-components-quantity-selector {
  border: 1px solid color-mix(in srgb, currentColor 30%, transparent);
  border-radius: 4px;
  box-sizing: border-box;
  display: flex;
  position: relative;
  width: 107px
}

.wc-block-components-quantity-selector input.wc-block-components-quantity-selector__input {
  appearance: textfield;
  background: transparent;
  border: 0;
  box-shadow: none;
  color: currentColor;
  flex: 1 1 auto;
  font-size: var(--wp--preset--font-size--small, 14px);
  line-height: 1.4;
  line-height: 1;
  margin: 0;
  min-width: 40px;
  order: 2;
  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: .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: .9em;
  font-style: normal;
  font-weight: 400;
  margin: 0;
  min-width: 30px;
  opacity: .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: .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
}

.wc-block-components-quantity-selector[hidden] {
  display: none
}

:where(.wc-block-components-quantity-selector .wc-block-components-quantity-selector__input) {
  padding: .4em 0
}

.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-add-to-cart-form .input-text {
  font-size: var(--wp--preset--font-size--small);
  padding: .9rem 1.1rem
}

.wp-block-woocommerce-add-to-cart-form {
  width: unset
}

.wp-block-woocommerce-add-to-cart-form .variations_button,
.wp-block-woocommerce-add-to-cart-form form.cart {
  display: grid;
  grid-auto-flow: column;
  grid-template-columns: min-content auto auto
}

.wp-block-woocommerce-add-to-cart-form .variations_button:before,
.wp-block-woocommerce-add-to-cart-form form.cart:before {
  grid-column: 1/-1
}

.wp-block-woocommerce-add-to-cart-form .variations_button .quantity,
.wp-block-woocommerce-add-to-cart-form form.cart .quantity {
  align-items: stretch;
  display: inline-flex
}

.wp-block-woocommerce-add-to-cart-form .variations_button>:not(.quantity),
.wp-block-woocommerce-add-to-cart-form form.cart>:not(.quantity) {
  grid-column: 1/-1
}

.wp-block-woocommerce-add-to-cart-form .variations_button>.single_add_to_cart_button,
.wp-block-woocommerce-add-to-cart-form form.cart>.single_add_to_cart_button {
  grid-column: 2/3;
  justify-self: start
}

.wp-block-woocommerce-add-to-cart-form .variations_button>.quantity:not(.wc-block-components-quantity-selector) .qty,
.wp-block-woocommerce-add-to-cart-form form.cart>.quantity:not(.wc-block-components-quantity-selector) .qty {
  margin-right: .5em;
  padding: 0 5px
}

.wp-block-woocommerce-add-to-cart-form .variations_button.grouped_form,
.wp-block-woocommerce-add-to-cart-form form.cart.grouped_form {
  width: fit-content;
  word-break: normal
}

.wp-block-woocommerce-add-to-cart-form .variations_button.grouped_form button[type=submit],
.wp-block-woocommerce-add-to-cart-form form.cart.grouped_form button[type=submit] {
  grid-column: 1/-1
}

.wp-block-woocommerce-add-to-cart-form .quantity {
  margin-right: 4px
}

.wp-block-woocommerce-add-to-cart-form .quantity .qty {
  box-sizing: content-box;
  text-align: center;
  width: 3.631em
}

div.wc-block-add-to-cart-form.wc-block-add-to-cart-form--stepper form.cart div.wc-block-components-quantity-selector.quantity {
  background-color: #fff;
  display: inline-flex;
  grid-column: 1;
  margin-bottom: 0;
  margin-right: .5em;
  width: unset
}

div.wc-block-add-to-cart-form.wc-block-add-to-cart-form--stepper table.woocommerce-grouped-product-list.group_table>tbody td .wc-block-components-quantity-selector input.input-text.qty.text {
  min-width: 60px
}

div.wc-block-add-to-cart-form.wc-block-add-to-cart-form--stepper table.woocommerce-grouped-product-list.group_table>tbody td.woocommerce-grouped-product-list-item__label,
div.wc-block-add-to-cart-form.wc-block-add-to-cart-form--stepper table.woocommerce-grouped-product-list.group_table>tbody td.woocommerce-grouped-product-list-item__price {
  vertical-align: middle
}

div.wc-block-add-to-cart-form.wc-block-add-to-cart-form--stepper .woocommerce-variation-add-to-cart.variations_button.woocommerce-variation-add-to-cart-disabled .wc-block-components-quantity-selector,
div.wc-block-add-to-cart-form.wc-block-add-to-cart-form--stepper .woocommerce-variation-add-to-cart.variations_button.woocommerce-variation-add-to-cart-enabled .wc-block-components-quantity-selector {
  height: unset
}

div.wc-block-add-to-cart-form.wc-block-add-to-cart-form--stepper .wc-block-components-quantity-selector .input-text {
  font-size: var(--wp--preset--font-size--small)
}

div.wc-block-add-to-cart-form.wc-block-add-to-cart-form--stepper .wc-block-components-quantity-selector input[type=number]::-webkit-inner-spin-button,
div.wc-block-add-to-cart-form.wc-block-add-to-cart-form--stepper .wc-block-components-quantity-selector input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0
}

div.wc-block-add-to-cart-form.wc-block-add-to-cart-form--stepper .wc-block-components-quantity-selector input[type=number].input-text.qty.text {
  -moz-appearance: textfield;
  border: unset;
  font-size: var(--wp--preset--font-size--small);
  margin: 0;
  margin-right: unset;
  order: 2;
  padding: .9rem 0;
  text-align: center
}

.wp-block-woocommerce-single-product .wc-block-add-to-cart-form.wc-block-add-to-cart-form--stepper .wc-block-components-quantity-selector {
  width: 107px
}

:where(.wp-block-woocommerce-add-to-cart-form>*+*) {
  margin-top: 12px;
  padding: 0 4px
}

:where(.wp-block-woocommerce-add-to-cart-form .wcpay-express-checkout-wrapper) {
  padding: 0
}

@keyframes wc-skeleton-shimmer {
  to {
    transform: translateX(100%)
  }
}

.wc-block-components-product-name {
  font-size: 1em;
  overflow-wrap: anywhere;
  word-break: break-word
}

@keyframes wc-skeleton-shimmer {
  to {
    transform: translateX(100%)
  }
}

.wc-block-components-product-title {
  display: block;
  font-size: inherit;
  font-weight: 700;
  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: .25rem;
  box-shadow: none;
  color: currentColor !important;
  content: ".";
  display: block;
  display: inline-block;
  line-height: 1;
  max-width: 100% !important;
  opacity: .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 {
  animation: loading__animation 1.5s ease-in-out infinite;
  background-image: linear-gradient(90deg, currentColor, hsla(0, 0%, 96%, .302), currentColor);
  background-repeat: no-repeat;
  content: " ";
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  transform: translateX(-100%)
}

@keyframes loading__animation {
  to {
    transform: translateX(100%)
  }
}

@media screen and (prefers-reduced-motion:reduce) {
  .is-loading .wc-block-components-product-title:before {
    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
}

@keyframes wc-skeleton-shimmer {
  to {
    transform: translateX(100%)
  }
}

.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 {
  display: block
}

.wc-block-components-product-price[hidden] {
  display: none
}

.wc-block-components-product-price>:empty {
  display: none
}

.wc-block-components-product-price .wc-block-all-products .wc-block-components-product-price {
  margin-bottom: 12px
}

.wc-block-components-product-price ins {
  text-decoration: none
}

.wc-block-components-product-price .woocommerce-Price-amount {
  white-space: nowrap
}

.wc-block-components-product-price__value.is-discounted {
  margin-left: .5em
}

.is-loading .wc-block-components-product-price:before {
  background-color: currentColor !important;
  border: 0 !important;
  border-radius: .25rem;
  box-shadow: none;
  color: currentColor !important;
  content: ".";
  display: block;
  display: inline-block;
  line-height: 1;
  max-width: 100% !important;
  opacity: .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 {
  animation: loading__animation 1.5s ease-in-out infinite;
  background-image: linear-gradient(90deg, currentColor, hsla(0, 0%, 96%, .302), currentColor);
  background-repeat: no-repeat;
  content: " ";
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  transform: translateX(-100%)
}

@keyframes loading__animation {
  to {
    transform: translateX(100%)
  }
}

@media screen and (prefers-reduced-motion:reduce) {
  .is-loading .wc-block-components-product-price:before {
    animation: none
  }
}

@keyframes wc-skeleton-shimmer {
  to {
    transform: translateX(100%)
  }
}

.wp-block-woocommerce-product-sale-badge {
  display: flex;
  flex-direction: column
}

.wc-block-components-product-sale-badge {
  background: #fff;
  border: 1px solid #43454b;
  border-radius: 4px;
  box-sizing: border-box;
  color: #43454b;
  display: inline-block;
  font-size: .875em;
  font-weight: 600;
  padding: .25em .75em;
  position: static;
  text-align: center;
  text-transform: uppercase;
  width: fit-content;
  z-index: 9
}

.wc-block-components-product-sale-badge--align-left {
  align-self: auto
}

.wc-block-components-product-sale-badge--align-center {
  align-self: center
}

.wc-block-components-product-sale-badge--align-right {
  align-self: flex-end
}

.wc-block-components-product-sale-badge span {
  background-color: inherit;
  color: inherit
}

@keyframes wc-skeleton-shimmer {
  to {
    transform: translateX(100%)
  }
}

.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;
  display: block;
  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;
  height: auto;
  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
}

.editor-styles-wrapper .wc-block-components-product-image__inner-container {
  justify-content: flex-start
}

.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: .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 {
  animation: loading__animation 1.5s ease-in-out infinite;
  background-image: linear-gradient(90deg, currentColor, hsla(0, 0%, 96%, .302), currentColor);
  background-repeat: no-repeat;
  content: " ";
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  transform: translateX(-100%)
}

@keyframes loading__animation {
  to {
    transform: translateX(100%)
  }
}

@media screen and (prefers-reduced-motion:reduce) {
  .is-loading .wc-block-components-product-image {
    animation: none
  }
}

.wc-block-components-product-image__inner-container {
  bottom: 0;
  display: flex;
  flex-direction: column;
  left: 0;
  padding: 12px;
  position: absolute;
  right: 0;
  top: 0
}

.wc-block-product-image__tools-panel .components-input-control {
  margin-bottom: 8px
}

.wc-block-components-product-image img {
  max-width: 100%
}

@keyframes wc-skeleton-shimmer {
  to {
    transform: translateX(100%)
  }
}

.wc-block-components-product-rating .wc-block-components-product-rating__container>* {
  vertical-align: middle
}

.wc-block-components-product-rating .wc-block-components-product-rating__stars {
  display: inline-block;
  margin: 0
}

@keyframes wc-skeleton-shimmer {
  to {
    transform: translateX(100%)
  }
}

.wc-block-components-product-rating-stars {
  display: block;
  line-height: 1
}

.wc-block-components-product-rating-stars__stars {
  display: inline-block;
  font-family: WooCommerce;
  font-size: 1em;
  font-weight: 400;
  height: 1.618em;
  line-height: 1.618;
  overflow: hidden;
  position: relative;
  text-align: left;
  width: 5.3em
}

.wc-block-components-product-rating-stars__stars:before {
  color: inherit;
  content: "SSSSS";
  left: 0;
  opacity: .5;
  position: absolute;
  right: 0;
  top: 0;
  white-space: nowrap
}

.wc-block-components-product-rating-stars__stars span {
  color: inherit;
  left: 0;
  overflow: hidden;
  padding-top: 1.5em;
  position: absolute;
  right: 0;
  top: 0
}

.wc-block-components-product-rating-stars__stars span:before {
  color: inherit;
  content: "SSSSS";
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  white-space: nowrap
}

.wc-block-components-product-rating-stars__link {
  display: inline-block;
  font-size: .875em;
  height: 1.618em;
  text-align: inherit;
  width: 100%
}

.wc-block-all-products .wc-block-components-product-rating-stars {
  margin-bottom: 12px;
  margin-top: 0
}

.wc-block-components-product-rating-stars__norating-container {
  align-items: center;
  display: inline-flex;
  flex-direction: row;
  gap: 8px
}

.wc-block-components-product-rating-stars__norating {
  -webkit-text-stroke: 2px var(--wp--preset--color--black, #000);
  display: inline-block;
  font-family: WooCommerce;
  font-size: 1em;
  font-weight: 400;
  height: 1.618em;
  line-height: 1.618;
  overflow: hidden;
  position: relative;
  width: 1.5em
}

.wc-block-components-product-rating-stars__norating:before {
  color: transparent;
  content: "S";
  left: 0;
  position: absolute;
  right: 0;
  text-align: center;
  top: 0;
  white-space: nowrap
}

.wp-block-woocommerce-single-product .wc-block-components-product-rating__stars {
  margin: 0
}

.wc-block-all-products .is-loading .wc-block-components-product-rating,
.wp-block-query .is-loading .wc-block-components-product-rating {
  background-color: currentColor !important;
  border: 0 !important;
  border-radius: .25rem;
  box-shadow: none;
  color: currentColor !important;
  display: block;
  line-height: 1;
  max-width: 100% !important;
  opacity: .15;
  outline: 0 !important;
  overflow: hidden !important;
  pointer-events: none;
  position: relative !important;
  width: 100%;
  width: 7em;
  z-index: 1
}

.wc-block-all-products .is-loading .wc-block-components-product-rating>*,
.wp-block-query .is-loading .wc-block-components-product-rating>* {
  visibility: hidden
}

.wc-block-all-products .is-loading .wc-block-components-product-rating:after,
.wp-block-query .is-loading .wc-block-components-product-rating:after {
  animation: loading__animation 1.5s ease-in-out infinite;
  background-image: linear-gradient(90deg, currentColor, hsla(0, 0%, 96%, .302), currentColor);
  background-repeat: no-repeat;
  content: " ";
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  transform: translateX(-100%)
}

@keyframes loading__animation {
  to {
    transform: translateX(100%)
  }
}

@media screen and (prefers-reduced-motion:reduce) {

  .wc-block-all-products .is-loading .wc-block-components-product-rating,
  .wp-block-query .is-loading .wc-block-components-product-rating {
    animation: none
  }
}

@keyframes wc-skeleton-shimmer {
  to {
    transform: translateX(100%)
  }
}

.wp-block-button.wc-block-components-product-button {
  align-items: center;
  display: flex;
  flex-direction: column;
  gap: 12px;
  justify-content: center;
  white-space: normal
}

.wp-block-button.wc-block-components-product-button.is-style-outline .wp-block-button__link {
  border: 2px solid
}

.wp-block-button.wc-block-components-product-button.is-style-outline .wp-block-button__link:not(.has-text-color) {
  color: currentColor
}

.wp-block-button.wc-block-components-product-button.is-style-outline .wp-block-button__link:not(.has-background) {
  background-color: transparent;
  background-image: none
}

.wp-block-button.wc-block-components-product-button.has-custom-width .wp-block-button__link {
  box-sizing: border-box
}

.wp-block-button.wc-block-components-product-button.wp-block-button__width-25 .wp-block-button__link {
  width: 25%
}

.wp-block-button.wc-block-components-product-button.wp-block-button__width-50 .wp-block-button__link {
  width: 50%
}

.wp-block-button.wc-block-components-product-button.wp-block-button__width-75 .wp-block-button__link {
  width: 75%
}

.wp-block-button.wc-block-components-product-button.wp-block-button__width-100 .wp-block-button__link {
  width: 100%
}

.wp-block-button.wc-block-components-product-button .wp-block-button__link {
  display: inline-flex;
  justify-content: center;
  text-align: center;
  white-space: normal;
  width: auto
}

.wp-block-button.wc-block-components-product-button a[hidden],
.wp-block-button.wc-block-components-product-button button[hidden] {
  display: none
}

@keyframes slideOut {
  0% {
    transform: translateY(0)
  }

  to {
    transform: translateY(-100%)
  }
}

@keyframes slideIn {
  0% {
    opacity: 0;
    transform: translateY(90%)
  }

  to {
    opacity: 1;
    transform: translate(0)
  }
}

.wp-block-button.wc-block-components-product-button.align-left {
  align-items: flex-start
}

.wp-block-button.wc-block-components-product-button.align-right {
  align-items: flex-end
}

.wp-block-button.wc-block-components-product-button .wc-block-components-product-button__button {
  align-items: center;
  border-style: none;
  display: inline-flex;
  justify-content: center;
  line-height: inherit;
  overflow: hidden;
  white-space: normal;
  word-break: normal
}

.wp-block-button.wc-block-components-product-button .wc-block-components-product-button__button span.wc-block-slide-out {
  animation: slideOut .1s linear 1 normal forwards
}

.wp-block-button.wc-block-components-product-button .wc-block-components-product-button__button span.wc-block-slide-in {
  animation: slideIn .1s linear 1 normal
}

.wp-block-button.wc-block-components-product-button .wc-block-components-product-button__button--placeholder {
  background-color: currentColor !important;
  border: 0 !important;
  border-radius: .25rem;
  box-shadow: none;
  color: currentColor !important;
  display: block;
  line-height: 1;
  max-width: 100% !important;
  min-height: 3em;
  min-width: 8em;
  opacity: .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 {
  animation: loading__animation 1.5s ease-in-out infinite;
  background-image: linear-gradient(90deg, currentColor, hsla(0, 0%, 96%, .302), currentColor);
  background-repeat: no-repeat;
  content: " ";
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  transform: translateX(-100%)
}

@keyframes loading__animation {
  to {
    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 {
    animation: none
  }
}

.wc-block-all-products .wp-block-button.wc-block-components-product-button {
  margin-bottom: 12px
}

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

@keyframes wc-skeleton-shimmer {
  to {
    transform: translateX(100%)
  }
}

.wc-block-components-product-summary {
  word-wrap: break-word;
  margin-bottom: 12px;
  margin-top: 0
}

.wc-block-components-product-summary h1,
.wc-block-components-product-summary h2,
.wc-block-components-product-summary h3,
.wc-block-components-product-summary h4,
.wc-block-components-product-summary h5,
.wc-block-components-product-summary h6 {
  color: inherit;
  font-size: 1.15em
}

.wc-block-components-product-summary__more-link {
  display: inline-block
}

.is-loading .wc-block-components-product-summary:before {
  background-color: currentColor !important;
  border: 0 !important;
  border-radius: .25rem;
  box-shadow: none;
  color: currentColor !important;
  content: ".";
  display: block;
  height: 6em;
  line-height: 1;
  max-width: 100% !important;
  opacity: .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 {
  animation: loading__animation 1.5s ease-in-out infinite;
  background-image: linear-gradient(90deg, currentColor, hsla(0, 0%, 96%, .302), currentColor);
  background-repeat: no-repeat;
  content: " ";
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  transform: translateX(-100%)
}

@keyframes loading__animation {
  to {
    transform: translateX(100%)
  }
}

@media screen and (prefers-reduced-motion:reduce) {
  .is-loading .wc-block-components-product-summary:before {
    animation: none
  }
}

@keyframes wc-skeleton-shimmer {
  to {
    transform: translateX(100%)
  }
}

.wc-block-components-product-sku {
  display: block;
  overflow-wrap: break-word
}

.wc-block-components-product-sku__prefix {
  color: var(--wp--preset--color--contrast-2)
}

.wc-block-components-product-sku__suffix {
  display: none
}

.wc-block-components-product-sku.is-selected .wc-block-components-product-sku__suffix,
.wc-block-components-product-sku__suffix.has-content {
  display: inline
}

@keyframes wc-skeleton-shimmer {
  to {
    transform: translateX(100%)
  }
}

.wc-block-components-product-stock-indicator {
  display: block;
  font-size: .875em;
  margin-bottom: .75em;
  margin-top: 0
}

@keyframes wc-skeleton-shimmer {
  to {
    transform: translateX(100%)
  }
}

.woocommerce .wp-block-woocommerce-product-image-gallery {
  clear: both;
  max-width: 512px;
  position: relative
}

.woocommerce .wp-block-woocommerce-product-image-gallery span.onsale {
  left: -1rem;
  right: unset;
  z-index: 1
}

.woocommerce .wp-block-woocommerce-product-image-gallery:after {
  clear: both;
  content: "";
  display: table
}

.woocommerce .wp-block-woocommerce-product-image-gallery .woocommerce-product-gallery.images {
  width: 100%
}

@keyframes wc-skeleton-shimmer {
  to {
    transform: translateX(100%)
  }
}

.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: .3em .6em
}

.wc-block-components-pagination__page:not([disabled]) {
  cursor: pointer
}

@media(max-width:782px) {
  .wc-block-components-pagination__page {
    min-width: 1.6em;
    padding: .1em .2em
  }
}

.wc-block-components-pagination__page:not(.toggle) {
  background-color: transparent
}

.wc-block-components-pagination__ellipsis {
  padding: .3em
}

@media(max-width:782px) {
  .wc-block-components-pagination__ellipsis {
    padding: .1em
  }
}

.wc-block-components-pagination__page--active[disabled] {
  color: #333;
  font-weight: 700;
  opacity: 1 !important
}

.wc-block-components-pagination__page--active[disabled]:focus,
.wc-block-components-pagination__page--active[disabled]:hover {
  background-color: inherit;
  color: #333;
  opacity: 1 !important
}

html[dir=rtl] .wc-block-components-pagination-page--arrow span {
  display: inline-block;
  transform: scaleX(-1)
}

@keyframes wc-skeleton-shimmer {
  to {
    transform: translateX(100%)
  }
}

.with-scroll-to-top__scroll-point {
  position: relative;
  top: -36px
}

@keyframes wc-skeleton-shimmer {
  to {
    transform: translateX(100%)
  }
}

.wc-block-components-product-sort-select {
  margin-bottom: 24px;
  text-align: left
}

@keyframes wc-skeleton-shimmer {
  to {
    transform: translateX(100%)
  }
}

@keyframes spin {
  0% {
    transform: rotate(0deg)
  }

  to {
    transform: rotate(1turn)
  }
}

.wc-block-grid {
  text-align: center
}

.wc-block-grid__no-products {
  padding: 48px;
  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: 700;
  margin: 0
}

.wc-block-grid__no-products .wc-block-grid__no-products-description {
  display: block;
  margin: .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: .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: .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: .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: .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
  }
}

@keyframes wc-skeleton-shimmer {
  to {
    transform: translateX(100%)
  }
}

.wc-block-components-error {
  align-items: center;
  color: #757575;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin: 48px 0;
  padding: 48px 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: 48px 0 0
}

@keyframes wc-skeleton-shimmer {
  to {
    transform: translateX(100%)
  }
}

.wc-block-components-load-more {
  text-align: center;
  width: 100%
}

@keyframes wc-skeleton-shimmer {
  to {
    transform: translateX(100%)
  }
}

.wc-block-components-review-sort-select {
  text-align: right
}

@keyframes wc-skeleton-shimmer {
  to {
    transform: translateX(100%)
  }
}

.is-loading .wc-block-components-review-list-item__text {
  background-color: currentColor !important;
  border: 0 !important;
  border-radius: .25rem;
  box-shadow: none;
  color: currentColor !important;
  display: block;
  line-height: 1;
  max-width: 100% !important;
  opacity: .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 {
  animation: loading__animation 1.5s ease-in-out infinite;
  background-image: linear-gradient(90deg, currentColor, hsla(0, 0%, 96%, .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 {
    animation: none
  }
}

.is-loading .wc-block-components-review-list-item__text:before {
  content: "Â "
}

.is-loading .wc-block-components-review-list-item__info {
  margin-bottom: calc(24px + .25em)
}

.is-loading .wc-block-components-review-list-item__info .wc-block-components-review-list-item__image {
  aspect-ratio: 1/1;
  background-color: currentColor !important;
  border: 0 !important;
  border-radius: .25rem;
  box-shadow: none;
  color: currentColor !important;
  display: block;
  line-height: 1;
  max-width: 100% !important;
  opacity: .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-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 {
  animation: loading__animation 1.5s ease-in-out infinite;
  background-image: linear-gradient(90deg, currentColor, hsla(0, 0%, 96%, .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 {
    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: .25rem;
  box-shadow: none;
  color: currentColor !important;
  display: block;
  font-size: 1em;
  line-height: 1;
  margin: .25em 8px .25em 0;
  max-width: 100% !important;
  opacity: .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-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 {
  animation: loading__animation 1.5s ease-in-out infinite;
  background-image: linear-gradient(90deg, currentColor, hsla(0, 0%, 96%, .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 {
    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 {
  background-color: currentColor !important;
  border: 0 !important;
  border-radius: .25rem;
  box-shadow: none;
  color: currentColor !important;
  display: block;
  line-height: 1;
  margin: .25em 0;
  max-width: 100% !important;
  opacity: .15;
  outline: 0 !important;
  overflow: hidden !important;
  pointer-events: none;
  position: relative !important;
  width: 100%;
  width: 6em;
  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__product>* {
  visibility: hidden
}

.is-loading .wc-block-components-review-list-item__info .wc-block-components-review-list-item__meta .wc-block-components-review-list-item__product:after {
  animation: loading__animation 1.5s ease-in-out infinite;
  background-image: linear-gradient(90deg, currentColor, hsla(0, 0%, 96%, .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__product {
    animation: none
  }
}

.is-loading .wc-block-components-review-list-item__info .wc-block-components-review-list-item__meta .wc-block-components-review-list-item__product:before {
  content: "Â "
}

.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: .25rem;
  box-shadow: none;
  color: currentColor !important;
  display: block;
  height: 1em;
  line-height: 1;
  margin: .25em 0;
  max-width: 100% !important;
  opacity: .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-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 {
  animation: loading__animation 1.5s ease-in-out infinite;
  background-image: linear-gradient(90deg, currentColor, hsla(0, 0%, 96%, .302), currentColor);
  background-repeat: no-repeat;
  content: " ";
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  transform: translateX(-100%)
}

@keyframes loading__animation {
  to {
    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 {
    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 {
  display: grid;
  grid-template-columns: 1fr;
  margin-bottom: 24px
}

.wc-block-components-review-list-item__meta {
  grid-column: 1;
  grid-row: 1
}

.wc-block-components-review-list-item__item--has-image .wc-block-components-review-list-item__info {
  grid-template-columns: calc(3em + 16px) 1fr
}

.wc-block-components-review-list-item__item--has-image .wc-block-components-review-list-item__meta {
  grid-column: 2
}

.wc-block-components-review-list-item__image {
  align-items: center;
  display: flex;
  grid-column: 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%;
  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,%3Csvg xmlns=\"http://www.w3.org/2000/svg\" width=\"21\" height=\"21\" fill=\"none\"%3E%3Ccircle cx=\"10.5\" cy=\"10.5\" r=\"10.5\" fill=\"%23fff\"/%3E%3Cpath fill=\"%23008A21\" fill-rule=\"evenodd\" d=\"M2.1667 10.5003c0-4.6 3.7333-8.3333 8.3333-8.3333s8.3334 3.7333 8.3334 8.3333S15.1 18.8337 10.5 18.8337s-8.3333-3.7334-8.3333-8.3334zm2.5 0l4.1666 4.1667 7.5001-7.5-1.175-1.1833-6.325 6.325-2.9917-2.9834-1.175 1.175z\" clip-rule=\"evenodd\"/%3E%3Cmask id=\"a\" width=\"17\" height=\"17\" x=\"2\" y=\"2\" maskUnits=\"userSpaceOnUse\"%3E%3Cpath fill=\"%23fff\" fill-rule=\"evenodd\" d=\"M2.1667 10.5003c0-4.6 3.7333-8.3333 8.3333-8.3333s8.3334 3.7333 8.3334 8.3333S15.1 18.8337 10.5 18.8337s-8.3333-3.7334-8.3333-8.3334zm2.5 0l4.1666 4.1667 7.5001-7.5-1.175-1.1833-6.325 6.325-2.9917-2.9834-1.175 1.175z\" clip-rule=\"evenodd\"/%3E%3C/mask%3E%3Cg mask=\"url%28%23a%29\"%3E%3Cpath fill=\"%23008A21\" d=\"M.5.5h20v20H.5z\"/%3E%3C/g%3E%3C/svg%3E") 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: 700;
  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: .5;
  position: absolute;
  top: calc(50% + .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: WooCommerce;
  font-size: 1em;
  font-weight: 400;
  height: 1.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: right;
  position: absolute;
  right: 0;
  top: 0
}

.wc-block-components-review-list-item__rating>.wc-block-review-list-item__rating__stars--1:before {
  width: 80%
}

.wc-block-components-review-list-item__rating>.wc-block-review-list-item__rating__stars--2:before {
  width: 60%
}

.wc-block-components-review-list-item__rating>.wc-block-review-list-item__rating__stars--3:before {
  width: 40%
}

.wc-block-components-review-list-item__rating>.wc-block-review-list-item__rating__stars--4:before {
  width: 20%
}

.wc-block-components-review-list-item__rating>.wc-block-review-list-item__rating__stars--5:before {
  width: 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: #d18204;
  content: "SSSSS";
  left: 0;
  position: absolute;
  top: 0
}

.wc-block-components-review-list-item__text p {
  font-size: inherit
}

@keyframes wc-skeleton-shimmer {
  to {
    transform: translateX(100%)
  }
}

.wc-block-components-review-list.wc-block-components-review-list {
  margin: 0
}

@keyframes wc-skeleton-shimmer {
  to {
    transform: translateX(100%)
  }
}

.wc-filter-element-label-list-count:before {
  content: " ("
}

.wc-filter-element-label-list-count:after {
  content: ")"
}

@keyframes wc-skeleton-shimmer {
  to {
    transform: translateX(100%)
  }
}

.wc-block-components-filter-reset-button {
  background: transparent;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  color: inherit;
  cursor: pointer;
  display: inline;
  font-family: inherit;
  font-size: inherit;
  font-size: .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: transparent
}

.wc-block-components-filter-reset-button:hover {
  color: inherit;
  cursor: pointer;
  text-decoration: none
}

.wc-block-components-filter-reset-button[disabled] {
  cursor: not-allowed
}

@keyframes wc-skeleton-shimmer {
  to {
    transform: translateX(100%)
  }
}

.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: .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: .15;
  outline: 0 !important;
  overflow: hidden !important;
  pointer-events: none;
  position: relative !important;
  width: 100%;
  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 {
  animation: loading__animation 1.5s ease-in-out infinite;
  background-image: linear-gradient(90deg, currentColor, hsla(0, 0%, 96%, .302), currentColor);
  background-repeat: no-repeat;
  content: " ";
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  transform: translateX(-100%)
}

@keyframes loading__animation {
  to {
    transform: translateX(100%)
  }
}

@media screen and (prefers-reduced-motion:reduce) {
  .wc-block-components-filter-submit-button.is-loading {
    animation: none
  }
}

@keyframes wc-skeleton-shimmer {
  to {
    transform: translateX(100%)
  }
}

.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 1px 1px rgba(0, 0, 0, .03), 0 1px 2px rgba(0, 0, 0, .02), 0 3px 3px rgba(0, 0, 0, .02), 0 4px 4px rgba(0, 0, 0, .01);
  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 .components-form-token-field__input-container {
  align-items: center;
  border: 1px solid #949494;
  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;
  width: 100%
}

@media not (prefers-reduced-motion) {
  .wc-blocks-components-form-token-field-wrapper .components-form-token-field__input-container {
    transition: box-shadow .1s linear
  }
}

@media(min-width:600px) {
  .wc-blocks-components-form-token-field-wrapper .components-form-token-field__input-container {
    font-size: 13px;
    line-height: normal
  }
}

.wc-blocks-components-form-token-field-wrapper .components-form-token-field__input-container:focus {
  border-color: var(--wp-admin-theme-color);
  box-shadow: 0 0 0 .5px var(--wp-admin-theme-color);
  outline: 2px solid transparent
}

.wc-blocks-components-form-token-field-wrapper .components-form-token-field__input-container::-webkit-input-placeholder {
  color: rgba(30, 30, 30, .62)
}

.wc-blocks-components-form-token-field-wrapper .components-form-token-field__input-container::-moz-placeholder {
  color: rgba(30, 30, 30, .62)
}

.wc-blocks-components-form-token-field-wrapper .components-form-token-field__input-container:-ms-input-placeholder {
  color: rgba(30, 30, 30, .62)
}

.wc-blocks-components-form-token-field-wrapper .components-form-token-field__input-container.is-disabled {
  background: #ddd;
  border-color: #ddd
}

.wc-blocks-components-form-token-field-wrapper .components-form-token-field__input-container.is-active {
  border-color: var(--wp-admin-theme-color);
  box-shadow: 0 0 0 .5px var(--wp-admin-theme-color);
  outline: 2px solid transparent
}

.wc-blocks-components-form-token-field-wrapper .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) {
  .wc-blocks-components-form-token-field-wrapper .components-form-token-field__input-container input[type=text].components-form-token-field__input {
    font-size: 13px
  }
}

.components-form-token-field.is-active .wc-blocks-components-form-token-field-wrapper .components-form-token-field__input-container input[type=text].components-form-token-field__input,
.wc-blocks-components-form-token-field-wrapper .components-form-token-field__input-container input[type=text].components-form-token-field__input:focus {
  box-shadow: none;
  outline: none
}

.wc-blocks-components-form-token-field-wrapper .components-form-token-field__input-container .components-form-token-field__token+input[type=text].components-form-token-field__input {
  width: auto
}

.wc-blocks-components-form-token-field-wrapper .components-form-token-field__label {
  display: inline-block;
  margin-bottom: 4px
}

.wc-blocks-components-form-token-field-wrapper .components-form-token-field__help {
  color: #757575;
  font-size: 12px;
  font-style: normal
}

.wc-blocks-components-form-token-field-wrapper .components-form-token-field__token {
  color: #1e1e1e;
  display: flex;
  font-size: 13px;
  margin: 2px 4px 2px 0;
  max-width: 100%
}

.wc-blocks-components-form-token-field-wrapper .components-form-token-field__token.is-success .components-form-token-field__remove-token,
.wc-blocks-components-form-token-field-wrapper .components-form-token-field__token.is-success .components-form-token-field__token-text {
  background: #4ab866
}

.wc-blocks-components-form-token-field-wrapper .components-form-token-field__token.is-error .components-form-token-field__remove-token,
.wc-blocks-components-form-token-field-wrapper .components-form-token-field__token.is-error .components-form-token-field__token-text {
  background: #cc1818
}

.wc-blocks-components-form-token-field-wrapper .components-form-token-field__token.is-validating .components-form-token-field__remove-token,
.wc-blocks-components-form-token-field-wrapper .components-form-token-field__token.is-validating .components-form-token-field__token-text {
  color: #757575
}

.wc-blocks-components-form-token-field-wrapper .components-form-token-field__token.is-borderless {
  padding: 0 16px 0 0;
  position: relative
}

.wc-blocks-components-form-token-field-wrapper .components-form-token-field__token.is-borderless .components-form-token-field__token-text {
  background: transparent;
  color: var(--wp-admin-theme-color)
}

.wc-blocks-components-form-token-field-wrapper .components-form-token-field__token.is-borderless .components-form-token-field__remove-token {
  background: transparent;
  color: #757575;
  position: absolute;
  right: 0;
  top: 1px
}

.wc-blocks-components-form-token-field-wrapper .components-form-token-field__token.is-borderless.is-success .components-form-token-field__token-text {
  color: #4ab866
}

.wc-blocks-components-form-token-field-wrapper .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
}

.wc-blocks-components-form-token-field-wrapper .components-form-token-field__token.is-borderless.is-validating .components-form-token-field__token-text {
  color: #1e1e1e
}

.wc-blocks-components-form-token-field-wrapper .components-form-token-field__token.is-disabled .components-form-token-field__remove-token {
  cursor: default
}

.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: #ddd;
  display: inline-block;
  height: auto;
  line-height: 24px;
  min-width: unset;
  transition: all .2s cubic-bezier(.4, 1, .4, 1)
}

@media(prefers-reduced-motion:reduce) {

  .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 {
    animation-delay: 0s;
    animation-duration: 1ms;
    transition-delay: 0s;
    transition-duration: 0s
  }
}

.wc-blocks-components-form-token-field-wrapper .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
}

.wc-blocks-components-form-token-field-wrapper .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
}

.wc-blocks-components-form-token-field-wrapper .components-form-token-field__remove-token.components-button:hover {
  color: #1e1e1e
}

.wc-blocks-components-form-token-field-wrapper .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 .15s ease-in-out
}

@media(prefers-reduced-motion:reduce) {
  .wc-blocks-components-form-token-field-wrapper .components-form-token-field__suggestions-list {
    transition-delay: 0s;
    transition-duration: 0s
  }
}

.wc-blocks-components-form-token-field-wrapper .components-form-token-field__suggestion {
  color: #757575;
  cursor: pointer;
  display: block;
  font-size: 13px;
  margin: 0;
  padding: 4px 8px
}

.wc-blocks-components-form-token-field-wrapper .components-form-token-field__suggestion.is-selected {
  background: var(--wp-admin-theme-color);
  color: #fff
}

.wc-blocks-components-form-token-field-wrapper .components-form-token-field__suggestion-match {
  text-decoration: underline
}

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

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

@keyframes wc-skeleton-shimmer {
  to {
    transform: translateX(100%)
  }
}

.wc-block-filter-title-placeholder {
  background-color: currentColor !important;
  border: 0 !important;
  border-radius: .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: max-content !important;
  min-width: 80px;
  opacity: .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 {
  animation: loading__animation 1.5s ease-in-out infinite;
  background-image: linear-gradient(90deg, currentColor, hsla(0, 0%, 96%, .302), currentColor);
  background-repeat: no-repeat;
  content: " ";
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  transform: translateX(-100%)
}

@keyframes loading__animation {
  to {
    transform: translateX(100%)
  }
}

@media screen and (prefers-reduced-motion:reduce) {
  .wc-block-filter-title-placeholder {
    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
}

@keyframes wc-skeleton-shimmer {
  to {
    transform: translateX(100%)
  }
}

.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: .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: .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 {
  animation: loading__animation 1.5s ease-in-out infinite;
  background-image: linear-gradient(90deg, currentColor, hsla(0, 0%, 96%, .302), currentColor);
  background-repeat: no-repeat;
  content: " ";
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  transform: translateX(-100%)
}

@keyframes loading__animation {
  to {
    transform: translateX(100%)
  }
}

@media screen and (prefers-reduced-motion:reduce) {
  .wc-block-attribute-filter .is-loading {
    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: max-content;
  max-width: unset
}

.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: .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;
  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: .875em
}

.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: .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: #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: .6
}

.wc-block-attribute-filter__actions .wc-block-filter-submit-button.wc-block-components-filter-submit-button.wc-block-attribute-filter__button {
  font-size: .875em;
  margin-top: 0
}

.editor-styles-wrapper .wc-block-attribute-filter .wc-block-components-checkbox,
.wc-block-attribute-filter .wc-block-components-checkbox {
  margin-top: 1em
}

.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: .25em .5em .25em .75em
}

.wc-blocks-components-form-token-field-wrapper:not(.single-selection) .components-form-token-field__input-container>.components-form-token-field__input {
  margin: .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 .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
}

.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: .875em;
  height: max-content;
  padding: .5em 1em;
  width: max-content
}

@keyframes wc-skeleton-shimmer {
  to {
    transform: translateX(100%)
  }
}

.wc-block-components-error {
  align-items: center;
  color: #757575;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin: 48px 0;
  padding: 48px 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: 48px 0 0
}

@keyframes wc-skeleton-shimmer {
  to {
    transform: translateX(100%)
  }
}

.woocommerce.wc-block-breadcrumbs {
  font-size: inherit
}

.woocommerce.woocommerce-shop .wc-block-breadcrumbs .woocommerce-breadcrumb {
  display: block;
  margin: auto
}

@keyframes wc-skeleton-shimmer {
  to {
    transform: translateX(100%)
  }
}

.wc-block-cart-link {
  align-items: center;
  display: flex;
  justify-content: center;
  text-decoration: none
}

.wc-block-cart-link .wc-block-cart-link__text {
  display: inline-flex
}

.wc-block-cart-link .wc-block-mini-cart__icon {
  display: inline-flex;
  height: auto;
  margin: 0
}

.has-background>.wc-block-cart-link {
  padding: 4px
}

@keyframes wc-skeleton-shimmer {
  to {
    transform: translateX(100%)
  }
}

.wc-block-mini-cart__quantity-badge {
  align-items: center;
  display: flex;
  position: relative
}

.wc-block-mini-cart__quantity-badge:empty {
  display: none
}

.wc-block-mini-cart__badge {
  align-items: center;
  border-radius: 1em;
  box-sizing: border-box;
  display: flex;
  font-size: .875em;
  font-weight: 600;
  height: 1.4285714286em;
  justify-content: center;
  left: 100%;
  margin-left: -44%;
  min-width: 1.4285714286em;
  padding: 0 .25em;
  position: absolute;
  transform: translateY(-50%);
  white-space: nowrap;
  z-index: 1
}

.wc-block-mini-cart__badge[hidden] {
  display: none
}

:where(.wc-block-mini-cart__badge) {
  background-color: transparent;
  color: transparent
}

.wc-block-mini-cart__badge:empty {
  opacity: 0
}

.wc-block-mini-cart__icon {
  display: block;
  height: 2em;
  margin: -.25em;
  width: 2em
}

html[dir=rtl] .wc-block-mini-cart__icon {
  transform: scaleX(-1)
}

@keyframes wc-skeleton-shimmer {
  to {
    transform: translateX(100%)
  }
}

.woocommerce.wc-block-catalog-sorting form {
  float: none
}

.woocommerce.wc-block-catalog-sorting label.orderby-label {
  margin-right: .25rem
}

.woocommerce.wc-block-catalog-sorting select.orderby {
  font-size: inherit
}

.woocommerce.wc-block-catalog-sorting.has-text-color select.orderby {
  color: inherit
}

.woocommerce.wc-block-catalog-sorting .woocommerce-ordering {
  margin: auto
}

@keyframes wc-skeleton-shimmer {
  to {
    transform: translateX(100%)
  }
}

.woocommerce :where(div[data-block-name="woocommerce/legacy-template"]) div.product form.cart div.quantity {
  display: inline-block;
  vertical-align: middle
}

.woocommerce :where(div[data-block-name="woocommerce/legacy-template"]) div.product form.cart div.quantity .input-text {
  padding: .9rem 1.1rem
}

@keyframes wc-skeleton-shimmer {
  to {
    transform: translateX(100%)
  }
}

.coming-soon-newsletter-mailpoet-setting-panel-body {
  background-color: #f1f6fc;
  padding: 15px
}

.coming-soon-newsletter-mailpoet-setting-panel-body h3 {
  font-size: 13px;
  text-transform: none
}

.coming-soon-newsletter-mailpoet-setting-panel-body a.components-button.is-link {
  text-decoration: none
}

@keyframes wc-skeleton-shimmer {
  to {
    transform: translateX(100%)
  }
}

body:has(.woocommerce-coming-soon-store-only) .woocommerce-breadcrumb {
  display: none
}

@keyframes wc-skeleton-shimmer {
  to {
    transform: translateX(100%)
  }
}

.wp-site-blocks:has(>.wp-block-woocommerce-coming-soon) {
  --wp--style--root--padding-top: 0;
  --wp--style--root--padding-bottom: 0
}

.woocommerce-coming-soon-default {
  --cover--color-background: var(--woocommerce-coming-soon-color);
  --wp--preset--color--background: var(--woocommerce-coming-soon-color);
  --responsive--aligndefault-width: 1280px;
  font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen-Sans, Ubuntu, Cantarell, Helvetica Neue, sans-serif;
  min-width: 320px
}

.woocommerce-coming-soon-default h1.wp-block-heading.woocommerce-coming-soon-banner {
  text-wrap: balance
}

.woocommerce-coming-soon-default .wp-block-loginout a,
.woocommerce-coming-soon-image-gallery .wp-block-loginout a,
.woocommerce-coming-soon-minimal-left-image .wp-block-loginout a {
  text-decoration: none
}

.woocommerce-coming-soon-minimal-left-image {
  font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen-Sans, Ubuntu, Cantarell, Helvetica Neue, sans-serif
}

.woocommerce-coming-soon-minimal-left-image__content .wp-block-columns-is-layout-flex {
  justify-content: center
}

.woocommerce-coming-soon-modern-black {
  --wp--preset--color--contrast: #fff
}

.woocommerce-coming-soon-split-right-image {
  font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen-Sans, Ubuntu, Cantarell, Helvetica Neue, sans-serif
}

.woocommerce-coming-soon-split-right-image .woocommerce-split-right-image-content {
  width: 100%
}

.woocommerce-coming-soon-split-right-image .woocommerce-split-right-image-cover {
  align-items: start
}

.woocommerce-coming-soon-split-right-image .is-size-fit-content {
  width: fit-content
}

.block-editor-block-preview__content-iframe .wp-block-woocommerce-coming-soon {
  aspect-ratio: 1/1
}

@keyframes wc-skeleton-shimmer {
  to {
    transform: translateX(100%)
  }
}

.is-layout-constrained>.wp-block-woocommerce-customer-account.alignright {
  float: none;
  justify-content: flex-end
}

.is-layout-constrained>.wp-block-woocommerce-customer-account.alignleft {
  float: none;
  justify-content: flex-start
}

.is-layout-constrained>.wp-block-woocommerce-customer-account.aligncenter {
  float: none;
  justify-content: center
}

:where(.wp-block-woocommerce-customer-account) {
  --wc-customer-account-viewport-gutter: var(--wp--preset--spacing--20, 16px);
  --wc-customer-account-dropdown-padding-inline: var(--wp--preset--spacing--30, 16px);
  --wc-customer-account-dropdown-padding-block: var(--wp--preset--spacing--20, 8px);
  --wc-customer-account-dropdown-surface: var(--wp--preset--color--base, #fff);
  --wc-customer-account-dropdown-border-color: color-mix(in srgb, currentColor 20%, transparent);
  --wc-customer-account-dropdown-item-hover-bg: color-mix(in srgb, currentColor 10%, transparent)
}

:where(.wp-block-woocommerce-customer-account .wc-block-customer-account__link),
:where(.wp-block-woocommerce-customer-account.wc-block-customer-account--has-dropdown .wc-block-customer-account__toggle) {
  align-items: center;
  color: inherit;
  display: flex;
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  line-height: 1;
  padding: .5em;
  text-decoration: none;
  white-space: nowrap
}

:where(.wp-block-woocommerce-customer-account .wc-block-customer-account__link):hover,
:where(.wp-block-woocommerce-customer-account.wc-block-customer-account--has-dropdown .wc-block-customer-account__toggle):hover {
  text-decoration: underline
}

:where(.wp-block-woocommerce-customer-account .wc-block-customer-account__link) .wc-block-customer-account__account-icon,
:where(.wp-block-woocommerce-customer-account.wc-block-customer-account--has-dropdown .wc-block-customer-account__toggle) .wc-block-customer-account__account-icon {
  height: 1.5em;
  width: 1.5em
}

:where(.wp-block-woocommerce-customer-account) .wc-block-customer-account__caret {
  height: .375em;
  margin-left: .25em;
  transition: transform .2s ease;
  width: .625em
}

:where(.wp-block-woocommerce-customer-account).wc-block-customer-account--has-dropdown {
  position: relative
}

:where(.wp-block-woocommerce-customer-account).wc-block-customer-account--has-dropdown .wc-block-customer-account__toggle {
  background: none;
  border: none;
  cursor: pointer;
  font: inherit
}

:where(.wp-block-woocommerce-customer-account).wc-block-customer-account--has-dropdown.wc-block-customer-account--is-dropdown-open .wc-block-customer-account__caret {
  transform: rotate(180deg)
}

:where(.wp-block-woocommerce-customer-account).wc-block-customer-account--has-dropdown .wc-block-customer-account__dropdown {
  background: var(--wc-customer-account-dropdown-surface);
  border: 1px solid var(--wc-customer-account-dropdown-border-color);
  border-radius: 4px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, .12);
  left: 0;
  max-width: calc(100vw - var(--wc-customer-account-viewport-gutter)*2);
  min-width: 200px;
  position: absolute;
  top: 100%;
  z-index: 100
}

:where(.wp-block-woocommerce-customer-account).wc-block-customer-account--has-dropdown .wc-block-customer-account__dropdown[hidden] {
  display: none
}

:where(.wp-block-woocommerce-customer-account).wc-block-customer-account--has-dropdown.wc-block-customer-account--show-above .wc-block-customer-account__dropdown {
  bottom: 100%;
  top: auto
}

:where(.wp-block-woocommerce-customer-account).wc-block-customer-account--has-dropdown.wc-block-customer-account--align-right .wc-block-customer-account__dropdown {
  left: auto;
  right: 0
}

:where(.wp-block-woocommerce-customer-account).wc-block-customer-account--has-dropdown .wc-block-customer-account__dropdown-divider {
  background: var(--wc-customer-account-dropdown-border-color);
  height: 1px
}

:where(.wp-block-woocommerce-customer-account).wc-block-customer-account--has-dropdown .wc-block-customer-account__dropdown-item {
  color: inherit;
  display: block;
  font-size: var(--wp--preset--font-size--small);
  line-height: 1.5;
  padding: calc(var(--wc-customer-account-dropdown-padding-block)/2) var(--wc-customer-account-dropdown-padding-block);
  text-decoration: none;
  white-space: nowrap
}

:where(.wp-block-woocommerce-customer-account).wc-block-customer-account--has-dropdown .wc-block-customer-account__dropdown-item:focus,
:where(.wp-block-woocommerce-customer-account).wc-block-customer-account--has-dropdown .wc-block-customer-account__dropdown-item:hover {
  background: var(--wc-customer-account-dropdown-item-hover-bg);
  text-decoration: none
}

:where(.wp-block-woocommerce-customer-account).wc-block-customer-account--has-dropdown .wc-block-customer-account__dropdown-item:focus-visible {
  outline: 2px solid currentColor;
  outline-offset: -2px
}

.editor-styles-wrapper .is-layout-constrained>.wc-block-editor-customer-account.alignright {
  float: none;
  justify-content: flex-end
}

.editor-styles-wrapper .is-layout-constrained>.wc-block-editor-customer-account.alignleft {
  float: none;
  justify-content: flex-start
}

.editor-styles-wrapper .is-layout-constrained>.wc-block-editor-customer-account.aligncenter {
  float: none;
  justify-content: center
}

.wc-block-editor-customer-account {
  display: flex
}

.wc-block-editor-customer-account__icon-style-toggle {
  width: 100%
}

.block-editor-block-card+div>.wc-block-editor-customer-account__link {
  padding: 0 16px 16px 52px
}

@keyframes wc-skeleton-shimmer {
  to {
    transform: translateX(100%)
  }
}

.is-layout-constrained>.wp-block-woocommerce-customer-account.alignright {
  float: none;
  justify-content: flex-end
}

.is-layout-constrained>.wp-block-woocommerce-customer-account.alignleft {
  float: none;
  justify-content: flex-start
}

.is-layout-constrained>.wp-block-woocommerce-customer-account.aligncenter {
  float: none;
  justify-content: center
}

:where(.wp-block-woocommerce-customer-account) {
  --wc-customer-account-viewport-gutter: var(--wp--preset--spacing--20, 16px);
  --wc-customer-account-dropdown-padding-inline: var(--wp--preset--spacing--30, 16px);
  --wc-customer-account-dropdown-padding-block: var(--wp--preset--spacing--20, 8px);
  --wc-customer-account-dropdown-surface: var(--wp--preset--color--base, #fff);
  --wc-customer-account-dropdown-border-color: color-mix(in srgb, currentColor 20%, transparent);
  --wc-customer-account-dropdown-item-hover-bg: color-mix(in srgb, currentColor 10%, transparent)
}

:where(.wp-block-woocommerce-customer-account .wc-block-customer-account__link),
:where(.wp-block-woocommerce-customer-account.wc-block-customer-account--has-dropdown .wc-block-customer-account__toggle) {
  align-items: center;
  color: inherit;
  display: flex;
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  line-height: 1;
  padding: .5em;
  text-decoration: none;
  white-space: nowrap
}

:where(.wp-block-woocommerce-customer-account .wc-block-customer-account__link):hover,
:where(.wp-block-woocommerce-customer-account.wc-block-customer-account--has-dropdown .wc-block-customer-account__toggle):hover {
  text-decoration: underline
}

:where(.wp-block-woocommerce-customer-account .wc-block-customer-account__link) .wc-block-customer-account__account-icon,
:where(.wp-block-woocommerce-customer-account.wc-block-customer-account--has-dropdown .wc-block-customer-account__toggle) .wc-block-customer-account__account-icon {
  height: 1.5em;
  width: 1.5em
}

:where(.wp-block-woocommerce-customer-account) .wc-block-customer-account__caret {
  height: .375em;
  margin-left: .25em;
  transition: transform .2s ease;
  width: .625em
}

:where(.wp-block-woocommerce-customer-account).wc-block-customer-account--has-dropdown {
  position: relative
}

:where(.wp-block-woocommerce-customer-account).wc-block-customer-account--has-dropdown .wc-block-customer-account__toggle {
  background: none;
  border: none;
  cursor: pointer;
  font: inherit
}

:where(.wp-block-woocommerce-customer-account).wc-block-customer-account--has-dropdown.wc-block-customer-account--is-dropdown-open .wc-block-customer-account__caret {
  transform: rotate(180deg)
}

:where(.wp-block-woocommerce-customer-account).wc-block-customer-account--has-dropdown .wc-block-customer-account__dropdown {
  background: var(--wc-customer-account-dropdown-surface);
  border: 1px solid var(--wc-customer-account-dropdown-border-color);
  border-radius: 4px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, .12);
  left: 0;
  max-width: calc(100vw - var(--wc-customer-account-viewport-gutter)*2);
  min-width: 200px;
  position: absolute;
  top: 100%;
  z-index: 100
}

:where(.wp-block-woocommerce-customer-account).wc-block-customer-account--has-dropdown .wc-block-customer-account__dropdown[hidden] {
  display: none
}

:where(.wp-block-woocommerce-customer-account).wc-block-customer-account--has-dropdown.wc-block-customer-account--show-above .wc-block-customer-account__dropdown {
  bottom: 100%;
  top: auto
}

:where(.wp-block-woocommerce-customer-account).wc-block-customer-account--has-dropdown.wc-block-customer-account--align-right .wc-block-customer-account__dropdown {
  left: auto;
  right: 0
}

:where(.wp-block-woocommerce-customer-account).wc-block-customer-account--has-dropdown .wc-block-customer-account__dropdown-divider {
  background: var(--wc-customer-account-dropdown-border-color);
  height: 1px
}

:where(.wp-block-woocommerce-customer-account).wc-block-customer-account--has-dropdown .wc-block-customer-account__dropdown-item {
  color: inherit;
  display: block;
  font-size: var(--wp--preset--font-size--small);
  line-height: 1.5;
  padding: calc(var(--wc-customer-account-dropdown-padding-block)/2) var(--wc-customer-account-dropdown-padding-block);
  text-decoration: none;
  white-space: nowrap
}

:where(.wp-block-woocommerce-customer-account).wc-block-customer-account--has-dropdown .wc-block-customer-account__dropdown-item:focus,
:where(.wp-block-woocommerce-customer-account).wc-block-customer-account--has-dropdown .wc-block-customer-account__dropdown-item:hover {
  background: var(--wc-customer-account-dropdown-item-hover-bg);
  text-decoration: none
}

:where(.wp-block-woocommerce-customer-account).wc-block-customer-account--has-dropdown .wc-block-customer-account__dropdown-item:focus-visible {
  outline: 2px solid currentColor;
  outline-offset: -2px
}

@keyframes wc-skeleton-shimmer {
  to {
    transform: translateX(100%)
  }
}

.wp-block-woocommerce-featured-category {
  background-color: transparent;
  border-color: transparent;
  box-sizing: border-box;
  color: #fff
}

.color-block-support-panel .image-bg-color-warning {
  grid-column: span 2
}

.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 auto;
  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: .5;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1
}

.wc-block-featured-category.has-background-dim-10 .background-dim__overlay:before {
  opacity: .1
}

.wc-block-featured-category.has-background-dim-20 .background-dim__overlay:before {
  opacity: .2
}

.wc-block-featured-category.has-background-dim-30 .background-dim__overlay:before {
  opacity: .3
}

.wc-block-featured-category.has-background-dim-40 .background-dim__overlay:before {
  opacity: .4
}

.wc-block-featured-category.has-background-dim-50 .background-dim__overlay:before {
  opacity: .5
}

.wc-block-featured-category.has-background-dim-60 .background-dim__overlay:before {
  opacity: .6
}

.wc-block-featured-category.has-background-dim-70 .background-dim__overlay:before {
  opacity: .7
}

.wc-block-featured-category.has-background-dim-80 .background-dim__overlay:before {
  opacity: .8
}

.wc-block-featured-category.has-background-dim-90 .background-dim__overlay:before {
  opacity: .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__inner-blocks,
.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;
  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__inner-blocks .wp-block-post-title,
.wc-block-featured-category__inner-blocks .wp-block-post-title a,
.wc-block-featured-category__inner-blocks .wp-block-woocommerce-category-title,
.wc-block-featured-category__inner-blocks .wp-block-woocommerce-category-title a {
  color: inherit
}

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

.wc-block-featured-category .wc-blocks-featured-items__orange-info-icon {
  fill: var(--wp--preset--color--luminous-vivid-orange, #e26f56)
}

@keyframes wc-skeleton-shimmer {
  to {
    transform: translateX(100%)
  }
}

.wp-block-woocommerce-featured-product {
  border-color: transparent;
  box-sizing: border-box;
  color: #fff
}

.color-block-support-panel .image-bg-color-warning {
  grid-column: span 2
}

.wp-block-woocommerce-featured-product {
  background-color: transparent
}

.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 auto;
  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: .5;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1
}

.wc-block-featured-product.has-background-dim-10 .background-dim__overlay:before {
  opacity: .1
}

.wc-block-featured-product.has-background-dim-20 .background-dim__overlay:before {
  opacity: .2
}

.wc-block-featured-product.has-background-dim-30 .background-dim__overlay:before {
  opacity: .3
}

.wc-block-featured-product.has-background-dim-40 .background-dim__overlay:before {
  opacity: .4
}

.wc-block-featured-product.has-background-dim-50 .background-dim__overlay:before {
  opacity: .5
}

.wc-block-featured-product.has-background-dim-60 .background-dim__overlay:before {
  opacity: .6
}

.wc-block-featured-product.has-background-dim-70 .background-dim__overlay:before {
  opacity: .7
}

.wc-block-featured-product.has-background-dim-80 .background-dim__overlay:before {
  opacity: .8
}

.wc-block-featured-product.has-background-dim-90 .background-dim__overlay:before {
  opacity: .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__inner-blocks,
.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;
  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__inner-blocks .wp-block-post-title,
.wc-block-featured-product__inner-blocks .wp-block-post-title a,
.wc-block-featured-product__inner-blocks .wp-block-woocommerce-category-title,
.wc-block-featured-product__inner-blocks .wp-block-woocommerce-category-title a {
  color: inherit
}

.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-blocks-featured-items__orange-info-icon {
  fill: var(--wp--preset--color--luminous-vivid-orange, #e26f56)
}

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

@keyframes wc-skeleton-shimmer {
  to {
    transform: translateX(100%)
  }
}

.wc-block-mini-cart__quantity-badge {
  align-items: center;
  display: flex;
  position: relative
}

.wc-block-mini-cart__quantity-badge:empty {
  display: none
}

.wc-block-mini-cart__badge {
  align-items: center;
  border-radius: 1em;
  box-sizing: border-box;
  display: flex;
  font-size: .875em;
  font-weight: 600;
  height: 1.4285714286em;
  justify-content: center;
  left: 100%;
  margin-left: -44%;
  min-width: 1.4285714286em;
  padding: 0 .25em;
  position: absolute;
  transform: translateY(-50%);
  white-space: nowrap;
  z-index: 1
}

.wc-block-mini-cart__badge[hidden] {
  display: none
}

:where(.wc-block-mini-cart__badge) {
  background-color: transparent;
  color: transparent
}

.wc-block-mini-cart__badge:empty {
  opacity: 0
}

.wc-block-mini-cart__icon {
  display: block;
  height: 2em;
  margin: -.25em;
  width: 2em
}

html[dir=rtl] .wc-block-mini-cart__icon {
  transform: scaleX(-1)
}

@keyframes wc-skeleton-shimmer {
  to {
    transform: translateX(100%)
  }
}

.wc-block-mini-cart {
  display: inline-block
}

.wc-block-mini-cart__template-part,
.wp-block-woocommerce-mini-cart-contents {
  height: 100%
}

@media screen and (max-height:500px) {
  .wp-block-woocommerce-mini-cart-contents {
    height: auto
  }

  .wc-block-mini-cart__drawer {
    overflow-y: auto
  }

  .wc-block-mini-cart__footer {
    position: static
  }
}

.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;
  gap: .5em;
  line-height: 1;
  padding: .5em;
  white-space: nowrap
}

.wc-block-mini-cart__button:hover:not([disabled]) {
  cursor: pointer
}

.wc-block-mini-cart__button .wc-block-mini-cart__icon {
  height: 1.5em;
  margin: 0;
  width: 1.5em
}

.wc-block-mini-cart--preview .wc-block-mini-cart__amount {
  display: initial
}

.wc-block-mini-cart__tax-label {
  margin-right: .5em
}

@media screen and (min-width:768px) {
  .wc-block-mini-cart__amount {
    display: initial;
    font-size: inherit;
    font-weight: inherit
  }
}

.drawer-open .wc-block-mini-cart__button {
  pointer-events: none
}

.wc-block-mini-cart__drawer {
  font-size: 1rem
}

.wc-block-mini-cart__drawer .wp-block-woocommerce-mini-cart-contents {
  box-sizing: border-box;
  justify-content: center;
  padding: 0;
  position: relative
}

.wc-block-mini-cart__drawer .wp-block-woocommerce-mini-cart-contents .wc-block-components-notices {
  margin: 16px 48px -16px 16px;
  margin-bottom: unset
}

.wc-block-mini-cart__drawer .wp-block-woocommerce-mini-cart-contents .wc-block-components-notices .wc-block-components-notices__notice {
  margin-bottom: unset
}

.wc-block-mini-cart__drawer .wp-block-woocommerce-mini-cart-contents .wc-block-components-notices:empty {
  display: none
}

: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 {
  background: inherit;
  display: flex;
  flex-direction: column;
  height: 100%;
  max-height: fill-available
}

.wp-block-woocommerce-empty-mini-cart-contents-block[hidden],
.wp-block-woocommerce-filled-mini-cart-contents-block[hidden] {
  display: none
}

.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: 48px 16px 16px
}

h2.wc-block-mini-cart__title {
  align-items: baseline;
  background: inherit;
  display: flex;
  font-size: 2em;
  margin: 16px 16px -32px;
  mask-image: linear-gradient(#000 calc(100% - 24px), transparent);
  padding-bottom: 32px;
  z-index: 1
}

h2.wc-block-mini-cart__title span:first-child {
  margin-right: 8px
}

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

.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[hidden] {
  display: none
}

.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 color-mix(in srgb, currentColor 30%, transparent);
  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: var(--wp--preset--font-size--x-small, calc(var(--wp--preset--font-size--small, 14px)*.875));
  font-weight: 400;
  line-height: 1.4
}

@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,
.wc-block-mini-cart__footer .wc-block-mini-cart__footer-actions>.block-editor-inner-blocks>.block-editor-block-list__layout {
  display: flex;
  gap: 16px
}

.wc-block-mini-cart__footer .wc-block-mini-cart__footer-actions .wc-block-components-button,
.wc-block-mini-cart__footer .wc-block-mini-cart__footer-actions .wp-block-button,
.wc-block-mini-cart__footer .wc-block-mini-cart__footer-actions .wp-block-woocommerce-mini-cart-cart-button-block,
.wc-block-mini-cart__footer .wc-block-mini-cart__footer-actions .wp-block-woocommerce-mini-cart-checkout-button-block,
.wc-block-mini-cart__footer .wc-block-mini-cart__footer-actions>.block-editor-inner-blocks>.block-editor-block-list__layout .wc-block-components-button,
.wc-block-mini-cart__footer .wc-block-mini-cart__footer-actions>.block-editor-inner-blocks>.block-editor-block-list__layout .wp-block-button,
.wc-block-mini-cart__footer .wc-block-mini-cart__footer-actions>.block-editor-inner-blocks>.block-editor-block-list__layout .wp-block-woocommerce-mini-cart-cart-button-block,
.wc-block-mini-cart__footer .wc-block-mini-cart__footer-actions>.block-editor-inner-blocks>.block-editor-block-list__layout .wp-block-woocommerce-mini-cart-checkout-button-block {
  display: inline-flex;
  flex-grow: 1
}

@media only screen and (min-width:480px) {

  .wc-block-mini-cart__footer .wc-block-mini-cart__footer-actions .wp-block-woocommerce-mini-cart-cart-button-block,
  .wc-block-mini-cart__footer .wc-block-mini-cart__footer-actions>.block-editor-inner-blocks>.block-editor-block-list__layout .wp-block-woocommerce-mini-cart-cart-button-block {
    display: inline-flex
  }
}

@media only screen and (max-width:480px) {

  .wc-block-mini-cart__footer .wc-block-mini-cart__footer-actions,
  .wc-block-mini-cart__footer .wc-block-mini-cart__footer-actions>.block-editor-inner-blocks>.block-editor-block-list__layout {
    flex-direction: column
  }
}

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

@keyframes wc-skeleton-shimmer {
  to {
    transform: translateX(100%)
  }
}

.wc-block-components-button:not(.is-link) {
  align-items: center;
  display: inline-flex;
  height: auto;
  justify-content: center;
  position: relative;
  text-align: center;
  transition: box-shadow .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 {
  text-wrap: balance;
  text-wrap: pretty;
  display: block
}

.wc-block-components-button:not(.is-link) .wc-block-components-button__text>svg {
  fill: currentColor
}

.wc-block-components-button:not(.is-link).text {
  color: #1e1e1e
}

.wc-block-components-button:not(.is-link).text:hover {
  opacity: .9
}

.wc-block-components-button:not(.is-link):disabled .wc-block-components-button__text {
  opacity: .5
}

.wc-block-components-button:not(.is-link).is-style-outline,
.wc-block-components-button:not(.is-link).outlined {
  background: transparent;
  color: currentColor
}

.wc-block-components-button:not(.is-link).is-style-outline:not(:focus),
.wc-block-components-button:not(.is-link).outlined:not(:focus) {
  box-shadow: inset 0 0 0 1px currentColor
}

.wc-block-components-button:not(.is-link).is-style-outline:active,
.wc-block-components-button:not(.is-link).is-style-outline:disabled,
.wc-block-components-button:not(.is-link).is-style-outline:focus,
.wc-block-components-button:not(.is-link).is-style-outline:hover,
.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).is-style-outline:hover,
.wc-block-components-button:not(.is-link).outlined:hover {
  background-color: #1e1e1e;
  color: #fff;
  opacity: 1
}

body:not(.woocommerce-block-theme-has-button-styles) .wc-block-components-button:not(.is-link) {
  min-height: 3em
}

body:not(.woocommerce-block-theme-has-button-styles) .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
}

body:not(.woocommerce-block-theme-has-button-styles) .wc-block-components-button:not(.is-link).text {
  color: #1e1e1e
}

body:not(.woocommerce-block-theme-has-button-styles) .wc-block-components-button:not(.is-link).text:hover {
  opacity: .9
}

@keyframes wc-skeleton-shimmer {
  to {
    transform: translateX(100%)
  }
}

@keyframes fadein {
  0% {
    opacity: 0
  }

  to {
    opacity: 1
  }
}

@keyframes slidein {
  0% {
    transform: translateX(0)
  }

  to {
    transform: translateX(max(-100%, var(--neg-drawer-width)))
  }
}

@keyframes rtlslidein {
  0% {
    transform: translateX(0)
  }

  to {
    transform: translateX(min(100%, var(--drawer-width)))
  }
}

.wc-block-components-drawer__screen-overlay {
  background-color: rgba(95, 95, 95, .35);
  bottom: 0;
  left: 0;
  opacity: 1;
  position: fixed;
  right: 0;
  top: 0;
  transition: opacity .3s;
  z-index: 9999
}

.wc-block-components-drawer__screen-overlay--with-slide-out {
  transition: opacity .3s
}

.wc-block-components-drawer__screen-overlay--with-slide-in {
  animation-duration: .3s;
  animation-name: fadein
}

.wc-block-components-drawer__screen-overlay--is-hidden {
  opacity: 0;
  pointer-events: none
}

.wc-block-components-drawer {
  background: #fff;
  border-left: 1px solid color-mix(in srgb, currentColor 30%, transparent);
  display: block;
  height: 100%;
  left: 100%;
  max-width: 100%;
  position: fixed;
  right: 0;
  top: 0;
  transform: translateX(max(-100%, var(--neg-drawer-width)));
  width: var(--drawer-width)
}

.rtl .wc-block-components-drawer {
  transform: translateX(min(100%, var(--drawer-width)))
}

.wc-block-components-drawer__screen-overlay--with-slide-out .wc-block-components-drawer {
  transition: transform .3s
}

.wc-block-components-drawer__screen-overlay--with-slide-in .wc-block-components-drawer {
  animation-duration: .3s;
  animation-name: slidein
}

.rtl .wc-block-components-drawer__screen-overlay--with-slide-in .wc-block-components-drawer {
  animation-name: rtlslidein
}

.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 {
    animation-name: none !important;
    transition: none !important
  }
}

.wc-block-components-button.wc-block-components-drawer__close {
  background: transparent !important;
  border: 0;
  border-radius: 0;
  color: inherit !important;
  margin: -1em;
  opacity: .6;
  padding: 0;
  padding: 1em !important;
  position: absolute !important;
  right: 12px;
  top: 12px;
  vertical-align: baseline;
  z-index: 2
}

.wc-block-components-button.wc-block-components-drawer__close:active,
.wc-block-components-button.wc-block-components-drawer__close:focus,
.wc-block-components-button.wc-block-components-drawer__close:hover {
  opacity: 1
}

.wc-block-components-button.wc-block-components-drawer__close:focus:not(:focus-visible) {
  box-shadow: none;
  outline: none
}

.wc-block-components-button.wc-block-components-drawer__close svg {
  fill: currentColor;
  display: block
}

.wc-block-components-drawer__content {
  height: 100dvh;
  position: relative
}

.admin-bar .wc-block-components-drawer__content {
  height: calc(100dvh - var(--wp-admin--admin-bar--height, 0px));
  margin-top: var(--wp-admin--admin-bar--height, 0)
}

@keyframes wc-skeleton-shimmer {
  to {
    transform: translateX(100%)
  }
}

.wc-block-next-previous-buttons {
  padding: 2px
}

.wc-block-next-previous-buttons__button {
  pointer-events: none
}

@keyframes wc-skeleton-shimmer {
  to {
    transform: translateX(100%)
  }
}

:where(.wc-block-next-previous-buttons)[hidden] {
  display: none !important
}

:where(.wc-block-next-previous-buttons__icon) {
  color: inherit
}

:where(.wc-block-next-previous-buttons__icon--left) {
  padding: 2px 2px 0 0
}

:where(.wc-block-next-previous-buttons__icon--right) {
  padding: 2px 0 0 2px
}

:where(.rtl) :where(.wc-block-next-previous-buttons__icon--left) {
  padding: 2px 0 0 2px
}

:where(.rtl) :where(.wc-block-next-previous-buttons__icon--right) {
  padding: 2px 2px 0 0
}

:where(.wc-block-next-previous-buttons__button) {
  background: #fff;
  border: none;
  cursor: pointer;
  font-size: 12px;
  height: 40px;
  outline-offset: -2px;
  padding: 0;
  pointer-events: all;
  width: 40px;
  z-index: 22
}

:where(.wc-block-next-previous-buttons__button[aria-disabled=true]) {
  cursor: not-allowed
}

:where(.wc-block-next-previous-buttons__button[aria-disabled=true]) :where(.wc-block-next-previous-buttons__icon) {
  opacity: 30%
}

@keyframes wc-skeleton-shimmer {
  to {
    transform: translateX(100%)
  }
}

.wc-block-components-notice-banner {
  align-content: flex-start;
  align-items: stretch;
  background-color: #fff;
  border: 1px solid #2f2f2f;
  border-radius: 4px;
  box-sizing: border-box;
  color: #2f2f2f;
  display: flex;
  font-size: .875em;
  font-weight: 400;
  gap: 12px;
  line-height: 1.5;
  margin: 16px 0;
  padding: 16px !important
}

.wc-block-components-notice-banner>.wc-block-components-notice-banner__content {
  align-self: center;
  flex-basis: 100%;
  padding-right: 16px;
  white-space: normal
}

.wc-block-components-notice-banner>.wc-block-components-notice-banner__content:last-child {
  padding-right: 0
}

.wc-block-components-notice-banner>.wc-block-components-notice-banner__content .wc-block-components-notice-banner__summary {
  font-weight: 600;
  margin: 0 0 8px
}

.wc-block-components-notice-banner>.wc-block-components-notice-banner__content ol,
.wc-block-components-notice-banner>.wc-block-components-notice-banner__content ul {
  margin: 0 0 0 24px;
  padding: 0
}

.wc-block-components-notice-banner>.wc-block-components-notice-banner__content ol li:after,
.wc-block-components-notice-banner>.wc-block-components-notice-banner__content ul li:after {
  clear: both;
  content: "";
  display: block
}

.wc-block-components-notice-banner>.wc-block-components-notice-banner__content .wc-forward {
  appearance: none;
  background: transparent !important;
  border: 0;
  color: #2f2f2f !important;
  float: right;
  margin: 0;
  opacity: .7;
  padding: 0 !important;
  text-decoration-line: underline;
  text-underline-position: under;
  transition: all .2s ease-in-out
}

.wc-block-components-notice-banner>.wc-block-components-notice-banner__content .wc-forward:active,
.wc-block-components-notice-banner>.wc-block-components-notice-banner__content .wc-forward:focus,
.wc-block-components-notice-banner>.wc-block-components-notice-banner__content .wc-forward:hover {
  opacity: 1;
  text-decoration: none
}

.wc-block-components-notice-banner>svg {
  fill: #fff;
  background-color: #2f2f2f;
  border-radius: 50%;
  flex-grow: 0;
  flex-shrink: 0;
  height: 100%;
  padding: 2px
}

.wc-block-components-notice-banner>.wc-block-components-button {
  background: transparent none !important;
  border: 0 !important;
  box-shadow: none !important;
  color: #2f2f2f !important;
  flex: 0 0 16px;
  height: 16px !important;
  margin: 6px 0 0 auto !important;
  min-height: auto !important;
  min-width: 0 !important;
  opacity: .6;
  outline: none !important;
  padding: 0 !important;
  width: 16px !important
}

.wc-block-components-notice-banner>.wc-block-components-button>svg {
  margin: 0 !important
}

.wc-block-components-notice-banner>.wc-block-components-button:active,
.wc-block-components-notice-banner>.wc-block-components-button:focus,
.wc-block-components-notice-banner>.wc-block-components-button:hover {
  opacity: 1
}

.wc-block-components-notice-banner>.wc-block-components-button:focus {
  outline: 2px solid currentColor !important;
  outline-offset: 0
}

.wc-block-components-notice-banner.is-error {
  background-color: #fff0f0;
  border-color: #cc1818
}

.wc-block-components-notice-banner.is-error>svg {
  background-color: #cc1818;
  transform: rotate(180deg)
}

.wc-block-components-notice-banner.is-warning {
  background-color: #fffbf4;
  border-color: #f0b849
}

.wc-block-components-notice-banner.is-warning>svg {
  background-color: #f0b849;
  transform: rotate(180deg)
}

.wc-block-components-notice-banner.is-success {
  background-color: #f4fff7;
  border-color: #4ab866
}

.wc-block-components-notice-banner.is-success>svg {
  background-color: #4ab866
}

.wc-block-components-notice-banner.is-info {
  background-color: #f4f8ff;
  border-color: #007cba
}

.wc-block-components-notice-banner.is-info>svg {
  background-color: #007cba
}

.wc-block-components-notice-banner:focus {
  outline-width: 0
}

.wc-block-components-notice-banner:focus-visible {
  outline-style: solid;
  outline-width: 2px
}

.woocommerce.wc-block-store-notices.alignwide {
  max-width: var(--wp--style--global--wide-size)
}

@keyframes wc-skeleton-shimmer {
  to {
    transform: translateX(100%)
  }
}

.wc-block-components-button:not(.is-link) {
  align-items: center;
  display: inline-flex;
  height: auto;
  justify-content: center;
  position: relative;
  text-align: center;
  transition: box-shadow .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 {
  text-wrap: balance;
  text-wrap: pretty;
  display: block
}

.wc-block-components-button:not(.is-link) .wc-block-components-button__text>svg {
  fill: currentColor
}

.wc-block-components-button:not(.is-link).text {
  color: #1e1e1e
}

.wc-block-components-button:not(.is-link).text:hover {
  opacity: .9
}

.wc-block-components-button:not(.is-link):disabled .wc-block-components-button__text {
  opacity: .5
}

.wc-block-components-button:not(.is-link).is-style-outline,
.wc-block-components-button:not(.is-link).outlined {
  background: transparent;
  color: currentColor
}

.wc-block-components-button:not(.is-link).is-style-outline:not(:focus),
.wc-block-components-button:not(.is-link).outlined:not(:focus) {
  box-shadow: inset 0 0 0 1px currentColor
}

.wc-block-components-button:not(.is-link).is-style-outline:active,
.wc-block-components-button:not(.is-link).is-style-outline:disabled,
.wc-block-components-button:not(.is-link).is-style-outline:focus,
.wc-block-components-button:not(.is-link).is-style-outline:hover,
.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).is-style-outline:hover,
.wc-block-components-button:not(.is-link).outlined:hover {
  background-color: #1e1e1e;
  color: #fff;
  opacity: 1
}

body:not(.woocommerce-block-theme-has-button-styles) .wc-block-components-button:not(.is-link) {
  min-height: 3em
}

body:not(.woocommerce-block-theme-has-button-styles) .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
}

body:not(.woocommerce-block-theme-has-button-styles) .wc-block-components-button:not(.is-link).text {
  color: #1e1e1e
}

body:not(.woocommerce-block-theme-has-button-styles) .wc-block-components-button:not(.is-link).text:hover {
  opacity: .9
}

@keyframes wc-skeleton-shimmer {
  to {
    transform: translateX(100%)
  }
}

.wc-block-store-notices:has(>.woocommerce-notices-wrapper:only-child:empty) {
  margin-block-end: 0;
  margin-block-start: 0
}

@keyframes wc-skeleton-shimmer {
  to {
    transform: translateX(100%)
  }
}

.wc-block-payment-method-icons {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 8px
}

.wc-block-payment-method-icons .wc-block-payment-method-icons__item {
  align-items: center;
  display: flex;
  height: 24px;
  justify-content: center
}

.wc-block-payment-method-icons .wc-block-payment-method-icons__icon {
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  display: inline-block;
  height: 24px;
  overflow: hidden;
  text-indent: -9999px;
  white-space: nowrap;
  width: 38px
}

@keyframes wc-skeleton-shimmer {
  to {
    transform: translateX(100%)
  }
}

.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: .25rem;
  box-shadow: none;
  color: currentColor !important;
  display: block;
  line-height: 1;
  max-width: 100% !important;
  opacity: .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 {
  animation: loading__animation 1.5s ease-in-out infinite;
  background-image: linear-gradient(90deg, currentColor, hsla(0, 0%, 96%, .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 {
    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 {
  animation: none
}

.wc-block-components-price-slider__range-input-wrapper {
  appearance: none;
  background: transparent;
  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: .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: .25rem;
  border-radius: 0;
  box-shadow: none;
  color: currentColor !important;
  display: block;
  height: .5625em;
  line-height: 1;
  max-width: 100% !important;
  opacity: .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 {
  animation: loading__animation 1.5s ease-in-out infinite;
  background-image: linear-gradient(90deg, currentColor, hsla(0, 0%, 96%, .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 {
    animation: none
  }
}

.wc-block-components-price-slider__range-input-progress {
  --track-background: linear-gradient(to right, 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: .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: .25rem;
  border-radius: 0 !important;
  box-shadow: none;
  color: currentColor !important;
  display: block;
  line-height: 1;
  max-width: 100% !important;
  opacity: .15;
  outline: 0 !important;
  overflow: hidden !important;
  pointer-events: none;
  position: relative !important;
  width: 100%;
  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 {
  animation: loading__animation 1.5s ease-in-out infinite;
  background-image: linear-gradient(90deg, currentColor, hsla(0, 0%, 96%, .302), currentColor);
  background-repeat: no-repeat;
  content: " ";
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  transform: translateX(-100%)
}

@keyframes loading__animation {
  to {
    transform: translateX(100%)
  }
}

@media screen and (prefers-reduced-motion:reduce) {
  .wc-block-components-price-slider__controls .wc-block-components-price-slider__amount.is-loading {
    animation: none
  }
}

.wc-block-components-price-slider--is-input-inline .wc-block-components-price-slider__controls {
  align-items: start
}

.wc-block-components-price-slider__control {
  align-items: start;
  display: grid;
  gap: 4px
}

.wc-block-components-price-slider__label {
  font-size: .875em;
  order: 1
}

.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: .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: .875em;
  margin-left: 0;
  margin-top: 0
}

.wc-block-components-price-slider__range-input {
  appearance: none;
  background: transparent;
  border: 0 !important;
  display: block;
  height: 0;
  left: 0;
  margin: 0;
  outline: none;
  outline: none !important;
  padding: 0 !important;
  pointer-events: none;
  position: absolute;
  top: 0;
  width: 100%
}

.wc-block-components-price-slider__range-input::-webkit-slider-runnable-track {
  appearance: none;
  cursor: default;
  height: 1px;
  outline: 0
}

.wc-block-components-price-slider__range-input::-webkit-slider-thumb {
  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 .2s ease-in-out;
  transition: transform .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 {
  appearance: none;
  background: transparent;
  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 {
  appearance: none;
  cursor: default;
  height: 1px;
  outline: 0
}

.wc-block-components-price-slider__range-input::-moz-range-progress {
  appearance: none;
  background: transparent;
  border: 0 !important;
  margin: 0;
  outline: none;
  padding: 0 !important
}

.wc-block-components-price-slider__range-input::-moz-range-thumb {
  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 .2s ease-in-out;
  transition: transform .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 {
  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 .2s ease-in-out;
  transition: transform .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(to left, transparent var(--low), var(--range-color) 0, var(--range-color) var(--high), transparent 0) no-repeat 0 100% /100% 100%;
  background: var(--track-background)
}

.theme-twentytwentyone .wc-block-components-price-slider__range-input-wrapper {
  background: transparent;
  border: 3px solid;
  box-sizing: border-box
}

.theme-twentytwentyone .wc-block-price-filter__range-input {
  background: transparent;
  height: 0;
  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 {
  background: #fff;
  height: 12px;
  margin-top: -6px;
  width: 12px
}

.theme-twentytwentyone .wc-block-price-filter__range-input.wc-block-components-price-slider__range-input--max::-moz-range-thumb {
  background: #fff;
  box-sizing: content-box;
  height: 12px;
  transform: translate(2px, 2px);
  width: 12px
}

.theme-twentytwentyone .wc-block-price-filter__range-input.wc-block-components-price-slider__range-input--min::-moz-range-thumb {
  background: #fff;
  box-sizing: content-box;
  height: 12px;
  transform: translate(-2px, 2px);
  width: 12px
}

.theme-twentytwentyone .wc-block-price-filter__range-input::-ms-track {
  border-color: transparent !important
}

.theme-twentytwentyfive .wc-block-components-price-slider--is-input-inline .wc-block-components-price-slider__range-input-wrapper {
  margin: 17px 0 15px
}

@keyframes wc-skeleton-shimmer {
  to {
    transform: translateX(100%)
  }
}

.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: .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: .15;
  outline: 0 !important;
  overflow: hidden !important;
  pointer-events: none;
  position: relative !important;
  width: 100%;
  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 {
  animation: loading__animation 1.5s ease-in-out infinite;
  background-image: linear-gradient(90deg, currentColor, hsla(0, 0%, 96%, .302), currentColor);
  background-repeat: no-repeat;
  content: " ";
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  transform: translateX(-100%)
}

@keyframes loading__animation {
  to {
    transform: translateX(100%)
  }
}

@media screen and (prefers-reduced-motion:reduce) {
  .wc-block-components-filter-submit-button.is-loading {
    animation: none
  }
}

@keyframes wc-skeleton-shimmer {
  to {
    transform: translateX(100%)
  }
}

.wc-block-components-filter-reset-button {
  background: transparent;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  color: inherit;
  cursor: pointer;
  display: inline;
  font-family: inherit;
  font-size: inherit;
  font-size: .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: transparent
}

.wc-block-components-filter-reset-button:hover {
  color: inherit;
  cursor: pointer;
  text-decoration: none
}

.wc-block-components-filter-reset-button[disabled] {
  cursor: not-allowed
}

@keyframes wc-skeleton-shimmer {
  to {
    transform: translateX(100%)
  }
}

.wc-block-filter-title-placeholder {
  background-color: currentColor !important;
  border: 0 !important;
  border-radius: .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: max-content !important;
  min-width: 80px;
  opacity: .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 {
  animation: loading__animation 1.5s ease-in-out infinite;
  background-image: linear-gradient(90deg, currentColor, hsla(0, 0%, 96%, .302), currentColor);
  background-repeat: no-repeat;
  content: " ";
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  transform: translateX(-100%)
}

@keyframes loading__animation {
  to {
    transform: translateX(100%)
  }
}

@media screen and (prefers-reduced-motion:reduce) {
  .wc-block-filter-title-placeholder {
    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
}

@keyframes wc-skeleton-shimmer {
  to {
    transform: translateX(100%)
  }
}

.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: .25rem;
  border-radius: 0;
  box-shadow: none;
  color: currentColor !important;
  display: block;
  height: 2em;
  line-height: 1;
  max-width: 100% !important;
  opacity: .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 {
  animation: loading__animation 1.5s ease-in-out infinite;
  background-image: linear-gradient(90deg, currentColor, hsla(0, 0%, 96%, .302), currentColor);
  background-repeat: no-repeat;
  content: " ";
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  transform: translateX(-100%)
}

@keyframes loading__animation {
  to {
    transform: translateX(100%)
  }
}

@media screen and (prefers-reduced-motion:reduce) {
  .wc-block-price-filter__controls .input-loading {
    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: .875em;
  padding: .5em 1em
}

@keyframes wc-skeleton-shimmer {
  to {
    transform: translateX(100%)
  }
}

.wc-block-components-error {
  align-items: center;
  color: #757575;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin: 48px 0;
  padding: 48px 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: 48px 0 0
}

@keyframes wc-skeleton-shimmer {
  to {
    transform: translateX(100%)
  }
}

.wp-block-button.wc-block-components-product-button {
  align-items: center;
  display: flex;
  flex-direction: column;
  gap: 12px;
  justify-content: center;
  white-space: normal
}

.wp-block-button.wc-block-components-product-button.is-style-outline .wp-block-button__link {
  border: 2px solid
}

.wp-block-button.wc-block-components-product-button.is-style-outline .wp-block-button__link:not(.has-text-color) {
  color: currentColor
}

.wp-block-button.wc-block-components-product-button.is-style-outline .wp-block-button__link:not(.has-background) {
  background-color: transparent;
  background-image: none
}

.wp-block-button.wc-block-components-product-button.has-custom-width .wp-block-button__link {
  box-sizing: border-box
}

.wp-block-button.wc-block-components-product-button.wp-block-button__width-25 .wp-block-button__link {
  width: 25%
}

.wp-block-button.wc-block-components-product-button.wp-block-button__width-50 .wp-block-button__link {
  width: 50%
}

.wp-block-button.wc-block-components-product-button.wp-block-button__width-75 .wp-block-button__link {
  width: 75%
}

.wp-block-button.wc-block-components-product-button.wp-block-button__width-100 .wp-block-button__link {
  width: 100%
}

.wp-block-button.wc-block-components-product-button .wp-block-button__link {
  display: inline-flex;
  justify-content: center;
  text-align: center;
  white-space: normal;
  width: auto
}

.wp-block-button.wc-block-components-product-button a[hidden],
.wp-block-button.wc-block-components-product-button button[hidden] {
  display: none
}

@keyframes slideOut {
  0% {
    transform: translateY(0)
  }

  to {
    transform: translateY(-100%)
  }
}

@keyframes slideIn {
  0% {
    opacity: 0;
    transform: translateY(90%)
  }

  to {
    opacity: 1;
    transform: translate(0)
  }
}

.wp-block-button.wc-block-components-product-button.align-left {
  align-items: flex-start
}

.wp-block-button.wc-block-components-product-button.align-right {
  align-items: flex-end
}

.wp-block-button.wc-block-components-product-button .wc-block-components-product-button__button {
  align-items: center;
  border-style: none;
  display: inline-flex;
  justify-content: center;
  line-height: inherit;
  overflow: hidden;
  white-space: normal;
  word-break: normal
}

.wp-block-button.wc-block-components-product-button .wc-block-components-product-button__button span.wc-block-slide-out {
  animation: slideOut .1s linear 1 normal forwards
}

.wp-block-button.wc-block-components-product-button .wc-block-components-product-button__button span.wc-block-slide-in {
  animation: slideIn .1s linear 1 normal
}

.wp-block-button.wc-block-components-product-button .wc-block-components-product-button__button--placeholder {
  background-color: currentColor !important;
  border: 0 !important;
  border-radius: .25rem;
  box-shadow: none;
  color: currentColor !important;
  display: block;
  line-height: 1;
  max-width: 100% !important;
  min-height: 3em;
  min-width: 8em;
  opacity: .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 {
  animation: loading__animation 1.5s ease-in-out infinite;
  background-image: linear-gradient(90deg, currentColor, hsla(0, 0%, 96%, .302), currentColor);
  background-repeat: no-repeat;
  content: " ";
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  transform: translateX(-100%)
}

@keyframes loading__animation {
  to {
    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 {
    animation: none
  }
}

.wc-block-all-products .wp-block-button.wc-block-components-product-button {
  margin-bottom: 12px
}

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

@keyframes wc-skeleton-shimmer {
  to {
    transform: translateX(100%)
  }
}

.wc-block-product-categories {
  margin-bottom: 1em
}

.wc-block-product-categories.is-dropdown {
  display: flex
}

.wc-block-product-categories select {
  margin-right: .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 .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: .2;
  width: 50%
}

.wc-block-product-categories__button {
  align-items: center;
  display: flex;
  margin: 0;
  overflow: hidden;
  padding: 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: .3
}

.wc-block-product-categories__button:disabled:focus,
.wc-block-product-categories__button[aria-disabled=true]:focus {
  box-shadow: none
}

@keyframes wc-skeleton-shimmer {
  to {
    transform: translateX(100%)
  }
}

.wc-block-editor-product-collection-inspector-toolspanel__filters .wc-block-editor-product-collection-inspector__taxonomy-control:not(:last-child) {
  margin-bottom: 24px
}

.wc-block-editor-product-collection__display-settings .components-popover__content {
  min-width: 230px
}

.wc-blocks-product-collection__placeholder .components-placeholder__fieldset {
  display: block
}

.wc-blocks-product-collection__placeholder.is-medium .components-button,
.wc-blocks-product-collection__placeholder.is-small .components-button {
  width: auto
}

.wc-blocks-product-collection__placeholder .components-button.wc-blocks-product-collection__collection-button {
  margin: 0
}

.wc-blocks-product-collection__modal .components-placeholder__instructions,
.wc-blocks-product-collection__placeholder .components-placeholder__instructions {
  margin: 12px 0;
  text-align: center;
  width: 100%
}

.wc-blocks-product-collection__modal .wc-blocks-product-collection__collections-grid .wc-blocks-product-collection__collections-create,
.wc-blocks-product-collection__placeholder .wc-blocks-product-collection__collections-grid .wc-blocks-product-collection__collections-create {
  width: 100%
}

.wc-blocks-product-collection__modal .wc-blocks-product-collection__collections-dropdown,
.wc-blocks-product-collection__placeholder .wc-blocks-product-collection__collections-dropdown {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  width: 100%
}

.wc-blocks-product-collection__modal .wc-blocks-product-collection__selection-subtitle,
.wc-blocks-product-collection__placeholder .wc-blocks-product-collection__selection-subtitle {
  margin-bottom: 24px
}

.wc-blocks-product-collection__modal .wc-blocks-product-collection__collections-section,
.wc-blocks-product-collection__placeholder .wc-blocks-product-collection__collections-section {
  display: grid;
  grid-auto-rows: 1fr;
  grid-template-columns: repeat(auto-fit, minmax(max(80px, 16.66667%), 1fr));
  margin: 12px auto;
  max-width: 1000px;
  width: 100%
}

.wc-blocks-product-collection__modal .wc-blocks-product-collection__collection-button,
.wc-blocks-product-collection__placeholder .wc-blocks-product-collection__collection-button {
  align-items: center;
  box-shadow: none;
  display: flex;
  flex-wrap: wrap;
  height: auto;
  justify-items: center;
  margin: 0;
  padding: 12px
}

.wc-blocks-product-collection__modal .wc-blocks-product-collection__collection-button:hover,
.wc-blocks-product-collection__placeholder .wc-blocks-product-collection__collection-button:hover {
  background-color: rgba(var(--wp-admin-theme-color--rgb), .04);
  color: var(--wp-admin-theme-color)
}

.wc-blocks-product-collection__modal .wc-blocks-product-collection__collection-button:hover:not(:focus),
.wc-blocks-product-collection__placeholder .wc-blocks-product-collection__collection-button:hover:not(:focus) {
  box-shadow: none
}

.wc-blocks-product-collection__modal .wc-blocks-product-collection__collection-button:focus,
.wc-blocks-product-collection__placeholder .wc-blocks-product-collection__collection-button:focus {
  background-color: rgba(var(--wp-admin-theme-color--rgb), .08);
  color: var(--wp-admin-theme-color)
}

.wc-blocks-product-collection__modal .wc-blocks-product-collection__collection-button-icon,
.wc-blocks-product-collection__placeholder .wc-blocks-product-collection__collection-button-icon {
  width: 100%
}

.wc-blocks-product-collection__modal .wc-blocks-product-collection__collection-button-title,
.wc-blocks-product-collection__placeholder .wc-blocks-product-collection__collection-button-title {
  text-wrap: balance;
  font-size: .875em;
  margin: 0;
  text-align: center;
  width: 100%
}

.wc-blocks-product-collection__modal .wc-blocks-product-collection__collections-create,
.wc-blocks-product-collection__placeholder .wc-blocks-product-collection__collections-create {
  padding: 0 4px;
  text-align: center
}

.wc-blocks-product-collection__modal .wc-blocks-product-collection__collections-create button,
.wc-blocks-product-collection__placeholder .wc-blocks-product-collection__collections-create button {
  color: var(--wp-admin-theme-color);
  margin-left: 4px;
  padding: 0
}

.wc-blocks-product-collection__modal .wc-blocks-product-collection__collections-create button:hover,
.wc-blocks-product-collection__placeholder .wc-blocks-product-collection__collections-create button:hover {
  color: var(--wp-admin-theme-color-darker-20)
}

.wc-blocks-product-collection__modal .wc-blocks-product-collection__footer,
.wc-blocks-product-collection__placeholder .wc-blocks-product-collection__footer {
  margin: 12px 0;
  text-align: end
}

.wc-blocks-product-collection__collections-dropdown-content .components-popover__content {
  display: flex;
  flex: flex-grow;
  flex-direction: column;
  width: 20em
}

.wc-block-product-price-range-control input {
  text-align: end
}

.editor-styles-wrapper .wp-block-woocommerce-product-collection .wp-block-post-title a:where(:not(.wp-element-button)) {
  pointer-events: none
}

.wp-block-woocommerce-product-collection .wc-block-next-previous-buttons {
  pointer-events: none
}

.wp-block-woocommerce-product-collection .wc-block-next-previous-buttons .wc-block-next-previous-buttons__button {
  pointer-events: auto
}

.wc-block-product-collection__preview-button {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  cursor: default;
  font-family: var(--wp--preset--font-family--system-sans-serif);
  position: absolute;
  right: 0;
  top: 0;
  transform: translateY(-100%)
}

.wc-block-product-collection__preview-button.is-primary:focus:not(:disabled) {
  box-shadow: none;
  outline: none
}

.wc-block-product-collection__preview-button:active.is-primary:not(:disabled),
.wc-block-product-collection__preview-button:hover.is-primary:not(:disabled) {
  background: var(--wp-components-color-accent, var(--wp-admin-theme-color, #3858e9));
  color: var(--wp-components-color-accent-inverted, #fff)
}

.wc-block-editor-product-collection__product-picker .wc-block-editor-product-collection__info-icon {
  fill: var(--wp--preset--color--luminous-vivid-orange, #e26f56)
}

.wc-block-editor-product-collection__product-picker .woocommerce-search-list__search {
  margin: 0
}

.wc-block-editor-product-collection__product-picker .wc-block-editor-product-collection__product-picker-info {
  align-items: center;
  display: flex;
  gap: 12px
}

.wc-block-editor-product-collection__product-picker .wc-block-editor-product-collection__product-picker-selection,
.wc-block-editor-product-collection__taxonomy-picker-selection,
.wc-block-product-collection-product-reference-radio {
  width: 100%
}

.wc-block-product-collection-product-reference-radio .components-flex {
  gap: 8px
}

.wc-block-product-collection-linked-product-control {
  text-align: left;
  width: 100%
}

.wc-block-product-collection-linked-product-control__button {
  border: 1px solid #ddd;
  height: 100%;
  padding: 10px;
  width: 100%
}

.wc-block-product-collection-linked-product-control__image-container {
  flex-shrink: 0;
  height: 45px;
  width: 45px
}

.wc-block-product-collection-linked-product-control__image-container img {
  display: block;
  height: 100%;
  object-fit: cover;
  width: 100%
}

.wc-block-product-collection-linked-product-control__content {
  text-align: left
}

.wc-block-product-collection-linked-product__popover-content .components-popover__content {
  width: 100%
}

.wc-block-product-collection-linked-product__popover-content .components-popover__content .woocommerce-search-list__search {
  border: 0;
  padding: 0
}

.wc-block-editor-product-collection__carousel-warning {
  margin-bottom: 12px
}

.wc-block-editor-product-collection__carousel-warning .components-notice__content {
  margin-right: 0
}

@keyframes wc-skeleton-shimmer {
  to {
    transform: translateX(100%)
  }
}

.wp-block-woocommerce-product-collection {
  margin-bottom: 30px
}

.wp-block-woocommerce-product-collection .wc-block-components-product-stock-indicator {
  text-align: center
}

.wp-block-woocommerce-product-collection h2.wp-block-heading {
  font-size: var(--wp--preset--font-size--small, 14px);
  line-height: 1.4
}

.wp-block-woocommerce-product-collection .wc-block-components-notices:not(:has(*))+.wc-block-product-template {
  margin-block-start: 0
}

@media(max-width:600px)and (hover:none)and (pointer:coarse) {
  .wp-block-woocommerce-product-collection:has(.is-product-collection-layout-carousel) :where(.wc-block-next-previous-buttons.wc-block-next-previous-buttons) {
    display: none
  }
}

.wc-block-components-notice-banner .wc-block-components-button.wc-block-components-notice-banner__dismiss[hidden] {
  display: none
}

@keyframes wc-skeleton-shimmer {
  to {
    transform: translateX(100%)
  }
}

.wc-block-editor-product-filters__overlay-icon-size .components-range-control__number .components-input-control__input::-webkit-inner-spin-button,
.wc-block-editor-product-filters__overlay-icon-size .components-range-control__number .components-input-control__input::-webkit-outer-spin-button {
  appearance: none;
  margin: 0
}

.wc-block-editor-product-filters__overlay-icon-size .components-range-control__number .components-input-control__input {
  appearance: textfield;
  width: 40px !important
}

.wc-block-editor-product-filters__overlay-icon-size .components-range-control__number .components-input-control__container:after {
  color: var(--wp-components-color-accent, var(--wp-admin-theme-color, #3858e9));
  content: "px";
  font-size: 12px;
  position: absolute;
  right: 7px;
  top: 6px
}

.wc-block-product-filters__overlay {
  width: 100%
}

@keyframes wc-skeleton-shimmer {
  to {
    transform: translateX(100%)
  }
}

:where(.wc-block-product-filters) {
  --top-padding: var(--wp-admin--admin-bar--height);
  display: inline-flex
}

@media(max-width:782px) {
  :where(.wc-block-product-filters) {
    --top-padding: var(--adminbar-mobile-padding, 0)
  }
}

:where(.wc-block-product-filters) .wc-block-product-filters__close-overlay,
:where(.wc-block-product-filters) .wc-block-product-filters__open-overlay {
  align-items: center;
  background: transparent;
  border: transparent;
  color: inherit;
  display: flex;
  font-size: .875em;
  padding: 0
}

:where(.wc-block-product-filters) .wc-block-product-filters__close-overlay svg,
:where(.wc-block-product-filters) .wc-block-product-filters__open-overlay svg {
  fill: currentColor
}

:where(.wc-block-product-filters) .wc-block-product-filters__close-overlay span,
:where(.wc-block-product-filters) .wc-block-product-filters__open-overlay span {
  padding: 0 5px
}

:where(.wc-block-product-filters) .wc-block-product-filters__open-overlay svg {
  height: var(--wc-product-filters-overlay-icon-size, 1.5em);
  width: var(--wc-product-filters-overlay-icon-size, 1.5em)
}

:where(.wc-block-product-filters) .wc-block-product-filters__overlay {
  background-color: transparent;
  inset: 0;
  pointer-events: none;
  position: fixed;
  top: var(--top-padding);
  transition: background-color .5s
}

:where(.wc-block-product-filters) .wc-block-product-filters__overlay-wrapper {
  height: 100%;
  position: relative;
  width: 100%
}

:where(.wc-block-product-filters) .wc-block-product-filters__overlay-dialog {
  background-color: var(--wc-product-filters-overlay-background-color, var(--wc-product-filters-background-color, var(--wp--preset--color--base, #fff)));
  color: var(--wc-product-filters-overlay-text-color, var(--wc-product-filters-text-color, var(--wp--preset--color--base, #111)));
  display: flex !important;
  flex-direction: column;
  gap: var(--wp--preset--spacing--40);
  inset: 0;
  max-height: 100%;
  position: absolute;
  transform: translateY(100vh);
  transition: none
}

:where(.wc-block-product-filters) .wc-block-product-filters__overlay-header {
  display: flex;
  flex-flow: row-reverse;
  padding: var(--wp--preset--spacing--30) var(--wp--preset--spacing--40) 0
}

:where(.wc-block-product-filters) .wc-block-product-filters__overlay-content {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  gap: var(--wc-product-filter-block-spacing, var(--wp--style--block-gap, 1.2rem));
  overflow-y: scroll;
  padding: 0 var(--wp--preset--spacing--40)
}

:where(.wc-block-product-filters) .wc-block-product-filters__overlay-content>:first-child {
  margin-top: 0
}

:where(.wc-block-product-filters) .wc-block-product-filters__overlay-footer {
  box-shadow: 0 -4px 8px 0 rgba(0, 0, 0, .102);
  padding: var(--wp--preset--spacing--30) var(--wp--preset--spacing--40)
}

:where(.wc-block-product-filters) .wc-block-product-filters__apply {
  width: 100%
}

:where(.wc-block-product-filters).is-overlay-opened .wc-block-product-filters__overlay {
  background-color: rgba(95, 95, 95, .35);
  pointer-events: auto;
  z-index: 9999
}

:where(.wc-block-product-filters).is-overlay-opened .wc-block-product-filters__overlay-dialog {
  color: var(--wc-product-filters-overlay-color, inherit);
  transform: translateY(0);
  transition: transform .5s
}

@media(min-width:601px) {

  :where(.wc-block-product-filters),
  :where(.wc-block-product-filters).is-overlay-opened {
    display: flex
  }

  :where(.wc-block-product-filters) .wc-block-product-filters__open-overlay,
  :where(.wc-block-product-filters) .wc-block-product-filters__overlay-footer,
  :where(.wc-block-product-filters) .wc-block-product-filters__overlay-header,
  :where(.wc-block-product-filters).is-overlay-opened .wc-block-product-filters__open-overlay,
  :where(.wc-block-product-filters).is-overlay-opened .wc-block-product-filters__overlay-footer,
  :where(.wc-block-product-filters).is-overlay-opened .wc-block-product-filters__overlay-header {
    display: none
  }

  :where(.wc-block-product-filters) .wc-block-product-filters__overlay,
  :where(.wc-block-product-filters).is-overlay-opened .wc-block-product-filters__overlay {
    background: inherit;
    color: inherit;
    inset: 0;
    pointer-events: auto;
    position: relative;
    transition: none
  }

  :where(.wc-block-product-filters) .wc-block-product-filters__overlay-wrapper,
  :where(.wc-block-product-filters).is-overlay-opened .wc-block-product-filters__overlay-wrapper {
    background: inherit;
    color: inherit;
    height: auto;
    width: auto
  }

  :where(.wc-block-product-filters) .wc-block-product-filters__overlay-dialog,
  :where(.wc-block-product-filters).is-overlay-opened .wc-block-product-filters__overlay-dialog {
    background: inherit;
    color: inherit;
    position: relative;
    transform: none
  }

  :where(.wc-block-product-filters) .wc-block-product-filters__overlay-content,
  :where(.wc-block-product-filters).is-overlay-opened .wc-block-product-filters__overlay-content {
    background: inherit;
    color: inherit;
    flex-grow: 1;
    overflow: visible;
    padding: 0
  }
}

@media(max-width:600px) {
  :where(.wc-block-product-filters) .wc-block-product-filters__overlay-content .wp-block-group {
    display: block
  }

  :where(.wc-block-product-filters) .wc-block-product-filters__overlay-content .wp-block-group>div {
    margin: 20px 0
  }
}

.wc-block-product-filter--hidden {
  display: none
}

@keyframes wc-skeleton-shimmer {
  to {
    transform: translateX(100%)
  }
}

.wp-block-woocommerce-stock-filter {
  margin-bottom: 24px
}

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

@keyframes wc-skeleton-shimmer {
  to {
    transform: translateX(100%)
  }
}

.wc-block-product-filter-components-initial-disabled {
  position: relative
}

.wc-block-product-filter-components-initial-disabled .wc-block-product-filter-components-initial-disabled-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1
}

.has-child-selected>.wc-block-product-filter-components-initial-disabled .wc-block-product-filter-components-initial-disabled-overlay,
.is-selected>.wc-block-product-filter-components-initial-disabled .wc-block-product-filter-components-initial-disabled-overlay {
  z-index: -1
}

@keyframes wc-skeleton-shimmer {
  to {
    transform: translateX(100%)
  }
}

.wc-block-product-filter-price-slider__content {
  column-gap: 12px;
  display: grid;
  grid-template-areas: "price-slider price-slider price-slider" "left-input   middle-input right-input";
  grid-template-columns: auto 1fr auto
}

.wc-block-product-filter-price-slider__content--inline {
  grid-template-areas: "left-input price-slider right-input";
  grid-template-columns: auto 1fr auto
}

.wc-block-product-filter-price-slider__left {
  grid-area: left-input;
  -ms-grid-column: 1;
  -ms-grid-row: 2
}

.wc-block-product-filter-price-slider__content--inline>.wc-block-product-filter-price-slider__left {
  -ms-grid-column: 1;
  -ms-grid-row: 1
}

.wc-block-product-filter-price-slider__right {
  grid-area: right-input;
  -ms-grid-column: 5;
  -ms-grid-row: 2
}

.wc-block-product-filter-price-slider__content--inline>.wc-block-product-filter-price-slider__right {
  -ms-grid-column: 3;
  -ms-grid-row: 1
}

.wc-block-product-filter-price-slider__range {
  -ms-grid-column-span: 5;
  --low: 0%;
  --high: 100%;
  --range-color: var(--wc-product-filter-price-slider, currentColor);
  --track-background: linear-gradient(to right, transparent var(--low), var(--range-color) 0, var(--range-color) var(--high), transparent 0) no-repeat 0 100% /100% 100%;
  appearance: none;
  background: transparent;
  border: 0 !important;
  border-radius: 4px;
  clear: both;
  flex-grow: 1;
  grid-area: price-slider;
  -ms-grid-column: 1;
  -ms-grid-row: 1;
  height: 4px;
  margin: 15px 0;
  outline: none;
  padding: 0 !important;
  position: relative
}

.wc-block-product-filter-price-slider__content--inline>.wc-block-product-filter-price-slider__range {
  -ms-grid-column-span: 1;
  -ms-grid-column: 2;
  -ms-grid-row: 1
}

.rtl .wc-block-product-filter-price-slider__range {
  --track-background: linear-gradient(to left, transparent var(--low), var(--range-color) 0, var(--range-color) var(--high), transparent 0) no-repeat 0 100% /100% 100%
}

.wc-block-product-filter-price-slider__range:before {
  background: var(--range-color);
  content: "";
  height: 100%;
  left: 0;
  opacity: .3;
  position: absolute;
  top: 0;
  width: 100%
}

.wc-block-product-filter-price-slider__range .range-bar {
  background: var(--track-background);
  height: 4px;
  position: relative
}

.wc-block-product-filter-price-slider__range input[type=range] {
  appearance: none;
  background: transparent;
  border: 0 !important;
  display: block;
  height: 0;
  left: 0;
  margin: 0;
  outline: none;
  outline: none !important;
  padding: 0 !important;
  pointer-events: none;
  position: absolute;
  top: 0;
  width: 100%
}

.wc-block-product-filter-price-slider__range input[type=range]::-webkit-slider-thumb {
  appearance: none;
  background: var(--wc-product-filter-price-slider-handle, #fff);
  background-position: 0 0;
  border: 2px solid var(--wc-product-filter-price-slider-handle-border, #1e1e1e);
  border-radius: 100%;
  box-sizing: content-box;
  cursor: pointer;
  height: 12px;
  margin: -5px 0 0;
  padding: 0;
  pointer-events: auto;
  -webkit-transition: transform .2s ease-in-out;
  transition: transform .2s ease-in-out;
  vertical-align: top;
  width: 12px;
  z-index: 20
}

.wc-block-product-filter-price-slider__range input[type=range]::-webkit-slider-thumb:hover {
  background: #1e1e1e;
  border-color: #fff
}

.wc-block-product-filter-price-slider__range input[type=range]::-moz-range-thumb {
  appearance: none;
  background: var(--wc-product-filter-price-slider-handle, #fff);
  background-position: 0 0;
  border: 2px solid var(--wc-product-filter-price-slider-handle-border, #1e1e1e);
  border-radius: 100%;
  box-sizing: content-box;
  cursor: pointer;
  height: 12px;
  margin: 0;
  padding: 0;
  pointer-events: auto;
  -moz-transition: transform .2s ease-in-out;
  transition: transform .2s ease-in-out;
  vertical-align: top;
  width: 12px;
  z-index: 20
}

.wc-block-product-filter-price-slider__range input[type=range]::-moz-range-thumb:hover {
  background: #1e1e1e;
  border-color: #fff
}

.wc-block-product-filter-price-slider__range input[type=range]::-ms-thumb {
  appearance: none;
  background: var(--wc-product-filter-price-slider-handle, #fff);
  background-position: 0 0;
  border: 2px solid var(--wc-product-filter-price-slider-handle-border, #1e1e1e);
  border-radius: 100%;
  box-sizing: content-box;
  cursor: pointer;
  height: 12px;
  margin: 0;
  padding: 0;
  pointer-events: auto;
  -ms-transition: transform .2s ease-in-out;
  transition: transform .2s ease-in-out;
  vertical-align: top;
  width: 12px;
  z-index: 20
}

.wc-block-product-filter-price-slider__range input[type=range]::-ms-thumb:hover {
  background: #1e1e1e;
  border-color: #fff
}

.wc-block-product-filter-price-slider__range input[type=range]:focus::-webkit-slider-thumb {
  background: #1e1e1e;
  border-color: #fff
}

.wc-block-product-filter-price-slider__range input[type=range]:focus::-moz-range-thumb {
  background: #1e1e1e;
  border-color: #fff
}

.wc-block-product-filter-price-slider__range input[type=range]:focus::-ms-thumb {
  background: #1e1e1e;
  border-color: #fff
}

.wc-block-product-filter-price-slider__range input[type=range]::-webkit-slider-runnable-track {
  appearance: none;
  cursor: default;
  height: 1px;
  outline: 0
}

.wc-block-product-filter-price-slider__range input[type=range]::-moz-range-track {
  appearance: none;
  cursor: default;
  height: 1px;
  outline: 0
}

.wc-block-product-filter-price-slider__range input[type=range]::-webkit-slider-progress {
  appearance: none;
  background: transparent;
  border: 0 !important;
  margin: 0;
  outline: none;
  padding: 0 !important
}

.wc-block-product-filter-price-slider__range input[type=range]::-moz-range-progress {
  appearance: none;
  background: transparent;
  border: 0 !important;
  margin: 0;
  outline: none;
  padding: 0 !important
}

.wc-block-product-filter-price-slider__range input[type=range]::-moz-focus-outer {
  border: 0
}

.wc-block-product-filter-price-slider__range input[type=range].min::-webkit-slider-thumb {
  background-position-x: left;
  margin-left: -2px
}

.wc-block-product-filter-price-slider__range input[type=range].min::-moz-range-thumb {
  background-position-x: left;
  transform: translate(-2px, 2px)
}

.wc-block-product-filter-price-slider__range input[type=range].min::-ms-thumb {
  background-position-x: left
}

.wc-block-product-filter-price-slider__range input[type=range].max::-webkit-slider-thumb {
  background-position-x: right;
  margin-left: 2px
}

.wc-block-product-filter-price-slider__range input[type=range].max::-moz-range-thumb {
  background-position-x: right;
  transform: translate(2px, 2px)
}

.wc-block-product-filter-price-slider__range input[type=range].max::-ms-thumb {
  background-position-x: right
}

.wc-block-product-filter-price-slider__range input[type=range i] {
  color: -internal-light-dark(#101010, #fff);
  padding: initial
}

.wc-block-product-filter-price-slider .text input[type=text] {
  border: 1px solid;
  border-radius: 4px;
  font-size: .875em;
  margin: 0;
  max-width: 60px;
  min-width: 0;
  padding: 8px;
  width: auto
}

@keyframes wc-skeleton-shimmer {
  to {
    transform: translateX(100%)
  }
}

.wp-block-woocommerce-product-filter-attribute .style-dropdown {
  position: relative
}

.wp-block-woocommerce-product-filter-attribute .style-dropdown>svg {
  pointer-events: none;
  position: absolute;
  right: 8px;
  top: 50%;
  transform: translateY(-50%)
}

@keyframes wc-skeleton-shimmer {
  to {
    transform: translateX(100%)
  }
}

.wc-block-product-filter-components-initial-disabled {
  position: relative
}

.wc-block-product-filter-components-initial-disabled .wc-block-product-filter-components-initial-disabled-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1
}

.has-child-selected>.wc-block-product-filter-components-initial-disabled .wc-block-product-filter-components-initial-disabled-overlay,
.is-selected>.wc-block-product-filter-components-initial-disabled .wc-block-product-filter-components-initial-disabled-overlay {
  z-index: -1
}

@keyframes wc-skeleton-shimmer {
  to {
    transform: translateX(100%)
  }
}

.wc-block-product-filter-components-notice {
  border: 1px solid;
  display: flex;
  gap: 8px;
  padding: 16px
}

.wc-block-product-filter-components-notice__icon {
  fill: #cc1818
}

.wc-block-product-filter-components-notice__content>* {
  margin: 0;
  padding: 0
}

@keyframes wc-skeleton-shimmer {
  to {
    transform: translateX(100%)
  }
}

.wc-block-product-filter-components-notice {
  border: 1px solid;
  display: flex;
  gap: 8px;
  padding: 16px
}

.wc-block-product-filter-components-notice__icon {
  fill: #cc1818
}

.wc-block-product-filter-components-notice__content>* {
  margin: 0;
  padding: 0
}

@keyframes wc-skeleton-shimmer {
  to {
    transform: translateX(100%)
  }
}

.wc-block-product-filter-components-initial-disabled {
  position: relative
}

.wc-block-product-filter-components-initial-disabled .wc-block-product-filter-components-initial-disabled-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1
}

.has-child-selected>.wc-block-product-filter-components-initial-disabled .wc-block-product-filter-components-initial-disabled-overlay,
.is-selected>.wc-block-product-filter-components-initial-disabled .wc-block-product-filter-components-initial-disabled-overlay {
  z-index: -1
}

@keyframes wc-skeleton-shimmer {
  to {
    transform: translateX(100%)
  }
}

.wc-block-product-filter-removable-chips.is-vertical .wc-block-product-filter-removable-chips__items {
  flex-direction: column
}

.wc-block-product-filter-removable-chips.is-content-justification-center .wc-block-product-filter-removable-chips__items {
  justify-content: center
}

.wc-block-product-filter-removable-chips.is-content-justification-right .wc-block-product-filter-removable-chips__items {
  justify-content: flex-end
}

.wc-block-product-filter-removable-chips.is-content-justification-space-between .wc-block-product-filter-removable-chips__items {
  justify-content: space-between
}

.wc-block-product-filter-removable-chips.is-horizontal .wc-block-product-filter-removable-chips__items {
  width: 100%
}

.wc-block-product-filter-removable-chips__items {
  color: var(--wc-product-filter-removable-chips-text, currentColor);
  display: inline-flex;
  flex-wrap: wrap;
  gap: 4px;
  list-style: none;
  margin: 0;
  padding: 0
}

.wc-block-product-filter-removable-chips__items .wc-block-product-filter-removable-chips__item {
  align-items: center;
  appearance: none;
  background: var(--wc-product-filter-removable-chips-background, transparent);
  border: 1px solid var(--wc-product-filter-removable-chips-border, color-mix(in srgb, currentColor 20%, transparent));
  border-radius: 2px;
  display: flex;
  font-size: .875em;
  gap: 8px;
  justify-content: space-between;
  padding: .25em .75em
}

.wc-block-product-filter-removable-chips__items .wc-block-product-filter-removable-chips__item .wc-block-product-filter-removable-chips__remove {
  align-items: center;
  background-color: transparent;
  border: none;
  color: var(--wc-product-filter-removable-chips-text, currentColor);
  cursor: pointer;
  display: flex;
  margin: 0;
  padding: 0
}

.wc-block-product-filter-removable-chips__items .wc-block-product-filter-removable-chips__item .wc-block-product-filter-removable-chips__remove .wc-block-product-filter-removable-chips__remove-icon {
  fill: currentColor
}

@keyframes wc-skeleton-shimmer {
  to {
    transform: translateX(100%)
  }
}

.wp-block-woocommerce-product-filter-clear-button :where(.wp-block-buttons) {
  margin-top: 1rem
}

@keyframes wc-skeleton-shimmer {
  to {
    transform: translateX(100%)
  }
}

.wc-block-product-filter-checkbox-list.is-loading .wc-block-product-filter-checkbox-list__item {
  background-color: currentColor !important;
  border: 0 !important;
  border-radius: .25rem;
  box-shadow: none;
  color: currentColor !important;
  display: block;
  line-height: 1;
  margin: 5px 0;
  max-width: 100% !important;
  min-width: 25%;
  opacity: .15;
  outline: 0 !important;
  overflow: hidden !important;
  pointer-events: none;
  position: relative !important;
  width: 100%;
  z-index: 1
}

.wc-block-product-filter-checkbox-list.is-loading .wc-block-product-filter-checkbox-list__item>* {
  visibility: hidden
}

.wc-block-product-filter-checkbox-list.is-loading .wc-block-product-filter-checkbox-list__item:after {
  animation: loading__animation 1.5s ease-in-out infinite;
  background-image: linear-gradient(90deg, currentColor, hsla(0, 0%, 96%, .302), currentColor);
  background-repeat: no-repeat;
  content: " ";
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  transform: translateX(-100%)
}

@keyframes loading__animation {
  to {
    transform: translateX(100%)
  }
}

@media screen and (prefers-reduced-motion:reduce) {
  .wc-block-product-filter-checkbox-list.is-loading .wc-block-product-filter-checkbox-list__item {
    animation: none
  }
}

.wc-block-product-filter-checkbox-list__input {
  height: 1em;
  width: 1em
}

@keyframes wc-skeleton-shimmer {
  to {
    transform: translateX(100%)
  }
}

.wc-block-product-filter-checkbox-list fieldset {
  display: contents
}

.wc-block-product-filter-checkbox-list__label {
  align-items: center;
  display: inline-flex;
  gap: .625em
}

.wc-block-product-filter-checkbox-list__item .wc-block-product-filter-checkbox-list__label {
  margin-bottom: 0
}

:where(.wc-block-product-filter-checkbox-list__input-wrapper) {
  display: block;
  position: relative
}

.wc-block-product-filter-checkbox-list__input-wrapper:before {
  background: currentColor;
  border-radius: 2px;
  content: "";
  height: 1em;
  left: 0;
  opacity: .1;
  pointer-events: none;
  position: absolute;
  top: 0;
  width: 1em
}

.has-option-element-color .wc-block-product-filter-checkbox-list__input-wrapper:before {
  display: none
}

input[type=checkbox].wc-block-product-filter-checkbox-list__input {
  appearance: none;
  background: var(--wc-product-filter-checkbox-list-option-element, transparent);
  border: 1px solid var(--wc-product-filter-checkbox-list-option-element-border, transparent);
  border-radius: 2px;
  color: inherit;
  cursor: pointer;
  display: block;
  font-size: inherit;
  height: 1em;
  margin: 0;
  width: 1em
}

input[type=checkbox].wc-block-product-filter-checkbox-list__input:focus {
  outline-color: var(--wc-product-filter-checkbox-list-option-element-border, currentColor);
  outline-width: 1px
}

svg.wc-block-product-filter-checkbox-list__mark {
  box-sizing: border-box;
  color: var(--wc-product-filter-checkbox-list-option-element-selected, currentColor);
  display: none;
  height: 1em;
  left: 0;
  padding: .2em;
  position: absolute;
  top: 0;
  width: 1em
}

input[type=checkbox].wc-block-product-filter-checkbox-list__input:checked:after,
input[type=checkbox].wc-block-product-filter-checkbox-list__input:checked:before {
  content: none
}

input[type=checkbox].wc-block-product-filter-checkbox-list__input:checked+.wc-block-product-filter-checkbox-list__mark {
  display: block;
  pointer-events: none
}

:where(.wc-block-product-filter-checkbox-list__text-wrapper) {
  align-items: center;
  display: inline-flex;
  font-size: .875em;
  gap: 4px
}

.wc-block-product-filter-checkbox-list__text {
  color: var(--wc-product-filter-checkbox-list-label-element, currentColor);
  display: contents
}

.wc-block-product-filter-checkbox-list__count {
  display: contents;
  white-space: nowrap
}

.wc-block-product-filter-checkbox-list__show-more {
  appearance: none;
  background: transparent;
  border: none;
  font-family: inherit;
  padding: 0;
  text-decoration: underline
}

@keyframes wc-skeleton-shimmer {
  to {
    transform: translateX(100%)
  }
}

.wc-block-product-filter-chips.is-loading .wc-block-product-filter-chips__item {
  background-color: currentColor !important;
  border: 0 !important;
  border-radius: .25rem;
  box-shadow: none;
  color: currentColor !important;
  display: block;
  line-height: 1;
  margin: 5px 0;
  max-width: 100% !important;
  opacity: .15;
  outline: 0 !important;
  overflow: hidden !important;
  pointer-events: none;
  position: relative !important;
  width: 100%;
  z-index: 1
}

.wc-block-product-filter-chips.is-loading .wc-block-product-filter-chips__item>* {
  visibility: hidden
}

.wc-block-product-filter-chips.is-loading .wc-block-product-filter-chips__item:after {
  animation: loading__animation 1.5s ease-in-out infinite;
  background-image: linear-gradient(90deg, currentColor, hsla(0, 0%, 96%, .302), currentColor);
  background-repeat: no-repeat;
  content: " ";
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  transform: translateX(-100%)
}

@keyframes loading__animation {
  to {
    transform: translateX(100%)
  }
}

@media screen and (prefers-reduced-motion:reduce) {
  .wc-block-product-filter-chips.is-loading .wc-block-product-filter-chips__item {
    animation: none
  }
}

@keyframes wc-skeleton-shimmer {
  to {
    transform: translateX(100%)
  }
}

.wc-block-product-filter-chips fieldset {
  display: contents
}

:where(.wc-block-product-filter-chips__items) {
  display: flex;
  flex-wrap: wrap;
  gap: 4px
}

.wc-block-product-filter-chips__item {
  appearance: none;
  background: transparent;
  border: 1px solid color-mix(in srgb, currentColor 40%, transparent);
  border-radius: 2px;
  color: inherit;
  cursor: pointer;
  font-family: inherit;
  font-size: .8em;
  padding: .25em .75em
}

.wc-block-product-filter-chips__item:focus {
  outline: 1px solid currentColor;
  outline-offset: 1px
}

.wc-block-product-filter-chips__item:hover {
  background-color: color-mix(in srgb, var(--wp--preset--color--contrast) 10%, transparent)
}

.has-chip-text-color .wc-block-product-filter-chips__item {
  color: var(--wc-product-filter-chips-text)
}

.has-chip-background-color .wc-block-product-filter-chips__item {
  background: var(--wc-product-filter-chips-background)
}

.has-chip-border-color .wc-block-product-filter-chips__item {
  border-color: var(--wc-product-filter-chips-border)
}

.has-selected-chip-text-color .wc-block-product-filter-chips__item[aria-checked=true] {
  color: var(--wc-product-filter-chips-selected-text)
}

.has-selected-chip-background-color .wc-block-product-filter-chips__item[aria-checked=true] {
  background: var(--wc-product-filter-chips-selected-background)
}

.has-selected-chip-border-color .wc-block-product-filter-chips__item[aria-checked=true] {
  border-color: var(--wc-product-filter-chips-selected-border)
}

:where(.wc-block-product-filter-chips__label) {
  align-items: center;
  display: inline-flex;
  gap: 4px
}

.wc-block-product-filter-chips__text {
  display: contents
}

.wc-block-product-filter-chips__count {
  display: contents;
  white-space: nowrap
}

.wc-block-product-filter-chips__show-more {
  appearance: none;
  background: transparent;
  border: none;
  font-family: inherit;
  padding: 0;
  text-decoration: underline
}

@keyframes wc-skeleton-shimmer {
  to {
    transform: translateX(100%)
  }
}

.wc-block-product-filter-components-initial-disabled {
  position: relative
}

.wc-block-product-filter-components-initial-disabled .wc-block-product-filter-components-initial-disabled-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1
}

.has-child-selected>.wc-block-product-filter-components-initial-disabled .wc-block-product-filter-components-initial-disabled-overlay,
.is-selected>.wc-block-product-filter-components-initial-disabled .wc-block-product-filter-components-initial-disabled-overlay {
  z-index: -1
}

@keyframes wc-skeleton-shimmer {
  to {
    transform: translateX(100%)
  }
}

.wc-block-product-filter-components-notice {
  border: 1px solid;
  display: flex;
  gap: 8px;
  padding: 16px
}

.wc-block-product-filter-components-notice__icon {
  fill: #cc1818
}

.wc-block-product-filter-components-notice__content>* {
  margin: 0;
  padding: 0
}

@keyframes wc-skeleton-shimmer {
  to {
    transform: translateX(100%)
  }
}

:where(.wc-block-product-gallery-large-image) {
  flex-grow: 1;
  overflow: hidden;
  position: relative;
  width: 100%
}

:where(.wc-block-product-gallery-large-image):has(.wc-block-components-product-image--aspect-ratio-auto) {
  aspect-ratio: 1/1
}

:where(.wc-block-product-gallery-large-image) :where(.wc-block-product-gallery-large-image__container) {
  align-items: center;
  display: flex;
  margin: 0;
  overflow: hidden;
  padding: 0
}

:where(.wc-block-product-gallery-large-image) :where(.wc-block-product-gallery-large-image__wrapper) {
  align-items: center;
  display: flex;
  flex-shrink: 0;
  justify-content: center;
  max-width: 100%;
  min-width: 100%
}

:where(.wc-block-product-gallery-large-image) :where(.wc-block-product-gallery-large-image__wrapper):has(.wc-block-components-product-image--aspect-ratio-auto) {
  aspect-ratio: 1/1
}

:where(.wc-block-product-gallery-large-image) .wc-block-components-product-image.wc-block-components-product-image {
  height: 100%;
  margin: 0;
  width: 100%
}

:where(.wc-block-product-gallery-large-image) .wc-block-components-product-image.wc-block-components-product-image :where(a) {
  height: 100%
}

:where(.wc-block-product-gallery-large-image) .wc-block-components-product-image.wc-block-components-product-image img {
  height: 100%
}

:where(.wc-block-product-gallery-large-image) .wc-block-components-product-image.wc-block-components-product-image.wc-block-components-product-image--aspect-ratio-auto img {
  object-fit: contain !important
}

:where(.wc-block-product-gallery-large-image) :where(.wc-block-woocommerce-product-gallery-large-image__image) {
  display: block;
  position: relative;
  transition: all .1s linear;
  z-index: 1
}

:where(.wc-block-product-gallery-large-image) :where(.wc-block-woocommerce-product-gallery-large-image__image):where(:not(.wc-block-woocommerce-product-gallery-large-image__image--full-screen-on-click)) {
  cursor: default
}

:where(.wc-block-product-gallery-large-image) :where(.wc-block-woocommerce-product-gallery-large-image__image):where(.wc-block-woocommerce-product-gallery-large-image__image--hoverZoom) {
  cursor: zoom-in
}

:where(.wc-block-product-gallery-large-image) :where(.wc-block-product-gallery-large-image__inner-blocks) {
  display: flex;
  flex-direction: column;
  height: calc(100% - 10px);
  left: 5px;
  position: absolute;
  top: 5px;
  width: calc(100% - 10px)
}

:where(.wc-block-product-gallery-large-image) :where(.wc-block-product-gallery-large-image__inner-blocks)>* {
  margin-left: unset;
  margin-right: unset;
  z-index: 1
}

:where(.wc-block-product-gallery-large-image) .wc-block-next-previous-buttons {
  align-items: center;
  display: flex;
  height: 100%;
  justify-content: space-between;
  pointer-events: none;
  width: 100%
}

:where(.wc-block-product-gallery-large-image) .wc-block-next-previous-buttons :where(.wc-block-next-previous-buttons__button) {
  pointer-events: all
}

:where(.wc-block-product-gallery-large-image) .wc-block-next-previous-buttons.alignleft {
  gap: 0;
  justify-content: flex-start
}

:where(.wc-block-product-gallery-large-image) .wc-block-next-previous-buttons.alignright {
  gap: 0;
  justify-content: flex-end
}

:where(.wc-block-product-gallery-large-image) .wc-block-next-previous-buttons.aligncenter {
  gap: 0;
  justify-content: center
}

:where(.wc-block-product-gallery-large-image) .wc-block-next-previous-buttons.aligntop {
  align-items: flex-start
}

:where(.wc-block-product-gallery-large-image) .wc-block-next-previous-buttons.alignbottom {
  align-items: flex-end
}

@media(min-width:601px) {
  .wc-block-product-gallery:not(.is-vertical):not(:has(.is-vertical)) :where(.wc-block-product-gallery-thumbnails__scrollable) {
    flex-direction: column
  }

  .wc-block-product-gallery:not(.is-vertical):not(:has(.is-vertical)):has(.wc-block-components-product-image--aspect-ratio-1) :where(.wc-block-product-gallery-thumbnails),
  .wc-block-product-gallery:not(.is-vertical):not(:has(.is-vertical)):has(.wc-block-components-product-image--aspect-ratio-auto) :where(.wc-block-product-gallery-thumbnails) {
    aspect-ratio: 1/calc(100/var(--wc-block-product-gallery-thumbnails-size));
    flex-basis: calc(var(--wc-block-product-gallery-thumbnails-size)*1%)
  }

  .wc-block-product-gallery:not(.is-vertical):not(:has(.is-vertical)):has(.wc-block-components-product-image--aspect-ratio-4-3) :where(.wc-block-product-gallery-thumbnails) {
    aspect-ratio: 4/calc(100/var(--wc-block-product-gallery-thumbnails-size)*3);
    flex-basis: calc(var(--wc-block-product-gallery-thumbnails-size)*1%)
  }

  .wc-block-product-gallery:not(.is-vertical):not(:has(.is-vertical)):has(.wc-block-components-product-image--aspect-ratio-3-4) :where(.wc-block-product-gallery-thumbnails) {
    aspect-ratio: 3/calc(100/var(--wc-block-product-gallery-thumbnails-size)*4);
    flex-basis: calc(var(--wc-block-product-gallery-thumbnails-size)*1%)
  }

  .wc-block-product-gallery:not(.is-vertical):not(:has(.is-vertical)):has(.wc-block-components-product-image--aspect-ratio-3-2) :where(.wc-block-product-gallery-thumbnails) {
    aspect-ratio: 3/calc(100/var(--wc-block-product-gallery-thumbnails-size)*2);
    flex-basis: calc(var(--wc-block-product-gallery-thumbnails-size)*1%)
  }

  .wc-block-product-gallery:not(.is-vertical):not(:has(.is-vertical)):has(.wc-block-components-product-image--aspect-ratio-2-3) :where(.wc-block-product-gallery-thumbnails) {
    aspect-ratio: 2/calc(100/var(--wc-block-product-gallery-thumbnails-size)*3);
    flex-basis: calc(var(--wc-block-product-gallery-thumbnails-size)*1%)
  }

  .wc-block-product-gallery:not(.is-vertical):not(:has(.is-vertical)):has(.wc-block-components-product-image--aspect-ratio-16-9) :where(.wc-block-product-gallery-thumbnails) {
    aspect-ratio: 16/calc(100/var(--wc-block-product-gallery-thumbnails-size)*9);
    flex-basis: calc(var(--wc-block-product-gallery-thumbnails-size)*1%)
  }

  .wc-block-product-gallery:not(.is-vertical):not(:has(.is-vertical)):has(.wc-block-components-product-image--aspect-ratio-9-16) :where(.wc-block-product-gallery-thumbnails) {
    aspect-ratio: 9/calc(100/var(--wc-block-product-gallery-thumbnails-size)*16);
    flex-basis: calc(var(--wc-block-product-gallery-thumbnails-size)*1%)
  }
}

:where(.wc-block-product-gallery-thumbnails) {
  position: relative
}

:where(.wc-block-product-gallery-thumbnails).wc-block-product-gallery-thumbnails--overflow-top {
  mask-image: linear-gradient(180deg, transparent 0, rgba(0, 0, 0, .3) 6%, #000 14%)
}

:where(.wc-block-product-gallery-thumbnails).wc-block-product-gallery-thumbnails--overflow-bottom {
  mask-image: linear-gradient(0deg, transparent 0, rgba(0, 0, 0, .3) 6%, #000 14%)
}

:where(.wc-block-product-gallery-thumbnails).wc-block-product-gallery-thumbnails--overflow-top.wc-block-product-gallery-thumbnails--overflow-bottom {
  mask-image: linear-gradient(180deg, transparent 0, rgba(0, 0, 0, .3) 6%, #000 14%, #000 86%, rgba(0, 0, 0, .3) 94%, transparent)
}

:where(.wc-block-product-gallery-thumbnails).wc-block-product-gallery-thumbnails--overflow-left {
  mask-image: linear-gradient(90deg, transparent 0, rgba(0, 0, 0, .3) 6%, #000 14%)
}

:where(.wc-block-product-gallery-thumbnails).wc-block-product-gallery-thumbnails--overflow-right {
  mask-image: linear-gradient(270deg, transparent 0, rgba(0, 0, 0, .3) 6%, #000 14%)
}

:where(.wc-block-product-gallery-thumbnails).wc-block-product-gallery-thumbnails--overflow-left.wc-block-product-gallery-thumbnails--overflow-right {
  mask-image: linear-gradient(90deg, transparent 0, rgba(0, 0, 0, .3) 6%, #000 14%, #000 86%, rgba(0, 0, 0, .3) 94%, transparent)
}

:where(.wc-block-product-gallery-thumbnails__scrollable) {
  display: flex;
  gap: 2%;
  height: 100%;
  overflow: auto;
  pointer-events: auto;
  scrollbar-width: none
}

:where(.wc-block-product-gallery-thumbnails__thumbnail) {
  display: flex
}

:where(.wc-block-product-gallery-thumbnails__thumbnail__image) {
  cursor: pointer;
  max-height: 100%;
  max-width: 100%;
  object-fit: cover;
  outline-offset: -2px;
  width: fit-content
}

:where(.wc-block-product-gallery-thumbnails__thumbnail__image--is-active) {
  cursor: default;
  pointer-events: none
}

:where(.wc-block-product-gallery-thumbnails--active-overlay .wc-block-product-gallery-thumbnails__thumbnail__image--is-active) {
  filter: brightness(.8)
}

:where(.wc-block-product-gallery-thumbnails--active-outline .wc-block-product-gallery-thumbnails__thumbnail__image--is-active) {
  border: 1px solid;
  box-sizing: border-box;
  padding: 2px
}

:where(.is-vertical .wc-block-product-gallery-thumbnails) :where(.wc-block-product-gallery-thumbnails__thumbnail) {
  flex: 0 0 auto;
  height: 100%;
  width: auto
}

:where(.is-vertical .wc-block-product-gallery-thumbnails) :where(.wc-block-product-gallery-thumbnails__thumbnail__image) {
  height: 100%;
  width: auto
}

:where(.is-vertical .wc-block-product-gallery-thumbnails) :where(.wc-block-product-gallery-thumbnails__scrollable) {
  flex-direction: row;
  overflow-y: hidden;
  scrollbar-width: auto
}

:where(.is-vertical .wc-block-product-gallery-thumbnails):where(.wc-block-product-gallery-thumbnails) {
  aspect-ratio: calc(100/var(--wc-block-product-gallery-thumbnails-size))/1;
  height: calc(var(--wc-block-product-gallery-thumbnails-size)*1%);
  width: 100%
}

:where(body.wc-block-product-gallery-dialog-open) {
  overflow: hidden
}

:where(.wc-block-product-gallery-dialog) {
  background-color: var(--wp--preset--color--base, #fff);
  bottom: 0;
  height: 100vh;
  left: 0;
  overflow: hidden;
  padding: 0;
  position: fixed;
  right: 0;
  top: 0;
  width: 100vw;
  z-index: 1000
}

:where(.admin-bar) :where(.wc-block-product-gallery-dialog) {
  height: calc(100vh - 32px);
  top: 32px
}

:where(.wc-block-product-gallery-dialog__header) {
  display: flex;
  justify-content: flex-end;
  margin: 0 auto;
  padding: 14px
}

:where(.wc-block-product-gallery-dialog__close-button) {
  fill: var(--wp--preset--color--contrast, #000);
  background: none;
  border: none;
  cursor: pointer;
  padding: 4px
}

.wc-block-product-gallery-dialog .wc-block-product-gallery-dialog__content {
  align-items: center;
  display: flex;
  flex-direction: column;
  gap: 8px;
  height: calc(100vh - 64px);
  overflow: auto;
  padding: 0 8px
}

:where(.admin-bar) .wc-block-product-gallery-dialog .wc-block-product-gallery-dialog__content {
  height: calc(100vh - 96px)
}

.wc-block-product-gallery-dialog .wc-block-product-gallery-dialog__content img {
  height: auto;
  max-width: 1600px;
  width: 100%
}

.wc-block-product-gallery-dialog .wc-block-product-gallery-dialog__content img:last-child {
  margin-bottom: 50px
}

@media(max-width:600px) {

  :where(.is-horizontal.wc-block-product-gallery),
  :where(.is-vertical.wc-block-product-gallery),
  :where(.wc-block-product-gallery) {
    flex-direction: column
  }

  :where(.is-horizontal.wc-block-product-gallery) :where(.wc-block-product-gallery-thumbnails__thumbnail),
  :where(.is-vertical.wc-block-product-gallery) :where(.wc-block-product-gallery-thumbnails__thumbnail),
  :where(.wc-block-product-gallery) :where(.wc-block-product-gallery-thumbnails__thumbnail) {
    flex: 0 0 auto;
    height: 100%;
    width: auto
  }

  :where(.is-horizontal.wc-block-product-gallery) :where(.wc-block-product-gallery-thumbnails__thumbnail__image),
  :where(.is-vertical.wc-block-product-gallery) :where(.wc-block-product-gallery-thumbnails__thumbnail__image),
  :where(.wc-block-product-gallery) :where(.wc-block-product-gallery-thumbnails__thumbnail__image) {
    height: 100%;
    width: auto
  }

  :where(.is-horizontal.wc-block-product-gallery) :where(.wc-block-product-gallery-thumbnails__scrollable),
  :where(.is-vertical.wc-block-product-gallery) :where(.wc-block-product-gallery-thumbnails__scrollable),
  :where(.wc-block-product-gallery) :where(.wc-block-product-gallery-thumbnails__scrollable) {
    flex-direction: row;
    overflow-y: hidden;
    scrollbar-width: auto
  }

  :where(.is-horizontal.wc-block-product-gallery) .wc-block-next-previous-buttons.wc-block-next-previous-buttons,
  :where(.is-vertical.wc-block-product-gallery) .wc-block-next-previous-buttons.wc-block-next-previous-buttons,
  :where(.wc-block-product-gallery) .wc-block-next-previous-buttons.wc-block-next-previous-buttons {
    display: none
  }

  :where(.is-horizontal.wc-block-product-gallery) :where(.wc-block-product-gallery-thumbnails),
  :where(.is-vertical.wc-block-product-gallery) :where(.wc-block-product-gallery-thumbnails),
  :where(.wc-block-product-gallery) :where(.wc-block-product-gallery-thumbnails) {
    aspect-ratio: 5/1 !important;
    height: 20%;
    order: 1;
    width: 100%
  }
}

@keyframes wc-skeleton-shimmer {
  to {
    transform: translateX(100%)
  }
}

.wc-block-product-gallery-large-image__inner-blocks .wp-block-woocommerce-product-image {
  bottom: -5px;
  left: -5px;
  position: absolute;
  right: -5px;
  top: -5px
}

:where(.wc-block-product-gallery-large-image):has(.wc-block-components-product-image--aspect-ratio-1),
:where(.wc-block-product-gallery-large-image):has(.wc-block-components-product-image--aspect-ratio-auto) {
  aspect-ratio: 1/1
}

:where(.wc-block-product-gallery-large-image):has(.wc-block-components-product-image--aspect-ratio-4-3) {
  aspect-ratio: 4/3
}

:where(.wc-block-product-gallery-large-image):has(.wc-block-components-product-image--aspect-ratio-3-4) {
  aspect-ratio: 3/4
}

:where(.wc-block-product-gallery-large-image):has(.wc-block-components-product-image--aspect-ratio-3-2) {
  aspect-ratio: 3/2
}

:where(.wc-block-product-gallery-large-image):has(.wc-block-components-product-image--aspect-ratio-2-3) {
  aspect-ratio: 2/3
}

:where(.wc-block-product-gallery-large-image):has(.wc-block-components-product-image--aspect-ratio-16-9) {
  aspect-ratio: 16/9
}

:where(.wc-block-product-gallery-large-image):has(.wc-block-components-product-image--aspect-ratio-9-16) {
  aspect-ratio: 9/16
}

@keyframes wc-skeleton-shimmer {
  to {
    transform: translateX(100%)
  }
}

.wc-block-product-gallery-thumbnails__scrollable {
  overflow: hidden
}

.wc-block-product-gallery-thumbnails__thumbnail {
  pointer-events: none
}

@media(max-width:600px) {
  .wp-block-woocommerce-product-gallery-is-layout-flex.is-nowrap {
    flex-wrap: wrap
  }
}

@keyframes wc-skeleton-shimmer {
  to {
    transform: translateX(100%)
  }
}

.wp-block-woocommerce-product-sale-badge {
  display: flex;
  flex-direction: column
}

.wc-block-components-product-sale-badge {
  background: #fff;
  border: 1px solid #43454b;
  border-radius: 4px;
  box-sizing: border-box;
  color: #43454b;
  display: inline-block;
  font-size: .875em;
  font-weight: 600;
  padding: .25em .75em;
  position: static;
  text-align: center;
  text-transform: uppercase;
  width: fit-content;
  z-index: 9
}

.wc-block-components-product-sale-badge--align-left {
  align-self: auto
}

.wc-block-components-product-sale-badge--align-center {
  align-self: center
}

.wc-block-components-product-sale-badge--align-right {
  align-self: flex-end
}

.wc-block-components-product-sale-badge span {
  background-color: inherit;
  color: inherit
}

@keyframes wc-skeleton-shimmer {
  to {
    transform: translateX(100%)
  }
}

.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;
  display: block;
  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;
  height: auto;
  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
}

.editor-styles-wrapper .wc-block-components-product-image__inner-container {
  justify-content: flex-start
}

.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: .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 {
  animation: loading__animation 1.5s ease-in-out infinite;
  background-image: linear-gradient(90deg, currentColor, hsla(0, 0%, 96%, .302), currentColor);
  background-repeat: no-repeat;
  content: " ";
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  transform: translateX(-100%)
}

@keyframes loading__animation {
  to {
    transform: translateX(100%)
  }
}

@media screen and (prefers-reduced-motion:reduce) {
  .is-loading .wc-block-components-product-image {
    animation: none
  }
}

.wc-block-components-product-image__inner-container {
  bottom: 0;
  display: flex;
  flex-direction: column;
  left: 0;
  padding: 12px;
  position: absolute;
  right: 0;
  top: 0
}

.wc-block-product-image__tools-panel .components-input-control {
  margin-bottom: 8px
}

.wc-block-components-product-image img {
  max-width: 100%
}

@keyframes wc-skeleton-shimmer {
  to {
    transform: translateX(100%)
  }
}

.woocommerce .wp-block-woocommerce-product-image-gallery {
  clear: both;
  max-width: 512px;
  position: relative
}

.woocommerce .wp-block-woocommerce-product-image-gallery span.onsale {
  left: -1rem;
  right: unset;
  z-index: 1
}

.woocommerce .wp-block-woocommerce-product-image-gallery:after {
  clear: both;
  content: "";
  display: table
}

.woocommerce .wp-block-woocommerce-product-image-gallery .woocommerce-product-gallery.images {
  width: 100%
}

@keyframes wc-skeleton-shimmer {
  to {
    transform: translateX(100%)
  }
}

.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 {
  display: block
}

.wc-block-components-product-price[hidden] {
  display: none
}

.wc-block-components-product-price>:empty {
  display: none
}

.wc-block-components-product-price .wc-block-all-products .wc-block-components-product-price {
  margin-bottom: 12px
}

.wc-block-components-product-price ins {
  text-decoration: none
}

.wc-block-components-product-price .woocommerce-Price-amount {
  white-space: nowrap
}

.wc-block-components-product-price__value.is-discounted {
  margin-left: .5em
}

.is-loading .wc-block-components-product-price:before {
  background-color: currentColor !important;
  border: 0 !important;
  border-radius: .25rem;
  box-shadow: none;
  color: currentColor !important;
  content: ".";
  display: block;
  display: inline-block;
  line-height: 1;
  max-width: 100% !important;
  opacity: .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 {
  animation: loading__animation 1.5s ease-in-out infinite;
  background-image: linear-gradient(90deg, currentColor, hsla(0, 0%, 96%, .302), currentColor);
  background-repeat: no-repeat;
  content: " ";
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  transform: translateX(-100%)
}

@keyframes loading__animation {
  to {
    transform: translateX(100%)
  }
}

@media screen and (prefers-reduced-motion:reduce) {
  .is-loading .wc-block-components-product-price:before {
    animation: none
  }
}

@keyframes wc-skeleton-shimmer {
  to {
    transform: translateX(100%)
  }
}

.editor-styles-wrapper .is-product-collection-layout-carousel {
  overflow-x: hidden
}

.editor-styles-wrapper ul.wc-block-product-template {
  list-style: none;
  margin-left: 0;
  padding-left: 0
}

@keyframes wc-skeleton-shimmer {
  to {
    transform: translateX(100%)
  }
}

.wc-block-product-template {
  list-style: none;
  margin-bottom: 0;
  margin-top: 0;
  max-width: 100%;
  padding: 0
}

.wc-block-product-template.wc-block-product-template {
  background: none
}

.wc-block-product-template.is-flex-container {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 1.25em
}

.wc-block-product-template.is-flex-container>li {
  list-style: none;
  margin: 0;
  width: 100%
}

@media(min-width:600px) {
  .wc-block-product-template.is-flex-container.is-flex-container.columns-2>li {
    width: calc(50% - .625em)
  }

  .wc-block-product-template.is-flex-container.is-flex-container.columns-3>li {
    width: calc(33.33333% - .83333em)
  }

  .wc-block-product-template.is-flex-container.is-flex-container.columns-4>li {
    width: calc(25% - .9375em)
  }

  .wc-block-product-template.is-flex-container.is-flex-container.columns-5>li {
    width: calc(20% - 1em)
  }

  .wc-block-product-template.is-flex-container.is-flex-container.columns-6>li {
    width: calc(16.66667% - 1.04167em)
  }
}

.wc-block-product-template__responsive {
  grid-gap: 1.25em;
  display: grid
}

.wc-block-product-template__responsive.columns-2 {
  grid-template-columns: repeat(auto-fill, minmax(max(150px, calc(50% - .625em)), 1fr))
}

.wc-block-product-template__responsive.columns-3 {
  grid-template-columns: repeat(auto-fill, minmax(max(150px, calc(33.33333% - .83333em)), 1fr))
}

.wc-block-product-template__responsive.columns-4 {
  grid-template-columns: repeat(auto-fill, minmax(max(150px, calc(25% - .9375em)), 1fr))
}

.wc-block-product-template__responsive.columns-5 {
  grid-template-columns: repeat(auto-fill, minmax(max(150px, calc(20% - 1em)), 1fr))
}

.wc-block-product-template__responsive.columns-6 {
  grid-template-columns: repeat(auto-fill, minmax(max(150px, calc(16.66667% - 1.04167em)), 1fr))
}

.wc-block-product-template__responsive>li {
  margin-block-start: 0
}

:where(.wc-block-product-template .wc-block-product)>:not(:last-child) {
  margin-bottom: .75rem;
  margin-top: 0
}

.is-product-collection-layout-list .wc-block-product:not(:last-child) {
  margin-bottom: 1.2rem
}

.is-product-collection-layout-carousel {
  container-name: carousel;
  container-type: inline-size;
  overflow-x: auto;
  padding: 4px;
  position: relative;
  scroll-padding: 0 30%;
  scroll-snap-type: x mandatory;
  scrollbar-width: none
}

.is-product-collection-layout-carousel .wc-block-product {
  flex-basis: 0;
  max-width: 400px;
  min-width: 42.5%;
  scroll-snap-align: center
}

@container carousel (min-width: 600px) {
  .is-product-collection-layout-carousel .wc-block-product {
    min-width: 28.5%
  }
}

@container carousel (min-width: 782px) {
  .is-product-collection-layout-carousel .wc-block-product {
    min-width: 29%
  }
}

@container carousel (min-width: 960px) {
  .is-product-collection-layout-carousel .wc-block-product {
    min-width: 22%
  }
}

@container carousel (min-width: 1280px) {
  .is-product-collection-layout-carousel .wc-block-product {
    min-width: 18%
  }
}

@container carousel (min-width: 1440px) {
  .is-product-collection-layout-carousel .wc-block-product {
    min-width: 15%
  }
}

@keyframes wc-skeleton-shimmer {
  to {
    transform: translateX(100%)
  }
}

.color-block-support-panel .wc-block-feedback-prompt {
  grid-column: 1/-1
}

.woocommerce-product-query-panel__external-link {
  display: block;
  margin-top: 12px
}

.woocommerce-product-query-panel__external-link .components-external-link__icon {
  margin-left: 8px
}

:where(.products-block-post-template .wp-block-post)>* {
  margin-bottom: .75rem;
  margin-top: 0
}

:where(.editor-styles-wrapper .products-block-post-template .wp-block-post)>*>* {
  margin-bottom: 0;
  margin-top: 0
}

@keyframes wc-skeleton-shimmer {
  to {
    transform: translateX(100%)
  }
}

.wc-block-components-product-rating .wc-block-components-product-rating__container>* {
  vertical-align: middle
}

.wc-block-components-product-rating .wc-block-components-product-rating__stars {
  display: inline-block;
  margin: 0
}

@keyframes wc-skeleton-shimmer {
  to {
    transform: translateX(100%)
  }
}

.wc-block-components-product-rating-stars {
  display: block;
  line-height: 1
}

.wc-block-components-product-rating-stars__stars {
  display: inline-block;
  font-family: WooCommerce;
  font-size: 1em;
  font-weight: 400;
  height: 1.618em;
  line-height: 1.618;
  overflow: hidden;
  position: relative;
  text-align: left;
  width: 5.3em
}

.wc-block-components-product-rating-stars__stars:before {
  color: inherit;
  content: "SSSSS";
  left: 0;
  opacity: .5;
  position: absolute;
  right: 0;
  top: 0;
  white-space: nowrap
}

.wc-block-components-product-rating-stars__stars span {
  color: inherit;
  left: 0;
  overflow: hidden;
  padding-top: 1.5em;
  position: absolute;
  right: 0;
  top: 0
}

.wc-block-components-product-rating-stars__stars span:before {
  color: inherit;
  content: "SSSSS";
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  white-space: nowrap
}

.wc-block-components-product-rating-stars__link {
  display: inline-block;
  font-size: .875em;
  height: 1.618em;
  text-align: inherit;
  width: 100%
}

.wc-block-all-products .wc-block-components-product-rating-stars {
  margin-bottom: 12px;
  margin-top: 0
}

.wc-block-components-product-rating-stars__norating-container {
  align-items: center;
  display: inline-flex;
  flex-direction: row;
  gap: 8px
}

.wc-block-components-product-rating-stars__norating {
  -webkit-text-stroke: 2px var(--wp--preset--color--black, #000);
  display: inline-block;
  font-family: WooCommerce;
  font-size: 1em;
  font-weight: 400;
  height: 1.618em;
  line-height: 1.618;
  overflow: hidden;
  position: relative;
  width: 1.5em
}

.wc-block-components-product-rating-stars__norating:before {
  color: transparent;
  content: "S";
  left: 0;
  position: absolute;
  right: 0;
  text-align: center;
  top: 0;
  white-space: nowrap
}

.wp-block-woocommerce-single-product .wc-block-components-product-rating__stars {
  margin: 0
}

.wc-block-all-products .is-loading .wc-block-components-product-rating,
.wp-block-query .is-loading .wc-block-components-product-rating {
  background-color: currentColor !important;
  border: 0 !important;
  border-radius: .25rem;
  box-shadow: none;
  color: currentColor !important;
  display: block;
  line-height: 1;
  max-width: 100% !important;
  opacity: .15;
  outline: 0 !important;
  overflow: hidden !important;
  pointer-events: none;
  position: relative !important;
  width: 100%;
  width: 7em;
  z-index: 1
}

.wc-block-all-products .is-loading .wc-block-components-product-rating>*,
.wp-block-query .is-loading .wc-block-components-product-rating>* {
  visibility: hidden
}

.wc-block-all-products .is-loading .wc-block-components-product-rating:after,
.wp-block-query .is-loading .wc-block-components-product-rating:after {
  animation: loading__animation 1.5s ease-in-out infinite;
  background-image: linear-gradient(90deg, currentColor, hsla(0, 0%, 96%, .302), currentColor);
  background-repeat: no-repeat;
  content: " ";
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  transform: translateX(-100%)
}

@keyframes loading__animation {
  to {
    transform: translateX(100%)
  }
}

@media screen and (prefers-reduced-motion:reduce) {

  .wc-block-all-products .is-loading .wc-block-components-product-rating,
  .wp-block-query .is-loading .wc-block-components-product-rating {
    animation: none
  }
}

@keyframes wc-skeleton-shimmer {
  to {
    transform: translateX(100%)
  }
}

.woocommerce.wc-block-product-results-count .woocommerce-result-count {
  float: none;
  font-size: inherit;
  margin: auto
}

@keyframes wc-skeleton-shimmer {
  to {
    transform: translateX(100%)
  }
}

.wp-block-woocommerce-product-sale-badge {
  display: flex;
  flex-direction: column
}

.wc-block-components-product-sale-badge {
  background: #fff;
  border: 1px solid #43454b;
  border-radius: 4px;
  box-sizing: border-box;
  color: #43454b;
  display: inline-block;
  font-size: .875em;
  font-weight: 600;
  padding: .25em .75em;
  position: static;
  text-align: center;
  text-transform: uppercase;
  width: fit-content;
  z-index: 9
}

.wc-block-components-product-sale-badge--align-left {
  align-self: auto
}

.wc-block-components-product-sale-badge--align-center {
  align-self: center
}

.wc-block-components-product-sale-badge--align-right {
  align-self: flex-end
}

.wc-block-components-product-sale-badge span {
  background-color: inherit;
  color: inherit
}

@keyframes wc-skeleton-shimmer {
  to {
    transform: translateX(100%)
  }
}

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

@keyframes wc-skeleton-shimmer {
  to {
    transform: translateX(100%)
  }
}

.wc-block-components-product-sku {
  display: block;
  overflow-wrap: break-word
}

.wc-block-components-product-sku__prefix {
  color: var(--wp--preset--color--contrast-2)
}

.wc-block-components-product-sku__suffix {
  display: none
}

.wc-block-components-product-sku.is-selected .wc-block-components-product-sku__suffix,
.wc-block-components-product-sku__suffix.has-content {
  display: inline
}

@keyframes wc-skeleton-shimmer {
  to {
    transform: translateX(100%)
  }
}

.wc-block-components-product-summary {
  word-wrap: break-word;
  margin-bottom: 12px;
  margin-top: 0
}

.wc-block-components-product-summary h1,
.wc-block-components-product-summary h2,
.wc-block-components-product-summary h3,
.wc-block-components-product-summary h4,
.wc-block-components-product-summary h5,
.wc-block-components-product-summary h6 {
  color: inherit;
  font-size: 1.15em
}

.wc-block-components-product-summary__more-link {
  display: inline-block
}

.is-loading .wc-block-components-product-summary:before {
  background-color: currentColor !important;
  border: 0 !important;
  border-radius: .25rem;
  box-shadow: none;
  color: currentColor !important;
  content: ".";
  display: block;
  height: 6em;
  line-height: 1;
  max-width: 100% !important;
  opacity: .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 {
  animation: loading__animation 1.5s ease-in-out infinite;
  background-image: linear-gradient(90deg, currentColor, hsla(0, 0%, 96%, .302), currentColor);
  background-repeat: no-repeat;
  content: " ";
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  transform: translateX(-100%)
}

@keyframes loading__animation {
  to {
    transform: translateX(100%)
  }
}

@media screen and (prefers-reduced-motion:reduce) {
  .is-loading .wc-block-components-product-summary:before {
    animation: none
  }
}

@keyframes wc-skeleton-shimmer {
  to {
    transform: translateX(100%)
  }
}

.wc-block-components-product-name {
  font-size: 1em;
  overflow-wrap: anywhere;
  word-break: break-word
}

@keyframes wc-skeleton-shimmer {
  to {
    transform: translateX(100%)
  }
}

.wc-block-components-product-title {
  display: block;
  font-size: inherit;
  font-weight: 700;
  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: .25rem;
  box-shadow: none;
  color: currentColor !important;
  content: ".";
  display: block;
  display: inline-block;
  line-height: 1;
  max-width: 100% !important;
  opacity: .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 {
  animation: loading__animation 1.5s ease-in-out infinite;
  background-image: linear-gradient(90deg, currentColor, hsla(0, 0%, 96%, .302), currentColor);
  background-repeat: no-repeat;
  content: " ";
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  transform: translateX(-100%)
}

@keyframes loading__animation {
  to {
    transform: translateX(100%)
  }
}

@media screen and (prefers-reduced-motion:reduce) {
  .is-loading .wc-block-components-product-title:before {
    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
}

@keyframes wc-skeleton-shimmer {
  to {
    transform: translateX(100%)
  }
}

.wc-block-components-product-rating {
  display: block
}

.wc-block-components-product-rating span {
  line-height: 1.618
}

.wc-block-components-product-rating__stars {
  display: inline-block;
  font-family: WooCommerce;
  font-size: 1em;
  font-weight: 400;
  height: 1.618em;
  line-height: 1.618;
  overflow: hidden;
  position: relative;
  width: 5.3em
}

.wc-block-components-product-rating__stars.wc-block-grid__product-rating__stars {
  margin: 0
}

.wc-block-components-product-rating__stars:before {
  color: inherit;
  content: "SSSSS";
  left: 0;
  line-height: 1.618;
  opacity: .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;
  line-height: 1.618;
  position: absolute;
  right: 0;
  top: 0;
  white-space: nowrap
}

.wc-block-all-products .wc-block-components-product-rating {
  margin-bottom: 12px;
  margin-top: 0
}

.wc-block-components-product-rating__container>* {
  vertical-align: middle
}

.wc-block-components-product-rating__stars+.wc-block-components-product-rating__reviews_count {
  margin-left: 8px
}

.wc-block-components-product-rating__norating-container {
  align-items: center;
  display: inline-flex;
  flex-direction: row;
  gap: 8px
}

.wc-block-components-product-rating__norating {
  display: inline-block;
  font-family: WooCommerce;
  font-size: 1em;
  font-weight: 400;
  height: 1.618em;
  line-height: 1.618;
  overflow: hidden;
  position: relative;
  width: 1.5em
}

.wc-block-components-product-rating__norating:before {
  -webkit-text-stroke-color: inherit;
  -webkit-text-stroke-width: 2px;
  -webkit-text-fill-color: transparent;
  content: "S";
  left: 0;
  position: absolute;
  right: 0;
  text-align: center;
  top: 0;
  white-space: nowrap
}

.wc-block-all-products .is-loading .wc-block-components-product-rating,
.wp-block-query .is-loading .wc-block-components-product-rating {
  background-color: currentColor !important;
  border: 0 !important;
  border-radius: .25rem;
  box-shadow: none;
  color: currentColor !important;
  display: block;
  line-height: 1;
  max-width: 100% !important;
  opacity: .15;
  outline: 0 !important;
  overflow: hidden !important;
  pointer-events: none;
  position: relative !important;
  width: 100%;
  width: 7em;
  z-index: 1
}

.wc-block-all-products .is-loading .wc-block-components-product-rating>*,
.wp-block-query .is-loading .wc-block-components-product-rating>* {
  visibility: hidden
}

.wc-block-all-products .is-loading .wc-block-components-product-rating:after,
.wp-block-query .is-loading .wc-block-components-product-rating:after {
  animation: loading__animation 1.5s ease-in-out infinite;
  background-image: linear-gradient(90deg, currentColor, hsla(0, 0%, 96%, .302), currentColor);
  background-repeat: no-repeat;
  content: " ";
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  transform: translateX(-100%)
}

@keyframes loading__animation {
  to {
    transform: translateX(100%)
  }
}

@media screen and (prefers-reduced-motion:reduce) {

  .wc-block-all-products .is-loading .wc-block-components-product-rating,
  .wp-block-query .is-loading .wc-block-components-product-rating {
    animation: none
  }
}

.wc-block-all-products .wc-block-components-product-rating__container,
.wp-block-query .wc-block-components-product-rating__container {
  display: block
}

.wc-block-all-products .wc-block-components-product-rating__stars.wc-block-grid__product-rating__stars,
.wp-block-query .wc-block-components-product-rating__stars.wc-block-grid__product-rating__stars {
  margin: inherit
}

@keyframes wc-skeleton-shimmer {
  to {
    transform: translateX(100%)
  }
}

.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: .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: .15;
  outline: 0 !important;
  overflow: hidden !important;
  pointer-events: none;
  position: relative !important;
  width: 100%;
  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 {
  animation: loading__animation 1.5s ease-in-out infinite;
  background-image: linear-gradient(90deg, currentColor, hsla(0, 0%, 96%, .302), currentColor);
  background-repeat: no-repeat;
  content: " ";
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  transform: translateX(-100%)
}

@keyframes loading__animation {
  to {
    transform: translateX(100%)
  }
}

@media screen and (prefers-reduced-motion:reduce) {
  .wc-block-components-filter-submit-button.is-loading {
    animation: none
  }
}

@keyframes wc-skeleton-shimmer {
  to {
    transform: translateX(100%)
  }
}

.wc-block-components-filter-reset-button {
  background: transparent;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  color: inherit;
  cursor: pointer;
  display: inline;
  font-family: inherit;
  font-size: inherit;
  font-size: .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: transparent
}

.wc-block-components-filter-reset-button:hover {
  color: inherit;
  cursor: pointer;
  text-decoration: none
}

.wc-block-components-filter-reset-button[disabled] {
  cursor: not-allowed
}

@keyframes wc-skeleton-shimmer {
  to {
    transform: translateX(100%)
  }
}

.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 1px 1px rgba(0, 0, 0, .03), 0 1px 2px rgba(0, 0, 0, .02), 0 3px 3px rgba(0, 0, 0, .02), 0 4px 4px rgba(0, 0, 0, .01);
  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 .components-form-token-field__input-container {
  align-items: center;
  border: 1px solid #949494;
  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;
  width: 100%
}

@media not (prefers-reduced-motion) {
  .wc-blocks-components-form-token-field-wrapper .components-form-token-field__input-container {
    transition: box-shadow .1s linear
  }
}

@media(min-width:600px) {
  .wc-blocks-components-form-token-field-wrapper .components-form-token-field__input-container {
    font-size: 13px;
    line-height: normal
  }
}

.wc-blocks-components-form-token-field-wrapper .components-form-token-field__input-container:focus {
  border-color: var(--wp-admin-theme-color);
  box-shadow: 0 0 0 .5px var(--wp-admin-theme-color);
  outline: 2px solid transparent
}

.wc-blocks-components-form-token-field-wrapper .components-form-token-field__input-container::-webkit-input-placeholder {
  color: rgba(30, 30, 30, .62)
}

.wc-blocks-components-form-token-field-wrapper .components-form-token-field__input-container::-moz-placeholder {
  color: rgba(30, 30, 30, .62)
}

.wc-blocks-components-form-token-field-wrapper .components-form-token-field__input-container:-ms-input-placeholder {
  color: rgba(30, 30, 30, .62)
}

.wc-blocks-components-form-token-field-wrapper .components-form-token-field__input-container.is-disabled {
  background: #ddd;
  border-color: #ddd
}

.wc-blocks-components-form-token-field-wrapper .components-form-token-field__input-container.is-active {
  border-color: var(--wp-admin-theme-color);
  box-shadow: 0 0 0 .5px var(--wp-admin-theme-color);
  outline: 2px solid transparent
}

.wc-blocks-components-form-token-field-wrapper .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) {
  .wc-blocks-components-form-token-field-wrapper .components-form-token-field__input-container input[type=text].components-form-token-field__input {
    font-size: 13px
  }
}

.components-form-token-field.is-active .wc-blocks-components-form-token-field-wrapper .components-form-token-field__input-container input[type=text].components-form-token-field__input,
.wc-blocks-components-form-token-field-wrapper .components-form-token-field__input-container input[type=text].components-form-token-field__input:focus {
  box-shadow: none;
  outline: none
}

.wc-blocks-components-form-token-field-wrapper .components-form-token-field__input-container .components-form-token-field__token+input[type=text].components-form-token-field__input {
  width: auto
}

.wc-blocks-components-form-token-field-wrapper .components-form-token-field__label {
  display: inline-block;
  margin-bottom: 4px
}

.wc-blocks-components-form-token-field-wrapper .components-form-token-field__help {
  color: #757575;
  font-size: 12px;
  font-style: normal
}

.wc-blocks-components-form-token-field-wrapper .components-form-token-field__token {
  color: #1e1e1e;
  display: flex;
  font-size: 13px;
  margin: 2px 4px 2px 0;
  max-width: 100%
}

.wc-blocks-components-form-token-field-wrapper .components-form-token-field__token.is-success .components-form-token-field__remove-token,
.wc-blocks-components-form-token-field-wrapper .components-form-token-field__token.is-success .components-form-token-field__token-text {
  background: #4ab866
}

.wc-blocks-components-form-token-field-wrapper .components-form-token-field__token.is-error .components-form-token-field__remove-token,
.wc-blocks-components-form-token-field-wrapper .components-form-token-field__token.is-error .components-form-token-field__token-text {
  background: #cc1818
}

.wc-blocks-components-form-token-field-wrapper .components-form-token-field__token.is-validating .components-form-token-field__remove-token,
.wc-blocks-components-form-token-field-wrapper .components-form-token-field__token.is-validating .components-form-token-field__token-text {
  color: #757575
}

.wc-blocks-components-form-token-field-wrapper .components-form-token-field__token.is-borderless {
  padding: 0 16px 0 0;
  position: relative
}

.wc-blocks-components-form-token-field-wrapper .components-form-token-field__token.is-borderless .components-form-token-field__token-text {
  background: transparent;
  color: var(--wp-admin-theme-color)
}

.wc-blocks-components-form-token-field-wrapper .components-form-token-field__token.is-borderless .components-form-token-field__remove-token {
  background: transparent;
  color: #757575;
  position: absolute;
  right: 0;
  top: 1px
}

.wc-blocks-components-form-token-field-wrapper .components-form-token-field__token.is-borderless.is-success .components-form-token-field__token-text {
  color: #4ab866
}

.wc-blocks-components-form-token-field-wrapper .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
}

.wc-blocks-components-form-token-field-wrapper .components-form-token-field__token.is-borderless.is-validating .components-form-token-field__token-text {
  color: #1e1e1e
}

.wc-blocks-components-form-token-field-wrapper .components-form-token-field__token.is-disabled .components-form-token-field__remove-token {
  cursor: default
}

.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: #ddd;
  display: inline-block;
  height: auto;
  line-height: 24px;
  min-width: unset;
  transition: all .2s cubic-bezier(.4, 1, .4, 1)
}

@media(prefers-reduced-motion:reduce) {

  .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 {
    animation-delay: 0s;
    animation-duration: 1ms;
    transition-delay: 0s;
    transition-duration: 0s
  }
}

.wc-blocks-components-form-token-field-wrapper .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
}

.wc-blocks-components-form-token-field-wrapper .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
}

.wc-blocks-components-form-token-field-wrapper .components-form-token-field__remove-token.components-button:hover {
  color: #1e1e1e
}

.wc-blocks-components-form-token-field-wrapper .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 .15s ease-in-out
}

@media(prefers-reduced-motion:reduce) {
  .wc-blocks-components-form-token-field-wrapper .components-form-token-field__suggestions-list {
    transition-delay: 0s;
    transition-duration: 0s
  }
}

.wc-blocks-components-form-token-field-wrapper .components-form-token-field__suggestion {
  color: #757575;
  cursor: pointer;
  display: block;
  font-size: 13px;
  margin: 0;
  padding: 4px 8px
}

.wc-blocks-components-form-token-field-wrapper .components-form-token-field__suggestion.is-selected {
  background: var(--wp-admin-theme-color);
  color: #fff
}

.wc-blocks-components-form-token-field-wrapper .components-form-token-field__suggestion-match {
  text-decoration: underline
}

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

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

@keyframes wc-skeleton-shimmer {
  to {
    transform: translateX(100%)
  }
}

.wc-block-rating-filter.is-loading {
  background-color: currentColor !important;
  border: 0 !important;
  border-radius: .25rem;
  border-radius: 0;
  box-shadow: none;
  color: currentColor !important;
  display: block;
  line-height: 1;
  margin-top: 16px;
  max-width: 100% !important;
  opacity: .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 {
  animation: loading__animation 1.5s ease-in-out infinite;
  background-image: linear-gradient(90deg, currentColor, hsla(0, 0%, 96%, .302), currentColor);
  background-repeat: no-repeat;
  content: " ";
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  transform: translateX(-100%)
}

@keyframes loading__animation {
  to {
    transform: translateX(100%)
  }
}

@media screen and (prefers-reduced-motion:reduce) {
  .wc-block-rating-filter.is-loading {
    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
}

.wc-block-rating-filter .wc-blocks-components-form-token-field-wrapper {
  flex-grow: 1;
  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: .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: .875em
}

.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: .875em
}

.wc-block-rating-filter .wc-block-components-product-rating {
  display: flex;
  margin-bottom: 0
}

.wc-block-rating-filter .wc-block-components-product-rating .wc-block-components-product-rating-count {
  margin-left: 4px
}

.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: .25em .5em .25em .75em
}

.wc-blocks-components-form-token-field-wrapper:not(.single-selection) .components-form-token-field__input-container>.components-form-token-field__input {
  margin: .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 .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: .6
}

.wc-block-rating-filter__actions button[type=submit]:not(.wp-block-search__button).wc-block-components-filter-submit-button {
  font-size: .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: .875em;
  margin-top: .5em;
  padding: .5em 1em
}

@keyframes wc-skeleton-shimmer {
  to {
    transform: translateX(100%)
  }
}

.wc-block-components-error {
  align-items: center;
  color: #757575;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin: 48px 0;
  padding: 48px 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: 48px 0 0
}

@keyframes wc-skeleton-shimmer {
  to {
    transform: translateX(100%)
  }
}

.wc-block-components-load-more {
  text-align: center;
  width: 100%
}

@keyframes wc-skeleton-shimmer {
  to {
    transform: translateX(100%)
  }
}

.wc-block-components-review-sort-select {
  text-align: right
}

@keyframes wc-skeleton-shimmer {
  to {
    transform: translateX(100%)
  }
}

.is-loading .wc-block-components-review-list-item__text {
  background-color: currentColor !important;
  border: 0 !important;
  border-radius: .25rem;
  box-shadow: none;
  color: currentColor !important;
  display: block;
  line-height: 1;
  max-width: 100% !important;
  opacity: .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 {
  animation: loading__animation 1.5s ease-in-out infinite;
  background-image: linear-gradient(90deg, currentColor, hsla(0, 0%, 96%, .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 {
    animation: none
  }
}

.is-loading .wc-block-components-review-list-item__text:before {
  content: "Â "
}

.is-loading .wc-block-components-review-list-item__info {
  margin-bottom: calc(24px + .25em)
}

.is-loading .wc-block-components-review-list-item__info .wc-block-components-review-list-item__image {
  aspect-ratio: 1/1;
  background-color: currentColor !important;
  border: 0 !important;
  border-radius: .25rem;
  box-shadow: none;
  color: currentColor !important;
  display: block;
  line-height: 1;
  max-width: 100% !important;
  opacity: .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-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 {
  animation: loading__animation 1.5s ease-in-out infinite;
  background-image: linear-gradient(90deg, currentColor, hsla(0, 0%, 96%, .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 {
    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: .25rem;
  box-shadow: none;
  color: currentColor !important;
  display: block;
  font-size: 1em;
  line-height: 1;
  margin: .25em 8px .25em 0;
  max-width: 100% !important;
  opacity: .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-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 {
  animation: loading__animation 1.5s ease-in-out infinite;
  background-image: linear-gradient(90deg, currentColor, hsla(0, 0%, 96%, .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 {
    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 {
  background-color: currentColor !important;
  border: 0 !important;
  border-radius: .25rem;
  box-shadow: none;
  color: currentColor !important;
  display: block;
  line-height: 1;
  margin: .25em 0;
  max-width: 100% !important;
  opacity: .15;
  outline: 0 !important;
  overflow: hidden !important;
  pointer-events: none;
  position: relative !important;
  width: 100%;
  width: 6em;
  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__product>* {
  visibility: hidden
}

.is-loading .wc-block-components-review-list-item__info .wc-block-components-review-list-item__meta .wc-block-components-review-list-item__product:after {
  animation: loading__animation 1.5s ease-in-out infinite;
  background-image: linear-gradient(90deg, currentColor, hsla(0, 0%, 96%, .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__product {
    animation: none
  }
}

.is-loading .wc-block-components-review-list-item__info .wc-block-components-review-list-item__meta .wc-block-components-review-list-item__product:before {
  content: "Â "
}

.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: .25rem;
  box-shadow: none;
  color: currentColor !important;
  display: block;
  height: 1em;
  line-height: 1;
  margin: .25em 0;
  max-width: 100% !important;
  opacity: .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-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 {
  animation: loading__animation 1.5s ease-in-out infinite;
  background-image: linear-gradient(90deg, currentColor, hsla(0, 0%, 96%, .302), currentColor);
  background-repeat: no-repeat;
  content: " ";
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  transform: translateX(-100%)
}

@keyframes loading__animation {
  to {
    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 {
    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 {
  display: grid;
  grid-template-columns: 1fr;
  margin-bottom: 24px
}

.wc-block-components-review-list-item__meta {
  grid-column: 1;
  grid-row: 1
}

.wc-block-components-review-list-item__item--has-image .wc-block-components-review-list-item__info {
  grid-template-columns: calc(3em + 16px) 1fr
}

.wc-block-components-review-list-item__item--has-image .wc-block-components-review-list-item__meta {
  grid-column: 2
}

.wc-block-components-review-list-item__image {
  align-items: center;
  display: flex;
  grid-column: 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%;
  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,%3Csvg xmlns=\"http://www.w3.org/2000/svg\" width=\"21\" height=\"21\" fill=\"none\"%3E%3Ccircle cx=\"10.5\" cy=\"10.5\" r=\"10.5\" fill=\"%23fff\"/%3E%3Cpath fill=\"%23008A21\" fill-rule=\"evenodd\" d=\"M2.1667 10.5003c0-4.6 3.7333-8.3333 8.3333-8.3333s8.3334 3.7333 8.3334 8.3333S15.1 18.8337 10.5 18.8337s-8.3333-3.7334-8.3333-8.3334zm2.5 0l4.1666 4.1667 7.5001-7.5-1.175-1.1833-6.325 6.325-2.9917-2.9834-1.175 1.175z\" clip-rule=\"evenodd\"/%3E%3Cmask id=\"a\" width=\"17\" height=\"17\" x=\"2\" y=\"2\" maskUnits=\"userSpaceOnUse\"%3E%3Cpath fill=\"%23fff\" fill-rule=\"evenodd\" d=\"M2.1667 10.5003c0-4.6 3.7333-8.3333 8.3333-8.3333s8.3334 3.7333 8.3334 8.3333S15.1 18.8337 10.5 18.8337s-8.3333-3.7334-8.3333-8.3334zm2.5 0l4.1666 4.1667 7.5001-7.5-1.175-1.1833-6.325 6.325-2.9917-2.9834-1.175 1.175z\" clip-rule=\"evenodd\"/%3E%3C/mask%3E%3Cg mask=\"url%28%23a%29\"%3E%3Cpath fill=\"%23008A21\" d=\"M.5.5h20v20H.5z\"/%3E%3C/g%3E%3C/svg%3E") 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: 700;
  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: .5;
  position: absolute;
  top: calc(50% + .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: WooCommerce;
  font-size: 1em;
  font-weight: 400;
  height: 1.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: right;
  position: absolute;
  right: 0;
  top: 0
}

.wc-block-components-review-list-item__rating>.wc-block-review-list-item__rating__stars--1:before {
  width: 80%
}

.wc-block-components-review-list-item__rating>.wc-block-review-list-item__rating__stars--2:before {
  width: 60%
}

.wc-block-components-review-list-item__rating>.wc-block-review-list-item__rating__stars--3:before {
  width: 40%
}

.wc-block-components-review-list-item__rating>.wc-block-review-list-item__rating__stars--4:before {
  width: 20%
}

.wc-block-components-review-list-item__rating>.wc-block-review-list-item__rating__stars--5:before {
  width: 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: #d18204;
  content: "SSSSS";
  left: 0;
  position: absolute;
  top: 0
}

.wc-block-components-review-list-item__text p {
  font-size: inherit
}

@keyframes wc-skeleton-shimmer {
  to {
    transform: translateX(100%)
  }
}

.wc-block-components-review-list.wc-block-components-review-list {
  margin: 0
}

@keyframes wc-skeleton-shimmer {
  to {
    transform: translateX(100%)
  }
}

.wc-block-components-load-more {
  text-align: center;
  width: 100%
}

@keyframes wc-skeleton-shimmer {
  to {
    transform: translateX(100%)
  }
}

.wc-block-components-review-sort-select {
  text-align: right
}

@keyframes wc-skeleton-shimmer {
  to {
    transform: translateX(100%)
  }
}

.is-loading .wc-block-components-review-list-item__text {
  background-color: currentColor !important;
  border: 0 !important;
  border-radius: .25rem;
  box-shadow: none;
  color: currentColor !important;
  display: block;
  line-height: 1;
  max-width: 100% !important;
  opacity: .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 {
  animation: loading__animation 1.5s ease-in-out infinite;
  background-image: linear-gradient(90deg, currentColor, hsla(0, 0%, 96%, .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 {
    animation: none
  }
}

.is-loading .wc-block-components-review-list-item__text:before {
  content: "Â "
}

.is-loading .wc-block-components-review-list-item__info {
  margin-bottom: calc(24px + .25em)
}

.is-loading .wc-block-components-review-list-item__info .wc-block-components-review-list-item__image {
  aspect-ratio: 1/1;
  background-color: currentColor !important;
  border: 0 !important;
  border-radius: .25rem;
  box-shadow: none;
  color: currentColor !important;
  display: block;
  line-height: 1;
  max-width: 100% !important;
  opacity: .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-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 {
  animation: loading__animation 1.5s ease-in-out infinite;
  background-image: linear-gradient(90deg, currentColor, hsla(0, 0%, 96%, .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 {
    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: .25rem;
  box-shadow: none;
  color: currentColor !important;
  display: block;
  font-size: 1em;
  line-height: 1;
  margin: .25em 8px .25em 0;
  max-width: 100% !important;
  opacity: .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-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 {
  animation: loading__animation 1.5s ease-in-out infinite;
  background-image: linear-gradient(90deg, currentColor, hsla(0, 0%, 96%, .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 {
    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 {
  background-color: currentColor !important;
  border: 0 !important;
  border-radius: .25rem;
  box-shadow: none;
  color: currentColor !important;
  display: block;
  line-height: 1;
  margin: .25em 0;
  max-width: 100% !important;
  opacity: .15;
  outline: 0 !important;
  overflow: hidden !important;
  pointer-events: none;
  position: relative !important;
  width: 100%;
  width: 6em;
  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__product>* {
  visibility: hidden
}

.is-loading .wc-block-components-review-list-item__info .wc-block-components-review-list-item__meta .wc-block-components-review-list-item__product:after {
  animation: loading__animation 1.5s ease-in-out infinite;
  background-image: linear-gradient(90deg, currentColor, hsla(0, 0%, 96%, .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__product {
    animation: none
  }
}

.is-loading .wc-block-components-review-list-item__info .wc-block-components-review-list-item__meta .wc-block-components-review-list-item__product:before {
  content: "Â "
}

.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: .25rem;
  box-shadow: none;
  color: currentColor !important;
  display: block;
  height: 1em;
  line-height: 1;
  margin: .25em 0;
  max-width: 100% !important;
  opacity: .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-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 {
  animation: loading__animation 1.5s ease-in-out infinite;
  background-image: linear-gradient(90deg, currentColor, hsla(0, 0%, 96%, .302), currentColor);
  background-repeat: no-repeat;
  content: " ";
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  transform: translateX(-100%)
}

@keyframes loading__animation {
  to {
    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 {
    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 {
  display: grid;
  grid-template-columns: 1fr;
  margin-bottom: 24px
}

.wc-block-components-review-list-item__meta {
  grid-column: 1;
  grid-row: 1
}

.wc-block-components-review-list-item__item--has-image .wc-block-components-review-list-item__info {
  grid-template-columns: calc(3em + 16px) 1fr
}

.wc-block-components-review-list-item__item--has-image .wc-block-components-review-list-item__meta {
  grid-column: 2
}

.wc-block-components-review-list-item__image {
  align-items: center;
  display: flex;
  grid-column: 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%;
  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,%3Csvg xmlns=\"http://www.w3.org/2000/svg\" width=\"21\" height=\"21\" fill=\"none\"%3E%3Ccircle cx=\"10.5\" cy=\"10.5\" r=\"10.5\" fill=\"%23fff\"/%3E%3Cpath fill=\"%23008A21\" fill-rule=\"evenodd\" d=\"M2.1667 10.5003c0-4.6 3.7333-8.3333 8.3333-8.3333s8.3334 3.7333 8.3334 8.3333S15.1 18.8337 10.5 18.8337s-8.3333-3.7334-8.3333-8.3334zm2.5 0l4.1666 4.1667 7.5001-7.5-1.175-1.1833-6.325 6.325-2.9917-2.9834-1.175 1.175z\" clip-rule=\"evenodd\"/%3E%3Cmask id=\"a\" width=\"17\" height=\"17\" x=\"2\" y=\"2\" maskUnits=\"userSpaceOnUse\"%3E%3Cpath fill=\"%23fff\" fill-rule=\"evenodd\" d=\"M2.1667 10.5003c0-4.6 3.7333-8.3333 8.3333-8.3333s8.3334 3.7333 8.3334 8.3333S15.1 18.8337 10.5 18.8337s-8.3333-3.7334-8.3333-8.3334zm2.5 0l4.1666 4.1667 7.5001-7.5-1.175-1.1833-6.325 6.325-2.9917-2.9834-1.175 1.175z\" clip-rule=\"evenodd\"/%3E%3C/mask%3E%3Cg mask=\"url%28%23a%29\"%3E%3Cpath fill=\"%23008A21\" d=\"M.5.5h20v20H.5z\"/%3E%3C/g%3E%3C/svg%3E") 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: 700;
  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: .5;
  position: absolute;
  top: calc(50% + .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: WooCommerce;
  font-size: 1em;
  font-weight: 400;
  height: 1.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: right;
  position: absolute;
  right: 0;
  top: 0
}

.wc-block-components-review-list-item__rating>.wc-block-review-list-item__rating__stars--1:before {
  width: 80%
}

.wc-block-components-review-list-item__rating>.wc-block-review-list-item__rating__stars--2:before {
  width: 60%
}

.wc-block-components-review-list-item__rating>.wc-block-review-list-item__rating__stars--3:before {
  width: 40%
}

.wc-block-components-review-list-item__rating>.wc-block-review-list-item__rating__stars--4:before {
  width: 20%
}

.wc-block-components-review-list-item__rating>.wc-block-review-list-item__rating__stars--5:before {
  width: 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: #d18204;
  content: "SSSSS";
  left: 0;
  position: absolute;
  top: 0
}

.wc-block-components-review-list-item__text p {
  font-size: inherit
}

@keyframes wc-skeleton-shimmer {
  to {
    transform: translateX(100%)
  }
}

.wc-block-components-review-list.wc-block-components-review-list {
  margin: 0
}

@keyframes wc-skeleton-shimmer {
  to {
    transform: translateX(100%)
  }
}

.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: .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: .15;
  outline: 0 !important;
  overflow: hidden !important;
  pointer-events: none;
  position: relative !important;
  width: 100%;
  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 {
  animation: loading__animation 1.5s ease-in-out infinite;
  background-image: linear-gradient(90deg, currentColor, hsla(0, 0%, 96%, .302), currentColor);
  background-repeat: no-repeat;
  content: " ";
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  transform: translateX(-100%)
}

@keyframes loading__animation {
  to {
    transform: translateX(100%)
  }
}

@media screen and (prefers-reduced-motion:reduce) {
  .wc-block-components-filter-submit-button.is-loading {
    animation: none
  }
}

@keyframes wc-skeleton-shimmer {
  to {
    transform: translateX(100%)
  }
}

.wc-block-components-filter-reset-button {
  background: transparent;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  color: inherit;
  cursor: pointer;
  display: inline;
  font-family: inherit;
  font-size: inherit;
  font-size: .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: transparent
}

.wc-block-components-filter-reset-button:hover {
  color: inherit;
  cursor: pointer;
  text-decoration: none
}

.wc-block-components-filter-reset-button[disabled] {
  cursor: not-allowed
}

@keyframes wc-skeleton-shimmer {
  to {
    transform: translateX(100%)
  }
}

.wc-block-filter-title-placeholder {
  background-color: currentColor !important;
  border: 0 !important;
  border-radius: .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: max-content !important;
  min-width: 80px;
  opacity: .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 {
  animation: loading__animation 1.5s ease-in-out infinite;
  background-image: linear-gradient(90deg, currentColor, hsla(0, 0%, 96%, .302), currentColor);
  background-repeat: no-repeat;
  content: " ";
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  transform: translateX(-100%)
}

@keyframes loading__animation {
  to {
    transform: translateX(100%)
  }
}

@media screen and (prefers-reduced-motion:reduce) {
  .wc-block-filter-title-placeholder {
    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
}

@keyframes wc-skeleton-shimmer {
  to {
    transform: translateX(100%)
  }
}

.wc-filter-element-label-list-count:before {
  content: " ("
}

.wc-filter-element-label-list-count:after {
  content: ")"
}

@keyframes wc-skeleton-shimmer {
  to {
    transform: translateX(100%)
  }
}

.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 1px 1px rgba(0, 0, 0, .03), 0 1px 2px rgba(0, 0, 0, .02), 0 3px 3px rgba(0, 0, 0, .02), 0 4px 4px rgba(0, 0, 0, .01);
  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 .components-form-token-field__input-container {
  align-items: center;
  border: 1px solid #949494;
  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;
  width: 100%
}

@media not (prefers-reduced-motion) {
  .wc-blocks-components-form-token-field-wrapper .components-form-token-field__input-container {
    transition: box-shadow .1s linear
  }
}

@media(min-width:600px) {
  .wc-blocks-components-form-token-field-wrapper .components-form-token-field__input-container {
    font-size: 13px;
    line-height: normal
  }
}

.wc-blocks-components-form-token-field-wrapper .components-form-token-field__input-container:focus {
  border-color: var(--wp-admin-theme-color);
  box-shadow: 0 0 0 .5px var(--wp-admin-theme-color);
  outline: 2px solid transparent
}

.wc-blocks-components-form-token-field-wrapper .components-form-token-field__input-container::-webkit-input-placeholder {
  color: rgba(30, 30, 30, .62)
}

.wc-blocks-components-form-token-field-wrapper .components-form-token-field__input-container::-moz-placeholder {
  color: rgba(30, 30, 30, .62)
}

.wc-blocks-components-form-token-field-wrapper .components-form-token-field__input-container:-ms-input-placeholder {
  color: rgba(30, 30, 30, .62)
}

.wc-blocks-components-form-token-field-wrapper .components-form-token-field__input-container.is-disabled {
  background: #ddd;
  border-color: #ddd
}

.wc-blocks-components-form-token-field-wrapper .components-form-token-field__input-container.is-active {
  border-color: var(--wp-admin-theme-color);
  box-shadow: 0 0 0 .5px var(--wp-admin-theme-color);
  outline: 2px solid transparent
}

.wc-blocks-components-form-token-field-wrapper .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) {
  .wc-blocks-components-form-token-field-wrapper .components-form-token-field__input-container input[type=text].components-form-token-field__input {
    font-size: 13px
  }
}

.components-form-token-field.is-active .wc-blocks-components-form-token-field-wrapper .components-form-token-field__input-container input[type=text].components-form-token-field__input,
.wc-blocks-components-form-token-field-wrapper .components-form-token-field__input-container input[type=text].components-form-token-field__input:focus {
  box-shadow: none;
  outline: none
}

.wc-blocks-components-form-token-field-wrapper .components-form-token-field__input-container .components-form-token-field__token+input[type=text].components-form-token-field__input {
  width: auto
}

.wc-blocks-components-form-token-field-wrapper .components-form-token-field__label {
  display: inline-block;
  margin-bottom: 4px
}

.wc-blocks-components-form-token-field-wrapper .components-form-token-field__help {
  color: #757575;
  font-size: 12px;
  font-style: normal
}

.wc-blocks-components-form-token-field-wrapper .components-form-token-field__token {
  color: #1e1e1e;
  display: flex;
  font-size: 13px;
  margin: 2px 4px 2px 0;
  max-width: 100%
}

.wc-blocks-components-form-token-field-wrapper .components-form-token-field__token.is-success .components-form-token-field__remove-token,
.wc-blocks-components-form-token-field-wrapper .components-form-token-field__token.is-success .components-form-token-field__token-text {
  background: #4ab866
}

.wc-blocks-components-form-token-field-wrapper .components-form-token-field__token.is-error .components-form-token-field__remove-token,
.wc-blocks-components-form-token-field-wrapper .components-form-token-field__token.is-error .components-form-token-field__token-text {
  background: #cc1818
}

.wc-blocks-components-form-token-field-wrapper .components-form-token-field__token.is-validating .components-form-token-field__remove-token,
.wc-blocks-components-form-token-field-wrapper .components-form-token-field__token.is-validating .components-form-token-field__token-text {
  color: #757575
}

.wc-blocks-components-form-token-field-wrapper .components-form-token-field__token.is-borderless {
  padding: 0 16px 0 0;
  position: relative
}

.wc-blocks-components-form-token-field-wrapper .components-form-token-field__token.is-borderless .components-form-token-field__token-text {
  background: transparent;
  color: var(--wp-admin-theme-color)
}

.wc-blocks-components-form-token-field-wrapper .components-form-token-field__token.is-borderless .components-form-token-field__remove-token {
  background: transparent;
  color: #757575;
  position: absolute;
  right: 0;
  top: 1px
}

.wc-blocks-components-form-token-field-wrapper .components-form-token-field__token.is-borderless.is-success .components-form-token-field__token-text {
  color: #4ab866
}

.wc-blocks-components-form-token-field-wrapper .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
}

.wc-blocks-components-form-token-field-wrapper .components-form-token-field__token.is-borderless.is-validating .components-form-token-field__token-text {
  color: #1e1e1e
}

.wc-blocks-components-form-token-field-wrapper .components-form-token-field__token.is-disabled .components-form-token-field__remove-token {
  cursor: default
}

.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: #ddd;
  display: inline-block;
  height: auto;
  line-height: 24px;
  min-width: unset;
  transition: all .2s cubic-bezier(.4, 1, .4, 1)
}

@media(prefers-reduced-motion:reduce) {

  .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 {
    animation-delay: 0s;
    animation-duration: 1ms;
    transition-delay: 0s;
    transition-duration: 0s
  }
}

.wc-blocks-components-form-token-field-wrapper .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
}

.wc-blocks-components-form-token-field-wrapper .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
}

.wc-blocks-components-form-token-field-wrapper .components-form-token-field__remove-token.components-button:hover {
  color: #1e1e1e
}

.wc-blocks-components-form-token-field-wrapper .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 .15s ease-in-out
}

@media(prefers-reduced-motion:reduce) {
  .wc-blocks-components-form-token-field-wrapper .components-form-token-field__suggestions-list {
    transition-delay: 0s;
    transition-duration: 0s
  }
}

.wc-blocks-components-form-token-field-wrapper .components-form-token-field__suggestion {
  color: #757575;
  cursor: pointer;
  display: block;
  font-size: 13px;
  margin: 0;
  padding: 4px 8px
}

.wc-blocks-components-form-token-field-wrapper .components-form-token-field__suggestion.is-selected {
  background: var(--wp-admin-theme-color);
  color: #fff
}

.wc-blocks-components-form-token-field-wrapper .components-form-token-field__suggestion-match {
  text-decoration: underline
}

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

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

@keyframes wc-skeleton-shimmer {
  to {
    transform: translateX(100%)
  }
}

.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 {
  display: grid
}

.wc-block-stock-filter.is-loading {
  background-color: currentColor !important;
  border: 0 !important;
  border-radius: .25rem;
  border-radius: 0;
  box-shadow: none;
  color: currentColor !important;
  display: block;
  line-height: 1;
  margin-top: 16px;
  max-width: 100% !important;
  opacity: .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 {
  animation: loading__animation 1.5s ease-in-out infinite;
  background-image: linear-gradient(90deg, currentColor, hsla(0, 0%, 96%, .302), currentColor);
  background-repeat: no-repeat;
  content: " ";
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  transform: translateX(-100%)
}

@keyframes loading__animation {
  to {
    transform: translateX(100%)
  }
}

@media screen and (prefers-reduced-motion:reduce) {
  .wc-block-stock-filter.is-loading {
    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: 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: .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: .875em
}

.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: .875em
}

.wc-block-stock-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: .25em .5em .25em .75em
}

.wc-blocks-components-form-token-field-wrapper:not(.single-selection) .components-form-token-field__input-container>.components-form-token-field__input {
  margin: .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 .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
}

.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: .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: .875em;
  margin-top: .5em;
  padding: .5em 1em
}

@keyframes wc-skeleton-shimmer {
  to {
    transform: translateX(100%)
  }
}

.wc-block-components-error {
  align-items: center;
  color: #757575;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin: 48px 0;
  padding: 48px 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: 48px 0 0
}

@keyframes wc-skeleton-shimmer {
  to {
    transform: translateX(100%)
  }
}

.wc-block-order-confirmation-status-description .woocommerce-verify-email {
  margin-top: 36px
}

.wc-block-order-confirmation-status-description .woocommerce-verify-email #verify-email {
  width: 50%
}

@media(max-width:782px) {
  .wc-block-order-confirmation-status-description .woocommerce-verify-email #verify-email {
    width: 100%
  }
}

.wc-block-order-confirmation-status {
  margin-bottom: 16px;
  margin-top: 16px
}

.wc-block-order-confirmation-status p {
  margin-bottom: 0;
  margin-top: 0
}

.wc-block-order-confirmation-status.has-background {
  padding: 16px
}

.wc-block-order-confirmation-status .wc-block-order-confirmation-status__actions {
  margin-top: 16px
}

.wc-block-order-confirmation-status .wc-block-order-confirmation-status__actions a {
  margin-right: 16px
}

.wc-block-order-confirmation-status .wc-block-order-confirmation-status__actions a.has-link-color {
  color: inherit
}

@keyframes wc-skeleton-shimmer {
  to {
    transform: translateX(100%)
  }
}

.editor-styles-wrapper .wc-block-order-confirmation-summary,
.wc-block-order-confirmation-summary {
  border-radius: 4px;
  margin-bottom: 48px;
  margin-top: 48px
}

.wc-block-order-confirmation-summary ul {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 16px;
  justify-content: space-between;
  list-style: none outside;
  margin: 0;
  padding: 0
}

.wc-block-order-confirmation-summary ul li>.wc-block-order-confirmation-summary-list-item__key {
  font-weight: 700
}

.wc-block-order-confirmation-summary ul li>.wc-block-order-confirmation-summary-list-item__value {
  display: block;
  font-weight: inherit
}

@media(max-width:600px) {
  .wc-block-order-confirmation-summary ul li {
    width: 100%
  }

  .wc-block-order-confirmation-summary ul li>.wc-block-order-confirmation-summary-list-item__key,
  .wc-block-order-confirmation-summary ul li>.wc-block-order-confirmation-summary-list-item__value {
    display: inline
  }
}

.wc-block-order-confirmation-summary.has-background {
  padding: 16px
}

@keyframes wc-skeleton-shimmer {
  to {
    transform: translateX(100%)
  }
}

.wc-block-order-confirmation-totals {
  border: 0 !important;
  margin-top: 24px
}

.wc-block-order-confirmation-totals table {
  border: 1px solid color-mix(in srgb, currentColor 20%, transparent);
  border-radius: 4px;
  border-spacing: 0;
  width: 100%
}

.wc-block-order-confirmation-totals table td,
.wc-block-order-confirmation-totals table th {
  border-left-width: 0;
  border-radius: 0;
  border-right-width: 0;
  border-top: 1px solid color-mix(in srgb, currentColor 20%, transparent);
  font-weight: inherit;
  margin: 0;
  padding: 16px;
  text-align: left
}

.wc-block-order-confirmation-totals table thead th {
  border-top: 0
}

.wc-block-order-confirmation-totals table tfoot th,
.wc-block-order-confirmation-totals table thead {
  font-weight: 700
}

.wc-block-order-confirmation-totals table tfoot tr:last-child td,
.wc-block-order-confirmation-totals table tfoot tr:last-child th {
  border-bottom-width: 0
}

.wc-block-order-confirmation-totals table .wc-block-order-confirmation-totals__note,
.wc-block-order-confirmation-totals table .wc-block-order-confirmation-totals__total {
  font-variant-numeric: tabular-nums;
  text-align: right
}

.wc-block-order-confirmation-totals table .wc-item-meta {
  font-size: .75em;
  list-style-type: none;
  margin: .5em 0 0;
  padding: 0
}

.wc-block-order-confirmation-totals table .wc-item-meta li>* {
  display: inline-block;
  margin: 0
}

.wc-block-order-confirmation-totals table[style*=border-color] td,
.wc-block-order-confirmation-totals table[style*=border-color] th,
.wc-block-order-confirmation-totals table[style*=border-color] tr,
.wc-block-order-confirmation-totals table[style*=border-color]>*,
.wc-block-order-confirmation-totals table[style*=border-width] td,
.wc-block-order-confirmation-totals table[style*=border-width] th,
.wc-block-order-confirmation-totals table[style*=border-width] tr,
.wc-block-order-confirmation-totals table[style*=border-width]>* {
  border: inherit;
  border-left-width: 0;
  border-right-width: 0;
  border-top-width: 0
}

.wc-block-order-confirmation-totals .bundled_table_item td {
  padding-top: 0
}

.wc-block-order-confirmation-totals .bundled_table_item td.wc-block-order-confirmation-totals__product {
  padding-left: 48px
}

@keyframes wc-skeleton-shimmer {
  to {
    transform: translateX(100%)
  }
}

.wc-block-order-confirmation-downloads {
  border: 0 !important;
  margin-bottom: 48px;
  margin-top: 24px
}

.wc-block-order-confirmation-downloads table {
  border: 1px solid color-mix(in srgb, currentColor 20%, transparent);
  border-radius: 4px;
  border-spacing: 0;
  width: 100%
}

.wc-block-order-confirmation-downloads table td,
.wc-block-order-confirmation-downloads table th {
  border: solid color-mix(in srgb, currentColor 20%, transparent);
  border-width: 0 0 1px;
  font-weight: inherit;
  margin: 0;
  padding: 16px;
  text-align: center
}

.wc-block-order-confirmation-downloads table tr>td:first-child,
.wc-block-order-confirmation-downloads table tr>th:first-child {
  text-align: left
}

.wc-block-order-confirmation-downloads table tr>td:last-child,
.wc-block-order-confirmation-downloads table tr>th:last-child {
  text-align: right
}

.wc-block-order-confirmation-downloads table thead {
  font-weight: 700
}

.wc-block-order-confirmation-downloads table tbody tr:last-child td,
.wc-block-order-confirmation-downloads table tbody tr:last-child th {
  border-bottom-width: 0
}

.wc-block-order-confirmation-downloads table[style*=border-color] td,
.wc-block-order-confirmation-downloads table[style*=border-color] th,
.wc-block-order-confirmation-downloads table[style*=border-color] tr,
.wc-block-order-confirmation-downloads table[style*=border-color]>*,
.wc-block-order-confirmation-downloads table[style*=border-width] td,
.wc-block-order-confirmation-downloads table[style*=border-width] th,
.wc-block-order-confirmation-downloads table[style*=border-width] tr,
.wc-block-order-confirmation-downloads table[style*=border-width]>* {
  border: inherit;
  border-left-width: 0;
  border-right-width: 0;
  border-top-width: 0
}

@keyframes wc-skeleton-shimmer {
  to {
    transform: translateX(100%)
  }
}

.wc-block-order-confirmation-address-wrapper,
.woocommerce-order-confirmation-address-wrapper {
  margin-block-start: 48px
}

.wc-block-order-confirmation-address-wrapper .wp-block-column:empty,
.wc-block-order-confirmation-address-wrapper .wp-block-column:not(:has(*)),
.woocommerce-order-confirmation-address-wrapper .wp-block-column:empty,
.woocommerce-order-confirmation-address-wrapper .wp-block-column:not(:has(*)) {
  display: none
}

.wp-block-woocommerce-order-confirmation-billing-wrapper>:first-child {
  margin-top: 0
}

.wp-block-woocommerce-order-confirmation-billing-wrapper .block-editor-block-list__layout>:first-child {
  margin-top: 0 !important
}

.wc-block-order-confirmation-billing-wrapper .wp-block-heading {
  margin-top: 0
}

.wc-block-order-confirmation-billing-address {
  border: 1px solid color-mix(in srgb, currentColor 20%, transparent);
  border-radius: 4px;
  padding: 16px
}

.wc-block-order-confirmation-billing-address address,
.wc-block-order-confirmation-billing-address p {
  box-sizing: border-box;
  display: block;
  font-style: normal;
  margin: 0;
  width: 100% !important
}

.wc-block-order-confirmation-billing-address p:not(.woocommerce-customer-details--phone) {
  margin: 8px 0 0
}

.wc-block-order-confirmation-billing-address p:not(.woocommerce-customer-details--phone) strong {
  display: block;
  font-weight: 700
}

.wc-block-order-confirmation-billing-address p:not(.woocommerce-customer-details--phone) strong:after {
  content: ":"
}

@keyframes wc-skeleton-shimmer {
  to {
    transform: translateX(100%)
  }
}

.wc-block-components-additional-fields-list {
  margin: 0;
  padding: 0
}

.wc-block-components-additional-fields-list dt {
  display: inline;
  font-style: normal;
  font-weight: 700;
  margin: 0;
  padding: 0
}

.wc-block-components-additional-fields-list dt:after {
  content: ": "
}

.wc-block-components-additional-fields-list dt:before {
  content: "";
  display: block
}

.wc-block-components-additional-fields-list dd {
  display: inline;
  font-style: normal;
  margin: 0;
  padding: 0
}

@keyframes wc-skeleton-shimmer {
  to {
    transform: translateX(100%)
  }
}

.wc-block-order-confirmation-address-wrapper,
.woocommerce-order-confirmation-address-wrapper {
  margin-block-start: 48px
}

.wc-block-order-confirmation-address-wrapper .wp-block-column:empty,
.wc-block-order-confirmation-address-wrapper .wp-block-column:not(:has(*)),
.woocommerce-order-confirmation-address-wrapper .wp-block-column:empty,
.woocommerce-order-confirmation-address-wrapper .wp-block-column:not(:has(*)) {
  display: none
}

.wp-block-woocommerce-order-confirmation-shipping-wrapper>:first-child {
  margin-top: 0
}

.wp-block-woocommerce-order-confirmation-shipping-wrapper .block-editor-block-list__layout>:first-child {
  margin-top: 0 !important
}

.wc-block-order-confirmation-shipping-wrapper .wp-block-heading {
  margin-top: 0
}

.wc-block-order-confirmation-order-note,
.wc-block-order-confirmation-shipping-address {
  border: 1px solid color-mix(in srgb, currentColor 20%, transparent);
  border-radius: 4px;
  padding: 16px
}

.wc-block-order-confirmation-order-note address,
.wc-block-order-confirmation-order-note p,
.wc-block-order-confirmation-shipping-address address,
.wc-block-order-confirmation-shipping-address p {
  box-sizing: border-box;
  display: block;
  font-style: normal;
  margin: 0;
  width: 100% !important
}

.wc-block-order-confirmation-order-note p:not(.woocommerce-customer-details--phone),
.wc-block-order-confirmation-shipping-address p:not(.woocommerce-customer-details--phone) {
  margin: 8px 0 0
}

.wc-block-order-confirmation-order-note p:not(.woocommerce-customer-details--phone) strong,
.wc-block-order-confirmation-shipping-address p:not(.woocommerce-customer-details--phone) strong {
  display: block;
  font-weight: 700
}

.wc-block-order-confirmation-order-note p:not(.woocommerce-customer-details--phone) strong:after,
.wc-block-order-confirmation-shipping-address p:not(.woocommerce-customer-details--phone) strong:after {
  content: ":"
}

.wc-block-order-confirmation-order-note {
  margin-top: 48px
}

.wc-block-order-confirmation-order-note .wc-block-order-confirmation-order-note__label {
  font-weight: 700
}

@keyframes wc-skeleton-shimmer {
  to {
    transform: translateX(100%)
  }
}

.wc-block-components-additional-fields-list {
  margin: 0;
  padding: 0
}

.wc-block-components-additional-fields-list dt {
  display: inline;
  font-style: normal;
  font-weight: 700;
  margin: 0;
  padding: 0
}

.wc-block-components-additional-fields-list dt:after {
  content: ": "
}

.wc-block-components-additional-fields-list dt:before {
  content: "";
  display: block
}

.wc-block-components-additional-fields-list dd {
  display: inline;
  font-style: normal;
  margin: 0;
  padding: 0
}

@keyframes wc-skeleton-shimmer {
  to {
    transform: translateX(100%)
  }
}

.editor-styles-wrapper .wc-block-order-confirmation-additional-information-placeholder {
  border: 1px solid color-mix(in srgb, currentColor 20%, transparent);
  border-radius: 4px;
  font-style: italic;
  padding: 16px
}

@keyframes wc-skeleton-shimmer {
  to {
    transform: translateX(100%)
  }
}

.wc-block-order-confirmation-additional-fields-wrapper {
  margin-block-start: 48px
}

@keyframes wc-skeleton-shimmer {
  to {
    transform: translateX(100%)
  }
}

.wc-block-order-confirmation-additional-fields .wc-block-components-additional-fields-list {
  border: 1px solid color-mix(in srgb, currentColor 20%, transparent);
  border-radius: 4px;
  display: grid;
  grid-template-columns: 1fr max-content;
  padding: 0
}

.wc-block-order-confirmation-additional-fields .wc-block-components-additional-fields-list dd,
.wc-block-order-confirmation-additional-fields .wc-block-components-additional-fields-list dt {
  border-bottom: 1px solid color-mix(in srgb, currentColor 20%, transparent)
}

.wc-block-order-confirmation-additional-fields .wc-block-components-additional-fields-list dd:last-of-type,
.wc-block-order-confirmation-additional-fields .wc-block-components-additional-fields-list dt:last-of-type {
  border-bottom: 0
}

.wc-block-order-confirmation-additional-fields .wc-block-components-additional-fields-list dt {
  box-sizing: border-box;
  font-style: normal;
  font-weight: 700;
  margin: 0;
  padding: 16px
}

.wc-block-order-confirmation-additional-fields .wc-block-components-additional-fields-list dt:after {
  display: none
}

.wc-block-order-confirmation-additional-fields .wc-block-components-additional-fields-list dd {
  box-sizing: border-box;
  margin: 0;
  padding: 16px;
  text-align: right
}

@media screen and (max-width:768px) {
  .wc-block-order-confirmation-additional-fields .wc-block-components-additional-fields-list {
    display: block
  }

  .wc-block-order-confirmation-additional-fields .wc-block-components-additional-fields-list dt {
    border-bottom: 0;
    padding-bottom: 0
  }

  .wc-block-order-confirmation-additional-fields .wc-block-components-additional-fields-list dd {
    border-bottom: 1px solid color-mix(in srgb, currentColor 20%, transparent);
    padding-top: 0;
    text-align: left
  }
}

@keyframes wc-skeleton-shimmer {
  to {
    transform: translateX(100%)
  }
}

.wc-block-components-additional-fields-list {
  margin: 0;
  padding: 0
}

.wc-block-components-additional-fields-list dt {
  display: inline;
  font-style: normal;
  font-weight: 700;
  margin: 0;
  padding: 0
}

.wc-block-components-additional-fields-list dt:after {
  content: ": "
}

.wc-block-components-additional-fields-list dt:before {
  content: "";
  display: block
}

.wc-block-components-additional-fields-list dd {
  display: inline;
  font-style: normal;
  margin: 0;
  padding: 0
}

@keyframes wc-skeleton-shimmer {
  to {
    transform: translateX(100%)
  }
}

.wc-block-order-confirmation-create-account {
  align-items: center;
  background: rgba(0, 0, 0, .04);
  box-sizing: border-box;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 16px;
  justify-content: center;
  margin-bottom: 36px !important;
  margin-top: 36px !important;
  padding: 36px
}

.wc-block-order-confirmation-create-account>div {
  flex: 1
}

@media(max-width:782px) {
  .wc-block-order-confirmation-create-account>div {
    flex: 0 0 100%
  }
}

.wc-block-order-confirmation-create-account p {
  margin-bottom: 0;
  margin-top: 0
}

.wc-block-order-confirmation-create-account .block-editor-block-list__layout>:first-child,
.wc-block-order-confirmation-create-account .wc-block-order-confirmation-create-account-content>:first-child {
  margin-top: 0 !important
}

.wc-block-order-confirmation-create-account .block-editor-block-list__layout>:last-child,
.wc-block-order-confirmation-create-account .wc-block-order-confirmation-create-account-content>:last-child {
  margin-bottom: 0 !important
}

.wc-block-order-confirmation-create-account .block-editor-block-list__layout ul,
.wc-block-order-confirmation-create-account .wc-block-order-confirmation-create-account-content ul {
  padding-left: 1em
}

.wc-block-order-confirmation-create-account .block-editor-block-list__layout ul li,
.wc-block-order-confirmation-create-account .wc-block-order-confirmation-create-account-content ul li {
  margin-bottom: 16px
}

.wc-block-order-confirmation-create-account .block-editor-block-list__layout *,
.wc-block-order-confirmation-create-account .wc-block-order-confirmation-create-account-content * {
  color: inherit
}

.wc-block-order-confirmation-create-account form {
  display: flex;
  flex-direction: column;
  gap: 12px
}

.wc-block-order-confirmation-create-account form .wc-block-components-text-input,
.wc-block-order-confirmation-create-account form p {
  margin-bottom: 0;
  margin-top: 0
}

.wc-block-order-confirmation-create-account form .wc-block-components-button {
  padding: 1em;
  width: 100%
}

.wc-block-order-confirmation-create-account form .wc-block-order-confirmation-create-account-description p {
  font-size: .75em;
  text-align: center
}

.wc-block-order-confirmation-create-account form .wc-block-order-confirmation-create-account-description p a,
.wc-block-order-confirmation-create-account form .wc-block-order-confirmation-create-account-description p span {
  white-space: nowrap
}

.wc-block-order-confirmation-create-account form .wc-block-components-password-strength.hidden {
  opacity: 1
}

.wc-block-order-confirmation-create-account .wc-block-order-confirmation-create-account-success {
  padding: 36px 0;
  text-align: center
}

.wc-block-order-confirmation-create-account .wc-block-order-confirmation-create-account-success>:first-child {
  margin-top: 0 !important
}

.wc-block-order-confirmation-create-account .wc-block-order-confirmation-create-account-success>:last-child {
  margin-bottom: 0 !important
}

.wc-block-order-confirmation-create-account .wc-block-order-confirmation-create-account-button--loading .wc-block-components-button__text {
  visibility: hidden
}

.wc-block-order-confirmation-create-account .wc-block-order-confirmation-create-account-button--loading .wc-block-components-spinner {
  visibility: visible
}

@keyframes wc-skeleton-shimmer {
  to {
    transform: translateX(100%)
  }
}

.wc-block-components-button:not(.is-link) {
  align-items: center;
  display: inline-flex;
  height: auto;
  justify-content: center;
  position: relative;
  text-align: center;
  transition: box-shadow .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 {
  text-wrap: balance;
  text-wrap: pretty;
  display: block
}

.wc-block-components-button:not(.is-link) .wc-block-components-button__text>svg {
  fill: currentColor
}

.wc-block-components-button:not(.is-link).text {
  color: #1e1e1e
}

.wc-block-components-button:not(.is-link).text:hover {
  opacity: .9
}

.wc-block-components-button:not(.is-link):disabled .wc-block-components-button__text {
  opacity: .5
}

.wc-block-components-button:not(.is-link).is-style-outline,
.wc-block-components-button:not(.is-link).outlined {
  background: transparent;
  color: currentColor
}

.wc-block-components-button:not(.is-link).is-style-outline:not(:focus),
.wc-block-components-button:not(.is-link).outlined:not(:focus) {
  box-shadow: inset 0 0 0 1px currentColor
}

.wc-block-components-button:not(.is-link).is-style-outline:active,
.wc-block-components-button:not(.is-link).is-style-outline:disabled,
.wc-block-components-button:not(.is-link).is-style-outline:focus,
.wc-block-components-button:not(.is-link).is-style-outline:hover,
.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).is-style-outline:hover,
.wc-block-components-button:not(.is-link).outlined:hover {
  background-color: #1e1e1e;
  color: #fff;
  opacity: 1
}

body:not(.woocommerce-block-theme-has-button-styles) .wc-block-components-button:not(.is-link) {
  min-height: 3em
}

body:not(.woocommerce-block-theme-has-button-styles) .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
}

body:not(.woocommerce-block-theme-has-button-styles) .wc-block-components-button:not(.is-link).text {
  color: #1e1e1e
}

body:not(.woocommerce-block-theme-has-button-styles) .wc-block-components-button:not(.is-link).text:hover {
  opacity: .9
}

@keyframes wc-skeleton-shimmer {
  to {
    transform: translateX(100%)
  }
}

.wc-block-components-password-strength {
  align-items: center;
  display: flex;
  flex-direction: row;
  font-size: .75em;
  gap: 8px;
  height: 1em;
  line-height: 1;
  padding: 8px 0 0;
  text-align: right
}

.wc-block-components-password-strength.hidden {
  opacity: 0
}

.wc-block-components-password-strength .wc-block-components-password-strength__meter {
  background-color: color-mix(in srgb, currentColor 20%, transparent);
  border: 0;
  border-radius: 4px;
  color: #cc1818;
  display: block;
  height: 8px;
  margin: 0;
  width: 100%
}

.wc-block-components-password-strength .wc-block-components-password-strength__meter::-webkit-meter-bar,
.wc-block-components-password-strength .wc-block-components-password-strength__meter::-webkit-meter-inner-element {
  background: none;
  border: 0;
  height: 8px;
  vertical-align: middle
}

.wc-block-components-password-strength .wc-block-components-password-strength__meter::-webkit-meter-even-less-good-value,
.wc-block-components-password-strength .wc-block-components-password-strength__meter::-webkit-meter-optimum-value,
.wc-block-components-password-strength .wc-block-components-password-strength__meter::-webkit-meter-suboptimum-value {
  background: none;
  background-color: currentColor;
  border: 0;
  border-radius: 4px;
  height: 8px;
  -webkit-transition: .2s ease;
  transition: .2s ease;
  vertical-align: middle
}

.wc-block-components-password-strength .wc-block-components-password-strength__meter:-moz-meter-optimum::-moz-meter-bar,
.wc-block-components-password-strength .wc-block-components-password-strength__meter:-moz-meter-sub-optimum::-moz-meter-bar,
.wc-block-components-password-strength .wc-block-components-password-strength__meter:-moz-meter-sub-sub-optimum::-moz-meter-bar {
  background: none;
  background-color: currentColor;
  border: 0;
  border-radius: 4px;
  height: 8px;
  -moz-transition: .2s ease;
  transition: .2s ease;
  vertical-align: middle
}

.wc-block-components-password-strength .wc-block-components-password-strength__result {
  color: #cc1818
}

.wc-block-components-password-strength .wc-block-components-password-strength__result:after {
  content: "Â "
}

.wc-block-components-password-strength .wc-block-components-password-strength__meter[value="1"],
.wc-block-components-password-strength .wc-block-components-password-strength__meter[value="1"]+.wc-block-components-password-strength__result {
  color: #cc1818
}

.wc-block-components-password-strength .wc-block-components-password-strength__meter[value="2"],
.wc-block-components-password-strength .wc-block-components-password-strength__meter[value="2"]+.wc-block-components-password-strength__result {
  color: #cc1818
}

.wc-block-components-password-strength .wc-block-components-password-strength__meter[value="3"],
.wc-block-components-password-strength .wc-block-components-password-strength__meter[value="3"]+.wc-block-components-password-strength__result {
  color: #f0b849
}

.wc-block-components-password-strength .wc-block-components-password-strength__meter[value="4"],
.wc-block-components-password-strength .wc-block-components-password-strength__meter[value="4"]+.wc-block-components-password-strength__result {
  color: #4ab866
}

@keyframes wc-skeleton-shimmer {
  to {
    transform: translateX(100%)
  }
}

.wc-block-components-error {
  align-items: center;
  color: #757575;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin: 48px 0;
  padding: 48px 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: 48px 0 0
}

@keyframes wc-skeleton-shimmer {
  to {
    transform: translateX(100%)
  }
}

html body .wp-block-woocommerce-product-details.is-style-minimal ul.tabs.wc-tabs {
  border-bottom-color: inherit;
  border-bottom-width: 0;
  overflow: visible;
  padding: 0
}

html body .wp-block-woocommerce-product-details.is-style-minimal ul.tabs.wc-tabs:after,
html body .wp-block-woocommerce-product-details.is-style-minimal ul.tabs.wc-tabs:before {
  display: none
}

html body .wp-block-woocommerce-product-details.is-style-minimal ul.tabs.wc-tabs li {
  background: transparent;
  border: solid transparent;
  border-radius: 0;
  border-width: 0 0 2px;
  color: inherit;
  display: inline-block;
  float: none;
  font-weight: 700;
  margin: 0;
  opacity: .65;
  padding: 0
}

html body .wp-block-woocommerce-product-details.is-style-minimal ul.tabs.wc-tabs li a {
  border: none;
  color: inherit;
  display: inline-block;
  padding: .5em 1em;
  text-decoration: none;
  text-shadow: none
}

html body .wp-block-woocommerce-product-details.is-style-minimal ul.tabs.wc-tabs li.active,
html body .wp-block-woocommerce-product-details.is-style-minimal ul.tabs.wc-tabs li:focus-within,
html body .wp-block-woocommerce-product-details.is-style-minimal ul.tabs.wc-tabs li:hover {
  background: inherit;
  border-color: inherit;
  color: inherit;
  opacity: 1
}

html body .wp-block-woocommerce-product-details.is-style-minimal ul.tabs.wc-tabs li.active a,
html body .wp-block-woocommerce-product-details.is-style-minimal ul.tabs.wc-tabs li:focus-within a,
html body .wp-block-woocommerce-product-details.is-style-minimal ul.tabs.wc-tabs li:hover a {
  border: none;
  color: inherit;
  text-decoration: none
}

html body .wp-block-woocommerce-product-details.is-style-minimal ul.tabs.wc-tabs li a:focus:not(:focus-visible),
html body .wp-block-woocommerce-product-details.is-style-minimal ul.tabs.wc-tabs li:focus:not(:focus-visible) {
  outline: none
}

@media only screen and (max-width:768px) {
  html body .wp-block-woocommerce-product-details.is-style-minimal ul.tabs.wc-tabs li {
    border-bottom-width: 0;
    border-left-width: 2px;
    display: block;
    margin-bottom: 2px
  }
}

html body .wp-block-woocommerce-product-details.is-style-minimal ul.tabs.wc-tabs li:first-child {
  margin-left: 0
}

html body .wp-block-woocommerce-product-details.is-style-minimal ul.tabs.wc-tabs li:after,
html body .wp-block-woocommerce-product-details.is-style-minimal ul.tabs.wc-tabs li:before {
  display: none
}

@keyframes wc-skeleton-shimmer {
  to {
    transform: translateX(100%)
  }
}

:where(.wp-block-product-specifications-item__label) {
  text-align: left
}

@keyframes wc-skeleton-shimmer {
  to {
    transform: translateX(100%)
  }
}

.wp-block-woocommerce-accordion-item {
  display: grid;
  grid-template-rows: max-content 0fr
}

.wp-block-woocommerce-accordion-item.is-open {
  grid-template-rows: max-content 1fr
}

.wp-block-woocommerce-accordion-item .accordion-item__heading {
  color: inherit;
  margin: 0;
  padding: 0
}

.accordion-item__toggle {
  align-items: center;
  background: none;
  border: none;
  color: inherit;
  cursor: pointer;
  display: flex;
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  letter-spacing: inherit;
  line-height: inherit;
  outline: none;
  padding: var(--wp--preset--spacing--20, 1em) 0;
  position: relative;
  text-align: inherit;
  text-decoration: inherit;
  text-transform: inherit;
  width: 100%;
  word-spacing: inherit
}

.accordion-item__toggle>span {
  width: 100%
}

.is-layout-flow>.wp-block-woocommerce-accordion-panel,
.wp-block-woocommerce-accordion-panel {
  margin: 0;
  overflow: hidden
}

.accordion-panel__wrapper {
  padding-bottom: var(--wp--preset--spacing--20, 1em)
}

.is-style-no-icon .accordion-item__toggle-icon {
  background-color: unset
}

.wp-block-woocommerce-accordion-header.icon-position-left .accordion-item__toggle {
  flex-direction: row-reverse
}

.accordion-item__toggle:focus-visible {
  outline: 2px solid -webkit-focus-ring-color;
  outline-offset: 2px
}

@media(prefers-reduced-motion:no-preference) {
  .wp-block-woocommerce-accordion-item .accordion-item__toggle-icon {
    transition: transform .2s ease-in-out
  }

  .wp-block-woocommerce-accordion-item {
    transition: grid-template-rows .3s ease-out
  }
}

.is-open .accordion-item__toggle-icon.has-icon-plus {
  transform: rotate(45deg)
}

.is-open .accordion-item__toggle-icon.has-icon-chevron {
  transform: rotate(-180deg)
}

.is-open .accordion-item__toggle-icon.has-icon-circlePlus {
  transform: rotate(45deg)
}

.is-open .accordion-item__toggle-icon.has-icon-caret {
  transform: rotate(-180deg)
}

.is-open .accordion-item__toggle-icon.has-icon-chevronRight {
  transform: rotate(90deg)
}

@keyframes wc-skeleton-shimmer {
  to {
    transform: translateX(100%)
  }
}

.wp-block-woocommerce-product-reviews-title.has-background {
  padding: inherit
}

@keyframes wc-skeleton-shimmer {
  to {
    transform: translateX(100%)
  }
}

.wp-block-woocommerce-product-review-form .comment-form-rating .wp-block-woocommerce-product-reviews__editor__stars {
  display: block;
  margin: 0 0 10px
}

@keyframes wc-skeleton-shimmer {
  to {
    transform: translateX(100%)
  }
}

:where(.wp-block-woocommerce-product-review-form) input:not([type=submit]),
:where(.wp-block-woocommerce-product-review-form) textarea {
  border: 1px solid #949494;
  font-family: inherit;
  font-size: 1em
}

:where(.wp-block-woocommerce-product-review-form) input:where(:not([type=submit]):not([type=checkbox])),
:where(.wp-block-woocommerce-product-review-form) textarea {
  padding: calc(.667em + 2px)
}

:where(.wp-block-woocommerce-product-review-form) :where(.comment-form-rating button.is-hovered path),
:where(.wp-block-woocommerce-product-review-form) :where(.comment-form-rating button.is-selected path) {
  fill: currentColor
}

.wp-block-woocommerce-product-review-form {
  box-sizing: border-box
}

.wp-block-woocommerce-product-review-form[style*=font-weight].comment-respond :where(.comment-reply-title) {
  font-weight: inherit
}

.wp-block-woocommerce-product-review-form[style*=font-family].comment-respond :where(.comment-reply-title) {
  font-family: inherit
}

.wp-block-woocommerce-product-review-form[class*=-font-size].comment-respond :where(.comment-reply-title),
.wp-block-woocommerce-product-review-form[style*=font-size].comment-respond :where(.comment-reply-title) {
  font-size: inherit
}

.wp-block-woocommerce-product-review-form[style*=line-height].comment-respond :where(.comment-reply-title) {
  line-height: inherit
}

.wp-block-woocommerce-product-review-form[style*=font-style].comment-respond :where(.comment-reply-title) {
  font-style: inherit
}

.wp-block-woocommerce-product-review-form[style*=letter-spacing].comment-respond :where(.comment-reply-title) {
  letter-spacing: inherit
}

.wp-block-woocommerce-product-review-form :where(input[type=submit]) {
  box-shadow: none;
  cursor: pointer;
  display: inline-block;
  overflow-wrap: break-word;
  text-align: center
}

.wp-block-woocommerce-product-review-form .review-form input:not([type=submit]):not([type=checkbox]):not([type=hidden]),
.wp-block-woocommerce-product-review-form .review-form textarea {
  box-sizing: border-box;
  display: block;
  width: 100%
}

.wp-block-woocommerce-product-review-form textarea[name=comment]:focus {
  outline-offset: -2px
}

.wp-block-woocommerce-product-review-form .comment-form-author label,
.wp-block-woocommerce-product-review-form .comment-form-email label,
.wp-block-woocommerce-product-review-form .comment-form-url label {
  display: block;
  margin-bottom: .25em
}

.wp-block-woocommerce-product-review-form .comment-form-cookies-consent {
  display: flex;
  gap: .25em
}

.wp-block-woocommerce-product-review-form .comment-form-cookies-consent #wp-comment-cookies-consent {
  margin-top: .35em
}

.wp-block-woocommerce-product-review-form .comment-reply-title {
  font-size: var(--wp--preset--font-size--medium);
  font-weight: 700;
  margin-bottom: 0
}

.wp-block-woocommerce-product-review-form .comment-form-rating select {
  margin-left: .5em
}

.wp-block-woocommerce-product-review-form .comment-form-rating button {
  appearance: none;
  background: transparent;
  border: none;
  cursor: pointer;
  padding: 0 1px
}

.wp-block-woocommerce-product-review-form .comment-form-rating .stars-wrapper:not([hidden]) {
  align-items: center;
  display: flex;
  gap: 16px
}

.wp-block-woocommerce-product-review-form .comment-form-rating .stars {
  align-items: center;
  display: flex
}

.wp-block-woocommerce-product-review-form .comment-form-rating .stars svg {
  display: block
}

@keyframes wc-skeleton-shimmer {
  to {
    transform: translateX(100%)
  }
}

.wp-block-woocommerce-product-review-date {
  box-sizing: border-box
}

@keyframes wc-skeleton-shimmer {
  to {
    transform: translateX(100%)
  }
}

.review-awaiting-moderation {
  display: block;
  font-size: .875em;
  line-height: 1.5
}

.wp-block-woocommerce-product-review-content {
  box-sizing: border-box
}

@keyframes wc-skeleton-shimmer {
  to {
    transform: translateX(100%)
  }
}

.wp-block-woocommerce-product-review-author-name {
  box-sizing: border-box
}

@keyframes wc-skeleton-shimmer {
  to {
    transform: translateX(100%)
  }
}

.wp-block-woocommerce-product-reviews-pagination>.wp-block-woocommerce-product-reviews-pagination-next,
.wp-block-woocommerce-product-reviews-pagination>.wp-block-woocommerce-product-reviews-pagination-numbers,
.wp-block-woocommerce-product-reviews-pagination>.wp-block-woocommerce-product-reviews-pagination-previous {
  font-size: inherit;
  margin-bottom: .5em;
  margin-right: .5em
}

.wp-block-woocommerce-product-reviews-pagination>.wp-block-woocommerce-product-reviews-pagination-next:last-child,
.wp-block-woocommerce-product-reviews-pagination>.wp-block-woocommerce-product-reviews-pagination-numbers:last-child,
.wp-block-woocommerce-product-reviews-pagination>.wp-block-woocommerce-product-reviews-pagination-previous:last-child {
  margin-right: 0
}

.wp-block-woocommerce-product-reviews-pagination .wp-block-woocommerce-product-reviews-pagination-previous-arrow {
  display: inline-block;
  margin-right: 1ch
}

.wp-block-woocommerce-product-reviews-pagination .wp-block-woocommerce-product-reviews-pagination-previous-arrow:not(.is-arrow-chevron) {
  transform: scaleX(1)
}

.wp-block-woocommerce-product-reviews-pagination .wp-block-woocommerce-product-reviews-pagination-next-arrow {
  display: inline-block;
  margin-left: 1ch
}

.wp-block-woocommerce-product-reviews-pagination .wp-block-woocommerce-product-reviews-pagination-next-arrow:not(.is-arrow-chevron) {
  transform: scaleX(1)
}

.wp-block-woocommerce-product-reviews-pagination.aligncenter {
  justify-content: center
}

@keyframes wc-skeleton-shimmer {
  to {
    transform: translateX(100%)
  }
}

.wp-block-woocommerce-product-review-template {
  box-sizing: border-box;
  list-style: none;
  margin-bottom: 0;
  max-width: 100%;
  padding: 0
}

.wp-block-woocommerce-product-review-template li {
  clear: both
}

.wp-block-woocommerce-product-review-template ol {
  list-style: none;
  margin-bottom: 0;
  max-width: 100%;
  padding-left: 2rem
}

.wp-block-woocommerce-product-review-template.alignleft {
  float: left
}

.wp-block-woocommerce-product-review-template.aligncenter {
  margin-left: auto;
  margin-right: auto;
  width: fit-content
}

.wp-block-woocommerce-product-review-template.alignright {
  float: right
}

@keyframes wc-skeleton-shimmer {
  to {
    transform: translateX(100%)
  }
}

.wc-block-components-error {
  align-items: center;
  color: #757575;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin: 48px 0;
  padding: 48px 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: 48px 0 0
}

@keyframes wc-skeleton-shimmer {
  to {
    transform: translateX(100%)
  }
}

.wc-block-components-sidebar-layout {
  display: flex;
  flex-wrap: wrap;
  margin: 0 auto 16px;
  position: relative
}

.wc-block-components-sidebar-layout:has(>:last-child.wp-block-woocommerce-checkout-fields-block) {
  flex-direction: row-reverse
}

.wc-block-components-sidebar-layout .wc-block-must-login-prompt {
  display: block
}

.wc-block-components-sidebar-layout .wc-block-components-main {
  box-sizing: border-box;
  margin: 0;
  padding-right: 4.5283018868%;
  width: 65%
}

.wc-block-components-sidebar {
  box-sizing: border-box;
  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
}

@container (max-width: 699px) {
  .wc-block-components-sidebar-layout {
    flex-direction: column;
    margin: 0 auto 16px
  }

  .wc-block-components-sidebar-layout .wc-block-components-main,
  .wc-block-components-sidebar-layout .wc-block-components-sidebar {
    padding: 0;
    width: 100%
  }
}

@container (min-width: 700px) {

  .wc-block-components-sidebar .slot-wrapper .wc-block-components-panel,
  .wc-block-components-sidebar .wc-block-components-panel,
  .wc-block-components-sidebar .wc-block-components-totals-coupon,
  .wc-block-components-sidebar .wc-block-components-totals-item {
    padding-left: 16px;
    padding-right: 16px
  }

  .wc-block-components-sidebar .wc-block-components-panel .wc-block-components-totals-item,
  .wc-block-components-sidebar .wc-block-components-totals-item .wc-block-components-panel {
    padding: 0
  }
}

.wc-block-components-sidebar .wc-block-components-panel>h2 {
  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
}

@keyframes wc-skeleton-shimmer {
  to {
    transform: translateX(100%)
  }
}

.wc-block-components-skeleton {
  display: flex;
  flex-direction: column;
  gap: 1rem
}

.wc-block-components-skeleton__element {
  background: color-mix(in srgb, currentColor 5%, transparent);
  border: none;
  border-radius: 4px;
  overflow: hidden;
  position: relative
}

.wc-block-components-skeleton__element:after {
  animation: wc-skeleton-shimmer 1.25s infinite;
  background: linear-gradient(90deg, transparent, color-mix(in srgb, currentColor 5%, transparent) 50%, transparent);
  content: "";
  inset: 0;
  position: absolute;
  transform: translateX(-100%)
}

@media(prefers-reduced-motion:reduce) {
  .wc-block-components-skeleton__element:after {
    animation: none
  }
}

.wc-block-components-skeleton__element--static:after {
  display: none
}

@keyframes wc-skeleton-shimmer {
  to {
    transform: translateX(100%)
  }
}

table.wc-block-cart-items,
table.wc-block-cart-items td,
table.wc-block-cart-items th {
  background: none !important;
  border: 0;
  margin: 0
}

.editor-styles-wrapper table.wc-block-cart-items,
table.wc-block-cart-items {
  width: 100%
}

.editor-styles-wrapper table.wc-block-cart-items .wc-block-cart-items__header,
table.wc-block-cart-items .wc-block-cart-items__header {
  font-size: var(--wp--preset--font-size--small, 14px);
  line-height: 1.4;
  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: 80px
}

.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__header th,
table.wc-block-cart-items .wc-block-cart-items__header th {
  font-weight: 500
}

.editor-styles-wrapper table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__wrap,
table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__wrap {
  align-items: flex-start;
  display: flex;
  flex-direction: column;
  gap: 4px
}

.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__prices,
table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__prices {
  align-items: center;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  font-size: var(--wp--preset--font-size--small, 14px);
  gap: 8px;
  line-height: 1.4
}

@container (max-width: 399px) {

  .editor-styles-wrapper table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__prices,
  table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__prices {
    flex-wrap: wrap
  }
}

.editor-styles-wrapper table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__prices>:empty,
table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__prices>:empty {
  display: none
}

.editor-styles-wrapper table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__prices .price,
table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__prices .price {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 4px
}

.editor-styles-wrapper table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__prices .price>*,
table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__prices .price>* {
  margin: 0
}

.editor-styles-wrapper table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__prices .price[hidden],
table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__prices .price[hidden] {
  display: none
}

.editor-styles-wrapper table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__quantity,
table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__quantity {
  align-items: center;
  display: flex;
  flex-direction: row;
  gap: 12px
}

.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: transparent;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  color: inherit;
  display: inline;
  font-family: inherit;
  font-size: inherit;
  font-style: inherit;
  font-weight: inherit;
  height: 24px;
  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;
  width: 24px
}

.editor-styles-wrapper table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__quantity .wc-block-cart-item__remove-link:active,
.editor-styles-wrapper table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__quantity .wc-block-cart-item__remove-link:focus,
.editor-styles-wrapper table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__quantity .wc-block-cart-item__remove-link:hover,
table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__quantity .wc-block-cart-item__remove-link:active,
table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__quantity .wc-block-cart-item__remove-link:focus,
table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__quantity .wc-block-cart-item__remove-link:hover {
  background: transparent
}

.editor-styles-wrapper table.wc-block-cart-items .wc-block-cart-items__row .wc-block-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:hover {
  color: inherit;
  cursor: pointer;
  text-decoration: none
}

.editor-styles-wrapper table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__quantity .wc-block-cart-item__remove-link[hidden],
table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__quantity .wc-block-cart-item__remove-link[hidden] {
  display: none
}

.editor-styles-wrapper table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__quantity .wc-block-cart-item__remove-link svg,
table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__quantity .wc-block-cart-item__remove-link svg {
  fill: currentColor
}

.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;
  font-size: var(--wp--preset--font-size--small, 14px);
  font-weight: 500;
  line-height: 1.4;
  max-width: max-content
}

.editor-styles-wrapper table.wc-block-cart-items .wc-block-cart-items__row .wc-block-components-product-name[hidden],
table.wc-block-cart-items .wc-block-cart-items__row .wc-block-components-product-name[hidden] {
  display: none
}

.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: var(--wp--preset--font-size--small, 14px);
  line-height: 1.4;
  text-align: right
}

.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: .5;
  pointer-events: none;
  transition: opacity .2s ease
}

@container (max-width: 699px) {
  .wc-block-cart table.wc-block-cart-items td {
    margin: 0;
    padding: 0
  }

  .wc-block-cart table.wc-block-cart-items .wc-block-cart-item__remove-link,
  .wc-block-cart table.wc-block-cart-items .wc-block-cart-items__header {
    display: none
  }

  .wc-block-cart table.wc-block-cart-items:not(.wc-block-mini-cart-items):not(:last-child) .wc-block-cart-items__row {
    border-bottom: 1px solid color-mix(in srgb, currentColor 20%, transparent)
  }

  .wc-block-cart table.wc-block-cart-items .wc-block-cart-items__row {
    display: grid;
    grid-template-columns: 80px 132px;
    padding: 16px 0
  }

  .wc-block-cart table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__image {
    grid-column-start: 1;
    grid-row-start: 1;
    padding-right: 16px
  }

  .wc-block-cart table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__product {
    grid-column-end: 4;
    grid-column-start: 2;
    grid-row-start: 1;
    justify-self: stretch;
    padding: 0
  }

  .wc-block-cart table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__quantity {
    grid-column-start: 1;
    grid-row-start: 2;
    padding-right: 16px;
    padding-top: 0;
    vertical-align: bottom
  }

  .wc-block-cart table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__total {
    grid-row-start: 1
  }

  .wc-block-cart 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-medium table.wc-block-cart-items td,
.is-mobile table.wc-block-cart-items td,
.is-small table.wc-block-cart-items td {
  margin: 0;
  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):not(:last-child) .wc-block-cart-items__row,
.is-mobile table.wc-block-cart-items:not(.wc-block-mini-cart-items):not(:last-child) .wc-block-cart-items__row,
.is-small table.wc-block-cart-items:not(.wc-block-mini-cart-items):not(:last-child) .wc-block-cart-items__row {
  border-bottom: 1px solid color-mix(in srgb, currentColor 20%, transparent)
}

.is-medium table.wc-block-cart-items .wc-block-cart-items__row,
.is-mobile table.wc-block-cart-items .wc-block-cart-items__row,
.is-small table.wc-block-cart-items .wc-block-cart-items__row {
  display: 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 {
  grid-column-start: 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 {
  grid-column-end: 4;
  grid-column-start: 2;
  grid-row-start: 1;
  justify-self: stretch;
  padding: 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 {
  grid-column-start: 1;
  grid-row-start: 2;
  padding-right: 16px;
  padding-top: 0;
  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 {
  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
}

@container (min-width: 700px) {
  .wc-block-cart__main .wc-block-cart-items {
    border-bottom: 1px solid color-mix(in srgb, currentColor 20%, transparent);
    border-spacing: 0
  }

  .wc-block-cart__main .wc-block-cart-items th {
    padding: 8px 16px 12px 0;
    white-space: nowrap
  }

  .wc-block-cart__main .wc-block-cart-items td {
    border-top: 1px solid color-mix(in srgb, currentColor 20%, transparent);
    padding: 20px 0 20px 16px;
    vertical-align: top
  }

  .wc-block-cart__main .wc-block-cart-items th:last-child {
    padding-right: 16px
  }

  .wc-block-cart__main .wc-block-cart-items td:last-child {
    padding-right: 16px
  }
}

@container (min-width: 700px) {
  .wc-block-cart {
    margin-bottom: 3em
  }

  .wc-block-cart.has-dark-controls .wc-block-cart-items {
    border-color: hsla(0, 0%, 100%, .4)
  }

  .wc-block-cart.has-dark-controls .wc-block-cart-items th {
    color: #fff
  }

  .wc-block-cart.has-dark-controls .wc-block-cart-items td {
    border-color: hsla(0, 0%, 100%, .4)
  }
}

@keyframes wc-skeleton-shimmer {
  to {
    transform: translateX(100%)
  }
}

.wp-block-woocommerce-cart {
  container-type: inline-size;
  width: 100%
}

.wc-block-cart {
  padding-top: 16px
}

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

.wc-block-cart .wc-block-components-totals-footer-item,
.wc-block-cart .wc-block-components-totals-taxes {
  margin: 0
}

.wc-block-cart .wp-block-woocommerce-cart-order-summary-block {
  border-bottom: 1px solid color-mix(in srgb, currentColor 20%, transparent);
  font-size: var(--wp--preset--font-size--small, 14px);
  line-height: 1.4;
  margin-bottom: 16px
}

.wc-block-cart .wp-block-woocommerce-cart-order-summary-block .wc-block-components-panel,
.wc-block-cart .wp-block-woocommerce-cart-order-summary-block .wc-block-components-totals-coupon,
.wc-block-cart .wp-block-woocommerce-cart-order-summary-block .wc-block-components-totals-item {
  padding-left: 0;
  padding-right: 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-mix(in srgb, currentColor 5%, transparent);
  border: none;
  border-radius: 4px;
  display: inline-block;
  min-width: 84px;
  overflow: hidden;
  position: relative
}

.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 {
  animation: wc-skeleton-shimmer 1.25s infinite;
  background: linear-gradient(90deg, transparent, color-mix(in srgb, currentColor 5%, transparent) 50%, transparent);
  content: "";
  inset: 0;
  position: absolute;
  transform: translateX(-100%)
}

@media(prefers-reduced-motion:reduce) {

  .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 {
    animation: none
  }
}

.wc-block-cart--is-loading h2 span--static:after,
.wc-block-cart--is-loading th span--static:after,
.wc-block-mini-cart__drawer.is-loading h2 span--static:after,
.wc-block-mini-cart__drawer.is-loading th span--static:after {
  display: 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-mix(in srgb, currentColor 5%, transparent);
  border: none;
  border-radius: 4px;
  overflow: hidden;
  position: relative
}

.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 {
  animation: wc-skeleton-shimmer 1.25s infinite;
  background: linear-gradient(90deg, transparent, color-mix(in srgb, currentColor 5%, transparent) 50%, transparent);
  content: "";
  inset: 0;
  position: absolute;
  transform: translateX(-100%)
}

@media(prefers-reduced-motion:reduce) {

  .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 {
    animation: none
  }
}

.wc-block-cart--is-loading .wc-block-components-product-metadata--static:after,
.wc-block-cart--is-loading .wc-block-components-product-price--static:after,
.wc-block-cart--is-loading .wc-block-components-quantity-selector--static:after,
.wc-block-mini-cart__drawer.is-loading .wc-block-components-product-metadata--static:after,
.wc-block-mini-cart__drawer.is-loading .wc-block-components-product-price--static:after,
.wc-block-mini-cart__drawer.is-loading .wc-block-components-quantity-selector--static:after {
  display: 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-mix(in srgb, currentColor 5%, transparent);
  border: none;
  border-radius: 4px;
  display: inline-block;
  min-width: 84px;
  overflow: hidden;
  position: relative
}

.wc-block-cart--is-loading .wc-block-components-product-name:after,
.wc-block-mini-cart__drawer.is-loading .wc-block-components-product-name:after {
  animation: wc-skeleton-shimmer 1.25s infinite;
  background: linear-gradient(90deg, transparent, color-mix(in srgb, currentColor 5%, transparent) 50%, transparent);
  content: "";
  inset: 0;
  position: absolute;
  transform: translateX(-100%)
}

@media(prefers-reduced-motion:reduce) {

  .wc-block-cart--is-loading .wc-block-components-product-name:after,
  .wc-block-mini-cart__drawer.is-loading .wc-block-components-product-name:after {
    animation: none
  }
}

.wc-block-cart--is-loading .wc-block-components-product-name--static:after,
.wc-block-mini-cart__drawer.is-loading .wc-block-components-product-name--static:after {
  display: 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: .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-mix(in srgb, currentColor 5%, transparent);
  border: none;
  border-radius: 4px;
  display: block;
  overflow: hidden;
  position: relative
}

.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 {
  animation: wc-skeleton-shimmer 1.25s infinite;
  background: linear-gradient(90deg, transparent, color-mix(in srgb, currentColor 5%, transparent) 50%, transparent);
  content: "";
  inset: 0;
  position: absolute;
  transform: translateX(-100%)
}

@media(prefers-reduced-motion:reduce) {

  .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 {
    animation: none
  }
}

.wc-block-cart--is-loading .wc-block-cart-item__image>a--static:after,
.wc-block-mini-cart__drawer.is-loading .wc-block-cart-item__image>a--static:after {
  display: 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: .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-mix(in srgb, currentColor 5%, transparent);
  border: none;
  border-radius: 4px;
  min-height: 460px;
  overflow: hidden;
  position: relative
}

.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 {
  animation: wc-skeleton-shimmer 1.25s infinite;
  background: linear-gradient(90deg, transparent, color-mix(in srgb, currentColor 5%, transparent) 50%, transparent);
  content: "";
  inset: 0;
  position: absolute;
  transform: translateX(-100%)
}

@media(prefers-reduced-motion:reduce) {

  .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 {
    animation: none
  }
}

.wc-block-cart--is-loading .wc-block-cart__sidebar .components-card--static:after,
.wc-block-mini-cart__drawer.is-loading .wc-block-cart__sidebar .components-card--static:after {
  display: 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;
  gap: 4px
}

.wc-block-components-sidebar-layout.wc-block-cart {
  padding-top: 0
}

@container (max-width: 699px) {
  .wc-block-cart .wc-block-components-sidebar .wc-block-cart__totals-title {
    display: none
  }
}

@container (min-width: 700px) {
  .wc-block-cart {
    margin-bottom: 3em
  }

  .wc-block-cart .wc-block-components-radio-control__input {
    left: 0;
    margin: 0
  }

  .wc-block-cart .wc-block-cart__totals-title {
    background: transparent;
    border: 0;
    border-radius: 0;
    box-shadow: none;
    color: inherit;
    display: inline;
    display: block;
    font-family: inherit;
    font-size: inherit;
    font-size: var(--wp--preset--font-size--small, 14px);
    font-style: inherit;
    font-weight: inherit;
    font-weight: 500;
    letter-spacing: inherit;
    line-height: inherit;
    line-height: 1.4;
    margin: 0;
    padding: 8px 16px 10px 0;
    text-align: left;
    text-decoration: inherit;
    text-transform: inherit;
    text-transform: uppercase;
    vertical-align: baseline
  }

  .wc-block-cart .wc-block-components-sidebar {
    margin-top: 0
  }

  .wc-block-cart .wc-block-cart__payment-options {
    padding: 16px 0 0
  }

  .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: 4.5283018868%;
  width: 65%
}

.wp-block-woocommerce-cart.is-loading .wp-block-woocommerce-cart-line-items-block {
  background: color-mix(in srgb, currentColor 5%, transparent);
  border: none;
  border-radius: 4px;
  display: block;
  min-height: 15em;
  overflow: hidden;
  position: relative;
  transition: background-color .2s ease
}

.wp-block-woocommerce-cart.is-loading .wp-block-woocommerce-cart-line-items-block:after {
  animation: wc-skeleton-shimmer 1.25s infinite;
  background: linear-gradient(90deg, transparent, color-mix(in srgb, currentColor 5%, transparent) 50%, transparent);
  content: "";
  inset: 0;
  position: absolute;
  transform: translateX(-100%)
}

@media(prefers-reduced-motion:reduce) {
  .wp-block-woocommerce-cart.is-loading .wp-block-woocommerce-cart-line-items-block:after {
    animation: none
  }
}

.wp-block-woocommerce-cart.is-loading .wp-block-woocommerce-cart-line-items-block--static:after {
  display: none
}

.wp-block-woocommerce-cart.is-loading .wp-block-woocommerce-cart-line-items-block:after {
  transition: background-color .2s ease
}

@media(prefers-reduced-motion:reduce) {
  .wp-block-woocommerce-cart.is-loading .wp-block-woocommerce-cart-line-items-block {
    transition: background-color .2s ease
  }

  .wp-block-woocommerce-cart.is-loading .wp-block-woocommerce-cart-line-items-block:after {
    transition: background-color .2s ease
  }
}

.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-mix(in srgb, currentColor 5%, transparent);
  border: none;
  border-radius: 4px;
  display: block;
  margin: 0 0 1em;
  min-height: 48px;
  overflow: hidden;
  position: relative;
  transition: background-color .2s ease
}

.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 {
  animation: wc-skeleton-shimmer 1.25s infinite;
  background: linear-gradient(90deg, transparent, color-mix(in srgb, currentColor 5%, transparent) 50%, transparent);
  content: "";
  inset: 0;
  position: absolute;
  transform: translateX(-100%)
}

@media(prefers-reduced-motion:reduce) {

  .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 {
    animation: none
  }
}

.wp-block-woocommerce-cart.is-loading .wp-block-woocommerce-cart-accepted-payment-methods-block--static:after,
.wp-block-woocommerce-cart.is-loading .wp-block-woocommerce-cart-express-payment-block--static:after,
.wp-block-woocommerce-cart.is-loading .wp-block-woocommerce-cart-order-summary-block--static:after,
.wp-block-woocommerce-cart.is-loading .wp-block-woocommerce-proceed-to-checkout-block--static:after {
  display: none
}

.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 {
  transition: background-color .2s ease
}

@media(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 {
    transition: background-color .2s ease
  }

  .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 {
    transition: background-color .2s ease
  }
}

.wp-block-woocommerce-cart.is-loading div.wp-block-woocommerce-cart-order-summary-block {
  height: 200px
}

.wp-block-woocommerce-cart.is-loading div.wp-block-woocommerce-cart-order-summary-totals-block {
  border-top: none
}

@container (max-width: 699px) {
  .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%
  }
}

@keyframes wc-skeleton-shimmer {
  to {
    transform: translateX(100%)
  }
}

.wc-block-cart-item__image .wc-block-components-skeleton__element {
  padding-bottom: 100%
}

.wc-block-cart-item__total {
  display: flex;
  justify-content: flex-end
}

.wc-block-components-order-summary .wc-block-components-skeleton--cart-line-items-checkout .wc-block-components-order-summary-item__image {
  margin-top: 4px
}

.wc-block-components-order-summary .wc-block-components-skeleton--cart-line-items-checkout .wc-block-components-order-summary-item__description {
  flex-grow: 1
}

.wc-block-components-order-summary .wc-block-components-skeleton--cart-line-items-checkout .wc-block-components-order-summary-item__description .wc-block-components-skeleton__element {
  margin-bottom: 8px
}

@keyframes wc-skeleton-shimmer {
  to {
    transform: translateX(100%)
  }
}

.wc-block-components-quantity-selector {
  border: 1px solid color-mix(in srgb, currentColor 30%, transparent);
  border-radius: 4px;
  box-sizing: border-box;
  display: flex;
  position: relative;
  width: 107px
}

.wc-block-components-quantity-selector input.wc-block-components-quantity-selector__input {
  appearance: textfield;
  background: transparent;
  border: 0;
  box-shadow: none;
  color: currentColor;
  flex: 1 1 auto;
  font-size: var(--wp--preset--font-size--small, 14px);
  line-height: 1.4;
  line-height: 1;
  margin: 0;
  min-width: 40px;
  order: 2;
  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: .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: .9em;
  font-style: normal;
  font-weight: 400;
  margin: 0;
  min-width: 30px;
  opacity: .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: .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
}

.wc-block-components-quantity-selector[hidden] {
  display: none
}

:where(.wc-block-components-quantity-selector .wc-block-components-quantity-selector__input) {
  padding: .4em 0
}

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

@keyframes wc-skeleton-shimmer {
  to {
    transform: translateX(100%)
  }
}

.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 {
  display: block
}

.wc-block-components-product-price[hidden] {
  display: none
}

.wc-block-components-product-price>:empty {
  display: none
}

.wc-block-components-product-price .wc-block-all-products .wc-block-components-product-price {
  margin-bottom: 12px
}

.wc-block-components-product-price ins {
  text-decoration: none
}

.wc-block-components-product-price .woocommerce-Price-amount {
  white-space: nowrap
}

.wc-block-components-product-price__value.is-discounted {
  margin-left: .5em
}

.is-loading .wc-block-components-product-price:before {
  background-color: currentColor !important;
  border: 0 !important;
  border-radius: .25rem;
  box-shadow: none;
  color: currentColor !important;
  content: ".";
  display: block;
  display: inline-block;
  line-height: 1;
  max-width: 100% !important;
  opacity: .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 {
  animation: loading__animation 1.5s ease-in-out infinite;
  background-image: linear-gradient(90deg, currentColor, hsla(0, 0%, 96%, .302), currentColor);
  background-repeat: no-repeat;
  content: " ";
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  transform: translateX(-100%)
}

@keyframes loading__animation {
  to {
    transform: translateX(100%)
  }
}

@media screen and (prefers-reduced-motion:reduce) {
  .is-loading .wc-block-components-product-price:before {
    animation: none
  }
}

@keyframes wc-skeleton-shimmer {
  to {
    transform: translateX(100%)
  }
}

.wc-block-components-product-name {
  font-size: 1em;
  overflow-wrap: anywhere;
  word-break: break-word
}

@keyframes wc-skeleton-shimmer {
  to {
    transform: translateX(100%)
  }
}

.wc-block-components-product-badge {
  background: color-mix(in srgb, currentColor 10%, transparent);
  display: inline-block;
  font-size: var(--wp--preset--font-size--x-small, calc(var(--wp--preset--font-size--small, 14px)*.875));
  line-height: 1.4;
  padding: 2px 4px;
  white-space: nowrap
}

.wc-block-components-product-badge[hidden] {
  display: none
}

@keyframes wc-skeleton-shimmer {
  to {
    transform: translateX(100%)
  }
}

.wc-block-components-product-details.wc-block-components-product-details {
  font-size: var(--wp--preset--font-size--x-small, calc(var(--wp--preset--font-size--small, 14px)*.875));
  line-height: 1.4
}

.wc-block-components-product-details__name,
.wc-block-components-product-details__value {
  display: inline
}

@keyframes wc-skeleton-shimmer {
  to {
    transform: translateX(100%)
  }
}

.wc-block-components-product-metadata {
  display: flex;
  flex-direction: column;
  font-size: var(--wp--preset--font-size--small, 14px);
  gap: 4px;
  line-height: 1.4
}

.wc-block-components-product-metadata .wc-block-components-product-metadata__description>p,
.wc-block-components-product-metadata .wc-block-components-product-metadata__variation-data {
  font-size: var(--wp--preset--font-size--x-small, calc(var(--wp--preset--font-size--small, 14px)*.875));
  line-height: 1.4;
  margin: 0
}

@keyframes wc-skeleton-shimmer {
  to {
    transform: translateX(100%)
  }
}

.wp-block-woocommerce-product-sale-badge {
  display: flex;
  flex-direction: column
}

.wc-block-components-product-sale-badge {
  background: #fff;
  border: 1px solid #43454b;
  border-radius: 4px;
  box-sizing: border-box;
  color: #43454b;
  display: inline-block;
  font-size: .875em;
  font-weight: 600;
  padding: .25em .75em;
  position: static;
  text-align: center;
  text-transform: uppercase;
  width: fit-content;
  z-index: 9
}

.wc-block-components-product-sale-badge--align-left {
  align-self: auto
}

.wc-block-components-product-sale-badge--align-center {
  align-self: center
}

.wc-block-components-product-sale-badge--align-right {
  align-self: flex-end
}

.wc-block-components-product-sale-badge span {
  background-color: inherit;
  color: inherit
}

@keyframes wc-skeleton-shimmer {
  to {
    transform: translateX(100%)
  }
}

.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;
  display: block;
  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;
  height: auto;
  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
}

.editor-styles-wrapper .wc-block-components-product-image__inner-container {
  justify-content: flex-start
}

.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: .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 {
  animation: loading__animation 1.5s ease-in-out infinite;
  background-image: linear-gradient(90deg, currentColor, hsla(0, 0%, 96%, .302), currentColor);
  background-repeat: no-repeat;
  content: " ";
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  transform: translateX(-100%)
}

@keyframes loading__animation {
  to {
    transform: translateX(100%)
  }
}

@media screen and (prefers-reduced-motion:reduce) {
  .is-loading .wc-block-components-product-image {
    animation: none
  }
}

.wc-block-components-product-image__inner-container {
  bottom: 0;
  display: flex;
  flex-direction: column;
  left: 0;
  padding: 12px;
  position: absolute;
  right: 0;
  top: 0
}

.wc-block-product-image__tools-panel .components-input-control {
  margin-bottom: 8px
}

.wc-block-components-product-image img {
  max-width: 100%
}

@keyframes wc-skeleton-shimmer {
  to {
    transform: translateX(100%)
  }
}

.wc-block-components-product-title {
  display: block;
  font-size: inherit;
  font-weight: 700;
  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: .25rem;
  box-shadow: none;
  color: currentColor !important;
  content: ".";
  display: block;
  display: inline-block;
  line-height: 1;
  max-width: 100% !important;
  opacity: .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 {
  animation: loading__animation 1.5s ease-in-out infinite;
  background-image: linear-gradient(90deg, currentColor, hsla(0, 0%, 96%, .302), currentColor);
  background-repeat: no-repeat;
  content: " ";
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  transform: translateX(-100%)
}

@keyframes loading__animation {
  to {
    transform: translateX(100%)
  }
}

@media screen and (prefers-reduced-motion:reduce) {
  .is-loading .wc-block-components-product-title:before {
    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
}

@keyframes wc-skeleton-shimmer {
  to {
    transform: translateX(100%)
  }
}

.wc-block-components-product-rating-stars {
  display: block;
  line-height: 1
}

.wc-block-components-product-rating-stars__stars {
  display: inline-block;
  font-family: WooCommerce;
  font-size: 1em;
  font-weight: 400;
  height: 1.618em;
  line-height: 1.618;
  overflow: hidden;
  position: relative;
  text-align: left;
  width: 5.3em
}

.wc-block-components-product-rating-stars__stars:before {
  color: inherit;
  content: "SSSSS";
  left: 0;
  opacity: .5;
  position: absolute;
  right: 0;
  top: 0;
  white-space: nowrap
}

.wc-block-components-product-rating-stars__stars span {
  color: inherit;
  left: 0;
  overflow: hidden;
  padding-top: 1.5em;
  position: absolute;
  right: 0;
  top: 0
}

.wc-block-components-product-rating-stars__stars span:before {
  color: inherit;
  content: "SSSSS";
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  white-space: nowrap
}

.wc-block-components-product-rating-stars__link {
  display: inline-block;
  font-size: .875em;
  height: 1.618em;
  text-align: inherit;
  width: 100%
}

.wc-block-all-products .wc-block-components-product-rating-stars {
  margin-bottom: 12px;
  margin-top: 0
}

.wc-block-components-product-rating-stars__norating-container {
  align-items: center;
  display: inline-flex;
  flex-direction: row;
  gap: 8px
}

.wc-block-components-product-rating-stars__norating {
  -webkit-text-stroke: 2px var(--wp--preset--color--black, #000);
  display: inline-block;
  font-family: WooCommerce;
  font-size: 1em;
  font-weight: 400;
  height: 1.618em;
  line-height: 1.618;
  overflow: hidden;
  position: relative;
  width: 1.5em
}

.wc-block-components-product-rating-stars__norating:before {
  color: transparent;
  content: "S";
  left: 0;
  position: absolute;
  right: 0;
  text-align: center;
  top: 0;
  white-space: nowrap
}

.wp-block-woocommerce-single-product .wc-block-components-product-rating__stars {
  margin: 0
}

.wc-block-all-products .is-loading .wc-block-components-product-rating,
.wp-block-query .is-loading .wc-block-components-product-rating {
  background-color: currentColor !important;
  border: 0 !important;
  border-radius: .25rem;
  box-shadow: none;
  color: currentColor !important;
  display: block;
  line-height: 1;
  max-width: 100% !important;
  opacity: .15;
  outline: 0 !important;
  overflow: hidden !important;
  pointer-events: none;
  position: relative !important;
  width: 100%;
  width: 7em;
  z-index: 1
}

.wc-block-all-products .is-loading .wc-block-components-product-rating>*,
.wp-block-query .is-loading .wc-block-components-product-rating>* {
  visibility: hidden
}

.wc-block-all-products .is-loading .wc-block-components-product-rating:after,
.wp-block-query .is-loading .wc-block-components-product-rating:after {
  animation: loading__animation 1.5s ease-in-out infinite;
  background-image: linear-gradient(90deg, currentColor, hsla(0, 0%, 96%, .302), currentColor);
  background-repeat: no-repeat;
  content: " ";
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  transform: translateX(-100%)
}

@keyframes loading__animation {
  to {
    transform: translateX(100%)
  }
}

@media screen and (prefers-reduced-motion:reduce) {

  .wc-block-all-products .is-loading .wc-block-components-product-rating,
  .wp-block-query .is-loading .wc-block-components-product-rating {
    animation: none
  }
}

@keyframes wc-skeleton-shimmer {
  to {
    transform: translateX(100%)
  }
}

.wp-block-button.wc-block-components-product-button {
  align-items: center;
  display: flex;
  flex-direction: column;
  gap: 12px;
  justify-content: center;
  white-space: normal
}

.wp-block-button.wc-block-components-product-button.is-style-outline .wp-block-button__link {
  border: 2px solid
}

.wp-block-button.wc-block-components-product-button.is-style-outline .wp-block-button__link:not(.has-text-color) {
  color: currentColor
}

.wp-block-button.wc-block-components-product-button.is-style-outline .wp-block-button__link:not(.has-background) {
  background-color: transparent;
  background-image: none
}

.wp-block-button.wc-block-components-product-button.has-custom-width .wp-block-button__link {
  box-sizing: border-box
}

.wp-block-button.wc-block-components-product-button.wp-block-button__width-25 .wp-block-button__link {
  width: 25%
}

.wp-block-button.wc-block-components-product-button.wp-block-button__width-50 .wp-block-button__link {
  width: 50%
}

.wp-block-button.wc-block-components-product-button.wp-block-button__width-75 .wp-block-button__link {
  width: 75%
}

.wp-block-button.wc-block-components-product-button.wp-block-button__width-100 .wp-block-button__link {
  width: 100%
}

.wp-block-button.wc-block-components-product-button .wp-block-button__link {
  display: inline-flex;
  justify-content: center;
  text-align: center;
  white-space: normal;
  width: auto
}

.wp-block-button.wc-block-components-product-button a[hidden],
.wp-block-button.wc-block-components-product-button button[hidden] {
  display: none
}

@keyframes slideOut {
  0% {
    transform: translateY(0)
  }

  to {
    transform: translateY(-100%)
  }
}

@keyframes slideIn {
  0% {
    opacity: 0;
    transform: translateY(90%)
  }

  to {
    opacity: 1;
    transform: translate(0)
  }
}

.wp-block-button.wc-block-components-product-button.align-left {
  align-items: flex-start
}

.wp-block-button.wc-block-components-product-button.align-right {
  align-items: flex-end
}

.wp-block-button.wc-block-components-product-button .wc-block-components-product-button__button {
  align-items: center;
  border-style: none;
  display: inline-flex;
  justify-content: center;
  line-height: inherit;
  overflow: hidden;
  white-space: normal;
  word-break: normal
}

.wp-block-button.wc-block-components-product-button .wc-block-components-product-button__button span.wc-block-slide-out {
  animation: slideOut .1s linear 1 normal forwards
}

.wp-block-button.wc-block-components-product-button .wc-block-components-product-button__button span.wc-block-slide-in {
  animation: slideIn .1s linear 1 normal
}

.wp-block-button.wc-block-components-product-button .wc-block-components-product-button__button--placeholder {
  background-color: currentColor !important;
  border: 0 !important;
  border-radius: .25rem;
  box-shadow: none;
  color: currentColor !important;
  display: block;
  line-height: 1;
  max-width: 100% !important;
  min-height: 3em;
  min-width: 8em;
  opacity: .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 {
  animation: loading__animation 1.5s ease-in-out infinite;
  background-image: linear-gradient(90deg, currentColor, hsla(0, 0%, 96%, .302), currentColor);
  background-repeat: no-repeat;
  content: " ";
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  transform: translateX(-100%)
}

@keyframes loading__animation {
  to {
    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 {
    animation: none
  }
}

.wc-block-all-products .wp-block-button.wc-block-components-product-button {
  margin-bottom: 12px
}

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

@keyframes wc-skeleton-shimmer {
  to {
    transform: translateX(100%)
  }
}

.wp-block-woocommerce-cart.is-loading .wp-block-woocommerce-cart-cross-sells-block {
  display: none
}

.wp-block-woocommerce-cart .wp-block-woocommerce-cart-cross-sells-block .wp-block-heading {
  margin-bottom: 24px
}

.wp-block-woocommerce-cart .wp-block-woocommerce-cart-cross-sells-block .cross-sells-product {
  box-sizing: content-box;
  display: inline-block;
  margin-bottom: 16px;
  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-image {
  margin-bottom: 16px
}

.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 .wp-block-cart-cross-sells-product__product-title {
  margin-bottom: 16px
}

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

@media(max-width:480px) {
  .wp-block-woocommerce-cart .wp-block-woocommerce-cart-cross-sells-block .cross-sells-product {
    display: block;
    width: 100%
  }
}

@keyframes wc-skeleton-shimmer {
  to {
    transform: translateX(100%)
  }
}

@container (max-width: 699px) {
  .wc-block-cart__sidebar {
    margin-bottom: 24px;
    order: 0
  }
}

@keyframes wc-skeleton-shimmer {
  to {
    transform: translateX(100%)
  }
}

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

@container (min-width: 400px) and (max-width: 519px) {

  .wc-block-components-payment-method-label--with-icon>img,
  .wc-block-components-payment-method-label--with-icon>svg {
    display: none
  }
}

@container (max-width: 399px) {

  .wc-block-components-payment-method-label--with-icon>img,
  .wc-block-components-payment-method-label--with-icon>svg {
    display: none
  }
}

@keyframes wc-skeleton-shimmer {
  to {
    transform: translateX(100%)
  }
}

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

@container (min-width: 520px) and (max-width: 699px) {
  .wc-block-components-payment-method-icons .wc-block-components-payment-method-icon {
    height: 16px
  }
}

@container (min-width: 400px) and (max-width: 519px) {
  .wc-block-components-payment-method-icons .wc-block-components-payment-method-icon {
    height: 16px
  }
}

@keyframes wc-skeleton-shimmer {
  to {
    transform: translateX(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: .25
}

@keyframes wc-skeleton-shimmer {
  to {
    transform: translateX(100%)
  }
}

.wc-block-components-express-payment {
  margin: auto;
  position: relative
}

.wc-block-components-express-payment .wc-block-components-express-payment__event-buttons {
  margin: 0;
  overflow: hidden;
  padding: 0;
  text-align: center;
  width: 100%
}

.wc-block-components-express-payment .wc-block-components-express-payment__event-buttons>div,
.wc-block-components-express-payment .wc-block-components-express-payment__event-buttons>li {
  margin: 0;
  min-height: 48px;
  min-width: 150px;
  overflow: hidden;
  width: 100%
}

.wc-block-components-express-payment .wc-block-components-express-payment__event-buttons>div>img,
.wc-block-components-express-payment .wc-block-components-express-payment__event-buttons>li>img {
  height: 48px;
  width: 100%
}

.wc-block-components-express-payment--checkout {
  transition: none !important
}

.wc-block-components-express-payment--checkout .wc-block-components-express-payment__event-buttons {
  grid-gap: 12px;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
  list-style: none
}

@container (max-width: 399px) {
  .wc-block-components-express-payment--checkout .wc-block-components-express-payment__event-buttons {
    grid-template-columns: 1fr
  }
}

.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: -4px;
  vertical-align: middle
}

.wc-block-components-express-payment--checkout .wc-block-components-express-payment__title-container:before {
  border-left: 1px solid color-mix(in srgb, currentColor 20%, transparent);
  border-color: color-mix(in srgb, currentColor 20%, transparent) color-mix(in srgb, currentColor 20%, transparent) currentcolor;
  border-radius: 4px 0 0 0;
  border-top: 1px solid color-mix(in srgb, currentColor 20%, transparent);
  content: "";
  display: block;
  flex-grow: 1;
  height: 3px;
  margin-right: 12px;
  pointer-events: none
}

.wc-block-components-express-payment--checkout .wc-block-components-express-payment__title-container:after {
  border-color: currentcolor currentcolor color-mix(in srgb, currentColor 20%, transparent) color-mix(in srgb, currentColor 20%, transparent);
  border-radius: 0 4px 0 0;
  border-right: 1px solid color-mix(in srgb, currentColor 20%, transparent);
  border-top: 1px solid color-mix(in srgb, currentColor 20%, transparent);
  content: "";
  display: block;
  flex-grow: 1;
  height: 3px;
  margin-left: 12px;
  pointer-events: none
}

.wc-block-components-express-payment--checkout .wc-block-components-express-payment__title {
  border: 0;
  border-radius: 0;
  flex-grow: 0;
  font-size: var(--wp--preset--font-size--small, 14px);
  font-weight: 400;
  line-height: 1.4;
  margin: 0;
  padding: 0;
  transform: translateY(-50%);
  vertical-align: baseline;
  word-break: break-word
}

.wc-block-components-express-payment--checkout .wc-block-components-express-payment__content {
  border: 1px solid color-mix(in srgb, currentColor 20%, transparent);
  border-radius: 0 0 4px 4px;
  border-top: 0;
  margin-top: 5px;
  min-height: 48px;
  padding: 20px 16px 16px
}

.wc-block-components-express-payment--checkout .wc-block-components-express-payment__content>p {
  margin-bottom: 1em
}

@container (max-width: 699px) {
  .wc-block-components-express-payment--checkout .wc-block-components-express-payment__content {
    padding: 12px 16px 16px
  }
}

.wc-block-components-express-payment--disabled .wc-block-components-express-payment__content {
  opacity: .6
}

.wc-block-components-express-payment--disabled .wc-block-components-express-payment__content * {
  pointer-events: none
}

.wc-block-components-express-payment--cart .wc-block-components-express-payment__event-buttons {
  display: flex;
  flex-direction: column;
  gap: 12px
}

.wc-block-components-express-payment--cart .wc-block-components-express-payment__event-buttons>div,
.wc-block-components-express-payment--cart .wc-block-components-express-payment__event-buttons>li {
  font-size: 0;
  line-height: 0;
  margin: 0;
  padding: 0;
  text-align: center;
  width: 100%
}

.wc-block-components-express-payment-continue-rule {
  align-items: center;
  display: flex;
  font-size: var(--wp--preset--font-size--small, 14px);
  line-height: 1.4;
  margin: 16px 0 24px;
  padding: 0;
  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 color-mix(in srgb, currentColor 20%, transparent);
  content: " ";
  flex: 1
}

@container (max-width: 699px) {
  .wc-block-components-express-payment-continue-rule {
    margin: 16px 0
  }
}

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

@keyframes wc-skeleton-shimmer {
  to {
    transform: translateX(100%)
  }
}

.wc-block-components-button:not(.is-link) {
  align-items: center;
  display: inline-flex;
  height: auto;
  justify-content: center;
  position: relative;
  text-align: center;
  transition: box-shadow .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 {
  text-wrap: balance;
  text-wrap: pretty;
  display: block
}

.wc-block-components-button:not(.is-link) .wc-block-components-button__text>svg {
  fill: currentColor
}

.wc-block-components-button:not(.is-link).text {
  color: #1e1e1e
}

.wc-block-components-button:not(.is-link).text:hover {
  opacity: .9
}

.wc-block-components-button:not(.is-link):disabled .wc-block-components-button__text {
  opacity: .5
}

.wc-block-components-button:not(.is-link).is-style-outline,
.wc-block-components-button:not(.is-link).outlined {
  background: transparent;
  color: currentColor
}

.wc-block-components-button:not(.is-link).is-style-outline:not(:focus),
.wc-block-components-button:not(.is-link).outlined:not(:focus) {
  box-shadow: inset 0 0 0 1px currentColor
}

.wc-block-components-button:not(.is-link).is-style-outline:active,
.wc-block-components-button:not(.is-link).is-style-outline:disabled,
.wc-block-components-button:not(.is-link).is-style-outline:focus,
.wc-block-components-button:not(.is-link).is-style-outline:hover,
.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).is-style-outline:hover,
.wc-block-components-button:not(.is-link).outlined:hover {
  background-color: #1e1e1e;
  color: #fff;
  opacity: 1
}

body:not(.woocommerce-block-theme-has-button-styles) .wc-block-components-button:not(.is-link) {
  min-height: 3em
}

body:not(.woocommerce-block-theme-has-button-styles) .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
}

body:not(.woocommerce-block-theme-has-button-styles) .wc-block-components-button:not(.is-link).text {
  color: #1e1e1e
}

body:not(.woocommerce-block-theme-has-button-styles) .wc-block-components-button:not(.is-link).text:hover {
  opacity: .9
}

@keyframes wc-skeleton-shimmer {
  to {
    transform: translateX(100%)
  }
}

.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__submit-button--loading .wc-block-components-button__text {
  visibility: hidden
}

.wc-block-cart__submit-button--loading .wc-block-components-spinner {
  visibility: visible
}

.wc-block-cart__submit-button[aria-disabled=true] .wc-block-components-button__text {
  opacity: .5
}

.wc-block-cart .wc-block-cart__submit-container {
  padding: 0
}

@media(max-width:782px) {
  .wc-block-cart .wc-block-cart__submit-container--sticky {
    background: #fff;
    bottom: 0;
    box-sizing: border-box;
    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%, .3);
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    right: 0;
    top: 0
  }
}

@media screen and (max-height:500px) {
  .wc-block-cart .wc-block-cart__submit-container--sticky {
    display: none
  }
}

@keyframes wc-skeleton-shimmer {
  to {
    transform: translateX(100%)
  }
}

.editor-styles-wrapper .wc-block-cart__empty-cart__title,
.wc-block-cart__empty-cart__title {
  font-size: inherit
}

.wc-block-cart__empty-cart__title.with-empty-cart-icon:before {
  background-color: currentColor;
  content: "";
  display: block;
  height: 5em;
  margin: 0 auto 2em;
  mask-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzOCIgaGVpZ2h0PSIzOCIgZmlsbD0ibm9uZSI+PHBhdGggZmlsbD0iY3VycmVudENvbG9yIiBkPSJNMTkgMEM4LjUwNCAwIDAgOC41MDQgMCAxOXM4LjUwNCAxOSAxOSAxOSAxOS04LjUwNCAxOS0xOVMyOS40OTYgMCAxOSAwWm02LjEyOSAxMi44NzFhMi40NDkgMi40NDkgMCAwIDEgMi40NTIgMi40NTIgMi40NDkgMi40NDkgMCAwIDEtMi40NTIgMi40NTEgMi40NDkgMi40NDkgMCAwIDEtMi40NTItMi40NTEgMi40NDkgMi40NDkgMCAwIDEgMi40NTItMi40NTJaTTExLjY0NSAzMS4yNThjLTIuMDMgMC0zLjY3Ny0xLjYwOS0zLjY3Ny0zLjYgMC0xLjUzMyAyLjE4My00LjYyOCAzLjE4Ny01Ljk2MWEuNjEuNjEgMCAwIDEgLjk4IDBjMS4wMDQgMS4zMzMgMy4xODggNC40MjggMy4xODggNS45NiAwIDEuOTkyLTEuNjQ4IDMuNjAxLTMuNjc4IDMuNjAxWm0xLjIyNi0xMy40ODRhMi40NDkgMi40NDkgMCAwIDEtMi40NTItMi40NTEgMi40NDkgMi40NDkgMCAwIDEgMi40NTItMi40NTIgMi40NDkgMi40NDkgMCAwIDEgMi40NTIgMi40NTIgMi40NDkgMi40NDkgMCAwIDEtMi40NTIgMi40NTFabTEzLjA0IDExLjgxNEE4Ljk4OSA4Ljk4OSAwIDAgMCAxOSAyNi4zNTVjLTEuNjI0IDAtMS42MjQtMi40NTIgMC0yLjQ1MmExMS40IDExLjQgMCAwIDEgOC43ODggNC4xMjJjMS4wNTcgMS4yNTctLjg1OSAyLjc5Ni0xLjg3OCAxLjU2M1oiLz48L3N2Zz4=);
  mask-position: center;
  mask-repeat: no-repeat;
  mask-size: 5em;
  width: 5em
}

.wp-block-woocommerce-empty-cart-block>.aligncenter {
  margin-left: auto !important;
  margin-right: auto !important
}

@keyframes wc-skeleton-shimmer {
  to {
    transform: translateX(100%)
  }
}

.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;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 0;
  width: 100%
}

.wc-block-components-totals-coupon__form .wc-block-components-text-input.wc-block-components-totals-coupon__input,
.wc-block-components-totals-coupon__form .wc-block-components-totals-coupon__button,
.wc-block-components-totals-coupon__form .wc-block-components-totals-coupon__input {
  margin: 0
}

.wc-block-components-totals-coupon__form .wc-block-components-totals-coupon__input {
  flex: 3 1 120px
}

.wc-block-components-totals-coupon__form .wc-block-components-totals-coupon__button {
  flex: 1 1 auto;
  padding-left: 16px;
  padding-right: 16px;
  white-space: nowrap
}

.wc-block-components-totals-coupon__form .wc-block-components-totals-coupon__button--loading .wc-block-components-button__text {
  visibility: hidden
}

.wc-block-components-totals-coupon__form .wc-block-components-totals-coupon__button--loading .wc-block-components-spinner {
  visibility: visible
}

.wc-block-components-totals-coupon__content {
  flex-direction: column;
  position: relative
}

@keyframes wc-skeleton-shimmer {
  to {
    transform: translateX(100%)
  }
}

.wc-block-components-totals-discount__coupon-list {
  list-style: none;
  margin: 4px 0 0;
  padding: 0
}

@keyframes wc-skeleton-shimmer {
  to {
    transform: translateX(100%)
  }
}

.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: 500
}

.wc-block-components-totals-footer-item .wc-block-components-totals-footer-item-tax {
  align-items: center;
  display: flex;
  flex-direction: row;
  font-weight: 500;
  margin-bottom: 0;
  margin-top: 0;
  white-space: pre
}

.wc-block-components-totals-footer-item .wc-block-components-totals-footer-item-tax .wc-block-components-skeleton__element {
  margin-left: .5em
}

.wc-block-components-totals-footer-item .wc-block-components-totals-footer-item-shipping {
  margin-bottom: 0;
  margin-top: 0
}

.wc-block-components-totals-footer-item .wc-block-components-totals-item__value {
  font-weight: 500
}

.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: var(--wp--preset--font-size--medium, 22px);
  line-height: 1.4
}

@keyframes wc-skeleton-shimmer {
  to {
    transform: translateX(100%)
  }
}

.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-item strong {
  text-transform: uppercase
}

.wc-block-components-totals-shipping .wc-block-components-shipping-address,
.wc-block-components-totals-shipping .wc-block-components-totals-shipping__delivery-options-notice {
  display: block;
  margin-top: 16px
}

.wc-block-components-totals-shipping .wc-block-components-totals-shipping__options {
  display: block;
  margin: 0
}

.wc-block-components-totals-shipping .wc-block-components-totals-shipping-address-summary {
  display: inline-block;
  margin: 0
}

.wc-block-components-totals-shipping .wc-block-components-totals-shipping__options {
  margin-top: 12px
}

.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 .75em
}

.wc-block-components-totals-shipping .wc-block-components-totals-shipping__change-address__link {
  background: none;
  border: none;
  color: inherit;
  cursor: pointer;
  font-weight: 400;
  padding: 0;
  text-align: left;
  text-decoration: underline
}

.wc-block-components-totals-shipping .wc-block-components-totals-shipping__change-address-button {
  background: transparent;
  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: transparent
}

.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 {
  opacity: .8
}

.wc-block-components-totals-shipping .wc-block-components-shipping-placeholder__value {
  font-size: .875em
}

.wc-block-components-totals-shipping .wc-block-components-totals-shipping__via {
  font-size: .875em;
  width: 100%
}

.theme-twentytwentyone.theme-twentytwentyone.theme-twentytwentyone .wc-block-components-totals-shipping__change-address-button {
  background: transparent;
  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: transparent
}

@keyframes wc-skeleton-shimmer {
  to {
    transform: translateX(100%)
  }
}

.wp-block-woocommerce-cart-order-summary-totals-block {
  border-top: 1px solid color-mix(in srgb, currentColor 20%, transparent);
  padding-bottom: 16px
}

.wp-block-woocommerce-cart-order-summary-totals-block:empty,
.wp-block-woocommerce-cart-order-summary-totals-block:not(:has(*)) {
  display: none
}

.wp-block-woocommerce-cart-order-summary-totals-block .wc-block-components-totals-wrapper {
  border: 0;
  padding-bottom: 0
}

@keyframes wc-skeleton-shimmer {
  to {
    transform: translateX(100%)
  }
}

.with-scroll-to-top__scroll-point {
  position: relative;
  top: -36px
}

@keyframes wc-skeleton-shimmer {
  to {
    transform: translateX(100%)
  }
}

.wc-block-components-notice-banner {
  align-content: flex-start;
  align-items: stretch;
  background-color: #fff;
  border: 1px solid #2f2f2f;
  border-radius: 4px;
  box-sizing: border-box;
  color: #2f2f2f;
  display: flex;
  font-size: .875em;
  font-weight: 400;
  gap: 12px;
  line-height: 1.5;
  margin: 16px 0;
  padding: 16px !important
}

.wc-block-components-notice-banner>.wc-block-components-notice-banner__content {
  align-self: center;
  flex-basis: 100%;
  padding-right: 16px;
  white-space: normal
}

.wc-block-components-notice-banner>.wc-block-components-notice-banner__content:last-child {
  padding-right: 0
}

.wc-block-components-notice-banner>.wc-block-components-notice-banner__content .wc-block-components-notice-banner__summary {
  font-weight: 600;
  margin: 0 0 8px
}

.wc-block-components-notice-banner>.wc-block-components-notice-banner__content ol,
.wc-block-components-notice-banner>.wc-block-components-notice-banner__content ul {
  margin: 0 0 0 24px;
  padding: 0
}

.wc-block-components-notice-banner>.wc-block-components-notice-banner__content ol li:after,
.wc-block-components-notice-banner>.wc-block-components-notice-banner__content ul li:after {
  clear: both;
  content: "";
  display: block
}

.wc-block-components-notice-banner>.wc-block-components-notice-banner__content .wc-forward {
  appearance: none;
  background: transparent !important;
  border: 0;
  color: #2f2f2f !important;
  float: right;
  margin: 0;
  opacity: .7;
  padding: 0 !important;
  text-decoration-line: underline;
  text-underline-position: under;
  transition: all .2s ease-in-out
}

.wc-block-components-notice-banner>.wc-block-components-notice-banner__content .wc-forward:active,
.wc-block-components-notice-banner>.wc-block-components-notice-banner__content .wc-forward:focus,
.wc-block-components-notice-banner>.wc-block-components-notice-banner__content .wc-forward:hover {
  opacity: 1;
  text-decoration: none
}

.wc-block-components-notice-banner>svg {
  fill: #fff;
  background-color: #2f2f2f;
  border-radius: 50%;
  flex-grow: 0;
  flex-shrink: 0;
  height: 100%;
  padding: 2px
}

.wc-block-components-notice-banner>.wc-block-components-button {
  background: transparent none !important;
  border: 0 !important;
  box-shadow: none !important;
  color: #2f2f2f !important;
  flex: 0 0 16px;
  height: 16px !important;
  margin: 6px 0 0 auto !important;
  min-height: auto !important;
  min-width: 0 !important;
  opacity: .6;
  outline: none !important;
  padding: 0 !important;
  width: 16px !important
}

.wc-block-components-notice-banner>.wc-block-components-button>svg {
  margin: 0 !important
}

.wc-block-components-notice-banner>.wc-block-components-button:active,
.wc-block-components-notice-banner>.wc-block-components-button:focus,
.wc-block-components-notice-banner>.wc-block-components-button:hover {
  opacity: 1
}

.wc-block-components-notice-banner>.wc-block-components-button:focus {
  outline: 2px solid currentColor !important;
  outline-offset: 0
}

.wc-block-components-notice-banner.is-error {
  background-color: #fff0f0;
  border-color: #cc1818
}

.wc-block-components-notice-banner.is-error>svg {
  background-color: #cc1818;
  transform: rotate(180deg)
}

.wc-block-components-notice-banner.is-warning {
  background-color: #fffbf4;
  border-color: #f0b849
}

.wc-block-components-notice-banner.is-warning>svg {
  background-color: #f0b849;
  transform: rotate(180deg)
}

.wc-block-components-notice-banner.is-success {
  background-color: #f4fff7;
  border-color: #4ab866
}

.wc-block-components-notice-banner.is-success>svg {
  background-color: #4ab866
}

.wc-block-components-notice-banner.is-info {
  background-color: #f4f8ff;
  border-color: #007cba
}

.wc-block-components-notice-banner.is-info>svg {
  background-color: #007cba
}

.wc-block-components-notice-banner:focus {
  outline-width: 0
}

.wc-block-components-notice-banner:focus-visible {
  outline-style: solid;
  outline-width: 2px
}

.woocommerce.wc-block-store-notices.alignwide {
  max-width: var(--wp--style--global--wide-size)
}

@keyframes wc-skeleton-shimmer {
  to {
    transform: translateX(100%)
  }
}

.wc-block-checkout__form {
  margin: 0;
  max-width: 100%
}

.wc-block-checkout__form .wc-blocks-components-select {
  margin-top: 12px
}

.wc-block-checkout__form .wc-block-components-address-form__country .wc-blocks-components-select {
  margin-top: 0
}

@container (max-width: 699px) {
  .wc-block-checkout__main {
    order: 1
  }
}

@container (min-width: 700px) {

  .wc-block-checkout__billing-fields .wc-block-components-address-form,
  .wc-block-checkout__shipping-fields .wc-block-components-address-form {
    display: flex;
    flex-wrap: wrap;
    gap: 0 12px;
    justify-content: space-between
  }

  .wc-block-checkout__billing-fields .wc-block-components-address-form .wc-block-components-select-input,
  .wc-block-checkout__billing-fields .wc-block-components-address-form .wc-block-components-state-input,
  .wc-block-checkout__billing-fields .wc-block-components-address-form .wc-block-components-text-input,
  .wc-block-checkout__shipping-fields .wc-block-components-address-form .wc-block-components-select-input,
  .wc-block-checkout__shipping-fields .wc-block-components-address-form .wc-block-components-state-input,
  .wc-block-checkout__shipping-fields .wc-block-components-address-form .wc-block-components-text-input {
    box-sizing: border-box;
    flex: 1 0 calc(50% - 12px)
  }

  .wc-block-checkout__billing-fields .wc-block-components-address-form .wc-block-components-select-input:first-child,
  .wc-block-checkout__billing-fields .wc-block-components-address-form .wc-block-components-state-input:first-child,
  .wc-block-checkout__billing-fields .wc-block-components-address-form .wc-block-components-text-input:first-child,
  .wc-block-checkout__shipping-fields .wc-block-components-address-form .wc-block-components-select-input:first-child,
  .wc-block-checkout__shipping-fields .wc-block-components-address-form .wc-block-components-state-input:first-child,
  .wc-block-checkout__shipping-fields .wc-block-components-address-form .wc-block-components-text-input:first-child {
    margin-top: 0
  }

  .wc-block-checkout__billing-fields .wc-block-components-address-form .wc-block-components-select-input:first-child+.wc-block-components-text-input,
  .wc-block-checkout__billing-fields .wc-block-components-address-form .wc-block-components-state-input:first-child+.wc-block-components-text-input,
  .wc-block-checkout__billing-fields .wc-block-components-address-form .wc-block-components-text-input:first-child+.wc-block-components-text-input,
  .wc-block-checkout__shipping-fields .wc-block-components-address-form .wc-block-components-select-input:first-child+.wc-block-components-text-input,
  .wc-block-checkout__shipping-fields .wc-block-components-address-form .wc-block-components-state-input:first-child+.wc-block-components-text-input,
  .wc-block-checkout__shipping-fields .wc-block-components-address-form .wc-block-components-text-input:first-child+.wc-block-components-text-input {
    margin-top: 0
  }

  .wc-block-checkout__billing-fields .wc-block-components-address-form .wc-block-components-address-form__address_1,
  .wc-block-checkout__billing-fields .wc-block-components-address-form .wc-block-components-address-form__address_2,
  .wc-block-checkout__billing-fields .wc-block-components-address-form .wc-block-components-address-form__company,
  .wc-block-checkout__billing-fields .wc-block-components-address-form .wc-block-components-checkbox,
  .wc-block-checkout__billing-fields .wc-block-components-address-form .wc-block-components-country-input,
  .wc-block-checkout__shipping-fields .wc-block-components-address-form .wc-block-components-address-form__address_1,
  .wc-block-checkout__shipping-fields .wc-block-components-address-form .wc-block-components-address-form__address_2,
  .wc-block-checkout__shipping-fields .wc-block-components-address-form .wc-block-components-address-form__company,
  .wc-block-checkout__shipping-fields .wc-block-components-address-form .wc-block-components-checkbox,
  .wc-block-checkout__shipping-fields .wc-block-components-address-form .wc-block-components-country-input {
    flex: 0 0 100%
  }

  .wc-block-checkout__billing-fields .wc-block-components-address-form .wc-block-components-address-form__address_1:first-child,
  .wc-block-checkout__billing-fields .wc-block-components-address-form .wc-block-components-address-form__address_2:first-child,
  .wc-block-checkout__billing-fields .wc-block-components-address-form .wc-block-components-address-form__company:first-child,
  .wc-block-checkout__billing-fields .wc-block-components-address-form .wc-block-components-checkbox:first-child,
  .wc-block-checkout__billing-fields .wc-block-components-address-form .wc-block-components-country-input:first-child,
  .wc-block-checkout__shipping-fields .wc-block-components-address-form .wc-block-components-address-form__address_1:first-child,
  .wc-block-checkout__shipping-fields .wc-block-components-address-form .wc-block-components-address-form__address_2:first-child,
  .wc-block-checkout__shipping-fields .wc-block-components-address-form .wc-block-components-address-form__company:first-child,
  .wc-block-checkout__shipping-fields .wc-block-components-address-form .wc-block-components-checkbox:first-child,
  .wc-block-checkout__shipping-fields .wc-block-components-address-form .wc-block-components-country-input:first-child {
    margin-top: 0
  }

  .wc-block-components-address-form .wc-block-components-checkbox {
    margin-top: 16px
  }

  .wc-block-components-address-form .wc-block-components-text-input.wc-block-components-address-form__email:only-child {
    margin-top: 0
  }
}

@container (min-width: 400px) and (max-width: 519px) {

  .wc-block-checkout__billing-fields .wc-block-components-address-form,
  .wc-block-checkout__shipping-fields .wc-block-components-address-form {
    display: flex;
    flex-wrap: wrap;
    gap: 0 12px;
    justify-content: space-between
  }

  .wc-block-checkout__billing-fields .wc-block-components-address-form .wc-block-components-select-input,
  .wc-block-checkout__billing-fields .wc-block-components-address-form .wc-block-components-state-input,
  .wc-block-checkout__billing-fields .wc-block-components-address-form .wc-block-components-text-input,
  .wc-block-checkout__shipping-fields .wc-block-components-address-form .wc-block-components-select-input,
  .wc-block-checkout__shipping-fields .wc-block-components-address-form .wc-block-components-state-input,
  .wc-block-checkout__shipping-fields .wc-block-components-address-form .wc-block-components-text-input {
    box-sizing: border-box;
    flex: 1 0 calc(50% - 12px)
  }

  .wc-block-checkout__billing-fields .wc-block-components-address-form .wc-block-components-select-input:first-child,
  .wc-block-checkout__billing-fields .wc-block-components-address-form .wc-block-components-state-input:first-child,
  .wc-block-checkout__billing-fields .wc-block-components-address-form .wc-block-components-text-input:first-child,
  .wc-block-checkout__shipping-fields .wc-block-components-address-form .wc-block-components-select-input:first-child,
  .wc-block-checkout__shipping-fields .wc-block-components-address-form .wc-block-components-state-input:first-child,
  .wc-block-checkout__shipping-fields .wc-block-components-address-form .wc-block-components-text-input:first-child {
    margin-top: 0
  }

  .wc-block-checkout__billing-fields .wc-block-components-address-form .wc-block-components-select-input:first-child+.wc-block-components-text-input,
  .wc-block-checkout__billing-fields .wc-block-components-address-form .wc-block-components-state-input:first-child+.wc-block-components-text-input,
  .wc-block-checkout__billing-fields .wc-block-components-address-form .wc-block-components-text-input:first-child+.wc-block-components-text-input,
  .wc-block-checkout__shipping-fields .wc-block-components-address-form .wc-block-components-select-input:first-child+.wc-block-components-text-input,
  .wc-block-checkout__shipping-fields .wc-block-components-address-form .wc-block-components-state-input:first-child+.wc-block-components-text-input,
  .wc-block-checkout__shipping-fields .wc-block-components-address-form .wc-block-components-text-input:first-child+.wc-block-components-text-input {
    margin-top: 0
  }

  .wc-block-checkout__billing-fields .wc-block-components-address-form .wc-block-components-address-form__address_1,
  .wc-block-checkout__billing-fields .wc-block-components-address-form .wc-block-components-address-form__address_2,
  .wc-block-checkout__billing-fields .wc-block-components-address-form .wc-block-components-address-form__company,
  .wc-block-checkout__billing-fields .wc-block-components-address-form .wc-block-components-checkbox,
  .wc-block-checkout__billing-fields .wc-block-components-address-form .wc-block-components-country-input,
  .wc-block-checkout__shipping-fields .wc-block-components-address-form .wc-block-components-address-form__address_1,
  .wc-block-checkout__shipping-fields .wc-block-components-address-form .wc-block-components-address-form__address_2,
  .wc-block-checkout__shipping-fields .wc-block-components-address-form .wc-block-components-address-form__company,
  .wc-block-checkout__shipping-fields .wc-block-components-address-form .wc-block-components-checkbox,
  .wc-block-checkout__shipping-fields .wc-block-components-address-form .wc-block-components-country-input {
    flex: 0 0 100%
  }

  .wc-block-checkout__billing-fields .wc-block-components-address-form .wc-block-components-address-form__address_1:first-child,
  .wc-block-checkout__billing-fields .wc-block-components-address-form .wc-block-components-address-form__address_2:first-child,
  .wc-block-checkout__billing-fields .wc-block-components-address-form .wc-block-components-address-form__company:first-child,
  .wc-block-checkout__billing-fields .wc-block-components-address-form .wc-block-components-checkbox:first-child,
  .wc-block-checkout__billing-fields .wc-block-components-address-form .wc-block-components-country-input:first-child,
  .wc-block-checkout__shipping-fields .wc-block-components-address-form .wc-block-components-address-form__address_1:first-child,
  .wc-block-checkout__shipping-fields .wc-block-components-address-form .wc-block-components-address-form__address_2:first-child,
  .wc-block-checkout__shipping-fields .wc-block-components-address-form .wc-block-components-address-form__company:first-child,
  .wc-block-checkout__shipping-fields .wc-block-components-address-form .wc-block-components-checkbox:first-child,
  .wc-block-checkout__shipping-fields .wc-block-components-address-form .wc-block-components-country-input:first-child {
    margin-top: 0
  }

  .wc-block-components-address-form .wc-block-components-checkbox {
    margin-top: 16px
  }

  .wc-block-components-address-form .wc-block-components-text-input.wc-block-components-address-form__email:only-child {
    margin-top: 0
  }
}

@container (min-width: 520px) and (max-width: 699px) {

  .wc-block-checkout__billing-fields .wc-block-components-address-form,
  .wc-block-checkout__shipping-fields .wc-block-components-address-form {
    display: flex;
    flex-wrap: wrap;
    gap: 0 12px;
    justify-content: space-between
  }

  .wc-block-checkout__billing-fields .wc-block-components-address-form .wc-block-components-select-input,
  .wc-block-checkout__billing-fields .wc-block-components-address-form .wc-block-components-state-input,
  .wc-block-checkout__billing-fields .wc-block-components-address-form .wc-block-components-text-input,
  .wc-block-checkout__shipping-fields .wc-block-components-address-form .wc-block-components-select-input,
  .wc-block-checkout__shipping-fields .wc-block-components-address-form .wc-block-components-state-input,
  .wc-block-checkout__shipping-fields .wc-block-components-address-form .wc-block-components-text-input {
    box-sizing: border-box;
    flex: 1 0 calc(50% - 12px)
  }

  .wc-block-checkout__billing-fields .wc-block-components-address-form .wc-block-components-select-input:first-child,
  .wc-block-checkout__billing-fields .wc-block-components-address-form .wc-block-components-state-input:first-child,
  .wc-block-checkout__billing-fields .wc-block-components-address-form .wc-block-components-text-input:first-child,
  .wc-block-checkout__shipping-fields .wc-block-components-address-form .wc-block-components-select-input:first-child,
  .wc-block-checkout__shipping-fields .wc-block-components-address-form .wc-block-components-state-input:first-child,
  .wc-block-checkout__shipping-fields .wc-block-components-address-form .wc-block-components-text-input:first-child {
    margin-top: 0
  }

  .wc-block-checkout__billing-fields .wc-block-components-address-form .wc-block-components-select-input:first-child+.wc-block-components-text-input,
  .wc-block-checkout__billing-fields .wc-block-components-address-form .wc-block-components-state-input:first-child+.wc-block-components-text-input,
  .wc-block-checkout__billing-fields .wc-block-components-address-form .wc-block-components-text-input:first-child+.wc-block-components-text-input,
  .wc-block-checkout__shipping-fields .wc-block-components-address-form .wc-block-components-select-input:first-child+.wc-block-components-text-input,
  .wc-block-checkout__shipping-fields .wc-block-components-address-form .wc-block-components-state-input:first-child+.wc-block-components-text-input,
  .wc-block-checkout__shipping-fields .wc-block-components-address-form .wc-block-components-text-input:first-child+.wc-block-components-text-input {
    margin-top: 0
  }

  .wc-block-checkout__billing-fields .wc-block-components-address-form .wc-block-components-address-form__address_1,
  .wc-block-checkout__billing-fields .wc-block-components-address-form .wc-block-components-address-form__address_2,
  .wc-block-checkout__billing-fields .wc-block-components-address-form .wc-block-components-address-form__company,
  .wc-block-checkout__billing-fields .wc-block-components-address-form .wc-block-components-checkbox,
  .wc-block-checkout__billing-fields .wc-block-components-address-form .wc-block-components-country-input,
  .wc-block-checkout__shipping-fields .wc-block-components-address-form .wc-block-components-address-form__address_1,
  .wc-block-checkout__shipping-fields .wc-block-components-address-form .wc-block-components-address-form__address_2,
  .wc-block-checkout__shipping-fields .wc-block-components-address-form .wc-block-components-address-form__company,
  .wc-block-checkout__shipping-fields .wc-block-components-address-form .wc-block-components-checkbox,
  .wc-block-checkout__shipping-fields .wc-block-components-address-form .wc-block-components-country-input {
    flex: 0 0 100%
  }

  .wc-block-checkout__billing-fields .wc-block-components-address-form .wc-block-components-address-form__address_1:first-child,
  .wc-block-checkout__billing-fields .wc-block-components-address-form .wc-block-components-address-form__address_2:first-child,
  .wc-block-checkout__billing-fields .wc-block-components-address-form .wc-block-components-address-form__company:first-child,
  .wc-block-checkout__billing-fields .wc-block-components-address-form .wc-block-components-checkbox:first-child,
  .wc-block-checkout__billing-fields .wc-block-components-address-form .wc-block-components-country-input:first-child,
  .wc-block-checkout__shipping-fields .wc-block-components-address-form .wc-block-components-address-form__address_1:first-child,
  .wc-block-checkout__shipping-fields .wc-block-components-address-form .wc-block-components-address-form__address_2:first-child,
  .wc-block-checkout__shipping-fields .wc-block-components-address-form .wc-block-components-address-form__company:first-child,
  .wc-block-checkout__shipping-fields .wc-block-components-address-form .wc-block-components-checkbox:first-child,
  .wc-block-checkout__shipping-fields .wc-block-components-address-form .wc-block-components-country-input:first-child {
    margin-top: 0
  }

  .wc-block-components-address-form .wc-block-components-checkbox {
    margin-top: 16px
  }

  .wc-block-components-address-form .wc-block-components-text-input.wc-block-components-address-form__email:only-child {
    margin-top: 0
  }
}

.wc-block-components-address-form__address_2-toggle {
  background: none;
  border: none;
  color: inherit;
  cursor: pointer;
  display: inline-block;
  font-size: var(--wp--preset--font-size--small, 14px);
  line-height: 1.4;
  margin-top: 12px;
  text-align: left;
  width: 100%
}

.wc-block-components-address-form__address_2-toggle:hover {
  text-decoration: underline
}

@keyframes wc-skeleton-shimmer {
  to {
    transform: translateX(100%)
  }
}

.wc-block-checkout__sidebar .wc-block-components-product-name {
  color: inherit;
  display: block;
  flex-grow: 1;
  font-family: inherit;
  font-weight: inherit;
  line-height: inherit;
  margin: 0
}

.wc-block-checkout__sidebar .wc-block-components-totals-footer-item {
  margin: 0;
  padding: 0
}

@container (max-width: 699px) {
  .wc-block-checkout__sidebar {
    margin-bottom: 24px;
    order: 0
  }
}

@container (min-width: 700px) {
  .wc-block-checkout__sidebar {
    align-self: flex-start;
    top: 24px
  }

  .wc-block-checkout__sidebar.is-sticky {
    position: sticky
  }
}

@keyframes wc-skeleton-shimmer {
  to {
    transform: translateX(100%)
  }
}

.wc-block-components-address-address-wrapper {
  position: relative
}

.wc-block-components-address-address-wrapper .wc-block-components-address-card-wrapper,
.wc-block-components-address-address-wrapper .wc-block-components-address-form-wrapper {
  width: 100%
}

.wc-block-components-address-address-wrapper.is-animated .wc-block-components-address-card-wrapper,
.wc-block-components-address-address-wrapper.is-animated .wc-block-components-address-form-wrapper {
  transition: all .3s ease-in-out
}

.wc-block-components-address-address-wrapper.is-editing .wc-block-components-address-form-wrapper {
  opacity: 1
}

.wc-block-components-address-address-wrapper.is-editing .wc-block-components-address-card-wrapper {
  opacity: 0;
  position: absolute;
  top: 0;
  visibility: hidden
}

.wc-block-components-address-address-wrapper:not(.is-editing) .wc-block-components-address-form-wrapper {
  height: 0;
  opacity: 0;
  overflow: hidden;
  visibility: hidden
}

.wc-block-components-address-address-wrapper:not(.is-editing) .wc-block-components-address-card-wrapper {
  opacity: 1
}

@keyframes wc-skeleton-shimmer {
  to {
    transform: translateX(100%)
  }
}

.wc-block-components-address-card {
  align-items: flex-start;
  border: 1px solid color-mix(in srgb, currentColor 20%, transparent);
  border-radius: 4px;
  display: flex;
  font-size: var(--wp--preset--font-size--small, 14px);
  justify-content: flex-start;
  line-height: 1.4;
  margin: 0;
  padding: 16px
}

.wc-block-components-address-card address {
  display: flex;
  flex-direction: column;
  font-style: normal;
  gap: 4px;
  margin: 0
}

.wc-block-components-address-card address .wc-block-components-address-card__address-section--primary {
  font-weight: 500
}

.wc-block-components-address-card__edit {
  background-color: transparent;
  border: 0;
  color: inherit;
  cursor: pointer;
  font-family: inherit;
  font-size: var(--wp--preset--font-size--small, 14px);
  line-height: 1.4;
  margin: 0 0 0 auto
}

.wc-block-components-address-card__edit:hover {
  text-decoration: underline
}

@keyframes wc-skeleton-shimmer {
  to {
    transform: translateX(100%)
  }
}

.wc-block-components-country-input {
  margin-top: 16px
}

@keyframes wc-skeleton-shimmer {
  to {
    transform: translateX(100%)
  }
}

.wc-blocks-components-select {
  max-width: none;
  width: 100%
}

.wc-blocks-components-select .wc-blocks-components-select__container {
  background: #fff;
  border-radius: 4px;
  box-sizing: border-box;
  line-height: 0;
  position: relative;
  width: 100%
}

.has-dark-controls .wc-blocks-components-select .wc-blocks-components-select__container {
  background-color: rgba(0, 0, 0, .1);
  color: #fff
}

.has-dark-controls .wc-blocks-components-select .wc-blocks-components-select__container:focus {
  background-color: rgba(0, 0, 0, .1);
  color: #fff
}

.has-error .wc-blocks-components-select .wc-blocks-components-select__container {
  border-color: #cc1818
}

.wc-blocks-components-select .wc-blocks-components-select__select {
  appearance: none;
  background: none;
  border: 1px solid color-mix(in srgb, currentColor 80%, transparent);
  border-radius: 4px;
  box-sizing: border-box;
  color: #2b2d2f;
  font-family: inherit;
  font-size: inherit;
  font-size: 16px;
  font-style: inherit;
  font-weight: inherit;
  height: 50px;
  letter-spacing: inherit;
  line-height: inherit;
  line-height: 25px;
  padding: 16px 9px 0;
  text-decoration: inherit;
  text-transform: inherit;
  width: 100%
}

.wc-blocks-components-select .wc-blocks-components-select__select:focus {
  border-color: currentColor;
  border-width: 1.5px;
  padding: 16px 8.5px 0
}

.has-dark-controls .wc-blocks-components-select .wc-blocks-components-select__select {
  border-color: hsla(0, 0%, 100%, .4);
  color: #fff
}

.has-dark-controls .wc-blocks-components-select .wc-blocks-components-select__select:focus {
  border: 1.5px solid;
  color: #fff
}

.has-error .wc-blocks-components-select .wc-blocks-components-select__select {
  color: #cc1818
}

.wc-blocks-components-select .wc-blocks-components-select__label {
  font-family: inherit;
  font-size: inherit;
  font-size: 13px;
  font-style: inherit;
  font-weight: inherit;
  left: 10px;
  letter-spacing: inherit;
  line-height: inherit;
  line-height: 1.4;
  margin: 0;
  max-width: calc(100% - 24px);
  overflow: hidden;
  position: absolute;
  text-decoration: inherit;
  text-overflow: ellipsis;
  text-transform: inherit;
  top: 6px;
  white-space: nowrap;
  z-index: 1
}

.has-dark-controls .wc-blocks-components-select .wc-blocks-components-select__label {
  color: hsla(0, 0%, 100%, .6)
}

.has-error .wc-blocks-components-select .wc-blocks-components-select__label {
  color: #cc1818
}

.wc-blocks-components-select .wc-blocks-components-select__expand {
  fill: #2b2d2f;
  pointer-events: none;
  position: absolute;
  right: 12px;
  top: 50%;
  transform: translateY(-50%)
}

.has-dark-controls .wc-blocks-components-select .wc-blocks-components-select__expand {
  fill: #fff
}

.has-error .wc-blocks-components-select .wc-blocks-components-select__expand {
  fill: #cc1818
}

@keyframes wc-skeleton-shimmer {
  to {
    transform: translateX(100%)
  }
}

.wc-block-components-address-form__address_2-hidden-input {
  left: -20000px;
  position: absolute
}

@keyframes wc-skeleton-shimmer {
  to {
    transform: translateX(100%)
  }
}

.wc-block-components-address-autocomplete-container {
  margin-top: 16px;
  position: relative;
  width: 100%
}

.wc-block-components-address-autocomplete-container .wc-block-components-address-autocomplete-icon {
  background-color: var(--wc-form-color-text, #444);
  height: 24px;
  mask: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAxNCAxNCIgYXJpYS1oaWRkZW49InRydWUiPjxjaXJjbGUgY3g9IjYiIGN5PSI2IiByPSI0IiBmaWxsPSJub25lIiBzdHJva2U9IiMwMDAiIHN0cm9rZS13aWR0aD0iMS41Ii8+PHBhdGggc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIiBzdHJva2U9IiMwMDAiIHN0cm9rZS13aWR0aD0iMS41IiBkPSJtOS4yNSA5LjI1IDIuNSAyLjUiLz48L3N2Zz4=) no-repeat center;
  mask-size: 16px;
  -webkit-mask: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAxNCAxNCIgYXJpYS1oaWRkZW49InRydWUiPjxjaXJjbGUgY3g9IjYiIGN5PSI2IiByPSI0IiBmaWxsPSJub25lIiBzdHJva2U9IiMwMDAiIHN0cm9rZS13aWR0aD0iMS41Ii8+PHBhdGggc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIiBzdHJva2U9IiMwMDAiIHN0cm9rZS13aWR0aD0iMS41IiBkPSJtOS4yNSA5LjI1IDIuNSAyLjUiLz48L3N2Zz4=) no-repeat center;
  -webkit-mask-size: 16px;
  position: absolute;
  right: 16px;
  top: 50%;
  transform: translateY(-50%);
  width: 24px;
  z-index: 2
}

.has-dark-controls .wc-block-components-address-autocomplete-container .wc-block-components-address-autocomplete-icon {
  background-color: var(--wc-form-color-text, #fff)
}

.wc-block-components-address-autocomplete-suggestions {
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  box-sizing: border-box;
  margin-top: 4px;
  max-width: 100%;
  position: absolute;
  width: 100%;
  z-index: 1000
}

.wc-block-components-address-autocomplete-suggestions .suggestions-list {
  list-style: none;
  margin: 0;
  max-height: 200px;
  overflow-y: auto;
  padding: 0
}

.wc-block-components-address-autocomplete-suggestions .suggestions-list li {
  color: var(--wc-form-color-text, #444);
  cursor: pointer;
  font-size: 14px;
  overflow: hidden;
  padding: 8px 12px;
  text-overflow: ellipsis;
  white-space: nowrap
}

.wc-block-components-address-autocomplete-suggestions .suggestions-list li:last-child {
  border-bottom: none
}

.wc-block-components-address-autocomplete-suggestions .suggestions-list li.active,
.wc-block-components-address-autocomplete-suggestions .suggestions-list li:hover {
  background-color: #0073aa;
  color: #fff
}

.wc-block-components-address-autocomplete-suggestions .suggestions-list li:focus {
  background-color: #0073aa;
  color: #fff;
  outline: none
}

.wc-block-components-address-autocomplete-suggestions .woocommerce-address-autocomplete-branding {
  align-items: center;
  background: #d3d3d3;
  color: rgba(34, 34, 34, .66);
  display: flex;
  font-size: 12px;
  padding: 8px 12px
}

@keyframes wc-skeleton-shimmer {
  to {
    transform: translateX(100%)
  }
}

.wc-block-checkout__terms {
  font-size: var(--wp--preset--font-size--small, 14px);
  line-height: 1.4;
  margin: 0 0 24px
}

.wc-block-checkout__terms.wc-block-checkout__terms--with-separator {
  border-top: 1px solid color-mix(in srgb, currentColor 20%, transparent);
  padding-top: 24px
}

@container (max-width: 699px) {
  .wc-block-checkout__terms.wc-block-checkout__terms--with-separator {
    border-top: 0;
    padding-top: 0
  }
}

.wc-block-checkout__terms textarea {
  position: relative;
  top: -5px
}

.wc-block-checkout__terms.wc-block-checkout__terms--disabled {
  opacity: .6
}

@keyframes wc-skeleton-shimmer {
  to {
    transform: translateX(100%)
  }
}

.wc-block-components-password-strength {
  align-items: center;
  display: flex;
  flex-direction: row;
  font-size: .75em;
  gap: 8px;
  height: 1em;
  line-height: 1;
  padding: 8px 0 0;
  text-align: right
}

.wc-block-components-password-strength.hidden {
  opacity: 0
}

.wc-block-components-password-strength .wc-block-components-password-strength__meter {
  background-color: color-mix(in srgb, currentColor 20%, transparent);
  border: 0;
  border-radius: 4px;
  color: #cc1818;
  display: block;
  height: 8px;
  margin: 0;
  width: 100%
}

.wc-block-components-password-strength .wc-block-components-password-strength__meter::-webkit-meter-bar,
.wc-block-components-password-strength .wc-block-components-password-strength__meter::-webkit-meter-inner-element {
  background: none;
  border: 0;
  height: 8px;
  vertical-align: middle
}

.wc-block-components-password-strength .wc-block-components-password-strength__meter::-webkit-meter-even-less-good-value,
.wc-block-components-password-strength .wc-block-components-password-strength__meter::-webkit-meter-optimum-value,
.wc-block-components-password-strength .wc-block-components-password-strength__meter::-webkit-meter-suboptimum-value {
  background: none;
  background-color: currentColor;
  border: 0;
  border-radius: 4px;
  height: 8px;
  -webkit-transition: .2s ease;
  transition: .2s ease;
  vertical-align: middle
}

.wc-block-components-password-strength .wc-block-components-password-strength__meter:-moz-meter-optimum::-moz-meter-bar,
.wc-block-components-password-strength .wc-block-components-password-strength__meter:-moz-meter-sub-optimum::-moz-meter-bar,
.wc-block-components-password-strength .wc-block-components-password-strength__meter:-moz-meter-sub-sub-optimum::-moz-meter-bar {
  background: none;
  background-color: currentColor;
  border: 0;
  border-radius: 4px;
  height: 8px;
  -moz-transition: .2s ease;
  transition: .2s ease;
  vertical-align: middle
}

.wc-block-components-password-strength .wc-block-components-password-strength__result {
  color: #cc1818
}

.wc-block-components-password-strength .wc-block-components-password-strength__result:after {
  content: "Â "
}

.wc-block-components-password-strength .wc-block-components-password-strength__meter[value="1"],
.wc-block-components-password-strength .wc-block-components-password-strength__meter[value="1"]+.wc-block-components-password-strength__result {
  color: #cc1818
}

.wc-block-components-password-strength .wc-block-components-password-strength__meter[value="2"],
.wc-block-components-password-strength .wc-block-components-password-strength__meter[value="2"]+.wc-block-components-password-strength__result {
  color: #cc1818
}

.wc-block-components-password-strength .wc-block-components-password-strength__meter[value="3"],
.wc-block-components-password-strength .wc-block-components-password-strength__meter[value="3"]+.wc-block-components-password-strength__result {
  color: #f0b849
}

.wc-block-components-password-strength .wc-block-components-password-strength__meter[value="4"],
.wc-block-components-password-strength .wc-block-components-password-strength__meter[value="4"]+.wc-block-components-password-strength__result {
  color: #4ab866
}

@keyframes wc-skeleton-shimmer {
  to {
    transform: translateX(100%)
  }
}

.wc-block-components-checkout-return-to-cart-button {
  box-shadow: none;
  color: inherit;
  padding-left: calc(24px + .25em);
  position: relative;
  text-decoration: none
}

.wc-block-components-checkout-return-to-cart-button svg {
  fill: currentColor;
  left: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%)
}

.rtl .wc-block-components-checkout-return-to-cart-button svg {
  transform: translateY(-50%) scale(-1)
}

@keyframes wc-skeleton-shimmer {
  to {
    transform: translateX(100%)
  }
}

.wc-block-components-button:not(.is-link) {
  align-items: center;
  display: inline-flex;
  height: auto;
  justify-content: center;
  position: relative;
  text-align: center;
  transition: box-shadow .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 {
  text-wrap: balance;
  text-wrap: pretty;
  display: block
}

.wc-block-components-button:not(.is-link) .wc-block-components-button__text>svg {
  fill: currentColor
}

.wc-block-components-button:not(.is-link).text {
  color: #1e1e1e
}

.wc-block-components-button:not(.is-link).text:hover {
  opacity: .9
}

.wc-block-components-button:not(.is-link):disabled .wc-block-components-button__text {
  opacity: .5
}

.wc-block-components-button:not(.is-link).is-style-outline,
.wc-block-components-button:not(.is-link).outlined {
  background: transparent;
  color: currentColor
}

.wc-block-components-button:not(.is-link).is-style-outline:not(:focus),
.wc-block-components-button:not(.is-link).outlined:not(:focus) {
  box-shadow: inset 0 0 0 1px currentColor
}

.wc-block-components-button:not(.is-link).is-style-outline:active,
.wc-block-components-button:not(.is-link).is-style-outline:disabled,
.wc-block-components-button:not(.is-link).is-style-outline:focus,
.wc-block-components-button:not(.is-link).is-style-outline:hover,
.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).is-style-outline:hover,
.wc-block-components-button:not(.is-link).outlined:hover {
  background-color: #1e1e1e;
  color: #fff;
  opacity: 1
}

body:not(.woocommerce-block-theme-has-button-styles) .wc-block-components-button:not(.is-link) {
  min-height: 3em
}

body:not(.woocommerce-block-theme-has-button-styles) .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
}

body:not(.woocommerce-block-theme-has-button-styles) .wc-block-components-button:not(.is-link).text {
  color: #1e1e1e
}

body:not(.woocommerce-block-theme-has-button-styles) .wc-block-components-button:not(.is-link).text:hover {
  opacity: .9
}

@keyframes wc-skeleton-shimmer {
  to {
    transform: translateX(100%)
  }
}

.wc-block-components-checkout-place-order-button {
  align-items: center;
  display: flex;
  justify-content: center;
  padding: 18px 30px
}

@container (max-width: 399px) {
  .wc-block-components-checkout-place-order-button {
    width: 100%
  }
}

.wc-block-components-checkout-place-order-button--loading .wc-block-components-button__text {
  visibility: hidden
}

.wc-block-components-checkout-place-order-button--loading .wc-block-components-checkout-place-order-button__icon,
.wc-block-components-checkout-place-order-button--loading .wc-block-components-spinner {
  visibility: visible
}

.wc-block-components-checkout-place-order-button .wc-block-components-checkout-place-order-button__text {
  align-items: center;
  display: flex
}

.wc-block-components-checkout-place-order-button .wc-block-components-checkout-place-order-button__separator {
  margin: 0 16px
}

.wc-block-components-checkout-place-order-button .wc-block-components-button__text>svg {
  fill: #fff;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  vertical-align: top
}

@keyframes wc-skeleton-shimmer {
  to {
    transform: translateX(100%)
  }
}

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

@container (min-width: 400px) and (max-width: 519px) {

  .wc-block-components-payment-method-label--with-icon>img,
  .wc-block-components-payment-method-label--with-icon>svg {
    display: none
  }
}

@container (max-width: 399px) {

  .wc-block-components-payment-method-label--with-icon>img,
  .wc-block-components-payment-method-label--with-icon>svg {
    display: none
  }
}

@keyframes wc-skeleton-shimmer {
  to {
    transform: translateX(100%)
  }
}

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

@container (min-width: 520px) and (max-width: 699px) {
  .wc-block-components-payment-method-icons .wc-block-components-payment-method-icon {
    height: 16px
  }
}

@container (min-width: 400px) and (max-width: 519px) {
  .wc-block-components-payment-method-icons .wc-block-components-payment-method-icon {
    height: 16px
  }
}

@keyframes wc-skeleton-shimmer {
  to {
    transform: translateX(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: .25
}

@keyframes wc-skeleton-shimmer {
  to {
    transform: translateX(100%)
  }
}

.wc-block-components-skeleton {
  display: flex;
  flex-direction: column;
  gap: 1rem
}

.wc-block-components-skeleton__element {
  background: color-mix(in srgb, currentColor 5%, transparent);
  border: none;
  border-radius: 4px;
  overflow: hidden;
  position: relative
}

.wc-block-components-skeleton__element:after {
  animation: wc-skeleton-shimmer 1.25s infinite;
  background: linear-gradient(90deg, transparent, color-mix(in srgb, currentColor 5%, transparent) 50%, transparent);
  content: "";
  inset: 0;
  position: absolute;
  transform: translateX(-100%)
}

@media(prefers-reduced-motion:reduce) {
  .wc-block-components-skeleton__element:after {
    animation: none
  }
}

.wc-block-components-skeleton__element--static:after {
  display: none
}

@keyframes wc-skeleton-shimmer {
  to {
    transform: translateX(100%)
  }
}

.wc-block-checkout__actions {
  margin-bottom: 36px
}

.wc-block-checkout__actions .wc-block-checkout__actions_row {
  align-items: center;
  display: flex;
  font-size: var(--wp--preset--font-size--small, 14px);
  gap: 8px;
  justify-content: space-between;
  line-height: 1.4
}

.wc-block-checkout__actions .wc-block-checkout__actions_row--justify-flex-end {
  justify-content: flex-end
}

.wc-block-checkout__actions .wc-block-checkout__actions_row .wc-block-components-checkout-place-order-button--full-width {
  width: 100%
}

@container (max-width: 399px) {
  .wc-block-checkout__actions .wc-block-checkout__actions_row {
    flex-direction: column-reverse;
    gap: 16px;
    justify-content: center
  }

  .wc-block-checkout__actions .wc-block-components-checkout-place-order-button {
    width: 100%
  }
}

@keyframes wc-skeleton-shimmer {
  to {
    transform: translateX(100%)
  }
}

.wc-block-checkout__add-note {
  display: flex;
  flex-direction: column;
  gap: 16px
}

@keyframes wc-skeleton-shimmer {
  to {
    transform: translateX(100%)
  }
}

.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;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 0;
  width: 100%
}

.wc-block-components-totals-coupon__form .wc-block-components-text-input.wc-block-components-totals-coupon__input,
.wc-block-components-totals-coupon__form .wc-block-components-totals-coupon__button,
.wc-block-components-totals-coupon__form .wc-block-components-totals-coupon__input {
  margin: 0
}

.wc-block-components-totals-coupon__form .wc-block-components-totals-coupon__input {
  flex: 3 1 120px
}

.wc-block-components-totals-coupon__form .wc-block-components-totals-coupon__button {
  flex: 1 1 auto;
  padding-left: 16px;
  padding-right: 16px;
  white-space: nowrap
}

.wc-block-components-totals-coupon__form .wc-block-components-totals-coupon__button--loading .wc-block-components-button__text {
  visibility: hidden
}

.wc-block-components-totals-coupon__form .wc-block-components-totals-coupon__button--loading .wc-block-components-spinner {
  visibility: visible
}

.wc-block-components-totals-coupon__content {
  flex-direction: column;
  position: relative
}

@keyframes wc-skeleton-shimmer {
  to {
    transform: translateX(100%)
  }
}

.wc-block-components-totals-discount__coupon-list {
  list-style: none;
  margin: 4px 0 0;
  padding: 0
}

@keyframes wc-skeleton-shimmer {
  to {
    transform: translateX(100%)
  }
}

.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: 500
}

.wc-block-components-totals-footer-item .wc-block-components-totals-footer-item-tax {
  align-items: center;
  display: flex;
  flex-direction: row;
  font-weight: 500;
  margin-bottom: 0;
  margin-top: 0;
  white-space: pre
}

.wc-block-components-totals-footer-item .wc-block-components-totals-footer-item-tax .wc-block-components-skeleton__element {
  margin-left: .5em
}

.wc-block-components-totals-footer-item .wc-block-components-totals-footer-item-shipping {
  margin-bottom: 0;
  margin-top: 0
}

.wc-block-components-totals-footer-item .wc-block-components-totals-item__value {
  font-weight: 500
}

.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: var(--wp--preset--font-size--medium, 22px);
  line-height: 1.4
}

@keyframes wc-skeleton-shimmer {
  to {
    transform: translateX(100%)
  }
}

.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-item strong {
  text-transform: uppercase
}

.wc-block-components-totals-shipping .wc-block-components-shipping-address,
.wc-block-components-totals-shipping .wc-block-components-totals-shipping__delivery-options-notice {
  display: block;
  margin-top: 16px
}

.wc-block-components-totals-shipping .wc-block-components-totals-shipping__options {
  display: block;
  margin: 0
}

.wc-block-components-totals-shipping .wc-block-components-totals-shipping-address-summary {
  display: inline-block;
  margin: 0
}

.wc-block-components-totals-shipping .wc-block-components-totals-shipping__options {
  margin-top: 12px
}

.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 .75em
}

.wc-block-components-totals-shipping .wc-block-components-totals-shipping__change-address__link {
  background: none;
  border: none;
  color: inherit;
  cursor: pointer;
  font-weight: 400;
  padding: 0;
  text-align: left;
  text-decoration: underline
}

.wc-block-components-totals-shipping .wc-block-components-totals-shipping__change-address-button {
  background: transparent;
  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: transparent
}

.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 {
  opacity: .8
}

.wc-block-components-totals-shipping .wc-block-components-shipping-placeholder__value {
  font-size: .875em
}

.wc-block-components-totals-shipping .wc-block-components-totals-shipping__via {
  font-size: .875em;
  width: 100%
}

.theme-twentytwentyone.theme-twentytwentyone.theme-twentytwentyone .wc-block-components-totals-shipping__change-address-button {
  background: transparent;
  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: transparent
}

@keyframes wc-skeleton-shimmer {
  to {
    transform: translateX(100%)
  }
}

.wp-block-woocommerce-checkout-order-summary-block {
  border: 1px solid color-mix(in srgb, currentColor 20%, transparent);
  border-radius: 5px;
  box-sizing: border-box;
  font-size: var(--wp--preset--font-size--small, 14px);
  line-height: 1.4
}

.wp-block-woocommerce-checkout-order-summary-block.checkout-order-summary-block-fill-wrapper .wc-block-components-order-summary {
  padding: 0 16px
}

.wp-block-woocommerce-checkout-order-summary-block.checkout-order-summary-block-fill-wrapper .wc-block-components-title {
  margin-bottom: 16px
}

.wp-block-woocommerce-checkout-order-summary-block .wp-block-woocommerce-checkout-order-summary-cart-items-block.wc-block-components-totals-wrapper {
  border-top: 0;
  padding-top: 8px
}

.wp-block-woocommerce-checkout-order-summary-block .wc-block-components-checkout-order-summary__title {
  align-items: center;
  display: flex;
  justify-content: space-between;
  margin-top: 16px
}

.wp-block-woocommerce-checkout-order-summary-block .wc-block-components-checkout-order-summary__title .wc-block-components-checkout-order-summary__title-text {
  flex-grow: 1;
  font-size: var(--wp--preset--font-size--medium, 22px);
  font-weight: 500;
  line-height: 1.4;
  margin: 0 0 8px 16px
}

.wp-block-woocommerce-checkout-order-summary-block .wc-block-components-checkout-order-summary__title .wc-block-components-checkout-order-summary__title-open-close {
  cursor: pointer
}

.wp-block-woocommerce-checkout-order-summary-block .checkout-order-summary-block-fill {
  border: 1px solid color-mix(in srgb, currentColor 20%, transparent);
  border-radius: 5px
}

.wp-block-woocommerce-checkout-order-summary-block .checkout-order-summary-block-fill .wc-block-components-totals-wrapper:first-of-type {
  border-top: 0
}

.wp-block-woocommerce-checkout-order-summary-block .checkout-order-summary-block-fill .wc-block-components-totals-coupon,
.wp-block-woocommerce-checkout-order-summary-block .checkout-order-summary-block-fill .wc-block-components-totals-item {
  padding-left: 16px;
  padding-right: 16px
}

.wp-block-woocommerce-checkout-order-summary-block .wc-block-components-product-name {
  display: block;
  font-size: var(--wp--preset--font-size--small, 14px);
  font-weight: 500;
  line-height: 1.4;
  margin: 0;
  max-width: max-content
}

.wc-block-checkout__main .wc-block-components-order-summary {
  margin-top: 8px
}

@container (min-width: 700px) {

  .wp-block-woocommerce-checkout-order-summary-block .wc-block-components-checkout-order-summary__title-icon,
  .wp-block-woocommerce-checkout-order-summary-block .wc-block-components-checkout-order-summary__title-price {
    display: none
  }

  .wp-block-woocommerce-checkout-order-summary-block.checkout-order-summary-block-fill-wrapper {
    display: none;
    overflow: hidden
  }
}

@container (max-width: 699px) {
  .wp-block-woocommerce-checkout-order-summary-block {
    border: none;
    margin-top: 0
  }

  .wp-block-woocommerce-checkout-order-summary-block.checkout-order-summary-block-fill-wrapper {
    padding-bottom: 36px
  }

  .wp-block-woocommerce-checkout-order-summary-block .wc-block-components-checkout-order-summary__title {
    border-bottom: 1px solid color-mix(in srgb, currentColor 20%, transparent);
    border-top: 1px solid color-mix(in srgb, currentColor 20%, transparent);
    cursor: pointer;
    padding: 20px 0
  }

  .wp-block-woocommerce-checkout-order-summary-block .wc-block-components-checkout-order-summary__title.is-open {
    border-bottom: none
  }

  .wp-block-woocommerce-checkout-order-summary-block .wc-block-components-checkout-order-summary__title .wc-block-components-checkout-order-summary__title-text {
    margin: 0
  }

  .wp-block-woocommerce-checkout-order-summary-block .wc-block-components-checkout-order-summary__title .wc-block-components-checkout-order-summary__title-icon {
    fill: currentColor
  }

  .wp-block-woocommerce-checkout-order-summary-block .wc-block-components-checkout-order-summary__content {
    display: none
  }

  .wp-block-woocommerce-checkout-order-summary-block .wc-block-components-checkout-order-summary__content.is-open {
    border-bottom: 1px solid color-mix(in srgb, currentColor 20%, transparent);
    display: block
  }

  .wp-block-woocommerce-checkout-order-summary-block .wc-block-components-checkout-order-summary__content.is-open .wc-block-components-totals-wrapper:first-child {
    border-top: none
  }
}

@keyframes wc-skeleton-shimmer {
  to {
    transform: translateX(100%)
  }
}

.wc-block-components-skeleton.wc-block-components-skeleton--checkout-payment {
  border: 1px solid color-mix(in srgb, currentColor 10%, transparent);
  border-radius: 4px;
  padding: 16px
}

.wc-block-components-skeleton--checkout-payment-container {
  align-items: center;
  display: grid;
  gap: 16px;
  grid-template-columns: 20px 1fr 50px
}

@keyframes wc-skeleton-shimmer {
  to {
    transform: translateX(100%)
  }
}

.wc-block-components-notice-banner {
  align-content: flex-start;
  align-items: stretch;
  background-color: #fff;
  border: 1px solid #2f2f2f;
  border-radius: 4px;
  box-sizing: border-box;
  color: #2f2f2f;
  display: flex;
  font-size: .875em;
  font-weight: 400;
  gap: 12px;
  line-height: 1.5;
  margin: 16px 0;
  padding: 16px !important
}

.wc-block-components-notice-banner>.wc-block-components-notice-banner__content {
  align-self: center;
  flex-basis: 100%;
  padding-right: 16px;
  white-space: normal
}

.wc-block-components-notice-banner>.wc-block-components-notice-banner__content:last-child {
  padding-right: 0
}

.wc-block-components-notice-banner>.wc-block-components-notice-banner__content .wc-block-components-notice-banner__summary {
  font-weight: 600;
  margin: 0 0 8px
}

.wc-block-components-notice-banner>.wc-block-components-notice-banner__content ol,
.wc-block-components-notice-banner>.wc-block-components-notice-banner__content ul {
  margin: 0 0 0 24px;
  padding: 0
}

.wc-block-components-notice-banner>.wc-block-components-notice-banner__content ol li:after,
.wc-block-components-notice-banner>.wc-block-components-notice-banner__content ul li:after {
  clear: both;
  content: "";
  display: block
}

.wc-block-components-notice-banner>.wc-block-components-notice-banner__content .wc-forward {
  appearance: none;
  background: transparent !important;
  border: 0;
  color: #2f2f2f !important;
  float: right;
  margin: 0;
  opacity: .7;
  padding: 0 !important;
  text-decoration-line: underline;
  text-underline-position: under;
  transition: all .2s ease-in-out
}

.wc-block-components-notice-banner>.wc-block-components-notice-banner__content .wc-forward:active,
.wc-block-components-notice-banner>.wc-block-components-notice-banner__content .wc-forward:focus,
.wc-block-components-notice-banner>.wc-block-components-notice-banner__content .wc-forward:hover {
  opacity: 1;
  text-decoration: none
}

.wc-block-components-notice-banner>svg {
  fill: #fff;
  background-color: #2f2f2f;
  border-radius: 50%;
  flex-grow: 0;
  flex-shrink: 0;
  height: 100%;
  padding: 2px
}

.wc-block-components-notice-banner>.wc-block-components-button {
  background: transparent none !important;
  border: 0 !important;
  box-shadow: none !important;
  color: #2f2f2f !important;
  flex: 0 0 16px;
  height: 16px !important;
  margin: 6px 0 0 auto !important;
  min-height: auto !important;
  min-width: 0 !important;
  opacity: .6;
  outline: none !important;
  padding: 0 !important;
  width: 16px !important
}

.wc-block-components-notice-banner>.wc-block-components-button>svg {
  margin: 0 !important
}

.wc-block-components-notice-banner>.wc-block-components-button:active,
.wc-block-components-notice-banner>.wc-block-components-button:focus,
.wc-block-components-notice-banner>.wc-block-components-button:hover {
  opacity: 1
}

.wc-block-components-notice-banner>.wc-block-components-button:focus {
  outline: 2px solid currentColor !important;
  outline-offset: 0
}

.wc-block-components-notice-banner.is-error {
  background-color: #fff0f0;
  border-color: #cc1818
}

.wc-block-components-notice-banner.is-error>svg {
  background-color: #cc1818;
  transform: rotate(180deg)
}

.wc-block-components-notice-banner.is-warning {
  background-color: #fffbf4;
  border-color: #f0b849
}

.wc-block-components-notice-banner.is-warning>svg {
  background-color: #f0b849;
  transform: rotate(180deg)
}

.wc-block-components-notice-banner.is-success {
  background-color: #f4fff7;
  border-color: #4ab866
}

.wc-block-components-notice-banner.is-success>svg {
  background-color: #4ab866
}

.wc-block-components-notice-banner.is-info {
  background-color: #f4f8ff;
  border-color: #007cba
}

.wc-block-components-notice-banner.is-info>svg {
  background-color: #007cba
}

.wc-block-components-notice-banner:focus {
  outline-width: 0
}

.wc-block-components-notice-banner:focus-visible {
  outline-style: solid;
  outline-width: 2px
}

.woocommerce.wc-block-store-notices.alignwide {
  max-width: var(--wp--style--global--wide-size)
}

@keyframes wc-skeleton-shimmer {
  to {
    transform: translateX(100%)
  }
}

.components-notice.wc-block-checkout__no-payment-methods-notice {
  margin: 0 0 16px
}

@keyframes wc-skeleton-shimmer {
  to {
    transform: translateX(100%)
  }
}

.components-notice.wc-block-checkout__only-express-payments-notice {
  margin: 0 0 16px
}

@keyframes wc-skeleton-shimmer {
  to {
    transform: translateX(100%)
  }
}

.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;
  margin-top: 8px;
  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, 24% - 12px)
}

.wc-block-gateway-container.wc-card-cvc-element {
  flex-basis: 7em;
  margin-left: 12px;
  min-width: min(5em, 16% - 12px)
}

.wc-block-gateway-container .wc-block-gateway-input {
  background-color: #fff;
  border: 1px solid color-mix(in srgb, currentColor 80%, transparent);
  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: .75em 0 .75em 16px;
  width: 100%
}

.wc-block-gateway-container .wc-block-gateway-input:focus {
  background-color: #fff
}

.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(.75em);
  transform-origin: top left;
  transition: transform .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(.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 .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(.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
}

@container (min-width: 520px) and (max-width: 699px) {

  .wc-card-cvc-element .wc-block-components-validation-error>p,
  .wc-card-expiry-element .wc-block-components-validation-error>p {
    line-height: 16px;
    padding-top: 4px
  }
}

@container (min-width: 700px) {

  .wc-card-cvc-element .wc-block-components-validation-error>p,
  .wc-card-expiry-element .wc-block-components-validation-error>p {
    line-height: 16px;
    padding-top: 4px
  }
}

@container (min-width: 400px) and (max-width: 519px) {

  .wc-card-cvc-element .wc-block-components-validation-error>p,
  .wc-card-expiry-element .wc-block-components-validation-error>p {
    min-height: 28px
  }

  .wc-block-card-elements {
    flex-wrap: wrap
  }

  .wc-block-gateway-container.wc-card-number-element {
    flex-basis: 100%
  }

  .wc-block-gateway-container.wc-card-expiry-element {
    flex-basis: calc(50% - 8px);
    margin-left: 0;
    margin-right: 8px
  }

  .wc-block-gateway-container.wc-card-cvc-element {
    flex-basis: calc(50% - 8px);
    margin-left: 8px
  }
}

@container (max-width: 399px) {

  .wc-card-cvc-element .wc-block-components-validation-error>p,
  .wc-card-expiry-element .wc-block-components-validation-error>p {
    min-height: 28px
  }

  .wc-block-card-elements {
    flex-wrap: wrap
  }

  .wc-block-gateway-container.wc-card-number-element {
    flex-basis: 100%
  }

  .wc-block-gateway-container.wc-card-expiry-element {
    flex-basis: calc(50% - 8px);
    margin-left: 0;
    margin-right: 8px
  }

  .wc-block-gateway-container.wc-card-cvc-element {
    flex-basis: calc(50% - 8px);
    margin-left: 8px
  }
}

@keyframes wc-skeleton-shimmer {
  to {
    transform: translateX(100%)
  }
}

.wc-block-components-checkout-payment-methods * {
  pointer-events: all
}

.wc-block-checkout__payment-method .wc-block-components-radio-control__option:after {
  content: none
}

.wc-block-checkout__payment-method .wc-block-components-radio-control-accordion-option .wc-block-components-radio-control__option {
  border-width: 0
}

.wc-block-checkout__payment-method .wc-block-components-radio-control-accordion-option:first-child:after {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px
}

.wc-block-checkout__payment-method .wc-block-components-radio-control-accordion-option:last-child:after {
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px
}

.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;
  border-width: 0;
  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;
  max-width: 100%;
  object-fit: contain;
  object-position: left
}

.wc-block-checkout__payment-method .wc-block-components-checkout-step__description-payments-aligned {
  font-size: var(--wp--preset--font-size--small, 14px);
  line-height: 1.4;
  margin: 0;
  padding-bottom: 8px;
  padding-top: 12px
}

.wc-block-components-radio-control-accordion-content {
  font-size: var(--wp--preset--font-size--small, 14px);
  line-height: 1.4;
  padding: 0 16px 16px
}

.wc-block-components-radio-control-accordion-content:empty,
.wc-block-components-radio-control-accordion-content:has(>:only-child:empty) {
  display: none
}

@keyframes wc-skeleton-shimmer {
  to {
    transform: translateX(100%)
  }
}

.wc-block-components-express-payment {
  margin: auto;
  position: relative
}

.wc-block-components-express-payment .wc-block-components-express-payment__event-buttons {
  margin: 0;
  overflow: hidden;
  padding: 0;
  text-align: center;
  width: 100%
}

.wc-block-components-express-payment .wc-block-components-express-payment__event-buttons>div,
.wc-block-components-express-payment .wc-block-components-express-payment__event-buttons>li {
  margin: 0;
  min-height: 48px;
  min-width: 150px;
  overflow: hidden;
  width: 100%
}

.wc-block-components-express-payment .wc-block-components-express-payment__event-buttons>div>img,
.wc-block-components-express-payment .wc-block-components-express-payment__event-buttons>li>img {
  height: 48px;
  width: 100%
}

.wc-block-components-express-payment--checkout {
  transition: none !important
}

.wc-block-components-express-payment--checkout .wc-block-components-express-payment__event-buttons {
  grid-gap: 12px;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
  list-style: none
}

@container (max-width: 399px) {
  .wc-block-components-express-payment--checkout .wc-block-components-express-payment__event-buttons {
    grid-template-columns: 1fr
  }
}

.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: -4px;
  vertical-align: middle
}

.wc-block-components-express-payment--checkout .wc-block-components-express-payment__title-container:before {
  border-left: 1px solid color-mix(in srgb, currentColor 20%, transparent);
  border-color: color-mix(in srgb, currentColor 20%, transparent) color-mix(in srgb, currentColor 20%, transparent) currentcolor;
  border-radius: 4px 0 0 0;
  border-top: 1px solid color-mix(in srgb, currentColor 20%, transparent);
  content: "";
  display: block;
  flex-grow: 1;
  height: 3px;
  margin-right: 12px;
  pointer-events: none
}

.wc-block-components-express-payment--checkout .wc-block-components-express-payment__title-container:after {
  border-color: currentcolor currentcolor color-mix(in srgb, currentColor 20%, transparent) color-mix(in srgb, currentColor 20%, transparent);
  border-radius: 0 4px 0 0;
  border-right: 1px solid color-mix(in srgb, currentColor 20%, transparent);
  border-top: 1px solid color-mix(in srgb, currentColor 20%, transparent);
  content: "";
  display: block;
  flex-grow: 1;
  height: 3px;
  margin-left: 12px;
  pointer-events: none
}

.wc-block-components-express-payment--checkout .wc-block-components-express-payment__title {
  border: 0;
  border-radius: 0;
  flex-grow: 0;
  font-size: var(--wp--preset--font-size--small, 14px);
  font-weight: 400;
  line-height: 1.4;
  margin: 0;
  padding: 0;
  transform: translateY(-50%);
  vertical-align: baseline;
  word-break: break-word
}

.wc-block-components-express-payment--checkout .wc-block-components-express-payment__content {
  border: 1px solid color-mix(in srgb, currentColor 20%, transparent);
  border-radius: 0 0 4px 4px;
  border-top: 0;
  margin-top: 5px;
  min-height: 48px;
  padding: 20px 16px 16px
}

.wc-block-components-express-payment--checkout .wc-block-components-express-payment__content>p {
  margin-bottom: 1em
}

@container (max-width: 699px) {
  .wc-block-components-express-payment--checkout .wc-block-components-express-payment__content {
    padding: 12px 16px 16px
  }
}

.wc-block-components-express-payment--disabled .wc-block-components-express-payment__content {
  opacity: .6
}

.wc-block-components-express-payment--disabled .wc-block-components-express-payment__content * {
  pointer-events: none
}

.wc-block-components-express-payment--cart .wc-block-components-express-payment__event-buttons {
  display: flex;
  flex-direction: column;
  gap: 12px
}

.wc-block-components-express-payment--cart .wc-block-components-express-payment__event-buttons>div,
.wc-block-components-express-payment--cart .wc-block-components-express-payment__event-buttons>li {
  font-size: 0;
  line-height: 0;
  margin: 0;
  padding: 0;
  text-align: center;
  width: 100%
}

.wc-block-components-express-payment-continue-rule {
  align-items: center;
  display: flex;
  font-size: var(--wp--preset--font-size--small, 14px);
  line-height: 1.4;
  margin: 16px 0 24px;
  padding: 0;
  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 color-mix(in srgb, currentColor 20%, transparent);
  content: " ";
  flex: 1
}

@container (max-width: 699px) {
  .wc-block-components-express-payment-continue-rule {
    margin: 16px 0
  }
}

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

@keyframes wc-skeleton-shimmer {
  to {
    transform: translateX(100%)
  }
}

.wc-block-checkout__shipping-method .wc-block-checkout__shipping-method-container {
  align-items: stretch;
  background-color: color-mix(in srgb, currentColor 6%, transparent);
  border-radius: 8px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 4px;
  justify-content: space-between;
  padding: 4px
}

.edit-post-visual-editor .wc-block-checkout__shipping-method-option,
.wc-block-checkout__shipping-method-option {
  align-items: center;
  background-color: transparent;
  border: 2px solid transparent;
  border-radius: 4px;
  box-sizing: border-box;
  color: currentColor;
  cursor: pointer;
  display: flex;
  flex-basis: 0;
  flex-direction: row;
  flex-grow: 1;
  flex-wrap: wrap;
  gap: 0;
  justify-content: center;
  padding: 8px 16px;
  position: relative
}

.has-dark-controls .edit-post-visual-editor .wc-block-checkout__shipping-method-option,
.has-dark-controls .wc-block-checkout__shipping-method-option {
  color: currentColor
}

.edit-post-visual-editor .wc-block-checkout__shipping-method-option:focus-within,
.edit-post-visual-editor .wc-block-checkout__shipping-method-option:hover,
.wc-block-checkout__shipping-method-option:focus-within,
.wc-block-checkout__shipping-method-option:hover {
  background-color: color-mix(in srgb, currentColor 12%, transparent);
  outline: none
}

.edit-post-visual-editor .wc-block-checkout__shipping-method-option.wc-block-checkout__shipping-method-option--selected,
.wc-block-checkout__shipping-method-option.wc-block-checkout__shipping-method-option--selected {
  background: #fff;
  border: 2px solid
}

.has-dark-controls .edit-post-visual-editor .wc-block-checkout__shipping-method-option.wc-block-checkout__shipping-method-option--selected,
.has-dark-controls .wc-block-checkout__shipping-method-option.wc-block-checkout__shipping-method-option--selected {
  background: rgba(0, 0, 0, .1)
}

.wc-block-checkout__shipping-method-option-title-wrapper {
  align-items: flex-start;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  gap: 4px
}

.wc-block-checkout__shipping-method-option-icon {
  fill: currentColor;
  flex-shrink: 0;
  vertical-align: middle
}

.wc-block-checkout__shipping-method-option-title {
  text-wrap: balance;
  line-height: inherit;
  line-height: 1.4;
  line-height: 28px
}

.wc-block-checkout__shipping-method-option-price,
.wc-block-checkout__shipping-method-option-title {
  font-family: inherit;
  font-size: inherit;
  font-size: var(--wp--preset--font-size--small, 14px);
  font-style: inherit;
  font-weight: inherit;
  letter-spacing: inherit;
  text-decoration: inherit;
  text-transform: inherit
}

.wc-block-checkout__shipping-method-option-price {
  flex-basis: 100%;
  line-height: inherit;
  line-height: 1.4;
  text-align: center
}

.wc-block-checkout__shipping-method-option-price em {
  font-style: inherit;
  text-transform: uppercase
}

@keyframes wc-skeleton-shimmer {
  to {
    transform: translateX(100%)
  }
}

.wc-block-components-skeleton.wc-block-components-skeleton--checkout-shipping {
  align-items: center;
  border: 1px solid color-mix(in srgb, currentColor 10%, transparent);
  border-radius: 4px;
  display: grid;
  gap: 16px;
  grid-template-columns: 20px 1fr 50px;
  padding: 16px
}

@keyframes wc-skeleton-shimmer {
  to {
    transform: translateX(100%)
  }
}

.wc-block-components-shipping-rates-control__package {
  margin: 0
}

.wc-block-components-shipping-rates-control__package .wc-block-components-radio-control__label {
  font-weight: 500
}

.wc-block-components-shipping-rates-control__package .wc-block-components-shipping-rates-control__package__delivery_time {
  text-transform: none
}

.wc-block-components-shipping-rates-control__package .wc-block-components-shipping-rates-control__package__description--free {
  text-transform: uppercase
}

.wc-block-components-shipping-rates-control__package.wc-block-components-panel {
  margin-bottom: 0
}

.wc-block-components-shipping-rates-control__package .wc-block-components-panel__button {
  margin-bottom: 0;
  margin-top: 0;
  padding-bottom: .75em;
  padding-top: .75em
}

.wc-block-components-shipping-rates-control__package .wc-block-components-panel__content {
  padding-bottom: .75em
}

.wc-block-components-shipping-rates-control__package .wc-block-components-radio-control .wc-block-components-radio-control__option-layout {
  padding-bottom: 0
}

.wc-block-components-shipping-rates-control__package .wc-block-components-radio-control__description,
.wc-block-components-shipping-rates-control__package .wc-block-components-radio-control__secondary-description {
  display: block;
  font-size: var(--wp--preset--font-size--small, 14px);
  line-height: 1.4;
  margin: 0;
  text-align: left;
  width: 100%
}

.wc-block-components-shipping-rates-control__package .wc-block-components-panel__button[aria-expanded=true] {
  margin-bottom: 0;
  padding-bottom: 0
}

.wc-block-components-shipping-rates-control__package .wc-block-components-shipping-rates-control__package-header {
  display: flex;
  flex: 1;
  flex-direction: column;
  gap: 4px
}

.wc-block-components-shipping-rates-control__package .wc-block-components-shipping-rates-control__package-header .wc-block-components-shipping-rates-control__package-header:last-child {
  margin-bottom: 0
}

.wc-block-components-shipping-rates-control__package-container {
  display: flex;
  justify-content: space-between;
  width: 100%
}

.wc-block-components-shipping-rates-control__package-container .wc-block-components-shipping-rates-control__package-thumbnails {
  align-items: center;
  display: flex;
  gap: 4px
}

.wc-block-components-shipping-rates-control__package-container .wc-block-components-shipping-rates-control__package-thumbnails>img {
  height: 40px;
  object-fit: cover;
  width: 40px
}

.wc-block-components-shipping-rates-control__package-container .wc-block-components-shipping-rates-control__package-thumbnails:first-child {
  margin-left: 4px
}

@media screen and (max-width:480px) {
  .wc-block-components-shipping-rates-control__package-container .wc-block-components-shipping-rates-control__package-thumbnails img:nth-child(3) {
    display: none
  }
}

.wc-block-components-shipping-rates-control__package--multiple {
  align-items: flex-start;
  border: 1px solid color-mix(in srgb, currentColor 20%, transparent);
  border-radius: 4px;
  display: flex;
  font-size: var(--wp--preset--font-size--small, 14px);
  justify-content: flex-start;
  line-height: 1.4;
  margin: 0;
  padding: 16px
}

.wc-block-components-shipping-rates-control__package--multiple .wc-block-components-panel__content,
.wc-block-components-shipping-rates-control__package--multiple .wc-block-components-radio-control,
.wc-block-components-shipping-rates-control__package--multiple .wc-block-components-radio-control__option-layout {
  padding-bottom: 0;
  width: 100%
}

.wc-block-components-shipping-rates-control__package--multiple .wc-block-components-panel__button {
  padding-bottom: 0;
  padding-top: 0
}

@container (min-width: 700px) {
  .wc-block-components-shipping-rates-control__package .wc-block-components-radio-control__description {
    padding-right: 16px
  }
}

.wc-block-components-shipping-rates-control__package-title {
  font-size: var(--wp--preset--font-size--small, 14px);
  line-height: 1.4
}

.wc-block-components-shipping-rates-control__package-items {
  display: inline-block;
  font-size: var(--wp--preset--font-size--x-small, calc(var(--wp--preset--font-size--small, 14px)*.875));
  line-height: 1.4;
  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
}

.wc-block-components-shipping-rates-control__package-item>div {
  display: inline
}

.wc-block-components-shipping-rates-control__package-item:not(:last-child)>div:after {
  content: ", ";
  white-space: pre
}

@keyframes wc-skeleton-shimmer {
  to {
    transform: translateX(100%)
  }
}

.wc-block-checkout__shipping-option .wc-block-checkout__shipping-option--free {
  text-transform: uppercase
}

.wc-block-checkout__shipping-option .wc-block-components-shipping-rates-control__no-results-notice {
  box-sizing: border-box;
  margin: 0;
  width: 100%
}

.wc-block-checkout__shipping-option .wc-block-components-shipping-rates-control__no-shipping-address-message {
  background-color: color-mix(in srgb, currentColor 6%, transparent);
  border-radius: 4px;
  box-sizing: border-box;
  color: color-mix(in srgb, currentColor 66%, transparent);
  font-size: var(--wp--preset--font-size--small, 14px);
  line-height: 1.4;
  margin: 0;
  padding: 24px;
  text-align: center;
  width: 100%
}

@keyframes wc-skeleton-shimmer {
  to {
    transform: translateX(100%)
  }
}

.wc-block-components-local-pickup-rates-control .wc-block-components-local-pickup-select {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-bottom: 16px
}

.wc-block-components-local-pickup-rates-control .wc-block-components-local-pickup-select:last-child {
  margin-bottom: 0
}

.wc-block-components-local-pickup-rates-control .wc-block-components-radio-control {
  width: 100%
}

.wc-block-components-local-pickup-select--multiple {
  align-items: flex-start;
  border: 1px solid color-mix(in srgb, currentColor 20%, transparent);
  border-radius: 4px;
  display: flex;
  font-size: var(--wp--preset--font-size--small, 14px);
  justify-content: flex-start;
  line-height: 1.4;
  margin: 0;
  padding: 16px
}

@keyframes wc-skeleton-shimmer {
  to {
    transform: translateX(100%)
  }
}

.wc-block-checkout__pickup-options .wc-block-components-local-pickup-rates-control .wc-block-components-radio-control .wc-block-components-radio-control__input,
.wp-block-woocommerce-checkout-pickup-options-block .wc-block-components-local-pickup-rates-control .wc-block-components-radio-control .wc-block-components-radio-control__input {
  top: 16px;
  transform: none
}

.wc-block-checkout__pickup-options .wc-block-components-local-pickup-rates-control .wc-block-components-radio-control__option-layout,
.wp-block-woocommerce-checkout-pickup-options-block .wc-block-components-local-pickup-rates-control .wc-block-components-radio-control__option-layout {
  display: block
}

.wc-block-checkout__pickup-options .wc-block-components-local-pickup-rates-control .wc-block-components-radio-control__label-group,
.wp-block-woocommerce-checkout-pickup-options-block .wc-block-components-local-pickup-rates-control .wc-block-components-radio-control__label-group {
  display: flex;
  width: 100%
}

.wc-block-checkout__pickup-options .wc-block-components-local-pickup-rates-control .wc-block-components-radio-control__label-group>:last-child,
.wp-block-woocommerce-checkout-pickup-options-block .wc-block-components-local-pickup-rates-control .wc-block-components-radio-control__label-group>:last-child {
  margin-left: auto
}

.wc-block-checkout__pickup-options .wc-block-components-local-pickup-rates-control .wc-block-components-radio-control__label-group em,
.wp-block-woocommerce-checkout-pickup-options-block .wc-block-components-local-pickup-rates-control .wc-block-components-radio-control__label-group em {
  font-style: inherit;
  text-transform: uppercase
}

.wc-block-checkout__pickup-options .wc-block-components-local-pickup-rates-control .wc-block-components-radio-control__option-checked .wc-block-components-radio-control__description-group .read-more-content,
.wp-block-woocommerce-checkout-pickup-options-block .wc-block-components-local-pickup-rates-control .wc-block-components-radio-control__option-checked .wc-block-components-radio-control__description-group .read-more-content {
  hyphens: auto;
  position: static;
  visibility: visible;
  word-break: normal;
  z-index: auto
}

.wc-block-checkout__pickup-options .wc-block-components-local-pickup-rates-control .wc-block-components-radio-control__description-group,
.wp-block-woocommerce-checkout-pickup-options-block .wc-block-components-local-pickup-rates-control .wc-block-components-radio-control__description-group {
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  font-size: var(--wp--preset--font-size--small, 14px);
  gap: 4px;
  line-height: 1.4;
  margin-top: 4px
}

.wc-block-checkout__pickup-options .wc-block-components-local-pickup-rates-control .wc-block-components-radio-control__description-group .read-more-content,
.wp-block-woocommerce-checkout-pickup-options-block .wc-block-components-local-pickup-rates-control .wc-block-components-radio-control__description-group .read-more-content {
  position: absolute;
  visibility: hidden;
  z-index: -1
}

.wc-block-checkout__pickup-options .wc-block-components-local-pickup-rates-control .wc-block-components-radio-control__description,
.wc-block-checkout__pickup-options .wc-block-components-local-pickup-rates-control .wc-block-components-radio-control__secondary-description,
.wp-block-woocommerce-checkout-pickup-options-block .wc-block-components-local-pickup-rates-control .wc-block-components-radio-control__description,
.wp-block-woocommerce-checkout-pickup-options-block .wc-block-components-local-pickup-rates-control .wc-block-components-radio-control__secondary-description {
  display: block;
  font-size: var(--wp--preset--font-size--small, 14px);
  line-height: 1.4;
  margin: 0;
  text-align: left;
  width: 100%
}

.wc-block-checkout__pickup-options .wc-block-components-local-pickup-rates-control .wc-block-components-radio-control__description,
.wp-block-woocommerce-checkout-pickup-options-block .wc-block-components-local-pickup-rates-control .wc-block-components-radio-control__description {
  align-items: center;
  display: flex;
  gap: 4px
}

.has-dark-controls .wc-block-checkout__pickup-options .wc-block-components-local-pickup-rates-control .wc-block-components-radio-control__description,
.has-dark-controls .wp-block-woocommerce-checkout-pickup-options-block .wc-block-components-local-pickup-rates-control .wc-block-components-radio-control__description {
  color: currentColor
}

.wc-block-checkout__pickup-options .wc-block-components-local-pickup-rates-control .wc-block-components-radio-control__description .wc-block-editor-components-block-icon,
.wp-block-woocommerce-checkout-pickup-options-block .wc-block-components-local-pickup-rates-control .wc-block-components-radio-control__description .wc-block-editor-components-block-icon {
  fill: currentColor;
  margin-left: -3px
}

@keyframes wc-skeleton-shimmer {
  to {
    transform: translateX(100%)
  }
}

table.wc-block-cart-items,
table.wc-block-cart-items td,
table.wc-block-cart-items th {
  background: none !important;
  border: 0;
  margin: 0
}

.editor-styles-wrapper table.wc-block-cart-items,
table.wc-block-cart-items {
  width: 100%
}

.editor-styles-wrapper table.wc-block-cart-items .wc-block-cart-items__header,
table.wc-block-cart-items .wc-block-cart-items__header {
  font-size: var(--wp--preset--font-size--small, 14px);
  line-height: 1.4;
  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: 80px
}

.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__header th,
table.wc-block-cart-items .wc-block-cart-items__header th {
  font-weight: 500
}

.editor-styles-wrapper table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__wrap,
table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__wrap {
  align-items: flex-start;
  display: flex;
  flex-direction: column;
  gap: 4px
}

.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__prices,
table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__prices {
  align-items: center;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  font-size: var(--wp--preset--font-size--small, 14px);
  gap: 8px;
  line-height: 1.4
}

@container (max-width: 399px) {

  .editor-styles-wrapper table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__prices,
  table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__prices {
    flex-wrap: wrap
  }
}

.editor-styles-wrapper table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__prices>:empty,
table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__prices>:empty {
  display: none
}

.editor-styles-wrapper table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__prices .price,
table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__prices .price {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 4px
}

.editor-styles-wrapper table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__prices .price>*,
table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__prices .price>* {
  margin: 0
}

.editor-styles-wrapper table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__prices .price[hidden],
table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__prices .price[hidden] {
  display: none
}

.editor-styles-wrapper table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__quantity,
table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__quantity {
  align-items: center;
  display: flex;
  flex-direction: row;
  gap: 12px
}

.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: transparent;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  color: inherit;
  display: inline;
  font-family: inherit;
  font-size: inherit;
  font-style: inherit;
  font-weight: inherit;
  height: 24px;
  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;
  width: 24px
}

.editor-styles-wrapper table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__quantity .wc-block-cart-item__remove-link:active,
.editor-styles-wrapper table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__quantity .wc-block-cart-item__remove-link:focus,
.editor-styles-wrapper table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__quantity .wc-block-cart-item__remove-link:hover,
table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__quantity .wc-block-cart-item__remove-link:active,
table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__quantity .wc-block-cart-item__remove-link:focus,
table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__quantity .wc-block-cart-item__remove-link:hover {
  background: transparent
}

.editor-styles-wrapper table.wc-block-cart-items .wc-block-cart-items__row .wc-block-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:hover {
  color: inherit;
  cursor: pointer;
  text-decoration: none
}

.editor-styles-wrapper table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__quantity .wc-block-cart-item__remove-link[hidden],
table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__quantity .wc-block-cart-item__remove-link[hidden] {
  display: none
}

.editor-styles-wrapper table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__quantity .wc-block-cart-item__remove-link svg,
table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__quantity .wc-block-cart-item__remove-link svg {
  fill: currentColor
}

.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;
  font-size: var(--wp--preset--font-size--small, 14px);
  font-weight: 500;
  line-height: 1.4;
  max-width: max-content
}

.editor-styles-wrapper table.wc-block-cart-items .wc-block-cart-items__row .wc-block-components-product-name[hidden],
table.wc-block-cart-items .wc-block-cart-items__row .wc-block-components-product-name[hidden] {
  display: none
}

.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: var(--wp--preset--font-size--small, 14px);
  line-height: 1.4;
  text-align: right
}

.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: .5;
  pointer-events: none;
  transition: opacity .2s ease
}

@container (max-width: 699px) {
  .wc-block-cart table.wc-block-cart-items td {
    margin: 0;
    padding: 0
  }

  .wc-block-cart table.wc-block-cart-items .wc-block-cart-item__remove-link,
  .wc-block-cart table.wc-block-cart-items .wc-block-cart-items__header {
    display: none
  }

  .wc-block-cart table.wc-block-cart-items:not(.wc-block-mini-cart-items):not(:last-child) .wc-block-cart-items__row {
    border-bottom: 1px solid color-mix(in srgb, currentColor 20%, transparent)
  }

  .wc-block-cart table.wc-block-cart-items .wc-block-cart-items__row {
    display: grid;
    grid-template-columns: 80px 132px;
    padding: 16px 0
  }

  .wc-block-cart table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__image {
    grid-column-start: 1;
    grid-row-start: 1;
    padding-right: 16px
  }

  .wc-block-cart table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__product {
    grid-column-end: 4;
    grid-column-start: 2;
    grid-row-start: 1;
    justify-self: stretch;
    padding: 0
  }

  .wc-block-cart table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__quantity {
    grid-column-start: 1;
    grid-row-start: 2;
    padding-right: 16px;
    padding-top: 0;
    vertical-align: bottom
  }

  .wc-block-cart table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__total {
    grid-row-start: 1
  }

  .wc-block-cart 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-medium table.wc-block-cart-items td,
.is-mobile table.wc-block-cart-items td,
.is-small table.wc-block-cart-items td {
  margin: 0;
  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):not(:last-child) .wc-block-cart-items__row,
.is-mobile table.wc-block-cart-items:not(.wc-block-mini-cart-items):not(:last-child) .wc-block-cart-items__row,
.is-small table.wc-block-cart-items:not(.wc-block-mini-cart-items):not(:last-child) .wc-block-cart-items__row {
  border-bottom: 1px solid color-mix(in srgb, currentColor 20%, transparent)
}

.is-medium table.wc-block-cart-items .wc-block-cart-items__row,
.is-mobile table.wc-block-cart-items .wc-block-cart-items__row,
.is-small table.wc-block-cart-items .wc-block-cart-items__row {
  display: 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 {
  grid-column-start: 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 {
  grid-column-end: 4;
  grid-column-start: 2;
  grid-row-start: 1;
  justify-self: stretch;
  padding: 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 {
  grid-column-start: 1;
  grid-row-start: 2;
  padding-right: 16px;
  padding-top: 0;
  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 {
  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
}

@container (min-width: 700px) {
  .wc-block-cart__main .wc-block-cart-items {
    border-bottom: 1px solid color-mix(in srgb, currentColor 20%, transparent);
    border-spacing: 0
  }

  .wc-block-cart__main .wc-block-cart-items th {
    padding: 8px 16px 12px 0;
    white-space: nowrap
  }

  .wc-block-cart__main .wc-block-cart-items td {
    border-top: 1px solid color-mix(in srgb, currentColor 20%, transparent);
    padding: 20px 0 20px 16px;
    vertical-align: top
  }

  .wc-block-cart__main .wc-block-cart-items th:last-child {
    padding-right: 16px
  }

  .wc-block-cart__main .wc-block-cart-items td:last-child {
    padding-right: 16px
  }
}

@container (min-width: 700px) {
  .wc-block-cart {
    margin-bottom: 3em
  }

  .wc-block-cart.has-dark-controls .wc-block-cart-items {
    border-color: hsla(0, 0%, 100%, .4)
  }

  .wc-block-cart.has-dark-controls .wc-block-cart-items th {
    color: #fff
  }

  .wc-block-cart.has-dark-controls .wc-block-cart-items td {
    border-color: hsla(0, 0%, 100%, .4)
  }
}

@keyframes wc-skeleton-shimmer {
  to {
    transform: translateX(100%)
  }
}

.wp-block-woocommerce-cart {
  container-type: inline-size;
  width: 100%
}

.wc-block-cart {
  padding-top: 16px
}

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

.wc-block-cart .wc-block-components-totals-footer-item,
.wc-block-cart .wc-block-components-totals-taxes {
  margin: 0
}

.wc-block-cart .wp-block-woocommerce-cart-order-summary-block {
  border-bottom: 1px solid color-mix(in srgb, currentColor 20%, transparent);
  font-size: var(--wp--preset--font-size--small, 14px);
  line-height: 1.4;
  margin-bottom: 16px
}

.wc-block-cart .wp-block-woocommerce-cart-order-summary-block .wc-block-components-panel,
.wc-block-cart .wp-block-woocommerce-cart-order-summary-block .wc-block-components-totals-coupon,
.wc-block-cart .wp-block-woocommerce-cart-order-summary-block .wc-block-components-totals-item {
  padding-left: 0;
  padding-right: 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-mix(in srgb, currentColor 5%, transparent);
  border: none;
  border-radius: 4px;
  display: inline-block;
  min-width: 84px;
  overflow: hidden;
  position: relative
}

.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 {
  animation: wc-skeleton-shimmer 1.25s infinite;
  background: linear-gradient(90deg, transparent, color-mix(in srgb, currentColor 5%, transparent) 50%, transparent);
  content: "";
  inset: 0;
  position: absolute;
  transform: translateX(-100%)
}

@media(prefers-reduced-motion:reduce) {

  .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 {
    animation: none
  }
}

.wc-block-cart--is-loading h2 span--static:after,
.wc-block-cart--is-loading th span--static:after,
.wc-block-mini-cart__drawer.is-loading h2 span--static:after,
.wc-block-mini-cart__drawer.is-loading th span--static:after {
  display: 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-mix(in srgb, currentColor 5%, transparent);
  border: none;
  border-radius: 4px;
  overflow: hidden;
  position: relative
}

.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 {
  animation: wc-skeleton-shimmer 1.25s infinite;
  background: linear-gradient(90deg, transparent, color-mix(in srgb, currentColor 5%, transparent) 50%, transparent);
  content: "";
  inset: 0;
  position: absolute;
  transform: translateX(-100%)
}

@media(prefers-reduced-motion:reduce) {

  .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 {
    animation: none
  }
}

.wc-block-cart--is-loading .wc-block-components-product-metadata--static:after,
.wc-block-cart--is-loading .wc-block-components-product-price--static:after,
.wc-block-cart--is-loading .wc-block-components-quantity-selector--static:after,
.wc-block-mini-cart__drawer.is-loading .wc-block-components-product-metadata--static:after,
.wc-block-mini-cart__drawer.is-loading .wc-block-components-product-price--static:after,
.wc-block-mini-cart__drawer.is-loading .wc-block-components-quantity-selector--static:after {
  display: 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-mix(in srgb, currentColor 5%, transparent);
  border: none;
  border-radius: 4px;
  display: inline-block;
  min-width: 84px;
  overflow: hidden;
  position: relative
}

.wc-block-cart--is-loading .wc-block-components-product-name:after,
.wc-block-mini-cart__drawer.is-loading .wc-block-components-product-name:after {
  animation: wc-skeleton-shimmer 1.25s infinite;
  background: linear-gradient(90deg, transparent, color-mix(in srgb, currentColor 5%, transparent) 50%, transparent);
  content: "";
  inset: 0;
  position: absolute;
  transform: translateX(-100%)
}

@media(prefers-reduced-motion:reduce) {

  .wc-block-cart--is-loading .wc-block-components-product-name:after,
  .wc-block-mini-cart__drawer.is-loading .wc-block-components-product-name:after {
    animation: none
  }
}

.wc-block-cart--is-loading .wc-block-components-product-name--static:after,
.wc-block-mini-cart__drawer.is-loading .wc-block-components-product-name--static:after {
  display: 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: .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-mix(in srgb, currentColor 5%, transparent);
  border: none;
  border-radius: 4px;
  display: block;
  overflow: hidden;
  position: relative
}

.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 {
  animation: wc-skeleton-shimmer 1.25s infinite;
  background: linear-gradient(90deg, transparent, color-mix(in srgb, currentColor 5%, transparent) 50%, transparent);
  content: "";
  inset: 0;
  position: absolute;
  transform: translateX(-100%)
}

@media(prefers-reduced-motion:reduce) {

  .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 {
    animation: none
  }
}

.wc-block-cart--is-loading .wc-block-cart-item__image>a--static:after,
.wc-block-mini-cart__drawer.is-loading .wc-block-cart-item__image>a--static:after {
  display: 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: .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-mix(in srgb, currentColor 5%, transparent);
  border: none;
  border-radius: 4px;
  min-height: 460px;
  overflow: hidden;
  position: relative
}

.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 {
  animation: wc-skeleton-shimmer 1.25s infinite;
  background: linear-gradient(90deg, transparent, color-mix(in srgb, currentColor 5%, transparent) 50%, transparent);
  content: "";
  inset: 0;
  position: absolute;
  transform: translateX(-100%)
}

@media(prefers-reduced-motion:reduce) {

  .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 {
    animation: none
  }
}

.wc-block-cart--is-loading .wc-block-cart__sidebar .components-card--static:after,
.wc-block-mini-cart__drawer.is-loading .wc-block-cart__sidebar .components-card--static:after {
  display: 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;
  gap: 4px
}

.wc-block-components-sidebar-layout.wc-block-cart {
  padding-top: 0
}

@container (max-width: 699px) {
  .wc-block-cart .wc-block-components-sidebar .wc-block-cart__totals-title {
    display: none
  }
}

@container (min-width: 700px) {
  .wc-block-cart {
    margin-bottom: 3em
  }

  .wc-block-cart .wc-block-components-radio-control__input {
    left: 0;
    margin: 0
  }

  .wc-block-cart .wc-block-cart__totals-title {
    background: transparent;
    border: 0;
    border-radius: 0;
    box-shadow: none;
    color: inherit;
    display: inline;
    display: block;
    font-family: inherit;
    font-size: inherit;
    font-size: var(--wp--preset--font-size--small, 14px);
    font-style: inherit;
    font-weight: inherit;
    font-weight: 500;
    letter-spacing: inherit;
    line-height: inherit;
    line-height: 1.4;
    margin: 0;
    padding: 8px 16px 10px 0;
    text-align: left;
    text-decoration: inherit;
    text-transform: inherit;
    text-transform: uppercase;
    vertical-align: baseline
  }

  .wc-block-cart .wc-block-components-sidebar {
    margin-top: 0
  }

  .wc-block-cart .wc-block-cart__payment-options {
    padding: 16px 0 0
  }

  .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: 4.5283018868%;
  width: 65%
}

.wp-block-woocommerce-cart.is-loading .wp-block-woocommerce-cart-line-items-block {
  background: color-mix(in srgb, currentColor 5%, transparent);
  border: none;
  border-radius: 4px;
  display: block;
  min-height: 15em;
  overflow: hidden;
  position: relative;
  transition: background-color .2s ease
}

.wp-block-woocommerce-cart.is-loading .wp-block-woocommerce-cart-line-items-block:after {
  animation: wc-skeleton-shimmer 1.25s infinite;
  background: linear-gradient(90deg, transparent, color-mix(in srgb, currentColor 5%, transparent) 50%, transparent);
  content: "";
  inset: 0;
  position: absolute;
  transform: translateX(-100%)
}

@media(prefers-reduced-motion:reduce) {
  .wp-block-woocommerce-cart.is-loading .wp-block-woocommerce-cart-line-items-block:after {
    animation: none
  }
}

.wp-block-woocommerce-cart.is-loading .wp-block-woocommerce-cart-line-items-block--static:after {
  display: none
}

.wp-block-woocommerce-cart.is-loading .wp-block-woocommerce-cart-line-items-block:after {
  transition: background-color .2s ease
}

@media(prefers-reduced-motion:reduce) {
  .wp-block-woocommerce-cart.is-loading .wp-block-woocommerce-cart-line-items-block {
    transition: background-color .2s ease
  }

  .wp-block-woocommerce-cart.is-loading .wp-block-woocommerce-cart-line-items-block:after {
    transition: background-color .2s ease
  }
}

.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-mix(in srgb, currentColor 5%, transparent);
  border: none;
  border-radius: 4px;
  display: block;
  margin: 0 0 1em;
  min-height: 48px;
  overflow: hidden;
  position: relative;
  transition: background-color .2s ease
}

.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 {
  animation: wc-skeleton-shimmer 1.25s infinite;
  background: linear-gradient(90deg, transparent, color-mix(in srgb, currentColor 5%, transparent) 50%, transparent);
  content: "";
  inset: 0;
  position: absolute;
  transform: translateX(-100%)
}

@media(prefers-reduced-motion:reduce) {

  .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 {
    animation: none
  }
}

.wp-block-woocommerce-cart.is-loading .wp-block-woocommerce-cart-accepted-payment-methods-block--static:after,
.wp-block-woocommerce-cart.is-loading .wp-block-woocommerce-cart-express-payment-block--static:after,
.wp-block-woocommerce-cart.is-loading .wp-block-woocommerce-cart-order-summary-block--static:after,
.wp-block-woocommerce-cart.is-loading .wp-block-woocommerce-proceed-to-checkout-block--static:after {
  display: none
}

.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 {
  transition: background-color .2s ease
}

@media(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 {
    transition: background-color .2s ease
  }

  .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 {
    transition: background-color .2s ease
  }
}

.wp-block-woocommerce-cart.is-loading div.wp-block-woocommerce-cart-order-summary-block {
  height: 200px
}

.wp-block-woocommerce-cart.is-loading div.wp-block-woocommerce-cart-order-summary-totals-block {
  border-top: none
}

@container (max-width: 699px) {
  .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%
  }
}

@keyframes wc-skeleton-shimmer {
  to {
    transform: translateX(100%)
  }
}

.wc-block-cart-item__image .wc-block-components-skeleton__element {
  padding-bottom: 100%
}

.wc-block-cart-item__total {
  display: flex;
  justify-content: flex-end
}

.wc-block-components-order-summary .wc-block-components-skeleton--cart-line-items-checkout .wc-block-components-order-summary-item__image {
  margin-top: 4px
}

.wc-block-components-order-summary .wc-block-components-skeleton--cart-line-items-checkout .wc-block-components-order-summary-item__description {
  flex-grow: 1
}

.wc-block-components-order-summary .wc-block-components-skeleton--cart-line-items-checkout .wc-block-components-order-summary-item__description .wc-block-components-skeleton__element {
  margin-bottom: 8px
}

@keyframes wc-skeleton-shimmer {
  to {
    transform: translateX(100%)
  }
}

.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 {
  display: block
}

.wc-block-components-product-price[hidden] {
  display: none
}

.wc-block-components-product-price>:empty {
  display: none
}

.wc-block-components-product-price .wc-block-all-products .wc-block-components-product-price {
  margin-bottom: 12px
}

.wc-block-components-product-price ins {
  text-decoration: none
}

.wc-block-components-product-price .woocommerce-Price-amount {
  white-space: nowrap
}

.wc-block-components-product-price__value.is-discounted {
  margin-left: .5em
}

.is-loading .wc-block-components-product-price:before {
  background-color: currentColor !important;
  border: 0 !important;
  border-radius: .25rem;
  box-shadow: none;
  color: currentColor !important;
  content: ".";
  display: block;
  display: inline-block;
  line-height: 1;
  max-width: 100% !important;
  opacity: .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 {
  animation: loading__animation 1.5s ease-in-out infinite;
  background-image: linear-gradient(90deg, currentColor, hsla(0, 0%, 96%, .302), currentColor);
  background-repeat: no-repeat;
  content: " ";
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  transform: translateX(-100%)
}

@keyframes loading__animation {
  to {
    transform: translateX(100%)
  }
}

@media screen and (prefers-reduced-motion:reduce) {
  .is-loading .wc-block-components-product-price:before {
    animation: none
  }
}

@keyframes wc-skeleton-shimmer {
  to {
    transform: translateX(100%)
  }
}

.wc-block-components-product-name {
  font-size: 1em;
  overflow-wrap: anywhere;
  word-break: break-word
}

@keyframes wc-skeleton-shimmer {
  to {
    transform: translateX(100%)
  }
}

.wc-block-components-product-badge {
  background: color-mix(in srgb, currentColor 10%, transparent);
  display: inline-block;
  font-size: var(--wp--preset--font-size--x-small, calc(var(--wp--preset--font-size--small, 14px)*.875));
  line-height: 1.4;
  padding: 2px 4px;
  white-space: nowrap
}

.wc-block-components-product-badge[hidden] {
  display: none
}

@keyframes wc-skeleton-shimmer {
  to {
    transform: translateX(100%)
  }
}

.wc-block-components-product-details.wc-block-components-product-details {
  font-size: var(--wp--preset--font-size--x-small, calc(var(--wp--preset--font-size--small, 14px)*.875));
  line-height: 1.4
}

.wc-block-components-product-details__name,
.wc-block-components-product-details__value {
  display: inline
}

@keyframes wc-skeleton-shimmer {
  to {
    transform: translateX(100%)
  }
}

.wc-block-components-product-metadata {
  display: flex;
  flex-direction: column;
  font-size: var(--wp--preset--font-size--small, 14px);
  gap: 4px;
  line-height: 1.4
}

.wc-block-components-product-metadata .wc-block-components-product-metadata__description>p,
.wc-block-components-product-metadata .wc-block-components-product-metadata__variation-data {
  font-size: var(--wp--preset--font-size--x-small, calc(var(--wp--preset--font-size--small, 14px)*.875));
  line-height: 1.4;
  margin: 0
}

@keyframes wc-skeleton-shimmer {
  to {
    transform: translateX(100%)
  }
}

@container (min-width: 700px) {
  .wc-block-components-order-summary {
    padding: 0 16px
  }
}

.wc-block-components-order-summary .wc-block-components-order-summary__button-text {
  font-weight: 500
}

.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 .wc-block-components-order-summary__content {
  display: table;
  width: 100%
}

.wc-block-components-order-summary .wc-block-components-order-summary-item {
  display: flex;
  padding-bottom: 1px;
  width: 100%
}

.wc-block-components-order-summary .wc-block-components-order-summary-item:last-child {
  border-bottom: 0
}

.wc-block-components-order-summary .wc-block-components-order-summary-item:last-child>div {
  padding-bottom: 0
}

.wc-block-components-order-summary .wc-block-components-order-summary-item:last-child:after {
  display: none
}

.wc-block-components-order-summary .wc-block-components-order-summary-item .wc-block-components-product-metadata {
  font-size: var(--wp--preset--font-size--small, 14px);
  line-height: 1.4
}

.wc-block-components-order-summary .wc-block-components-order-summary-item__description,
.wc-block-components-order-summary .wc-block-components-order-summary-item__image {
  align-items: flex-start;
  display: flex;
  flex-direction: column;
  gap: 4px
}

.wc-block-components-order-summary .wc-block-components-order-summary-item__image {
  margin-top: 8px;
  padding-bottom: 16px;
  position: relative;
  width: 48px
}

.wc-block-components-order-summary .wc-block-components-order-summary-item__image>img {
  max-width: 48px;
  width: 48px
}

.wc-block-components-order-summary .wc-block-components-order-summary-item__quantity {
  align-items: center;
  background: currentColor;
  border-radius: 20px;
  display: flex;
  font-size: var(--wp--preset--font-size--x-small, calc(var(--wp--preset--font-size--small, 14px)*.875));
  justify-content: center;
  line-height: 1.4;
  line-height: 1;
  min-height: 20px;
  min-width: 20px;
  position: absolute;
  right: 0;
  top: 0;
  transform: translate(50%, -50%);
  white-space: nowrap;
  z-index: 1
}

.wc-block-components-order-summary .wc-block-components-order-summary-item__quantity span {
  color: var(--wp--preset--color--background, #fff);
  padding: 0 .4em
}

.wc-block-components-order-summary .wc-block-components-order-summary-item__description {
  padding: 4px 12px 12px 24px;
  word-break: break-word
}

.wc-block-components-order-summary .wc-block-components-order-summary-item__description .wc-block-components-product-metadata,
.wc-block-components-order-summary .wc-block-components-order-summary-item__description p {
  line-height: 1.4
}

.wc-block-components-order-summary .wc-block-cart-item__prices {
  align-items: center;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 8px
}

.wc-block-components-order-summary .wc-block-cart-item__prices>:empty {
  display: none
}

.wc-block-components-order-summary .wc-block-components-order-summary-item__individual-prices del {
  margin-right: .5em
}

.wc-block-components-order-summary .wc-block-components-order-summary-item__individual-prices ins {
  display: inline-block;
  margin-left: 0
}

.wc-block-components-order-summary .wc-block-cart-item__total-price-and-sale-badge-wrapper {
  align-items: flex-end;
  display: flex;
  flex-direction: column;
  gap: 4px
}

.wc-block-components-order-summary .wc-block-components-order-summary-item__total-price {
  margin-left: auto;
  padding-top: 4px;
  text-align: right
}

.wc-block-components-order-summary .wc-block-components-totals-item__description.wc-block-components-totals-shipping__via {
  padding-top: 4px
}

@keyframes wc-skeleton-shimmer {
  to {
    transform: translateX(100%)
  }
}

.wp-block-woocommerce-checkout-order-summary-totals-block {
  border-top: 1px solid color-mix(in srgb, currentColor 20%, transparent);
  padding-bottom: 16px
}

.wp-block-woocommerce-checkout-order-summary-totals-block .wc-block-components-totals-wrapper {
  border: 0;
  padding-bottom: 0
}

@keyframes wc-skeleton-shimmer {
  to {
    transform: translateX(100%)
  }
}

.wc-block-components-error {
  align-items: center;
  color: #757575;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin: 48px 0;
  padding: 48px 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: 48px 0 0
}

@keyframes wc-skeleton-shimmer {
  to {
    transform: translateX(100%)
  }
}

.wc-block-components-sidebar-layout {
  display: flex;
  flex-wrap: wrap;
  margin: 0 auto 16px;
  position: relative
}

.wc-block-components-sidebar-layout:has(>:last-child.wp-block-woocommerce-checkout-fields-block) {
  flex-direction: row-reverse
}

.wc-block-components-sidebar-layout .wc-block-must-login-prompt {
  display: block
}

.wc-block-components-sidebar-layout .wc-block-components-main {
  box-sizing: border-box;
  margin: 0;
  padding-right: 4.5283018868%;
  width: 65%
}

.wc-block-components-sidebar {
  box-sizing: border-box;
  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
}

@container (max-width: 699px) {
  .wc-block-components-sidebar-layout {
    flex-direction: column;
    margin: 0 auto 16px
  }

  .wc-block-components-sidebar-layout .wc-block-components-main,
  .wc-block-components-sidebar-layout .wc-block-components-sidebar {
    padding: 0;
    width: 100%
  }
}

@container (min-width: 700px) {

  .wc-block-components-sidebar .slot-wrapper .wc-block-components-panel,
  .wc-block-components-sidebar .wc-block-components-panel,
  .wc-block-components-sidebar .wc-block-components-totals-coupon,
  .wc-block-components-sidebar .wc-block-components-totals-item {
    padding-left: 16px;
    padding-right: 16px
  }

  .wc-block-components-sidebar .wc-block-components-panel .wc-block-components-totals-item,
  .wc-block-components-sidebar .wc-block-components-totals-item .wc-block-components-panel {
    padding: 0
  }
}

.wc-block-components-sidebar .wc-block-components-panel>h2 {
  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
}

@keyframes wc-skeleton-shimmer {
  to {
    transform: translateX(100%)
  }
}

.with-scroll-to-top__scroll-point {
  position: relative;
  top: -36px
}

@keyframes wc-skeleton-shimmer {
  to {
    transform: translateX(100%)
  }
}

.wp-block-woocommerce-checkout {
  container-type: inline-size;
  margin: 0;
  padding-top: 24px;
  width: 100%
}

.wp-block-woocommerce-checkout .with-scroll-to-top__scroll-point {
  top: -96px
}

.wp-block-woocommerce-checkout .wc-block-components-shipping-rates-control__package {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin: 0 0 16px
}

.wp-block-woocommerce-checkout .wc-block-components-shipping-rates-control__package:last-child {
  margin-bottom: 0
}

.wp-block-woocommerce-checkout .wc-block-components-shipping-rates-control__package .wc-block-components-radio-control .wc-block-components-radio-control__input {
  top: 16px;
  transform: none
}

.wp-block-woocommerce-checkout .wc-block-checkout__login-prompt {
  float: right;
  font-size: var(--wp--preset--font-size--small, 14px);
  font-weight: 400;
  line-height: 20px;
  line-height: 1.4;
  margin-top: -24px
}

.wp-block-woocommerce-checkout .wc-block-checkout__create-account {
  margin-top: 16px !important
}

.wp-block-woocommerce-checkout .wc-block-checkout__guest-checkout-notice {
  font-size: var(--wp--preset--font-size--small, 14px);
  line-height: 1.4;
  margin: 4px 0 0
}

.wp-block-woocommerce-checkout.is-loading {
  display: flex;
  flex-wrap: wrap;
  margin: 0 auto 16px;
  position: relative
}

.wp-block-woocommerce-checkout.is-loading:has(>:last-child.wp-block-woocommerce-checkout-fields-block) {
  flex-direction: row-reverse
}

.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 {
  display: flex;
  flex-direction: column;
  padding-right: 4.5283018868%;
  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>*,
.wp-block-woocommerce-checkout.is-loading .wp-block-woocommerce-checkout-totals-block>* {
  border: none;
  display: none
}

.wp-block-woocommerce-checkout.is-loading .wp-block-woocommerce-checkout-fields-block>*>*,
.wp-block-woocommerce-checkout.is-loading .wp-block-woocommerce-checkout-totals-block>*>* {
  display: none
}

.wp-block-woocommerce-checkout.is-loading .wp-block-woocommerce-checkout-fields-block>div,
.wp-block-woocommerce-checkout.is-loading .wp-block-woocommerce-checkout-totals-block>div {
  background: color-mix(in srgb, currentColor 5%, transparent);
  border: none;
  border-radius: 4px;
  margin: 0 0 35px;
  overflow: hidden;
  position: relative;
  transition: background-color .2s ease
}

.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 {
  animation: wc-skeleton-shimmer 1.25s infinite;
  background: linear-gradient(90deg, transparent, color-mix(in srgb, currentColor 5%, transparent) 50%, transparent);
  content: "";
  inset: 0;
  position: absolute;
  transform: translateX(-100%)
}

@media(prefers-reduced-motion:reduce) {

  .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 {
    animation: none
  }
}

.wp-block-woocommerce-checkout.is-loading .wp-block-woocommerce-checkout-fields-block>div--static:after,
.wp-block-woocommerce-checkout.is-loading .wp-block-woocommerce-checkout-totals-block>div--static:after {
  display: none
}

.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 {
  transition: background-color .2s ease
}

@media(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 {
    transition: background-color .2s ease
  }

  .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 {
    transition: background-color .2s ease
  }
}

.wp-block-woocommerce-checkout.is-loading .wp-block-woocommerce-checkout-fields-block .wp-block-woocommerce-checkout-express-payment-block,
.wp-block-woocommerce-checkout.is-loading .wp-block-woocommerce-checkout-totals-block .wp-block-woocommerce-checkout-express-payment-block {
  display: block;
  height: 130px
}

.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-shipping-method-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-shipping-method-block {
  display: block;
  height: 120px
}

.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-payment-block {
  display: block;
  height: 280px
}

.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;
  height: 300px
}

.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 {
  align-self: flex-end;
  display: block;
  height: 58px;
  width: 190px
}

.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;
  height: 460px
}

.wp-block-woocommerce-checkout.is-loading .wp-block-woocommerce-checkout-fields-block .wp-block-woocommerce-checkout-order-note-block,
.wp-block-woocommerce-checkout.is-loading .wp-block-woocommerce-checkout-totals-block .wp-block-woocommerce-checkout-order-note-block {
  display: block;
  height: 20px
}

.wp-block-woocommerce-checkout.is-loading .wp-block-woocommerce-checkout-fields-block .wp-block-woocommerce-checkout-terms-block,
.wp-block-woocommerce-checkout.is-loading .wp-block-woocommerce-checkout-totals-block .wp-block-woocommerce-checkout-terms-block {
  display: block;
  height: 15px
}

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

.wp-block-woocommerce-checkout.is-loading .wp-block-woocommerce-checkout-fields-block .wc-block-components-totals-coupon-link,
.wp-block-woocommerce-checkout.is-loading .wp-block-woocommerce-checkout-totals-block .wc-block-components-totals-coupon-link {
  margin-left: 16px;
  margin-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
  }

  .wp-block-woocommerce-checkout.is-loading .wp-block-woocommerce-checkout-totals-block .wc-block-components-totals-coupon-link {
    margin-left: 0;
    margin-right: 0
  }

  .wp-block-woocommerce-checkout.is-loading .wp-block-woocommerce-checkout-totals-block .wp-block-woocommerce-checkout-order-summary-block {
    height: 55px
  }
}

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

.theme-twentytwenty .wp-block-woocommerce-checkout,
.theme-twentytwentyone .wp-block-woocommerce-checkout {
  margin: 0 auto
}

@keyframes wc-skeleton-shimmer {
  to {
    transform: translateX(100%)
  }
}

.wc-block-checkout-empty {
  padding: 48px;
  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: 700;
  margin: 0
}

.wc-block-checkout-empty .wc-block-checkout-empty__description {
  display: block;
  margin: .25em 0 1em
}

@keyframes wc-skeleton-shimmer {
  to {
    transform: translateX(100%)
  }
}

.wc-block-checkout-error {
  padding: 48px;
  text-align: center;
  width: 100%
}

.wc-block-checkout-error .wc-block-checkout-error__image {
  fill: currentColor;
  color: inherit;
  display: block;
  margin: 0 auto 1em;
  max-width: 150px
}

.wc-block-checkout-error .wc-block-checkout-error__title {
  display: block;
  font-weight: 700;
  margin: 0
}

.wc-block-checkout-error .wc-block-checkout-error__description {
  display: block;
  margin: .25em 0 1em
}

.wc-block-checkout-error button {
  height: auto
}

@keyframes wc-skeleton-shimmer {
  to {
    transform: translateX(100%)
  }
}

.wc-block-components-checkbox {
  color: inherit;
  font-family: inherit;
  font-size: inherit;
  font-style: inherit;
  font-weight: inherit;
  letter-spacing: inherit;
  line-height: inherit;
  line-height: 0;
  text-decoration: inherit;
  text-transform: inherit
}

.wc-block-components-checkbox.wc-block-components-validated-checkbox-control label {
  display: grid;
  grid-template-columns: auto 1fr
}

.wc-block-components-checkbox.wc-block-components-validated-checkbox-control label .wc-block-components-validation-error {
  grid-column: 1/-1
}

.wc-block-components-checkbox label {
  align-items: flex-start;
  cursor: pointer;
  display: inline-flex;
  font-size: var(--wp--preset--font-size--small, 14px);
  gap: 12px;
  line-height: 20px;
  margin-bottom: 0 !important;
  position: relative
}

.wc-block-components-checkbox label input[type=checkbox] {
  cursor: inherit
}

.wc-block-components-checkbox .wc-block-components-checkbox__input[type=checkbox] {
  appearance: none;
  background-color: #fff;
  border: 1px solid color-mix(in srgb, currentColor 48%, transparent);
  border-radius: 4px;
  box-sizing: border-box;
  height: 20px;
  margin: 0;
  min-width: 20px;
  overflow: hidden;
  position: static;
  width: 20px
}

.wc-block-components-checkbox .wc-block-components-checkbox__input[type=checkbox]:checked {
  background: #fff
}

.wc-block-components-checkbox .wc-block-components-checkbox__input[type=checkbox]:focus {
  outline: 1.5px solid color-mix(in srgb, currentColor 80%, transparent);
  outline-offset: 1.5px
}

.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, .1);
  border-color: hsla(0, 0%, 100%, .4);
  color: #fff
}

.has-dark-controls .wc-block-components-checkbox .wc-block-components-checkbox__input[type=checkbox]:checked {
  background: rgba(0, 0, 0, .1);
  border-color: currentColor
}

.has-dark-controls .wc-block-components-checkbox .wc-block-components-checkbox__input[type=checkbox]:focus {
  outline: 1.5px solid currentColor;
  outline-offset: 1.5px
}

.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: 15px;
  margin-left: 3px;
  margin-top: 1px;
  pointer-events: none;
  position: absolute;
  width: 15px
}

.has-dark-controls .wc-block-components-checkbox .wc-block-components-checkbox__mark {
  fill: #fff
}

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

@keyframes wc-skeleton-shimmer {
  to {
    transform: translateX(100%)
  }
}

.wc-block-components-validation-error {
  color: #cc1818;
  font-size: var(--wp--preset--font-size--small, 14px);
  line-height: 1.4;
  max-width: 100%;
  min-height: 1em;
  padding: 8px 0 0;
  white-space: normal
}

.wc-block-components-validation-error>p {
  align-items: center;
  display: flex;
  gap: 2px;
  line-height: 1;
  margin: 0;
  padding: 0
}

.wc-block-components-validation-error svg {
  fill: currentColor;
  height: 1.5em;
  margin: -.4735em 0;
  width: 1.5em
}

.has-dark-controls .wc-block-components-validation-error {
  color: #f18c8c
}

.wc-block-components-select+.wc-block-components-validation-error {
  margin-bottom: 24px
}

@keyframes wc-skeleton-shimmer {
  to {
    transform: translateX(100%)
  }
}

.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: none;
  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: .25rem;
  box-shadow: none;
  color: currentColor !important;
  display: block;
  line-height: 1;
  max-width: 100% !important;
  opacity: .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 {
  animation: loading__animation 1.5s ease-in-out infinite;
  background-image: linear-gradient(90deg, currentColor, hsla(0, 0%, 96%, .302), currentColor);
  background-repeat: no-repeat;
  content: " ";
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  transform: translateX(-100%)
}

@keyframes loading__animation {
  to {
    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 {
    animation: none
  }
}

@keyframes wc-skeleton-shimmer {
  to {
    transform: translateX(100%)
  }
}

.wc-block-components-chip {
  align-items: center;
  border: 0;
  border-radius: 0;
  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 .365em .365em 0;
  max-width: 100%;
  padding: .25em .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: transparent;
  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: .433em
}

.wc-block-components-chip.wc-block-components-chip--radius-large {
  border-radius: 2em;
  padding-left: .75em;
  padding-right: .25em
}

.wc-block-components-chip .wc-block-components-chip__text {
  flex-grow: 1;
  font-size: .875em
}

.wc-block-components-chip.is-removable .wc-block-components-chip__text {
  padding-right: .5em
}

.wc-block-components-chip .wc-block-components-chip__remove {
  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 button.wc-block-components-chip__remove:not(:hover):not(:active):not(.has-background),
.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) {
  background: transparent
}

.wc-block-components-chip__remove:focus,
.wc-block-components-chip__remove:hover,
button.wc-block-components-chip:focus>.wc-block-components-chip__remove,
button.wc-block-components-chip:hover>.wc-block-components-chip__remove {
  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
}

@keyframes wc-skeleton-shimmer {
  to {
    transform: translateX(100%)
  }
}

.wc-block-components-form {
  counter-reset: checkout-step
}

.wc-block-components-form .wc-block-components-checkout-step {
  background: none;
  border: none;
  margin: 0 0 24px;
  padding: 0;
  position: relative
}

.wc-block-components-form .wc-block-components-checkout-step .wc-block-components-country-input,
.wc-block-components-form .wc-block-components-checkout-step .wc-block-components-text-input:first-of-type {
  margin-top: 0
}

.wc-block-components-checkout-step--disabled {
  opacity: .6
}

.wc-block-components-checkout-step__container {
  position: relative
}

.wc-block-components-checkout-step__container textarea {
  font-style: inherit;
  font-weight: inherit
}

.wc-block-components-checkout-step__content>* {
  margin-bottom: 16px
}

.wc-block-components-checkout-step__content>:last-child {
  margin-bottom: 0
}

.wc-block-components-checkout-step--with-step-number .wc-block-components-checkout-step__content>:last-child {
  margin-bottom: 0
}

.wc-block-checkout__contact-fields .wc-block-components-checkout-step__heading {
  margin-top: 0
}

.wc-block-components-checkout-step__heading {
  position: relative
}

.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:first-child .wc-block-components-checkout-step__heading {
  margin-top: 0
}

.wc-block-components-checkout-step__heading-container {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin-bottom: 16px
}

.wc-block-components-checkout-step__title {
  margin: 0 12px 0 0
}

.wc-block-components-checkout-step__heading-content {
  font-size: .75em
}

.wc-block-components-checkout-step__heading-content a {
  color: inherit;
  font-weight: 700
}

.wc-block-components-checkout-step__description {
  font-size: var(--wp--preset--font-size--small, 14px);
  line-height: 1.4;
  margin: 0
}

.wc-block-checkout__form--with-step-numbers .wc-block-components-checkout-step--with-step-number {
  padding: 0 0 0 36px
}

@container (max-width: 519px) {
  @media(max-width:600px) {
    .wc-block-checkout__form--with-step-numbers .wc-block-components-checkout-step--with-step-number {
      padding: 36px 0 0
    }
  }
}

.wc-block-checkout__form--with-step-numbers .wc-block-components-checkout-step--with-step-number .wc-block-components-checkout-step__title:before {
  background: transparent;
  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;
  white-space: nowrap
}

@container (max-width: 519px) {
  .wc-block-checkout__form--with-step-numbers .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
  }
}

.wc-block-checkout__form--with-step-numbers .wc-block-components-checkout-step--with-step-number .wc-block-components-checkout-step__content,
.wc-block-checkout__form--with-step-numbers .wc-block-components-checkout-step--with-step-number .wc-block-components-checkout-step__description {
  position: relative
}

.wc-block-checkout__form--with-step-numbers .wc-block-components-checkout-step--with-step-number .wc-block-components-checkout-step__content:before,
.wc-block-checkout__form--with-step-numbers .wc-block-components-checkout-step--with-step-number .wc-block-components-checkout-step__description:before {
  border-left: 1px solid color-mix(in srgb, currentColor 20%, transparent);
  bottom: 0;
  content: "";
  left: -24px;
  position: absolute;
  top: 0
}

.has-dark-controls .wc-block-checkout__form--with-step-numbers .wc-block-components-checkout-step--with-step-number .wc-block-components-checkout-step__content:before,
.has-dark-controls .wc-block-checkout__form--with-step-numbers .wc-block-components-checkout-step--with-step-number .wc-block-components-checkout-step__description:before {
  border-left-color: hsla(0, 0%, 100%, .4)
}

.wc-block-checkout__form--with-step-numbers .wc-block-components-checkout-step--with-step-number .wc-block-components-checkout-step__description:before {
  bottom: -16px
}

.is-mobile .wc-block-checkout__form--with-step-numbers .wc-block-components-checkout-step--with-step-number,
.is-small .wc-block-checkout__form--with-step-numbers .wc-block-components-checkout-step--with-step-number {
  padding: 0
}

.is-mobile .wc-block-checkout__form--with-step-numbers .wc-block-components-checkout-step--with-step-number .wc-block-components-checkout-step__title:before,
.is-small .wc-block-checkout__form--with-step-numbers .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-checkout__form--with-step-numbers .wc-block-components-checkout-step--with-step-number .wc-block-components-checkout-step__content:before,
.is-mobile .wc-block-checkout__form--with-step-numbers .wc-block-components-checkout-step--with-step-number .wc-block-components-checkout-step__description:before,
.is-small .wc-block-checkout__form--with-step-numbers .wc-block-components-checkout-step--with-step-number .wc-block-components-checkout-step__content:before,
.is-small .wc-block-checkout__form--with-step-numbers .wc-block-components-checkout-step--with-step-number .wc-block-components-checkout-step__description:before {
  display: none
}

.editor-styles-wrapper .wp-block h4.wc-block-components-checkout-step__title {
  font-size: 1em;
  line-height: 24px;
  margin: 0 12px 0 0
}

@keyframes wc-skeleton-shimmer {
  to {
    transform: translateX(100%)
  }
}

.wc-block-components-title.wc-block-components-title {
  border: 0;
  border-radius: 0;
  font-size: var(--wp--preset--font-size--medium, 22px);
  font-weight: 500;
  line-height: 1.4;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
  word-break: break-word
}

.wc-block-components-title.wc-block-components-title textarea {
  font-style: inherit;
  font-weight: inherit;
  letter-spacing: inherit;
  line-height: 1.3;
  text-transform: inherit
}

.theme-twentytwenty .wc-block-components-title.wc-block-components-title {
  border: 0;
  border-radius: 0;
  font-size: var(--wp--preset--font-size--medium, 22px);
  font-weight: 500;
  line-height: 1.4;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
  word-break: break-word
}

@keyframes wc-skeleton-shimmer {
  to {
    transform: translateX(100%)
  }
}

.wc-block-components-formatted-money-amount {
  white-space: nowrap
}

@keyframes wc-skeleton-shimmer {
  to {
    transform: translateX(100%)
  }
}

.wc-block-components-panel.has-border {
  border: 1px solid color-mix(in srgb, currentColor 30%, transparent);
  border-width: 1px 0
}

.wc-block-components-panel.has-border+.wc-block-components-panel.has-border {
  border-top-width: 0
}

.wc-block-components-panel.has-border.no-top-border {
  border-top-width: 0
}

.wc-block-components-panel__button {
  box-sizing: border-box;
  height: auto;
  padding-left: 0 !important;
  padding-right: 32px;
  padding-top: .375em;
  position: relative;
  text-align: left;
  width: 100%;
  word-break: break-word
}

.wc-block-components-panel__button[aria-expanded=true] {
  margin-bottom: 16px
}

.wc-block-components-panel__button,
.wc-block-components-panel__button:active,
.wc-block-components-panel__button:focus,
.wc-block-components-panel__button:hover {
  cursor: pointer;
  padding-left: 0 !important
}

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

@keyframes wc-skeleton-shimmer {
  to {
    transform: translateX(100%)
  }
}

.wc-block-components-radio-control--highlight-checked,
.wc-block-components-radio-control--highlight-checked div.wc-block-components-radio-control-accordion-option {
  position: relative
}

.wc-block-components-radio-control--highlight-checked div.wc-block-components-radio-control-accordion-option:after {
  background: color-mix(in srgb, currentColor 20%, transparent);
  content: "";
  height: 1px;
  left: 1px;
  position: absolute;
  right: 1px;
  top: 0
}

.wc-block-components-radio-control--highlight-checked div.wc-block-components-radio-control-accordion-option:first-child:after {
  display: none
}

.wc-block-components-radio-control--highlight-checked div.wc-block-components-radio-control-accordion-option.wc-block-components-radio-control-accordion-option--checked-option-highlighted+div.wc-block-components-radio-control-accordion-option:after {
  display: none
}

.wc-block-components-radio-control--highlight-checked .wc-block-components-radio-control-accordion-option--checked-option-highlighted,
.wc-block-components-radio-control--highlight-checked label.wc-block-components-radio-control__option--checked-option-highlighted {
  border-radius: 4px;
  box-shadow: inset 0 0 0 1.5px currentColor
}

.wc-block-components-radio-control--highlight-checked:after {
  border: 1px solid color-mix(in srgb, currentColor 20%, transparent);
  border-radius: 4px;
  bottom: 0;
  box-sizing: border-box;
  content: "";
  left: 0;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%
}

.wc-block-components-radio-control--highlight-checked.wc-block-components-radio-control--highlight-checked--first-selected:after {
  border-top: 0;
  margin-top: 2px
}

.wc-block-components-radio-control--highlight-checked.wc-block-components-radio-control--highlight-checked--last-selected:after {
  border-bottom: 0;
  margin-bottom: 2px
}

.wc-block-components-radio-control--highlight-checked .wc-block-components-radio-control__option--checked-option-highlighted+.wc-block-components-radio-control__option:after {
  display: none
}

.wc-block-components-radio-control--highlight-checked .wc-block-components-radio-control__option:after {
  background: color-mix(in srgb, currentColor 20%, transparent);
  content: "";
  height: 1px;
  left: 1px;
  position: absolute;
  right: 1px;
  top: 0
}

.wc-block-components-radio-control--highlight-checked .wc-block-components-radio-control__option:first-child:after {
  display: none
}

.wc-block-components-radio-control .wc-block-components-radio-control__option {
  margin: 0
}

.wc-block-components-radio-control__option {
  color: inherit;
  cursor: pointer;
  display: block;
  font-family: inherit;
  font-size: inherit;
  font-style: inherit;
  font-weight: inherit;
  letter-spacing: inherit;
  line-height: inherit;
  padding: 16px 16px 16px 48px;
  position: relative;
  text-decoration: inherit;
  text-transform: inherit
}

.wc-block-components-radio-control__option-layout {
  display: flex;
  flex-direction: column;
  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: flex;
  justify-content: space-between
}

.wc-block-components-radio-control__description-group .wc-block-components-radio-control__description,
.wc-block-components-radio-control__description-group .wc-block-components-radio-control__label,
.wc-block-components-radio-control__label-group .wc-block-components-radio-control__description,
.wc-block-components-radio-control__label-group .wc-block-components-radio-control__label {
  flex-grow: 1
}

.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 {
  flex: 0 0 50%;
  text-align: right
}

.wc-block-components-radio-control__description-group--column {
  text-wrap: balance;
  flex-direction: column
}

.wc-block-components-radio-control__description-group--column .wc-block-components-radio-control__description {
  margin: 4px 0
}

.wc-block-components-radio-control__description-group--column .wc-block-components-radio-control__secondary-description {
  padding-right: 12px;
  text-align: left
}

.wc-block-components-radio-control__description,
.wc-block-components-radio-control__label,
.wc-block-components-radio-control__secondary-description,
.wc-block-components-radio-control__secondary-label {
  font-size: var(--wp--preset--font-size--small, 14px);
  line-height: 1.4
}

.wc-block-components-radio-control .wc-block-components-radio-control__input {
  appearance: none;
  background: #fff;
  border: 1px solid color-mix(in srgb, currentColor 48%, transparent);
  border-radius: 50%;
  display: inline-block;
  height: 20px;
  left: 16px;
  margin: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-45%);
  width: 20px
}

.wc-block-components-radio-control .wc-block-components-radio-control__input:checked {
  border: 1px solid color-mix(in srgb, currentColor 80%, transparent)
}

.wc-block-components-radio-control .wc-block-components-radio-control__input:focus {
  outline: 1px solid color-mix(in srgb, currentColor 80%, transparent);
  outline-offset: 2px
}

.wc-block-components-radio-control .wc-block-components-radio-control__input:checked:before {
  background: #000;
  border-radius: 50%;
  content: "";
  display: block;
  height: 10px;
  left: 50%;
  margin: 0;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 10px
}

.has-dark-controls .wc-block-components-radio-control .wc-block-components-radio-control__input {
  background-color: rgba(0, 0, 0, .1);
  border-color: hsla(0, 0%, 100%, .4)
}

.has-dark-controls .wc-block-components-radio-control .wc-block-components-radio-control__input:checked {
  border-color: #fff
}

.has-dark-controls .wc-block-components-radio-control .wc-block-components-radio-control__input:checked:before {
  background: #fff
}

.has-dark-controls .wc-block-components-radio-control .wc-block-components-radio-control__input:focus {
  outline: 1px solid #fff;
  outline-offset: 1px
}

.wc-block-components-radio-control .wc-block-components-radio-control__input[aria-disabled=true],
.wc-block-components-radio-control .wc-block-components-radio-control__input[disabled] {
  cursor: not-allowed;
  opacity: .5;
  transition: opacity .2s ease
}

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

@keyframes wc-skeleton-shimmer {
  to {
    transform: translateX(100%)
  }
}

.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: max-content
}

@keyframes wc-skeleton-shimmer {
  to {
    transform: translateX(100%)
  }
}

.wc-block-components-spinner {
  box-sizing: content-box;
  color: inherit;
  font-size: 1.25em;
  height: 100%;
  left: 0;
  position: absolute;
  text-align: center;
  top: 0;
  width: 100%
}

.wc-block-components-spinner:after {
  animation: spinner__animation 1s linear infinite;
  backface-visibility: hidden;
  border: .2em solid;
  border-left: .2em solid transparent;
  border-radius: 50%;
  box-sizing: border-box;
  content: " ";
  height: 1em;
  left: 50%;
  margin: -.5em 0 0 -.5em;
  position: absolute;
  top: 50%;
  transform: translateZ(0) scale(.5);
  transform-origin: 50% 50%;
  width: 1em
}

@keyframes spinner__animation {
  0% {
    animation-timing-function: cubic-bezier(.5856, .0703, .4143, .9297);
    transform: rotate(0deg)
  }

  to {
    transform: rotate(1turn)
  }
}

@keyframes wc-skeleton-shimmer {
  to {
    transform: translateX(100%)
  }
}

.wc-block-components-notices {
  display: block;
  margin: 1.5em 0
}

.wc-block-components-notices:first-child {
  margin-top: 0
}

.wc-block-components-notices:empty {
  margin: 0
}

.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 .components-notice__content ul {
  list-style: none;
  margin: 0;
  padding: 0
}

.wc-block-components-notices .wc-block-components-notices__notice .components-notice__content li+li {
  margin: .25em 0 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-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
  }
}

@keyframes wc-skeleton-shimmer {
  to {
    transform: translateX(100%)
  }
}

.wc-block-components-notice-snackbar-list {
  bottom: 24px;
  box-sizing: border-box;
  left: 24px;
  pointer-events: none;
  position: fixed;
  right: 24px;
  z-index: 100000
}

.wc-block-components-notice-banner.wc-block-components-notice-snackbar,
.wc-block-components-notice-snackbar-list .wc-block-components-notice-banner {
  border: 1px solid transparent;
  box-shadow: 0 1px 2px rgba(0, 0, 0, .1);
  display: inline-flex;
  margin: 24px 16px 0 0;
  max-width: 600px;
  pointer-events: all;
  position: relative;
  width: auto
}

.wc-block-components-notice-banner.wc-block-components-notice-snackbar.is-error,
.wc-block-components-notice-banner.wc-block-components-notice-snackbar.is-info,
.wc-block-components-notice-banner.wc-block-components-notice-snackbar.is-success,
.wc-block-components-notice-snackbar-list .wc-block-components-notice-banner.is-error,
.wc-block-components-notice-snackbar-list .wc-block-components-notice-banner.is-info,
.wc-block-components-notice-snackbar-list .wc-block-components-notice-banner.is-success {
  border-color: transparent
}

.wc-block-components-notice-banner.wc-block-components-notice-snackbar.is-default,
.wc-block-components-notice-snackbar-list .wc-block-components-notice-banner.is-default {
  border-color: #2f2f2f
}

@media(max-width:782px) {

  .wc-block-components-notice-banner.wc-block-components-notice-snackbar,
  .wc-block-components-notice-snackbar-list .wc-block-components-notice-banner {
    max-width: none;
    width: 100%
  }
}

.notice-transition-enter {
  max-height: 0
}

.notice-transition-enter.notice-transition-enter-active {
  max-height: 99em;
  transition: max-height .5s ease-in
}

.notice-transition-enter-done {
  max-height: auto
}

.notice-transition-exit {
  opacity: 1
}

.notice-transition-exit.notice-transition-exit-active {
  opacity: 0;
  transition: opacity .5s ease-in
}

.notice-transition-exit-done {
  opacity: 0
}

@keyframes wc-skeleton-shimmer {
  to {
    transform: translateX(100%)
  }
}

.wc-block-components-textarea {
  background-color: #fff;
  border: 1px solid color-mix(in srgb, #2b2d2f 80%, transparent);
  border-radius: 4px;
  box-sizing: border-box;
  color: inherit;
  font-family: inherit;
  font-size: inherit;
  font-size: var(--wp--preset--font-size--small, 14px);
  font-style: inherit;
  font-weight: inherit;
  letter-spacing: inherit;
  line-height: inherit;
  line-height: 1.4;
  margin: 0;
  padding: 12px;
  text-decoration: inherit;
  text-transform: inherit;
  width: 100%
}

.wc-block-components-textarea::placeholder {
  color: currentColor
}

.wc-block-components-textarea:not(:placeholder-shown) {
  color: #2b2d2f
}

.wc-block-components-textarea:focus {
  background-color: #fff;
  border: 1px solid #2b2d2f;
  box-shadow: inset 0 0 0 .5px #2b2d2f
}

.has-dark-controls .wc-block-components-textarea {
  background-color: rgba(0, 0, 0, .1);
  border-color: hsla(0, 0%, 100%, .4);
  color: #fff
}

.has-dark-controls .wc-block-components-textarea::placeholder {
  color: currentColor
}

.theme-twentytwentyone .has-dark-controls .wc-block-components-textarea {
  background-color: rgba(0, 0, 0, .1);
  color: #fff
}

@keyframes wc-skeleton-shimmer {
  to {
    transform: translateX(100%)
  }
}

.wc-block-components-form .wc-block-components-text-input,
.wc-block-components-text-input {
  line-height: 0;
  margin-top: 12px;
  position: relative;
  white-space: nowrap
}

.wc-block-components-form .wc-block-components-text-input .wc-block-components-text-input__wrapper,
.wc-block-components-text-input .wc-block-components-text-input__wrapper {
  position: relative
}

.wc-block-components-form .wc-block-components-text-input label,
.wc-block-components-text-input label {
  color: inherit;
  cursor: text;
  font-family: inherit;
  font-size: inherit;
  font-size: 16px;
  font-style: inherit;
  font-weight: inherit;
  left: 10px;
  letter-spacing: inherit;
  line-height: inherit;
  line-height: 22px;
  margin: 0;
  max-width: calc(100% - 24px);
  overflow: hidden;
  position: absolute;
  text-decoration: inherit;
  text-overflow: ellipsis;
  text-transform: inherit;
  top: 25px;
  transform: translateY(-50%);
  transform-origin: top left;
  transition: all .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%, .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[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=password],
.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=password],
.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 color-mix(in srgb, currentColor 80%, transparent);
  border-radius: 4px;
  box-sizing: border-box;
  color: #2b2d2f;
  font-family: inherit;
  font-size: inherit;
  font-size: 16px;
  font-style: inherit;
  font-weight: inherit;
  height: 50px;
  letter-spacing: inherit;
  line-height: inherit;
  line-height: 25px;
  margin: 0;
  min-height: 0;
  padding: 16px 12px;
  text-decoration: inherit;
  text-transform: inherit;
  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=password]: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=password]: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;
  border: 1.5px solid;
  color: #2b2d2f
}

.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=password],
.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=password],
.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, .1);
  border-color: hsla(0, 0%, 100%, .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=password]: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=password]: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, .1);
  border: 1.5px solid;
  color: #fff
}

.wc-block-components-form .wc-block-components-text-input input[type=number],
.wc-block-components-text-input input[type=number] {
  appearance: textfield;
  -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 {
  appearance: none;
  margin: 0
}

.wc-block-components-form .wc-block-components-text-input input:-webkit-autofill,
.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=password],
.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 input:-webkit-autofill,
.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=password],
.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: 24px 9px 8px
}

.wc-block-components-form .wc-block-components-text-input input:-webkit-autofill:focus,
.wc-block-components-form .wc-block-components-text-input.is-active input[type=email]:focus,
.wc-block-components-form .wc-block-components-text-input.is-active input[type=number]:focus,
.wc-block-components-form .wc-block-components-text-input.is-active input[type=password]:focus,
.wc-block-components-form .wc-block-components-text-input.is-active input[type=tel]:focus,
.wc-block-components-form .wc-block-components-text-input.is-active input[type=text]:focus,
.wc-block-components-form .wc-block-components-text-input.is-active input[type=url]:focus,
.wc-block-components-text-input input:-webkit-autofill:focus,
.wc-block-components-text-input.is-active input[type=email]:focus,
.wc-block-components-text-input.is-active input[type=number]:focus,
.wc-block-components-text-input.is-active input[type=password]:focus,
.wc-block-components-text-input.is-active input[type=tel]:focus,
.wc-block-components-text-input.is-active input[type=text]:focus,
.wc-block-components-text-input.is-active input[type=url]:focus {
  padding-left: 8.5px;
  padding-top: 24px
}

.wc-block-components-form .wc-block-components-text-input input:-webkit-autofill+label,
.wc-block-components-form .wc-block-components-text-input.is-active label,
.wc-block-components-text-input input:-webkit-autofill+label,
.wc-block-components-text-input.is-active label {
  top: 6px;
  transform: scale(.82)
}

.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 .5px #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 .5px #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
}

@keyframes wc-skeleton-shimmer {
  to {
    transform: translateX(100%)
  }
}

.wc-block-components-totals-item {
  align-items: center;
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
  gap: 4px;
  width: 100%
}

.wc-block-components-totals-item__label {
  flex-grow: 1
}

.wc-block-components-totals-item__description {
  font-size: var(--wp--preset--font-size--x-small, calc(var(--wp--preset--font-size--small, 14px)*.875));
  line-height: 1.4;
  width: 100%
}

@keyframes wc-skeleton-shimmer {
  to {
    transform: translateX(100%)
  }
}

.wc-block-components-totals-wrapper {
  border-top: 1px solid color-mix(in srgb, currentColor 20%, transparent);
  padding: 16px 0
}

.wc-block-components-totals-wrapper:empty,
.wc-block-components-totals-wrapper:has(>:only-child:empty) {
  border-width: 0;
  padding: 0
}

.wc-block-components-totals-wrapper:empty:after,
.wc-block-components-totals-wrapper:has(>:only-child:empty):after {
  content: none
}

.wc-block-components-totals-wrapper.slot-wrapper {
  padding: 0
}

.wc-block-components-totals-wrapper.slot-wrapper>*>* {
  padding: 16px 0
}

.wc-block-components-totals-wrapper.slot-wrapper>*>:after {
  border-width: 0
}

.wc-block-components-discounts-meta .wc-block-components-totals-wrapper:first-child {
  border-top: 1px solid color-mix(in srgb, currentColor 20%, transparent)
}

@keyframes wc-skeleton-shimmer {
  to {
    transform: translateX(100%)
  }
}

.wc-block-components-skeleton {
  display: flex;
  flex-direction: column;
  gap: 1rem
}

.wc-block-components-skeleton__element {
  background: color-mix(in srgb, currentColor 5%, transparent);
  border: none;
  border-radius: 4px;
  overflow: hidden;
  position: relative
}

.wc-block-components-skeleton__element:after {
  animation: wc-skeleton-shimmer 1.25s infinite;
  background: linear-gradient(90deg, transparent, color-mix(in srgb, currentColor 5%, transparent) 50%, transparent);
  content: "";
  inset: 0;
  position: absolute;
  transform: translateX(-100%)
}

@media(prefers-reduced-motion:reduce) {
  .wc-block-components-skeleton__element:after {
    animation: none
  }
}

.wc-block-components-skeleton__element--static:after {
  display: none
}

@keyframes wc-skeleton-shimmer {
  to {
    transform: translateX(100%)
  }
}

table.wc-block-cart-items,
table.wc-block-cart-items td,
table.wc-block-cart-items th {
  background: none !important;
  border: 0;
  margin: 0
}

.editor-styles-wrapper table.wc-block-cart-items,
table.wc-block-cart-items {
  width: 100%
}

.editor-styles-wrapper table.wc-block-cart-items .wc-block-cart-items__header,
table.wc-block-cart-items .wc-block-cart-items__header {
  font-size: var(--wp--preset--font-size--small, 14px);
  line-height: 1.4;
  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: 80px
}

.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__header th,
table.wc-block-cart-items .wc-block-cart-items__header th {
  font-weight: 500
}

.editor-styles-wrapper table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__wrap,
table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__wrap {
  align-items: flex-start;
  display: flex;
  flex-direction: column;
  gap: 4px
}

.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__prices,
table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__prices {
  align-items: center;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  font-size: var(--wp--preset--font-size--small, 14px);
  gap: 8px;
  line-height: 1.4
}

@container (max-width: 399px) {

  .editor-styles-wrapper table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__prices,
  table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__prices {
    flex-wrap: wrap
  }
}

.editor-styles-wrapper table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__prices>:empty,
table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__prices>:empty {
  display: none
}

.editor-styles-wrapper table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__prices .price,
table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__prices .price {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 4px
}

.editor-styles-wrapper table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__prices .price>*,
table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__prices .price>* {
  margin: 0
}

.editor-styles-wrapper table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__prices .price[hidden],
table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__prices .price[hidden] {
  display: none
}

.editor-styles-wrapper table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__quantity,
table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__quantity {
  align-items: center;
  display: flex;
  flex-direction: row;
  gap: 12px
}

.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: transparent;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  color: inherit;
  display: inline;
  font-family: inherit;
  font-size: inherit;
  font-style: inherit;
  font-weight: inherit;
  height: 24px;
  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;
  width: 24px
}

.editor-styles-wrapper table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__quantity .wc-block-cart-item__remove-link:active,
.editor-styles-wrapper table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__quantity .wc-block-cart-item__remove-link:focus,
.editor-styles-wrapper table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__quantity .wc-block-cart-item__remove-link:hover,
table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__quantity .wc-block-cart-item__remove-link:active,
table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__quantity .wc-block-cart-item__remove-link:focus,
table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__quantity .wc-block-cart-item__remove-link:hover {
  background: transparent
}

.editor-styles-wrapper table.wc-block-cart-items .wc-block-cart-items__row .wc-block-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:hover {
  color: inherit;
  cursor: pointer;
  text-decoration: none
}

.editor-styles-wrapper table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__quantity .wc-block-cart-item__remove-link[hidden],
table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__quantity .wc-block-cart-item__remove-link[hidden] {
  display: none
}

.editor-styles-wrapper table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__quantity .wc-block-cart-item__remove-link svg,
table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__quantity .wc-block-cart-item__remove-link svg {
  fill: currentColor
}

.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;
  font-size: var(--wp--preset--font-size--small, 14px);
  font-weight: 500;
  line-height: 1.4;
  max-width: max-content
}

.editor-styles-wrapper table.wc-block-cart-items .wc-block-cart-items__row .wc-block-components-product-name[hidden],
table.wc-block-cart-items .wc-block-cart-items__row .wc-block-components-product-name[hidden] {
  display: none
}

.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: var(--wp--preset--font-size--small, 14px);
  line-height: 1.4;
  text-align: right
}

.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: .5;
  pointer-events: none;
  transition: opacity .2s ease
}

@container (max-width: 699px) {
  .wc-block-cart table.wc-block-cart-items td {
    margin: 0;
    padding: 0
  }

  .wc-block-cart table.wc-block-cart-items .wc-block-cart-item__remove-link,
  .wc-block-cart table.wc-block-cart-items .wc-block-cart-items__header {
    display: none
  }

  .wc-block-cart table.wc-block-cart-items:not(.wc-block-mini-cart-items):not(:last-child) .wc-block-cart-items__row {
    border-bottom: 1px solid color-mix(in srgb, currentColor 20%, transparent)
  }

  .wc-block-cart table.wc-block-cart-items .wc-block-cart-items__row {
    display: grid;
    grid-template-columns: 80px 132px;
    padding: 16px 0
  }

  .wc-block-cart table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__image {
    grid-column-start: 1;
    grid-row-start: 1;
    padding-right: 16px
  }

  .wc-block-cart table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__product {
    grid-column-end: 4;
    grid-column-start: 2;
    grid-row-start: 1;
    justify-self: stretch;
    padding: 0
  }

  .wc-block-cart table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__quantity {
    grid-column-start: 1;
    grid-row-start: 2;
    padding-right: 16px;
    padding-top: 0;
    vertical-align: bottom
  }

  .wc-block-cart table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__total {
    grid-row-start: 1
  }

  .wc-block-cart 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-medium table.wc-block-cart-items td,
.is-mobile table.wc-block-cart-items td,
.is-small table.wc-block-cart-items td {
  margin: 0;
  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):not(:last-child) .wc-block-cart-items__row,
.is-mobile table.wc-block-cart-items:not(.wc-block-mini-cart-items):not(:last-child) .wc-block-cart-items__row,
.is-small table.wc-block-cart-items:not(.wc-block-mini-cart-items):not(:last-child) .wc-block-cart-items__row {
  border-bottom: 1px solid color-mix(in srgb, currentColor 20%, transparent)
}

.is-medium table.wc-block-cart-items .wc-block-cart-items__row,
.is-mobile table.wc-block-cart-items .wc-block-cart-items__row,
.is-small table.wc-block-cart-items .wc-block-cart-items__row {
  display: 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 {
  grid-column-start: 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 {
  grid-column-end: 4;
  grid-column-start: 2;
  grid-row-start: 1;
  justify-self: stretch;
  padding: 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 {
  grid-column-start: 1;
  grid-row-start: 2;
  padding-right: 16px;
  padding-top: 0;
  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 {
  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
}

@container (min-width: 700px) {
  .wc-block-cart__main .wc-block-cart-items {
    border-bottom: 1px solid color-mix(in srgb, currentColor 20%, transparent);
    border-spacing: 0
  }

  .wc-block-cart__main .wc-block-cart-items th {
    padding: 8px 16px 12px 0;
    white-space: nowrap
  }

  .wc-block-cart__main .wc-block-cart-items td {
    border-top: 1px solid color-mix(in srgb, currentColor 20%, transparent);
    padding: 20px 0 20px 16px;
    vertical-align: top
  }

  .wc-block-cart__main .wc-block-cart-items th:last-child {
    padding-right: 16px
  }

  .wc-block-cart__main .wc-block-cart-items td:last-child {
    padding-right: 16px
  }
}

@container (min-width: 700px) {
  .wc-block-cart {
    margin-bottom: 3em
  }

  .wc-block-cart.has-dark-controls .wc-block-cart-items {
    border-color: hsla(0, 0%, 100%, .4)
  }

  .wc-block-cart.has-dark-controls .wc-block-cart-items th {
    color: #fff
  }

  .wc-block-cart.has-dark-controls .wc-block-cart-items td {
    border-color: hsla(0, 0%, 100%, .4)
  }
}

@keyframes wc-skeleton-shimmer {
  to {
    transform: translateX(100%)
  }
}

.wp-block-woocommerce-cart {
  container-type: inline-size;
  width: 100%
}

.wc-block-cart {
  padding-top: 16px
}

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

.wc-block-cart .wc-block-components-totals-footer-item,
.wc-block-cart .wc-block-components-totals-taxes {
  margin: 0
}

.wc-block-cart .wp-block-woocommerce-cart-order-summary-block {
  border-bottom: 1px solid color-mix(in srgb, currentColor 20%, transparent);
  font-size: var(--wp--preset--font-size--small, 14px);
  line-height: 1.4;
  margin-bottom: 16px
}

.wc-block-cart .wp-block-woocommerce-cart-order-summary-block .wc-block-components-panel,
.wc-block-cart .wp-block-woocommerce-cart-order-summary-block .wc-block-components-totals-coupon,
.wc-block-cart .wp-block-woocommerce-cart-order-summary-block .wc-block-components-totals-item {
  padding-left: 0;
  padding-right: 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-mix(in srgb, currentColor 5%, transparent);
  border: none;
  border-radius: 4px;
  display: inline-block;
  min-width: 84px;
  overflow: hidden;
  position: relative
}

.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 {
  animation: wc-skeleton-shimmer 1.25s infinite;
  background: linear-gradient(90deg, transparent, color-mix(in srgb, currentColor 5%, transparent) 50%, transparent);
  content: "";
  inset: 0;
  position: absolute;
  transform: translateX(-100%)
}

@media(prefers-reduced-motion:reduce) {

  .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 {
    animation: none
  }
}

.wc-block-cart--is-loading h2 span--static:after,
.wc-block-cart--is-loading th span--static:after,
.wc-block-mini-cart__drawer.is-loading h2 span--static:after,
.wc-block-mini-cart__drawer.is-loading th span--static:after {
  display: 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-mix(in srgb, currentColor 5%, transparent);
  border: none;
  border-radius: 4px;
  overflow: hidden;
  position: relative
}

.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 {
  animation: wc-skeleton-shimmer 1.25s infinite;
  background: linear-gradient(90deg, transparent, color-mix(in srgb, currentColor 5%, transparent) 50%, transparent);
  content: "";
  inset: 0;
  position: absolute;
  transform: translateX(-100%)
}

@media(prefers-reduced-motion:reduce) {

  .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 {
    animation: none
  }
}

.wc-block-cart--is-loading .wc-block-components-product-metadata--static:after,
.wc-block-cart--is-loading .wc-block-components-product-price--static:after,
.wc-block-cart--is-loading .wc-block-components-quantity-selector--static:after,
.wc-block-mini-cart__drawer.is-loading .wc-block-components-product-metadata--static:after,
.wc-block-mini-cart__drawer.is-loading .wc-block-components-product-price--static:after,
.wc-block-mini-cart__drawer.is-loading .wc-block-components-quantity-selector--static:after {
  display: 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-mix(in srgb, currentColor 5%, transparent);
  border: none;
  border-radius: 4px;
  display: inline-block;
  min-width: 84px;
  overflow: hidden;
  position: relative
}

.wc-block-cart--is-loading .wc-block-components-product-name:after,
.wc-block-mini-cart__drawer.is-loading .wc-block-components-product-name:after {
  animation: wc-skeleton-shimmer 1.25s infinite;
  background: linear-gradient(90deg, transparent, color-mix(in srgb, currentColor 5%, transparent) 50%, transparent);
  content: "";
  inset: 0;
  position: absolute;
  transform: translateX(-100%)
}

@media(prefers-reduced-motion:reduce) {

  .wc-block-cart--is-loading .wc-block-components-product-name:after,
  .wc-block-mini-cart__drawer.is-loading .wc-block-components-product-name:after {
    animation: none
  }
}

.wc-block-cart--is-loading .wc-block-components-product-name--static:after,
.wc-block-mini-cart__drawer.is-loading .wc-block-components-product-name--static:after {
  display: 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: .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-mix(in srgb, currentColor 5%, transparent);
  border: none;
  border-radius: 4px;
  display: block;
  overflow: hidden;
  position: relative
}

.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 {
  animation: wc-skeleton-shimmer 1.25s infinite;
  background: linear-gradient(90deg, transparent, color-mix(in srgb, currentColor 5%, transparent) 50%, transparent);
  content: "";
  inset: 0;
  position: absolute;
  transform: translateX(-100%)
}

@media(prefers-reduced-motion:reduce) {

  .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 {
    animation: none
  }
}

.wc-block-cart--is-loading .wc-block-cart-item__image>a--static:after,
.wc-block-mini-cart__drawer.is-loading .wc-block-cart-item__image>a--static:after {
  display: 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: .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-mix(in srgb, currentColor 5%, transparent);
  border: none;
  border-radius: 4px;
  min-height: 460px;
  overflow: hidden;
  position: relative
}

.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 {
  animation: wc-skeleton-shimmer 1.25s infinite;
  background: linear-gradient(90deg, transparent, color-mix(in srgb, currentColor 5%, transparent) 50%, transparent);
  content: "";
  inset: 0;
  position: absolute;
  transform: translateX(-100%)
}

@media(prefers-reduced-motion:reduce) {

  .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 {
    animation: none
  }
}

.wc-block-cart--is-loading .wc-block-cart__sidebar .components-card--static:after,
.wc-block-mini-cart__drawer.is-loading .wc-block-cart__sidebar .components-card--static:after {
  display: 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;
  gap: 4px
}

.wc-block-components-sidebar-layout.wc-block-cart {
  padding-top: 0
}

@container (max-width: 699px) {
  .wc-block-cart .wc-block-components-sidebar .wc-block-cart__totals-title {
    display: none
  }
}

@container (min-width: 700px) {
  .wc-block-cart {
    margin-bottom: 3em
  }

  .wc-block-cart .wc-block-components-radio-control__input {
    left: 0;
    margin: 0
  }

  .wc-block-cart .wc-block-cart__totals-title {
    background: transparent;
    border: 0;
    border-radius: 0;
    box-shadow: none;
    color: inherit;
    display: inline;
    display: block;
    font-family: inherit;
    font-size: inherit;
    font-size: var(--wp--preset--font-size--small, 14px);
    font-style: inherit;
    font-weight: inherit;
    font-weight: 500;
    letter-spacing: inherit;
    line-height: inherit;
    line-height: 1.4;
    margin: 0;
    padding: 8px 16px 10px 0;
    text-align: left;
    text-decoration: inherit;
    text-transform: inherit;
    text-transform: uppercase;
    vertical-align: baseline
  }

  .wc-block-cart .wc-block-components-sidebar {
    margin-top: 0
  }

  .wc-block-cart .wc-block-cart__payment-options {
    padding: 16px 0 0
  }

  .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: 4.5283018868%;
  width: 65%
}

.wp-block-woocommerce-cart.is-loading .wp-block-woocommerce-cart-line-items-block {
  background: color-mix(in srgb, currentColor 5%, transparent);
  border: none;
  border-radius: 4px;
  display: block;
  min-height: 15em;
  overflow: hidden;
  position: relative;
  transition: background-color .2s ease
}

.wp-block-woocommerce-cart.is-loading .wp-block-woocommerce-cart-line-items-block:after {
  animation: wc-skeleton-shimmer 1.25s infinite;
  background: linear-gradient(90deg, transparent, color-mix(in srgb, currentColor 5%, transparent) 50%, transparent);
  content: "";
  inset: 0;
  position: absolute;
  transform: translateX(-100%)
}

@media(prefers-reduced-motion:reduce) {
  .wp-block-woocommerce-cart.is-loading .wp-block-woocommerce-cart-line-items-block:after {
    animation: none
  }
}

.wp-block-woocommerce-cart.is-loading .wp-block-woocommerce-cart-line-items-block--static:after {
  display: none
}

.wp-block-woocommerce-cart.is-loading .wp-block-woocommerce-cart-line-items-block:after {
  transition: background-color .2s ease
}

@media(prefers-reduced-motion:reduce) {
  .wp-block-woocommerce-cart.is-loading .wp-block-woocommerce-cart-line-items-block {
    transition: background-color .2s ease
  }

  .wp-block-woocommerce-cart.is-loading .wp-block-woocommerce-cart-line-items-block:after {
    transition: background-color .2s ease
  }
}

.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-mix(in srgb, currentColor 5%, transparent);
  border: none;
  border-radius: 4px;
  display: block;
  margin: 0 0 1em;
  min-height: 48px;
  overflow: hidden;
  position: relative;
  transition: background-color .2s ease
}

.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 {
  animation: wc-skeleton-shimmer 1.25s infinite;
  background: linear-gradient(90deg, transparent, color-mix(in srgb, currentColor 5%, transparent) 50%, transparent);
  content: "";
  inset: 0;
  position: absolute;
  transform: translateX(-100%)
}

@media(prefers-reduced-motion:reduce) {

  .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 {
    animation: none
  }
}

.wp-block-woocommerce-cart.is-loading .wp-block-woocommerce-cart-accepted-payment-methods-block--static:after,
.wp-block-woocommerce-cart.is-loading .wp-block-woocommerce-cart-express-payment-block--static:after,
.wp-block-woocommerce-cart.is-loading .wp-block-woocommerce-cart-order-summary-block--static:after,
.wp-block-woocommerce-cart.is-loading .wp-block-woocommerce-proceed-to-checkout-block--static:after {
  display: none
}

.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 {
  transition: background-color .2s ease
}

@media(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 {
    transition: background-color .2s ease
  }

  .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 {
    transition: background-color .2s ease
  }
}

.wp-block-woocommerce-cart.is-loading div.wp-block-woocommerce-cart-order-summary-block {
  height: 200px
}

.wp-block-woocommerce-cart.is-loading div.wp-block-woocommerce-cart-order-summary-totals-block {
  border-top: none
}

@container (max-width: 699px) {
  .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%
  }
}

@keyframes wc-skeleton-shimmer {
  to {
    transform: translateX(100%)
  }
}

.wc-block-cart-item__image .wc-block-components-skeleton__element {
  padding-bottom: 100%
}

.wc-block-cart-item__total {
  display: flex;
  justify-content: flex-end
}

.wc-block-components-order-summary .wc-block-components-skeleton--cart-line-items-checkout .wc-block-components-order-summary-item__image {
  margin-top: 4px
}

.wc-block-components-order-summary .wc-block-components-skeleton--cart-line-items-checkout .wc-block-components-order-summary-item__description {
  flex-grow: 1
}

.wc-block-components-order-summary .wc-block-components-skeleton--cart-line-items-checkout .wc-block-components-order-summary-item__description .wc-block-components-skeleton__element {
  margin-bottom: 8px
}

@keyframes wc-skeleton-shimmer {
  to {
    transform: translateX(100%)
  }
}

.wc-block-components-quantity-selector {
  border: 1px solid color-mix(in srgb, currentColor 30%, transparent);
  border-radius: 4px;
  box-sizing: border-box;
  display: flex;
  position: relative;
  width: 107px
}

.wc-block-components-quantity-selector input.wc-block-components-quantity-selector__input {
  appearance: textfield;
  background: transparent;
  border: 0;
  box-shadow: none;
  color: currentColor;
  flex: 1 1 auto;
  font-size: var(--wp--preset--font-size--small, 14px);
  line-height: 1.4;
  line-height: 1;
  margin: 0;
  min-width: 40px;
  order: 2;
  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: .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: .9em;
  font-style: normal;
  font-weight: 400;
  margin: 0;
  min-width: 30px;
  opacity: .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: .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
}

.wc-block-components-quantity-selector[hidden] {
  display: none
}

:where(.wc-block-components-quantity-selector .wc-block-components-quantity-selector__input) {
  padding: .4em 0
}

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

@keyframes wc-skeleton-shimmer {
  to {
    transform: translateX(100%)
  }
}

.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 {
  display: block
}

.wc-block-components-product-price[hidden] {
  display: none
}

.wc-block-components-product-price>:empty {
  display: none
}

.wc-block-components-product-price .wc-block-all-products .wc-block-components-product-price {
  margin-bottom: 12px
}

.wc-block-components-product-price ins {
  text-decoration: none
}

.wc-block-components-product-price .woocommerce-Price-amount {
  white-space: nowrap
}

.wc-block-components-product-price__value.is-discounted {
  margin-left: .5em
}

.is-loading .wc-block-components-product-price:before {
  background-color: currentColor !important;
  border: 0 !important;
  border-radius: .25rem;
  box-shadow: none;
  color: currentColor !important;
  content: ".";
  display: block;
  display: inline-block;
  line-height: 1;
  max-width: 100% !important;
  opacity: .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 {
  animation: loading__animation 1.5s ease-in-out infinite;
  background-image: linear-gradient(90deg, currentColor, hsla(0, 0%, 96%, .302), currentColor);
  background-repeat: no-repeat;
  content: " ";
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  transform: translateX(-100%)
}

@keyframes loading__animation {
  to {
    transform: translateX(100%)
  }
}

@media screen and (prefers-reduced-motion:reduce) {
  .is-loading .wc-block-components-product-price:before {
    animation: none
  }
}

@keyframes wc-skeleton-shimmer {
  to {
    transform: translateX(100%)
  }
}

.wc-block-components-product-name {
  font-size: 1em;
  overflow-wrap: anywhere;
  word-break: break-word
}

@keyframes wc-skeleton-shimmer {
  to {
    transform: translateX(100%)
  }
}

.wc-block-components-product-badge {
  background: color-mix(in srgb, currentColor 10%, transparent);
  display: inline-block;
  font-size: var(--wp--preset--font-size--x-small, calc(var(--wp--preset--font-size--small, 14px)*.875));
  line-height: 1.4;
  padding: 2px 4px;
  white-space: nowrap
}

.wc-block-components-product-badge[hidden] {
  display: none
}

@keyframes wc-skeleton-shimmer {
  to {
    transform: translateX(100%)
  }
}

.wc-block-components-product-details.wc-block-components-product-details {
  font-size: var(--wp--preset--font-size--x-small, calc(var(--wp--preset--font-size--small, 14px)*.875));
  line-height: 1.4
}

.wc-block-components-product-details__name,
.wc-block-components-product-details__value {
  display: inline
}

@keyframes wc-skeleton-shimmer {
  to {
    transform: translateX(100%)
  }
}

.wc-block-components-product-metadata {
  display: flex;
  flex-direction: column;
  font-size: var(--wp--preset--font-size--small, 14px);
  gap: 4px;
  line-height: 1.4
}

.wc-block-components-product-metadata .wc-block-components-product-metadata__description>p,
.wc-block-components-product-metadata .wc-block-components-product-metadata__variation-data {
  font-size: var(--wp--preset--font-size--x-small, calc(var(--wp--preset--font-size--small, 14px)*.875));
  line-height: 1.4;
  margin: 0
}

@keyframes wc-skeleton-shimmer {
  to {
    transform: translateX(100%)
  }
}

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

@container (min-width: 520px) and (max-width: 699px) {
  .wc-block-components-payment-method-icons .wc-block-components-payment-method-icon {
    height: 16px
  }
}

@container (min-width: 400px) and (max-width: 519px) {
  .wc-block-components-payment-method-icons .wc-block-components-payment-method-icon {
    height: 16px
  }
}

@keyframes wc-skeleton-shimmer {
  to {
    transform: translateX(100%)
  }
}

.wc-block-components-button:not(.is-link) {
  align-items: center;
  display: inline-flex;
  height: auto;
  justify-content: center;
  position: relative;
  text-align: center;
  transition: box-shadow .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 {
  text-wrap: balance;
  text-wrap: pretty;
  display: block
}

.wc-block-components-button:not(.is-link) .wc-block-components-button__text>svg {
  fill: currentColor
}

.wc-block-components-button:not(.is-link).text {
  color: #1e1e1e
}

.wc-block-components-button:not(.is-link).text:hover {
  opacity: .9
}

.wc-block-components-button:not(.is-link):disabled .wc-block-components-button__text {
  opacity: .5
}

.wc-block-components-button:not(.is-link).is-style-outline,
.wc-block-components-button:not(.is-link).outlined {
  background: transparent;
  color: currentColor
}

.wc-block-components-button:not(.is-link).is-style-outline:not(:focus),
.wc-block-components-button:not(.is-link).outlined:not(:focus) {
  box-shadow: inset 0 0 0 1px currentColor
}

.wc-block-components-button:not(.is-link).is-style-outline:active,
.wc-block-components-button:not(.is-link).is-style-outline:disabled,
.wc-block-components-button:not(.is-link).is-style-outline:focus,
.wc-block-components-button:not(.is-link).is-style-outline:hover,
.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).is-style-outline:hover,
.wc-block-components-button:not(.is-link).outlined:hover {
  background-color: #1e1e1e;
  color: #fff;
  opacity: 1
}

body:not(.woocommerce-block-theme-has-button-styles) .wc-block-components-button:not(.is-link) {
  min-height: 3em
}

body:not(.woocommerce-block-theme-has-button-styles) .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
}

body:not(.woocommerce-block-theme-has-button-styles) .wc-block-components-button:not(.is-link).text {
  color: #1e1e1e
}

body:not(.woocommerce-block-theme-has-button-styles) .wc-block-components-button:not(.is-link).text:hover {
  opacity: .9
}

@keyframes wc-skeleton-shimmer {
  to {
    transform: translateX(100%)
  }
}

@keyframes fadein {
  0% {
    opacity: 0
  }

  to {
    opacity: 1
  }
}

@keyframes slidein {
  0% {
    transform: translateX(0)
  }

  to {
    transform: translateX(max(-100%, var(--neg-drawer-width)))
  }
}

@keyframes rtlslidein {
  0% {
    transform: translateX(0)
  }

  to {
    transform: translateX(min(100%, var(--drawer-width)))
  }
}

.wc-block-components-drawer__screen-overlay {
  background-color: rgba(95, 95, 95, .35);
  bottom: 0;
  left: 0;
  opacity: 1;
  position: fixed;
  right: 0;
  top: 0;
  transition: opacity .3s;
  z-index: 9999
}

.wc-block-components-drawer__screen-overlay--with-slide-out {
  transition: opacity .3s
}

.wc-block-components-drawer__screen-overlay--with-slide-in {
  animation-duration: .3s;
  animation-name: fadein
}

.wc-block-components-drawer__screen-overlay--is-hidden {
  opacity: 0;
  pointer-events: none
}

.wc-block-components-drawer {
  background: #fff;
  border-left: 1px solid color-mix(in srgb, currentColor 30%, transparent);
  display: block;
  height: 100%;
  left: 100%;
  max-width: 100%;
  position: fixed;
  right: 0;
  top: 0;
  transform: translateX(max(-100%, var(--neg-drawer-width)));
  width: var(--drawer-width)
}

.rtl .wc-block-components-drawer {
  transform: translateX(min(100%, var(--drawer-width)))
}

.wc-block-components-drawer__screen-overlay--with-slide-out .wc-block-components-drawer {
  transition: transform .3s
}

.wc-block-components-drawer__screen-overlay--with-slide-in .wc-block-components-drawer {
  animation-duration: .3s;
  animation-name: slidein
}

.rtl .wc-block-components-drawer__screen-overlay--with-slide-in .wc-block-components-drawer {
  animation-name: rtlslidein
}

.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 {
    animation-name: none !important;
    transition: none !important
  }
}

.wc-block-components-button.wc-block-components-drawer__close {
  background: transparent !important;
  border: 0;
  border-radius: 0;
  color: inherit !important;
  margin: -1em;
  opacity: .6;
  padding: 0;
  padding: 1em !important;
  position: absolute !important;
  right: 12px;
  top: 12px;
  vertical-align: baseline;
  z-index: 2
}

.wc-block-components-button.wc-block-components-drawer__close:active,
.wc-block-components-button.wc-block-components-drawer__close:focus,
.wc-block-components-button.wc-block-components-drawer__close:hover {
  opacity: 1
}

.wc-block-components-button.wc-block-components-drawer__close:focus:not(:focus-visible) {
  box-shadow: none;
  outline: none
}

.wc-block-components-button.wc-block-components-drawer__close svg {
  fill: currentColor;
  display: block
}

.wc-block-components-drawer__content {
  height: 100dvh;
  position: relative
}

.admin-bar .wc-block-components-drawer__content {
  height: calc(100dvh - var(--wp-admin--admin-bar--height, 0px));
  margin-top: var(--wp-admin--admin-bar--height, 0)
}

/*-----------------------------------------------------------------------------

-	Revolution Slider 6.0 Default Style Settings -

Screen Stylesheet

version:   	6.0.0
date:      	24/06/19
author:		themepunch
email:     	info@themepunch.com
website:   	http://www.themepunch.com
-----------------------------------------------------------------------------*/

/* FIX FOR WORDPRESS's CRAZY <p> TAG ANOMALY */
.rs-p-wp-fix {
  display: none !important;
  margin: 0 !important;
  height: 0px !important;
}

#debungcontrolls {
  z-index: 100000;
  position: fixed;
  bottom: 0px;
  width: 100%;
  height: auto;
  background: rgba(0, 0, 0, 0.6);
  padding: 10px;
  box-sizing: border-box;
}


rs-debug {
  z-index: 100000;
  position: fixed;
  top: 0px;
  width: 300px;
  height: 300px;
  background: rgba(0, 0, 0, 0.6);
  padding: 10px;
  box-sizing: border-box;
  color: #fff;
  font-size: 10px;
  line-height: 13px;
  overflow: scroll;
}

/* MODAL BASICS */
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: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
}

rs-modal rs-fullwidth-wrap {
  position: absolute;
  top: 0px;
  left: 0px;
  height: 100%;
}

rs-module-wrap.rs-modal {
  display: none;
  max-height: 100% !important;
  overflow: auto !important;
  pointer-events: auto !important;
}

rs-modal-cover {
  width: 100%;
  height: 100%;
  z-index: 0;
  background: transparent;
  position: absolute;
  top: 0px;
  left: 0px;
  cursor: pointer;
  pointer-events: auto
}

body>rs-modal-cover {
  position: fixed;
  z-index: 9999995 !important;
}

rs-sbg-px {
  pointer-events: none
}

.rs-forcehidden * {
  visibility: hidden !important;
}

/*rs-modal rs-fullwidth-wrap rs-module-wrap { transform: translateY(-50%) !important; top: 50% !important; }*/

.rs_splitted_lines {
  display: block;
  white-space: nowrap !important
}

.debugtimeline {
  width: 100%;
  height: 10px;
  position: relative;
  display: block;
  margin-bottom: 3px;
  display: none;
  white-space: nowrap;
  box-sizing: border-box;
}

.debugtimeline:hover {
  height: 15px;

}

.the_timeline_tester {
  background: #e74c3c;
  position: absolute;
  top: 0px;
  left: 0px;
  height: 100%;
  width: 0;
}

.rs-go-fullscreen {
  position: fixed !important;
  width: 100% !important;
  height: 100% !important;
  top: 0px !important;
  left: 0px !important;
  z-index: 9999999 !important;
  background: #ffffff;
}


.debugtimeline.tl_slide .the_timeline_tester {
  background: #f39c12;
}

.debugtimeline.tl_frame .the_timeline_tester {
  background: #3498db;
}

.debugtimline_txt {
  color: #fff;
  font-weight: 400;
  font-size: 7px;
  position: absolute;
  left: 10px;
  top: 0px;
  white-space: nowrap;
  line-height: 10px;
}


[class^="revicon-"]:before,
[class*=" revicon-"]:before {
  font-family: "revicons";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .2em;
  text-align: center;

  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;

  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;

  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  margin-left: .2em;

  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */

  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}

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

/* 'î ¨' */




/******************************
	-	BASIC STYLES		-
******************************/

.tp-fullwidth-forcer {
  z-index: 0;
  pointer-events: none
}

rs-module-wrap,
rs-module-wrap * {
  box-sizing: border-box;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

rs-module-wrap {
  position: relative;
  z-index: 1;
  width: 100%;
  display: block;
}

.rs-fixedscrollon rs-module-wrap {
  position: fixed !important;
  top: 0px !important;
  z-index: 1000;
}


rs-fw-forcer {
  display: block;
  width: 100%;
  pointer-events: none;
}

rs-module {
  position: relative;
  overflow: hidden;
  display: block;
}

/*rs-carousel-wrap,*/
rs-pzimg-wrap,
rs-sbg-effectwrap,
rs-sbg {
  display: block;
  pointer-events: none
}

rs-sbg-effectwrap {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%
}

rs-sbg-px,
rs-sbg-wrap {
  position: absolute;
  top: 0px;
  left: 0px;
  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
}

.tp-simpleresponsive img,
rs-module img {
  max-width: none !important;
  transition: none;
  margin: 0px;
  padding: 0px;
  border: none;
}

rs-module .no-slides-text {
  font-weight: bold;
  text-align: center;
  padding-top: 80px;
}


rs-slides,
rs-slide,
rs-slide:before {
  position: absolute;
  text-indent: 0em;
  top: 0px;
  left: 0px;
}

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-module rs-layer,
rs-module .rs-layer {
  opacity: 0;
  position: relative;
  visibility: hidden;
  white-space: nowrap;
  display: block;
  -webkit-font-smoothing: antialiased !important;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -moz-osx-font-smoothing: grayscale;
  z-index: 1;
}

rs-layer-wrap,
rs-mask,
rs-module-wrap,
rs-module .rs-layer,
rs-module img {
  -moz-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  -o-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,
.rs-layer,
rs-alyer *,
.rs-layer * {
  outline: none !important;
}


/* CAROUSEL FUNCTIONS */
rs-carousel-wrap {
  cursor: url(https://foxyhomestaging.com.au/wp-content/plugins/revslider/public/assets/css/openhand.cur), move;
}

rs-carousel-wrap.dragged {
  cursor: url(https://foxyhomestaging.com.au/wp-content/plugins/revslider/public/assets/css/closedhand.cur), move;
}

rs-carousel-wrap {
  position: absolute;
  overflow: hidden;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
}

rs-carousel-space {
  clear: both;
  display: block;
  width: 100%;
  height: 1px;
  position: relative;
  margin-bottom: -1px
}

/* ADDED FOR SLIDELINK MANAGEMENT */
.tp_inner_padding {
  box-sizing: border-box;
  max-height: none !important;
}


.rs-layer.rs-selectable {
  -moz-user-select: all;
  -khtml-user-select: all;
  -webkit-user-select: all;
  -o-user-select: all;
}



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: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  z-index: 0;
  display: block;
  pointer-events: none;
}

.tp-blockmask,
.tp-blockmask_in,
.tp-blockmask_out {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background: #fff;
  z-index: 1000;
  transform: scaleX(0) scaleY(0);
}

/***********************************************************
	- 	ZONES / GOUP / ROW / COLUMN LAYERS AND HELPERS 	-
***********************************************************/
rs-zone {
  position: absolute;
  width: 100%;
  left: 0px;
  box-sizing: border-box;
  min-height: 50px;
  font-size: 0px;
}

rs-layer-wrap,
rs-row-wrap,
rs-column,
rs-parallax-wrap,
rs-mask-wrap,
rs-cbg-mask-wrap,
rs-loop-wrap {
  display: block;
  visibility: hidden
}


rs-column-wrap>rs-loop-wrap {
  z-index: 1
}

rs-layer-wrap,
rs-mask-wrap,
rs-cbg-mask-wrap {
  transform-style: flat;
  perspective: 10000px;
}

rs-mask-wrap {
  overflow: hidden
}

rs-fullwidth-wrap {
  position: relative;
  width: 100%;
  height: auto;
  display: block;
}

.rev_row_zone_top {
  top: 0px;
}

.rev_row_zone_bottom {
  bottom: 0px;
}

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: 0px;
}

rs-column-wrap {
  display: table-cell;
  position: relative;
  vertical-align: top;
  height: auto;
  box-sizing: border-box;
  font-size: 0px;
}

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-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 !important;
  left: auto !important;
  top: auto !important;
  line-height: 0px;
}

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
}




/*********************************
	-	SPECIAL TP CAPTIONS -
**********************************/

rs-layer.rs-nointeraction,
.rs-layer.rs-nointeraction {
  pointer-events: none !important
}

rs-static-layers {
  position: absolute;
  z-index: 101;
  top: 0px;
  left: 0px;
  display: block;
  width: 100%;
  height: 100%;
  pointer-events: none;
}

/* new static layers position option */
rs-static-layers.rs-stl-back {
  z-index: 0;
}


.rs-layer rs-fcr {
  width: 0;
  height: 0;
  border-left: 40px solid transparent;
  border-right: 0px solid transparent;
  border-top: 40px solid #00A8FF;
  position: absolute;
  right: 100%;
  top: 0px;
}

.rs-layer rs-fcrt {
  width: 0;
  height: 0;
  border-left: 40px solid transparent;
  border-right: 0px solid transparent;
  border-bottom: 40px solid #00A8FF;
  position: absolute;
  right: 100%;
  top: 0px;
}

.rs-layer rs-bcr {
  width: 0;
  height: 0;
  border-left: 0px solid transparent;
  border-right: 40px solid transparent;
  border-bottom: 40px solid #00A8FF;
  position: absolute;
  left: 100%;
  top: 0px;
}

.rs-layer rs-bcrt {
  width: 0;
  height: 0;
  border-left: 0px solid transparent;
  border-right: 40px solid transparent;
  border-top: 40px solid #00A8FF;
  position: absolute;
  left: 100%;
  top: 0px;
}


.tp-layer-inner-rotation {
  position: relative !important;
}


/***********************************************
	-	SPECIAL ALTERNATIVE IMAGE SETTINGS	-
***********************************************/

img.tp-slider-alternative-image {
  width: 100%;
  height: auto;
}


/******************************
	-	IE8 HACKS	-
*******************************/
.noFilterClass {
  filter: none !important;
}


/********************************
	-	FULLSCREEN VIDEO	-
*********************************/

rs-bgvideo {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  visibility: hidden;
  z-index: 0;
  display: block
}

.rs-layer.coverscreenvideo {
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  position: absolute;
}

.rs-layer.rs-fsv {
  left: 0px;
  top: 0px;
  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% !important;
  height: 100% !important;
  display: none
}

.fullcoveredvideo audio,
.rs-fsv audio .fullcoveredvideo video,
.rs-fsv video {
  background: #000
}

.fullcoveredvideo rs-poster {
  background-position: center center;
  background-size: cover;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px
}


.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 300ms ease-out !important;
}


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

.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-fsv .fullcoveredvideo audio {
  object-fit: cover !important;
}

.rs-fsv .fullcoveredvideo video {
  object-fit: cover !important;
}

.rs-fullvideo-cover {
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  position: absolute;
  background: transparent;
  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;
}


/********************************
	-	DOTTED OVERLAYS	-
*********************************/
rs-dotted {
  background-repeat: repeat;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 3;
  display: block;
}

rs-dotted.twoxtwo {
  background: url(https://foxyhomestaging.com.au/wp-content/plugins/revslider/public/assets/assets/gridtile.png)
}

rs-dotted.twoxtwowhite {
  background: url(https://foxyhomestaging.com.au/wp-content/plugins/revslider/public/assets/assets/gridtile_white.png)
}

rs-dotted.threexthree {
  background: url(https://foxyhomestaging.com.au/wp-content/plugins/revslider/public/assets/assets/gridtile_3x3.png)
}

rs-dotted.threexthreewhite {
  background: url(https://foxyhomestaging.com.au/wp-content/plugins/revslider/public/assets/assets/gridtile_3x3_white.png)
}


/******************************
	-	SHADOWS		-
******************************/

.tp-shadowcover {
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  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: transparent;
  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 0px rgba(0, 0, 0, 0.6);
  top: 30%;
  bottom: 0;
  left: 20px;
  right: 20px;
  border-radius: 100px / 20px;
}



/* TP BUTTONS DESKTOP SIZE */

.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: normal;
  position: relative;
  top: 0px;
  transition: opacity 0.2s ease-out, margin 0.2s ease-out;
  margin-left: 0px;
  line-height: inherit
}

.rev-btn.rev-hiddenicon i {
  font-size: inherit;
  font-weight: normal;
  position: relative;
  top: 0px;
  transition: opacity 0.2s ease-out, margin 0.2s ease-out;
  opacity: 0;
  margin-left: 0px !important;
  width: 0px !important;
}

.rev-btn.rev-hiddenicon:hover i {
  opacity: 1 !important;
  margin-left: 10px !important;
  width: auto !important;
}


/* BURGER BUTTON */
.rev-burger {
  position: relative;
  box-sizing: border-box;
  padding: 22px 14px 22px 14px;
  border-radius: 50%;
  border: 1px solid rgba(51, 51, 51, 0.25);
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-tap-highlight-color: transparent;
  cursor: pointer;
}

.rev-burger span {
  display: block;
  width: 30px;
  height: 3px;
  background: #333;
  transition: .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;
}


/* SCROLL DOWN BUTTON */

@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 white;
  border-radius: 23px;
}

.rev-scroll-btn>* {
  display: inline-block;
  line-height: 18px;
  font-size: 13px;
  font-weight: normal;
  color: #7f8c8d;
  color: #ffffff;
  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: #ffffff;
}

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




/************************************
-	TP BANNER TIMER		-
*************************************/
rs-progress {
  visibility: hidden;
  width: 100%;
  height: 5px;
  background: #000;
  background: rgba(0, 0, 0, 0.15);
  position: absolute;
  z-index: 200;
  top: 0px
}

rs-progress.rs-bottom {
  top: auto;
  bottom: 0px !important;
  height: 5px
}



/*********************************************
-	BASIC SETTINGS FOR THE BANNER	-
***********************************************/
.rs-layer img {
  background: transparent;
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#00FFFFFF,endColorstr=#00FFFFFF)";
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#00FFFFFF, endColorstr=#00FFFFFF);
  zoom: 1;
}


.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(https://foxyhomestaging.com.au/wp-content/plugins/revslider/public/assets/assets/coloredbg.png) repeat
}

.rs-layer.slidelink a span {
  background: url(https://foxyhomestaging.com.au/wp-content/plugins/revslider/public/assets/assets/coloredbg.png) repeat;
  width: 100%;
  height: 100%;
  display: block
}

/*.tp-shape {	width:100%;height:100%;}*/



/*********************************************
-	WOOCOMMERCE STYLES	-
***********************************************/

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




/******************************
	-	LOADER FORMS	-
********************************/

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(https://foxyhomestaging.com.au/wp-content/plugins/revslider/public/assets/assets/loader.gif);
  background-repeat: no-repeat;
  background-position: center center;
  box-shadow: 0px 0px 20px 0px 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: 0px 0px 20px 0px 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(https://foxyhomestaging.com.au/wp-content/plugins/revslider/public/assets/assets/loader.gif);
  background-repeat: no-repeat;
  background-position: 10px 10px;
  background-color: #fff;
  margin: -22px -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: #ff0000;
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.15);
  border-radius: 100%;
  animation: tp-scaleout 1.0s infinite ease-in-out;
}


@keyframes tp-scaleout {
  0% {
    transform: scale(0.0);
  }

  100% {
    transform: scale(1.0);
    opacity: 0;
  }
}


rs-loader.spinner3 {
  margin: -9px 0px 0px -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: 0px 0px 20px 0px rgba(0, 0, 0, 0.15);
  border-radius: 100%;
  display: inline-block;
  animation: tp-bouncedelay 1.4s infinite ease-in-out;
  /* Prevent first frame from flickering when animation starts */
  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.0);
  }

  40% {
    transform: scale(1.0);
  }
}




rs-loader.spinner4 {
  margin: -20px 0px 0px -20px;
  width: 40px;
  height: 40px;
  text-align: center;
  animation: tp-rotate 2.0s 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 2.0s infinite ease-in-out;
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.15);
}

rs-loader.spinner4 .dot2 {
  top: auto;
  bottom: 0px;
  animation-delay: -1.0s;
}


@keyframes tp-rotate {
  100% {
    transform: rotate(360deg);
  }
}

@keyframes tp-bounce {

  0%,
  100% {
    transform: scale(0.0);
  }

  50% {
    transform: scale(1.0);
  }
}



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
}


/***********************************************
	-  STANDARD NAVIGATION SETTINGS 
***********************************************/

rs-thumbs-wrap,
rs-tabs-wrap,
rs-thumbs,
rs-thumb,
rs-tab,
rs-bullet,
rs-bullets,
rs-navmask,
rs-tabs,
rs-arrow {
  display: block;
}

.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: 0px;
  left: 0px;
}

.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: 0px;
  left: 0px;
}

rs-poster {
  cursor: pointer;
  z-index: 3;
}

.tp-tab:hover,
.tp-tab.selected,
.tp-thumb:hover,
.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:hover {
  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:hover {
  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';
}

/*.tp-thumb-mask {max-width: 100% !important}*/

/************************
 - FIXES FOR PE-7 ICONS -
**************************/

.rs-layer [class^="pe-7s-"]:before,
.rs-layer [class*=" pe-7s-"]:before {
  width: auto;
  margin: 0;
  line-height: inherit;
  box-sizing: inherit;
}


/***************************
	- KEN BURNS FIXES -
***************************/

rs-pzimg-wrap {
  display: block;
}

body.rtl .rs-pzimg {
  left: 0 !important
}



/***************************
	- 3D SHADOW MODE -
***************************/

.dddwrappershadow {
  box-shadow: 0 45px 100px rgba(0, 0, 0, 0.4);
}

.dddwrapper {
  transform-style: flat;
  perspective: 10000px;
}

/*******************
	- DEBUG MODE -
*******************/

.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: 0px 0px 20px;
  line-height: 60px;
  font-size: 34px;
  color: #FFF;
}

.rs_error_message_content {
  margin: 0px 0px 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: 0px;
  left: 0px;
  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: 0px;
  left: 0px;
  z-index: 0
}

#revsliderlogloglog {
  padding: 15px;
  color: #fff;
  position: fixed;
  top: 0px;
  left: 0px;
  width: 200px;
  height: 150px;
  background: rgba(0, 0, 0, 0.7);
  z-index: 100000;
  font-size: 10px;
  overflow: scroll;
}



/** 
INSTAGRAM FILTERS BY UNA 
https://una.im/CSSgram/
**/
.aden {
  filter: hue-rotate(-20deg) contrast(.9) saturate(.85) brightness(1.2)
}

.aden::after {
  background: linear-gradient(to right, rgba(66, 10, 14, .2), transparent);
  mix-blend-mode: darken
}

.perpetua::after,
.reyes::after {
  mix-blend-mode: soft-light;
  opacity: .5
}

.inkwell {
  filter: sepia(.3) contrast(1.1) brightness(1.1) grayscale(1)
}

.perpetua::after {
  background: linear-gradient(to bottom, #005b9a, #e6c13d)
}

.reyes {
  filter: sepia(.22) brightness(1.1) contrast(.85) saturate(.75)
}

.reyes::after {
  background: #efcdad
}

.gingham {
  filter: brightness(1.05) hue-rotate(-10deg)
}

.gingham::after {
  background: linear-gradient(to right, rgba(66, 10, 14, .2), transparent);
  mix-blend-mode: darken
}

.toaster {
  filter: contrast(1.5) brightness(.9)
}

.toaster::after {
  background: radial-gradient(circle, #804e0f, #3b003b);
  mix-blend-mode: screen
}

.walden {
  filter: brightness(1.1) hue-rotate(-10deg) sepia(.3) saturate(1.6)
}

.walden::after {
  background: #04c;
  mix-blend-mode: screen;
  opacity: .3
}

.hudson {
  filter: brightness(1.2) contrast(.9) saturate(1.1)
}

.hudson::after {
  background: radial-gradient(circle, #a6b1ff 50%, #342134);
  mix-blend-mode: multiply;
  opacity: .5
}

.earlybird {
  filter: contrast(.9) sepia(.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, .8), rgba(255, 200, 200, .6), #111 60%);
  mix-blend-mode: overlay;
  opacity: .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, .3);
  mix-blend-mode: screen
}

.brooklyn {
  filter: contrast(.9) brightness(1.1)
}

.brooklyn::after {
  background: radial-gradient(circle, rgba(168, 223, 193, .4) 70%, #c4b7c8);
  mix-blend-mode: overlay
}

.xpro2 {
  filter: sepia(.3)
}

.xpro2::after {
  background: radial-gradient(circle, #e6e7e0 40%, rgba(43, 42, 161, .6) 110%);
  mix-blend-mode: color-burn
}

.nashville {
  filter: sepia(.2) contrast(1.2) brightness(1.05) saturate(1.2)
}

.nashville::after {
  background: rgba(0, 70, 150, .4);
  mix-blend-mode: lighten
}

.nashville::before {
  background: rgba(247, 176, 153, .56);
  mix-blend-mode: darken
}

.lark {
  filter: contrast(.9)
}

.lark::after {
  background: rgba(242, 242, 242, .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, .2);
  mix-blend-mode: overlay
}

.willow {
  filter: grayscale(.5) contrast(.95) brightness(.9)
}

.willow::before {
  background-color: radial-gradient(40%, circle, #d4a9af 55%, #000 150%);
  mix-blend-mode: overlay
}

.willow::after {
  background-color: #d8cdcb;
  mix-blend-mode: color
}

.rise {
  filter: brightness(1.05) sepia(.2) contrast(.9) saturate(.9)
}

.rise::after {
  background: radial-gradient(circle, rgba(232, 197, 152, .8), transparent 90%);
  mix-blend-mode: overlay;
  opacity: .6
}

.rise::before {
  background: radial-gradient(circle, rgba(236, 205, 169, .15) 55%, rgba(50, 30, 7, .4));
  mix-blend-mode: multiply
}

._1977:after,
._1977:before,
.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: relative
}

._1977 img,
.aden img,
.brooklyn img,
.clarendon img,
.earlybird img,
.gingham img,
.hudson img,
.inkwell img,
.lark img,
.lofi img,
.mayfair img,
.moon img,
.nashville img,
.perpetua img,
.reyes img,
.rise img,
.slumber img,
.toaster img,
.walden img,
.willow img,
.xpro2 img {
  width: 100%;
  z-index: 1
}

._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: 2
}

._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: 3
}

.slumber {
  filter: saturate(.66) brightness(1.05)
}

.slumber::after {
  background: rgba(125, 105, 24, .5);
  mix-blend-mode: soft-light
}

.slumber::before {
  background: rgba(69, 41, 12, .4);
  mix-blend-mode: lighten
}

rs-pzimg-wrap:before,
rs-pzimg-wrap:after {
  height: 500%;
  width: 500%
}

/**
new spinners
**/
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: .1
}

rs-loader.spinner6 .rs-spinner-inner span:nth-child(3) {
  transform: rotate(72deg);
  -webkit-transform: rotate(72deg);
  opacity: .2
}

rs-loader.spinner6 .rs-spinner-inner span:nth-child(4) {
  transform: rotate(108deg);
  -webkit-transform: rotate(108deg);
  opacity: .3
}

rs-loader.spinner6 .rs-spinner-inner span:nth-child(5) {
  transform: rotate(144deg);
  -webkit-transform: rotate(144deg);
  opacity: .4
}

rs-loader.spinner6 .rs-spinner-inner span:nth-child(6) {
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  opacity: .5
}

rs-loader.spinner6 .rs-spinner-inner span:nth-child(7) {
  transform: rotate(216deg);
  -webkit-transform: rotate(216deg);
  opacity: .6
}

rs-loader.spinner6 .rs-spinner-inner span:nth-child(8) {
  transform: rotate(252deg);
  -webkit-transform: rotate(252deg);
  opacity: .7
}

rs-loader.spinner6 .rs-spinner-inner span:nth-child(9) {
  transform: rotate(288deg);
  -webkit-transform: rotate(288deg);
  opacity: .8
}

rs-loader.spinner6 .rs-spinner-inner span:nth-child(10) {
  transform: rotate(324deg);
  -webkit-transform: rotate(324deg);
  opacity: .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 .8s linear infinite;
  animation: rs-revealer-7 .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: -.8s;
  -webkit-animation-delay: -.8s
}

@keyframes rs-revealer-8 {
  0% {
    transform: scale(0, 0);
    opacity: .5
  }

  100% {
    transform: scale(1, 1);
    opacity: 0
  }
}

@-webkit-keyframes rs-revealer-8 {
  0% {
    -webkit-transform: scale(0, 0);
    opacity: .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: .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: -.9s;
  animation-delay: -.9s
}

rs-loader.spinner10 .rs-spinner-inner span:nth-child(5) {
  -webkit-animation-delay: -.8s;
  animation-delay: -.8s
}

@-webkit-keyframes rs-revealer-10 {

  0%,
  100%,
  40% {
    -webkit-transform: scaleY(.4)
  }

  20% {
    -webkit-transform: scaleY(1)
  }
}

@keyframes rs-revealer-10 {

  0%,
  100%,
  40% {
    transform: scaleY(.4);
    -webkit-transform: scaleY(.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: .2s;
  animation-delay: .2s
}

rs-loader.spinner11 .rs-spinner-inner span:nth-child(2) {
  -webkit-animation-delay: .3s;
  animation-delay: .3s
}

rs-loader.spinner11 .rs-spinner-inner span:nth-child(3) {
  -webkit-animation-delay: .4s;
  animation-delay: .4s
}

rs-loader.spinner11 .rs-spinner-inner span:nth-child(4) {
  -webkit-animation-delay: .1s;
  animation-delay: .1s
}

rs-loader.spinner11 .rs-spinner-inner span:nth-child(5) {
  -webkit-animation-delay: .2s;
  animation-delay: .2s
}

rs-loader.spinner11 .rs-spinner-inner span:nth-child(6) {
  -webkit-animation-delay: .3s;
  animation-delay: .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: .1s;
  animation-delay: .1s
}

rs-loader.spinner11 .rs-spinner-inner span:nth-child(9) {
  -webkit-animation-delay: .2s;
  animation-delay: .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: -.5s;
  -webkit-animation-delay: -.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: -.9s;
  animation-delay: -.9s
}

@-webkit-keyframes rs-revealer-15 {
  25% {
    -webkit-transform: translateX(30px) rotate(-90deg) scale(.5)
  }

  50% {
    -webkit-transform: translateX(30px) translateY(30px) rotate(-180deg)
  }

  75% {
    -webkit-transform: translateX(0) translateY(30px) rotate(-270deg) scale(.5)
  }

  100% {
    -webkit-transform: rotate(-360deg)
  }
}

@keyframes rs-revealer-15 {
  25% {
    transform: translateX(30px) rotate(-90deg) scale(.5);
    -webkit-transform: translateX(30px) rotate(-90deg) scale(.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(.5);
    -webkit-transform: translateX(0) translateY(30px) rotate(-270deg) scale(.5)
  }

  100% {
    transform: rotate(-360deg);
    -webkit-transform: rotate(-360deg)
  }
}

.woocommerce img.pswp__img,
.woocommerce-page img.pswp__img {
  max-width: none
}

button.pswp__button {
  box-shadow: none !important;
  background-image: url(default-skin/default-skin.png) !important
}

button.pswp__button,
button.pswp__button--arrow--left::before,
button.pswp__button--arrow--right::before,
button.pswp__button:hover {
  background-color: transparent !important
}

button.pswp__button--arrow--left,
button.pswp__button--arrow--left:hover,
button.pswp__button--arrow--right,
button.pswp__button--arrow--right:hover {
  background-image: none !important
}

button.pswp__button--close:hover {
  background-position: 0 -44px
}

button.pswp__button--zoom:hover {
  background-position: -88px 0
}

/*! PhotoSwipe main CSS by Dmitry Semenov | photoswipe.com | MIT license */
.pswp {
  display: none;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  overflow: hidden;
  -ms-touch-action: none;
  touch-action: none;
  z-index: 1500;
  -webkit-text-size-adjust: 100%;
  -webkit-backface-visibility: hidden;
  outline: 0
}

.pswp * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box
}

.pswp img {
  max-width: none
}

.admin-bar .pswp {
  height: calc(100% - var(--wp-admin--admin-bar--height, 0px));
  top: var(--wp-admin--admin-bar--height, 0)
}

.pswp--animate_opacity {
  opacity: .001;
  will-change: opacity;
  -webkit-transition: opacity 333ms cubic-bezier(.4, 0, .22, 1);
  transition: opacity 333ms cubic-bezier(.4, 0, .22, 1)
}

.pswp--open {
  display: block
}

.pswp--zoom-allowed .pswp__img {
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in
}

.pswp--zoomed-in .pswp__img {
  cursor: -webkit-grab;
  cursor: -moz-grab;
  cursor: grab
}

.pswp--dragging .pswp__img {
  cursor: -webkit-grabbing;
  cursor: -moz-grabbing;
  cursor: grabbing
}

.pswp__bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  will-change: opacity
}

.pswp__scroll-wrap {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden
}

.pswp__container,
.pswp__zoom-wrap {
  -ms-touch-action: none;
  touch-action: none;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0
}

.pswp__container,
.pswp__img {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none
}

.pswp__zoom-wrap {
  position: absolute;
  width: 100%;
  -webkit-transform-origin: left top;
  -ms-transform-origin: left top;
  transform-origin: left top;
  -webkit-transition: -webkit-transform 333ms cubic-bezier(.4, 0, .22, 1);
  transition: transform 333ms cubic-bezier(.4, 0, .22, 1)
}

.pswp__bg {
  will-change: opacity;
  -webkit-transition: opacity 333ms cubic-bezier(.4, 0, .22, 1);
  transition: opacity 333ms cubic-bezier(.4, 0, .22, 1)
}

.pswp--animated-in .pswp__bg,
.pswp--animated-in .pswp__zoom-wrap {
  -webkit-transition: none;
  transition: none
}

.pswp__container,
.pswp__zoom-wrap {
  -webkit-backface-visibility: hidden
}

.pswp__item {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  overflow: hidden
}

.pswp__img {
  position: absolute;
  width: auto;
  height: auto;
  top: 0;
  left: 0
}

.pswp__img--placeholder {
  -webkit-backface-visibility: hidden
}

.pswp__img--placeholder--blank {
  background: #222
}

.pswp--ie .pswp__img {
  width: 100% !important;
  height: auto !important;
  left: 0;
  top: 0
}

.pswp__error-msg {
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  text-align: center;
  font-size: 14px;
  line-height: 16px;
  margin-top: -8px;
  color: #ccc
}

.pswp__error-msg a {
  color: #ccc;
  text-decoration: underline
}

/*! PhotoSwipe Default UI CSS by Dmitry Semenov | photoswipe.com | MIT license */
.pswp__button {
  width: 44px;
  height: 44px;
  position: relative;
  background: 0 0;
  cursor: pointer;
  overflow: visible;
  -webkit-appearance: none;
  display: block;
  border: 0;
  padding: 0;
  margin: 0;
  float: left;
  opacity: .75;
  -webkit-transition: opacity .2s;
  transition: opacity .2s;
  -webkit-box-shadow: none;
  box-shadow: none
}

.pswp__button:focus,
.pswp__button:hover {
  opacity: 1
}

.pswp__button:active {
  outline: 0;
  opacity: .9
}

.pswp__button::-moz-focus-inner {
  padding: 0;
  border: 0
}

.pswp__ui--over-close .pswp__button--close {
  opacity: 1
}

.pswp__button,
.pswp__button--arrow--left:before,
.pswp__button--arrow--right:before {
  background: url(https://foxyhomestaging.com.au/wp-content/plugins/woocommerce/assets/css/photoswipe/default-skin/default-skin.png) 0 0 no-repeat;
  background-size: 264px 88px;
  width: 44px;
  height: 44px
}

@media (-webkit-min-device-pixel-ratio:1.1),
(-webkit-min-device-pixel-ratio:1.09375),
(min-resolution:105dpi),
(min-resolution:1.1dppx) {

  .pswp--svg .pswp__button,
  .pswp--svg .pswp__button--arrow--left:before,
  .pswp--svg .pswp__button--arrow--right:before {
    background-image: url(https://foxyhomestaging.com.au/wp-content/plugins/woocommerce/assets/css/photoswipe/default-skin/default-skin.svg)
  }

  .pswp--svg .pswp__button--arrow--left,
  .pswp--svg .pswp__button--arrow--right {
    background: 0 0
  }
}

.pswp__button--close {
  background-position: 0 -44px
}

.pswp__button--share {
  background-position: -44px -44px
}

.pswp__button--fs {
  display: none
}

.pswp--supports-fs .pswp__button--fs {
  display: block
}

.pswp--fs .pswp__button--fs {
  background-position: -44px 0
}

.pswp__button--zoom {
  display: none;
  background-position: -88px 0
}

.pswp--zoom-allowed .pswp__button--zoom {
  display: block
}

.pswp--zoomed-in .pswp__button--zoom {
  background-position: -132px 0
}

.pswp--touch .pswp__button--arrow--left,
.pswp--touch .pswp__button--arrow--right {
  visibility: hidden
}

.pswp__button--arrow--left,
.pswp__button--arrow--right {
  background: 0 0;
  top: 50%;
  margin-top: -50px;
  width: 70px;
  height: 100px;
  position: absolute
}

.pswp__button--arrow--left {
  left: 0
}

.pswp__button--arrow--right {
  right: 0
}

.pswp__button--arrow--left:before,
.pswp__button--arrow--right:before {
  content: '';
  top: 35px;
  background-color: rgba(0, 0, 0, .3);
  height: 30px;
  width: 32px;
  position: absolute
}

.pswp__button--arrow--left:before {
  left: 6px;
  background-position: -138px -44px
}

.pswp__button--arrow--right:before {
  right: 6px;
  background-position: -94px -44px
}

.pswp__counter,
.pswp__share-modal {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none
}

.pswp__share-modal {
  display: block;
  background: rgba(0, 0, 0, .5);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  padding: 10px;
  position: absolute;
  z-index: 1600;
  opacity: 0;
  -webkit-transition: opacity .25s ease-out;
  transition: opacity .25s ease-out;
  -webkit-backface-visibility: hidden;
  will-change: opacity
}

.pswp__share-modal--hidden {
  display: none
}

.pswp__share-tooltip {
  z-index: 1620;
  position: absolute;
  background: #fff;
  top: 56px;
  border-radius: 2px;
  display: block;
  width: auto;
  right: 44px;
  -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, .25);
  box-shadow: 0 2px 5px rgba(0, 0, 0, .25);
  -webkit-transform: translateY(6px);
  -ms-transform: translateY(6px);
  transform: translateY(6px);
  -webkit-transition: -webkit-transform .25s;
  transition: transform .25s;
  -webkit-backface-visibility: hidden;
  will-change: transform
}

.pswp__share-tooltip a {
  display: block;
  padding: 8px 12px;
  color: #000;
  text-decoration: none;
  font-size: 14px;
  line-height: 18px
}

.pswp__share-tooltip a:hover {
  text-decoration: none;
  color: #000
}

.pswp__share-tooltip a:first-child {
  border-radius: 2px 2px 0 0
}

.pswp__share-tooltip a:last-child {
  border-radius: 0 0 2px 2px
}

.pswp__share-modal--fade-in {
  opacity: 1
}

.pswp__share-modal--fade-in .pswp__share-tooltip {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0)
}

.pswp--touch .pswp__share-tooltip a {
  padding: 16px 12px
}

a.pswp__share--facebook:before {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  top: -12px;
  right: 15px;
  border: 6px solid transparent;
  border-bottom-color: #fff;
  -webkit-pointer-events: none;
  -moz-pointer-events: none;
  pointer-events: none
}

a.pswp__share--facebook:hover {
  background: #3e5c9a;
  color: #fff
}

a.pswp__share--facebook:hover:before {
  border-bottom-color: #3e5c9a
}

a.pswp__share--twitter:hover {
  background: #55acee;
  color: #fff
}

a.pswp__share--pinterest:hover {
  background: #ccc;
  color: #ce272d
}

a.pswp__share--download:hover {
  background: #ddd
}

.pswp__counter {
  position: relative;
  left: 0;
  top: 0;
  height: 44px;
  font-size: 13px;
  line-height: 44px;
  color: #fff;
  opacity: .75;
  padding: 0 10px;
  margin-inline-end: auto
}

.pswp__caption {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  min-height: 44px
}

.pswp__caption small {
  font-size: 11px;
  color: #bbb
}

.pswp__caption__center {
  text-align: left;
  max-width: 420px;
  margin: 0 auto;
  font-size: 13px;
  padding: 10px;
  line-height: 20px;
  color: #ccc
}

.pswp__caption--empty {
  display: none
}

.pswp__caption--fake {
  visibility: hidden
}

.pswp__preloader {
  width: 44px;
  height: 44px;
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -22px;
  opacity: 0;
  -webkit-transition: opacity .25s ease-out;
  transition: opacity .25s ease-out;
  will-change: opacity;
  direction: ltr
}

.pswp__preloader__icn {
  width: 20px;
  height: 20px;
  margin: 12px
}

.pswp__preloader--active {
  opacity: 1
}

.pswp__preloader--active .pswp__preloader__icn {
  background: url(https://foxyhomestaging.com.au/wp-content/plugins/woocommerce/assets/css/photoswipe/default-skin/preloader.gif) 0 0 no-repeat
}

.pswp--css_animation .pswp__preloader--active {
  opacity: 1
}

.pswp--css_animation .pswp__preloader--active .pswp__preloader__icn {
  -webkit-animation: clockwise .5s linear infinite;
  animation: clockwise .5s linear infinite
}

.pswp--css_animation .pswp__preloader--active .pswp__preloader__donut {
  -webkit-animation: donut-rotate 1s cubic-bezier(.4, 0, .22, 1) infinite;
  animation: donut-rotate 1s cubic-bezier(.4, 0, .22, 1) infinite
}

.pswp--css_animation .pswp__preloader__icn {
  background: 0 0;
  opacity: .75;
  width: 14px;
  height: 14px;
  position: absolute;
  left: 15px;
  top: 15px;
  margin: 0
}

.pswp--css_animation .pswp__preloader__cut {
  position: relative;
  width: 7px;
  height: 14px;
  overflow: hidden
}

.pswp--css_animation .pswp__preloader__donut {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 14px;
  height: 14px;
  border: 2px solid #fff;
  border-radius: 50%;
  border-left-color: transparent;
  border-bottom-color: transparent;
  position: absolute;
  top: 0;
  left: 0;
  background: 0 0;
  margin: 0
}

@media screen and (max-width:1024px) {
  .pswp__preloader {
    position: relative;
    left: auto;
    top: auto;
    margin: 0;
    float: right
  }
}

@-webkit-keyframes clockwise {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0)
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg)
  }
}

@keyframes clockwise {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0)
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg)
  }
}

@-webkit-keyframes donut-rotate {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0)
  }

  50% {
    -webkit-transform: rotate(-140deg);
    transform: rotate(-140deg)
  }

  100% {
    -webkit-transform: rotate(0);
    transform: rotate(0)
  }
}

@keyframes donut-rotate {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0)
  }

  50% {
    -webkit-transform: rotate(-140deg);
    transform: rotate(-140deg)
  }

  100% {
    -webkit-transform: rotate(0);
    transform: rotate(0)
  }
}

.pswp__ui {
  -webkit-font-smoothing: auto;
  visibility: visible;
  opacity: 1;
  z-index: 1550
}

.pswp__top-bar {
  position: absolute;
  left: 0;
  top: 0;
  height: 44px;
  width: 100%;
  display: flex;
  justify-content: flex-end
}

.pswp--has_mouse .pswp__button--arrow--left,
.pswp--has_mouse .pswp__button--arrow--right,
.pswp__caption,
.pswp__top-bar {
  -webkit-backface-visibility: hidden;
  will-change: opacity;
  -webkit-transition: opacity 333ms cubic-bezier(.4, 0, .22, 1);
  transition: opacity 333ms cubic-bezier(.4, 0, .22, 1)
}

.pswp--has_mouse .pswp__button--arrow--left,
.pswp--has_mouse .pswp__button--arrow--right {
  visibility: visible
}

.pswp__caption,
.pswp__top-bar {
  background-color: rgba(0, 0, 0, .5)
}

.pswp__ui--fit .pswp__caption,
.pswp__ui--fit .pswp__top-bar {
  background-color: rgba(0, 0, 0, .3)
}

.pswp__ui--idle .pswp__top-bar {
  opacity: 0
}

.pswp__ui--idle .pswp__button--arrow--left,
.pswp__ui--idle .pswp__button--arrow--right {
  opacity: 0
}

.pswp__ui--hidden .pswp__button--arrow--left,
.pswp__ui--hidden .pswp__button--arrow--right,
.pswp__ui--hidden .pswp__caption,
.pswp__ui--hidden .pswp__top-bar {
  opacity: .001
}

.pswp__ui--one-slide .pswp__button--arrow--left,
.pswp__ui--one-slide .pswp__button--arrow--right,
.pswp__ui--one-slide .pswp__counter {
  display: none
}

.pswp__element--disabled {
  display: none !important
}

.pswp--minimal--dark .pswp__top-bar {
  background: 0 0
}

.select2-container {
  box-sizing: border-box;
  display: inline-block;
  margin: 0;
  position: relative;
  vertical-align: middle
}

.select2-container .select2-selection--single {
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  height: 28px;
  margin: 0 0 -4px;
  user-select: none;
  -webkit-user-select: none
}

.select2-container .select2-selection--single .select2-selection__rendered {
  display: block;
  padding-left: 8px;
  padding-right: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap
}

.select2-container .select2-selection--single .select2-selection__clear {
  position: relative
}

.select2-container[dir=rtl] .select2-selection--single .select2-selection__rendered {
  padding-right: 8px;
  padding-left: 20px
}

.select2-container .select2-selection--multiple {
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  min-height: 32px;
  user-select: none;
  -webkit-user-select: none
}

.select2-container .select2-selection--multiple .select2-selection__rendered {
  display: inline-block;
  overflow: hidden;
  padding-left: 8px;
  text-overflow: ellipsis;
  white-space: nowrap
}

.select2-container .select2-search--inline {
  float: left;
  padding: 0
}

.select2-container .select2-search--inline .select2-search__field {
  box-sizing: border-box;
  border: none;
  font-size: 100%;
  margin: 0;
  padding: 0
}

.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none
}

.select2-dropdown {
  background-color: var(--wc-form-color-background, #fff);
  color: var(--wc-form-color-text, #000);
  border: 1px solid #aaa;
  border-radius: 4px;
  box-sizing: border-box;
  display: block;
  position: absolute;
  left: -100000px;
  width: 100%;
  z-index: 1051
}

.select2-results {
  display: block
}

.select2-results__options {
  list-style: none;
  margin: 0;
  padding: 0
}

.select2-results__option {
  padding: 6px;
  user-select: none;
  -webkit-user-select: none
}

.select2-results__option[aria-selected],
.select2-results__option[data-selected] {
  cursor: pointer
}

.select2-container--open .select2-dropdown {
  left: 0
}

.select2-container--open .select2-dropdown--above {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0
}

.select2-container--open .select2-dropdown--below {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0
}

.select2-search--dropdown {
  display: block;
  padding: 4px
}

.select2-search--dropdown .select2-search__field {
  padding: 4px;
  width: 100%;
  box-sizing: border-box
}

.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none
}

.select2-search--dropdown.select2-search--hide {
  display: none
}

.select2-close-mask {
  border: 0;
  margin: 0;
  padding: 0;
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  min-height: 100%;
  min-width: 100%;
  height: auto;
  width: auto;
  opacity: 0;
  z-index: 99;
  background-color: #fff
}

.select2-hidden-accessible {
  border: 0 !important;
  clip: rect(0 0 0 0) !important;
  height: 1px !important;
  margin: -1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important
}

.select2-container--default .select2-selection--single {
  background-color: #fff;
  border: 1px solid #aaa;
  border-radius: 4px
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #444;
  line-height: 28px
}

.select2-container--default .select2-selection--single .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: 700
}

.select2-container--default .select2-selection--single .select2-selection__placeholder {
  color: #444
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 26px;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 20px
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
  border-color: #888 transparent transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  height: 0;
  left: 50%;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0
}

.select2-container--default[dir=rtl] .select2-selection--single .select2-selection__clear {
  float: left
}

.select2-container--default[dir=rtl] .select2-selection--single .select2-selection__arrow {
  left: 1px;
  right: auto
}

.select2-container--default.select2-container--disabled .select2-selection--single {
  background-color: #eee;
  cursor: default
}

.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear {
  display: none
}

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px
}

.select2-container--default .select2-selection--multiple {
  background-color: #fff;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered {
  box-sizing: border-box;
  list-style: none;
  margin: 0;
  padding: 0 5px;
  width: 100%
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered li {
  list-style: none;
  margin: 5px 5px 0 0
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered li:before {
  content: "";
  display: none
}

.select2-container--default .select2-selection--multiple .select2-selection__placeholder {
  color: #444;
  margin-top: 5px;
  float: left
}

.select2-container--default .select2-selection--multiple .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: 700;
  margin-top: 5px;
  margin-right: 10px
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
  background-color: #e4e4e4;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: default;
  float: left;
  margin-right: 5px;
  margin-top: 5px;
  padding: 0 5px
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
  color: #999;
  cursor: pointer;
  display: inline-block;
  font-weight: 700;
  margin-right: 2px
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: #333
}

.select2-container--default[dir=rtl] .select2-selection--multiple .select2-search--inline,
.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice,
.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__placeholder {
  float: right
}

.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto
}

.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto
}

.select2-container--default.select2-container--focus .select2-selection--multiple {
  border: solid #000 1px;
  outline: 0
}

.select2-container--default.select2-container--disabled .select2-selection--multiple {
  background-color: #eee;
  cursor: default
}

.select2-container--default.select2-container--disabled .select2-selection__choice__remove {
  display: none
}

.select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple,
.select2-container--default.select2-container--open.select2-container--above .select2-selection--single {
  border-top-left-radius: 0;
  border-top-right-radius: 0
}

.select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple,
.select2-container--default.select2-container--open.select2-container--below .select2-selection--single {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0
}

.select2-container--default .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa
}

.select2-container--default .select2-search--inline .select2-search__field {
  background: 0 0;
  border: none;
  outline: 0;
  box-shadow: none;
  -webkit-appearance: textfield
}

.select2-container--default .select2-results>.select2-results__options {
  max-height: 200px;
  overflow-y: auto
}

.select2-container--default .select2-results__option[role=group] {
  padding: 0
}

.select2-container--default .select2-results__option[aria-disabled=true] {
  color: #999
}

.select2-container--default .select2-results__option[aria-selected=true],
.select2-container--default .select2-results__option[data-selected=true] {
  background-color: #ddd
}

.select2-container--default .select2-results__option .select2-results__option {
  padding-left: 1em
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__group {
  padding-left: 0
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -1em;
  padding-left: 2em
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -2em;
  padding-left: 3em
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -3em;
  padding-left: 4em
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -4em;
  padding-left: 5em
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -5em;
  padding-left: 6em
}

.select2-container--default .select2-results__option--highlighted[aria-selected],
.select2-container--default .select2-results__option--highlighted[data-selected] {
  background-color: var(--wp-admin-theme-color, #0073aa);
  color: #fff
}

.select2-container--default .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px
}

.select2-container--classic .select2-selection--single {
  background-color: #f7f7f7;
  border: 1px solid #aaa;
  border-radius: 4px;
  outline: 0;
  background-image: linear-gradient(to bottom, #fff 50%, #eee 100%);
  background-repeat: repeat-x
}

.select2-container--classic .select2-selection--single:focus {
  border: 1px solid var(--wp-admin-theme-color, #0073aa)
}

.select2-container--classic .select2-selection--single .select2-selection__rendered {
  color: #444;
  line-height: 28px
}

.select2-container--classic .select2-selection--single .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: 700;
  margin-right: 10px
}

.select2-container--classic .select2-selection--single .select2-selection__placeholder {
  color: #444
}

.select2-container--classic .select2-selection--single .select2-selection__arrow {
  background-color: #ddd;
  border: none;
  border-left: 1px solid #aaa;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  height: 26px;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 20px;
  background-image: linear-gradient(to bottom, #eee 50%, #ccc 100%);
  background-repeat: repeat-x
}

.select2-container--classic .select2-selection--single .select2-selection__arrow b {
  border-color: #888 transparent transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  height: 0;
  left: 50%;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0
}

.select2-container--classic[dir=rtl] .select2-selection--single .select2-selection__clear {
  float: left
}

.select2-container--classic[dir=rtl] .select2-selection--single .select2-selection__arrow {
  border: none;
  border-right: 1px solid #aaa;
  border-radius: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  left: 1px;
  right: auto
}

.select2-container--classic.select2-container--open .select2-selection--single {
  border: 1px solid var(--wp-admin-theme-color, #0073aa)
}

.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow {
  background: 0 0;
  border: none
}

.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px
}

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  background-image: linear-gradient(to bottom, #fff 0, #eee 50%);
  background-repeat: repeat-x
}

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  background-image: linear-gradient(to bottom, #eee 50%, #fff 100%);
  background-repeat: repeat-x
}

.select2-container--classic .select2-selection--multiple {
  background-color: #fff;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text;
  outline: 0
}

.select2-container--classic .select2-selection--multiple:focus {
  border: 1px solid var(--wp-admin-theme-color, #0073aa)
}

.select2-container--classic .select2-selection--multiple .select2-selection__rendered {
  list-style: none;
  margin: 0;
  padding: 0 5px
}

.select2-container--classic .select2-selection--multiple .select2-selection__clear {
  display: none
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice {
  background-color: #e4e4e4;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: default;
  float: left;
  margin-right: 5px;
  margin-top: 5px;
  padding: 0 5px
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove {
  color: #888;
  cursor: pointer;
  display: inline-block;
  font-weight: 700;
  margin-right: 2px
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: #555
}

.select2-container--classic[dir=rtl] .select2-selection--multiple .select2-selection__choice {
  float: right
}

.select2-container--classic[dir=rtl] .select2-selection--multiple .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto
}

.select2-container--classic[dir=rtl] .select2-selection--multiple .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto
}

.select2-container--classic.select2-container--open .select2-selection--multiple {
  border: 1px solid var(--wp-admin-theme-color, #0073aa)
}

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0
}

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0
}

.select2-container--classic .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa;
  outline: 0
}

.select2-container--classic .select2-search--inline .select2-search__field {
  outline: 0;
  box-shadow: none
}

.select2-container--classic .select2-dropdown {
  background-color: #fff;
  border: 1px solid transparent
}

.select2-container--classic .select2-dropdown--above {
  border-bottom: none
}

.select2-container--classic .select2-dropdown--below {
  border-top: none
}

.select2-container--classic .select2-results>.select2-results__options {
  max-height: 200px;
  overflow-y: auto
}

.select2-container--classic .select2-results__option[role=group] {
  padding: 0
}

.select2-container--classic .select2-results__option[aria-disabled=true] {
  color: grey
}

.select2-container--classic .select2-results__option--highlighted[aria-selected],
.select2-container--classic .select2-results__option--highlighted[data-selected] {
  background-color: #3875d7;
  color: #fff
}

.select2-container--classic .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px
}

.select2-container--classic.select2-container--open .select2-dropdown {
  border-color: var(--wp-admin-theme-color, #0073aa)
}

:root {
  --woocommerce: #720eec;
  --wc-green: #008a20;
  --wc-red: #a00;
  --wc-orange: #ffba00;
  --wc-blue: #2ea2cc;
  --wc-primary: #720eec;
  --wc-primary-text: #fcfbfe;
  --wc-secondary: #e9e6ed;
  --wc-secondary-text: #515151;
  --wc-highlight: #958e09;
  --wc-highligh-text: white;
  --wc-content-bg: #fff;
  --wc-subtext: #767676;
  --wc-form-border-color: rgba(32, 7, 7, 0.8);
  --wc-form-border-radius: 4px;
  --wc-form-border-width: 1px;
  --wc-card-border-radius: 8px
}

@font-face {
  font-family: star;
  src: url(../fonts/WooCommerce.woff2) format("woff2"), url(../fonts/WooCommerce.woff) format("woff"), url(../fonts/WooCommerce.ttf) format("truetype");
  font-weight: 400;
  font-style: normal
}

@font-face {
  font-family: WooCommerce;
  src: url(../fonts/WooCommerce.woff2) format("woff2"), url(../fonts/WooCommerce.woff) format("woff"), url(../fonts/WooCommerce.ttf) format("truetype");
  font-weight: 400;
  font-style: normal
}

div.pp_woocommerce .pp_content_container {
  background: #fff;
  border-radius: 3px;
  box-shadow: 0 1px 30px rgba(0, 0, 0, .25);
  padding: 20px 0
}

div.pp_woocommerce .pp_content_container::after,
div.pp_woocommerce .pp_content_container::before {
  content: " ";
  display: table
}

div.pp_woocommerce .pp_content_container::after {
  clear: both
}

div.pp_woocommerce .pp_loaderIcon::before {
  height: 1em;
  width: 1em;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -.5em;
  margin-top: -.5em;
  content: "";
  animation: spin 1s ease-in-out infinite;
  background: url(../images/icons/loader.svg) center center;
  background-size: cover;
  line-height: 1;
  text-align: center;
  font-size: 2em;
  color: rgba(0, 0, 0, .75)
}

div.pp_woocommerce div.ppt {
  color: #000
}

div.pp_woocommerce .pp_gallery ul li a {
  border: 1px solid rgba(0, 0, 0, .5);
  background: #fff;
  box-shadow: 0 1px 2px rgba(0, 0, 0, .2);
  border-radius: 2px;
  display: block
}

div.pp_woocommerce .pp_gallery ul li a:hover {
  border-color: #000
}

div.pp_woocommerce .pp_gallery ul li.selected a {
  border-color: #000
}

div.pp_woocommerce .pp_next::before,
div.pp_woocommerce .pp_previous::before {
  border-radius: 100%;
  height: 1em;
  width: 1em;
  text-shadow: 0 1px 2px rgba(0, 0, 0, .5);
  background-color: #444;
  color: #fff !important;
  font-size: 16px !important;
  line-height: 1em;
  transition: all ease-in-out .2s;
  font-family: WooCommerce;
  content: "\e00b";
  text-indent: 0;
  display: none;
  position: absolute;
  top: 50%;
  margin-top: -10px;
  text-align: center
}

div.pp_woocommerce .pp_next::before:hover,
div.pp_woocommerce .pp_previous::before:hover {
  background-color: #000
}

div.pp_woocommerce .pp_next:hover::before,
div.pp_woocommerce .pp_previous:hover::before {
  display: block
}

div.pp_woocommerce .pp_previous::before {
  left: 1em
}

div.pp_woocommerce .pp_next::before {
  right: 1em;
  font-family: WooCommerce;
  content: "\e008"
}

div.pp_woocommerce .pp_details {
  margin: 0;
  padding-top: 1em
}

div.pp_woocommerce .pp_description,
div.pp_woocommerce .pp_nav {
  font-size: 14px
}

div.pp_woocommerce .pp_arrow_next,
div.pp_woocommerce .pp_arrow_previous,
div.pp_woocommerce .pp_nav,
div.pp_woocommerce .pp_nav .pp_pause,
div.pp_woocommerce .pp_nav p,
div.pp_woocommerce .pp_play {
  margin: 0
}

div.pp_woocommerce .pp_nav {
  margin-right: 1em;
  position: relative
}

div.pp_woocommerce .pp_close {
  border-radius: 100%;
  height: 1em;
  width: 1em;
  text-shadow: 0 1px 2px rgba(0, 0, 0, .5);
  background-color: #444;
  color: #fff !important;
  font-size: 16px !important;
  line-height: 1em;
  transition: all ease-in-out .2s;
  top: -.5em;
  right: -.5em;
  font-size: 1.618em !important
}

div.pp_woocommerce .pp_close:hover {
  background-color: #000
}

div.pp_woocommerce .pp_close::before {
  font-family: WooCommerce;
  content: "\e013";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  text-align: center;
  text-indent: 0
}

div.pp_woocommerce .pp_arrow_next,
div.pp_woocommerce .pp_arrow_previous {
  border-radius: 100%;
  height: 1em;
  width: 1em;
  text-shadow: 0 1px 2px rgba(0, 0, 0, .5);
  background-color: #444;
  color: #fff !important;
  font-size: 16px !important;
  line-height: 1em;
  transition: all ease-in-out .2s;
  position: relative;
  margin-top: -1px
}

div.pp_woocommerce .pp_arrow_next:hover,
div.pp_woocommerce .pp_arrow_previous:hover {
  background-color: #000
}

div.pp_woocommerce .pp_arrow_next::before,
div.pp_woocommerce .pp_arrow_previous::before {
  font-family: WooCommerce;
  content: "\e00b";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  text-align: center;
  text-indent: 0
}

div.pp_woocommerce .pp_arrow_previous {
  margin-right: .5em
}

div.pp_woocommerce .pp_arrow_next {
  margin-left: .5em
}

div.pp_woocommerce .pp_arrow_next::before {
  content: "\e008"
}

div.pp_woocommerce a.pp_contract,
div.pp_woocommerce a.pp_expand {
  border-radius: 100%;
  height: 1em;
  width: 1em;
  text-shadow: 0 1px 2px rgba(0, 0, 0, .5);
  background-color: #444;
  color: #fff !important;
  font-size: 16px !important;
  line-height: 1em;
  transition: all ease-in-out .2s;
  right: auto;
  left: -.5em;
  top: -.5em;
  font-size: 1.618em !important
}

div.pp_woocommerce a.pp_contract:hover,
div.pp_woocommerce a.pp_expand:hover {
  background-color: #000
}

div.pp_woocommerce a.pp_contract::before,
div.pp_woocommerce a.pp_expand::before {
  font-family: WooCommerce;
  content: "\e005";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  text-align: center;
  text-indent: 0
}

div.pp_woocommerce a.pp_contract::before {
  content: "\e004"
}

div.pp_woocommerce #respond {
  margin: 0;
  width: 100%;
  background: 0 0;
  border: none;
  padding: 0
}

div.pp_woocommerce #respond .form-submit {
  margin-top: 0;
  float: none
}

div.pp_woocommerce .pp_inline {
  padding: 0 !important
}

.rtl div.pp_woocommerce .pp_content_container {
  text-align: right
}

@media only screen and (max-width:768px) {
  div.pp_woocommerce {
    left: 5% !important;
    right: 5% !important;
    box-sizing: border-box;
    width: 90% !important
  }

  div.pp_woocommerce .pp_contract,
  div.pp_woocommerce .pp_expand,
  div.pp_woocommerce .pp_gallery,
  div.pp_woocommerce .pp_next,
  div.pp_woocommerce .pp_previous {
    display: none !important
  }

  div.pp_woocommerce .pp_arrow_next,
  div.pp_woocommerce .pp_arrow_previous,
  div.pp_woocommerce .pp_close {
    height: 44px;
    width: 44px;
    font-size: 44px;
    line-height: 44px
  }

  div.pp_woocommerce .pp_arrow_next::before,
  div.pp_woocommerce .pp_arrow_previous::before,
  div.pp_woocommerce .pp_close::before {
    font-size: 44px
  }

  div.pp_woocommerce .pp_description {
    display: none !important
  }

  div.pp_woocommerce .pp_details {
    width: 100% !important
  }

  .pp_content {
    width: 100% !important
  }

  .pp_content #pp_full_res>img {
    width: 100% !important;
    height: auto !important
  }

  .currentTextHolder {
    line-height: 3
  }
}

div.pp_pic_holder a:focus {
  outline: 0
}

div.pp_overlay {
  background: #000;
  display: none;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 9999
}

div.pp_pic_holder {
  display: none;
  position: absolute;
  width: 100px;
  z-index: 10000
}

.pp_top {
  height: 20px;
  position: relative
}

* html .pp_top {
  padding: 0 20px
}

.pp_top .pp_left {
  height: 20px;
  left: 0;
  position: absolute;
  width: 20px
}

.pp_top .pp_middle {
  height: 20px;
  left: 20px;
  position: absolute;
  right: 20px
}

* html .pp_top .pp_middle {
  left: 0;
  position: static
}

.pp_top .pp_right {
  height: 20px;
  left: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 20px
}

.pp_content {
  height: 40px;
  min-width: 40px
}

* html .pp_content {
  width: 40px
}

.pp_fade {
  display: none
}

.pp_content_container {
  position: relative;
  text-align: left;
  width: 100%
}

.pp_content_container .pp_left {
  padding-left: 20px
}

.pp_content_container .pp_right {
  padding-right: 20px
}

.pp_content_container .pp_details {
  float: left;
  margin: 10px 0 2px
}

.pp_description {
  display: none;
  margin: 0
}

.pp_social {
  float: left;
  margin: 0
}

.pp_social .facebook {
  float: left;
  margin-left: 5px;
  width: 55px;
  overflow: hidden
}

.pp_social .twitter {
  float: left
}

.pp_nav {
  clear: right;
  float: left;
  margin: 3px 10px 0 0
}

.pp_nav p {
  float: left;
  margin: 2px 4px;
  white-space: nowrap
}

.pp_nav .pp_pause,
.pp_nav .pp_play {
  float: left;
  margin-right: 4px;
  text-indent: -10000px
}

a.pp_arrow_next,
a.pp_arrow_previous {
  display: block;
  float: left;
  height: 15px;
  margin-top: 3px;
  text-indent: -100000px;
  width: 14px
}

.pp_hoverContainer {
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 2000
}

.pp_gallery {
  display: none;
  left: 50%;
  margin-top: -50px;
  position: absolute;
  z-index: 10000
}

.pp_gallery div {
  float: left;
  overflow: hidden;
  position: relative
}

.pp_gallery ul {
  float: left;
  height: 35px;
  margin: 0 0 0 5px;
  padding: 0;
  position: relative;
  white-space: nowrap
}

.pp_gallery ul a {
  border: 1px #000 solid;
  border: 1px rgba(0, 0, 0, .5) solid;
  display: block;
  float: left;
  height: 33px;
  overflow: hidden
}

.pp_gallery li.selected a,
.pp_gallery ul a:hover {
  border-color: #fff
}

.pp_gallery ul a img {
  border: 0
}

.pp_gallery li {
  display: block;
  float: left;
  margin: 0 5px 0 0;
  padding: 0
}

.pp_gallery li.default a {
  display: block;
  height: 33px;
  width: 50px
}

.pp_gallery li.default a img {
  display: none
}

.pp_gallery .pp_arrow_next,
.pp_gallery .pp_arrow_previous {
  margin-top: 7px !important
}

a.pp_next {
  display: block;
  float: right;
  height: 100%;
  text-indent: -10000px;
  width: 49%
}

a.pp_previous {
  display: block;
  float: left;
  height: 100%;
  text-indent: -10000px;
  width: 49%
}

a.pp_contract,
a.pp_expand {
  cursor: pointer;
  display: none;
  height: 20px;
  position: absolute;
  right: 30px;
  text-indent: -10000px;
  top: 10px;
  width: 20px;
  z-index: 20000
}

a.pp_close {
  position: absolute;
  right: 0;
  top: 0;
  display: block;
  text-indent: -10000px
}

.pp_bottom {
  height: 20px;
  position: relative
}

* html .pp_bottom {
  padding: 0 20px
}

.pp_bottom .pp_left {
  height: 20px;
  left: 0;
  position: absolute;
  width: 20px
}

.pp_bottom .pp_middle {
  height: 20px;
  left: 20px;
  position: absolute;
  right: 20px
}

* html .pp_bottom .pp_middle {
  left: 0;
  position: static
}

.pp_bottom .pp_right {
  height: 20px;
  left: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 20px
}

.pp_loaderIcon {
  display: block;
  height: 24px;
  left: 50%;
  margin: -12px 0 0 -12px;
  position: absolute;
  top: 50%;
  width: 24px
}

#pp_full_res .pp_inline {
  text-align: left
}

div.ppt {
  color: #fff !important;
  font-weight: 700;
  display: none;
  font-size: 17px;
  margin: 0 0 5px 15px;
  z-index: 9999
}

:root {
  --button_padding: 11px 23px;
}

/* cyrillic-ext */
@font-face {
  font-family: 'Montserrat';
  font-style: italic;
  font-weight: 400;
  src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUFjIg1_i6t8kCHKm459Wx7xQYXK0vOoz6jq6R9WXV0poK5.woff2) format('woff2');
  unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}

/* cyrillic */
@font-face {
  font-family: 'Montserrat';
  font-style: italic;
  font-weight: 400;
  src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUFjIg1_i6t8kCHKm459Wx7xQYXK0vOoz6jq6R9WXx0poK5.woff2) format('woff2');
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}

/* vietnamese */
@font-face {
  font-family: 'Montserrat';
  font-style: italic;
  font-weight: 400;
  src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUFjIg1_i6t8kCHKm459Wx7xQYXK0vOoz6jq6R9WXd0poK5.woff2) format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}

/* latin-ext */
@font-face {
  font-family: 'Montserrat';
  font-style: italic;
  font-weight: 400;
  src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUFjIg1_i6t8kCHKm459Wx7xQYXK0vOoz6jq6R9WXZ0poK5.woff2) format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

/* latin */
@font-face {
  font-family: 'Montserrat';
  font-style: italic;
  font-weight: 400;
  src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUFjIg1_i6t8kCHKm459Wx7xQYXK0vOoz6jq6R9WXh0pg.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

/* cyrillic-ext */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 400;
  src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUHjIg1_i6t8kCHKm4532VJOt5-QNFgpCtr6Hw0aXpsog.woff2) format('woff2');
  unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}

/* cyrillic */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 400;
  src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUHjIg1_i6t8kCHKm4532VJOt5-QNFgpCtr6Hw9aXpsog.woff2) format('woff2');
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}

/* vietnamese */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 400;
  src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUHjIg1_i6t8kCHKm4532VJOt5-QNFgpCtr6Hw2aXpsog.woff2) format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}

/* latin-ext */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 400;
  src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUHjIg1_i6t8kCHKm4532VJOt5-QNFgpCtr6Hw3aXpsog.woff2) format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

/* latin */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 400;
  src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUHjIg1_i6t8kCHKm4532VJOt5-QNFgpCtr6Hw5aXo.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

/* cyrillic-ext */
@font-face {
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 400;
  font-stretch: 100%;
  src: url(https://fonts.gstatic.com/s/opensans/v44/memQYaGs126MiZpBA-UFUIcVXSCEkx2cmqvXlWq8tWZ0Pw86hd0Rk8ZkWV0ewJER.woff2) format('woff2');
  unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}

/* cyrillic */
@font-face {
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 400;
  font-stretch: 100%;
  src: url(https://fonts.gstatic.com/s/opensans/v44/memQYaGs126MiZpBA-UFUIcVXSCEkx2cmqvXlWq8tWZ0Pw86hd0Rk8ZkWVQewJER.woff2) format('woff2');
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}

/* greek-ext */
@font-face {
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 400;
  font-stretch: 100%;
  src: url(https://fonts.gstatic.com/s/opensans/v44/memQYaGs126MiZpBA-UFUIcVXSCEkx2cmqvXlWq8tWZ0Pw86hd0Rk8ZkWVwewJER.woff2) format('woff2');
  unicode-range: U+1F00-1FFF;
}

/* greek */
@font-face {
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 400;
  font-stretch: 100%;
  src: url(https://fonts.gstatic.com/s/opensans/v44/memQYaGs126MiZpBA-UFUIcVXSCEkx2cmqvXlWq8tWZ0Pw86hd0Rk8ZkWVMewJER.woff2) format('woff2');
  unicode-range: U+0370-0377, U+037A-037F, U+0384-038A, U+038C, U+038E-03A1, U+03A3-03FF;
}

/* hebrew */
@font-face {
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 400;
  font-stretch: 100%;
  src: url(https://fonts.gstatic.com/s/opensans/v44/memQYaGs126MiZpBA-UFUIcVXSCEkx2cmqvXlWq8tWZ0Pw86hd0Rk8ZkWVIewJER.woff2) format('woff2');
  unicode-range: U+0307-0308, U+0590-05FF, U+200C-2010, U+20AA, U+25CC, U+FB1D-FB4F;
}

/* math */
@font-face {
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 400;
  font-stretch: 100%;
  src: url(https://fonts.gstatic.com/s/opensans/v44/memQYaGs126MiZpBA-UFUIcVXSCEkx2cmqvXlWq8tWZ0Pw86hd0Rk8ZkWSwewJER.woff2) format('woff2');
  unicode-range: U+0302-0303, U+0305, U+0307-0308, U+0310, U+0312, U+0315, U+031A, U+0326-0327, U+032C, U+032F-0330, U+0332-0333, U+0338, U+033A, U+0346, U+034D, U+0391-03A1, U+03A3-03A9, U+03B1-03C9, U+03D1, U+03D5-03D6, U+03F0-03F1, U+03F4-03F5, U+2016-2017, U+2034-2038, U+203C, U+2040, U+2043, U+2047, U+2050, U+2057, U+205F, U+2070-2071, U+2074-208E, U+2090-209C, U+20D0-20DC, U+20E1, U+20E5-20EF, U+2100-2112, U+2114-2115, U+2117-2121, U+2123-214F, U+2190, U+2192, U+2194-21AE, U+21B0-21E5, U+21F1-21F2, U+21F4-2211, U+2213-2214, U+2216-22FF, U+2308-230B, U+2310, U+2319, U+231C-2321, U+2336-237A, U+237C, U+2395, U+239B-23B7, U+23D0, U+23DC-23E1, U+2474-2475, U+25AF, U+25B3, U+25B7, U+25BD, U+25C1, U+25CA, U+25CC, U+25FB, U+266D-266F, U+27C0-27FF, U+2900-2AFF, U+2B0E-2B11, U+2B30-2B4C, U+2BFE, U+3030, U+FF5B, U+FF5D, U+1D400-1D7FF, U+1EE00-1EEFF;
}

/* symbols */
@font-face {
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 400;
  font-stretch: 100%;
  src: url(https://fonts.gstatic.com/s/opensans/v44/memQYaGs126MiZpBA-UFUIcVXSCEkx2cmqvXlWq8tWZ0Pw86hd0Rk8ZkWT4ewJER.woff2) format('woff2');
  unicode-range: U+0001-000C, U+000E-001F, U+007F-009F, U+20DD-20E0, U+20E2-20E4, U+2150-218F, U+2190, U+2192, U+2194-2199, U+21AF, U+21E6-21F0, U+21F3, U+2218-2219, U+2299, U+22C4-22C6, U+2300-243F, U+2440-244A, U+2460-24FF, U+25A0-27BF, U+2800-28FF, U+2921-2922, U+2981, U+29BF, U+29EB, U+2B00-2BFF, U+4DC0-4DFF, U+FFF9-FFFB, U+10140-1018E, U+10190-1019C, U+101A0, U+101D0-101FD, U+102E0-102FB, U+10E60-10E7E, U+1D2C0-1D2D3, U+1D2E0-1D37F, U+1F000-1F0FF, U+1F100-1F1AD, U+1F1E6-1F1FF, U+1F30D-1F30F, U+1F315, U+1F31C, U+1F31E, U+1F320-1F32C, U+1F336, U+1F378, U+1F37D, U+1F382, U+1F393-1F39F, U+1F3A7-1F3A8, U+1F3AC-1F3AF, U+1F3C2, U+1F3C4-1F3C6, U+1F3CA-1F3CE, U+1F3D4-1F3E0, U+1F3ED, U+1F3F1-1F3F3, U+1F3F5-1F3F7, U+1F408, U+1F415, U+1F41F, U+1F426, U+1F43F, U+1F441-1F442, U+1F444, U+1F446-1F449, U+1F44C-1F44E, U+1F453, U+1F46A, U+1F47D, U+1F4A3, U+1F4B0, U+1F4B3, U+1F4B9, U+1F4BB, U+1F4BF, U+1F4C8-1F4CB, U+1F4D6, U+1F4DA, U+1F4DF, U+1F4E3-1F4E6, U+1F4EA-1F4ED, U+1F4F7, U+1F4F9-1F4FB, U+1F4FD-1F4FE, U+1F503, U+1F507-1F50B, U+1F50D, U+1F512-1F513, U+1F53E-1F54A, U+1F54F-1F5FA, U+1F610, U+1F650-1F67F, U+1F687, U+1F68D, U+1F691, U+1F694, U+1F698, U+1F6AD, U+1F6B2, U+1F6B9-1F6BA, U+1F6BC, U+1F6C6-1F6CF, U+1F6D3-1F6D7, U+1F6E0-1F6EA, U+1F6F0-1F6F3, U+1F6F7-1F6FC, U+1F700-1F7FF, U+1F800-1F80B, U+1F810-1F847, U+1F850-1F859, U+1F860-1F887, U+1F890-1F8AD, U+1F8B0-1F8BB, U+1F8C0-1F8C1, U+1F900-1F90B, U+1F93B, U+1F946, U+1F984, U+1F996, U+1F9E9, U+1FA00-1FA6F, U+1FA70-1FA7C, U+1FA80-1FA89, U+1FA8F-1FAC6, U+1FACE-1FADC, U+1FADF-1FAE9, U+1FAF0-1FAF8, U+1FB00-1FBFF;
}

/* vietnamese */
@font-face {
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 400;
  font-stretch: 100%;
  src: url(https://fonts.gstatic.com/s/opensans/v44/memQYaGs126MiZpBA-UFUIcVXSCEkx2cmqvXlWq8tWZ0Pw86hd0Rk8ZkWV8ewJER.woff2) format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}

/* latin-ext */
@font-face {
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 400;
  font-stretch: 100%;
  src: url(https://fonts.gstatic.com/s/opensans/v44/memQYaGs126MiZpBA-UFUIcVXSCEkx2cmqvXlWq8tWZ0Pw86hd0Rk8ZkWV4ewJER.woff2) format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

/* latin */
@font-face {
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 400;
  font-stretch: 100%;
  src: url(https://fonts.gstatic.com/s/opensans/v44/memQYaGs126MiZpBA-UFUIcVXSCEkx2cmqvXlWq8tWZ0Pw86hd0Rk8ZkWVAewA.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

/* cyrillic-ext */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  font-stretch: 100%;
  src: url(https://fonts.gstatic.com/s/opensans/v44/memSYaGs126MiZpBA-UvWbX2vVnXBbObj2OVZyOOSr4dVJWUgsjZ0B4taVIGxA.woff2) format('woff2');
  unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}

/* cyrillic */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  font-stretch: 100%;
  src: url(https://fonts.gstatic.com/s/opensans/v44/memSYaGs126MiZpBA-UvWbX2vVnXBbObj2OVZyOOSr4dVJWUgsjZ0B4kaVIGxA.woff2) format('woff2');
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}

/* greek-ext */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  font-stretch: 100%;
  src: url(https://fonts.gstatic.com/s/opensans/v44/memSYaGs126MiZpBA-UvWbX2vVnXBbObj2OVZyOOSr4dVJWUgsjZ0B4saVIGxA.woff2) format('woff2');
  unicode-range: U+1F00-1FFF;
}

/* greek */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  font-stretch: 100%;
  src: url(https://fonts.gstatic.com/s/opensans/v44/memSYaGs126MiZpBA-UvWbX2vVnXBbObj2OVZyOOSr4dVJWUgsjZ0B4jaVIGxA.woff2) format('woff2');
  unicode-range: U+0370-0377, U+037A-037F, U+0384-038A, U+038C, U+038E-03A1, U+03A3-03FF;
}

/* hebrew */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  font-stretch: 100%;
  src: url(https://fonts.gstatic.com/s/opensans/v44/memSYaGs126MiZpBA-UvWbX2vVnXBbObj2OVZyOOSr4dVJWUgsjZ0B4iaVIGxA.woff2) format('woff2');
  unicode-range: U+0307-0308, U+0590-05FF, U+200C-2010, U+20AA, U+25CC, U+FB1D-FB4F;
}

/* math */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  font-stretch: 100%;
  src: url(https://fonts.gstatic.com/s/opensans/v44/memSYaGs126MiZpBA-UvWbX2vVnXBbObj2OVZyOOSr4dVJWUgsjZ0B5caVIGxA.woff2) format('woff2');
  unicode-range: U+0302-0303, U+0305, U+0307-0308, U+0310, U+0312, U+0315, U+031A, U+0326-0327, U+032C, U+032F-0330, U+0332-0333, U+0338, U+033A, U+0346, U+034D, U+0391-03A1, U+03A3-03A9, U+03B1-03C9, U+03D1, U+03D5-03D6, U+03F0-03F1, U+03F4-03F5, U+2016-2017, U+2034-2038, U+203C, U+2040, U+2043, U+2047, U+2050, U+2057, U+205F, U+2070-2071, U+2074-208E, U+2090-209C, U+20D0-20DC, U+20E1, U+20E5-20EF, U+2100-2112, U+2114-2115, U+2117-2121, U+2123-214F, U+2190, U+2192, U+2194-21AE, U+21B0-21E5, U+21F1-21F2, U+21F4-2211, U+2213-2214, U+2216-22FF, U+2308-230B, U+2310, U+2319, U+231C-2321, U+2336-237A, U+237C, U+2395, U+239B-23B7, U+23D0, U+23DC-23E1, U+2474-2475, U+25AF, U+25B3, U+25B7, U+25BD, U+25C1, U+25CA, U+25CC, U+25FB, U+266D-266F, U+27C0-27FF, U+2900-2AFF, U+2B0E-2B11, U+2B30-2B4C, U+2BFE, U+3030, U+FF5B, U+FF5D, U+1D400-1D7FF, U+1EE00-1EEFF;
}

/* symbols */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  font-stretch: 100%;
  src: url(https://fonts.gstatic.com/s/opensans/v44/memSYaGs126MiZpBA-UvWbX2vVnXBbObj2OVZyOOSr4dVJWUgsjZ0B5OaVIGxA.woff2) format('woff2');
  unicode-range: U+0001-000C, U+000E-001F, U+007F-009F, U+20DD-20E0, U+20E2-20E4, U+2150-218F, U+2190, U+2192, U+2194-2199, U+21AF, U+21E6-21F0, U+21F3, U+2218-2219, U+2299, U+22C4-22C6, U+2300-243F, U+2440-244A, U+2460-24FF, U+25A0-27BF, U+2800-28FF, U+2921-2922, U+2981, U+29BF, U+29EB, U+2B00-2BFF, U+4DC0-4DFF, U+FFF9-FFFB, U+10140-1018E, U+10190-1019C, U+101A0, U+101D0-101FD, U+102E0-102FB, U+10E60-10E7E, U+1D2C0-1D2D3, U+1D2E0-1D37F, U+1F000-1F0FF, U+1F100-1F1AD, U+1F1E6-1F1FF, U+1F30D-1F30F, U+1F315, U+1F31C, U+1F31E, U+1F320-1F32C, U+1F336, U+1F378, U+1F37D, U+1F382, U+1F393-1F39F, U+1F3A7-1F3A8, U+1F3AC-1F3AF, U+1F3C2, U+1F3C4-1F3C6, U+1F3CA-1F3CE, U+1F3D4-1F3E0, U+1F3ED, U+1F3F1-1F3F3, U+1F3F5-1F3F7, U+1F408, U+1F415, U+1F41F, U+1F426, U+1F43F, U+1F441-1F442, U+1F444, U+1F446-1F449, U+1F44C-1F44E, U+1F453, U+1F46A, U+1F47D, U+1F4A3, U+1F4B0, U+1F4B3, U+1F4B9, U+1F4BB, U+1F4BF, U+1F4C8-1F4CB, U+1F4D6, U+1F4DA, U+1F4DF, U+1F4E3-1F4E6, U+1F4EA-1F4ED, U+1F4F7, U+1F4F9-1F4FB, U+1F4FD-1F4FE, U+1F503, U+1F507-1F50B, U+1F50D, U+1F512-1F513, U+1F53E-1F54A, U+1F54F-1F5FA, U+1F610, U+1F650-1F67F, U+1F687, U+1F68D, U+1F691, U+1F694, U+1F698, U+1F6AD, U+1F6B2, U+1F6B9-1F6BA, U+1F6BC, U+1F6C6-1F6CF, U+1F6D3-1F6D7, U+1F6E0-1F6EA, U+1F6F0-1F6F3, U+1F6F7-1F6FC, U+1F700-1F7FF, U+1F800-1F80B, U+1F810-1F847, U+1F850-1F859, U+1F860-1F887, U+1F890-1F8AD, U+1F8B0-1F8BB, U+1F8C0-1F8C1, U+1F900-1F90B, U+1F93B, U+1F946, U+1F984, U+1F996, U+1F9E9, U+1FA00-1FA6F, U+1FA70-1FA7C, U+1FA80-1FA89, U+1FA8F-1FAC6, U+1FACE-1FADC, U+1FADF-1FAE9, U+1FAF0-1FAF8, U+1FB00-1FBFF;
}

/* vietnamese */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  font-stretch: 100%;
  src: url(https://fonts.gstatic.com/s/opensans/v44/memSYaGs126MiZpBA-UvWbX2vVnXBbObj2OVZyOOSr4dVJWUgsjZ0B4vaVIGxA.woff2) format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}

/* latin-ext */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  font-stretch: 100%;
  src: url(https://fonts.gstatic.com/s/opensans/v44/memSYaGs126MiZpBA-UvWbX2vVnXBbObj2OVZyOOSr4dVJWUgsjZ0B4uaVIGxA.woff2) format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

/* latin */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  font-stretch: 100%;
  src: url(https://fonts.gstatic.com/s/opensans/v44/memSYaGs126MiZpBA-UvWbX2vVnXBbObj2OVZyOOSr4dVJWUgsjZ0B4gaVI.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

/* cyrillic-ext */
@font-face {
  font-family: 'PT Sans';
  font-style: italic;
  font-weight: 400;
  src: url(https://fonts.gstatic.com/s/ptsans/v18/jizYRExUiTo99u79D0e0ysmIEDQ.woff2) format('woff2');
  unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}

/* cyrillic */
@font-face {
  font-family: 'PT Sans';
  font-style: italic;
  font-weight: 400;
  src: url(https://fonts.gstatic.com/s/ptsans/v18/jizYRExUiTo99u79D0e0w8mIEDQ.woff2) format('woff2');
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}

/* latin-ext */
@font-face {
  font-family: 'PT Sans';
  font-style: italic;
  font-weight: 400;
  src: url(https://fonts.gstatic.com/s/ptsans/v18/jizYRExUiTo99u79D0e0ycmIEDQ.woff2) format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

/* latin */
@font-face {
  font-family: 'PT Sans';
  font-style: italic;
  font-weight: 400;
  src: url(https://fonts.gstatic.com/s/ptsans/v18/jizYRExUiTo99u79D0e0x8mI.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

/* cyrillic-ext */
@font-face {
  font-family: 'PT Sans';
  font-style: normal;
  font-weight: 400;
  src: url(https://fonts.gstatic.com/s/ptsans/v18/jizaRExUiTo99u79D0-ExdGM.woff2) format('woff2');
  unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}

/* cyrillic */
@font-face {
  font-family: 'PT Sans';
  font-style: normal;
  font-weight: 400;
  src: url(https://fonts.gstatic.com/s/ptsans/v18/jizaRExUiTo99u79D0aExdGM.woff2) format('woff2');
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}

/* latin-ext */
@font-face {
  font-family: 'PT Sans';
  font-style: normal;
  font-weight: 400;
  src: url(https://fonts.gstatic.com/s/ptsans/v18/jizaRExUiTo99u79D0yExdGM.woff2) format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

/* latin */
@font-face {
  font-family: 'PT Sans';
  font-style: normal;
  font-weight: 400;
  src: url(https://fonts.gstatic.com/s/ptsans/v18/jizaRExUiTo99u79D0KExQ.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* vietnamese */
@font-face {
  font-family: 'Questrial';
  font-style: normal;
  font-weight: 400;
  src: url(https://fonts.gstatic.com/s/questrial/v19/QdVUSTchPBm7nuUeVf70sSFlq20.woff2) format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}

/* latin-ext */
@font-face {
  font-family: 'Questrial';
  font-style: normal;
  font-weight: 400;
  src: url(https://fonts.gstatic.com/s/questrial/v19/QdVUSTchPBm7nuUeVf70sCFlq20.woff2) format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

/* latin */
@font-face {
  font-family: 'Questrial';
  font-style: normal;
  font-weight: 400;
  src: url(https://fonts.gstatic.com/s/questrial/v19/QdVUSTchPBm7nuUeVf70viFl.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

/* latin-ext */
@font-face {
  font-family: 'Zilla Slab';
  font-style: italic;
  font-weight: 400;
  src: url(https://fonts.gstatic.com/s/zillaslab/v12/dFa4ZfeM_74wlPZtksIFaj8K8VSMZlE.woff2) format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

/* latin */
@font-face {
  font-family: 'Zilla Slab';
  font-style: italic;
  font-weight: 400;
  src: url(https://fonts.gstatic.com/s/zillaslab/v12/dFa4ZfeM_74wlPZtksIFaj8K_1SM.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

/* latin-ext */
@font-face {
  font-family: 'Zilla Slab';
  font-style: normal;
  font-weight: 400;
  src: url(https://fonts.gstatic.com/s/zillaslab/v12/dFa6ZfeM_74wlPZtksIFajQ6_UyI.woff2) format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

/* latin */
@font-face {
  font-family: 'Zilla Slab';
  font-style: normal;
  font-weight: 400;
  src: url(https://fonts.gstatic.com/s/zillaslab/v12/dFa6ZfeM_74wlPZtksIFajo6_Q.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

.fusion-faqs-wrapper {
  display: none
}

#wrapper .fusion-faqs-wrapper .fusion-accordian .panel-title {
  font-family: var(--faq_accordion_title_typography-font-family);
  font-weight: var(--faq_accordion_title_typography-font-weight);
  line-height: var(--faq_accordion_title_typography-line-height);
  letter-spacing: var(--faq_accordion_title_typography-letter-spacing);
  font-size: var(--faq_accordion_title_typography-font-size);
  text-transform: var(--faq_accordion_title_typography-text-transform)
}

#wrapper .fusion-faqs-wrapper .fusion-accordian .panel-title a {
  color: var(--faq_accordion_title_typography-color)
}

.fusion-faqs-wrapper .fusion-accordian .panel-body {
  font-family: var(--faq_accordion_content_typography-font-family);
  font-weight: var(--faq_accordion_content_typography-font-weight);
  line-height: var(--faq_accordion_content_typography-line-height);
  letter-spacing: var(--faq_accordion_content_typography-letter-spacing);
  font-size: var(--faq_accordion_content_typography-font-size);
  color: var(--faq_accordion_content_typography-color);
  text-transform: var(--faq_accordion_content_typography-text-transform)
}

.fusion-faq-post {
  position: relative
}

.fusion-faq-shortcode .fusion-accordian .fusion-toggle-icon-unboxed .panel-title a .fa-fusion-box {
  background-color: transparent !important
}

.fusion-faq-shortcode .fusion-accordian .fusion-toggle-icon-unboxed .panel-title a:hover .fa-fusion-box {
  background-color: transparent !important
}

body .portfolio-grid {
  margin-bottom: 80px
}

.fusion-portfolio-wrapper {
  display: block
}

.fusion-portfolio-post {
  float: left
}

.fusion-portfolio-post .fusion-image-wrapper {
  opacity: 0
}

.fusion-portfolio-one .fusion-portfolio-post {
  overflow: hidden;
  float: none;
  width: 100%
}

.fusion-portfolio-two .fusion-portfolio-post {
  width: 50%
}

.fusion-portfolio-three .fusion-portfolio-post {
  width: 33.3333%;
  width: calc(100% / 3)
}

.fusion-portfolio-four .fusion-portfolio-post {
  width: 25%
}

.fusion-portfolio-five .fusion-portfolio-post {
  width: 20%
}

.fusion-portfolio-six .fusion-portfolio-post {
  width: 16.6666%;
  width: calc(100% / 6)
}

.fusion-portfolio-post>.fusion-separator {
  margin: 40px 0
}

.fusion-portfolio-content {
  margin-top: 20px
}

.fusion-portfolio-content h2 {
  margin: 0 0 1px !important;
  padding: 0
}

.fusion-portfolio-content .fusion-portfolio-meta {
  margin: 0 0 10px;
  padding: 0;
  font-weight: 400;
  font-size: 13px
}

.fusion-portfolio-content p {
  margin: 0 0 20px
}

.fusion-portfolio-content p:last-child {
  margin-bottom: 0
}

.fusion-portfolio .fusion-content-sep {
  margin-bottom: 20px
}

.fusion-portfolio .fusion-separator {
  margin-top: 40px
}

.fusion-portfolio #infscr-loading {
  bottom: -29px
}

.fusion-portfolio .loading-container {
  display: none
}

.fusion-portfolio-content-wrapper {
  opacity: 0
}

.fusion-portfolio-content-wrapper .fusion-portfolio-content {
  margin-bottom: 20px
}

.fusion-portfolio-content-wrapper .fusion-image-wrapper {
  opacity: 1
}

.fusion-portfolio-boxed .fusion-portfolio-content-wrapper {
  padding: 0;
  border: 1px solid #e9eaee;
  border-bottom-width: 3px
}

.fusion-portfolio-boxed .fusion-portfolio-content {
  margin: 0;
  padding: 25px
}

.fusion-portfolio-one .fluid-width-video-wrapper {
  position: static
}

.fusion-portfolio-one .fusion-image-wrapper {
  margin-bottom: 15px
}

.fusion-portfolio-one .fusion-portfolio-content {
  margin-bottom: 0
}

.fusion-portfolio-one .fusion-portfolio-buttons {
  margin: 20px -15px 0
}

.fusion-portfolio-one .fusion-portfolio-buttons .fusion-button {
  margin: 0 15px 15px
}

.fusion-portfolio-one .fusion-portfolio-buttons-full {
  margin-left: 0;
  margin-right: 0
}

.fusion-portfolio-one .fusion-portfolio-buttons-full .fusion-button {
  margin: 5px 0
}

.fusion-portfolio-text-floated .fusion-image-wrapper {
  display: inline-block;
  flex-shrink: 1;
  margin: 0;
  padding: 0 12.5px;
  max-width: 540px;
  width: 100%
}

.fusion-portfolio-text-floated .fusion-portfolio-content {
  margin-top: 0
}

.portfolio-one-text .portfolio-item .image {
  width: 100%;
  height: 100%;
  float: none;
  margin-right: 0
}

.portfolio-one-sidebar .portfolio-item .image {
  float: none
}

.portfolio-infinite .isotope {
  overflow: visible !important
}

.fusion-portfolio-gallery-hidden {
  display: none
}

.fusion-portfolio-equal-heights .fusion-portfolio-post {
  display: inline-flex
}

.fusion-portfolio-equal-heights .fusion-portfolio-content-wrapper {
  overflow: hidden;
  width: 100%
}

.fusion-project-details-tb h3,
.project-content h3 {
  font-size: 13px;
  line-height: 17px;
  color: #333;
  margin: 0 0 28px
}

.fusion-project-details-tb .project-description,
.project-content .project-description {
  float: left;
  width: 74.4681%
}

.fusion-project-details-tb .project-description p,
.project-content .project-description p {
  margin-top: 0
}

.fusion-project-details-tb .project-info,
.project-content .project-info {
  float: right;
  width: 23.4043%
}

.fusion-project-details-tb .project-info .project-info-box,
.project-content .project-info .project-info-box {
  border-bottom: 1px solid #e7e6e6;
  padding-bottom: 15px;
  margin-bottom: 15px;
  overflow: hidden
}

.fusion-project-details-tb .project-info h4,
.project-content .project-info h4 {
  color: #333;
  margin: 0 5px 0 0;
  float: left;
  width: 110px
}

.with-sidebar .fusion-project-details-tb .project-info h4,
.with-sidebar .project-content .project-info h4 {
  display: block;
  width: 100%;
  margin-bottom: 5px
}

.fusion-project-details-tb .project-info .project-terms,
.project-content .project-info .project-terms {
  float: left
}

.fusion-project-details-tb::after {
  content: " ";
  clear: both;
  display: table
}

.fusion-project-details-tb .project-info {
  float: right;
  width: 100%
}

.portfolio-full.with-sidebar .project-info {
  float: left
}

.portfolio-full.with-sidebar .project-description {
  float: right;
  width: 72.5%
}

.portfolio-half .flexslider:not(.tfs-slider) {
  width: 65.9574%;
  float: left
}

.portfolio-half .project-content {
  width: 31.9149%;
  float: right
}

.portfolio-half .project-description {
  width: 100%;
  margin-bottom: 50px
}

.portfolio-half .project-description .flexslider:not(.tfs-slider) {
  width: auto
}

.portfolio-half .project-info {
  width: 100%
}

.portfolio-sep {
  clear: both;
  display: block
}

.portfolio-half .portfolio-sep {
  margin-bottom: 50px
}

.project-info-box span {
  float: left
}

.portfolio-full .flexslider {
  margin-bottom: 70px
}

.portfolio-grid .portfolio-tabs {
  margin-top: 0
}

.portfolio-grid.portfolio-one .portfolio-item:last-child {
  margin-bottom: 0
}

.portfolio-grid.portfolio-one .image {
  width: 100%;
  float: none
}

.fusion-portfolio-layout-masonry .fusion-portfolio-content-wrapper,
.fusion-portfolio.fusion-portfolio-masonry .fusion-portfolio-content-wrapper {
  position: relative
}

.fusion-portfolio-layout-masonry.fusion-portfolio-two.fusion-masonry-has-vertical .fusion-element-landscape,
.fusion-portfolio.fusion-portfolio-masonry.fusion-portfolio-two.fusion-masonry-has-vertical .fusion-element-landscape {
  width: 100%
}

.fusion-portfolio-layout-masonry.fusion-portfolio-three.fusion-masonry-has-vertical .fusion-element-landscape,
.fusion-portfolio.fusion-portfolio-masonry.fusion-portfolio-three.fusion-masonry-has-vertical .fusion-element-landscape {
  width: 66.6666%
}

.fusion-portfolio-layout-masonry.fusion-portfolio-four.fusion-masonry-has-vertical .fusion-element-landscape,
.fusion-portfolio.fusion-portfolio-masonry.fusion-portfolio-four.fusion-masonry-has-vertical .fusion-element-landscape {
  width: 50%
}

.fusion-portfolio-layout-masonry.fusion-portfolio-five.fusion-masonry-has-vertical .fusion-element-landscape,
.fusion-portfolio.fusion-portfolio-masonry.fusion-portfolio-five.fusion-masonry-has-vertical .fusion-element-landscape {
  width: 40%
}

.fusion-portfolio-layout-masonry.fusion-portfolio-six.fusion-masonry-has-vertical .fusion-element-landscape,
.fusion-portfolio.fusion-portfolio-masonry.fusion-portfolio-six.fusion-masonry-has-vertical .fusion-element-landscape {
  width: 33.3333%
}

.fusion-masonry-element-container>a>img,
.fusion-masonry-element-container>img {
  display: none
}

.fusion-portfolio-text.fusion-portfolio-layout-masonry.fusion-portfolio-rollover .fusion-portfolio-content,
.fusion-portfolio-text.fusion-portfolio-masonry.fusion-portfolio-rollover .fusion-portfolio-content {
  transition: all .3s ease
}

.fusion-portfolio-text.fusion-portfolio-layout-masonry.fusion-portfolio-rollover .fusion-portfolio-post .fusion-portfolio-content-wrapper,
.fusion-portfolio-text.fusion-portfolio-masonry.fusion-portfolio-rollover .fusion-portfolio-post .fusion-portfolio-content-wrapper {
  overflow: hidden
}

.fusion-portfolio-text.fusion-portfolio-layout-masonry.fusion-portfolio-rollover .fusion-portfolio-post .fusion-portfolio-content-wrapper:hover .fusion-portfolio-content,
.fusion-portfolio-text.fusion-portfolio-masonry.fusion-portfolio-rollover .fusion-portfolio-post .fusion-portfolio-content-wrapper:hover .fusion-portfolio-content {
  transition: all .3s ease;
  transform: translateY(105%)
}

.fusion-portfolio-element .fusion-load-more-button.fusion-portfolio-button {
  background-color: var(--portfolio_element_load_more_posts_button_bg_color);
  color: var(--portfolio_element_load_more_posts_button_text_color)
}

.fusion-portfolio-element .fusion-load-more-button.fusion-portfolio-button:hover {
  background-color: var(--portfolio_element_load_more_posts_hover_button_bg_color);
  color: var(--portfolio_element_load_more_posts_hover_button_text_color)
}

.fusion-privacy-element .fusion-privacy-form ul {
  list-style: none;
  margin: 0 0 20px 0;
  padding: 0
}

.fusion-privacy-element .fusion-privacy-form-floated ul li {
  display: inline-block;
  margin-right: 20px
}

#comment-input:after {
  content: "";
  display: table;
  clear: both
}

#comment-input input {
  float: left;
  margin-right: 1%;
  padding-left: 15px;
  padding-right: 15px;
  width: 32.666666%;
  min-width: 28%;
  font-size: 13px;
  color: #747474;
  border: 1px solid #d2d2d2
}

#comment-input input:last-child {
  margin-right: 0
}

#comment-textarea {
  margin-bottom: 10px
}

#comment-textarea.fusion-contact-comment-below {
  margin-top: 10px;
  margin-bottom: 0
}

#comment-textarea textarea {
  padding: 12px 15px;
  width: 100%;
  height: 150px;
  font-size: 13px;
  color: #747474;
  border: 1px solid #d2d2d2
}

.fusion-contact-form {
  line-height: normal
}

.fusion-contact-form #comment-submit-container {
  margin-top: 20px;
  margin-bottom: 0
}

.fusion-contact-form .grecaptcha-badge {
  z-index: 100000
}

.fusion-contact-form .fusion-hide-recaptcha-badge {
  display: none
}

.fusion-contact-form .fusion-comment-privacy-checkbox-wrapper {
  display: flex;
  align-items: baseline;
  margin: 20px 0;
  font-size: 13px
}

.fusion-contact-form .fusion-comment-privacy-checkbox {
  margin: 0 10px 0 0
}

.fusion-contact-form #comment-recaptcha {
  margin-top: 13px
}

[class*=" awb-icon-"],
[class^=awb-icon-] {
  font-family: awb-icons !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
}

.awb-icon-user2:before {
  content: "\e61b"
}

.awb-icon-check:before {
  content: "\f00c"
}

.awb-icon-tiktok:before {
  content: "\e906"
}

.awb-icon-discord:before {
  content: "\e903"
}

.awb-icon-FB_logo_black-solid-1:before {
  content: "\e902"
}

.awb-icon-map-marker-alt:before {
  content: "\e901"
}

.awb-icon-pen:before {
  content: "\e600"
}

.awb-icon-yahoo:before {
  content: "\e601"
}

.awb-icon-pinterest:before {
  content: "\e602"
}

.awb-icon-myspace:before {
  content: "\e603"
}

.awb-icon-facebook:before {
  content: "\e604"
}

.awb-icon-twitter:before {
  content: "\e605"
}

.awb-icon-feed:before {
  content: "\e606"
}

.awb-icon-rss:before {
  content: "\e606"
}

.awb-icon-vimeo:before {
  content: "\e607"
}

.awb-icon-flickr:before {
  content: "\e608"
}

.awb-icon-dribbble:before {
  content: "\e609"
}

.awb-icon-blogger:before {
  content: "\e60b"
}

.awb-icon-soundcloud:before {
  content: "\e60c"
}

.awb-icon-reddit:before {
  content: "\e60d"
}

.awb-icon-paypal:before {
  content: "\e60e"
}

.awb-icon-linkedin:before {
  content: "\e60f"
}

.awb-icon-digg:before {
  content: "\e610"
}

.awb-icon-dropbox:before {
  content: "\e611"
}

.awb-icon-tumblr:before {
  content: "\e613"
}

.awb-icon-grid:before {
  content: "\e614"
}

.awb-icon-mail:before {
  content: "\e616"
}

.awb-icon-forrst:before {
  content: "\e617"
}

.awb-icon-skype:before {
  content: "\e618"
}

.awb-icon-link:before {
  content: "\e619"
}

.awb-icon-user:before {
  content: "\e61a"
}

.awb-icon-minus:before {
  content: "\e61c"
}

.awb-icon-plus:before {
  content: "\e61d"
}

.awb-icon-arrow-left:before {
  content: "\e61e"
}

.awb-icon-arrow-down:before {
  content: "\e61f"
}

.awb-icon-uniE620:before {
  content: "\e620"
}

.awb-icon-arrow-down2:before {
  content: "\e621"
}

.awb-icon-youtube:before {
  content: "\e622"
}

.awb-icon-list:before {
  content: "\e623"
}

.awb-icon-image:before {
  content: "\e624"
}

.awb-icon-images:before {
  content: "\e625"
}

.awb-icon-quotes-left:before {
  content: "\e627"
}

.awb-icon-film:before {
  content: "\e628"
}

.awb-icon-headphones:before {
  content: "\e629"
}

.awb-icon-bubbles:before {
  content: "\e62a"
}

.awb-icon-search:before {
  content: "\f002"
}

.awb-icon-star:before {
  content: "\f005"
}

.awb-icon-star-o:before {
  content: "\f006"
}

.awb-icon-gear:before {
  content: "\f013"
}

.awb-icon-check-square-o:before {
  content: "\f046"
}

.awb-icon-check-circle-o:before {
  content: "\f05d"
}

.awb-icon-shopping-cart:before {
  content: "\f07a"
}

.awb-icon-bars:before {
  content: "\f0c9"
}

.awb-icon-caret-left:before {
  content: "\f0d9"
}

.awb-icon-caret-right:before {
  content: "\f0da"
}

.awb-icon-angle-left:before {
  content: "\f104"
}

.awb-icon-angle-right:before {
  content: "\f105"
}

.awb-icon-angle-up:before {
  content: "\f106"
}

.awb-icon-angle-down:before {
  content: "\f107"
}

.awb-icon-spinner:before {
  content: "\f110"
}

.awb-icon-vk:before {
  content: "\f189"
}

.awb-icon-instagram:before {
  content: "\ea92"
}

.awb-icon-deviantart:before {
  content: "\eaaa"
}

.awb-icon-yelp:before {
  content: "\ead7"
}

.awb-icon-xing:before {
  content: "\e4d8"
}

.awb-icon-spotify:before {
  content: "\ea94"
}

.awb-icon-whatsapp:before {
  content: "\f232"
}

.awb-icon-eye:before {
  content: "\f06e"
}

.awb-icon-twitch:before {
  content: "\ea9f"
}

.awb-icon-telegram:before {
  content: "\f1d8"
}

.awb-icon-teams:before {
  content: "\e900"
}

.awb-icon-question-circle:before {
  content: "\e908"
}

.awb-icon-buy-now-cart:before {
  content: "\e907"
}

.awb-icon-avada-logo:before {
  content: "\e971"
}

.awb-icon-wechat:before {
  content: "\e905"
}

.awb-icon-weixin:before {
  content: "\e905"
}

.awb-icon-phone:before {
  content: "\e942"
}

.awb-icon-close:before {
  content: "\e904"
}

.awb-icon-exclamation-triangle:before {
  content: "\f071"
}

.awb-icon-cog:before {
  content: "\f014"
}

.awb-icon-check-circle:before {
  content: "\f058"
}

.awb-icon-info-circle:before {
  content: "\f05a"
}

.awb-icon-video:before {
  content: "\e90a"
}

.awb-icon-carousel:before {
  content: "\e909"
}

ul.products {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  margin-top: calc((var(--woocommerce_archive_grid_column_spacing))/ -2);
  margin-right: calc((var(--woocommerce_archive_grid_column_spacing))/ -2);
  margin-left: calc((var(--woocommerce_archive_grid_column_spacing))/ -2);
  margin-bottom: 0;
  padding: 0
}

ul.products .product {
  padding: calc((var(--woocommerce_archive_grid_column_spacing))/ 2)
}

.products .fusion-product-wrapper {
  position: relative;
  border: 1px solid #efefef;
  border-bottom-width: 2px
}

.products-6>li {
  width: 16.6666%
}

.products-5>li {
  width: 20%
}

.products-4>li {
  width: 25%
}

.products-3>li {
  width: 33.3333%
}

.products-2>li {
  width: 50%
}

.products-1>li {
  width: 100%
}

.related.products,
.upsells.products {
  margin-top: 60px
}

.product {
  position: relative
}

.product .avada-product-images-global {
  margin-right: 30px
}

.product .avada-product-images-global .woocommerce-product-gallery {
  float: left
}

.product .summary.entry-summary {
  margin-left: 530px
}

.product .entry-summary .summary-container {
  float: left;
  width: 100%
}

.product .summary.entry-summary .summary-container>div:nth-child(2) {
  display: inline-block
}

.products .product-list-view {
  padding: 0 !important;
  width: 100% !important
}

.products .product-list-view .fusion-product-wrapper {
  width: 100% !important;
  display: table;
  padding-top: 50px;
  padding-bottom: 50px;
  margin: 0;
  border: none;
  border-bottom: 1px solid #efefef
}

.products .product-list-view .fusion-product-wrapper>.product-images .crossfade-images {
  position: relative
}

.products .product-list-view .product-buttons,
.products .product-list-view .product-details,
.products .product-list-view .product-excerpt.product-list {
  max-width: 73%;
  width: 73%;
  float: left;
  display: inline-block;
  padding: 0;
  margin: 0 0 0 2%
}

.products .product-list-view a.product-images {
  display: inline-block;
  max-width: 23%;
  width: 23%;
  margin-right: 2%;
  float: left
}

.products .product-list-view .product-details-container .clearfix {
  justify-content: flex-start
}

.products .product-list-view .product-details-container .clearfix .star-rating {
  margin: 0 15px
}

.products .product-list-view .product-buttons {
  border: none;
  padding-top: 20px;
  margin: 0
}

.products .product-list-view .product-buttons a {
  display: inline-block;
  float: left !important
}

.products .product-list-view .product-buttons a:first-of-type {
  margin-right: 20px
}

.products .product-list-view .product-excerpt-container {
  padding-top: 20px
}

.products .product-list-view .product-excerpt.product-list {
  padding-top: 0
}

.fusion-woocommerce-equal-heights:not(.fusion-woo-archive-page-columns-1) .products .product.product-grid-view,
.fusion-woocommerce-equal-heights:not(.fusion-woo-archive-page-columns-1) .products.related .product,
.fusion-woocommerce-equal-heights:not(.fusion-woo-related-columns-1) .products .product.product-grid-view,
.fusion-woocommerce-equal-heights:not(.fusion-woo-related-columns-1) .products.related .product,
.fusion-woocommerce-equal-heights:not(.fusion-woo-shop-page-columns-1) .products .product.product-grid-view,
.fusion-woocommerce-equal-heights:not(.fusion-woo-shop-page-columns-1) .products.related .product {
  display: flex;
  flex-direction: column
}

.fusion-woocommerce-equal-heights:not(.fusion-woo-archive-page-columns-1) .products .product.product-grid-view .fusion-product-content,
.fusion-woocommerce-equal-heights:not(.fusion-woo-archive-page-columns-1) .products .product.product-grid-view .fusion-product-wrapper,
.fusion-woocommerce-equal-heights:not(.fusion-woo-archive-page-columns-1) .products.related .product .fusion-product-content,
.fusion-woocommerce-equal-heights:not(.fusion-woo-archive-page-columns-1) .products.related .product .fusion-product-wrapper,
.fusion-woocommerce-equal-heights:not(.fusion-woo-related-columns-1) .products .product.product-grid-view .fusion-product-content,
.fusion-woocommerce-equal-heights:not(.fusion-woo-related-columns-1) .products .product.product-grid-view .fusion-product-wrapper,
.fusion-woocommerce-equal-heights:not(.fusion-woo-related-columns-1) .products.related .product .fusion-product-content,
.fusion-woocommerce-equal-heights:not(.fusion-woo-related-columns-1) .products.related .product .fusion-product-wrapper,
.fusion-woocommerce-equal-heights:not(.fusion-woo-shop-page-columns-1) .products .product.product-grid-view .fusion-product-content,
.fusion-woocommerce-equal-heights:not(.fusion-woo-shop-page-columns-1) .products .product.product-grid-view .fusion-product-wrapper,
.fusion-woocommerce-equal-heights:not(.fusion-woo-shop-page-columns-1) .products.related .product .fusion-product-content,
.fusion-woocommerce-equal-heights:not(.fusion-woo-shop-page-columns-1) .products.related .product .fusion-product-wrapper {
  display: flex;
  flex-direction: column;
  flex-grow: 1
}

.fusion-woocommerce-equal-heights:not(.fusion-woo-archive-page-columns-1) .products .product.product-grid-view .product-buttons,
.fusion-woocommerce-equal-heights:not(.fusion-woo-archive-page-columns-1) .products.related .product .product-buttons,
.fusion-woocommerce-equal-heights:not(.fusion-woo-related-columns-1) .products .product.product-grid-view .product-buttons,
.fusion-woocommerce-equal-heights:not(.fusion-woo-related-columns-1) .products.related .product .product-buttons,
.fusion-woocommerce-equal-heights:not(.fusion-woo-shop-page-columns-1) .products .product.product-grid-view .product-buttons,
.fusion-woocommerce-equal-heights:not(.fusion-woo-shop-page-columns-1) .products.related .product .product-buttons {
  margin-top: auto
}

.products .product .fusion-item-in-cart .fusion-rollover-content .fusion-product-buttons {
  display: none
}

.products .product.fusion-faded-out {
  border: none
}

.product .product-buttons {
  padding-top: 15px
}

.product .product-buttons .fusion-content-sep {
  margin-top: 14px;
  margin-bottom: 15px
}

.product-buttons a {
  display: block;
  position: relative;
  box-sizing: border-box;
  padding-left: 16px;
  width: auto;
  max-width: 49%;
  line-height: inherit;
  font-size: 12px;
  text-shadow: none
}

.product-buttons a:first-child {
  float: left
}

.product-buttons a:nth-of-type(2),
.product-buttons a:nth-of-type(3),
.product-buttons a:nth-of-type(4) {
  float: right !important
}

.product-buttons a:before {
  position: absolute;
  margin-left: -16px;
  font-family: awb-icons;
  color: inherit
}

.product-buttons .add_to_cart_button:before,
.product-buttons .product_type_auction:before,
.product-buttons .product_type_external:before,
.product-buttons .product_type_simple:before {
  content: "\f07a"
}

.product-buttons .show_details_button:before {
  content: "\e623"
}

.product-buttons .fusion-quick-view:before {
  content: "\f06e"
}

.product-buttons .product_type_grouped:before,
.product-buttons .product_type_variable:before {
  content: "\f013"
}

.product-buttons .align-right {
  float: right;
  width: 41%;
  position: relative;
  display: inline-block;
  line-height: 40px
}

.product-buttons .added_to_cart {
  display: none
}

.product-buttons .button {
  text-align: left
}

.product-images {
  position: relative
}

.product-images {
  display: block;
  text-align: center;
  position: relative
}

.product-title {
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 400
}

#main .product .product_title {
  margin: 0
}

.cart-loading {
  display: none;
  z-index: 100;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  transform: translateY(-50%);
  text-align: center
}

.cart-loading .awb-icon-spinner {
  animation: mask 3s infinite alternate;
  display: inline-block;
  line-height: 70px
}

.cart-loading .awb-icon-check-square-o {
  display: inline-block;
  line-height: 70px
}

.cart-loading i {
  display: inline-block;
  height: 70px;
  width: 70px;
  line-height: 70px;
  border-radius: 50%;
  background-clip: padding-box;
  background-color: rgba(0, 0, 0, .8);
  font-size: 25px;
  color: #fff
}

.cart-loading .view-cart {
  margin-top: 10px
}

.fusion-clean-product-image-wrapper {
  position: relative
}

.fusion-clean-product-image-wrapper .fusion-rollover .cart-loading {
  position: relative;
  transform: none;
  top: auto;
  bottom: auto;
  right: auto;
  left: auto;
  margin: 0 0 5px;
  height: 100%;
  width: 100%;
  border-radius: 0;
  background-clip: padding-box;
  font-size: 14px;
  line-height: normal;
  text-transform: uppercase
}

.fusion-clean-product-image-wrapper .fusion-rollover .cart-loading:hover {
  opacity: .6
}

#wrapper .fusion-clean-product-image-wrapper .fusion-rollover .cart-loading {
  background-color: transparent
}

.fusion-clean-product-image-wrapper .fusion-rollover .cart-loading i {
  font-size: 32px;
  line-height: 70px
}

.fusion-clean-product-image-wrapper .fusion-rollover .cart-loading .view-cart {
  display: none
}

.fusion-clean-product-image-wrapper.fusion-item-in-cart .cart-loading .view-cart {
  display: block
}

.fusion-item-in-cart .fusion-rollover-content .fusion-product-buttons,
.fusion-item-in-cart .fusion-rollover-content .star-rating {
  display: none
}

.fusion-woo-product-design-clean .products .fusion-price-rating {
  display: block
}

.fusion-woo-product-design-clean .products .fusion-rollover-content .fusion-product-buttons a {
  letter-spacing: 1px
}

.fusion-woo-product-design-clean .products .product .product-details-container,
.fusion-woo-product-design-clean .slides .product .product-details-container {
  text-align: center
}

.fusion-woo-product-design-clean .products .product .product-title,
.fusion-woo-product-design-clean .slides .product .product-title {
  font-style: italic
}

.fusion-woo-product-design-clean .products .product .fusion-rollover .star-rating,
.fusion-woo-product-design-clean .slides .product .fusion-rollover .star-rating {
  margin: 0 auto
}

.fusion-woo-product-design-clean .products .product .fusion-rollover .fusion-rollover-content .fusion-product-buttons a,
.fusion-woo-product-design-clean .slides .product .fusion-rollover .fusion-rollover-content .fusion-product-buttons a {
  padding: 0
}

.fusion-woo-product-design-clean .products .product .fusion-rollover-content .fusion-product-buttons a:hover,
.fusion-woo-product-design-clean .slides .product .fusion-rollover-content .fusion-product-buttons a:hover {
  opacity: .6
}

.fusion-woo-product-design-clean .products .product .fusion-rollover-content .fusion-product-buttons .wc-forward,
.fusion-woo-product-design-clean .slides .product .fusion-rollover-content .fusion-product-buttons .wc-forward {
  display: none
}

.fusion-woo-product-design-clean .products .product .fusion-rollover-content .fusion-rollover-linebreak,
.fusion-woo-product-design-clean .slides .product .fusion-rollover-content .fusion-rollover-linebreak {
  margin: 0 10px
}

.fusion-woo-product-design-clean .products .product .fusion-product-buttons,
.fusion-woo-product-design-clean .slides .product .fusion-product-buttons {
  margin-top: 6px;
  text-transform: uppercase
}

.fusion-woo-product-design-clean .products .product .fusion-product-buttons a,
.fusion-woo-product-design-clean .slides .product .fusion-product-buttons a {
  display: inline;
  float: none;
  margin-top: 0;
  padding: 0;
  letter-spacing: 1px
}

.fusion-woo-product-design-clean .products .product .fusion-product-buttons a:after,
.fusion-woo-product-design-clean .products .product .fusion-product-buttons a:before,
.fusion-woo-product-design-clean .slides .product .fusion-product-buttons a:after,
.fusion-woo-product-design-clean .slides .product .fusion-product-buttons a:before {
  display: none
}

.fusion-woo-product-design-clean .products .product .product-details-container .clearfix,
.fusion-woo-product-design-clean .slides .product .product-details-container .clearfix {
  display: block
}

.fusion-woo-product-design-clean .products .product-list-view .product-details-container,
.fusion-woo-product-design-clean .products .product-list-view .product-excerpt-container,
.fusion-woo-product-design-clean .slides .product-list-view .product-details-container,
.fusion-woo-product-design-clean .slides .product-list-view .product-excerpt-container {
  text-align: left
}

.fusion-woo-product-design-clean .products .product-list-view .onsale,
.fusion-woo-product-design-clean .slides .product-list-view .onsale {
  top: 70px;
  left: calc(var(--timeline_bg_color-20px-transparent) + 15px)
}

.fusion-woo-product-design-clean .products .product-list-view .price,
.fusion-woo-product-design-clean .slides .product-list-view .price {
  font-style: normal
}

.fusion-woo-product-design-clean .products .product-list-view .fusion-clean-product-image-wrapper,
.fusion-woo-product-design-clean .slides .product-list-view .fusion-clean-product-image-wrapper {
  display: inline-block;
  float: left;
  margin-right: 2%;
  min-height: 100px;
  width: 23%;
  max-width: 23%
}

.fusion-woo-product-design-clean .fusion-woo-slider .fusion-product-buttons a {
  letter-spacing: 1px
}

.star-rating {
  display: inline-block;
  overflow: hidden;
  position: relative;
  height: 1em;
  line-height: 1em;
  font-size: 1em;
  width: 5.1em
}

.star-rating:before {
  float: left;
  top: 0;
  left: 0;
  position: absolute;
  letter-spacing: .1em
}

.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;
  letter-spacing: .1em
}

.fusion-body .fusion-wrapper .star-rating {
  font-family: awb-icons
}

.fusion-body .fusion-wrapper .star-rating:before {
  content: "\f006\f006\f006\f006\f006"
}

.fusion-body .fusion-wrapper .star-rating span:before {
  content: "\f005\f005\f005\f005\f005"
}

.product-details .star-rating {
  float: right
}

.fusion-woo-badges-wrapper {
  position: absolute;
  z-index: 98;
  top: 0;
  left: 0;
  width: 100%;
  pointer-events: none;
  text-align: initial;
  display: flex;
  flex-direction: column;
  align-items: flex-start
}

.fusion-woo-badges-wrapper .fusion-out-of-stock,
.fusion-woo-badges-wrapper .onsale {
  position: static
}

.fusion-woo-badges-wrapper .onsale {
  margin-top: 20px;
  margin-left: 15px
}

.woo-outofstock-badge-top_bar .outofstock .fusion-woo-badges-wrapper .onsale {
  margin-top: 15px
}

.outofstock .fusion-woo-badges-wrapper .onsale {
  margin-top: .45em
}

.fusion-woo-badges-wrapper .fusion-out-of-stock {
  height: auto;
  line-height: 1;
  border-style: solid;
  padding-top: var(--fusion-woo-outofstock-badge-padding-top, .45em);
  padding-right: var(--fusion-woo-outofstock-badge-padding-right, 0);
  padding-bottom: var(--fusion-woo-outofstock-badge-padding-bottom, .45em);
  padding-left: var(--fusion-woo-outofstock-badge-padding-left, 0)
}

.woo-outofstock-badge-circle .fusion-woo-badges-wrapper .fusion-out-of-stock,
.woo-outofstock-badge-rectangle .fusion-woo-badges-wrapper .fusion-out-of-stock {
  width: auto;
  margin-top: 20px;
  margin-left: 15px
}

.woo-outofstock-badge-circle .fusion-woo-badges-wrapper .fusion-out-of-stock {
  line-height: 0;
  border-radius: 50%;
  padding: 0 .3em
}

.woo-outofstock-badge-circle .fusion-woo-badges-wrapper .fusion-out-of-stock:after,
.woo-outofstock-badge-circle .fusion-woo-badges-wrapper .fusion-out-of-stock:before {
  content: "";
  width: 100%;
  padding-top: calc(50% + .3em);
  display: block
}

.onsale {
  -webkit-backface-visibility: hidden;
  z-index: 98;
  color: #fff;
  position: absolute;
  pointer-events: none;
  display: inline-block;
  border-style: solid;
  line-height: 1;
  padding-top: var(--fusion-woo-sale-badge-padding-top, .5em);
  padding-right: var(--fusion-woo-sale-badge-padding-right, .5em);
  padding-bottom: var(--fusion-woo-sale-badge-padding-bottom, .5em);
  padding-left: var(--fusion-woo-sale-badge-padding-left, .5em)
}

.woo-sale-badge-circle .onsale {
  line-height: 0;
  border-radius: 50%;
  padding: 0 .3em
}

.woo-sale-badge-circle .onsale:after,
.woo-sale-badge-circle .onsale:before {
  content: "";
  width: 100%;
  padding-top: calc(50% + .3em);
  display: block
}

.fusion-out-of-stock {
  z-index: 98;
  position: absolute;
  left: 0;
  top: 0;
  height: 25px;
  width: 100%;
  line-height: 25px;
  background-clip: padding-box;
  background-color: rgba(210, 0, 0, .9);
  font-size: 13px;
  color: #fff;
  text-align: center;
  pointer-events: none
}

.fusion-out-of-stock .fusion-position-text {
  word-wrap: break-word
}

.price del .amount,
.product-details .price .from {
  font-size: 13px;
  margin-right: 5px
}

.price ins {
  text-decoration: none
}

.price ins .amount {
  text-decoration: none
}

.price .stock {
  display: inline;
  margin: 0 10px
}

.product-details-container {
  min-height: 50px
}

.product-details-container .fusion-price-rating {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap
}

.product-details-container .fusion-price-rating .star-rating {
  order: 2
}

.product-details-container .fusion-price-rating .price {
  order: 0;
  margin-top: 0
}

.onsale {
  top: 20px;
  left: 15px
}

li.outofstock .onsale {
  top: 28px
}

.product .price {
  margin: 5px 0 0
}

.product .product-border {
  z-index: auto;
  clear: none;
  height: 4px;
  border-top: 1px solid #e7e6e6;
  border-bottom: 1px solid #e7e6e6;
  margin-top: 20px;
  margin-bottom: 20px;
  box-sizing: content-box
}

.fusion-woo-product-design-clean .products .fusion-rollover-content .fusion-product-buttons,
.fusion-woo-product-design-clean .products .fusion-rollover-content .fusion-product-buttons a,
.fusion-woo-product-design-clean .products .fusion-rollover-content .fusion-rollover-linebreak,
.fusion-woo-slider .fusion-product-buttons,
.fusion-woo-slider .fusion-product-buttons .fusion-rollover-linebreak,
.fusion-woo-slider .fusion-product-buttons a {
  color: var(--image_rollover_text_color)
}

.fusion-woo-product-design-clean .products .fusion-rollover .star-rating span:before,
.fusion-woo-product-design-clean .products .fusion-rollover .star-rating:before {
  color: var(--image_rollover_icon_color)
}

.products .product-list-view .fusion-product-wrapper {
  padding-left: var(--timeline_bg_color-20px-transparent);
  padding-right: var(--timeline_bg_color-20px-transparent);
  border-color: var(--timeline_color)
}

.products li .fusion-product-wrapper {
  background-color: var(--timeline_bg_color)
}

.product-buttons,
.product-buttons-container,
.products li .fusion-product-wrapper {
  border-color: var(--timeline_color)
}

.avada-has-transparent-timeline_color .product-buttons,
.avada-has-transparent-timeline_color .product-buttons-container,
.avada-has-transparent-timeline_color .products li .fusion-product-wrapper {
  border: none
}

.cross-sells .fusion-product-content,
.product-category h2,
.product-grid-view .fusion-product-content,
.related.products .fusion-product-content,
.up-sells .fusion-product-content {
  padding-top: var(--woocommerce_product_box_content_padding-top);
  padding-right: var(--woocommerce_product_box_content_padding-right);
  padding-bottom: var(--woocommerce_product_box_content_padding-bottom);
  padding-left: var(--woocommerce_product_box_content_padding-left)
}

.product .product-buttons .fusion-content-sep {
  margin-bottom: var(--woocommerce_product_box_content_padding-bottom)
}

.fusion-image-wrapper .fusion-rollover .fusion-rollover-content .fusion-product-buttons a,
.fusion-menu-cart-items,
.fusion-rollover-linebreak,
.product-buttons a {
  font-size: var(--woo_icon_font_size)
}

.fusion-image-wrapper .fusion-rollover .fusion-rollover-content .fusion-product-buttons a,
.product-buttons a {
  padding-left: calc(var(--woo_icon_font_size) + 2px)
}

.fusion-image-wrapper .fusion-rollover .fusion-rollover-content .fusion-product-buttons a:before,
.product-buttons a:before {
  margin-left: calc(-2px - var(--woo_icon_font_size))
}

.rtl .fusion-image-wrapper .fusion-rollover .fusion-rollover-content .fusion-product-buttons a,
.rtl .product-buttons a {
  padding-right: calc(var(--woo_icon_font_size) + 2px)
}

.rtl .fusion-image-wrapper .fusion-rollover .fusion-rollover-content .fusion-product-buttons a:before,
.rtl .product-buttons a:before {
  margin-right: calc(-2px - var(--woo_icon_font_size))
}

.onsale {
  font-size: var(--fusion-woo-sale-badge-text-size, "16px");
  color: var(--fusion-woo-sale-badge-text-color, "#fff");
  border-width: var(--fusion-woo-sale-badge-width-top) var(--fusion-woo-sale-badge-width-right) var(--fusion-woo-sale-badge-width-bottom) var(--fusion-woo-sale-badge-width-left);
  border-color: var(--fusion-woo-sale-badge-border-color);
  background-color: var(--fusion-woo-sale-badge-background-color, --primary_color);
  border-top-left-radius: var(--fusion-woo-sale-badge-border-top-left-radius, 0);
  border-top-right-radius: var(--fusion-woo-sale-badge-border-top-right-radius, 0);
  border-bottom-right-radius: var(--fusion-woo-sale-badge-border-bottom-right-radius, 0);
  border-bottom-left-radius: var(--fusion-woo-sale-badge-border-bottom-left-radius, 0)
}

.fusion-out-of-stock {
  color: var(--fusion-woo-outofstock-badge-text-color, "#fff");
  background-color: var(--fusion-woo-outofstock-badge-background-color, "#d20000");
  border-width: var(--fusion-woo-outofstock-badge-width-top) var(--fusion-woo-outofstock-badge-width-right) var(--fusion-woo-outofstock-badge-width-bottom) var(--fusion-woo-outofstock-badge-width-left);
  border-color: var(--fusion-woo-outofstock-badge-border-color)
}

.woo-outofstock-badge-rectangle .fusion-out-of-stock,
.woo-outofstock-badge-top_bar .fusion-out-of-stock {
  border-top-left-radius: var(--fusion-woo-outofstock-badge-border-top-left-radius, 0);
  border-top-right-radius: var(--fusion-woo-outofstock-badge-border-top-right-radius, 0);
  border-bottom-right-radius: var(--fusion-woo-outofstock-badge-border-bottom-right-radius, 0);
  border-bottom-left-radius: var(--fusion-woo-outofstock-badge-border-bottom-left-radius, 0)
}

.fusion-woo-badges-wrapper .fusion-out-of-stock {
  font-size: var(--fusion-woo-outofstock-badge-text-size, "13px")
}

.fusion-woo-product-design-clean .product.sale .fusion-image-wrapper {
  z-index: auto
}

.fusion-woo-product-design-clean .product.sale .fusion-image-wrapper .fusion-rollover {
  z-index: 4
}

.fusion-woo-product-design-clean .product.sale .onsale {
  z-index: 3
}

.ywgc-message textarea {
  border-style: solid
}

.fusion-body .gift-cards-list .ywgc-amount-buttons {
  padding-right: .5em;
  padding-left: .5em
}

.catalog-ordering {
  display: flex;
  margin-bottom: 32px
}

.catalog-ordering a {
  color: #333
}

.catalog-ordering .order li a {
  background: #fbfaf9;
  border: 1px solid #dbdbdb;
  display: block;
  font-size: 12px;
  text-align: center
}

.orderby-order-container {
  display: flex
}

.catalog-ordering>ul,
.orderby-order-container>ul {
  list-style: none;
  margin: 0 6px 10px 0;
  padding: 0
}

.catalog-ordering>ul,
.order-dropdown ul li a,
.order-dropdown>li:after,
.orderby-order-container>ul {
  height: 39px;
  line-height: 39px
}

.catalog-ordering .order,
.order-dropdown>li:after {
  width: 39px
}

.order-dropdown {
  position: relative;
  z-index: 100;
  cursor: pointer
}

.order-dropdown ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: none;
  background: #fbfaf9;
  width: 100%
}

.order-dropdown ul li a {
  background: #fbfaf9;
  border: 1px solid #dbdbdb;
  border-top: 0;
  display: block;
  font-size: 12px;
  padding: 0 13px
}

.order-dropdown ul li a:hover {
  background: #fff
}

.order-dropdown ul li a strong {
  font-weight: 400
}

.order-dropdown .current-li {
  background: #fbfaf9;
  border: 1px solid #dbdbdb;
  display: block;
  padding: 0 52px 0 13px;
  font-size: 12px
}

.order-dropdown>li {
  position: relative;
  z-index: 99
}

.order-dropdown>li:hover>ul {
  display: block;
  position: absolute
}

.order-dropdown>li:after {
  display: block;
  font-family: awb-icons;
  content: "\e61f";
  font-size: 9px;
  z-index: 101;
  position: absolute;
  top: 0;
  right: 0;
  text-align: center;
  border-left: 1px solid #dbdbdb
}

.order-dropdown li ul li {
  overflow: hidden
}

.order-dropdown.sort-count {
  min-width: 185px
}

.current-li-content {
  display: block;
  overflow: hidden;
  min-width: 133px
}

.fusion-grid-list-view {
  margin: 0;
  padding: 0;
  list-style: none;
  border: 1px solid #ddd;
  box-sizing: content-box
}

.fusion-grid-list-view li {
  height: 100%;
  width: 39px;
  float: left;
  text-align: center;
  background-color: #fbfaf9
}

.fusion-grid-list-view li a:hover {
  color: #333
}

.fusion-grid-list-view li:hover {
  background-color: #fff;
  cursor: pointer
}

.fusion-grid-view,
.fusion-list-view {
  display: block
}

.fusion-grid-view {
  position: relative;
  font-size: 22px
}

.fusion-grid-view .awb-icon-grid {
  display: block;
  margin-top: 50%;
  position: absolute;
  top: -11px;
  width: 100%
}

.fusion-list-view {
  font-size: 14px
}

.fusion-grid-view-li {
  border-right: 1px solid #ddd
}

.fusion-grid-list-view li.active-view a i {
  color: rgba(51, 51, 51, .45)
}

body .catalog-ordering .order li a,
body .fusion-grid-list-view a,
body .fusion-grid-list-view li.active-view a i,
body .fusion-grid-list-view li:hover,
body .order-dropdown,
body .order-dropdown a,
body .order-dropdown a:hover,
body .order-dropdown ul li a,
body .order-dropdown ul li a:hover,
body .order-dropdown>li:after {
  color: var(--woo_dropdown_text_color)
}

.catalog-ordering .order li a,
.fusion-grid-list-view,
.fusion-grid-list-view li,
.order-dropdown .current-li,
.order-dropdown ul li a,
.order-dropdown>li:after {
  border-color: var(--woo_dropdown_border_color)
}

.catalog-ordering .order li a,
.fusion-grid-list-view li,
.order-dropdown .current-li,
.order-dropdown ul li a {
  background-color: var(--woo_dropdown_bg_color)
}

.fusion-grid-list-view li.active-view,
.fusion-grid-list-view li:hover,
.order-dropdown ul li a:hover {
  background-color: var(--woo_dropdown_bg_color-1l)
}

.fusion-woocommerce-quick-view-overlay {
  display: none;
  z-index: 999998;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 0, 0, .7)
}

.fusion-woocommerce-quick-view-container {
  display: none;
  z-index: 999999;
  overflow: hidden;
  position: fixed;
  border-radius: 5px;
  background-color: #fff;
  transition: background-color .5s ease-in-out
}

.fusion-woocommerce-quick-view-container .product .summary.entry-summary .social-share li a i {
  color: var(--link_color)
}

.fusion-woocommerce-quick-view-container .product .summary.entry-summary .social-share li a:active i,
.fusion-woocommerce-quick-view-container .product .summary.entry-summary .social-share li a:focus i,
.fusion-woocommerce-quick-view-container .product .summary.entry-summary .social-share li a:hover i {
  color: var(--primary_color)
}

.fusion-woocommerce-quick-view-container.complete {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%)
}

.fusion-woocommerce-quick-view-container .fusion-wqv-close {
  display: none;
  z-index: 1;
  position: absolute;
  top: 20px;
  right: 20px
}

.fusion-woocommerce-quick-view-container .fusion-wqv-close button {
  opacity: .2;
  margin: -4px 2px 0 2px;
  padding: 0;
  background: 0 0;
  border: none;
  cursor: pointer;
  font-size: 30px;
  line-height: 30px;
  color: #000;
  font-weight: 700
}

.fusion-woocommerce-quick-view-container .fusion-wqv-close button.light {
  opacity: .35;
  color: #fff
}

.fusion-woocommerce-quick-view-container .fusion-wqv-content {
  display: none;
  height: 100%
}

.fusion-woocommerce-quick-view-container .fusion-wqv-preview-image {
  z-index: 1000;
  position: absolute;
  width: 100%
}

.fusion-woocommerce-quick-view-container .fusion-wqv-preview-image img {
  display: block;
  margin: 0;
  height: auto;
  width: 100%;
  max-width: none
}

.fusion-woocommerce-quick-view-container .fusion-wqv-content>.product {
  display: flex;
  height: 100%
}

.fusion-woocommerce-quick-view-container .product .woocommerce-product-gallery {
  width: calc(100% - 500px)
}

.fusion-woocommerce-quick-view-container .product .fusion-flexslider {
  max-height: 100%
}

.fusion-woocommerce-quick-view-container .product .flex-direction-nav {
  display: block
}

.fusion-woocommerce-quick-view-container .product .fusion-wqv-content-inner {
  display: flex;
  flex-flow: column;
  justify-content: space-between;
  max-width: 500px;
  flex: 1
}

.fusion-woocommerce-quick-view-container .product .summary.entry-summary {
  overflow-y: auto;
  opacity: 0;
  padding: 25px
}

.fusion-body .fusion-woocommerce-quick-view-container .product .summary.entry-summary {
  margin: 0
}

.fusion-woocommerce-quick-view-container .product .summary.entry-summary .cart {
  margin-top: 25px
}

.fusion-woocommerce-quick-view-container .product .summary.entry-summary .avada-availability {
  display: none
}

.fusion-woocommerce-quick-view-container .product .summary.entry-summary .product_meta {
  margin-top: 35px;
  padding-top: 0
}

.fusion-woocommerce-quick-view-container .product .summary.entry-summary .social-share {
  justify-content: flex-start;
  margin: 10px -.5em;
  border: none
}

.fusion-woocommerce-quick-view-container .product .summary.entry-summary .social-share li {
  padding: 0 .5em;
  width: auto;
  border: none
}

.fusion-woocommerce-quick-view-container .product .summary.entry-summary .social-share li a i {
  width: auto;
  background-color: transparent;
  border: none;
  font-size: 1.2em
}

.fusion-woocommerce-quick-view-container .product .summary.entry-summary .social-share li a:hover i {
  background-color: transparent
}

.fusion-woocommerce-quick-view-container .product .summary.entry-summary .social-share .fusion-woo-social-share-text {
  display: none
}

.fusion-woocommerce-quick-view-container.fusion-animate-content .summary.entry-summary .product_title {
  padding-top: 30px
}

.fusion-woocommerce-quick-view-container.fusion-animate-content .summary.entry-summary .avada-availability,
.fusion-woocommerce-quick-view-container.fusion-animate-content .summary.entry-summary .price,
.fusion-woocommerce-quick-view-container.fusion-animate-content .summary.entry-summary .woocommerce-product-rating {
  padding-top: 40px
}

.fusion-woocommerce-quick-view-container.fusion-animate-content .summary.entry-summary .product-border {
  padding-top: 50px
}

.fusion-woocommerce-quick-view-container.fusion-animate-content .summary.entry-summary .post-content,
.fusion-woocommerce-quick-view-container.fusion-animate-content .summary.entry-summary .social-share,
.fusion-woocommerce-quick-view-container.fusion-animate-content .summary.entry-summary .variations_form {
  padding-top: 60px
}

.fusion-body .fusion-woocommerce-quick-view-container .fusion-button-view-details.fusion-button-default-size {
  opacity: 0;
  width: 100%;
  border: none;
  border-radius: 0;
  box-shadow: none
}

.fusion-woocommerce-quick-view-container .fusion-wqv-loader {
  display: flex;
  flex-flow: column;
  align-items: center;
  opacity: 0;
  position: absolute;
  top: 50%;
  left: calc(100% - 250px);
  transform: translate(-50%, -50%);
  height: auto
}

.fusion-woocommerce-quick-view-container .fusion-wqv-loader .entry-title {
  margin: 0;
  text-align: center
}

.fusion-body #main .fusion-woocommerce-quick-view-container .fusion-wqv-loader .entry-title {
  font-size: 1.5em
}

.fusion-woocommerce-quick-view-container .fusion-wqv-loader .fusion-price-rating {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: .2em 0 1em 0
}

.fusion-woocommerce-quick-view-container .fusion-wqv-loader .fusion-price-rating .price {
  margin: 0
}

.fusion-woocommerce-quick-view-container .fusion-wqv-loader .star-rating {
  order: 2
}

.fusion-woocommerce-quick-view-container .fusion-wqv-loader .fusion-slider-loading {
  position: static;
  margin: 0;
  width: 5em;
  height: 5em
}

.fusion-woocommerce-quick-view-container .product-type-bundle .summary.entry-summary .cart {
  margin-top: 0
}

.fusion-woocommerce-quick-view-container .bundled_product_summary .bundled_product_title a.bundled_product_permalink:before {
  font-size: .5em
}

.avada-single-product-gallery-wrapper {
  position: relative;
  min-width: 0
}

.woocommerce-product-gallery {
  position: relative
}

.woocommerce-product-gallery .woocommerce-product-gallery__trigger {
  position: absolute;
  z-index: 1;
  right: 0;
  width: 40px;
  height: 40px;
  text-align: center;
  background-color: rgba(0, 0, 0, .3);
  font-size: 0
}

.woocommerce-product-gallery .woocommerce-product-gallery__trigger:after {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  font-family: awb-icons;
  content: "\f002";
  color: #fff;
  font-size: 18px
}

.woocommerce-product-gallery .woocommerce-product-gallery__trigger .emoji {
  display: none !important
}

.woocommerce-product-gallery figure {
  margin: 0
}

.woocommerce-product-gallery .flex-control-thumbs {
  margin: 3px -4px 0;
  width: auto;
  text-align: inherit
}

.woocommerce-product-gallery .flex-control-thumbs li {
  display: inline-block;
  vertical-align: top;
  float: none;
  margin: 0;
  padding: 4px
}

.woocommerce-product-gallery--columns-1.woocommerce-product-gallery .flex-control-thumbs li {
  width: 100%
}

.woocommerce-product-gallery--columns-2.woocommerce-product-gallery .flex-control-thumbs li {
  width: 50%
}

.woocommerce-product-gallery--columns-3.woocommerce-product-gallery .flex-control-thumbs li {
  width: 33.3333%
}

.woocommerce-product-gallery--columns-4.woocommerce-product-gallery .flex-control-thumbs li {
  width: 25%
}

.woocommerce-product-gallery--columns-5.woocommerce-product-gallery .flex-control-thumbs li {
  width: 20%
}

.woocommerce-product-gallery--columns-6.woocommerce-product-gallery .flex-control-thumbs li {
  width: 16.6667%
}

.woocommerce-product-gallery .flex-direction-nav {
  display: none
}

.woocommerce-product-gallery:hover .flex-direction-nav li a {
  opacity: .8
}

.woocommerce-product-gallery:hover .flex-direction-nav li a:hover {
  opacity: 1
}

.avada-product-images-global {
  float: left
}

.avada-product-images-thumbnails-left>.fusion-woo-badges-wrapper,
.avada-product-images-thumbnails-left>.onsale,
.avada-product-images-thumbnails-right>.fusion-woo-badges-wrapper,
.avada-product-images-thumbnails-right>.onsale,
.avada-product-images-thumbnails-top>.fusion-woo-badges-wrapper,
.avada-product-images-thumbnails-top>.onsale {
  display: none
}

.avada-product-images-thumbnails-bottom .avada-product-gallery,
.avada-product-images-thumbnails-top .avada-product-gallery {
  flex-wrap: wrap
}

.avada-product-images-thumbnails-bottom .avada-product-gallery .avada-product-gallery-thumbs-wrapper,
.avada-product-images-thumbnails-top .avada-product-gallery .avada-product-gallery-thumbs-wrapper {
  position: relative;
  overflow: hidden;
  width: 100%
}

.avada-product-images-thumbnails-bottom .avada-product-gallery .flex-control-thumbs,
.avada-product-images-thumbnails-top .avada-product-gallery .flex-control-thumbs {
  direction: ltr;
  justify-content: space-between;
  opacity: 0;
  position: absolute;
  margin: 0
}

.avada-product-images-thumbnails-bottom .avada-product-gallery .flex-control-thumbs li,
.avada-product-images-thumbnails-top .avada-product-gallery .flex-control-thumbs li {
  width: 119px
}

.avada-product-images-thumbnails-top .avada-product-gallery .flex-viewport {
  order: 2
}

.avada-product-images-thumbnails-top .avada-product-gallery .avada-product-gallery-thumbs-wrapper {
  order: 1;
  margin-bottom: 7px
}

.avada-product-images-thumbnails-bottom .avada-product-gallery .avada-product-gallery-thumbs-wrapper {
  margin-top: 7px
}

.avada-product-images-thumbnails-left .avada-product-gallery,
.avada-product-images-thumbnails-right .avada-product-gallery {
  width: 100%
}

.avada-product-images-thumbnails-left .avada-product-gallery .flex-control-thumbs,
.avada-product-images-thumbnails-right .avada-product-gallery .flex-control-thumbs {
  flex-flow: column;
  flex-shrink: 0;
  position: relative;
  margin: 0
}

.avada-product-images-thumbnails-left .avada-product-gallery .flex-control-thumbs li,
.avada-product-images-thumbnails-right .avada-product-gallery .flex-control-thumbs li {
  padding-bottom: 15%
}

.avada-product-images-thumbnails-left .avada-product-gallery .flex-control-thumbs li:last-child,
.avada-product-images-thumbnails-right .avada-product-gallery .flex-control-thumbs li:last-child {
  padding-bottom: 0
}

.avada-single-product-gallery-wrapper.avada-product-images-thumbnails-left .avada-product-gallery .flex-control-thumbs li,
.avada-single-product-gallery-wrapper.avada-product-images-thumbnails-right .avada-product-gallery .flex-control-thumbs li {
  width: 100%
}

.avada-product-images-thumbnails-right .avada-product-gallery .flex-viewport {
  order: 1
}

.avada-product-images-thumbnails-right .avada-product-gallery .flex-control-thumbs {
  order: 2
}

.avada-product-images-thumbnails-right .avada-product-gallery .flex-control-thumbs li {
  padding-left: 15%
}

.avada-product-images-thumbnails-left .avada-product-gallery .flex-viewport {
  order: 2
}

.avada-product-images-thumbnails-left .avada-product-gallery .flex-control-thumbs {
  order: 1
}

.avada-product-images-thumbnails-left .avada-product-gallery .flex-control-thumbs li {
  padding-right: 15%
}

.avada-product-gallery {
  display: flex
}

.avada-product-gallery .woocommerce-product-gallery__trigger {
  display: none
}

.avada-product-gallery .avada-product-gallery-lightbox-trigger {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%
}

.avada-product-gallery .woocommerce-product-gallery__image.flex-active-slide {
  position: relative
}

.avada-product-gallery .woocommerce-product-gallery__image.flex-active-slide .zoomImg {
  cursor: pointer
}

.avada-product-gallery .flex-control-thumbs {
  display: flex
}

.avada-product-gallery .flex-control-thumbs li {
  padding: 0
}

.avada-product-gallery .flex-direction-nav {
  display: block
}

.woocommerce #review_form input[type=text] {
  width: 100%
}

#reviews .overall-rating {
  float: right
}

#reviews .review-title {
  margin: 0
}

#reviews .review-main-title {
  margin-bottom: 25px
}

#reviews .commentlist {
  margin-bottom: 0
}

#reviews li {
  margin-bottom: 15px
}

#reviews li:last-child {
  margin-bottom: 0
}

#reviews .children {
  margin-top: 15px
}

#reviews li .comment-text {
  padding: 15px;
  border: 1px solid #f2efef;
  margin-left: 70px
}

#reviews li .avatar {
  float: left;
  max-width: 60px
}

#reviews li .comment-text .meta {
  display: inline-block;
  margin-bottom: 10px
}

#reviews li .comment-text .star-rating {
  float: right;
  margin-left: 5px
}

#reviews li .comment-text .description {
  clear: right
}

#reviews .add_review {
  margin: 15px 0 0;
  float: right
}

#review_form_wrapper {
  margin-top: 50px
}

#reviews #reply-title {
  margin-top: 0
}

.comment-respond .comment-reply-title {
  margin-top: 0;
  padding-top: 1em
}

.comment-form-rating label {
  display: none
}

#reviews .comment-form-comment label {
  display: block;
  margin-bottom: 4px
}

#reviews input#submit {
  border: 0;
  font-size: 13px;
  font-weight: 700
}

p.stars {
  position: relative;
  line-height: 1em;
  font-size: 1em
}

p.stars:after {
  content: "";
  display: block;
  clear: both
}

p.stars a {
  width: 19%;
  display: block;
  position: relative;
  float: left;
  box-sizing: border-box;
  padding: .5em .5em .5em .75em;
  background: rgba(0, 0, 0, .025);
  margin-right: 1%;
  border-radius: 4px;
  font-weight: 700
}

p.stars a.active,
p.stars a:hover {
  background: rgba(0, 0, 0, .075)
}

p.stars a.star-1:after,
p.stars a.star-2:after,
p.stars a.star-3:after,
p.stars a.star-4:after,
p.stars a.star-5:after {
  font-family: awb-icons;
  content: "\f005";
  position: absolute;
  top: .85em;
  width: 5.3em;
  right: 1em;
  font-size: .5em;
  border-radius: 1em;
  color: #999;
  text-align: right;
  font-weight: 400
}

p.stars a.star-1:hover,
p.stars a.star-2:hover,
p.stars a.star-3:hover,
p.stars a.star-4:hover,
p.stars a.star-5:hover {
  text-decoration: none
}

p.stars a.star-1:after {
  content: "\f005"
}

p.stars a.star-2:after {
  content: "\f005\f005"
}

p.stars a.star-3:after {
  content: "\f005\f005\f005"
}

p.stars a.star-4:after {
  content: "\f005\f005\f005\f005"
}

p.stars a.star-5:after {
  content: "\f005\f005\f005\f005\f005"
}

.woo-reviews-hide-heading #comments>h2 {
  display: none
}

#wrapper .fusion-woo-reviews-tb .meta {
  font-size: .75em
}

.shop_attributes {
  width: 100%
}

.shop_attributes tr {
  border-bottom: 1px solid #e0e0e0
}

.shop_attributes tr:last-child {
  border-bottom: 0
}

.shop_attributes tr th {
  text-align: left;
  width: 30%;
  font-weight: 700;
  padding: 5px 0
}

.shop_attributes tr td {
  text-align: left;
  width: 70%;
  padding: 5px 0
}

.product .shop_attributes p {
  margin: 0
}

.woocommerce-tabs {
  clear: both
}

.woocommerce-tabs {
  overflow: hidden;
  padding-top: 60px
}

.woocommerce-tabs>.tabs {
  list-style: none;
  padding: 0;
  margin: 0;
  width: 220px;
  float: left
}

.woocommerce-tabs .tabs li a {
  display: block;
  padding: 10px 0;
  border-bottom: 1px solid #e7e6e6
}

.woocommerce-tabs .tabs li a .arrow,
.woocommerce-tabs .tabs li a:hover .arrow {
  display: none
}

.woocommerce-tabs .tabs li.active a .arrow,
.woocommerce-tabs .tabs li.active a:hover .arrow {
  display: inline-block
}

.woocommerce-tabs .panel {
  border: 1px solid #e7e6e6;
  margin-left: 240px
}

.woocommerce-tabs .panel {
  padding: 40px
}

.single-product .woocommerce-tabs h3 {
  margin-top: 0;
  line-height: 1.5
}

.woo-tabs-hide-headings #comments>h2 {
  display: none
}

.woo-tabs-horizontal .woocommerce-tabs>.tabs {
  width: 100%;
  margin: 0;
  border-bottom: 1px solid #ddd
}

.woo-tabs-horizontal .woocommerce-tabs>.tabs li {
  float: left
}

.woo-tabs-horizontal .woocommerce-tabs>.tabs li a {
  border: 1px solid transparent !important;
  padding: 10px 20px
}

.woo-tabs-horizontal .woocommerce-tabs>.tabs .active {
  border: 1px solid #ddd;
  border-bottom: none;
  min-height: 40px;
  margin-bottom: -1px
}

.woo-tabs-horizontal .woocommerce-tabs>.tabs .active:hover a {
  cursor: default
}

.woo-tabs-horizontal .woocommerce-tabs .entry-content {
  float: left;
  margin: 0;
  width: 100%;
  border-top: none
}

.woocommerce-info,
.woocommerce-message {
  margin-bottom: 30px;
  padding: 20px 0 20px 16px;
  border: none;
  text-align: left
}

.woocommerce-info:before,
.woocommerce-message:before {
  position: absolute;
  margin-left: -16px;
  font-family: awb-icons;
  content: "\f05d"
}

.woocommerce-info .wc-forward,
.woocommerce-message .wc-forward {
  float: right;
  text-shadow: none
}

.woocommerce-info .wc-forward:before,
.woocommerce-message .wc-forward:before {
  font-family: awb-icons;
  content: "\f07a";
  margin-right: 6px;
  color: inherit
}

.woocommerce-error {
  list-style: none;
  padding: 0
}

.woocommerce-error li {
  margin-bottom: 15px;
  padding: 8px;
  position: relative;
  text-align: center
}

.wc-no-matching-variations:before {
  content: "\e908"
}

.fusion-form-form-wrapper .fusion-form-field {
  position: relative;
  width: 100%;
  clear: both;
  margin: 1em 0
}

.fusion-form-form-wrapper .fusion-form-field .fusion-form-input {
  width: 100%;
  padding: 0 1em;
  outline: 0;
  transition: all .2s ease
}

.fusion-form-form-wrapper .fusion-form-field .fusion-form-input[type=file] {
  border-color: transparent
}

.fusion-form-form-wrapper .fusion-form-field .fusion-form-input:hover:not(:focus) {
  border-color: var(--form_focus_border_color-5a)
}

.fusion-form-form-wrapper .fusion-form-field .label,
.fusion-form-form-wrapper .fusion-form-field label {
  display: inline-block;
  line-height: normal
}

.fusion-form-form-wrapper .fusion-form-field.fusion-form-label-above .label,
.fusion-form-form-wrapper .fusion-form-field.fusion-form-label-above label {
  margin-bottom: .65em
}

.fusion-form-form-wrapper .fusion-form-field.fusion-form-label-below .label,
.fusion-form-form-wrapper .fusion-form-field.fusion-form-label-below label {
  margin-top: .65em
}

.fusion-form-form-wrapper .fusion-form-field.fusion-form-label-below .select-arrow {
  top: 1px
}

.fusion-form-form-wrapper .fusion-form-field.fusion-form-textarea-field .fusion-form-input-with-icon>i {
  line-height: 1.4 !important
}

.fusion-form-form-wrapper .fusion-form-field.fusion-form-textarea-field .fusion-form-input-with-icon i {
  top: 1em;
  transform: inherit
}

.fusion-form-form-wrapper .fusion-form-field textarea {
  width: 100%
}

.fusion-form-form-wrapper .fusion-form-field textarea.fusion-form-input {
  padding: 1em;
  box-sizing: border-box;
  height: auto;
  border-style: solid
}

.fusion-form-form-wrapper .fusion-form-field option[value=""][disabled] {
  display: none
}

.fusion-form-form-wrapper .fusion-form-field option {
  color: var(--form_text_color)
}

.fusion-form-form-wrapper .fusion-form-field input[type=file] {
  width: 100%
}

.fusion-form-form-wrapper .fusion-form-field input[type=number] {
  padding: 1em;
  width: 100%;
  box-sizing: border-box;
  position: relative
}

.fusion-form-form-wrapper .fusion-form-field input[type=color] {
  display: block;
  width: 100%
}

.fusion-form-form-wrapper .fusion-form-field input[type=date] {
  display: block;
  width: 100%
}

.fusion-form-form-wrapper .fusion-form-field.fusion-form-hidden-field {
  display: none
}

.fusion-form-form-wrapper .fusion-form-field.fusion-form-recaptcha-field .fusion-form-hide-recaptcha-badge {
  display: none
}

.fusion-form-form-wrapper .fusion-form-field .fusion-form-tooltip {
  display: inline-block;
  margin-left: .4em;
  cursor: pointer;
  position: relative
}

.fusion-form-form-wrapper .fusion-form-field .fusion-form-tooltip .fusion-form-tooltip-content {
  opacity: 0;
  z-index: 9999;
  width: auto !important;
  white-space: nowrap;
  pointer-events: none;
  position: absolute;
  bottom: 2.2em;
  left: -1.35em;
  transform: translateY(10px);
  padding: .54em .65em;
  background: #333;
  color: #fff;
  border: 1px solid #333;
  border-radius: 3px;
  transition: all .2s ease .2s
}

.fusion-form-form-wrapper .fusion-form-field .fusion-form-tooltip .fusion-form-tooltip-content::before {
  content: " ";
  position: absolute;
  top: 100%;
  left: calc(1.4em - 5px);
  margin-left: .2em;
  width: 0;
  border-top: .6em solid;
  border-right: .5em solid transparent;
  border-left: .5em solid transparent;
  border-top-color: inherit;
  font-size: inherit;
  line-height: 0
}

.fusion-form-form-wrapper .fusion-form-field .fusion-form-tooltip:hover .fusion-form-tooltip-content {
  opacity: 1;
  transform: none
}

.fusion-form-form-wrapper .fusion-form-field.error input,
.fusion-form-form-wrapper .fusion-form-field.error label:not(.fusion-form-rating-icon) {
  color: #e0284f !important
}

.fusion-form-form-wrapper .fusion-form-field.error .fusion-form-input,
.fusion-form-form-wrapper .fusion-form-field.error .fusion-form-upload-field {
  border-color: #e0284f !important
}

.fusion-form-form-wrapper .fusion-form-field.error .fusion-form-input {
  box-shadow: 0 0 1.5px 1px rgba(224, 40, 79, .65)
}

.fusion-form-form-wrapper .fusion-form-field .fusion-form-element-hidden {
  display: none
}

.fusion-form-form-wrapper .fusion-form-field .fusion-form-input-with-icon {
  position: relative
}

.fusion-form-form-wrapper .fusion-form-field .fusion-form-input-with-icon>i {
  position: absolute;
  text-align: center;
  z-index: 99;
  left: 1em;
  top: 50%;
  top: calc(50% + (var(--form_border_width-top) - var(--form_border_width-bottom))/ 2);
  transform: translateY(-50%);
  color: var(--form_text_color);
  font-size: var(--form_text_size)
}

.fusion-form-form-wrapper .fusion-form-field .fusion-form-input-with-icon .fusion-form-input {
  padding-left: 2.5em !important
}

.fusion-form-form-wrapper .fusion-form-field .wp-editor-tabs {
  float: left
}

.fusion-form-form-wrapper .fusion-form-field .wp-editor-tabs .switch-tmce {
  margin-left: 0
}

.fusion-form-form-wrapper .fusion-form-field .fusion-form-section-wrapper .fusion-form-section-container .fusion-form-section-title-wrapper .fusion-form-section-title {
  margin: 0;
  line-height: 1.75 !important
}

.fusion-form-form-wrapper .fusion-form-field .fusion-form-section-wrapper .fusion-form-section-container.fusion-alignright {
  width: 100%;
  text-align: right;
  margin-left: 0
}

.fusion-form-form-wrapper .fusion-form-field-hidden {
  display: none
}

.fusion-form-form-wrapper .fusion-layout-column {
  margin-bottom: 0
}

.fusion-builder-live .fusion-form-form-wrapper button[type=submit] {
  pointer-events: none
}

.fusion-form .form-submission-notices .fusion-form-response {
  display: none
}

.fusion-body .flatpickr-calendar.open {
  z-index: 100000
}

.fusion-form-widget .fusion-form-form-wrapper .fusion-layout-column {
  width: 100%;
  min-width: 100%
}

@keyframes move {

  0%,
  32% {
    margin-left: -2.74em
  }

  33%,
  66% {
    margin-left: 0
  }

  100%,
  67% {
    margin-left: 2.74em
  }
}

@-moz-document url-prefix() {
  .fusion-form-form-wrapper .fusion-form-field select {
    text-indent: -.2em
  }
}

.avada-select-wrapper {
  display: flex;
  flex-wrap: wrap
}

.avada-select-wrapper select {
  display: none !important
}

.avada-button-select,
.avada-color-select,
.avada-image-select {
  width: var(--form_input_height);
  height: var(--form_input_height);
  border-style: solid;
  border-width: var(--form_border_width-top) var(--form_border_width-right) var(--form_border_width-bottom) var(--form_border_width-left);
  border-radius: var(--form_border_radius);
  border-color: var(--form_border_color);
  background-color: var(--form_bg_color);
  position: relative;
  margin-right: 5px;
  cursor: pointer;
  padding: 5px;
  display: inline-flex
}

.ltr .avada-button-select:last-child,
.ltr .avada-color-select:last-child,
.ltr .avada-image-select:last-child {
  margin-right: 0 !important
}

.rtl .avada-button-select:last-child,
.rtl .avada-color-select:last-child,
.rtl .avada-image-select:last-child {
  margin-left: 0 !important
}

.avada-button-select>span,
.avada-color-select>span,
.avada-image-select>span {
  height: 100%;
  display: block;
  width: 100%;
  border-radius: var(--form_border_radius)
}

.avada-button-select:focus,
.avada-color-select:focus,
.avada-image-select:focus {
  outline: 0;
  box-shadow: none
}

.avada-button-select:focus:not([data-checked]),
.avada-button-select:hover,
.avada-color-select:focus:not([data-checked]),
.avada-color-select:hover,
.avada-image-select:focus:not([data-checked]),
.avada-image-select:hover {
  border-color: var(--form_focus_border_color-5a)
}

.avada-button-select[data-checked],
.avada-color-select[data-checked],
.avada-image-select[data-checked] {
  border-color: var(--form_focus_border_color)
}

.avada-button-select[data-disabled],
.avada-color-select[data-disabled],
.avada-image-select[data-disabled] {
  opacity: .2;
  cursor: not-allowed
}

.avada-color-select>span {
  height: 100%;
  display: block;
  width: 100%;
  border-radius: var(--form_border_radius)
}

.avada-image-select {
  width: auto
}

.avada-image-select>img {
  height: 100%;
  width: auto;
  border-radius: var(--form_border_radius);
  object-fit: cover
}

.avada-button-select {
  min-width: var(--form_input_height);
  align-items: center;
  justify-content: center;
  padding: 5px 15px;
  width: auto
}

.widget_layered_nav .awb-woo-attr {
  display: flex !important;
  justify-content: space-between;
  align-items: center;
  float: none
}

.ltr .widget_layered_nav .awb-woo-attr {
  margin: 0 -10px 0 -12px
}

.rtl .widget_layered_nav .awb-woo-attr {
  margin: 0 -12px 0 -10px
}

.widget_layered_nav .awb-woo-attr:before {
  display: none
}

.widget_layered_nav .awb-woo-attr .avada-button-select,
.widget_layered_nav .awb-woo-attr .avada-color-select,
.widget_layered_nav .awb-woo-attr .avada-image-select {
  margin: 0;
  padding: 5px;
  border-style: solid;
  border-width: var(--form_border_width-top) var(--form_border_width-right) var(--form_border_width-bottom) var(--form_border_width-left)
}

.widget_layered_nav .awb-woo-attr:focus .avada-button-select,
.widget_layered_nav .awb-woo-attr:focus .avada-color-select,
.widget_layered_nav .awb-woo-attr:focus .avada-image-select,
.widget_layered_nav .awb-woo-attr:hover .avada-button-select,
.widget_layered_nav .awb-woo-attr:hover .avada-color-select,
.widget_layered_nav .awb-woo-attr:hover .avada-image-select {
  border-color: var(--form_focus_border_color-5a)
}

.widget_layered_nav .awb-woo-attr-wrapper {
  display: inline-flex;
  align-items: center
}

.widget_layered_nav .awb-woo-attr-name {
  margin: 0 .5em
}

.widget_layered_nav .awb-woo-attr-count {
  font-size: .9em
}

.fusion-content-widget-area .widget_layered_nav li.chosen .awb-woo-attr,
.fusion-content-widget-area .widget_layered_nav li.chosen .count,
.fusion-content-widget-area .widget_layered_nav_filters li.chosen .awb-woo-attr,
.fusion-content-widget-area .widget_layered_nav_filters li.chosen .count {
  color: var(--form_focus_border_color-5a)
}

.fusion-content-widget-area .widget_layered_nav li .awb-woo-attr:hover,
.fusion-content-widget-area .widget_layered_nav_filters li .awb-woo-attr:hover {
  color: var(--form_focus_border_color-5a)
}

.woocommerce input[type=number] {
  -moz-appearance: textfield
}

.woocommerce input[type=number].qty::-webkit-inner-spin-button,
.woocommerce input[type=number].qty::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0
}

.woocommerce .avada-order-details .order-again .button,
.woocommerce .login .button,
.woocommerce .lost_reset_password input[type=submit],
.woocommerce .register .button,
.woocommerce .shipping-calculator-form .button,
.woocommerce button.button,
.woocommerce button.fusion-button {
  text-transform: uppercase;
  text-align: center;
  margin: 0;
  cursor: pointer
}

.woocommerce .lost_reset_password input[type=submit] {
  border: 0
}

.woocommerce .button {
  cursor: pointer
}

.woocommerce .single_add_to_cart_button,
.woocommerce button.button {
  margin-top: -1px
}

.woocommerce .avada-shipping-calculator-form .button,
.woocommerce .shipping-calculator-form .button {
  float: right;
  margin-top: 0
}

.woocommerce-checkout .woocommerce .woocommerce-form-login {
  margin-bottom: 20px
}

.woocommerce .login .form-row {
  text-align: initial;
  margin: 0 20px 0 15px;
  float: right
}

.woocommerce .login .form-row.form-row-first,
.woocommerce .login .form-row.form-row-last {
  margin: 0 0 20px;
  float: none
}

.woocommerce .login .button {
  margin-left: 15px
}

.woocommerce .login .inline {
  float: left;
  margin-top: 5px
}

.woocommerce .login .lost_password {
  float: right;
  margin-top: 5px
}

.woocommerce #customer_login .login .form-row {
  display: inline-block;
  float: none;
  text-align: initial
}

.woocommerce #customer_login .login .form-row:not(.woocommerce-form-row--wide) {
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  margin: 0 9px 0 0
}

.woocommerce #customer_login .login .form-row.form-row-wide {
  display: block;
  margin: 0 0 20px
}

.woocommerce #customer_login .login .woocommerce-form-login__rememberme {
  display: inline-flex;
  align-items: center;
  order: 2;
  padding: 0 9px
}

.woocommerce #customer_login .login .woocommerce-form-login__submit {
  margin-left: 0
}

.woocommerce #customer_login .login .woocommerce-LostPassword {
  display: inline-block;
  float: none;
  margin: 0
}

.woocommerce #customer_login .register .form-row:last-child {
  margin-bottom: 0
}

.woocommerce .checkout_coupon {
  margin-bottom: 40px;
  display: flex !important;
  align-items: center;
  justify-content: space-between
}

.woocommerce .checkout_coupon .promo-code-heading {
  margin: 0;
  padding: 0;
  border: none
}

.woocommerce .checkout_coupon .coupon-contents {
  display: flex !important;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  order: 4;
  margin: 0 -7.5px
}

.woocommerce .checkout_coupon .coupon-input {
  width: 240px;
  margin: 0;
  padding: 5px 7.5px
}

.woocommerce .checkout_coupon .coupon-input .input-text {
  margin: 0;
  padding: 8px 15px
}

.woocommerce .checkout_coupon .coupon-button {
  margin: 0;
  padding: 5px 7.5px
}

.woocommerce-ordering {
  display: none
}

.woocommerce-invalid:after {
  display: inline-block;
  margin-top: 7px;
  color: red
}

.woocommerce .woocommerce-container {
  width: 100%
}

.woocommerce form.processing {
  opacity: .6
}

.woocommerce form.processing .blockOverlay {
  background-color: transparent !important
}

.woocommerce-cart .processing {
  opacity: .6
}

.woocommerce-cart .processing .blockOverlay {
  background-color: transparent !important
}

#customer_login .col-1,
#customer_login .col-2,
.cart-totals-buttons,
.cart_totals,
.checkout_coupon,
.coupon,
.cross-sells,
.woocommerce-shipping-calculator {
  box-sizing: border-box;
  border: 1px solid;
  overflow: hidden;
  padding: 30px
}

#customer_login h2,
.cart_totals h2,
.coupon h2,
.cross-sells h2,
.woocommerce-shipping-calculator h2 {
  margin-top: 0;
  border-bottom: 1px solid;
  margin-bottom: 30px;
  padding-bottom: 10px
}

.cart .avada-cart-actions {
  height: auto
}

.cart .avada-cart-actions .actions {
  padding: 0
}

.cart .avada-cart-actions .actions .coupon,
.cart .avada-cart-actions .actions>.button {
  visibility: hidden;
  position: absolute;
  height: 0
}

.cart-collaterals {
  display: flex;
  flex-wrap: wrap
}

.cart-collaterals .cross-sells {
  width: 100%
}

.cart-collaterals .cart_totals {
  order: 2;
  width: 48%
}

.cart-collaterals .cart_totals .checkout-button,
.cart-collaterals .cart_totals .fusion-button {
  clear: both;
  float: right
}

.cart-collaterals .cart_totals .checkout-button {
  margin-top: 10px
}

.cart-collaterals .shipping-coupon {
  order: 1
}

.cart-collaterals .shipping-coupon .coupon {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between
}

.cart-collaterals .shipping-coupon .coupon>h2 {
  width: 100%
}

.cart-collaterals .shipping-coupon .coupon #avada_coupon_code {
  margin-right: 10px;
  width: auto;
  flex-grow: 2
}

.woocommerce-checkout .woocommerce .apple-pay-button-checkout-separator {
  border-bottom: 0
}

#wrapper .widget .product_list_widget li {
  padding-bottom: 10px;
  margin-bottom: 10px
}

.product_list_widget .wp-post-image,
.product_list_widget li>a>img,
.product_list_widget li>img {
  float: right;
  margin-left: 15px;
  max-width: 58px
}

.product_list_widget li,
.widget_layered_nav li {
  border-bottom-width: 1px;
  border-bottom-style: solid;
  overflow: hidden
}

.product_list_widget li a,
.widget_layered_nav li a {
  border-bottom: 0;
  padding: 0
}

.fusion-widget-area .widget_layered_nav_filters li.chosen {
  display: inline-flex;
  margin: .25em;
  line-height: normal;
  align-items: center;
  position: relative
}

.fusion-body .fusion-widget-area .widget_layered_nav_filters li.chosen {
  padding: .25em .5em
}

.fusion-widget-area .widget_layered_nav_filters li.chosen a:before {
  display: inline-block;
  content: "\e61d";
  transform: rotate(45deg);
  font-family: awb-icons
}

.product_list_widget li .amount,
.product_list_widget li .quantity {
  font-weight: 700;
  padding-top: 3px
}

.product_list_widget li .quantity {
  display: block;
  border: 0
}

.product_list_widget li dl {
  margin: 0
}

.product_list_widget li dd,
.product_list_widget li dt {
  margin: 0;
  display: inline
}

.product_list_widget li dt {
  font-weight: 700;
  margin-right: 5px
}

.product_list_widget li .star-rating {
  display: block;
  margin: 5px 0
}

.widget_shopping_cart_content .total .amount {
  display: inline-block;
  margin-left: 25px
}

.widget_shopping_cart_content .buttons {
  background: #f6f6f6;
  overflow: hidden
}

.widget_shopping_cart_content .buttons a {
  display: inline-block;
  width: 50%;
  float: left;
  text-indent: 10px;
  margin: 0;
  height: 35px;
  line-height: 35px
}

.widget_shopping_cart_content .buttons>a:before {
  font-family: awb-icons;
  content: "\f07a";
  margin-right: 10px
}

.widget_shopping_cart_content .buttons a.checkout:before {
  font-family: awb-icons;
  content: "\f046";
  margin-right: 10px
}

.widget_layered_nav li {
  overflow: hidden;
  padding: 10px 0
}

.widget_layered_nav li a {
  float: left
}

.widget_layered_nav li .count {
  float: right;
  font-size: 12px
}

.price_slider_wrapper {
  border-bottom: 1px solid;
  padding-bottom: 18px
}

.price_slider_amount {
  text-align: right;
  margin-top: 15px
}

.fusion-body .price_slider_amount .button {
  float: left;
  padding: .5em .7em
}

.wc-layered-nav-rating .star-rating {
  margin-right: 5px
}

.widget_rating_filter .star-rating {
  vertical-align: middle
}

.widget_product_categories .product-categories li a {
  display: inline-block
}

.price_label {
  line-height: 25px
}

.price_label .from {
  margin-left: 3px
}

.price_label .from,
.price_label .to {
  font-size: 14px;
  font-weight: 700
}

.ui-slider {
  position: relative;
  text-align: left
}

.ui-slider.ui-slider-horizontal {
  display: flex;
  align-items: center
}

.ui-slider .ui-slider-handle {
  position: absolute;
  z-index: 2;
  width: 12px;
  height: 12px;
  outline: 0
}

.ui-slider .ui-slider-handle:before {
  border: 1px solid #333;
  border-radius: 50%;
  background-clip: padding-box;
  background-color: #fff;
  width: 12px;
  height: 12px;
  outline: 0;
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0
}

.ui-slider .ui-slider-handle:after {
  border: 1px solid #333;
  border-radius: 50%;
  background-clip: padding-box;
  background-color: #fff;
  width: 2px;
  height: 2px;
  outline: 0;
  content: "";
  display: block;
  position: absolute;
  top: 5px;
  left: 5px;
  z-index: 3
}

.ui-slider .ui-slider-handle:last-child {
  transform: translateX(-100%)
}

.ui-slider .ui-slider-range {
  position: absolute;
  z-index: 1;
  font-size: .7em;
  display: block;
  border: 0;
  border-radius: 1em
}

.price_slider_wrapper .ui-widget-content {
  border-radius: 1em
}

.ui-slider-horizontal {
  height: .5em
}

.ui-slider-horizontal .ui-slider-range {
  top: 0;
  height: 100%
}

.ui-slider-horizontal .ui-slider-range-min {
  left: -1px
}

.ui-slider-horizontal .ui-slider-range-max {
  right: -1px
}

.product-category h2 {
  margin: 0;
  padding: 15px 20px
}

#customer_login h2 {
  margin-bottom: 5px
}

#customer_login .sep-double {
  margin-bottom: 40px
}

#customer_login_box {
  border: 1px solid;
  padding: 30px;
  box-sizing: border-box
}

#customer_login .one_half.last {
  padding-top: 29px
}

#customer_login_box .remember-box {
  padding-left: 20px;
  padding-right: 20px
}

#customer_login .col-1,
#customer_login .col-2 {
  width: 48%;
  float: left
}

#customer_login .col-1 {
  margin-right: 4%
}

.avada-myaccount-user {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  margin-bottom: 40px;
  border-top: 1px solid;
  border-bottom: 1px solid
}

.avada-myaccount-user .avada-myaccount-user-column {
  display: flex;
  flex-shrink: 0;
  align-items: center;
  padding: 20px 0;
  border-right: 1px solid
}

.avada-myaccount-user .avada-myaccount-user-column.message {
  flex-grow: 2;
  padding-left: 20px;
  padding-right: 20px
}

.avada-myaccount-user .avada-myaccount-user-column:last-child {
  flex-grow: 1.5;
  border-right: 0;
  padding-left: 20px
}

.avada-myaccount-user .username {
  display: inline;
  flex-grow: 1
}

.avada-myaccount-user .username .hello {
  display: inline-block;
  padding-left: 25px;
  font-size: 18px;
  line-height: 1.75;
  font-weight: 400;
  border: none
}

.avada-myaccount-user .username .hello:before {
  position: absolute;
  margin-left: -25px;
  font-family: awb-icons;
  content: "\f05d"
}

.avada-myaccount-user .username .not-user {
  display: block;
  padding-left: 25px;
  line-height: 1.75
}

.avada-myaccount-user .view-cart a {
  padding-left: 25px;
  text-transform: uppercase
}

.avada-myaccount-user .view-cart a:before {
  position: absolute;
  margin-left: -25px;
  font-family: awb-icons;
  content: "\f07a";
  color: inherit
}

.woocommerce-account .avada-myaccount-user {
  margin-bottom: 60px
}

.myaccount_user {
  display: none
}

#main .avada-myaccount-data {
  overflow: visible
}

.avada-myaccount-data .address,
.avada-myaccount-data .digital-downloads,
.avada-myaccount-data .edit-account-form,
.avada-myaccount-data .edit-account-heading,
.avada-myaccount-data .my_account_orders,
.avada-myaccount-data .myaccount_address,
.avada-myaccount-data h2,
.edit-address {
  display: none
}

.avada-myaccount-data .digital-downloads,
.avada-thank-you .order_details {
  list-style: none;
  margin: 10px 0 0;
  padding: 0
}

.avada-myaccount-data .digital-downloads li,
.avada-thank-you .order_details li {
  line-height: 19px;
  margin: 0 0 15px;
  padding: 0 0 0 25px
}

.avada-myaccount-data .digital-downloads li:before,
.avada-thank-you .order_details li:before {
  border-radius: 50%;
  font-size: 12px;
  text-align: center;
  content: "\f105";
  display: inline-block;
  float: left;
  font-family: awb-icons;
  font-style: normal;
  font-weight: 400;
  height: 19px;
  margin-left: -25px;
  margin-right: 0;
  text-decoration: inherit;
  width: 19px
}

.avada-myaccount-data .my_account_orders .order-total {
  border-top: none
}

.avada-myaccount-data .my_account_orders.shop_table tbody tr {
  height: 46px
}

.avada-thank-you .woocommerce-bacs-bank-details {
  margin-top: 40px
}

.avada-customer-details .addresses .col-1,
.avada-customer-details .addresses .col-2,
.avada-myaccount-data .addresses .col-1,
.avada-myaccount-data .addresses .col-2 {
  width: 48%;
  float: left
}

.avada-customer-details .addresses .col-1,
.avada-myaccount-data .addresses .col-1 {
  margin-right: 4%
}

.avada-customer-details .addresses .title,
.avada-myaccount-data .addresses .title {
  position: relative;
  margin-top: 0;
  border-bottom: 1px solid;
  margin-bottom: 15px;
  padding-bottom: 5px;
  display: block
}

.avada-customer-details .addresses .title h3,
.avada-myaccount-data .addresses .title h3 {
  display: inline-block;
  margin-bottom: 0;
  font-weight: 700
}

.avada-myaccount-data .addresses .title .edit {
  display: inline-block;
  margin: 2px 0 0 10px
}

body:not(:-moz-handler-blocked) .avada-myaccount-data .addresses .title .edit {
  margin-top: 3px
}

.avada-myaccount-data .input-text {
  padding: 8px 15px
}

.avada-checkout #billing_country_chosen,
.avada-checkout #billing_state_chosen,
.avada-checkout #shipping_country_chosen,
.avada-checkout #shipping_state_chosen,
.avada-myaccount-data #billing_country_chosen,
.avada-myaccount-data #billing_state_chosen,
.avada-myaccount-data #shipping_country_chosen,
.avada-myaccount-data #shipping_state_chosen,
.avada-myaccount-data .myaccount_address .chosen-container-single {
  width: 100% !important
}

.wc-item-meta {
  list-style: none;
  margin-top: 1em;
  margin-bottom: 0;
  padding: 0
}

.wc-item-meta li {
  margin: 5px 0
}

.wc-item-meta li:last-child {
  margin-bottom: 0
}

.wc-item-meta li p {
  display: inline;
  margin: 0
}

.avada-select .select2-container {
  width: 100% !important
}

.avada-select .select2-container .select2-choice,
.avada-select .select2-container .select2-choice2 {
  color: #aaa9a9;
  background-color: #fff;
  -webkit-appearance: none;
  box-sizing: border-box;
  height: 34px;
  padding: 7px 15px;
  border-radius: 0;
  background-image: none
}

.avada-select .select2-container .select2-choice .select2-arrow,
.avada-select .select2-container .select2-choice2 .select2-arrow {
  border-radius: 0;
  background-image: none;
  width: 34px;
  height: 34px;
  line-height: 34px;
  border-left: 1px solid #dadada;
  position: absolute;
  background: 0 0;
  pointer-events: none;
  z-index: 10;
  font-family: awb-icons;
  font-size: 9px;
  text-align: center
}

.avada-select .select2-container .select2-choice .select2-arrow b,
.avada-select .select2-container .select2-choice2 .select2-arrow b {
  pointer-events: none;
  z-index: 10;
  font-family: awb-icons;
  font-size: 9px;
  text-align: center;
  background: 0 0
}

.avada-select .select2-container .select2-choice .select2-arrow b:after,
.avada-select .select2-container .select2-choice2 .select2-arrow b:after {
  display: none
}

.avada-select .select2-container .select2-choice .select2-arrow b:before,
.avada-select .select2-container .select2-choice2 .select2-arrow b:before {
  content: "\e61f"
}

.avada-select .select2-container.select2-dropdown-open .select2-choice,
.avada-select .select2-container.select2-dropdown-open .select2-choices {
  background: inherit;
  background-image: inherit;
  background-image: linear-gradient(to top, #fff 0, #eee 50%);
  background-color: #eee
}

.avada-select .select2-container.select2-dropdown-open .select2-choice .select2-arrow,
.avada-select .select2-container.select2-dropdown-open .select2-choices .select2-arrow {
  transform: rotate(180deg);
  line-height: 28px;
  height: 28px;
  border-left-color: transparent
}

.woocommerce-page .select2-search--dropdown .select2-search__field {
  height: 27px;
  background-color: transparent
}

.avada-order-details {
  margin-bottom: 20px
}

.avada-order-details .shop_table.order_details .product-total {
  text-align: right
}

.avada-order-details .shop_table.order_details tfoot {
  border-top: 1px solid
}

.avada-order-details .shop_table.order_details tfoot tr {
  border: none
}

.avada-order-details .shop_table.order_details tfoot tr th {
  padding: 10px 30px 10px 0;
  width: 70%;
  border: none;
  text-align: right
}

.avada-order-details .shop_table.order_details tfoot tr td {
  text-align: right;
  padding: 10px 0
}

.avada-order-details .shop_table.order_details tfoot tr:first-child td,
.avada-order-details .shop_table.order_details tfoot tr:first-child th {
  padding-top: 20px
}

.avada-order-details .shop_table.order_details tfoot tr:last-child td,
.avada-order-details .shop_table.order_details tfoot tr:last-child th {
  padding-bottom: 0
}

.avada-order-details .shop_table.order_details tfoot tr:last-child td {
  padding-top: 20px
}

.avada-order-details .shop_table.order_details tfoot tr:last-child .amount {
  font-size: 18px
}

.avada-order-details .order-again {
  margin: 15px 0 0;
  text-align: right
}

.avada-customer-details .customer_details dd,
.avada-customer-details .customer_details dt {
  display: inline-block;
  margin: 0
}

.avada-customer-details .customer_details dt {
  font-weight: 700
}

.avada-customer-details .customer_details dd {
  padding: 0 3px
}

.avada-thank-you {
  margin-bottom: 20px
}

.woocommerce .cart-empty {
  float: left;
  font-size: 18px;
  border-top: 1px solid;
  border-bottom: 1px solid;
  width: 50%;
  line-height: 55px;
  height: 55px
}

.fusion-body .woocommerce .cart-empty {
  padding: 0
}

.woocommerce .cart-empty:before {
  display: none
}

.woocommerce .return-to-shop {
  float: left;
  border-top: 1px solid;
  border-bottom: 1px solid;
  width: 50%;
  text-align: right;
  line-height: 55px;
  height: 55px
}

.return-to-shop .wc-backward {
  padding-left: 25px
}

.return-to-shop .wc-backward:before {
  position: absolute;
  content: "\f07a";
  font-family: awb-icons;
  margin-left: -25px;
  color: inherit
}

.woocommerce-MyAccount-navigation ul,
.woocommerce-side-nav {
  list-style: none;
  margin: 0;
  padding: 0
}

.woocommerce-MyAccount-navigation,
.woocommerce-side-nav {
  float: left;
  width: 220px
}

.woocommerce-MyAccount-navigation ul,
.woocommerce-side-nav {
  list-style: none;
  margin: 0;
  padding: 0
}

.woocommerce-MyAccount-navigation ul li a,
.woocommerce-side-nav li a {
  display: block;
  padding: 10px 0;
  border-bottom: 1px solid
}

.woocommerce-MyAccount-navigation ul li.is-active a:after,
.woocommerce-side-nav li.is-active a:after {
  position: absolute;
  font-family: awb-icons;
  content: "\f105";
  margin-left: 5px
}

.woocommerce-MyAccount-content,
.woocommerce-content-box {
  border: 1px solid;
  padding: 30px;
  margin-left: 240px;
  overflow: hidden;
  box-sizing: border-box
}

.woocommerce-content-box.full-width {
  margin-left: 0;
  width: 100%
}

.woocommerce-content-box.no-bottom-space {
  padding-bottom: 0
}

.woocommerce-content-box.one_half {
  margin-left: 0;
  width: 48%;
  margin-right: 4%;
  float: left;
  margin-bottom: 20px;
  position: relative
}

.woocommerce-content-box.avada-checkout {
  overflow: visible
}

.woocommerce-MyAccount-content form h3,
.woocommerce-MyAccount-content h2,
.woocommerce-content-box h2 {
  border-bottom: 1px solid;
  padding-bottom: 10px;
  margin-bottom: 30px
}

.woocommerce-MyAccount-content .order-total {
  border-top: none
}

.woocommerce-MyAccount-content .shop_table tr {
  height: auto
}

.woocommerce-MyAccount-content .woocommerce-Addresses {
  margin: 0 -2%
}

.woocommerce-MyAccount-content .woocommerce-Addresses .woocommerce-Address {
  display: inline-block;
  vertical-align: top;
  width: 48%;
  padding: 0 2%
}

.woocommerce-MyAccount-content .woocommerce-Addresses .woocommerce-Address-title {
  padding-bottom: 5px;
  border-bottom: 1px solid
}

.woocommerce-MyAccount-content .woocommerce-Addresses h3 {
  display: inline-block;
  margin: 0
}

.woocommerce-MyAccount-content .woocommerce-Addresses .edit {
  padding: 0 10px
}

.woocommerce-MyAccount-content .woocommerce-Addresses .edit:after {
  vertical-align: bottom;
  font-family: awb-icons;
  content: "\f105";
  margin-left: 5px
}

.woocommerce-MyAccount-content .woocommerce-EditAccountForm fieldset>legend {
  display: none
}

.woocommerce-MyAccount-content .woocommerce-address-fields p:first-of-type input.button {
  float: none
}

.woocommerce-MyAccount-content form .woocommerce-Button,
.woocommerce-MyAccount-content form button,
.woocommerce-MyAccount-content form input.button {
  float: right
}

.woocommerce-MyAccount-content .woocommerce-Pagination {
  margin-top: 20px
}

.woocommerce-MyAccount-content .woocommerce-Pagination .woocommerce-Button--previous {
  margin-right: 30px
}

.woocommerce-MyAccount-content .woocommerce-Pagination .woocommerce-Button--previous:before {
  font-family: awb-icons;
  content: "\f104";
  margin-right: 5px;
  vertical-align: bottom
}

.woocommerce-MyAccount-content .woocommerce-Pagination .woocommerce-Button--next:after {
  font-family: awb-icons;
  content: "\f105";
  margin-left: 5px;
  vertical-align: bottom
}

.woocommerce-MyAccount-content .woocommerce-info .woocommerce-Button {
  padding-right: 10px
}

.woocommerce-MyAccount-content .woocommerce-notices-wrapper {
  clear: both
}

.woocommerce-MyAccount-content .woocommerce-notices-wrapper>ul {
  margin: 0
}

.woocommerce-MyAccount-content .woocommerce-notices-wrapper>:last-child {
  margin-bottom: 20px
}

.available-downloads {
  margin-bottom: 50px
}

.my_account_orders {
  width: 100%;
  text-align: left;
  margin: 0
}

.my_account_orders.shop_table tr {
  border-bottom: 1px solid
}

.my_account_orders tbody tr:last-child {
  border-bottom: 0
}

.my_account_orders thead tr th {
  padding-bottom: 12px;
  font-weight: 700;
  font-size: 13px
}

.my_account_orders thead tr th {
  height: auto;
  line-height: normal
}

.my_account_orders .woocommerce-orders-table__cell-order-number a {
  font-size: 18px
}

.my_account_orders .woocommerce-orders-table__cell-order-actions a {
  display: block;
  text-shadow: none
}

.my_account_orders .woocommerce-orders-table__cell-order-actions a:after,
.woocommerce-MyAccount-downloads .download-actions a:after {
  position: absolute;
  font-family: awb-icons;
  content: "\f105";
  margin-left: 10px;
  vertical-align: bottom
}

#main .page-info {
  margin-bottom: 10px
}

.woocommerce .addresses {
  margin-top: 0;
  overflow: hidden
}

.woocommerce .address h4 {
  font-weight: 700;
  margin-top: 0;
  border-bottom: 1px solid;
  padding-bottom: 5px
}

.woocommerce address {
  font-style: normal;
  margin-bottom: 20px
}

.woocommerce .address .edit:after {
  position: absolute;
  font-size: 14px;
  font-family: awb-icons;
  content: "\f105";
  margin-left: 10px
}

.checkout .input-text {
  padding: 8px 15px
}

.shop_table {
  width: 100%;
  text-align: left;
  margin: 0
}

.shop_table tr {
  border-bottom: 1px solid
}

.shop_table td {
  padding: 25px 0
}

.shop_table tbody tr:last-child {
  border-bottom: 0
}

.shop_table thead tr th {
  padding-bottom: .75em;
  font-weight: 700;
  font-size: .85em
}

.shop_table thead tr th {
  height: auto;
  line-height: normal
}

.shop_table tbody tr {
  height: 140px
}

.shop_table.my_account_subscriptions tbody tr {
  height: auto
}

.fusion-product-name-wrapper {
  display: flex;
  align-items: center
}

.shop_table .product-thumbnail {
  flex-shrink: 0;
  width: 90px;
  margin-right: 25px;
  float: left
}

.shop_table .product-name {
  width: 50%
}

.shop_table .product-info .variation {
  float: left;
  margin-top: 5px;
  margin-bottom: 0;
  width: 100%
}

.shop_table .product-info .variation dt {
  clear: both;
  float: left
}

.shop_table .product-info .variation dd {
  float: left;
  margin: 0 5px
}

.shop_table .product-remove a {
  font-size: 24px;
  float: right
}

.shop_table .product-price {
  text-align: center
}

.shop_table .product-price ul {
  text-align: initial
}

.shop_table .product-quantity {
  text-align: center
}

.checkout .shop_table .product-quantity {
  text-align: initial
}

.shop_table .product-quantity .quantity {
  margin: 0 auto
}

.shop_table .product-subtotal {
  text-align: center
}

.shop_table .product-remove {
  width: 5%
}

.shop_table .variation dd,
.shop_table .variation dt {
  margin: 0;
  display: inline-block
}

.shop_table .variation p {
  margin-bottom: 5px
}

.one_half_container {
  float: left
}

.cart-collaterals {
  margin-top: 30px;
  overflow: hidden
}

.cart-collaterals .one_half .woocommerce-content-box {
  margin-bottom: 30px
}

.cart-collaterals .avada-select-parent input,
.cart-collaterals .form-row input {
  padding: 9px 15px;
  margin: 0
}

.cart-collaterals .cross-sells {
  margin-bottom: 30px;
  padding-bottom: 20px
}

.shipping-calculator-form-nohide #calc_shipping_state {
  min-width: 100%
}

.shipping-calculator-form-nohide .button {
  float: right
}

.coupon {
  overflow: hidden
}

.coupon .input-text {
  float: left;
  width: 75%;
  padding: 8px 15px;
  margin-left: 0;
  margin-right: 0
}

.coupon .fusion-button {
  float: right
}

.cart-totals-container .fusion-button {
  display: block
}

.shipping-coupon {
  float: left;
  width: 48%;
  margin-right: 4%
}

.cart-totals-buttons {
  float: left;
  width: 48%
}

.cart-totals-buttons .shipping_method {
  max-width: 230px
}

.woocommerce-shipping-calculator {
  margin-bottom: 30px
}

.avada-coupon-fields {
  align-items: center;
  display: flex;
  width: 100%
}

.avada-shipping-calculator-form,
.shipping-calculator-form {
  display: block
}

.avada-shipping-calculator-form .fusion-one-half {
  margin-top: 0
}

.avada-shipping-calculator-form .fusion-one-half .avada-select-parent,
.shipping-calculator-form .fusion-one-half .avada-select-parent {
  margin-bottom: 0
}

.avada-shipping-calculator-button:hover,
.shipping-calculator-button:hover {
  color: inherit;
  cursor: auto
}

.avada-shipping-calculator-form {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap
}

.avada-shipping-calculator-form .form-row-wide {
  width: 100%
}

.avada-shipping-calculator-form .avada-select-parent {
  margin-bottom: 0
}

.avada-shipping-calculator-form #calc_shipping_state_field {
  margin-bottom: 20px
}

.avada-shipping-calculator-form .fusion-layout-column {
  margin-right: 0
}

.avada-shipping-calculator-form p:last-of-type {
  margin-left: auto
}

.rtl .avada-shipping-calculator-form p:last-of-type {
  margin-right: auto;
  margin-left: 0
}

.cart-collaterals .woocommerce-shipping-calculator #calc_shipping_state {
  min-width: 150px
}

.cart-collaterals .woocommerce-shipping-calculator #calc_shipping_postcode {
  height: 36px
}

.woocommerce p.one_half {
  margin-left: 0;
  margin-right: 4%
}

.order-total {
  border-top: 1px solid;
  height: 50px
}

.order-total td,
.order-total th,
.woocommerce-cart .cart_totals .shop_table .order-total td {
  padding-top: 20px
}

.checkout .order-total {
  border: none;
  height: auto
}

.checkout .order-total td,
.checkout .order-total th,
.checkout .tax-rate td,
.checkout .tax-rate th {
  padding-top: 0
}

.cart_totals table {
  width: 100%;
  text-align: left
}

.cart_totals table th {
  width: 50%;
  padding-bottom: 20px
}

.cart_totals table td {
  width: 50%;
  padding-bottom: 20px;
  text-align: right
}

.cart_totals table .total td,
.cart_totals table .total th {
  padding-top: 20px
}

.cart_totals .cart-subtotal td,
.cart_totals .total td {
  text-align: right
}

.cart_totals .cart-subtotal td strong {
  font-weight: 400
}

.cart_totals .total {
  border-top: 1px solid;
  height: 50px
}

#shipping_method {
  list-style: none;
  margin: 0;
  padding: 0;
  text-align: right
}

#shipping_method li input {
  margin-top: 0
}

.cart-totals-buttons .fusion-button {
  float: right;
  display: block
}

.cart-totals-buttons .checkout-button {
  clear: both;
  margin-top: 10px
}

#billing_country_field>label,
#shipping_country_field>label {
  padding-right: 5px
}

.wc-terms-and-conditions input,
.wc-terms-and-conditions label,
.wc_payment_method input,
.wc_payment_method label {
  vertical-align: middle;
  margin-top: 0
}

.admin-bar p.woocommerce-store-notice {
  top: 32px
}

p.woocommerce-store-notice {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  margin: 0;
  font-size: 16px;
  padding: 10px;
  text-align: center;
  background: #65bc7b;
  color: #fff;
  z-index: 99997
}

.product .entry-summary .price {
  display: inline-block;
  margin-top: 10px
}

.entry-summary .summary-container .avada-availability {
  display: none
}

.product-type-simple .entry-summary .summary-container .avada-availability {
  display: inline-block;
  margin: 0 5px
}

.entry-summary .summary-container .avada-availability .stock {
  margin: 0
}

.entry-summary .summary-container>.pre_order_single,
.entry-summary .summary-container>.stock {
  display: none
}

.product .entry-summary .woocommerce-product-rating {
  display: inline-block;
  margin-left: 20px;
  margin-top: 11px
}

.product .entry-summary .woocommerce-product-rating .star-rating {
  display: inline-block
}

.product .entry-summary .woocommerce-product-rating .woocommerce-review-link {
  position: relative;
  top: -2px
}

#wrapper .chzn-container-single .chzn-single div b {
  background: 0 0
}

#billing_country_field .select-arrow,
#billing_state_field .select-arrow,
#shipping_country_field .select-arrow,
#shipping_state_field .select-arrow {
  height: 33px;
  line-height: 33px
}

#customer_login h2 {
  margin-bottom: 30px
}

#billing_country_field .avada-select-parent,
#billing_state_field .avada-select-parent,
#shipping_country_field .avada-select-parent,
#shipping_state_field .avada-select-parent,
.avada-shipping-calculator-form .avada-select-parent,
.shipping-calculator-form .avada-select-parent {
  overflow: visible
}

.avada-shipping-calculator-form .avada-select-parent select,
.shipping-calculator-form .avada-select-parent select {
  padding-top: 10px
}

.woocommerce .lost_password {
  margin-top: 7px
}

form.checkout #payment-container,
form.checkout #shipping {
  display: none
}

form.checkout #billing_first_name_field,
form.checkout #shipping_first_name_field {
  float: left;
  width: 48%
}

form.checkout #billing_last_name_field,
form.checkout #shipping_last_name_field {
  float: right;
  width: 48%
}

form.checkout .continue-checkout {
  float: right
}

form.checkout label {
  margin-bottom: 2px;
  display: inline-block
}

form.checkout .shop_table tbody .product-thumbnail {
  width: 90px
}

.checkout .woocommerce-password-strength {
  margin-top: 10px
}

.checkout .shop_table th.product-total {
  width: 40%;
  text-align: right
}

.checkout .shop_table tbody .product-total {
  width: 40%;
  text-align: right
}

.checkout .shop_table .product-thumbnail .product-info {
  float: none
}

.checkout .shop_table tfoot {
  border-top: 1px solid;
  border-bottom: 1px solid
}

.checkout .shop_table tfoot tr {
  border-bottom: 0
}

.checkout .shop_table tfoot th {
  text-align: right;
  padding-right: 30px;
  padding-bottom: 20px;
  width: 70%
}

.checkout .shop_table tfoot td {
  text-align: right;
  padding-top: 0;
  padding-bottom: 20px
}

.checkout .shop_table tfoot td label {
  display: inline
}

.checkout .shop_table tfoot tr:first-child td,
.checkout .shop_table tfoot tr:first-child th {
  padding-top: 20px
}

.checkout .shop_table tfoot .order-total .amount {
  font-size: 18px;
  font-weight: 400
}

.checkout .payment_methods {
  list-style: none;
  margin: 0;
  padding: 0;
  margin-top: 40px
}

.checkout .payment_methods li {
  margin-bottom: 30px
}

.about_paypal:after {
  display: block;
  clear: both;
  content: ""
}

.checkout .payment_methods .payment_box {
  clear: both;
  padding: 20px;
  margin-top: 10px
}

.payment_methods li img {
  float: right
}

.payment_methods li label {
  display: inline
}

.checkout #place_order {
  clear: both;
  float: right
}

#thank-you-box {
  margin-bottom: 20px
}

p.order-info {
  border-bottom: 1px solid;
  border-top: 1px solid;
  line-height: normal;
  margin-bottom: 50px;
  padding: 20px 0
}

p.order-info mark {
  background-color: transparent;
  font-weight: 700
}

.wc-nested-category-layout-category-title {
  margin-top: 35px
}

.subcategory-term_description {
  float: left;
  margin-left: 20px;
  width: 80%
}

.subcategory-products {
  clear: both;
  padding-top: 25px
}

.woocommerce .thumbnails .clients-carousel .es-carousel {
  padding: 0
}

.added_to_cart {
  display: none
}

.woocommerce .avada-select-parent select {
  width: 100%
}

.woocommerce-checkout-payment .place-order:after,
.woocommerce-checkout-payment .place-order:before {
  content: " ";
  display: table
}

.woocommerce-checkout-payment .place-order:after {
  clear: both
}

.fusion-widget-cart-icon {
  display: inline-block
}

.fusion-widget-cart-icon:after {
  content: "\f07a";
  font-family: awb-icons
}

.fusion-widget-cart-number {
  display: inline-block;
  border-radius: 100%;
  line-height: normal;
  text-align: center;
  padding: 2px 7px;
  background-color: var(--menu_hover_first_color);
  color: var(--nav_typography-color)
}

.woocommerce-cart .cart_totals .shop_table .cart-subtotal {
  border-bottom: 0
}

.woocommerce-cart .cart_totals .shop_table tr {
  height: auto
}

.woocommerce-cart .cart_totals .shop_table td {
  padding-top: 0
}

.woocommerce-cart .cart_totals .shop_table .shipping td,
.woocommerce-cart .cart_totals .shop_table .shipping th,
.woocommerce-cart .cart_totals .shop_table .tax-rate td,
.woocommerce-cart .cart_totals .shop_table .tax-rate th {
  padding-top: 20px
}

.woocommerce.add_to_cart_inline .added_to_cart {
  display: inline-block
}

.woocommerce.add_to_cart_inline .add_to_cart_button {
  margin: 0 7px
}

.woocommerce.add_to_cart_inline .add_to_cart_button:after {
  display: none !important;
  font-family: awb-icons !important;
  color: inherit;
  margin-left: 5px;
  vertical-align: middle
}

.woocommerce.add_to_cart_inline .add_to_cart_button.added:after {
  display: inline-block !important;
  content: "\f046" !important
}

.woocommerce.add_to_cart_inline .add_to_cart_button.loading:after {
  display: inline-block !important;
  content: "\f110" !important;
  animation: mask 3s infinite alternate
}

.summary .cart #product-addons-total,
.summary .cart .product-addon {
  margin: 0 20px 0 0
}

.summary .cart .product-addon-totals dt {
  width: auto
}

.summary .cart .product-addon-totals dd {
  margin: 0;
  padding: 0 5px
}

.single_variation_wrap .yith_wapo_groups_container {
  float: none
}

.product .product-buttons .variations select {
  display: none
}

.product .bundled_product_summary .bundled_product_images {
  width: auto;
  margin-right: 0
}

.product .cart.bundle_data {
  width: 100%
}

.product .bundle_button {
  display: flex;
  flex-wrap: wrap;
  align-items: center
}

.fusion-carousel-title-below-image .fusion-item-in-cart .fusion-rollover-content .fusion-product-buttons,
.fusion-item-in-cart .fusion-rollover-content .fusion-rollover-categories,
.fusion-item-in-cart .fusion-rollover-content .fusion-rollover-title,
.fusion-item-in-cart .fusion-rollover-content .price {
  display: none
}

.woocommerce .avada-order-details .order-again .button,
.woocommerce .avada-shipping-calculator-form .button,
.woocommerce .cart-collaterals .checkout-button,
.woocommerce .checkout #place_order,
.woocommerce .checkout_coupon .button,
.woocommerce .login .button,
.woocommerce .register .button,
.woocommerce .single_add_to_cart_button,
.woocommerce button.button {
  font-weight: 700
}

.fusion-menu-cart-items {
  line-height: 1.5
}

.woo-tabs-horizontal .woocommerce-content-box.avada-checkout {
  margin: 0;
  clear: both
}

.woo-tabs-horizontal .woocommerce-MyAccount-navigation {
  width: 100%;
  margin: 0;
  border-bottom: 1px solid #ddd
}

.woo-tabs-horizontal .woocommerce-MyAccount-content {
  float: left;
  margin: 0;
  width: 100%;
  border-top: none
}

.single-product #wc-stripe-payment-request-wrapper {
  padding-top: 0 !important
}

.single-product #wc-stripe-payment-request-button {
  width: 150px
}

.single-product #wc-stripe-payment-request-button-separator {
  display: none !important
}

.avada-shipping-calculator-form .avada-select-parent select,
.cart-collaterals .avada-select-parent input,
.cart-collaterals .form-row input,
.cart-collaterals .woocommerce-shipping-calculator #calc_shipping_postcode,
.checkout .input-text:not(textarea),
.coupon .input-text,
.shipping-calculator-form .avada-select-parent select,
.woocommerce-checkout .select2-drop-active {
  padding-top: 0;
  padding-bottom: 0
}

.fusion-posts-container .fusion-rollover-content .fusion-product-buttons {
  position: absolute;
  bottom: 15px;
  left: 0;
  right: 0;
  padding: 0 10%;
  height: 40px;
  width: 100%
}

.woocommerce-MyAccount-navigation>ul .is-active a,
.woocommerce-checkout-nav .is-active a,
.woocommerce-tabs>.tabs .active a {
  background-color: var(--content_bg_color)
}

#final-order-details .mini-order-details tr:last-child .amount,
#wrapper .cart-checkout a:hover,
#wrapper .cart-checkout a:hover:before,
#wrapper .product-category a:hover h2.woocommerce-loop-category__title,
.avada-order-details .shop_table.order_details tfoot tr:last-child .amount,
.cart_totals .order-total .amount,
.checkout .shop_table tfoot .order-total .amount,
.fusion-carousel-title-below-image .fusion-carousel-meta .price .amount,
.fusion-content-widget-area .widget_layered_nav li a:hover~.count,
.fusion-content-widget-area .widget_layered_nav li.chosen .count,
.fusion-content-widget-area .widget_layered_nav li.chosen a,
.fusion-content-widget-area .widget_layered_nav li.chosen a:before,
.fusion-content-widget-area .widget_layered_nav_filters li.chosen a,
.fusion-content-widget-area .widget_layered_nav_filters li.chosen a:before,
.my_account_orders .woocommerce-orders-table__cell-order-actions a:hover:after,
.my_account_orders .woocommerce-orders-table__cell-order-number a,
.shop_table .product-subtotal .amount,
.widget_layered_nav li a:hover:before,
.widget_product_categories li a:hover:before,
.widget_shopping_cart_content .total .amount,
.widget_shopping_cart_content a:hover:before,
.woocommerce .address .edit:hover:after,
.woocommerce-MyAccount-content .woocommerce-Addresses .edit:hover,
.woocommerce-MyAccount-content .woocommerce-Addresses .edit:hover:after,
.woocommerce-MyAccount-downloads .download-actions a:hover,
.woocommerce-MyAccount-downloads .download-actions a:hover:after,
.woocommerce-MyAccount-navigation ul li.is-active a,
.woocommerce-MyAccount-navigation ul li.is-active a:after,
.woocommerce-Pagination .woocommerce-Button:hover:after,
.woocommerce-Pagination .woocommerce-Button:hover:before,
.woocommerce-pagination .next:hover,
.woocommerce-pagination .next:hover:after,
.woocommerce-pagination .prev:hover,
.woocommerce-pagination .prev:hover:before,
.woocommerce-side-nav li.is-active a,
.woocommerce-side-nav li.is-active a:after,
.woocommerce-tabs .tabs a:hover .arrow:after,
.woocommerce-tabs .tabs li.active a,
.woocommerce-tabs .tabs li.active a .arrow:after {
  color: var(--primary_color)
}

.fusion-content-widget-area .widget_layered_nav_filters li.chosen {
  background-color: var(--primary_color)
}

.fusion-content-widget-area .widget_layered_nav_filters li.chosen a,
.fusion-content-widget-area .widget_layered_nav_filters li.chosen a:before,
.fusion-content-widget-area .widget_layered_nav_filters li.chosen a:hover,
.fusion-content-widget-area .widget_layered_nav_filters li.chosen a:hover:before {
  color: var(--button_accent_color)
}

.woocommerce-pagination .current,
.woocommerce-pagination .page-numbers.current,
.woocommerce-pagination .page-numbers:hover {
  border-color: var(--primary_color)
}

.price_slider_wrapper .ui-slider .ui-slider-range,
.woocommerce-pagination .current,
p.woocommerce-store-notice {
  background-color: var(--primary_color)
}

.woocommerce-pagination .next,
.woocommerce-pagination .page-numbers,
.woocommerce-pagination .prev,
.woocommerce-pagination--without-numbers .woocommerce-button {
  font-size: var(--pagination_font_size)
}

.avada-shipping-calculator-form .avada-select-parent select,
.cart-collaterals .avada-select-parent input,
.cart-collaterals .form-row input,
.cart-collaterals .woocommerce-shipping-calculator #calc_shipping_postcode,
.checkout .input-text:not(textarea),
.coupon .input-text,
.shipping-calculator-form .avada-select-parent select,
.woocommerce-checkout .select2-drop-active {
  height: var(--form_input_height);
  padding-top: 0;
  padding-bottom: 0
}

#calc_shipping_state_field .select2-selection__arrow,
.woocommerce-checkout .select2-drop-active {
  border-width: var(--form_border_width-top) var(--form_border_width-right) var(--form_border_width-bottom) var(--form_border_width-left);
  border-color: var(--form_border_color);
  border-radius: var(--form_border_radius)
}

.fusion-body .quantity {
  border-radius: var(--form_border_radius)
}

.fusion-body .quantity,
.fusion-body .quantity .qty {
  border-width: var(--form_border_width-top) var(--form_border_width-right) var(--form_border_width-bottom) var(--form_border_width-left)
}

.fusion-hide-pagination-text .woocommerce-pagination .next,
.fusion-hide-pagination-text .woocommerce-pagination .prev,
.woocommerce-pagination .current,
.woocommerce-pagination .next,
.woocommerce-pagination .page-numbers:not(.prev):not(.next) {
  border-radius: var(--pagination_border_radius);
  border-width: var(--pagination_border_width)
}

body:not(.avada-has-pagination-padding) .woocommerce-pagination .current,
body:not(.avada-has-pagination-padding) .woocommerce-pagination .page-numbers:not(.prev):not(.next),
body:not(.avada-has-pagination-padding).fusion-hide-pagination-text .woocommerce-pagination .next,
body:not(.avada-has-pagination-padding).fusion-hide-pagination-text .woocommerce-pagination .prev {
  width: var(--pagination_width_height);
  height: var(--pagination_width_height);
  margin-left: calc((var(--pagination_width_height))/ 10);
  margin-right: calc((var(--pagination_width_height))/ 10)
}

.avada-has-pagination-padding .woocommerce-pagination .current,
.avada-has-pagination-padding .woocommerce-pagination .page-numbers:not(.prev):not(.next),
.avada-has-pagination-padding.fusion-hide-pagination-text .woocommerce-pagination .next,
.avada-has-pagination-padding.fusion-hide-pagination-text .woocommerce-pagination .prev {
  padding: var(--pagination_box_padding-height) var(--pagination_box_padding-width) var(--pagination_box_padding-height) var(--pagination_box_padding-width)
}

.fusion-footer-widget-area .woocommerce-mini-cart__buttons a:before {
  color: var(--footer_link_color)
}

.fusion-footer-widget-area .woocommerce-mini-cart__buttons a:before:hover {
  color: var(--footer_link_color_hover)
}

.fusion-footer-widget-area .widget_shopping_cart_content .total .amount {
  color: var(--footer_link_color_hover)
}

.single-product .avada-product-images-global .woocommerce-product-gallery {
  width: var(--woocommerce_single_gallery_size)
}

.avada-product-images-thumbnails-left .avada-product-gallery .flex-control-thumbs,
.avada-product-images-thumbnails-right .avada-product-gallery .flex-control-thumbs {
  width: var(--woocommerce_product_images_thumbnail_column_width)
}

body:not(.avada-woo-one-page-checkout) .woocommerce form.checkout #order_review,
body:not(.avada-woo-one-page-checkout) .woocommerce form.checkout #order_review_heading,
body:not(.avada-woo-one-page-checkout) .woocommerce form.checkout .col-2,
body:not(.avada-woo-one-page-checkout).woocommerce form.checkout #order_review,
body:not(.avada-woo-one-page-checkout).woocommerce form.checkout #order_review_heading,
body:not(.avada-woo-one-page-checkout).woocommerce form.checkout .col-2 {
  display: none
}

.fusion-body .quantity .minus,
.fusion-body .quantity .plus {
  background-color: var(--qty_bg_color)
}

.fusion-body .quantity .minus:hover,
.fusion-body .quantity .plus:hover {
  background-color: var(--qty_bg_hover_color)
}

.fusion-menu-cart-checkout,
.fusion-secondary-menu .fusion-menu-cart-checkout,
.fusion-secondary-menu-icon {
  background-color: var(--woo_cart_bg_color)
}

.fusion-menu-cart-items {
  width: var(--dropdown_menu_width)
}

.fusion-menu-cart-item a {
  border-color: var(--menu_sub_sep_color)
}

.fusion-menu-cart-item a:hover {
  background-color: var(--menu_bg_hover_color)
}

.fusion-main-menu .fusion-menu-login-box-register,
.fusion-menu-cart-checkout a:before,
.fusion-menu-cart-items a {
  color: var(--menu_sub_color)
}

.fusion-secondary-menu .fusion-menu-cart-checkout a:before {
  color: var(--header_top_menu_sub_color)
}

.fusion-secondary-menu .fusion-menu-cart-checkout a:hover {
  color: var(--header_top_menu_sub_hover_color)
}

.fusion-secondary-menu .fusion-menu-cart-checkout a:hover:before {
  color: var(--header_top_menu_sub_hover_color)
}

.woocommerce-product-gallery .flex-direction-nav a {
  width: var(--slider_nav_box_dimensions-width);
  font-size: var(--slider_arrow_size)
}

.woocommerce-info:before,
.woocommerce-message:before {
  margin-left: calc(-var(--body_typography-font-size) - 3px)
}

.rtl .woocommerce-info,
.rtl .woocommerce-message {
  padding-right: calc(var(--body_typography-font-size) + 3px)
}

.ltr .woocommerce-info,
.ltr .woocommerce-message {
  padding-left: calc(var(--body_typography-font-size) + 3px)
}

#main .product .product_title,
.fusion-woo-featured-products-slider .price .amount,
.widget_layered_nav li.chosen a,
.widget_layered_nav li.chosen a:before,
.widget_layered_nav_filters li.chosen a,
.widget_layered_nav_filters li.chosen a:before {
  color: var(--link_color)
}

.woocommerce-Address-title {
  margin-bottom: var(--h3_typography-margin-bottom)
}

.fusion-button_span-yes.woocommerce #customer_login .col-1 .login .form-row {
  float: none;
  margin-right: 0
}

.fusion-button_span-yes.woocommerce #customer_login .col-1 .login .button {
  margin: 0
}

.fusion-button_span-yes.woocommerce #customer_login .login .inline {
  float: left;
  margin-left: 0
}

.fusion-button_span-yes.woocommerce #customer_login .login .lost_password {
  float: right;
  margin-top: 10px
}

@keyframes mask {
  25% {
    transform: rotate(270deg)
  }

  50% {
    transform: rotate(90deg)
  }

  75% {
    transform: rotate(360deg)
  }

  100% {
    transform: rotate(180deg)
  }
}

.opc_order_review td.product-name .product-remove {
  width: auto
}

.opc_order_review td.product-name .remove {
  line-height: 1
}

.opc_order_review td.product-total {
  vertical-align: middle
}

.woocommerce .social-share,
.woocommerce .social-share li {
  list-style: none;
  margin: 0;
  padding: 0
}

.woocommerce .social-share {
  text-align: center;
  border-top: 1px solid #e7e6e6;
  border-bottom: 1px solid #e7e6e6;
  margin-top: 60px
}

html.flexbox .woocommerce .social-share {
  display: flex;
  justify-content: center
}

.woocommerce .social-share li a {
  display: block
}

.has-sidebar .woocommerce .social-share li,
.has-sidebar .woocommerce-container .social-share li {
  width: 24%;
  padding: 20px 19px
}

.double-sidebars.woocommerce .social-share li {
  float: left
}

.woocommerce .social-share li {
  display: inline-block;
  text-align: left;
  width: 25%;
  border-right: 1px solid #e7e6e6;
  padding: 20px 30px
}

.woocommerce .social-share li:last-child {
  border-right: 0
}

.woocommerce .social-share li a {
  display: block
}

.woocommerce .social-share li .fontawesome-icon {
  display: inline-block;
  vertical-align: middle;
  float: none;
  margin: 0
}

.woocommerce .social-share li .fusion-woo-social-share-text {
  display: inline-block;
  vertical-align: middle;
  padding: 0 0 0 10px;
  width: calc(100% - 45px)
}

.woocommerce .social-share .woocommerce .social-share li span {
  display: block
}

.woocommerce-success-message {
  border-top: 1px solid;
  border-bottom: 1px solid;
  padding: 20px 0;
  font-size: 14px;
  margin-bottom: 40px
}

.woocommerce-success-message .button {
  float: right
}

.woocommerce-success-message .msg:before {
  font-family: awb-icons;
  content: "\f05d";
  margin-right: 5px
}

.woocommerce-success-message .button {
  font-size: 12px
}

.woocommerce-success-message .button:before {
  font-family: awb-icons;
  content: "\f07a";
  margin-right: 6px
}

.empty-cart-message .msg {
  font-size: 18px
}

.empty-cart-message .msg:before {
  content: ""
}

.variations_form .variations .single_variation_wrap .woocommerce-variation-description {
  display: none;
  visibility: hidden;
  height: 0
}

.single_variation_wrap {
  margin: 10px 0
}

.single_variation_wrap .variations_button,
.summary .cart {
  display: flex;
  align-items: center;
  flex-wrap: wrap
}

.product-type-grouped .summary .cart,
.summary .variations_form.cart {
  display: block
}

.single_variation_wrap .variations_button .quantity {
  float: left
}

.single_variation_wrap .variations_button .button {
  float: left;
  margin: 5px 0
}

table.variations {
  width: 100%
}

table.variations td {
  padding-bottom: 5px
}

form.cart {
  margin-bottom: 25px;
  margin-top: 25px
}

.summary .cart .gform_wrapper {
  overflow: visible
}

.product .summary .cart .quantity {
  float: left;
  margin: 20px 20px 20px 0
}

.product .summary .cart .quantity.hidden {
  display: none;
  margin: 0
}

.variations .label {
  padding-right: 1em;
  min-width: 8em
}

.variations .value {
  min-width: 150px;
  width: 100%
}

.single_variation_wrap .avada-variation {
  margin: 0 -2.5px
}

.single_variation_wrap .avada-variation .woocommerce-variation-availability,
.single_variation_wrap .avada-variation .woocommerce-variation-price {
  margin: 0 2.5px
}

.single_variation_wrap .avada-variation .woocommerce-variation-price>* {
  display: none
}

.single_variation_wrap .avada-variation .woocommerce-variation-price .woocommerce-variation-availability {
  display: inline-block
}

.single_variation_wrap .avada-variation .woocommerce-variation-price .price {
  display: flex;
  align-items: center
}

.single_variation_wrap .woocommerce-variation-availability {
  vertical-align: middle
}

.single_variation_wrap .woocommerce-variation-availability .stock {
  margin: 0
}

.single_variation_price_reset .single_variation_wrap {
  float: left;
  margin-top: 5px
}

.product .single_variation_price_reset .single_variation_wrap .price {
  margin-top: 0
}

.single_variation_price_reset .reset_variations {
  float: right;
  margin-top: 7px
}

.product_meta {
  padding-top: 20px
}

.product_meta>span {
  display: block
}

.product-type-variable .woocommerce-variation .woocommerce-variation-price .price {
  display: none
}

.product-type-variable .woocommerce-variation .woocommerce-variation-availability {
  display: none
}

.group_table {
  margin-bottom: 30px
}

.group_table tr {
  vertical-align: top;
  height: 41px
}

.group_table td {
  vertical-align: middle;
  height: 31px
}

.group_table td.label,
.product .entry-summary .group_table td.price {
  padding: 0 10px
}

.product .entry-summary .group_table td.price {
  display: table-cell
}

.product-type-external .summary-container .cart {
  margin-top: 40px
}

.product-type-variable-subscription .variations_form .variations {
  position: relative
}

.product-type-variable-subscription .variations_form .reset_variations {
  position: absolute;
  right: 0;
  margin-top: 10px
}

.product-type-variable-subscription .variations_form .single_variation_wrap {
  margin-top: 35px
}

.product-type-variable-subscription .variations_form .woocommerce-variation-price {
  margin-bottom: 10px
}

* {
  box-sizing: border-box
}

.fusionicon-arrow-down2 {
  display: table-cell;
  vertical-align: middle
}

.icomoon-up:before {
  display: inline-block;
  transform: rotate(180deg)
}

input[type=date],
input[type=datetime-local],
input[type=datetime],
input[type=email],
input[type=month],
input[type=number],
input[type=password],
input[type=search],
input[type=submit],
input[type=tel],
input[type=text],
input[type=time],
input[type=url],
input[type=week],
textarea {
  -webkit-appearance: none;
  -webkit-border-radius: 0
}

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

input[type=image] {
  padding: 0;
  border: none
}

body {
  margin: 0;
  min-width: 320px;
  -webkit-text-size-adjust: 100%;
  overflow-x: hidden;
  overflow-y: scroll;
  color: var(--body_typography-color);
  font-size: var(--body_typography-font-size, 16px);
  font-family: var(--body_typography-font-family, inherit)
}

body.fusion-blank-page.admin-bar {
  top: 32px;
  height: calc(100vh - 32px)
}

body #wrapper .gomapMarker {
  color: #333
}

body .fusion-content-widget-area .button {
  margin-left: 15px
}

#boxed-wrapper {
  overflow-x: hidden;
  overflow-x: clip
}

#wrapper {
  overflow: visible
}

#wrapper .tp-bullets {
  transform: translateZ(0)
}

#wrapper .strip-html .fusion-dropcap {
  top: 0;
  float: none;
  margin: 0;
  padding: 0;
  background-color: inherit !important;
  box-shadow: none;
  line-height: inherit;
  text-shadow: none;
  color: inherit !important;
  font-size: inherit
}

#wrapper .strip-html .fusion-highlight {
  background-color: inherit !important;
  color: inherit !important
}

#wrapper .strip-html .fusion-tooltip {
  color: inherit;
  border-bottom: 1px dotted
}

#wrapper .fusion-vertical-menu-widget .menu,
.awb-off-canvas .fusion-vertical-menu-widget .menu {
  border-right: 1px solid transparent;
  border-top: 1px solid transparent
}

#wrapper .fusion-vertical-menu-widget .menu li a,
.awb-off-canvas .fusion-vertical-menu-widget .menu li a {
  border-bottom: 1px solid transparent;
  border-right-color: transparent;
  padding: 8px 0;
  display: block
}

#wrapper .fusion-vertical-menu-widget .menu li a .arrow,
.awb-off-canvas .fusion-vertical-menu-widget .menu li a .arrow {
  display: none;
  vertical-align: middle
}

#wrapper .fusion-vertical-menu-widget .menu li a .arrow:before,
.awb-off-canvas .fusion-vertical-menu-widget .menu li a .arrow:before {
  font-family: awb-icons;
  content: "\f105"
}

#wrapper .fusion-vertical-menu-widget .menu .menu-item-has-children>a>.arrow,
#wrapper .fusion-vertical-menu-widget .menu .page_item_has_children>a>.arrow,
.awb-off-canvas .fusion-vertical-menu-widget .menu .menu-item-has-children>a>.arrow,
.awb-off-canvas .fusion-vertical-menu-widget .menu .page_item_has_children>a>.arrow {
  display: inline-block;
  padding: 0 5px
}

#wrapper .fusion-vertical-menu-widget .menu li.current-menu-item>a,
#wrapper .fusion-vertical-menu-widget .menu li.current_page_item>a,
.awb-off-canvas .fusion-vertical-menu-widget .menu li.current-menu-item>a,
.awb-off-canvas .fusion-vertical-menu-widget .menu li.current_page_item>a {
  border-right-color: #65bc7b;
  border-right: 3px solid
}

#wrapper .fusion-vertical-menu-widget .menu li.menu-item-has-children ul,
#wrapper .fusion-vertical-menu-widget .menu li.page_item_has_children ul,
.awb-off-canvas .fusion-vertical-menu-widget .menu li.menu-item-has-children ul,
.awb-off-canvas .fusion-vertical-menu-widget .menu li.page_item_has_children ul {
  display: none
}

#wrapper .fusion-vertical-menu-widget.right .menu,
.awb-off-canvas .fusion-vertical-menu-widget.right .menu {
  border-left: 1px solid transparent;
  text-align: right;
  border-right: 0
}

#wrapper .fusion-vertical-menu-widget.right .menu>li>a,
.awb-off-canvas .fusion-vertical-menu-widget.right .menu>li>a {
  padding-right: 20px
}

#wrapper .fusion-vertical-menu-widget.right .menu li a,
.awb-off-canvas .fusion-vertical-menu-widget.right .menu li a {
  padding-left: 10px
}

#wrapper .fusion-vertical-menu-widget.right .menu li a .arrow:before,
.awb-off-canvas .fusion-vertical-menu-widget.right .menu li a .arrow:before {
  content: "\f104"
}

#wrapper .fusion-vertical-menu-widget.right .menu li.current-menu-item>a,
#wrapper .fusion-vertical-menu-widget.right .menu li.current_page_item>a,
.awb-off-canvas .fusion-vertical-menu-widget.right .menu li.current-menu-item>a,
.awb-off-canvas .fusion-vertical-menu-widget.right .menu li.current_page_item>a {
  border-left: 3px solid;
  border-right: 0
}

#wrapper .fusion-vertical-menu-widget.right .menu .children,
#wrapper .fusion-vertical-menu-widget.right .menu .sub-menu,
.awb-off-canvas .fusion-vertical-menu-widget.right .menu .children,
.awb-off-canvas .fusion-vertical-menu-widget.right .menu .sub-menu {
  margin-right: 30px
}

#wrapper .fusion-vertical-menu-widget.left .menu,
.awb-off-canvas .fusion-vertical-menu-widget.left .menu {
  text-align: left
}

#wrapper .fusion-vertical-menu-widget.left .menu>li>a,
.awb-off-canvas .fusion-vertical-menu-widget.left .menu>li>a {
  padding-left: 20px
}

#wrapper .fusion-vertical-menu-widget.left .menu li a,
.awb-off-canvas .fusion-vertical-menu-widget.left .menu li a {
  padding-right: 10px
}

#wrapper .fusion-vertical-menu-widget.left .menu .children,
#wrapper .fusion-vertical-menu-widget.left .menu .sub-menu,
.awb-off-canvas .fusion-vertical-menu-widget.left .menu .children,
.awb-off-canvas .fusion-vertical-menu-widget.left .menu .sub-menu {
  margin-left: 30px
}

#wrapper .fusion-vertical-menu-widget.no-border.left .menu li a .arrow,
.awb-off-canvas .fusion-vertical-menu-widget.no-border.left .menu li a .arrow {
  padding-right: 0;
  width: 40px;
  text-align: right
}

#wrapper .fusion-vertical-menu-widget.no-border.right .menu li a .arrow,
.awb-off-canvas .fusion-vertical-menu-widget.no-border.right .menu li a .arrow {
  padding-left: 0;
  width: 40px;
  text-align: left
}

.fusion-blank-page {
  display: table;
  height: 100%;
  width: 100%;
  position: absolute;
  margin: 0;
  left: 0;
  right: 0;
  top: 0;
  overflow-x: hidden
}

.wrapper_blank {
  float: none;
  vertical-align: middle;
  width: 100%
}

.wrapper_blank #main {
  background: 0 0;
  padding: 0
}

.fusion-body #wrapper.wrapper_blank {
  display: table-cell;
  margin: 0;
  max-width: none
}

.error404 .search-page-search-form {
  margin-bottom: 0;
  padding-bottom: 0;
  border: none
}

.fusion-404-checklist .fusion-custom-menu-item {
  display: none
}

img {
  border-style: none;
  vertical-align: top;
  max-width: 100%;
  height: auto
}

object {
  max-width: 100%
}

a {
  text-decoration: none
}

input,
select,
textarea {
  font-family: var(--body_typography-font-family, inherit);
  vertical-align: middle;
  color: var(--body_typography-color)
}

select {
  border-style: solid
}

fieldset,
form {
  margin: 0;
  padding: 0;
  border-style: none
}

.wp-caption {
  max-width: 100%
}

.search-table {
  display: table;
  width: 100%
}

#fallback-slide {
  display: none
}

#fallback-slide img {
  width: 100%
}

.gallery-box {
  background: #3d3c3c;
  padding: 0 10px
}

.gallery-box img {
  width: 100%
}

#wrapper .product-category a h2.woocommerce-loop-category__title,
.fusion-main-menu>ul>li>a .fusion-menu-description,
a,
a:after,
a:before {
  transition-property: color, background-color, border-color;
  transition-duration: .2s;
  transition-timing-function: linear
}

.fusion-accordian .panel-title a .fa-fusion-box,
.woocommerce .social-share li .fontawesome-icon {
  transition-property: color, background-color, border-color;
  transition-duration: .2s;
  transition-timing-function: linear
}

.gallery {
  margin: 0 auto;
  max-width: 1400px
}

#main {
  padding: 55px 10px 45px;
  clear: both
}

#main .columns h2 {
  margin: 0;
  line-height: 35px
}

#main .container h2 {
  margin: 0
}

#main .post h2 {
  color: #333;
  padding-bottom: 0
}

#main .post h2 a {
  color: #333
}

#main .sidebar.fusion-sticky-sidebar {
  padding: 0
}

.col .heading {
  overflow: hidden;
  margin: 0 0 15px
}

.col .heading img {
  float: left;
  margin: 0 10px 0 0
}

.col p {
  margin: 0 0 23px
}

h2 {
  color: #333;
  margin: 0 0 20px
}

h2.entry-title {
  margin-top: 0;
  margin-bottom: 28px
}

h1.entry-title {
  margin-top: 0;
  margin-bottom: 28px
}

.avada-myaccount-data h2 {
  margin-top: 0
}

.content-boxes .more {
  margin-top: 18px
}

.content-boxes .heading .fontawesome-icon {
  float: left
}

.content-boxes .heading-and-icon h2 {
  padding-left: 45px
}

.content-boxes-icon-boxed.columns-5 .col {
  width: 12.8%
}

.content-boxes-icon-boxed.columns-4 .col {
  width: 18%
}

.content-boxes-icon-boxed.columns-3 .col {
  width: 26.65%
}

.content-boxes-icon-boxed.columns-2 .col {
  width: 44%
}

.content-boxes-icon-boxed.columns-1 .col {
  width: 96%
}

.container {
  overflow: hidden
}

.container .columns .col {
  width: 31.42857%;
  padding: 0 2.85714% 0 0
}

.container .columns .col.last {
  margin-right: 0
}

.container .col img {
  width: 100%
}

.container .holder {
  overflow: hidden
}

.container h3 a.active {
  text-decoration: none;
  color: #65bc7b
}

.slider {
  overflow: hidden
}

.review {
  width: 100%
}

.meta {
  list-style: none;
  margin: 0 0 13px;
  padding: 0;
  overflow: hidden;
  font-size: 12px;
  line-height: 14px;
  color: #333
}

.meta li {
  float: left;
  padding: 0 8px 0 9px;
  border-left: 1px solid #333
}

.meta li:first-child {
  padding-left: 0;
  border-left: 0
}

.widget_recent_entries .post-date {
  display: block
}

.fusion-content-widget-area>section:last-child {
  margin-bottom: 0
}

.fusion-content-widget-area .widget {
  margin-bottom: 45px;
  position: relative
}

.fusion-content-widget-area .widget.flickr {
  overflow: hidden
}

.fusion-content-widget-area .widget ul {
  list-style: none;
  margin: 0;
  padding: 0
}

.fusion-content-widget-area .widget li {
  margin: 0;
  padding: 0;
  display: block
}

.fusion-content-widget-area .widget li a {
  display: inline
}

.fusion-content-widget-area .widget .recentcomments,
.fusion-content-widget-area .widget li a,
.fusion-content-widget-area .widget_categories li {
  color: #838383
}

.fusion-content-widget-area .widget .recentcomments,
.fusion-content-widget-area .widget_categories li {
  display: block
}

.fusion-content-widget-area .widget .recentcomments a {
  background: 0 0;
  border: none
}

.fusion-content-widget-area .contact_info .address {
  margin: 0 0 15px
}

.fusion-content-widget-area .flickr-photo a {
  background: 0 0;
  float: left;
  border: 0
}

.fusion-content-widget-area .widget_categories li a {
  display: block;
  border: 0;
  background: 0 0;
  padding: 0
}

.fusion-content-widget-area .jtwt .jtwt_tweet:before {
  color: #d8d8d8
}

.fusion-content-widget-area #comment-input input,
.fusion-content-widget-area #s {
  width: 100%;
  margin-right: 0
}

.fusion-content-widget-area .widget_recent_entries ul {
  padding: 0
}

.fusion-content-widget-area ul.list-icon {
  margin-left: 25px
}

.fusion-content-widget-area .fusion-image-wrapper .fusion-rollover .fusion-rollover-content a:hover {
  color: #333
}

#content {
  width: 71.1702128%;
  float: left;
  min-height: 1px
}

#content.full-width {
  width: 100%
}

#posts-container {
  position: relative
}

.single .comments-container {
  margin-top: 55px;
  clear: both
}

.post {
  margin-bottom: 65px
}

.single-post .post {
  margin-bottom: 0
}

.post .image {
  margin-bottom: 40px
}

.avada_faq .meta-info,
.single .post .meta-info {
  margin-bottom: 55px
}

.search input {
  border: 1px solid #e7e6e6;
  padding: 8px 15px;
  font-size: 13px;
  color: #333;
  display: block
}

.sidebar {
  width: 23.4042553%;
  float: right
}

.sidebar.fusion-sticky-sidebar .fusion-sidebar-inner-content>section:last-child {
  margin-bottom: 0 !important
}

.sidebar .widget {
  margin-bottom: 45px;
  position: relative
}

.sidebar .widget.flickr {
  overflow: hidden
}

.sidebar .widget .widget_title {
  margin: 0;
  padding: 0;
  font-size: 13px;
  margin-bottom: 18px;
  color: #333
}

.sidebar .widget ul {
  list-style: none;
  margin: 0;
  padding: 0
}

.sidebar .widget li {
  margin: 0;
  padding: 0;
  display: block
}

.fusion-content-widget-area .contact_info p,
.fusion-widget-area .contact_info p {
  margin: 0
}

.fusion-content-widget-area .s {
  width: 100%
}

.jtwt li {
  background: 0 0
}

.fusion-content-widget-area .jtwt .jtwt_tweet,
.jtwt .jtwt_tweet {
  position: relative;
  padding: 0;
  border: 0;
  margin-bottom: 30px;
  font-size: 13px;
  line-height: 20px;
  padding-left: 45px;
  padding-top: 0
}

.jtwt .jtwt_tweet:before {
  position: absolute;
  top: 6px;
  margin-left: -45px;
  content: "\e605";
  font-family: awb-icons;
  font-size: 30px
}

.jtwt .jtwt_tweet a {
  background: 0 0;
  color: #bfbfbf;
  display: inline;
  padding: 0;
  border: 0
}

.jtwt .jtwt_tweet a:hover {
  color: #65bc7b
}

.jtwt .jtwt_tweet .jtwt_tweet_text {
  margin-bottom: 0;
  margin-top: 0
}

.recent-works-items {
  overflow: hidden
}

.recent-works-items a {
  display: inline-block;
  padding: 3px 1.5px
}

.fusion-columns-4 .recent-works-items a,
.fusion-columns-5 .recent-works-items a,
.fusion-columns-6 .recent-works-items a {
  max-width: 60px
}

.bbp-pagination .bbp-pagination-links,
.fusion-pagination,
.page-links,
.pagination,
.woocommerce-pagination {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  margin-top: 40px;
  font-size: 9px;
  line-height: normal
}

.page-links {
  margin-bottom: 40px;
  margin-top: 30px
}

#bbpress-forums .bbp-pagination .bbp-pagination-links .current,
#bbpress-forums .bbp-pagination .bbp-pagination-links .pagination-next,
#bbpress-forums .bbp-pagination .bbp-pagination-links .pagination-prev,
#bbpress-forums .bbp-pagination .bbp-pagination-links a.inactive,
#bbpress-forums .bbp-pagination-links span.dots,
#bbpress-forums .bbp-topic-pagination .page-numbers,
.fusion-pagination .current,
.fusion-pagination .next,
.fusion-pagination .page-numbers,
.fusion-pagination .prev,
.page-links a,
.page-links>.page-number,
.pagination .current,
.pagination .pagination-next,
.pagination .pagination-prev,
.pagination a.inactive,
.woocommerce-pagination .current,
.woocommerce-pagination .next,
.woocommerce-pagination .page-numbers,
.woocommerce-pagination .prev {
  display: inline-flex;
  position: relative;
  float: none;
  margin: 0 4px;
  padding: 0;
  border: 1px solid;
  align-items: center;
  justify-content: center
}

.fusion-pagination-circle #bbpress-forums .bbp-pagination .bbp-pagination-links .current,
.fusion-pagination-circle #bbpress-forums .bbp-pagination .bbp-pagination-links .pagination-next,
.fusion-pagination-circle #bbpress-forums .bbp-pagination .bbp-pagination-links .pagination-prev,
.fusion-pagination-circle #bbpress-forums .bbp-pagination .bbp-pagination-links a.inactive,
.fusion-pagination-circle #bbpress-forums .bbp-pagination-links span.dots,
.fusion-pagination-circle #bbpress-forums .bbp-topic-pagination .page-numbers,
.fusion-pagination-circle .fusion-pagination .current,
.fusion-pagination-circle .fusion-pagination .next,
.fusion-pagination-circle .fusion-pagination .page-numbers,
.fusion-pagination-circle .fusion-pagination .prev,
.fusion-pagination-circle .page-links a,
.fusion-pagination-circle .page-links>.page-number,
.fusion-pagination-circle .pagination .current,
.fusion-pagination-circle .pagination .pagination-next,
.fusion-pagination-circle .pagination .pagination-prev,
.fusion-pagination-circle .pagination a.inactive,
.fusion-pagination-circle .woocommerce-pagination .current,
.fusion-pagination-circle .woocommerce-pagination .next,
.fusion-pagination-circle .woocommerce-pagination .page-numbers,
.fusion-pagination-circle .woocommerce-pagination .prev {
  border-radius: 50%
}

#bbpress-forums .bbp-pagination .bbp-pagination-links .current,
.fusion-pagination .current,
.page-links>.page-number,
.pagination .current,
.woocommerce-pagination .current {
  color: #fff
}

.pagination.page-links a:hover {
  border-color: inherit
}

.pagination .pagination-dots {
  display: inline-block;
  text-align: center
}

.fusion-pagination .next,
.fusion-pagination .pagination-next,
.fusion-pagination .pagination-prev,
.fusion-pagination .prev,
.woocommerce-pagination .next,
.woocommerce-pagination .pagination-next,
.woocommerce-pagination .pagination-prev,
.woocommerce-pagination .prev {
  padding-left: 0;
  padding-right: 0
}

.fusion-pagination .next,
.fusion-pagination .next:hover,
.fusion-pagination .prev,
.fusion-pagination .prev:hover,
.woocommerce-pagination .next,
.woocommerce-pagination .next:hover,
.woocommerce-pagination .prev,
.woocommerce-pagination .prev:hover {
  border: 0
}

.fusion-show-pagination-text #bbpress-forums .bbp-pagination .bbp-pagination-links .pagination-next,
.fusion-show-pagination-text #bbpress-forums .bbp-pagination .bbp-pagination-links .pagination-prev,
.fusion-show-pagination-text .fusion-pagination .next,
.fusion-show-pagination-text .fusion-pagination .prev,
.fusion-show-pagination-text .pagination .pagination-next,
.fusion-show-pagination-text .pagination .pagination-prev,
.fusion-show-pagination-text .woocommerce-pagination .next,
.fusion-show-pagination-text .woocommerce-pagination .prev {
  border: none
}

.fusion-show-pagination-text #bbpress-forums .bbp-pagination-links,
.fusion-show-pagination-text .pagination {
  margin-left: 1em;
  margin-right: 1em
}

.fusion-show-pagination-text .fusion-pagination .next,
.fusion-show-pagination-text .fusion-pagination .pagination-next,
.fusion-show-pagination-text .fusion-pagination .pagination-prev,
.fusion-show-pagination-text .fusion-pagination .prev,
.fusion-show-pagination-text .woocommerce-pagination .next,
.fusion-show-pagination-text .woocommerce-pagination .pagination-next,
.fusion-show-pagination-text .woocommerce-pagination .pagination-prev,
.fusion-show-pagination-text .woocommerce-pagination .prev {
  padding: 0
}

body.fusion-hide-pagination-text .page-text {
  display: none
}

body.fusion-hide-pagination-text .pagination-next,
body.fusion-hide-pagination-text .pagination-prev {
  border-style: solid
}

body.fusion-hide-pagination-text .pagination-next:after {
  right: auto
}

body.fusion-hide-pagination-text.ltr .fusion-blog-pagination .pagination-prev,
body.fusion-hide-pagination-text.ltr .pagination-prev {
  margin-left: 0
}

body.fusion-hide-pagination-text.ltr .fusion-blog-pagination .pagination-next,
body.fusion-hide-pagination-text.ltr .pagination-next {
  margin-right: 0
}

body.fusion-hide-pagination-text.ltr .fusion-pagination .prev,
body.fusion-hide-pagination-text.ltr .woocommerce-pagination .prev {
  margin-left: 0
}

body.fusion-hide-pagination-text.ltr .fusion-pagination .next,
body.fusion-hide-pagination-text.ltr .woocommerce-pagination .next {
  margin-right: 0
}

body.fusion-hide-pagination-text .pagination-next:after,
body.fusion-hide-pagination-text .pagination-prev:before {
  position: static;
  transform: none
}

body.fusion-hide-pagination-text .fusion-pagination .next,
body.fusion-hide-pagination-text .fusion-pagination .prev,
body.fusion-hide-pagination-text .woocommerce-pagination .next,
body.fusion-hide-pagination-text .woocommerce-pagination .prev {
  border-style: solid
}

body.fusion-hide-pagination-text .fusion-pagination .next:after,
body.fusion-hide-pagination-text .fusion-pagination .prev:before,
body.fusion-hide-pagination-text .woocommerce-pagination .next:after,
body.fusion-hide-pagination-text .woocommerce-pagination .prev:before {
  position: static;
  transform: none
}

.img-list {
  overflow: hidden
}

.img-list li {
  padding: 5px;
  background: 0 0;
  float: left
}

.img-list a {
  background: 0 0;
  height: auto;
  width: auto;
  text-indent: 0;
  border: 0
}

.about-author {
  margin-top: 55px;
  overflow: hidden;
  clear: both
}

.about-author .title a {
  color: #65bc7b
}

.about-author div.avatar {
  float: left;
  margin-right: 20px;
  margin-bottom: 5px
}

.related-posts {
  margin-top: 55px
}

.related-posts .image {
  width: 180px;
  height: 138px;
  margin-bottom: 0
}

.single-related-posts {
  clear: both
}

.commentlist {
  list-style: none;
  margin: 0;
  padding: 0;
  margin-bottom: 65px
}

.commentlist .children {
  list-style: none outside none
}

.commentlist li {
  margin: 0;
  padding: 0
}

.commentlist .the-comment {
  border-bottom: 1px solid #e7e6e6;
  padding-bottom: 25px;
  margin-bottom: 25px
}

.commentlist .the-comment .comment-text {
  margin-left: 69px
}

.commentlist .the-comment .comment-text :last-child {
  margin-bottom: 0
}

.commentlist div.avatar {
  float: left;
  margin-right: 15px
}

.commentlist .comment-author strong {
  padding-right: 5px
}

#respond {
  margin-top: 40px
}

.comments-container #respond {
  margin-bottom: 40px
}

#s,
.comment-form input {
  border: 1px solid #d2d2d2;
  min-width: 28%;
  font-size: 13px;
  color: #747474;
  padding-left: 15px;
  padding-right: 15px;
  float: left
}

.comment-form #comment-submit {
  margin: 0;
  min-width: auto
}

.comment-form input,
.s {
  float: none
}

.comment-form-comment textarea {
  border: 1px solid #d2d2d2;
  width: 100%;
  height: 150px;
  font-size: 13px;
  color: #747474;
  padding: 12px 15px
}

.comment-form .comment-form-cookies-consent {
  margin-top: 20px
}

.comment-form .comment-form-cookies-consent input {
  min-width: auto
}

.comment-form .form-submit {
  margin-top: 20px;
  margin-bottom: 0
}

#ui-datepicker-div,
.ui-datepicker-div,
.ui-datepicker-inline {
  border-color: #e9eaee
}

.ui-datepicker-header select,
table.ui-datepicker td a {
  background-color: #e9eaee
}

.ui-datepicker-header select {
  border: 1px solid #d2d2d2
}

#tribe-bar-form input[type=text],
.input-text,
.tribe-bar-disabled #tribe-bar-form .tribe-bar-filters input[type=text],
input[type=date],
input[type=email],
input[type=number],
input[type=password],
input[type=tel],
input[type=text],
input[type=time] {
  border: 1px solid #d2d2d2;
  font-size: 13px;
  color: #747474;
  padding: 8px 15px;
  width: 100%;
  box-sizing: border-box
}

.select2-container .select2-choice,
.select2-results .select2-result-label {
  padding-left: 15px;
  padding-right: 15px
}

#tribe-bar-form input[type=text]::-webkit-input-placeholder {
  font-style: normal
}

#tribe-bar-form input[type=text]:-moz-placeholder {
  font-style: normal
}

#tribe-bar-form input[type=text]::-moz-placeholder {
  font-style: normal
}

#shipping_method input[type=radio],
.input-radio {
  background: 0 0;
  -webkit-appearance: checkbox;
  appearance: checkbox
}

.single-navigation {
  min-height: 34px;
  line-height: 34px;
  border-top: 1px solid #e7e6e6;
  border-bottom: 1px solid #e7e6e6;
  margin-bottom: 60px;
  text-align: right
}

.single-navigation a {
  display: inline-block;
  position: relative
}

.single-navigation a[rel=next] {
  margin-left: 15px;
  margin-right: 1em
}

.fusion-pagination .prev:before,
.pagination-prev:before,
.single-navigation a[rel=prev]:before,
.woocommerce-pagination .prev:before {
  position: absolute;
  top: 50%;
  transform: translateY(-51%);
  left: -1em;
  font-family: awb-icons;
  content: "\f104"
}

.fusion-pagination .next:after,
.pagination-next:after,
.single-navigation a[rel=next]:after,
.woocommerce-pagination .next:after {
  position: absolute;
  top: 50%;
  transform: translateY(-51%);
  right: -1em;
  font-family: awb-icons;
  content: "\f105"
}

.side-nav {
  list-style: none;
  margin: 0;
  padding: 0;
  border-top: 1px solid #ededed;
  margin-bottom: 20px
}

.side-nav ul {
  list-style: none;
  margin: 0;
  padding: 0
}

.side-nav li {
  margin: 0;
  padding: 0
}

.side-nav li a {
  border-bottom: 1px solid #ededed;
  display: block;
  height: auto;
  font-weight: 400;
  font-size: 14px;
  color: #333;
  line-height: 1.69em;
  padding: 8px 0
}

.side-nav li a:hover {
  background: 0 0
}

.side-nav li.current_page_item>a {
  background: 0 0;
  color: #65bc7b
}

.side-nav li.current_page_item li a {
  color: #333;
  border-bottom: 1px solid #ededed
}

.side-nav .children {
  display: none;
  margin-left: 15px
}

.side-nav .arrow {
  display: inline;
  margin-left: 0
}

.side-nav .arrow:after {
  position: absolute;
  font-size: 14px;
  font-family: awb-icons
}

.side-nav-left .side-nav {
  border-right: 1px solid #ededed
}

.side-nav-left .side-nav li.current_page_item>a {
  border-right: 3px solid #65bc7b
}

.side-nav-left .side-nav .arrow {
  margin-left: 10px
}

.side-nav-left .side-nav .arrow:after {
  content: "\f105"
}

.side-nav-right .side-nav {
  border-left: 1px solid #ededed
}

.side-nav-right .side-nav li.current_page_item>a {
  padding-left: 23px;
  border-left: 3px solid #65bc7b
}

.side-nav-right .side-nav li a {
  padding-left: 25px
}

.side-nav-right .side-nav .arrow {
  margin-right: 10px
}

.side-nav-right .side-nav .arrow:after {
  content: "\f104"
}

.side-nav-right .side-nav .children {
  margin-left: 40px
}

.side-nav-right .side-nav .children a {
  padding-left: 0
}

.woocommerce-tabs .tabs a:hover .arrow,
.woocommerce-tabs .tabs li.active a .arrow {
  display: inline-block;
  margin-left: 10px;
  padding-right: 0
}

.woocommerce-tabs .panel .panel {
  margin-left: auto;
  padding: 0
}

.toggle-content {
  padding-top: 10px;
  padding-bottom: 15px;
  position: relative
}

h5.toggle.active+.toggle-content {
  border-bottom: 1px solid #e8e6e6
}

.clearboth {
  clear: both;
  display: block;
  font-size: 0;
  height: 0;
  line-height: 0;
  width: 100%;
  overflow: hidden
}

.shortcode-tabs {
  margin-bottom: 50px
}

.shortcode-tabs .tab-hold .tabs li {
  border-right: 0;
  box-sizing: border-box
}

.shortcode-tabs .tab-hold .tabs li a {
  display: block;
  width: 100%;
  padding: 0;
  text-indent: 15px
}

.shortcode-tabs .tab-hold .tabs li.active a {
  background: 0 0
}

.shortcode-tabs .tab_content {
  padding: 15px;
  overflow: hidden
}

.shortcode-tabs .tab_content :last-child {
  margin-bottom: 0
}

.fusion-post-content p,
.post-content p {
  margin: 0 0 20px
}

.fusion-post-content ul.arrow,
.post-content ul.arrow {
  list-style: none;
  margin: 0;
  padding: 0
}

.fusion-post-content ul.arrow li,
.post-content ul.arrow li {
  line-height: 18px;
  margin: 0;
  padding: 0;
  margin-bottom: 15px;
  padding-left: 25px
}

.fusion-post-content ul.arrow li:before,
.post-content ul.arrow li:before {
  display: inline-block;
  background-repeat: no-repeat;
  background-position: center center;
  background-color: #65bc7b;
  height: 18px;
  border-radius: 75px;
  width: 18px;
  position: absolute;
  font-size: 14px;
  content: "\f105";
  float: left;
  margin-right: 0;
  margin-left: -25px;
  font-family: awb-icons;
  text-align: center;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  color: #fff;
  line-height: 17px;
  text-indent: 1px
}

.fusion-post-content blockquote,
.post-content blockquote {
  background: #f5f5f5;
  font: 13px/20px PTSansItalic, arial, helvetica, sans-serif;
  color: #444;
  border-left: 4px solid #65bc7b;
  padding: 15px;
  margin-top: 2em;
  margin-bottom: 2em
}

.fusion-post-content blockquote :last-child,
.post-content blockquote :last-child {
  margin-bottom: 0
}

.reading-box-container {
  margin: 0 0 84px
}

.reading-box {
  padding: 28px 28px 27px 31px;
  border-left: 3px solid #65bc7b;
  background: #f2efef
}

.continue {
  float: right
}

.avada-google-map {
  height: 416px;
  margin-bottom: 50px;
  overflow: hidden
}

#gmap img,
.shortcode-map img {
  max-width: none
}

.flickr_badge_image img,
.pyre_tabs img,
.recent-works-items img {
  transition: all .2s
}

.flickr_badge_image img:hover,
.pyre_tabs img:hover,
.recent-works-items img:hover {
  opacity: .5
}

.error-page .useful-links {
  width: 30.66%;
  padding-left: 5%
}

.error-page .oops {
  font-size: 117px;
  margin: 0 0 20px;
  line-height: 117px;
  font-weight: bolder;
  color: #f0f0f0;
  font-family: "PT Sans", Arial, Helvetica, sans-serif
}

.has-sidebar .error-page .oops {
  font-size: 90px;
  line-height: 90px
}

.error_page .oops h1 {
  font-family: "PT Sans", Arial, Helvetica, sans-serif
}

.fontawesome-icon {
  display: inline-block;
  float: left
}

.aligncenter .fontawesome-icon,
.fusion-alignleft .fontawesome-icon,
.fusion-alignright .fontawesome-icon {
  float: none
}

.fontawesome-icon {
  margin-right: 10px
}

.fontawesome-icon.circle-yes {
  border-radius: 75px;
  border-width: 1px;
  border-style: solid;
  background-color: #333;
  color: #fff;
  text-align: center;
  margin-top: 2px
}

.fontawesome-icon.large {
  font-size: 40px
}

.fontawesome-icon.large.circle-yes {
  width: 70px;
  height: 70px;
  line-height: 70px
}

.fontawesome-icon.medium {
  font-size: 18px
}

.fontawesome-icon.medium.circle-yes {
  width: 35px;
  height: 35px;
  line-height: 35px
}

.fontawesome-icon.small {
  font-size: 10px
}

.fontawesome-icon.small.circle-yes {
  width: 18px;
  height: 18px;
  line-height: 19px
}

.fontawesome-icon.circle-no.large {
  margin-top: 2px
}

.fontawesome-icon.circle-no.medium {
  margin-top: 3px
}

.fontawesome-icon.circle-no.small {
  margin-top: 5px
}

.icon-heading .fontawesome-icon {
  margin-top: -6px
}

.main-flex {
  overflow: hidden;
  width: 100%;
  margin-left: auto;
  margin-right: auto
}

.widget_layered_nav li a:before,
.widget_product_categories li a:before,
.woocommerce-tabs .tabs a:hover .arrow:after,
.woocommerce-tabs .tabs li.active a .arrow:after {
  position: absolute;
  font-family: awb-icons;
  content: "\f105";
  margin-left: -12px
}

.fusion-widget-area .widget .recentcomments:before,
.fusion-widget-area .widget_archive li a:before,
.fusion-widget-area .widget_categories li a:before,
.fusion-widget-area .widget_links li a:before,
.fusion-widget-area .widget_meta li a:before,
.fusion-widget-area .widget_nav_menu li a:before,
.fusion-widget-area .widget_pages li a:before,
.fusion-widget-area .widget_recent_entries li a:before,
.fusion-widget-area .widget_rss li a:before {
  position: absolute;
  font-family: awb-icons;
  content: "\f105";
  margin-left: -12px
}

.fusion-widget-area .widget .recentcomments,
.fusion-widget-area .widget_archive li,
.fusion-widget-area .widget_categories li,
.fusion-widget-area .widget_layered_nav li,
.fusion-widget-area .widget_links li,
.fusion-widget-area .widget_meta li,
.fusion-widget-area .widget_nav_menu li,
.fusion-widget-area .widget_pages li,
.fusion-widget-area .widget_product_categories li,
.fusion-widget-area .widget_recent_entries li,
.fusion-widget-area .widget_rss li {
  display: block;
  padding: 10px 10px 10px 12px;
  border-bottom: 1px solid #e7e6e6;
  position: relative
}

.fusion-widget-area .widget_categories li {
  position: relative
}

.fusion-widget-area .widget_layered_nav .count,
.fusion-widget-area .widget_layered_nav_filters .count {
  transition: color .2s cubic-bezier(.21, .6, .35, 1)
}

.fusion-widget-area .widget_layered_nav li.chosen .count,
.fusion-widget-area .widget_layered_nav li.chosen a,
.fusion-widget-area .widget_layered_nav li.chosen a:before,
.fusion-widget-area .widget_layered_nav_filters li.chosen .count,
.fusion-widget-area .widget_layered_nav_filters li.chosen a,
.fusion-widget-area .widget_layered_nav_filters li.chosen a:before {
  font-weight: 700
}

.fusion-widget-area .widget_rss .rss-date {
  display: block;
  margin: .15em 0
}

.fusion-widget-area .widget_categories li span {
  position: absolute
}

.fusion-widget-area .widget_categories .children {
  margin-left: 5px;
  padding-top: 10px
}

.fusion-widget-area .widget_categories li .children li:last-child,
.fusion-widget-area .widget_categories li .sub-menu li:last-child,
.fusion-widget-area .widget_nav_menu li .children li:last-child,
.fusion-widget-area .widget_nav_menu li .sub-menu li:last-child,
.fusion-widget-area .widget_pages li .children li:last-child,
.fusion-widget-area .widget_pages li .sub-menu li:last-child,
.fusion-widget-area .widget_product_categories li .children li:last-child,
.fusion-widget-area .widget_product_categories li .sub-menu li:last-child {
  padding-bottom: 0;
  border-bottom: none
}

.shortcode-tabs .tab_content ul.arrow {
  float: none
}

.fusion-widget-area ul.arrow {
  list-style: none;
  margin: 0;
  padding: 0
}

.fusion-widget-area ul.arrow li:before {
  display: inline-block;
  background-repeat: no-repeat;
  background-position: center center;
  background-color: #65bc7b;
  height: 18px;
  border-radius: 75px;
  width: 18px;
  content: " ";
  float: left;
  margin-right: 10px;
  margin-left: 0
}

.fusion-widget-area ul.arrow li {
  line-height: 18px;
  margin: 0;
  padding: 0;
  margin-bottom: 15px;
  padding-left: 0
}

.fusion-widget-area .children,
.fusion-widget-area .sub-menu {
  margin-left: 15px
}

.fusion-widget-area .widget_nav_menu .sub-menu {
  padding-top: 10px
}

.fusion-widget-area .fusion-vertical-menu-widget .children,
.fusion-widget-area .fusion-vertical-menu-widget .sub-menu {
  margin-left: 0
}

.widget_categories li {
  background: 0 0;
  padding: 0;
  border-bottom: 0
}

.fusion-widget-area .widget>ul>li:first-child,
.fusion-widget-area .widget_nav_menu>div>ul>li:first-child {
  padding-top: 0
}

.widget_wooslider_slideshow_slides li a {
  background: 0 0;
  border: 0;
  margin: 0;
  padding: 0
}

.fusion-widget-area .flexslider .slides>li {
  padding-top: 0;
  padding-bottom: 0
}

.chat-icon {
  display: inline-block;
  width: 26px;
  height: 19px;
  margin-top: 9px
}

.blog-shortcode h3.timeline-title {
  color: #747474;
  font-size: 13px
}

.reading-box-container {
  position: relative;
  z-index: 1
}

.reading-box {
  position: relative
}

.tagline-shadow:after,
.tagline-shadow:before {
  bottom: 15px;
  left: 10px;
  width: 50%;
  height: 20%;
  max-width: 300px;
  max-height: 100px;
  position: absolute;
  content: "";
  z-index: -1;
  box-shadow: 0 15px 10px rgba(0, 0, 0, .7);
  transform: rotate(-3deg)
}

.tagline-shadow:after {
  right: 10px;
  left: auto;
  transform: rotate(3deg)
}

.tooltip-shortcode {
  position: relative;
  display: inline;
  cursor: pointer;
  color: #747474
}

ul.list-icon {
  list-style: none;
  margin: 0;
  padding: 0;
  margin-top: 10px
}

ul.list-icon li:before {
  display: inline-block;
  height: 18px;
  width: 18px;
  content: " ";
  float: left;
  margin-right: 0;
  margin-left: -25px;
  font-family: awb-icons;
  font-style: normal;
  font-weight: 400;
  text-decoration: inherit
}

ul.list-icon-arrow li:before {
  content: "\f105"
}

ul.circle-yes li:before {
  border-radius: 75px;
  text-align: center;
  font-size: 9px
}

ul.list-icon-color-light li:before {
  color: #fff
}

ul.list-icon li {
  line-height: 18px;
  margin: 0;
  padding: 0;
  margin-bottom: 15px;
  padding-left: 25px
}

.fusion-widget-area ul.list-icon a {
  border: medium none;
  padding: 0
}

.fusion-post-content .wooslider .overlay-natural.layout-text-bottom .slide-excerpt {
  bottom: 15%
}

.fusion-post-content .wooslider .overlay-natural.layout-text-top .slide-excerpt {
  top: 15%
}

.fusion-post-content .wooslider .slide-excerpt .slide-title,
.fusion-post-content .wooslider .slide-excerpt .slide-title a {
  color: #fff
}

.fusion-post-content .wooslider .overlay-full .slide-excerpt {
  padding: 50px;
  opacity: .7
}

.fusion-post-content .wooslider .wooslider-control-thumbs {
  position: relative;
  width: auto;
  margin: 33px auto 0;
  text-align: center
}

.fusion-post-content .wooslider .wooslider-control-thumbs li {
  float: none;
  width: 56px
}

.fusion-post-content .wooslider .wooslider-next,
.fusion-post-content .wooslider .wooslider-prev {
  top: 50%;
  margin-top: -29px
}

.fusion-post-content .wooslider-type-attachments .wooslider-next,
.fusion-post-content .wooslider-type-attachments .wooslider-prev {
  top: 50%;
  margin-top: -59px
}

.fusion-post-content .wooslider .overlay-none .slide-excerpt {
  margin-top: 10px
}

.fusion-post-content .wooslider .overlay-none .slide-excerpt .slide-title,
.fusion-post-content .wooslider .overlay-none .slide-excerpt .slide-title a {
  color: #333
}

.tabs-vertical {
  border: 0
}

.tabs-vertical .tabset {
  border-left: 1px solid #d3d3d3;
  border-top: 1px solid #d3d3d3;
  border-bottom: 1px solid #d3d3d3;
  width: 15.74468085%;
  float: left;
  height: auto;
  position: relative;
  left: 1px;
  z-index: 10
}

.tabs-vertical .tab-hold .tabset li {
  float: none;
  width: auto;
  height: auto;
  border: 0;
  background: 0 0
}

.tabs-vertical .tab-hold .tabset li a {
  width: auto;
  text-indent: 0;
  border-bottom: 1px solid #d3d3d3;
  height: auto;
  line-height: normal;
  padding: 10px
}

.tabs-vertical .tab-hold .tabset li:last-child a {
  border-bottom: 0
}

.tabs-vertical .tab-hold .tabset li.active a {
  background: #fff;
  border-width: 0;
  border-style: solid;
  border-left-width: 3px;
  height: auto;
  line-height: normal
}

.tabs-vertical .tabs-container {
  width: 83.93617021%;
  float: left
}

.tabs-vertical .tabs-container .tab_content {
  border: 1px solid #d3d3d3;
  padding: 30px
}

.error-message {
  color: #f0f0f0;
  font-size: 170px;
  line-height: 1;
  font-weight: 700
}

.mejs-container.mejs-video {
  max-width: 100%;
  width: 100%;
  height: auto
}

.mejs-overlay,
.mejs-poster {
  width: 100%;
  height: 100%
}

.mejs-mediaelement video {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%
}

.mejs-container,
.mejs-embed,
.mejs-embed body {
  background: 0 0
}

.fusion-sliding-bar-area .widget_shopping_cart_content .buttons {
  background: rgba(0, 0, 0, .4)
}

.fusion-sliding-bar-area .products-slider li .image {
  width: auto;
  height: auto
}

.fusion-widget-area .products a {
  padding: 0;
  border: 0;
  background: 0 0
}

.fusion-widget-area .products .product-title {
  margin: 0 0 10px
}

.fusion-widget-area .products-slider a {
  border: 0;
  background: 0 0;
  margin: 0;
  padding-top: 0;
  padding-bottom: 0;
  padding-right: 0;
  display: inline-block;
  width: auto
}

.fusion-widget-area .image-extras-content h3 {
  text-transform: none;
  margin-bottom: 5px
}

.fusion-widget-area .product-category mark {
  background-color: transparent;
  color: inherit
}

.fusion-widget-area .product-category h3 {
  margin-bottom: 0
}

.fullwidthbanner-container {
  overflow: visible
}

.tfs-slider .flex-caption {
  width: 97%
}

.tfs-slider .flex-control-nav {
  bottom: 20px !important
}

.tfs-slider .buttons a {
  margin: 0;
  display: inline-block
}

.tp-simpleresponsive .slotholder,
.tp-simpleresponsive .slotholder img {
  -webkit-backface-visibility: visible;
  -webkit-transform: none
}

#learndash_lessons .learndash_topic_dots {
  float: none
}

.video-background {
  position: relative;
  overflow: hidden
}

.video-bg {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden
}

.video-bg embed,
.video-bg iframe,
.video-bg object {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%
}

.video-content {
  position: absolute;
  top: 0;
  padding: 15px;
  width: 100%
}

.bbp-arrow {
  margin-top: -1px
}

.fusion-animated {
  position: relative;
  z-index: 2000
}

.fusion-social-links-footer .fusion-social-networks.boxed-icons a.fusion-social-network-icon.awb-custom-image {
  padding: 0;
  background-color: transparent;
  border: none;
  border-radius: 0;
  box-shadow: none
}

.fusion-social-links-footer .fusion-social-networks.boxed-icons a.fusion-social-network-icon.awb-custom-image img {
  position: relative
}

.avada-container h3,
.comment-form input[type=submit],
.fusion-body .fusion-load-more-button,
.project-content .project-info h4,
.review blockquote div strong,
.ticket-selector-submit-btn[type=submit] {
  font-weight: 700
}

.meta .fusion-date,
.post-content blockquote,
.review blockquote q {
  font-style: italic
}

#wrapper .fusion-events-shortcode .fusion-events-meta h4,
.fusion-carousel-meta,
.fusion-image-wrapper .fusion-rollover .fusion-rollover-content .fusion-product-buttons a,
.fusion-image-wrapper .fusion-rollover .fusion-rollover-content .fusion-rollover-categories,
.fusion-image-wrapper .fusion-rollover .fusion-rollover-content .fusion-rollover-categories a,
.fusion-image-wrapper .fusion-rollover .fusion-rollover-gallery:before,
.fusion-image-wrapper .fusion-rollover .fusion-rollover-link:before,
.fusion-recent-posts .columns .column .meta,
.fusion-rollover-linebreak,
.fusion-single-line-meta,
.product-buttons a {
  line-height: 1.5
}

.ua-mobile .avada-not-responsive #wrapper {
  width: 100% !important;
  overflow: hidden !important
}

.layout-wide-mode #wrapper {
  width: 100%;
  max-width: none
}

#sliders-container {
  position: relative
}

.layout-boxed-mode #sliders-container .main-flex[data-parallax="1"] {
  position: fixed
}

.avada-video-embed {
  position: relative
}

.avada-video-embed .fluid-width-video-wrapper {
  padding-top: 55%
}

.avada-video-embed .fluid-width-video-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%
}

.fusion-privacy-placeholder {
  padding: 30px;
  background: rgba(0, 0, 0, .1);
  color: rgba(0, 0, 0, .3);
  display: flex;
  align-items: center;
  justify-content: center
}

.fusion-privacy-placeholder .fusion-privacy-placeholder-content {
  text-align: center
}

.fusion-privacy-placeholder .fusion-privacy-consent {
  margin-top: 15px
}

.fluid-width-video-wrapper .fusion-privacy-placeholder {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important
}

.fusion-privacy-bar {
  padding: 15px 30px;
  position: fixed;
  width: 100%;
  z-index: 99999;
  display: none;
  max-height: 100vh;
  overflow: auto;
  scrollbar-width: none
}

.fusion-privacy-bar::-webkit-scrollbar {
  display: none
}

.fusion-privacy-bar .fusion-privacy-bar-acceptance {
  width: auto
}

.fusion-privacy-bar-bottom {
  bottom: 0
}

.fusion-privacy-bar .fusion-privacy-bar-main {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 -15px
}

.fusion-privacy-bar .fusion-privacy-bar-main .fusion-privacy-bar-acceptance,
.fusion-privacy-bar .fusion-privacy-bar-main>span {
  margin: 0 15px
}

.fusion-privacy-bar .fusion-privacy-bar-full {
  text-align: center;
  display: none;
  line-height: 1.5
}

.fusion-privacy-bar .fusion-privacy-bar-full .fusion-privacy-choices {
  list-style: none;
  margin: .7em 0 0;
  padding: 0
}

.fusion-privacy-bar .fusion-privacy-bar-full .fusion-column {
  text-align: initial
}

.fusion-privacy-bar .fusion-privacy-bar-full .fusion-column .column-title {
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: .7em
}

.searchform .fusion-search-form-content {
  display: flex;
  align-items: center;
  overflow: hidden;
  width: 100%
}

.searchform .fusion-search-form-content .fusion-search-field {
  flex-grow: 1
}

.searchform .fusion-search-form-content .fusion-search-field input {
  background-color: #fff;
  border: 1px solid #d2d2d2;
  color: #747474;
  font-size: 13px;
  padding: 8px 15px;
  height: 33px;
  width: 100%;
  box-sizing: border-box;
  margin: 0;
  outline: 0
}

.searchform .fusion-search-form-content .fusion-search-button input[type=submit] {
  background: #000;
  border: none;
  border-radius: 0;
  color: #fff;
  font-size: 1em;
  height: 33px;
  line-height: 33px;
  margin: 0;
  padding: 0;
  width: 33px;
  text-indent: 0;
  cursor: pointer;
  font-family: awb-icons;
  font-weight: 400;
  text-shadow: none;
  -webkit-font-smoothing: antialiased;
  transition: all .2s
}

.fusion-search-element .searchform.fusion-search-form-clean .fusion-search-form-content,
.fusion-search-form-clean .searchform:not(.fusion-search-form-classic) .fusion-search-form-content {
  position: relative
}

.fusion-search-element .searchform.fusion-search-form-clean .fusion-search-button,
.fusion-search-form-clean .searchform:not(.fusion-search-form-classic) .fusion-search-button {
  position: absolute
}

.fusion-search-element .searchform.fusion-search-form-clean .fusion-search-button input[type=submit],
.fusion-search-form-clean .searchform:not(.fusion-search-form-classic) .fusion-search-button input[type=submit] {
  background-color: transparent;
  color: #aaa9a9
}

.search-page-search-form-top {
  padding-bottom: 60px;
  border-bottom: 1px solid #e6e5e6;
  margin-bottom: 60px
}

.search-page-search-form-bottom {
  padding-top: 60px;
  border-top: 1px solid #e6e5e6;
  margin-top: 60px
}

.search-page-search-form .fusion-search-form {
  text-align: right
}

.search-page-search-form .fusion-search-form .fusion-search-form .fusion-search-field input {
  text-indent: 0
}

.fusion-main-menu-search-overlay .fusion-main-menu>.fusion-menu {
  display: flex;
  flex-wrap: wrap;
  transition: opacity .8s cubic-bezier(.8, 0, .25, 1), transform .8s cubic-bezier(.8, 0, .25, 1)
}

.fusion-main-menu-search-overlay .fusion-main-menu>.fusion-overlay-search {
  display: flex;
  visibility: hidden;
  align-items: center;
  opacity: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -150%);
  width: 100%;
  transition: opacity .8s cubic-bezier(.8, 0, .25, 1), transform .8s cubic-bezier(.8, 0, .25, 1)
}

.fusion-main-menu-search-overlay .fusion-main-menu>.fusion-overlay-search .fusion-search-form {
  flex-grow: 2
}

.fusion-main-menu-search-overlay .fusion-main-menu>.fusion-overlay-search .fusion-close-search {
  overflow: hidden;
  position: relative;
  display: inline-block
}

.fusion-main-menu-search-overlay .fusion-main-menu>.fusion-overlay-search .fusion-close-search:after,
.fusion-main-menu-search-overlay .fusion-main-menu>.fusion-overlay-search .fusion-close-search:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  height: 2px;
  width: 100%;
  margin-top: -1px
}

.fusion-main-menu-search-overlay .fusion-main-menu>.fusion-overlay-search .fusion-close-search:before {
  transform: rotate(45deg)
}

.fusion-main-menu-search-overlay .fusion-main-menu>.fusion-overlay-search .fusion-close-search:after {
  transform: rotate(-45deg)
}

.fusion-main-menu-search-overlay .fusion-main-menu.search-open {
  overflow: visible
}

.fusion-main-menu-search-overlay .fusion-main-menu.search-open>.fusion-menu {
  opacity: 0;
  transform: translateY(100%);
  visibility: hidden
}

.fusion-main-menu-search-overlay .fusion-main-menu.search-open>.fusion-overlay-search {
  opacity: 1;
  visibility: visible;
  transform: translate(-50%, -50%)
}

.fusion-main-menu-search-overlay .fusion-main-menu.search-transition {
  overflow: hidden !important
}

.fusion-main-menu-search-overlay .fusion-main-menu.search-transition .fusion-menu {
  visibility: visible !important
}

.fusion-main-menu-search-overlay .fusion-main-menu.search-transition>.fusion-overlay-search {
  visibility: visible
}

.fusion-main-menu-search-overlay .fusion-header-v4.fusion-header-menu-align-right .fusion-overlay-search,
.fusion-main-menu-search-overlay .fusion-header-v5.fusion-header-menu-align-right .fusion-overlay-search {
  right: 0;
  left: auto;
  transform: translate(0, -150%)
}

.fusion-main-menu-search-overlay .fusion-header-v4.fusion-header-menu-align-right .search-open .fusion-overlay-search,
.fusion-main-menu-search-overlay .fusion-header-v5.fusion-header-menu-align-right .search-open .fusion-overlay-search {
  transform: translate(0, -50%)
}

.fusion-main-menu-search-overlay .fusion-header-v4.fusion-header-menu-align-left .fusion-overlay-search,
.fusion-main-menu-search-overlay .fusion-header-v5.fusion-header-menu-align-left .fusion-overlay-search {
  left: 0;
  transform: translate(0, -150%)
}

.fusion-main-menu-search-overlay .fusion-header-v4.fusion-header-menu-align-left .search-open .fusion-overlay-search,
.fusion-main-menu-search-overlay .fusion-header-v5.fusion-header-menu-align-left .search-open .fusion-overlay-search {
  transform: translate(0, -50%)
}

.fusion-overlay-search {
  position: absolute;
  opacity: 0
}

.fusion-header-has-flyout-menu .fusion-flyout-search .fusion-live-search {
  position: relative
}

.fusion-header-has-flyout-menu .fusion-flyout-search .fusion-live-search .fusion-search-form-content {
  position: relative
}

.fusion-header-has-flyout-menu .fusion-flyout-search .fusion-live-search .fusion-search-form-content .fusion-search-button {
  display: block;
  position: absolute;
  right: 0;
  background-color: transparent
}

.fusion-header-has-flyout-menu .fusion-flyout-search .fusion-live-search .fusion-search-form-content .fusion-search-button .fusion-search-submit {
  display: none
}

.fusion-header-has-flyout-menu .fusion-flyout-search .fusion-live-search .fusion-search-form-content .fusion-slider-loading {
  margin: -1.75em 0 0 -3.5em;
  width: 3.5em;
  height: 3.5em;
  border-top-width: .4em;
  border-right-width: .4em;
  border-bottom-width: .4em;
  border-left-width: .4em
}

.fusion-live-search .fusion-search-field {
  z-index: 14
}

.fusion-live-search .fusion-search-button {
  z-index: 14;
  position: relative
}

.fusion-live-search .fusion-slider-loading {
  display: none;
  margin: -1.2em 0 0 -1.2em;
  width: 2.4em;
  height: 2.4em;
  border-top: .3em solid rgba(255, 255, 255, .35);
  border-right: .3em solid rgba(255, 255, 255, .35);
  border-bottom: .3em solid #fff;
  border-left: .3em solid rgba(255, 255, 255, .35);
  pointer-events: none
}

.fusion-live-search .fusion-search-results-wrapper {
  position: relative
}

.fusion-flyout-search .fusion-live-search .fusion-search-results-wrapper {
  position: absolute;
  width: calc(100% - 100px);
  margin-top: 62px
}

.fusion-live-search .fusion-search-results {
  z-index: -1;
  visibility: hidden;
  overflow-y: auto;
  position: absolute;
  margin-top: 25px;
  width: 100%;
  max-height: 250px;
  opacity: 0;
  transition: .3s opacity, .3s margin;
  background-color: #fff;
  border-style: solid
}

.fusion-live-search .fusion-search-results.suggestions-added {
  z-index: 2001;
  visibility: visible;
  margin-top: 0;
  opacity: 1
}

.fusion-live-search .fusion-search-results.suggestions-empty .fusion-search-result {
  padding: 14px;
  cursor: default
}

.fusion-live-search .fusion-search-results.suggestions-empty .fusion-search-result:hover {
  padding: 14px
}

.fusion-live-search .fusion-search-results.suggestions-transition {
  visibility: visible
}

.fusion-live-search.fusion-main-menu-search-dropdown .fusion-main-menu .fusion-search-results.suggestions-added {
  position: static
}

.fusion-live-search .fusion-search-result {
  display: flex;
  align-items: center;
  padding: 14px 7px;
  line-height: 1.4;
  border-bottom-style: solid;
  border-top: none;
  text-align: initial;
  cursor: pointer;
  transition: .2s padding
}

.fusion-body .fusion-live-search .fusion-search-result {
  font-family: inherit
}

.fusion-body .fusion-live-search .fusion-search-result:after {
  content: ""
}

.fusion-live-search .fusion-search-result:hover {
  padding: 14px 0 14px 14px
}

.fusion-live-search .fusion-search-result:last-child {
  border-bottom: none
}

.fusion-live-search .fusion-search-content,
.fusion-live-search .fusion-search-image {
  padding: 0 7px
}

.fusion-live-search .fusion-search-image {
  max-width: 45px;
  box-sizing: content-box
}

.fusion-main-menu .fusion-live-search .fusion-search-image {
  max-width: 35px
}

.fusion-live-search .fusion-search-post-type {
  margin-top: .2em;
  font-size: .9em
}

.fusion-author-widget .fusion-author-widget-left {
  text-align: left
}

.fusion-author-widget .fusion-author-widget-center {
  text-align: center
}

.fusion-author-widget .fusion-author-widget-right {
  text-align: right
}

.fusion-author-widget .fusion-author-widget-name {
  margin-top: 20px
}

.fusion-author-widget .fusion-social-networks {
  margin: -7px 0
}

.fusion-author-widget .fusion-social-networks .fusion-social-networks-wrapper .fusion-social-network-icon {
  margin: 7px 5.5px
}

.fusion-author-widget .fusion-social-networks.boxed-icons {
  margin: -5px 0
}

.fusion-author-widget .fusion-social-networks.boxed-icons .fusion-social-networks-wrapper .fusion-social-network-icon {
  margin: 5px 3.5px
}

.fusion-author-widget .fusion-author-widget-separator .fusion-author-widget-sep {
  border-top: 1px solid
}

.fusion-author-widget .fusion-author-widget-sep {
  margin: 20px 0;
  height: 0
}

.fusion-tabs-widget .fusion-tabs-widget-wrapper {
  border: 1px solid #eaeaea
}

.fusion-tabs-widget .fusion-tabs-nav ul {
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0
}

.fusion-tabs-widget .fusion-tabs-nav ul li {
  flex: 1;
  margin: 0;
  padding: 0;
  border-right: 1px solid
}

.fusion-tabs-widget .fusion-tabs-nav ul li:last-child {
  border-right: none
}

.fusion-tabs-widget .fusion-tabs-nav ul li a {
  display: block;
  padding: 11px 0;
  border-top: 3px solid transparent;
  transition: all .2s;
  background: #f1f2f2;
  color: #333;
  font-size: 13px;
  text-align: center
}

.fusion-footer-widget-area .fusion-widget-area .fusion-column .fusion-tabs-widget .fusion-tabs-nav ul li a {
  padding: 11px 0
}

.fusion-tabs-widget .fusion-tabs-nav ul li.active a {
  border-top: 3px solid #65bc7b
}

.fusion-tabs-widget .fusion-tabs-nav ul li .fusionicon-bubbles {
  font-size: 18px
}

.fusion-tabs-widget .fusion-tabs-image-circle .image img {
  border-radius: 50%
}

.fusion-tabs-widget .fusion-tabs-image-square .image img {
  border-radius: 0
}

.fusion-tabs-widget .fusion-tabs-widget-content .fusion-tabs-widget-items {
  list-style: none;
  margin: 0;
  padding: 0
}

.fusion-tabs-widget .fusion-tabs-widget-content .fusion-tabs-widget-items li {
  overflow: hidden;
  padding: 20px 15px;
  border-bottom: 1px solid #e2e2e2
}

.fusion-tabs-widget .fusion-tabs-widget-content .fusion-tabs-widget-items li:last-child {
  border-bottom: 0
}

.fusion-tabs-widget .fusion-tabs-widget-content .image {
  float: left;
  margin-right: 13px;
  width: 52px
}

.fusion-tabs-widget .fusion-tabs-widget-content .image a {
  height: auto;
  width: auto;
  line-height: normal;
  text-indent: 0
}

.fusion-tabs-widget .fusion-tabs-widget-content .fusion-date-box {
  float: left;
  margin-right: 13px;
  padding: 7px 6px;
  min-width: 64px;
  text-align: center
}

.fusion-tabs-widget .fusion-tabs-widget-content .fusion-date-box .fusion-date {
  font-size: 1.3em;
  line-height: 1;
  font-weight: 700
}

.fusion-tabs-widget .fusion-tabs-widget-content .fusion-date-box .fusion-month-year {
  margin-top: .5em;
  line-height: 1;
  font-size: .85em
}

.fusion-tabs-widget .fusion-tabs-widget-content .post-holder a {
  display: block;
  overflow: hidden;
  line-height: normal
}

.fusion-tabs-widget .fusion-tabs-widget-content .post-holder p {
  margin: 0 0 2px
}

.fusion-tabs-widget .fusion-tabs-widget-content .post-holder .fusion-meta {
  margin-top: 2px
}

.fusion-tabs-widget .fusion-tabs-widget-content .post-holder .fusion-meta p>a {
  display: inline
}

.flickr_badge_image {
  display: inline-block;
  padding: 3px
}

.flickr_badge_image a {
  display: inline-block
}

.flickr_badge_image img {
  width: 66px;
  height: 66px
}

.fusion-columns-4 .flickr_badge_image img,
.fusion-columns-5 .flickr_badge_image img,
.fusion-columns-6 .flickr_badge_image img {
  width: 60px;
  height: 60px
}

.fusion-tabs-widget .fusion-tabs-clean.fusion-tabs-widget-wrapper {
  border: none
}

.fusion-tabs-widget .fusion-tabs-clean.fusion-tabs-widget-wrapper .fusion-tabs-nav {
  margin-bottom: 28px
}

.fusion-tabs-widget .fusion-tabs-clean.fusion-tabs-widget-wrapper .fusion-tabs-nav ul li a {
  padding: 14px 0;
  border-top: none
}

.fusion-footer-widget-area .fusion-widget-area .fusion-column .fusion-tabs-widget .fusion-tabs-clean.fusion-tabs-widget-wrapper .fusion-tabs-nav ul li a {
  padding: 14px 0
}

.fusion-tabs-widget .fusion-tabs-clean.fusion-tabs-widget-wrapper .fusion-tabs-nav ul li.active a {
  border-top: none
}

.fusion-tabs-widget .fusion-tabs-clean.fusion-tabs-widget-wrapper .fusion-tabs-widget-content {
  background: 0 0
}

.fusion-tabs-widget .fusion-tabs-clean.fusion-tabs-widget-wrapper .fusion-tabs-widget-content .fusion-tabs-widget-items li {
  display: flex;
  align-items: center;
  padding: 13px 0;
  border-bottom: none
}

.fusion-tabs-widget .fusion-tabs-clean.fusion-tabs-widget-wrapper .fusion-tabs-widget-content .fusion-date-box,
.fusion-tabs-widget .fusion-tabs-clean.fusion-tabs-widget-wrapper .fusion-tabs-widget-content .image {
  flex-shrink: 0
}

.fusion-sliding-bar-area .fusion-tabs-widget .fusion-tabs-nav ul li a {
  background: rgba(0, 0, 0, .2)
}

.fusion-sliding-bar-area .fusion-tabs-widget .fusion-tabs-nav ul li a:hover {
  background: 0 0
}

.fusion-sliding-bar-area .fusion-tabs-widget .fusion-tabs-nav ul li.active a {
  background: 0 0
}

.fusion-sliding-bar-area .fusion-tabs-widget .fusion-tabs-widget-content .fusion-date-box {
  background: rgba(0, 0, 0, .2)
}

.flex-container a:active,
.flex-container a:focus,
.flexslider a:active,
.flexslider a:focus {
  outline: 0
}

.flex-control-nav,
.flex-direction-nav,
.flexslider .slides {
  margin: 0;
  padding: 0;
  list-style: none;
  z-index: 1000
}

.flexslider {
  margin: 0;
  padding: 0
}

.flexslider .slides {
  overflow: hidden
}

.flexslider .slides li {
  display: none;
  -webkit-backface-visibility: hidden
}

.flexslider .slides img {
  width: 100%;
  max-width: 100%;
  display: block;
  -webkit-user-select: none;
  user-select: none
}

.flexslider .slides .video-shortcode {
  margin-bottom: 0
}

.flex-pauseplay span {
  text-transform: capitalize
}

.flexslider .slides:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0
}

html[xmlns] .flexslider .slides {
  display: block
}

* html .flexslider .slides {
  height: 1%
}

.flex-control-nav,
.flex-direction-nav,
.flexslider .slides {
  z-index: 2
}

.flexslider {
  margin: 0 0 60px;
  background-color: transparent;
  position: relative
}

.flex-viewport {
  max-height: 2000px;
  transition: all 1s ease
}

.loading .flex-viewport {
  max-height: 300px
}

.carousel li {
  margin-right: 5px
}

.flex-direction-nav {
  height: 0
}

.flex-direction-nav a {
  font-family: awb-icons;
  width: 30px;
  height: 30px;
  margin: -20px 0 0;
  background-color: rgba(0, 0, 0, .5);
  background-repeat: no-repeat;
  position: absolute;
  top: 50%;
  cursor: pointer;
  opacity: 0;
  transition: all .3s ease;
  z-index: 100;
  overflow: hidden;
  text-align: center;
  line-height: 30px;
  font-size: 16px;
  font-weight: 400;
  -webkit-font-smoothing: none;
  color: #fff
}

.flex-direction-nav a:hover {
  color: #fff
}

.sidebar .widget .flex-direction-nav a,
.sidebar .widget .flex-direction-nav a:hover {
  color: #fff
}

.no-opacity .flex-direction-nav a {
  display: none
}

.no-opacity .flexslider:hover .flex-direction-nav a {
  display: block
}

.flex-direction-nav .flex-next {
  right: 0;
  text-indent: 2px
}

.flex-direction-nav .flex-prev {
  left: 0;
  text-indent: -2px
}

.flexslider:hover .flex-next {
  opacity: .8;
  right: 0
}

.flexslider:hover .flex-prev {
  opacity: .8;
  left: 0
}

.flexslider:hover .flex-next:hover,
.flexslider:hover .flex-prev:hover {
  opacity: 1
}

.flex-direction-nav .flex-disabled,
.main-flex:hover .flex-direction-nav .flex-disabled {
  opacity: 0;
  cursor: default;
  display: none;
  visibility: hidden
}

.flex-control-nav {
  width: 100%;
  position: absolute;
  bottom: 0;
  text-align: center
}

.fusion-body .flex-control-nav li {
  margin: 0 6px;
  display: inline-block
}

.fusion-body .flex-control-paging li a {
  display: block
}

.flex-control-paging li a {
  width: 11px;
  height: 11px;
  display: block;
  background: #666;
  background: rgba(0, 0, 0, .5);
  cursor: pointer;
  text-indent: -9999px;
  border-radius: 20px;
  box-shadow: inset 0 0 3px rgba(0, 0, 0, .3)
}

.flex-control-paging li a:hover {
  background: #333;
  background: rgba(0, 0, 0, .7)
}

.flex-control-paging li a.flex-active {
  background: #000;
  background: rgba(0, 0, 0, .9);
  cursor: default
}

.flex-control-thumbs {
  margin: 5px 0 0;
  position: static;
  overflow: hidden
}

.flex-control-thumbs li {
  width: 25%;
  float: left;
  margin: 0
}

.flex-control-thumbs img {
  width: 100%;
  display: block;
  opacity: .7;
  cursor: pointer;
  transition: opacity .2s cubic-bezier(.21, .6, .35, 1)
}

.flex-control-thumbs img:hover {
  opacity: 1
}

.flex-control-thumbs .flex-active {
  opacity: 1;
  cursor: default
}

.flex-caption {
  position: absolute;
  background: rgba(0, 0, 0, .6);
  width: 96%;
  padding: 2%;
  color: #fff;
  left: 0;
  bottom: 0;
  margin: 0
}

.main-flex {
  margin-bottom: 0
}

.col .flexslider {
  margin: 0
}

.isotope {
  transition-duration: .8s;
  transition-property: height, width
}

.isotope-item {
  z-index: 2
}

.isotope-hidden.isotope-item {
  z-index: 1
}

.isotope .isotope-item {
  transition-duration: .8s;
  transition-property: top, left, opacity
}

.isotope .isotope-item.no-transition,
.isotope.no-transition,
.isotope.no-transition .isotope-item {
  transition-duration: 0s
}

.fusion-post-content .wooslider {
  border: 0;
  background: 0 0;
  box-shadow: none;
  border-radius: 0;
  margin: 0 auto;
  max-width: 940px
}

.wooslider .slide-content {
  margin: 0
}

.wooslider .wooslider-pauseplay {
  position: absolute;
  margin: 0;
  top: auto;
  bottom: 15px
}

.wooslider .wooslider-control-nav {
  position: absolute;
  margin: 0;
  top: auto;
  bottom: -10px
}

.tfs-slider .flex-next,
.tfs-slider .flex-prev {
  font-size: 25px;
  -webkit-font-smoothing: antialiased
}

.main-flex:hover .flex-next,
.main-flex:hover .flex-prev,
.wooslider:hover .wooslider-next,
.wooslider:hover .wooslider-prev {
  display: block
}

.main-flex .flex-next,
.main-flex .flex-prev,
.wooslider .wooslider-next,
.wooslider .wooslider-prev {
  background-color: rgba(0, 0, 0, .5);
  background-repeat: no-repeat;
  width: 63px;
  height: 63px;
  display: none;
  position: absolute;
  top: 42%;
  margin: 0;
  color: #fff;
  font-family: awb-icons;
  text-align: center;
  line-height: 63px;
  font-size: 36px;
  font-weight: 400;
  -webkit-font-smoothing: antialiased
}

.main-flex .flex-prev,
.wooslider .wooslider-prev {
  left: 0;
  padding: 0;
  border: 0;
  text-indent: -5px
}

.main-flex .flex-next,
.wooslider .wooslider-next {
  right: 0;
  padding: 0;
  border: 0;
  text-indent: 5px
}

#sliders-container .wooslider .slide-content p {
  margin: 0
}

.fusion-footer-widget-area .wooslider-control-nav li a,
.sidebar .wooslider-control-nav li a {
  padding: 0;
  border: 0;
  background: rgba(0, 0, 0, .5);
  margin-right: 3px
}

.fusion-footer-widget-area .wooslider-next,
.fusion-footer-widget-area .wooslider-prev,
.fusion-post-content .wooslider .wooslider-next,
.fusion-post-content .wooslider .wooslider-prev,
.sidebar .wooslider-next,
.sidebar .wooslider-prev {
  width: 29px;
  height: 29px
}

.fusion-footer-widget-area .wooslider .wooslider-control-nav,
.sidebar .wooslider .wooslider-control-nav {
  bottom: 5px
}

.fusion-footer-widget-area .widget_wooslider_slideshow_slides .wooslider-control-nav,
.sidebar .widget_wooslider_slideshow_slides .wooslider-control-nav {
  bottom: 12px
}

.fusion-footer-widget-area .slide-excerpt {
  overflow: hidden;
  position: absolute;
  bottom: -50px;
  padding: 0;
  width: 100%;
  text-align: center
}

.sidebar .slide-excerpt {
  bottom: 15%;
  width: 100%
}

.sidebar .slide-excerpt .slide-title {
  float: none
}

.sidebar .slide-excerpt .slide-title a {
  color: #fff;
  border: none
}

.sidebar .slide-excerpt .slide-title a:hover {
  color: #fff
}

.sidebar .widget .slides li div a {
  padding: 0
}

.layout-boxed-mode.fusion-top-header.avada-has-boxed-modal-shadow-light .fusion-boxed-shadow,
.layout-boxed-mode.fusion-top-header.avada-has-boxed-modal-shadow-light:not(.avada-footer-fx-sticky) #wrapper {
  box-shadow: 0 0 50px 1px rgba(0, 0, 0, .22)
}

.layout-boxed-mode.fusion-top-header.avada-has-boxed-modal-shadow-medium .fusion-boxed-shadow,
.layout-boxed-mode.fusion-top-header.avada-has-boxed-modal-shadow-medium:not(.avada-footer-fx-sticky) #wrapper {
  box-shadow: 0 0 50px 5px rgba(0, 0, 0, .35)
}

.layout-boxed-mode.fusion-top-header.avada-has-boxed-modal-shadow-hard .fusion-boxed-shadow,
.layout-boxed-mode.fusion-top-header.avada-has-boxed-modal-shadow-hard:not(.avada-footer-fx-sticky) #wrapper {
  box-shadow: 0 0 50px 10px rgba(0, 0, 0, .55)
}

.layout-boxed-mode:not(.fusion-top-header).avada-has-boxed-modal-shadow-light #boxed-wrapper,
.layout-boxed-mode:not(.fusion-top-header).avada-has-boxed-modal-shadow-light .fusion-boxed-shadow {
  box-shadow: 0 0 50px 1px rgba(0, 0, 0, .22)
}

.layout-boxed-mode:not(.fusion-top-header).avada-has-boxed-modal-shadow-medium #boxed-wrapper,
.layout-boxed-mode:not(.fusion-top-header).avada-has-boxed-modal-shadow-medium .fusion-boxed-shadow {
  box-shadow: 0 0 50px 5px rgba(0, 0, 0, .35)
}

.layout-boxed-mode:not(.fusion-top-header).avada-has-boxed-modal-shadow-hard #boxed-wrapper,
.layout-boxed-mode:not(.fusion-top-header).avada-has-boxed-modal-shadow-hard .fusion-boxed-shadow {
  box-shadow: 0 0 50px 10px rgba(0, 0, 0, .55)
}

.layout-boxed-mode.side-header #boxed-wrapper,
.layout-boxed-mode.side-header #slidingbar-area .fusion-row,
.layout-boxed-mode.side-header .fusion-footer-parallax,
.layout-boxed-mode.side-header>#lang_sel_footer {
  margin-right: auto;
  margin-left: auto
}

.fusion-row {
  margin: 0 auto
}

.fusion-row:after,
.fusion-row:before {
  content: " ";
  display: table
}

.fusion-row:after {
  clear: both
}

.fusion-columns {
  margin: 0 -15px
}

.fusion-columns-5 .col-lg-2,
.fusion-columns-5 .col-md-2,
.fusion-columns-5 .col-sm-2,
.fusion-columns-5 .col-xs-2 {
  width: 20%
}

.fusion-block-element {
  display: block
}

.fusion-hidden {
  display: none
}

.fusion-responsive-img {
  margin: 0
}

#wrapper #posts-container .fusion-grid-sizer,
#wrapper .fusion-grid-sizer {
  margin: 0;
  padding: 0;
  height: 0;
  min-height: 0;
  visibility: hidden
}

.fusion-masonry-element-container {
  background-size: cover;
  background-position: center center
}

.fusion-element-grid .fusion-masonry-element-container {
  padding-top: 80%
}

.fusion-element-landscape .fusion-masonry-element-container {
  padding-top: 40%
}

.fusion-element-portrait .fusion-masonry-element-container {
  padding-top: 160%
}

.fusion-masonry-element-container .fusion-image-wrapper>img,
.fusion-masonry-element-container .fusion-placeholder-image,
.fusion-masonry-element-container>img {
  display: none
}

bold,
strong {
  font-weight: bolder
}

.fusion-video iframe,
iframe {
  border: none
}

.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(50%);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important
}

.screen-reader-text:focus {
  background-color: #fff;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, .6);
  clip: auto !important;
  -webkit-clip-path: none;
  clip-path: none;
  color: #333;
  display: block;
  font-size: 1rem;
  font-weight: 700;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000
}

mark {
  background: 0 0;
  color: inherit
}

.fusion-breadcrumb-prefix {
  padding-right: 5px
}

.fusion-breadcrumb-sep {
  padding: 0 5px
}

.fusion-breadcrumb-sep:last-child {
  display: none
}

.post-password-form input[type=password] {
  margin: 0 10px;
  padding: 8px 15px;
  width: 200px;
  border: 1px solid #d2d2d2;
  font-size: 13px;
  color: #747474;
  box-sizing: border-box
}

.fusion-image-wrapper {
  overflow: hidden;
  z-index: 1;
  position: relative
}

.fusion-image-wrapper:hover .fusion-rollover {
  opacity: 1;
  transform: translateX(0)
}

.no-csstransforms .fusion-image-wrapper:hover .fusion-rollover {
  display: block
}

.fusion-image-wrapper.fusion-video {
  display: block
}

.fusion-image-size-fixed {
  display: inline-block;
  max-width: 100%;
  vertical-align: top
}

.fusion-rollover {
  display: flex;
  align-items: center;
  justify-content: space-around;
  opacity: 0;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  line-height: normal;
  text-align: center;
  background-image: linear-gradient(to top, #aad75d, #d1e990);
  transform: translateX(-100%);
  transition: all .3s ease-in-out;
  -webkit-transform-style: preserve-3d
}

.no-csstransforms .fusion-rollover {
  display: none
}

.fusion-clean-product-image-wrapper .fusion-rollover-content .view-cart {
  position: relative;
  z-index: 9
}

.fusion-woo-slider .fusion-carousel-title-below-image .fusion-product-buttons {
  position: relative
}

.fusion-rollover-content {
  padding: 10px;
  width: 90%
}

.fusion-rollover-content .fusion-rollover-categories,
.fusion-rollover-content .fusion-rollover-title,
.fusion-rollover-content .price {
  margin: 0;
  line-height: normal;
  font-size: 13px;
  color: #333
}

.fusion-rollover-content .fusion-rollover-title {
  margin-bottom: 3px;
  margin-top: 10px
}

.fusion-rollover-content .fusion-rollover-categories a {
  font-size: 11px
}

.fusion-rollover-content .fusion-rollover-categories a:hover {
  color: #444
}

.fusion-rollover-content .price {
  display: inline-block
}

.fusion-rollover-content .fusion-product-buttons {
  z-index: 99;
  position: relative
}

.fusion-rollover-content .fusion-product-buttons a {
  display: block;
  margin-top: 10px;
  padding-left: 16px;
  width: auto;
  line-height: normal;
  text-align: left;
  max-width: 49%;
  font-size: 12px;
  box-sizing: border-box;
  z-index: 99
}

.fusion-carousel-title-below-image .fusion-rollover-content .fusion-product-buttons a {
  max-width: none
}

.fusion-rollover-content .fusion-product-buttons a:first-child {
  float: left
}

.fusion-rollover-content .fusion-product-buttons a:first-child:before {
  position: absolute;
  margin-left: -16px;
  content: "\f07a";
  font-family: awb-icons
}

.fusion-rollover-content .fusion-product-buttons a:last-child {
  float: right
}

.fusion-rollover-content .fusion-product-buttons a:last-child:before {
  position: absolute;
  margin-left: -16px;
  content: "\e623";
  font-family: awb-icons
}

.fusion-rollover-content .fusion-product-buttons a.added_to_cart {
  display: none
}

.fusion-rollover-sep {
  display: inline-block;
  vertical-align: middle;
  height: 36px;
  width: 5px
}

.fusion-rollover-gallery,
.fusion-rollover-link {
  display: inline-block;
  opacity: .9;
  position: relative;
  vertical-align: middle;
  margin: 0;
  height: 36px;
  width: 35px;
  text-indent: -10000px;
  background-color: #333;
  border-radius: 50%;
  background-clip: padding-box
}

.fusion-rollover-gallery:hover,
.fusion-rollover-link:hover {
  opacity: 1
}

.fusion-rollover-gallery:before,
.fusion-rollover-link:before {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  text-indent: 0;
  line-height: normal;
  text-shadow: none;
  font-family: awb-icons;
  font-size: 15px;
  color: #fff;
  -webkit-font-smoothing: antialiased
}

.fusion-rollover-link:before {
  content: "\e619"
}

.fusion-rollover-gallery:before {
  content: "\f002"
}

.fusion-placeholder-image {
  max-width: 100%;
  background-color: #f6f6f6
}

.fusion-hidden-content {
  overflow: hidden;
  position: absolute;
  left: -10000px;
  top: auto;
  width: 1px;
  height: 1px
}

.fusion-filters {
  display: none;
  overflow: hidden;
  list-style: none;
  margin-bottom: 55px;
  padding: 0;
  line-height: 34px;
  border-top: 1px solid #e7e6e6;
  border-bottom: 1px solid #e7e6e6;
  align-items: center
}

.fusion-filter {
  float: left;
  margin-right: 30px
}

.fusion-filter.fusion-active a {
  line-height: 31px;
  border-top: 3px solid #65bc7b;
  color: #65bc7b
}

.fusion-filter a {
  display: block
}

.fusion-load-more-button {
  display: block;
  margin-top: 20px;
  width: 100%;
  height: 50px;
  line-height: 50px;
  background-color: #e9eaee;
  cursor: pointer;
  text-align: center;
  font-size: inherit;
  text-transform: uppercase;
  border: none;
  transition: all .2s
}

.fusion-load-more-button:hover {
  transition: all .2s
}

.fusion-portfolio-wrapper .fusion-load-more-button {
  display: none
}

.fusion-loading-container {
  margin-top: 20px
}

.fusion-loading-container .fusion-loading-spinner {
  display: inline-block
}

.fusion-loading-container .fusion-spinner-1,
.fusion-loading-container .fusion-spinner-2,
.fusion-loading-container .fusion-spinner-3 {
  width: 12px;
  height: 12px;
  background-color: #e2e0e0;
  border-radius: 100%;
  display: inline-block;
  animation: fusion-bounce-delay 1.4s infinite ease-in-out;
  animation-fill-mode: both
}

.fusion-loading-container .fusion-spinner-1 {
  animation-delay: -.32s
}

.fusion-loading-container .fusion-spinner-2 {
  animation-delay: -.16s
}

.fusion-loading-container .fusion-loading-msg {
  display: inline-block;
  margin-left: 7px
}

@keyframes fusion-bounce-delay {

  0%,
  100%,
  80% {
    transform: scale(0)
  }

  40% {
    transform: scale(1)
  }
}

.fusion-body .wpcf7-form .fusion-slider-loading,
.fusion-slider-loading {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -3em 0 0 -3em;
  color: transparent;
  font-size: 10px;
  border-top: .5em solid rgba(0, 0, 0, .2);
  border-right: .5em solid rgba(0, 0, 0, .2);
  border-bottom: .5em solid #333;
  border-left: .5em solid rgba(0, 0, 0, .2);
  animation: fusion-rotate .8s infinite linear
}

.fusion-body .wpcf7-form .fusion-slider-loading .fusion-slider-loading-text,
.fusion-slider-loading .fusion-slider-loading-text {
  position: absolute
}

.no-cssanimations .fusion-body .wpcf7-form .fusion-slider-loading,
.no-cssanimations .fusion-slider-loading {
  padding-left: 5px;
  padding-top: 15px;
  color: #000
}

.fusion-slider-loading,
.fusion-slider-loading:after {
  width: 6em;
  height: 6em;
  border-radius: 50%;
  background-clip: padding-box
}

.fusion-body .wpcf7-form .fusion-slider-loading {
  display: none;
  position: static;
  margin: 0 10px;
  border-width: .35em;
  vertical-align: middle
}

.fusion-body .wpcf7-form .fusion-slider-loading,
.fusion-body .wpcf7-form .fusion-slider-loading:after {
  width: 3em;
  height: 3em
}

.fusion-body .wpcf7-form.submitting .fusion-slider-loading {
  display: inline-block
}

@keyframes fusion-rotate {
  0% {
    transform: rotate(0)
  }

  100% {
    transform: rotate(360deg)
  }
}

.fusion-inline-sep {
  padding: 0 5px
}

.fusion-inline-sep:last-child {
  display: none
}

.post-content p {
  margin-top: 0;
  margin-bottom: 20px
}

blockquote {
  margin-top: 2em;
  margin-bottom: 2em;
  padding: 15px;
  background: #f5f5f5;
  border-left: 4px solid #65bc7b;
  font: 13px/20px PTSansItalic, arial, helvetica, sans-serif;
  color: #444;
  font-style: italic
}

blockquote :last-child {
  margin-bottom: 0
}

.comment-text blockquote p:first-child {
  margin-top: 0
}

.table-1,
.table-2,
.tkt-slctr-tbl-wrap-dv {
  display: block;
  overflow-x: auto
}

.tagcloud a {
  display: inline-flex;
  align-items: center;
  margin: 2px 0;
  padding: 0 10px;
  min-height: 2.15em;
  line-height: 2.15em;
  font-size: .9em;
  border: 1px solid;
  text-shadow: none
}

.fusion-body .widget .tagcloud a:hover {
  color: #fff
}

.fusion-body .quantity {
  display: flex;
  align-items: center;
  justify-content: space-around;
  border: 1px solid;
  overflow: hidden
}

.fusion-body .quantity .minus,
.fusion-body .quantity .plus,
.fusion-body .quantity .qty {
  float: left;
  border: 0;
  margin: 0;
  padding: 0;
  text-align: center;
  vertical-align: middle;
  border-radius: 0;
  -webkit-appearance: none;
  -moz-appearance: textfield
}

.fusion-body .quantity .minus,
.fusion-body .quantity .plus {
  cursor: pointer
}

.fusion-body .quantity .qty {
  background: 0 0;
  border-left: 1px solid;
  border-right: 1px solid
}

.fusion-body .quantity .qty -webkit-inner-spin-button,
.fusion-body .quantity .qty -webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0
}

.select-arrow {
  width: 35px;
  height: 33px;
  line-height: 33px;
  border-left-width: 1px;
  border-left-style: solid;
  position: absolute;
  bottom: 1px;
  right: 1px;
  pointer-events: none;
  z-index: 10;
  font-family: awb-icons;
  font-size: 9px;
  text-align: center
}

.avada-select-parent {
  position: relative;
  overflow: hidden;
  margin: 0
}

.bbpress .avada-select-parent {
  overflow: hidden
}

.avada-select-parent select {
  border: 1px solid #dadada;
  -webkit-appearance: none;
  text-overflow: "";
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  font-size: 13px;
  outline: 0;
  height: auto;
  padding: 9px 15px;
  position: relative;
  text-indent: .01px;
  vertical-align: middle;
  z-index: 5;
  margin: 0;
  border-radius: 0;
  background-clip: padding-box;
  min-width: 180px
}

.sidebar .avada-select-parent select {
  min-width: initial
}

.widget_archive select,
.widget_categories select {
  width: 100%
}

.select2-container .select2-selection--single .select2-selection__rendered {
  padding-left: 15px;
  padding-right: 34px
}

.select2-results__option,
.select2-search--dropdown {
  padding-left: 15px;
  padding-right: 15px
}

.select2-search--dropdown .select2-search__field {
  margin-right: 0
}

.select2-container--default .select2-selection--single {
  border-radius: 0
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
  top: 50%;
  right: 15px;
  transform: translateY(-50%)
}

.select2-dropdown {
  border-radius: 0
}

#submit,
.submit {
  cursor: pointer
}

#slidingbar .widget_calendar table,
.sidebar .widget_calendar table {
  width: 100%
}

.widget_calendar.fusion-widget-align-default th {
  text-align: left
}

.widget_calendar #next {
  text-align: right
}

.widget_calendar #prev {
  text-align: left
}

.fusion-ad-125-125 .fusion-image-row {
  display: flex;
  flex-wrap: wrap
}

.fusion-ad-125-125 .fusion-image-holder {
  display: inline-block;
  box-sizing: border-box;
  padding: 2px;
  width: 50%
}

.fusion-ad-125-125 .fusion-image-holder a {
  display: inline-block
}

.rich-snippet-hidden {
  display: none
}

.fusion-avatar-circle .attachment-recent-works-thumbnail,
.fusion-avatar-circle .avatar {
  border-radius: 50%
}

.fusion-author .fusion-edit-profile {
  font-size: 12px
}

.fusion-author .fusion-social-networks {
  display: table-cell;
  vertical-align: middle;
  text-align: right;
  line-height: normal
}

.fusion-author .fusion-social-networks .fusion-social-network-icon {
  margin-bottom: 0
}

.fusion-author .fusion-social-networks.boxed-icons .fusion-social-network-icon {
  margin-bottom: 2px
}

.fusion-author-avatar {
  float: left;
  margin-right: 20px;
  max-width: 20%
}

.fusion-author-info {
  overflow: hidden
}

.fusion-author-title {
  margin-top: 0;
  color: #333;
  font-weight: 400
}

.fusion-author-social {
  display: table;
  margin: 20px 0 80px;
  padding: 5px 0;
  width: 100%;
  border-top: 1px solid #e0dede;
  border-bottom: 1px solid #e0dede
}

.fusion-author-tagline {
  display: table-cell;
  vertical-align: middle;
  max-width: 70%;
  font-weight: 700
}

.fusion-page-load-link {
  display: none
}

#menu-appearance a[href="themes.php?page=optionsframework"] {
  display: none
}

#wpadminbar {
  z-index: 999999999999999
}

#wpadminbar>#wp-toolbar #wp-admin-bar-avada>.ab-item:before,
#wpadminbar>#wp-toolbar #wp-admin-bar-fb-edit>.ab-item:before {
  content: "\e971";
  font-family: awb-icons;
  top: 4px;
  font-size: 16px
}

#wpadminbar>#wp-toolbar #wp-admin-bar-fb-edit .ab-item {
  height: auto
}

#wpadminbar>#wp-toolbar #wp-admin-bar-fb-edit .fb-edit-group {
  border-top: 1px solid #3c434a
}

#wpadminbar>#wp-toolbar #wp-admin-bar-fb-edit .awb-layout-group .wp-admin-bar-arrow {
  display: none
}

#wpadminbar>#wp-toolbar #wp-admin-bar-fb-edit .awb-layout-group .menupop>.ab-item {
  padding: 0 10px
}

#wpadminbar>#wp-toolbar #wp-admin-bar-fb-edit .awb-layout-group .ab-sub-wrapper {
  margin-top: 0;
  top: 50%;
  transform: translateY(-50%)
}

#wpadminbar>#wp-toolbar #wp-admin-bar-fb-edit .awb-edit-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: .3em -.75em
}

#wpadminbar>#wp-toolbar #wp-admin-bar-fb-edit .awb-edit-name,
#wpadminbar>#wp-toolbar #wp-admin-bar-fb-edit .awb-edit-type {
  margin: 0 .75em
}

#wpadminbar>#wp-toolbar #wp-admin-bar-fb-edit .awb-edit-type {
  line-height: 1;
  background: #3c434a;
  padding: .5em;
  border-radius: 4px;
  color: rgba(255, 255, 255, .8);
  font-size: .9em
}

#wpadminbar>#wp-toolbar #wp-admin-bar-fb-edit .ab-item:active .awb-edit-type,
#wpadminbar>#wp-toolbar #wp-admin-bar-fb-edit .ab-item:focus .awb-edit-type,
#wpadminbar>#wp-toolbar #wp-admin-bar-fb-edit .ab-item:hover .awb-edit-type {
  color: inherit
}

@media screen and (max-width:782px) {

  #wpadminbar>#wp-toolbar #wp-admin-bar-avada>.ab-item:before,
  #wpadminbar>#wp-toolbar #wp-admin-bar-fb-edit>.ab-item:before {
    content: "\e971";
    font-family: awb-icons;
    top: 0;
    padding: 10px;
    font-size: 25px
  }
}

.woocommerce-billing-fields .form-row .input-text {
  margin-right: 0
}

.fusion-disable-outline input,
.fusion-disable-outline select,
.fusion-disable-outline textarea {
  outline: 0
}

.fusion-disable-outline .woocommerce-billing-fields .form-row .input-text {
  outline: 0
}

.select2-container .select2-selection {
  margin: 0;
  box-shadow: none !important;
  outline: 0 !important
}

.select2-container .select2-selection .select2-selection__arrow {
  top: 0;
  transform: inherit;
  right: 0;
  width: 40px;
  border-left: 1px solid #d2d2d2
}

.select2-container--default .select2-dropdown .select2-search {
  border-bottom: 1px solid #d2d2d2;
  padding: 10px 15px;
  border-top: 1px solid #d2d2d2;
  margin-top: -1px
}

.select2-container--default .select2-dropdown .select2-search input {
  padding: 8px 10px;
  height: auto;
  background: #fff
}

.fusion-post-slideshow .image {
  margin-bottom: 0
}

.fusion-post-slideshow .fusion-image-size-fixed {
  display: block
}

.fusion-flexslider.fusion-post-slideshow {
  overflow: visible
}

.fusion-meta-info {
  clear: both;
  overflow: hidden;
  margin-top: 20px;
  padding: 5px 0;
  border-top: 1px solid #e7e6e6;
  border-bottom: 1px solid #e7e6e6
}

.fusion-meta-info .fusion-alignleft {
  width: 80%
}

.fusion-post-title-meta-wrap {
  margin-bottom: 28px
}

.fusion-post-title-meta-wrap .entry-title {
  margin-bottom: 10px
}

.fusion-post-title-meta-wrap .fusion-meta-info {
  margin-top: 0
}

.fusion-single-line-meta {
  margin-bottom: 20px
}

.fusion-content-sep {
  margin-top: 20px;
  height: 6px;
  border-top: 1px solid #eaeaea;
  border-bottom: 1px solid #eaeaea
}

.fusion-date-and-formats {
  float: left;
  margin-right: 17px;
  width: 82px;
  text-align: center
}

.fusion-date-and-formats .fusion-date-box {
  padding: 8px 0 5px;
  color: #fff
}

.fusion-date-and-formats .fusion-date {
  display: block;
  line-height: 29px;
  font-size: 29px;
  font-weight: 700
}

.fusion-date-and-formats .fusion-format-box {
  margin-top: 3px;
  background-color: #eef0f2
}

.fusion-date-and-formats .fusion-format-box i {
  display: block;
  line-height: 55px;
  font-size: 30px
}

.fusion-timeline-line {
  position: absolute;
  left: 50%;
  top: 0;
  margin-left: -1px;
  height: 100%;
  border-left: 1px solid #efeeee;
  border-right: 1px solid #ebeaea
}

.fusion-timeline-icon {
  margin: 0 auto -6px;
  max-width: 1000px;
  font-size: 46px;
  height: 47px;
  line-height: 1;
  color: #ebeaea;
  text-align: center
}

.fusion-timeline-icon .fusionicon-bubbles {
  cursor: pointer
}

.fusion-timeline-circle {
  position: absolute;
  left: 50%;
  margin: 10px 0 0 -5px;
  height: 10px;
  width: 10px;
  border-radius: 50%;
  background-color: #efeeee
}

.fusion-timeline-arrow {
  position: absolute;
  color: #e9eaee
}

.fusion-timeline-arrow:before {
  font-family: awb-icons;
  font-size: 28px;
  position: absolute;
  top: 0;
  line-height: 30px
}

.fusion-blog-archive .entry-title {
  margin-top: 0;
  margin-bottom: 5px
}

.fusion-blog-layout-large .entry-title,
.fusion-blog-layout-medium .entry-title {
  margin-top: 0;
  margin-bottom: 25px
}

.fusion-blog-layout-large .fusion-post-slideshow,
.fusion-blog-layout-large-alternate .fusion-post-slideshow,
.single-avada_faq .fusion-post-slideshow,
.single-post .fusion-post-slideshow,
.single-wpfc_sermon .fusion-post-slideshow {
  margin-bottom: 30px
}

.fusion-blog-layout-large-alternate .entry-title,
.fusion-blog-layout-medium-alternate .entry-title {
  margin-top: 0;
  margin-bottom: 5px
}

.fusion-blog-layout-large-alternate .fusion-post-content-container,
.fusion-blog-layout-medium-alternate .fusion-post-content-container {
  margin-top: 20px
}

.fusion-blog-layout-large-alternate .fusion-meta-info,
.fusion-blog-layout-medium-alternate .fusion-meta-info {
  margin-top: 0;
  border-top: 0
}

.fusion-blog-layout-medium .fusion-post-medium,
.fusion-blog-layout-medium .fusion-post-medium-alternate,
.fusion-blog-layout-medium-alternate .fusion-post-medium,
.fusion-blog-layout-medium-alternate .fusion-post-medium-alternate {
  display: flex;
  flex-wrap: wrap;
  align-items: start
}

.fusion-blog-layout-medium .fusion-post-slideshow,
.fusion-blog-layout-medium-alternate .fusion-post-slideshow {
  margin-right: 25px;
  width: 320px
}

.fusion-blog-layout-medium .fusion-post-content,
.fusion-blog-layout-medium-alternate .fusion-post-content {
  flex: 1 1 1px
}

.fusion-blog-layout-medium .fusion-meta-info,
.fusion-blog-layout-medium-alternate .fusion-meta-info {
  width: 100%
}

.fusion-blog-layout-grid .fusion-post-slideshow,
.fusion-blog-layout-timeline .fusion-post-slideshow {
  margin-bottom: 0;
  border-bottom: 1px solid #eaeaea
}

.fusion-blog-layout-grid .fusion-post-content-wrapper,
.fusion-blog-layout-timeline .fusion-post-content-wrapper {
  padding: 30px 25px 20px
}

.fusion-blog-layout-grid .fusion-single-line-meta,
.fusion-blog-layout-timeline .fusion-single-line-meta {
  margin-bottom: 0
}

.fusion-blog-layout-grid .fusion-post-content-container,
.fusion-blog-layout-timeline .fusion-post-content-container {
  margin-top: 20px
}

.fusion-blog-layout-grid .fusion-post-content-container p:last-child,
.fusion-blog-layout-timeline .fusion-post-content-container p:last-child {
  margin-bottom: 0
}

.fusion-blog-layout-grid .fusion-meta-info,
.fusion-blog-layout-timeline .fusion-meta-info {
  border: 0
}

.fusion-blog-layout-grid .fusion-meta-info .fusion-alignleft,
.fusion-blog-layout-timeline .fusion-meta-info .fusion-alignleft {
  width: 50%
}

.fusion-blog-layout-grid .fusion-password,
.fusion-blog-layout-timeline .fusion-password {
  width: auto;
  max-width: 100%
}

.fusion-blog-layout-large-alternate .fusion-post-large-alternate {
  display: flex;
  flex-wrap: wrap
}

.fusion-blog-layout-large-alternate .fusion-post-content {
  flex: 1
}

.fusion-blog-layout-large-alternate .fusion-meta-info,
.fusion-blog-layout-large-alternate .fusion-post-slideshow {
  width: 100%
}

.fusion-blog-layout-medium-alternate .fusion-post-slideshow {
  display: none
}

.fusion-blog-layout-medium-alternate .has-post-thumbnail .fusion-post-slideshow {
  display: block;
  margin-right: 17px
}

.fusion-blog-layout-grid .fusion-post-grid {
  margin-bottom: 0
}

.fusion-blog-layout-grid.fusion-no-meta-info .fusion-post-content-container {
  margin-top: 0
}

.fusion-blog-layout-grid .fusion-post-wrapper:not(.fusion-masonary-is-transparent) {
  border: 1px solid #eaeaea;
  border-bottom-width: 3px
}

.fusion-blog-layout-grid.fusion-blog-layout-grid-2 .post {
  width: 50%;
  display: inline-block;
  float: left
}

.fusion-blog-layout-grid.fusion-blog-layout-grid-2.fusion-blog-layout-masonry-has-vertical .post.fusion-element-landscape {
  width: 100%
}

.fusion-blog-layout-grid.fusion-blog-layout-grid-3 .post {
  width: 33.3333%;
  display: inline-block;
  float: left
}

.fusion-blog-layout-grid.fusion-blog-layout-grid-3.fusion-blog-layout-masonry-has-vertical .post.fusion-element-landscape {
  width: 66.6666%
}

.fusion-blog-layout-grid.fusion-blog-layout-grid-4 .post {
  width: 25%;
  display: inline-block;
  float: left
}

.fusion-blog-layout-grid.fusion-blog-layout-grid-4.fusion-blog-layout-masonry-has-vertical .post.fusion-element-landscape {
  width: 50%
}

.fusion-blog-layout-grid.fusion-blog-layout-grid-5 .post {
  width: 20%;
  display: inline-block;
  float: left
}

.fusion-blog-layout-grid.fusion-blog-layout-grid-5.fusion-blog-layout-masonry-has-vertical .post.fusion-element-landscape {
  width: 40%
}

.fusion-blog-layout-grid.fusion-blog-layout-grid-6 .post {
  width: 16.6666%;
  display: inline-block;
  float: left
}

.fusion-blog-layout-grid.fusion-blog-layout-grid-6.fusion-blog-layout-masonry-has-vertical .post.fusion-element-landscape {
  width: 33.3333%
}

.fusion-blog-layout-grid .fusion-post-content,
.fusion-blog-layout-grid .post-content {
  word-wrap: break-word
}

.fusion-blog-layout-grid.fusion-blog-equal-heights .fusion-post-grid {
  display: inline-flex
}

.fusion-blog-layout-grid.fusion-blog-equal-heights .fusion-post-wrapper {
  overflow: hidden;
  width: 100%;
  display: flex;
  flex-direction: column
}

.fusion-blog-layout-grid.fusion-blog-equal-heights .fusion-post-wrapper .fusion-post-content-wrapper {
  display: flex;
  flex-grow: 1;
  flex-direction: column
}

.fusion-blog-layout-grid.fusion-blog-equal-heights .fusion-post-wrapper .fusion-post-content.post-content {
  margin-bottom: 20px
}

.fusion-blog-layout-grid.fusion-blog-equal-heights .fusion-post-wrapper .fusion-meta-info {
  margin-top: auto
}

.fusion-blog-layout-timeline {
  position: relative;
  margin: 0 auto;
  padding-top: 30px;
  max-width: 1000px
}

.fusion-blog-layout-timeline .fusion-post-timeline {
  position: static;
  margin-bottom: 40px;
  border: 1px solid #eaeaea;
  border-bottom-width: 3px
}

.fusion-no-meta-info .fusion-blog-layout-timeline .fusion-post-content-container {
  margin-top: 0
}

.fusion-blog-layout-timeline .fusion-left-column {
  float: left;
  clear: left;
  width: 40%
}

.fusion-blog-layout-timeline .fusion-right-column {
  float: right;
  clear: right;
  width: 40%
}

.fusion-blog-layout-timeline .fusion-timeline-date {
  position: relative;
  clear: both;
  margin: 0 auto 2px;
  padding: .35em .45em;
  width: auto;
  max-width: 8em;
  line-height: 1.35em;
  background: #efeeee;
  text-align: center;
  cursor: pointer
}

.fusion-blog-layout-timeline .fusion-left-column .fusion-timeline-arrow {
  left: 40%;
  margin-left: -.5px
}

.fusion-blog-layout-timeline .fusion-left-column .fusion-timeline-arrow:before {
  content: "\f0da";
  left: 100%
}

.fusion-blog-layout-timeline .fusion-right-column .fusion-timeline-arrow {
  right: 40%;
  margin-right: -.5px
}

.fusion-blog-layout-timeline .fusion-right-column .fusion-timeline-arrow:before {
  content: "\f0d9";
  right: 100%
}

.fusion-blog-layout-masonry .fusion-post-wrapper {
  overflow: hidden;
  position: relative
}

.fusion-blog-layout-masonry .fusion-post-content-wrapper {
  z-index: 1;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0
}

.fusion-blog-layout-masonry.fusion-blog-rollover .fusion-post-wrapper:hover .fusion-post-content-wrapper {
  transition: all .3s ease;
  transform: translateY(105%)
}

.fusion-blog-layout-masonry.fusion-blog-rollover .fusion-post-content-wrapper {
  transition: all .3s ease
}

.fusion-blog-infinite .pagination {
  display: none
}

.fusion-blog-infinite .fusion-load-more-button {
  margin-bottom: 40px
}

.fusion-blog-layout-center .fusion-post-content {
  text-align: center
}

.fusion-blog-layout-left .fusion-post-content {
  text-align: left
}

.fusion-blog-layout-right .fusion-post-content {
  text-align: right
}

.fusion-footer-parallax {
  z-index: 0;
  position: relative;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0;
  padding: 0
}

.fusion-footer-parallax.awb-footer-fixed {
  position: fixed
}

.avada-footer-fx-no-height-parallax-effect #fusion-gmap-container,
.avada-footer-fx-no-height-parallax-effect #main,
.avada-footer-fx-no-height-parallax-effect #sliders-container,
.avada-footer-fx-no-height-parallax-effect .fusion-page-title-bar,
.avada-footer-fx-parallax-effect #fusion-gmap-container,
.avada-footer-fx-parallax-effect #main,
.avada-footer-fx-parallax-effect #sliders-container,
.avada-footer-fx-parallax-effect .fusion-page-title-bar {
  position: relative;
  z-index: 1
}

.avada-footer-fx-bg-parallax .fusion-footer-widget-area,
.avada-footer-fx-no-height-bg-parallax .fusion-footer-widget-area,
.avada-footer-fx-no-height-sticky-with-parallax-bg-image .fusion-footer-widget-area,
.avada-footer-fx-sticky-with-parallax-bg-image .fusion-footer-widget-area {
  background-attachment: fixed;
  background-position: top center
}

.avada-footer-fx-sticky #boxed-wrapper,
.avada-footer-fx-sticky #wrapper,
.avada-footer-fx-sticky-with-parallax-bg-image #boxed-wrapper,
.avada-footer-fx-sticky-with-parallax-bg-image #wrapper,
.avada-footer-fx-sticky-with-parallax-bg-image.layout-boxed-mode:not(.fusion-top-header) #boxed-wrapper,
.avada-footer-fx-sticky.layout-boxed-mode:not(.fusion-top-header) #boxed-wrapper {
  display: flex;
  flex-direction: column;
  min-height: 100vh
}

.avada-footer-fx-sticky-with-parallax-bg-image.layout-boxed-mode:not(.fusion-top-header) #boxed-wrapper #wrapper,
.avada-footer-fx-sticky.layout-boxed-mode:not(.fusion-top-header) #boxed-wrapper #wrapper {
  width: 100%
}

.avada-footer-fx-sticky #main,
.avada-footer-fx-sticky-with-parallax-bg-image #main {
  flex-grow: 1
}

.wp-audio-shortcode {
  max-height: 150px
}

.tkt-slctr-tbl-wrap-dv table {
  margin-bottom: 10px
}

#fancybox-overlay {
  z-index: 100049 !important
}

#fancybox-wrap {
  z-index: 100050 !important
}

div#shShutter {
  z-index: 100049
}

div#shDisplay {
  z-index: 100050
}

#cboxOverlay {
  z-index: 100049 !important
}

#colorbox {
  z-index: 100050 !important
}

.fusion-main-menu .lang-item>a img,
.fusion-mobile-nav-holder .lang-item>a img,
.fusion-secondary-menu .lang-item>a img {
  vertical-align: middle;
  padding: 0 2px
}

.qtranxs-lang-menu-item>a img,
.qtranxs-lang-menu>a img {
  vertical-align: middle;
  padding: 0 3px
}

#wpfc_sermon_sorting {
  overflow: hidden;
  margin: 0 -10px
}

#wpfc_sermon_sorting>span {
  display: block;
  float: left;
  width: 25%;
  padding: 0 10px
}

#wpfc_sermon_sorting .avada-select-parent select {
  width: 100%
}

.fusion-ubermenu-support .fusion-header-v1 .fusion-header .fusion-row,
.fusion-ubermenu-support .fusion-header-v2 .fusion-header .fusion-row,
.fusion-ubermenu-support .fusion-header-v3 .fusion-header .fusion-row,
.fusion-ubermenu-support .fusion-header-v7 .fusion-header .fusion-row {
  position: relative
}

.fusion-ubermenu-support .fusion-secondary-main-menu .fusion-row {
  position: relative
}

.fusion-ubermenu {
  overflow: visible;
  position: static
}

.cp-module .cp-slidein {
  z-index: 9999
}

.fusion-body .product-buttons .wc-gzd-additional-info {
  margin: .5em 0 .5em 0
}

.fusion-body .product-buttons .wc-gzd-additional-info a {
  display: inline;
  float: none;
  padding: inherit;
  font-size: inherit
}

.fusion-body .product-buttons .wc-gzd-additional-info+a {
  float: left
}

.fusion-body .product-buttons .wc-gzd-additional-info+a+a,
.fusion-body .product-buttons .wc-gzd-additional-info+a+a+a,
.fusion-body .product-buttons .wc-gzd-additional-info+a+a+a+a {
  float: right
}

.fusion-body .product-buttons .wc-gzd-additional-info:last-of-type {
  margin-bottom: 1.5em
}

.fusion-body .fusion-carousel-meta .wc-gzd-additional-info {
  margin-bottom: .5em
}

.fusion-body .fusion-carousel-meta .wc-gzd-additional-info:first-of-type {
  margin-top: 1.5em
}

.fusion-body .fusion-carousel-meta .wc-gzd-additional-info:last-of-type {
  margin-bottom: 1.5em
}

.bg-parallax-parent.video {
  position: relative
}

.bg-parallax.video,
.fusion-bg-parallax.video {
  position: absolute;
  pointer-events: none !important;
  overflow: hidden;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1
}

.bg-parallax.video iframe,
.fusion-bg-parallax.video iframe {
  margin-bottom: 0 !important;
  display: block !important;
  max-width: none !important;
  max-height: none !important
}

.parallax-inner {
  min-height: 150px
}

.fusion-bg-parallax[data-bg-size-adjust=dont-scale]+.bg-parallax-parent .parallax-inner {
  background-size: auto !important
}

.datepicker.dropdown-menu {
  border-radius: 0;
  border: 0;
  padding: 15px
}

.datepicker.dropdown-menu:before {
  border-bottom: 0
}

.datepicker.dropdown-menu thead tr:nth-child(2) {
  font-size: 16px
}

.datepicker.dropdown-menu td,
.datepicker.dropdown-menu th {
  border-radius: 0;
  border: 0;
  padding: 9px 10px
}

.datepicker.dropdown-menu td.active,
.datepicker.dropdown-menu td.active:hover {
  border: 0;
  text-shadow: none
}

.datepicker.dropdown-menu table tr td.new,
.datepicker.dropdown-menu table tr td.old {
  background-color: #fff !important;
  color: #999 !important
}

.datepicker.dropdown-menu tbody td {
  border: 1px solid #fff
}

.datepicker.dropdown-menu .datepicker-months td {
  padding: 15px 0 0
}

.datepicker.dropdown-menu .datepicker-months span {
  text-shadow: none
}

.datepicker.dropdown-menu .datepicker-months span:hover {
  text-shadow: none
}

.crossfade-images {
  white-space: nowrap;
  display: flex;
  align-items: center
}

.crossfade-images .helper {
  display: inline-block;
  height: 100%;
  vertical-align: middle
}

.crossfade-images:hover img:not(.hover-image) {
  opacity: 0
}

.crossfade-images:hover .hover-image {
  opacity: 1 !important
}

.crossfade-images img {
  transition: opacity .5s ease-in-out;
  position: relative;
  z-index: 50;
  min-width: 100%;
  vertical-align: middle
}

.crossfade-images .hover-image {
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  opacity: 0
}

.avada-html-layout-boxed,
.avada-html-layout-boxed body,
.avada-html-layout-boxed body.custom-background,
html:not(.avada-html-layout-boxed):not(.avada-html-layout-framed),
html:not(.avada-html-layout-boxed):not(.avada-html-layout-framed) body {
  background-color: var(--bg_color);
  background-blend-mode: var(--bg-color-overlay)
}

.avada-html-has-bg-image .avada-has-bg-image-full.layout-boxed-mode.layout-scroll-offset-framed .fusion-bottom-frame,
.avada-html-has-bg-image .avada-has-bg-image-full.layout-boxed-mode.layout-scroll-offset-framed .fusion-sides-frame,
.avada-html-has-bg-image .avada-has-bg-image-full.layout-boxed-mode.layout-scroll-offset-framed .fusion-top-frame,
.avada-html-has-bg-image .avada-has-bg-image-full:not(.layout-boxed-mode),
.avada-html-has-bg-image .avada-has-bg-image-full:not(.layout-scroll-offset-framed) {
  background-attachment: fixed;
  background-size: cover;
  background-position: center center
}

.layout-boxed-mode.layout-scroll-offset-framed .fusion-bottom-frame,
.layout-boxed-mode.layout-scroll-offset-framed .fusion-sides-frame,
.layout-boxed-mode.layout-scroll-offset-framed .fusion-top-frame {
  background-color: var(--bg_color);
  background-blend-mode: var(--bg-color-overlay);
  background-image: var(--bg_image)
}

body {
  background-image: var(--bg_image);
  background-repeat: var(--bg_repeat)
}

#main,
.layout-boxed-mode #main,
.layout-boxed-mode.avada-footer-fx-sticky .above-footer-wrapper,
.layout-boxed-mode.avada-footer-fx-sticky-with-parallax-bg-image .above-footer-wrapper,
.layout-wide-mode #main,
.layout-wide-mode #wrapper,
body,
html,
html body.custom-background {
  background-color: var(--content_bg_color)
}

.quicktags-toolbar input {
  background: linear-gradient(to top, var(--content_bg_color), var(--form_bg_color)) #3e3e3e
}

#main,
.wrapper_blank #main {
  background-image: var(--content_bg_image);
  background-repeat: var(--content_bg_repeat)
}

#main.full-bg,
.wrapper_blank #main.full-bg {
  background-attachment: fixed;
  background-position: center center;
  background-size: cover
}

.avada-content-bg-not-opaque #main,
.avada-content-bg-not-opaque #wrapper,
.avada-content-bg-not-opaque .bbp-arrow,
.avada-content-bg-not-opaque .fusion-separator .icon-wrapper {
  background-blend-mode: overlay
}

html.avada-has-page-background-pattern {
  background-image: var(--bg_pattern);
  background-repeat: repeat
}

html.avada-has-page-background-pattern .layout-boxed-mode .fusion-bottom-frame,
html.avada-has-page-background-pattern .layout-boxed-mode .fusion-sides-frame,
html.avada-has-page-background-pattern .layout-boxed-mode .fusion-top-frame,
html.avada-has-page-background-pattern body {
  background-image: var(--bg_pattern);
  background-repeat: repeat
}

html.avada-has-page-background-pattern .layout-boxed-mode.layout-scroll-offset-framed:not(.avada-has-zero-margin-offset-top) {
  background-attachment: fixed
}

.fusion-load-more-button.fusion-blog-button {
  background-color: var(--blog_load_more_posts_button_bg_color);
  color: var(--blog_load_more_posts_button_text_color)
}

.fusion-load-more-button.fusion-blog-button:hover {
  background-color: var(--blog_load_more_posts_hover_button_bg_color);
  color: var(--blog_load_more_posts_hover_button_text_color)
}

body:not(.search-results) #posts-container .fusion-blog-layout-grid {
  margin-top: calc((var(--blog_archive_grid_column_spacing))/ -2);
  margin-right: calc((var(--blog_archive_grid_column_spacing))/ -2);
  margin-left: calc((var(--blog_archive_grid_column_spacing))/ -2);
  margin-bottom: 0
}

body:not(.search-results) #posts-container .fusion-blog-layout-grid .fusion-post-grid {
  padding: calc((var(--blog_archive_grid_column_spacing))/ 2)
}

.avada-blog-archive-layout-grid .fusion-blog-archive .fusion-blog-layout-grid .post .fusion-post-content-wrapper,
.avada-blog-archive-layout-masonry .fusion-blog-archive .fusion-blog-layout-masonry .post .fusion-post-content-wrapper,
.avada-blog-archive-layout-timeline .fusion-blog-archive .fusion-blog-layout-timeline .post .fusion-post-content-wrapper,
.avada-blog-layout-grid .fusion-blog-archive .fusion-blog-layout-grid .post .fusion-post-content-wrapper,
.avada-blog-layout-masonry .fusion-blog-archive .fusion-blog-layout-masonry .post .fusion-post-content-wrapper,
.avada-blog-layout-timeline .fusion-blog-archive .fusion-blog-layout-timeline .post .fusion-post-content-wrapper {
  padding: var(--blog_archive_grid_padding-top) var(--blog_archive_grid_padding-right) var(--blog_archive_grid_padding-bottom) var(--blog_archive_grid_padding-left)
}

#wrapper .fusion-events-shortcode .fusion-events-meta h4,
.fusion-carousel-meta,
.fusion-image-wrapper .fusion-rollover .fusion-rollover-content .fusion-rollover-categories,
.fusion-image-wrapper .fusion-rollover .fusion-rollover-content .fusion-rollover-categories a,
.fusion-meta,
.fusion-meta-info,
.fusion-recent-posts .columns .column .meta,
.fusion-single-line-meta,
.post .single-line-meta,
.widget_recent_entries .post-date {
  font-size: var(--meta_font_size)
}

#main .about-author .title a:hover,
#main .post h2 a:hover,
#wrapper .fusion-vertical-menu-widget .menu li.current-menu-item>a,
#wrapper .fusion-vertical-menu-widget .menu li.current_page_ancestor>a,
#wrapper .fusion-widget-area .current-menu-item>a,
#wrapper .fusion-widget-area .current-menu-item>a:before,
#wrapper .fusion-widget-area .current_page_item>a,
#wrapper .fusion-widget-area .current_page_item>a:before,
#wrapper .jtwt .jtwt_tweet a:hover,
.content-box-percentage,
.fusion-content-widget-area .widget .recentcomments:hover:before,
.fusion-content-widget-area .widget li a:hover,
.fusion-content-widget-area .widget li a:hover:before,
.fusion-content-widget-area .widget_archive li a:hover:before,
.fusion-content-widget-area .widget_categories li a:hover,
.fusion-content-widget-area .widget_categories li a:hover:before,
.fusion-content-widget-area .widget_links li a:hover:before,
.fusion-content-widget-area .widget_nav_menu li a:hover:before,
.fusion-content-widget-area .widget_pages li a:hover:before,
.fusion-content-widget-area .widget_recent_entries li a:hover:before,
.fusion-date-and-formats .fusion-format-box i,
.fusion-open-submenu:hover,
.fusion-pagination .next:hover,
.fusion-pagination .next:hover:after,
.fusion-pagination .prev:hover,
.fusion-pagination .prev:hover:before,
.fusion-read-more:hover:after,
.more a:hover:after,
.pagination .pagination-next:hover:after,
.pagination .pagination-prev:hover:before,
.pagination-next:hover:after,
.pagination-prev:hover:before,
.price ins .amount,
.price>.amount,
.project-content .project-info .project-info-box a:hover,
.rtl .fusion-read-more:hover:before,
.rtl .more a:hover:before,
.side-nav .arrow:hover:after,
.side-nav li.current_page_ancestor>a,
.side-nav ul>li.current_page_item>a,
.single-navigation a[rel=next]:hover:after,
.single-navigation a[rel=prev]:hover:before,
.star-rating span:before,
.star-rating:before,
a:hover,
h5.toggle:hover a {
  color: var(--primary_color)
}

#nav ul li>a:hover,
#sticky-nav ul li>a:hover,
#wrapper .post-content blockquote,
#wrapper .tagcloud a:hover,
.comment-text blockquote,
.fusion-body blockquote,
.fusion-hide-pagination-text .pagination-next:hover,
.fusion-hide-pagination-text .pagination-prev:hover,
.fusion-pagination .current,
.fusion-pagination .page-numbers.current,
.fusion-pagination .page-numbers:hover,
.pagination .current,
.pagination a.inactive:hover,
.progress-bar-content {
  border-color: var(--primary_color)
}

#toTop:hover,
.circle-yes ul li:before,
.fusion-date-and-formats .fusion-date-box,
.fusion-pagination .current,
.fusion-search-element .searchform.fusion-search-form-classic .fusion-search-form-content .fusion-search-button input[type=submit]:hover,
.fusion-search-form-classic .searchform:not(.fusion-search-form-clean) .fusion-search-form-content .fusion-search-button input[type=submit]:hover,
.pagination .current,
.progress-bar-content,
.table-2 table thead,
.tagcloud a:hover,
ul.arrow li:before,
ul.circle-yes li:before {
  background-color: var(--primary_color)
}

#wrapper .fusion-vertical-menu-widget .menu li.current_page_item>a,
#wrapper .side-nav li.current_page_item a {
  border-right-color: var(--primary_color);
  border-left-color: var(--primary_color)
}

.fusion-content-widget-area .fusion-tabs-widget .fusion-tabs-nav ul li.active a {
  border-top-color: var(--primary_color)
}

#toTop {
  background-color: #333;
  border-radius: 4px 4px 0 0;
  bottom: 0;
  height: 35px;
  position: fixed;
  text-align: center;
  width: 48px;
  opacity: 0;
  z-index: 100000;
  transition: opacity .4s ease-in-out, background .2s ease-in-out;
  line-height: 1;
  pointer-events: none
}

#toTop:before {
  line-height: 35px;
  content: "\f106";
  -webkit-font-smoothing: antialiased;
  font-family: awb-icons;
  font-size: 22px;
  color: #fff
}

#toTop:active,
#toTop:focus {
  outline: 0;
  background-color: #333
}

#toTop.fusion-to-top-active {
  pointer-events: auto;
  opacity: .9;
  transition: opacity .4s ease-in-out, background .2s ease-in-out
}

.to-top-container #toTop {
  border-radius: var(--totop_border_radius) var(--totop_border_radius) 0 0
}

.to-top-floating #toTop {
  bottom: 30px;
  height: 44px;
  width: 44px;
  border-radius: var(--totop_border_radius) var(--totop_border_radius) var(--totop_border_radius) var(--totop_border_radius)
}

.to-top-floating #toTop:before {
  line-height: 42px
}

.to-top-right #toTop {
  right: 75px
}

.to-top-left #toTop {
  left: 75px
}

#layerslider-container {
  margin: 0 auto
}

#layerslider-wrapper {
  position: relative
}

#layerslider-wrapper .ls-shadow-top {
  position: absolute;
  background-image: url(../assets/images/shadow-top.png);
  background-repeat: no-repeat;
  background-position: top center;
  height: 42px;
  width: 100%;
  top: 0;
  z-index: 99
}

#layerslider-wrapper .ls-shadow-bottom {
  position: absolute;
  background-image: url(../assets/images/shadow-bottom.png);
  background-repeat: no-repeat;
  background-position: bottom center;
  height: 32px;
  width: 100%;
  bottom: 0;
  z-index: 99
}

.ls-avada {
  border-top: 1px solid #d2d3d4;
  border-bottom: 1px solid #d2d3d4
}

.ls-avada .ls-layer {
  background-repeat: no-repeat;
  background-position: center center
}

.ls-avada .ls-nav-next,
.ls-avada .ls-nav-prev,
.products-slider .es-nav span {
  z-index: 30;
  background-color: rgba(0, 0, 0, .5);
  width: 63px;
  height: 63px;
  display: none;
  position: absolute;
  top: 50%;
  margin-top: -31px;
  opacity: .8;
  text-align: center
}

.ls-avada .ls-nav-next:before,
.ls-avada .ls-nav-prev:before {
  margin-left: -2px;
  content: "\e61e";
  line-height: 63px;
  font-family: awb-icons;
  font-size: 25px;
  -webkit-font-smoothing: antialiased;
  color: #fff
}

.ls-avada .ls-nav-next:before {
  margin-left: -1px;
  content: "\e620"
}

.ls-avada .ls-nav-next:hover,
.ls-avada .ls-nav-prev:hover,
.products-slider .es-nav span:hover {
  opacity: 1
}

.ls-avada:hover .ls-nav-next,
.ls-avada:hover .ls-nav-prev {
  display: block
}

.ls-avada .ls-nav-prev,
.products-slider .es-nav span.es-nav-prev {
  left: 0;
  margin-left: 0
}

.ls-avada .ls-nav-next,
.products-slider .es-nav span.es-nav-next {
  right: 0;
  margin-left: 0
}

.ls-avada .ls-playvideo {
  width: 50px;
  height: 50px;
  margin-left: -25px;
  margin-top: -25px
}

.ls-avada .ls-playvideo {
  background-position: -300px -150px
}

.ls-avada .ls-playvideo:hover,
.ls-avada .ls-vpcontainer:hover .ls-playvideo {
  background-position: -375px -150px
}

.fusion-slider-container {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  width: 100%
}

.tfs-slider {
  transform: translate(0, 0);
  left: 0
}

.tfs-slider.fixed-width-slider.flexslider .slide-content-container {
  padding-left: 10%;
  padding-right: 10%
}

.tfs-slider li.flex-active-slide {
  position: relative
}

.tfs-slider .slides li {
  -webkit-backface-visibility: visible
}

.tfs-slider .slide-content-container {
  position: absolute;
  top: 50%;
  width: 100%;
  padding: 0;
  z-index: 5;
  transform: translateY(-50%)
}

.tfs-slider .slide-content-container .slide-content {
  opacity: 0;
  margin-left: auto;
  margin-right: auto;
  width: auto;
  max-width: 940px
}

.tfs-slider .slide-content-container .slide-content .fusion-li-item,
.tfs-slider .slide-content-container .slide-content li {
  display: list-item;
  text-align: initial
}

.tfs-slider .slide-content-container .caption,
.tfs-slider .slide-content-container .heading {
  display: block
}

.tfs-slider .slide-content-container h2,
.tfs-slider .slide-content-container h3 {
  margin: 0;
  font-weight: 400;
  color: #fff;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  padding: 0
}

.tfs-slider .slide-content-container .with-bg .fusion-title-sc-wrapper {
  padding: 3px 15px
}

.tfs-slider .slide-content-container .fusion-title-sc-wrapper {
  display: inline-block;
  padding: 0;
  line-height: 1
}

.tfs-slider .slide-content-container .fusion-title {
  overflow: visible
}

.tfs-slider .slide-content-container .fusion-block-element {
  display: block
}

.tfs-slider .slide-content-container .heading {
  margin: 0 0 14px
}

.tfs-slider .slide-content-container h2 {
  font-size: 60px;
  line-height: 80px;
  margin-bottom: 10px
}

.tfs-slider .slide-content-container h3 {
  font-size: 24px;
  line-height: 38px
}

.tfs-slider .slide-content-container .fusion-sep-none {
  display: inline-block
}

.tfs-slider .slide-content-container .fusion-sep-none h2,
.tfs-slider .slide-content-container .fusion-sep-none h3 {
  display: inline-block
}

.tfs-slider .slide-content-container .fusion-title-size-two {
  margin: 0
}

.tfs-slider .slide-content-container .fusion-title-size-two h2 {
  margin: 0
}

.tfs-slider .slide-content-container .fusion-title-size-three {
  margin: 0
}

.tfs-slider .slide-content-container .fusion-title-size-three h3 {
  margin: 0
}

.tfs-slider .slide-content-container .fusion-title .title-sep,
.tfs-slider .slide-content-container .fusion-title.sep-underline {
  border-color: #fff
}

.tfs-slider .slide-content-container.slide-content-left .buttons,
.tfs-slider .slide-content-container.slide-content-right .buttons {
  margin-left: -7.5px;
  margin-right: -7.5px
}

.tfs-slider .slide-content-container.slide-content-left {
  text-align: left
}

.tfs-slider .slide-content-container.slide-content-right {
  text-align: right
}

.tfs-slider .slide-content-container .buttons {
  overflow: visible
}

.tfs-slider .slide-content-container .buttons a {
  -webkit-backface-visibility: hidden
}

.tfs-slider .slide-content-container .tfs-button-1,
.tfs-slider .slide-content-container .tfs-button-2 {
  margin-top: 3.25%;
  padding: 0 7.5px;
  display: inline-block
}

.tfs-slider .tfs-scroll-down-indicator {
  display: inline-block;
  z-index: 10000;
  position: absolute;
  bottom: 25px;
  left: 50%;
  transform: translateX(-50%);
  font-size: 40px;
  line-height: 1;
  cursor: pointer;
  font-family: awb-icons;
  color: #fff
}

.tfs-slider .tfs-scroll-down-indicator:after {
  content: "\e61f";
  color: inherit
}

.tfs-slider .slide-content-center {
  text-align: center
}

.tfs-slider .slide-content-right {
  text-align: right
}

.ua-mobile .tfs-slider .self-hosted-video-bg {
  display: none
}

.tfs-slider .background {
  display: block;
  overflow: hidden;
  position: relative;
  z-index: 2;
  max-width: 100%
}

.tfs-slider .background-image {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover
}

.tfs-slider video {
  width: 100%;
  height: auto;
  visibility: visible;
  position: static;
  top: 0;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden
}

.tfs-slider .overlay {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 3
}

.tfs-slider .mobile_video_image {
  display: none
}

.ua-mobile .tfs-slider .mobile_video_image {
  width: 100%;
  height: 100%;
  display: block;
  z-index: 4;
  background-size: cover;
  background-position: center center
}

.tfs-slider .overlay-link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  z-index: 5
}

.tfs-slider .flex-direction-nav a {
  top: 50%;
  transform: translateY(-50%)
}

.tfs-slider .background iframe {
  position: relative;
  z-index: 1 !important;
  margin: 0 !important
}

.rtl .tfs-slider[data-animation=slide] .flex-viewport {
  direction: ltr
}

.rtl .tfs-slider[data-animation=slide] .flex-viewport .slides li {
  direction: rtl
}

.fusion-body:not(.has-sidebar) .alignfull {
  margin-right: calc(50% - 50vw);
  margin-left: calc(50% - 50vw);
  max-width: 100vw;
  width: 100vw
}

.fusion-body:not(.has-sidebar) .alignwide {
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  max-width: none;
  min-width: 100%;
  width: 80vw
}

.tribe-editor__block .tribe-editor__btn--link,
.tribe-editor__event-website__label-text input,
.wp-block-file .wp-block-file__button,
.wp-block-search .wp-block-search__button {
  color: var(--button_accent_color);
  text-transform: var(--button_text_transform);
  background-color: var(--button_gradient_top_color);
  background-image: linear-gradient(to top, var(--button_gradient_bottom_color), var(--button_gradient_top_color));
  border-width: var(--button_border_width-top) var(--button_border_width-right) var(--button_border_width-bottom) var(--button_border_width-left);
  border-style: solid;
  border-color: var(--button_border_color);
  border-radius: var(--button-border-radius-top-left) var(--button-border-radius-top-right) var(--button-border-radius-bottom-right) var(--button-border-radius-bottom-left);
  font-family: var(--button_typography-font-family);
  font-weight: var(--button_typography-font-weight);
  font-style: var(--button_typography-font-style);
  letter-spacing: var(--button_letter_spacing);
  box-shadow: var(--button_box_shadow);
  padding: var(--button_padding);
  font-size: var(--button_font_size);
  line-height: var(--button_line_height);
  transition: all .2s
}

.tribe-editor__block .tribe-editor__btn--link:hover,
.tribe-editor__event-website__label-text input:hover,
.wp-block-file .wp-block-file__button:hover,
.wp-block-search .wp-block-search__button:hover {
  color: var(--button_accent_hover_color);
  border-color: var(--button_border_hover_color);
  background-color: var(--button_gradient_top_color_hover);
  background-image: linear-gradient(to top, var(--button_gradient_bottom_color_hover), var(--button_gradient_top_color_hover))
}

.wp-block-code {
  border-color: var(--sep_color)
}

.wp-block-code code {
  white-space: pre-wrap;
  word-break: break-word
}

.wp-block-embed #meetup_oembed {
  height: auto !important
}

.wp-block-file {
  display: flex;
  align-items: center;
  flex-wrap: wrap
}

.wp-block-media-text .wp-block-media-text__content p {
  margin-bottom: 0
}

p.has-background {
  padding: 1.5em 2em
}

.fusion-body p.has-drop-cap:not(:focus):first-letter {
  font-size: 5.5em
}

p.has-drop-cap:not(:focus):first-letter {
  float: left;
  font-size: 8.4em;
  line-height: .68;
  font-weight: 100;
  margin: .05em .1em 0 0;
  text-transform: uppercase;
  font-style: normal
}

.wp-block-preformatted {
  overflow: auto;
  padding: 1em
}

.fusion-body .wp-block-pullquote blockquote {
  margin: 1em;
  padding: 0;
  background-color: transparent;
  border: none;
  font-style: normal
}

.wp-block-pullquote cite {
  color: inherit
}

.wp-block-quote {
  border-left-color: var(--primary_color);
  background-color: var(--testimonial_bg_color);
  font-style: italic
}

.wp-block-quote.is-style-default {
  margin: 2em;
  padding: 1em
}

.wp-block-quote.is-style-default cite {
  font-size: .75em
}

.wp-block-quote.is-style-large {
  margin: 2em;
  padding: 1.5em
}

.ltr .wp-block-quote.is-style-large {
  border-left: 4px solid var(--primary_color)
}

.rtl .wp-block-quote.is-style-large {
  border-right: 4px solid var(--primary_color)
}

.wp-block-quote.is-style-large p {
  font-size: 2em
}

.wp-block-quote.is-style-large cite {
  font-size: 1em
}

.wp-block-separator {
  border-color: var(--sep_color)
}

.wp-block-separator.is-style-dots:before {
  color: var(--sep_color)
}

.wp-block-table td,
.wp-block-table th {
  border-color: var(--sep_color)
}

.wp-block-table th,
.wp-block-table tr:nth-child(even) {
  background: #f6f6f6
}

.wp-block-table tr td {
  padding: 10px 20px
}

.wp-block-tag-cloud a {
  border-color: var(--sep_color)
}

.wp-block-verse {
  color: inherit;
  margin: 2em;
  padding: 1em;
  font-style: italic;
  background-color: var(--testimonial_bg_color)
}

.wp-block-verse pre {
  padding: 0;
  color: inherit
}

.wp-block-calendar table caption,
.wp-block-calendar table tbody {
  color: inherit
}

.wp-block-calendar tbody td,
.wp-block-calendar th {
  border-color: var(--sep_color)
}

.wp-block-calendar a {
  text-decoration: none
}

.wp-block-calendar tfoot a {
  color: var(--link_color)
}

.wp-block-calendar tfoot a:hover {
  color: var(--primary_color)
}

.fusion-body .wp-block-archives-list li {
  border-color: var(--sep_color)
}

.wp-block-categories .children,
.wp-block-categories .wp-block-categories__list {
  margin: 0 0 0 5px !important;
  padding: 10px 0 0 0 !important
}

.wp-block-categories .children li,
.wp-block-categories .wp-block-categories__list li {
  border-color: var(--sep_color)
}

.wp-block-categories .children li:last-child,
.wp-block-categories .wp-block-categories__list li:last-child {
  padding-bottom: 0;
  border-bottom: none
}

.wp-block-latest-comments {
  margin: 0;
  padding: 0
}

.wp-block-latest-comments .wp-block-latest-comments__comment {
  margin-bottom: 0;
  padding: 10px 10px 10px 0;
  border-bottom: 1px solid;
  font-size: inherit
}

.fusion-body .wp-block-latest-comments .wp-block-latest-comments__comment {
  border-color: var(--sep_color)
}

.fusion-avatar-square .wp-block-latest-comments .wp-block-latest-comments__comment-avatar {
  border-radius: 0
}

.fusion-avatar-circle .wp-block-latest-comments .wp-block-latest-comments__comment-avatar {
  border-radius: 50%
}

.wp-block-latest-comments .wp-block-latest-comments__comment-date {
  margin: .15em 0;
  font-size: .8em
}

.wp-block-latest-comments .wp-block-latest-comments__comment-excerpt p {
  margin-bottom: 0;
  font-size: .9em;
  line-height: inherit
}

.fusion-body .wp-block-latest-posts li {
  border-color: var(--sep_color)
}

.fusion-body .wp-block-rss li {
  border-color: var(--sep_color)
}

.wp-block-rss .wp-block-rss__item-author,
.wp-block-rss .wp-block-rss__item-publish-date {
  margin: .15em 0
}

.wp-block-rss .wp-block-rss__item-author {
  font-style: italic
}

.wp-block-search {
  align-items: center
}

.wp-block-search .wp-block-search__input {
  padding: 0 15px;
  border-style: solid;
  border-width: var(--form_border_width-top) var(--form_border_width-right) var(--form_border_width-bottom) var(--form_border_width-left);
  border-radius: var(--form_border_radius);
  background-color: var(--form_bg_color);
  color: var(--form_text_color);
  font-size: var(--form_text_size);
  border-color: var(--form_border_color);
  height: var(--form_input_height);
  padding-top: 0;
  padding-bottom: 0
}

.wp-block-search .wp-block-search__input:focus {
  border-color: var(--form_focus_border_color)
}

.wp-block-tag-cloud a {
  display: inline-flex;
  align-items: center;
  margin: 2px 0;
  padding: 0 10px;
  min-height: 2.15em;
  line-height: 2.15em;
  font-size: .9em;
  border: 1px solid var(--link_color);
  color: var(--link_color);
  text-decoration: none
}

.wp-block-tag-cloud a:hover {
  color: #fff
}

.wp-block-tag-cloud a:hover .tag-link-count {
  color: #fff
}

.ltr .wp-block-tag-cloud a .tag-link-count {
  padding-left: 2px
}

.rtl .wp-block-tag-cloud a .tag-link-count {
  padding-right: 2px
}

.wp-block-tag-cloud .tag-cloud-link:hover {
  border-color: var(--primary_color);
  background-color: var(--primary_color)
}

.wp-block-archives-dropdown,
.wp-block-categories-dropdown {
  width: 100%
}

.wp-block-archives-list,
.wp-block-categories,
.wp-block-latest-posts,
.wp-block-rss {
  margin: 0;
  padding: 0
}

.wp-block-archives-list li,
.wp-block-categories li,
.wp-block-latest-posts li,
.wp-block-rss li {
  display: block;
  position: relative;
  padding: 10px 10px 10px 12px;
  border-bottom: 1px solid var(--sep_color)
}

.wp-block-archives-list li a:before,
.wp-block-categories li a:before,
.wp-block-latest-posts li a:before,
.wp-block-rss li a:before {
  content: "\f105";
  position: absolute;
  margin-left: -12px;
  font-family: awb-icons;
  color: inherit
}

.wp-block-latest-comments .wp-block-latest-comments__comment-date,
.wp-block-latest-posts__post-date,
.wp-block-rss__item-author,
.wp-block-rss__item-publish-date {
  font-size: var(--meta_font_size)
}

.tribe-editor__events-link .tribe-editor__btn--link input {
  font-family: inherit;
  font-weight: inherit;
  font-size: inherit;
  color: inherit;
  background: 0 0
}

.tribe-editor__block .tribe-editor__btn--link svg {
  display: none
}

.tribe-editor__event-price__label {
  color: var(--primary_color)
}

.header-v4 .search-table {
  display: table;
  width: 286px
}

.fusion-header-wrapper {
  position: relative;
  z-index: 10011
}

.fusion-header-wrapper .tooltip {
  z-index: 10030
}

.fusion-header-sticky-height {
  display: none
}

.fusion-is-sticky .fusion-header-sticky-height {
  display: block
}

.fusion-header {
  padding-left: 30px;
  padding-right: 30px;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transition: background-color .25s ease-in-out
}

.fusion-header-backface {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden
}

.fusion-header-v2 .fusion-header,
.fusion-header-v3 .fusion-header,
.fusion-header-v4 .fusion-header,
.fusion-header-v5 .fusion-header {
  border-bottom: 1px solid transparent
}

.fusion-mobile-logo {
  display: none
}

.fusion-secondary-header {
  border-bottom: 1px solid transparent;
  background-color: var(--header_top_bg_color)
}

.fusion-secondary-header .fusion-alignleft {
  float: left;
  margin-right: 0;
  flex-grow: 1
}

.fusion-secondary-header .fusion-alignright {
  float: right;
  margin-left: 0;
  flex-grow: 1
}

.fusion-secondary-header .fusion-alignright>* {
  float: right
}

.fusion-secondary-header .fusion-row {
  display: flex;
  justify-content: space-between;
  align-items: center
}

.fusion-header-v2 .fusion-secondary-header {
  border-top: 3px solid var(--primary_color)
}

.fusion-secondary-header .fusion-mobile-nav-holder {
  width: 80%;
  margin: 0 auto
}

.fusion-mobile-menu-design-flyout .fusion-secondary-header .fusion-icon-only-link .menu-title,
.fusion-mobile-menu-design-modern .fusion-secondary-header .fusion-icon-only-link .menu-title {
  display: none
}

.fusion-header-separator {
  display: inline-block;
  padding: 0 6px
}

.fusion-contact-info {
  line-height: 43px
}

.fusion-header-v4 .fusion-header {
  padding-top: 30px;
  padding-bottom: 30px;
  transition: none
}

.fusion-header-v4 .fusion-header.live-suggestion-added {
  position: relative;
  z-index: 201
}

.fusion-header-v4 .fusion-logo {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: space-between;
  align-items: center
}

.fusion-header-v4 .fusion-logo:after,
.fusion-header-v4 .fusion-logo:before {
  content: none
}

.fusion-header-v4 .fusion-logo .fusion-logo-link {
  float: none
}

.fusion-header-v4 .fusion-logo .fusion-header-content-3-wrapper {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: space-between;
  align-items: center
}

.fusion-header-v4 .fusion-logo .fusion-header-content-3-wrapper .fusion-header-tagline {
  order: 1
}

.fusion-header-v4 .fusion-logo .fusion-header-content-3-wrapper .fusion-header-tagline a {
  display: inline
}

.fusion-header-v4 .fusion-logo .fusion-header-content-3-wrapper .fusion-header-tagline .fusion-button {
  display: inline-block
}

.fusion-header-v4 .fusion-logo .fusion-header-content-3-wrapper .fusion-secondary-menu-search {
  order: 2
}

.fusion-header-v4 .fusion-header-content-3-wrapper .searchform {
  margin-left: 15px
}

.fusion-header-v4 .search-table {
  width: 286px
}

.fusion-header-tagline {
  margin: 0;
  padding: 0;
  line-height: 32px;
  font-weight: 400;
  font-size: var(--tagline_font_size);
  color: var(--tagline_font_color)
}

.fusion-header-banner {
  float: right
}

.fusion-logo .fusion-header-banner a {
  float: none
}

.fusion-secondary-main-menu {
  border-bottom: 1px solid transparent;
  padding-left: 30px;
  padding-right: 30px;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden
}

.fusion-secondary-main-menu .fusion-main-menu {
  float: none
}

.fusion-secondary-main-menu .search-table {
  width: 100%
}

.fusion-secondary-main-menu .fusion-main-menu .searchform {
  float: none;
  margin-left: 0;
  display: block;
  padding: 0
}

.fusion-secondary-main-menu .fusion-mobile-menu-search {
  margin: 5px 0
}

.fusion-header-v4 .fusion-main-menu,
.fusion-header-v5 .fusion-main-menu {
  float: none
}

.fusion-header-v4 .fusion-main-menu .fusion-menu,
.fusion-header-v5 .fusion-main-menu .fusion-menu {
  display: flex;
  flex-wrap: wrap
}

.fusion-header-menu-align-center .fusion-menu {
  justify-content: center
}

.fusion-header-menu-align-right .fusion-menu {
  justify-content: flex-end
}

.fusion-header-v5 .fusion-header {
  transition: none
}

.fusion-header-v5.fusion-logo-center .fusion-logo {
  float: none;
  text-align: center
}

.fusion-header-v5.fusion-logo-center .fusion-logo a {
  display: inline-block
}

.fusion-logo {
  display: block;
  float: left;
  max-width: 100%
}

.fusion-logo:after,
.fusion-logo:before {
  content: " ";
  display: table
}

.fusion-logo:after {
  clear: both
}

.fusion-logo a {
  display: block;
  max-width: 100%
}

.fusion-logo img {
  width: auto
}

.fusion-logo-left .fusion-header-banner {
  float: right
}

.fusion-logo-left.fusion-header-v4 .fusion-logo {
  float: none;
  width: auto
}

.fusion-logo-right .fusion-logo {
  float: right;
  text-align: right
}

.fusion-logo-right.fusion-header-v1 .fusion-main-menu,
.fusion-logo-right.fusion-header-v2 .fusion-main-menu,
.fusion-logo-right.fusion-header-v3 .fusion-main-menu,
.fusion-logo-right.fusion-header-v6 .fusion-main-menu {
  float: left
}

.fusion-logo-right .fusion-header-banner {
  float: left
}

.fusion-logo-right .fusion-header-tagline {
  float: left
}

.fusion-logo-right .searchform {
  float: left
}

.fusion-logo-right .fusion-mobile-menu-icons {
  left: 0;
  right: auto
}

.fusion-logo-right .fusion-mobile-menu-icons a {
  float: left;
  margin-left: 0;
  margin-right: 15px
}

.fusion-logo-right.fusion-header-v4 .fusion-logo .fusion-logo-link {
  order: 2
}

.fusion-logo-right.fusion-header-v4 .fusion-logo .fusion-header-content-3-wrapper {
  order: 1
}

.fusion-logo-right .fusion-flyout-mobile-menu-icons {
  float: left
}

.fusion-sub-menu-slide .fusion-main-menu>ul>li>.fusion-megamenu-wrapper,
.fusion-sub-menu-slide .fusion-main-menu>ul>li>.fusion-menu-cart-items,
.fusion-sub-menu-slide .fusion-main-menu>ul>li>.sub-menu {
  margin-top: 20px;
  transition: opacity .2s ease-in, margin .2s ease-out
}

.fusion-sub-menu-slide .fusion-main-menu>ul>li:hover>.fusion-megamenu-wrapper,
.fusion-sub-menu-slide .fusion-main-menu>ul>li:hover>.fusion-menu-cart-items,
.fusion-sub-menu-slide .fusion-main-menu>ul>li:hover>.sub-menu {
  margin-top: 0
}

.fusion-sub-menu-slide .fusion-main-menu>ul>li>.sub-menu li .sub-menu {
  margin: 0 20px;
  transition: opacity .2s ease-in, margin .2s ease-out
}

.fusion-sub-menu-slide .fusion-main-menu>ul>li>.sub-menu li:hover>.sub-menu {
  margin: 0
}

.fusion-sub-menu-slide.side-header-right .fusion-main-menu>ul>li>.sub-menu li .sub-menu {
  margin: 0 0 0 -20px
}

.fusion-sub-menu-slide.side-header-right .fusion-main-menu>ul>li>.sub-menu li:hover>.sub-menu {
  margin: 0
}

.fusion-mobile-menu-design-flyout:not(.fusion-header-v6) .fusion-header {
  -webkit-transform: none;
  -moz-transform: none
}

.fusion-mobile-menu-design-flyout.fusion-header-has-flyout-menu .fusion-flyout-mobile-menu-icons {
  display: none
}

.fusion-mobile-menu-design-flyout.fusion-flyout-active .fusion-header {
  width: 100%;
  max-width: 100%;
  z-index: 210
}

.fusion-flyout-mobile-menu-icons {
  float: right
}

body.side-header #wrapper .fusion-megamenu-wrapper {
  top: 0
}

body.side-header #side-header .fusion-main-menu ul ul {
  right: auto
}

body.side-header #side-header .fusion-header-content-3-wrapper {
  display: flex;
  flex-wrap: wrap
}

body.side-header-left #wrapper {
  margin-left: 280px;
  width: auto
}

body.side-header-left #side-header {
  left: 0
}

body.side-header-left #side-header .side-header-border {
  border-right-width: 1px;
  border-right-style: solid
}

body.side-header-left #side-header .fusion-main-menu .cart-contents,
body.side-header-left #side-header .fusion-main-menu .login-box,
body.side-header-left #side-header .fusion-main-menu .main-nav-search-form,
body.side-header-left #side-header .fusion-main-menu>ul>li>ul {
  left: 279px;
  top: 0
}

body.side-header-left #side-header .fusion-main-menu .cart-contents {
  right: auto
}

body.side-header-left #side-header .fusion-main-menu .fusion-custom-menu-item-contents {
  top: 0
}

body.side-header-left #side-header .fusion-main-menu .fusion-custom-menu-item-contents,
body.side-header-left #side-header .fusion-main-menu>ul>li>ul {
  left: calc(var(--side_header_width) - 1px)
}

body.side-header-left #side-header.header-shadow .side-header-border:after {
  box-shadow: 10px 0 15px -5px rgba(0, 0, 0, .14);
  right: 0;
  width: 25px
}

body.side-header-left #side-header #nav .cart-contents,
body.side-header-left #side-header #nav .login-box,
body.side-header-left #side-header #nav .main-nav-search-form,
body.side-header-left #side-header #nav>ul>li>ul {
  left: calc(var(--side_header_width) - 1px)
}

body.side-header-left.layout-boxed-mode #side-header {
  left: auto;
  margin-left: calc((var(--side_header_width)) * -1)
}

body.side-header-right #wrapper {
  margin-right: 280px;
  width: auto
}

body.side-header-right #side-header {
  right: 0
}

body.side-header-right #side-header .side-header-border {
  border-left-width: 1px;
  border-left-style: solid
}

body.side-header-right #side-header .fusion-main-menu .fusion-megamenu-wrapper .fusion-megamenu {
  float: right
}

body.side-header-right #side-header .fusion-main-menu .main-nav-search-form {
  left: -250px;
  top: 0
}

body.side-header-right #side-header .fusion-main-menu .cart-contents {
  left: -182px
}

body.side-header-right #side-header .fusion-main-menu .login-box {
  left: -187px
}

body.side-header-right #side-header .cart-contents,
body.side-header-right #side-header .login-box {
  left: 0;
  right: auto
}

body.side-header-right #side-header.header-shadow .side-header-border:before {
  box-shadow: -10px 0 15px -5px rgba(0, 0, 0, .14);
  left: 0;
  width: 25px
}

body.side-header-right.rtl #side-header .cart-contents,
body.side-header-right.rtl #side-header .login-box {
  right: 0;
  left: auto
}

#side-header {
  width: 280px;
  height: 100%;
  position: absolute;
  z-index: 3000;
  -webkit-backface-visibility: hidden;
  box-sizing: border-box
}

#side-header .side-header-background-color,
#side-header .side-header-background-image,
#side-header .side-header-border {
  z-index: -1;
  position: absolute;
  top: 0;
  bottom: 0;
  height: 100vh;
  width: 280px;
  pointer-events: none
}

#side-header .side-header-border {
  z-index: 0;
  border-color: var(--header_border_color)
}

#side-header .side-header-wrapper {
  padding-bottom: 20px;
  z-index: 1
}

#side-header .side-header-wrapper:after,
#side-header .side-header-wrapper:before {
  content: " ";
  display: table
}

#side-header .side-header-wrapper:after {
  clear: both
}

#side-header .side-header-wrapper .fusion-header-has-flyout-menu-content>.fusion-secondary-menu-search,
#side-header .side-header-wrapper>.fusion-secondary-menu-search {
  display: none;
  clear: both
}

#side-header .fusion-secondary-menu-search-inner {
  border-top: 1px solid;
  padding: 5px 30px
}

#side-header .fusion-logo {
  float: none
}

#side-header .fusion-logo-left .fusion-logo {
  float: none
}

#side-header .fusion-logo-center .fusion-logo {
  float: none;
  text-align: center
}

#side-header .fusion-logo-right .fusion-logo {
  float: none
}

#side-header .fusion-sticky-logo {
  display: none
}

#side-header .fusion-main-menu {
  float: none;
  -webkit-backface-visibility: hidden;
  position: relative;
  z-index: 1;
  clear: both
}

#side-header .fusion-main-menu ul ul {
  top: 0;
  border-top: 0
}

#side-header .fusion-main-menu .fusion-megamenu-wrapper .fusion-megamenu-holder {
  border-top: 0
}

#side-header .fusion-main-menu>ul>li {
  float: none;
  padding: 0
}

#side-header .fusion-main-menu>ul>li>a {
  border-top-width: 0;
  border-bottom-width: 1px;
  border-right: 0;
  border-style: solid;
  height: auto
}

#side-header .fusion-main-menu>ul>li:first-child>a {
  border-top-width: 1px;
  border-style: solid
}

#side-header .fusion-main-menu>ul .sub-menu>li:last-child>a {
  border-bottom: none
}

#side-header .fusion-main-menu .fusion-main-menu-search .fusion-custom-menu-item-contents {
  border-top-width: 1px;
  border-top-style: solid
}

#side-header .fusion-main-menu .wpml-ls-item .menu-text,
#side-header .fusion-main-menu .wpml-ls-item>a {
  justify-content: center
}

.side-header-left #side-header .fusion-main-menu>ul>li>a {
  border-left-width: 0
}

.side-header-left #side-header .fusion-main-menu>ul>li.current-menu-ancestor>a,
.side-header-left #side-header .fusion-main-menu>ul>li.current-menu-item>a {
  border-right-width: 0
}

.side-header-right #side-header .fusion-main-menu>ul>li>a {
  border-left-width: 0
}

.side-header-right #side-header .fusion-main-menu>ul>li.current-menu-ancestor>a,
.side-header-right #side-header .fusion-main-menu>ul>li.current-menu-item>a {
  border-left-width: 0
}

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

#side-header .side-header-content:after {
  clear: both
}

#side-header .side-header-content-1,
#side-header .side-header-content-2 {
  margin-top: 40px
}

#side-header .fusion-custom-menu-item-contents {
  right: auto !important;
  top: 0
}

#side-header .fusion-contact-info {
  word-wrap: break-word
}

#side-header .header-social {
  background: 0 0 !important;
  border: 0 !important
}

#side-header .fusion-social-links-header {
  margin: 0
}

#side-header .fusion-secondary-menu .fusion-secondary-menu-icon {
  background: 0 0;
  min-width: 100%;
  border-right: 0
}

#side-header .fusion-secondary-menu .fusion-secondary-menu-icon .amount,
#side-header .fusion-secondary-menu .fusion-secondary-menu-icon .fusion-woo-cart-separator,
#side-header .fusion-secondary-menu .fusion-secondary-menu-icon:after {
  display: none
}

#side-header .fusion-secondary-menu>ul>li {
  margin-bottom: 2px
}

#side-header .fusion-secondary-menu>ul>li:first-child>a {
  padding-left: 0
}

#side-header .fusion-header-tagline {
  margin-top: 40px;
  float: none;
  text-align: left
}

.rtl #side-header .fusion-header-tagline {
  text-align: right
}

#side-header .side-header-content-3 .searchform {
  margin-top: 40px
}

#side-header .fusion-header-banner {
  margin-top: 40px;
  float: none
}

#side-header .fusion-social-links-header .fusion-social-networks a {
  margin-bottom: 20px
}

#side-header .fusion-social-networks.boxed-icons .fusion-social-network-icon {
  margin-bottom: 10px
}

#side-header.fusion-is-sticky {
  box-shadow: rgba(0, 0, 0, .117647) 0 1px 3px
}

.fusion-main-menu {
  float: right;
  position: relative;
  z-index: 200;
  overflow: hidden
}

#side-header .fusion-main-menu:hover,
.fusion-header-v1 .fusion-main-menu:hover,
.fusion-header-v2 .fusion-main-menu:hover,
.fusion-header-v3 .fusion-main-menu:hover,
.fusion-header-v4 .fusion-main-menu:hover,
.fusion-header-v5 .fusion-main-menu:hover,
.fusion-header-v7 .fusion-main-menu:hover {
  overflow: visible
}

.fusion-main-menu>ul>li {
  padding-right: 45px
}

.fusion-main-menu>ul>li:last-child {
  padding-right: 0
}

.fusion-main-menu>ul>li>a {
  display: flex;
  align-items: center;
  line-height: 1;
  -webkit-font-smoothing: subpixel-antialiased
}

.fusion-main-menu>ul>li>a .fusion-menu-description {
  display: block;
  margin-top: .6em;
  font-size: .8em
}

.fusion-main-menu>ul>li>a>.fusion-megamenu-icon {
  width: auto;
  transition: color .2s linear
}

.fusion-main-menu>ul>li>a>.fusion-megamenu-image>img {
  max-height: none
}

.fusion-main-menu>ul>li>a.fusion-arrow-highlight {
  position: relative
}

.fusion-main-menu>ul>li>a.fusion-arrow-highlight:after {
  width: 0;
  height: 0;
  border-style: solid;
  position: absolute
}

.fusion-main-menu>ul>li>a.fusion-flex-link {
  text-align: center;
  box-sizing: border-box
}

.fusion-main-menu>ul>li>a.fusion-flex-link.fusion-flex-column:not(.fusion-layout-column) {
  flex-direction: column;
  justify-content: center
}

.fusion-main-menu>ul>.fusion-menu-item-button>a {
  border-color: transparent
}

.fusion-main-menu ul {
  list-style: none;
  margin: 0;
  padding: 0
}

.fusion-main-menu ul a {
  display: block;
  box-sizing: content-box
}

.fusion-main-menu li {
  float: left;
  margin: 0;
  padding: 0;
  position: relative;
  cursor: pointer
}

.fusion-main-menu li:hover>.fusion-megamenu-wrapper .sub-menu {
  visibility: visible;
  opacity: 1
}

.fusion-main-menu .iclflag {
  vertical-align: middle;
  margin-top: -2px
}

.fusion-main-menu li.fusion-active-link>.fusion-megamenu-wrapper,
.fusion-main-menu li.fusion-active-link>.sub-menu,
.fusion-main-menu li:hover>.fusion-megamenu-wrapper,
.fusion-main-menu li:hover>.sub-menu {
  visibility: visible;
  opacity: 1
}

.fusion-main-menu .fusion-dropdown-menu {
  overflow: hidden
}

.fusion-main-menu .fusion-dropdown-menu.fusion-active-link {
  overflow: visible
}

.fusion-main-menu .sub-menu {
  position: absolute;
  left: 0;
  visibility: hidden;
  opacity: 0;
  z-index: 1;
  transition: opacity .2s ease-in
}

.fusion-main-menu .sub-menu ul {
  top: 0
}

.fusion-main-menu .sub-menu li {
  float: none;
  margin: 0;
  padding: 0
}

.fusion-main-menu .sub-menu a {
  border: 0;
  padding: 7px 20px;
  line-height: 19px;
  text-indent: 0;
  height: auto;
  transition: color .2s ease-in-out, background-color .2s ease-in-out, border-color .2s ease-in-out, height 0s, line-height 0s
}

.fusion-main-menu .fusion-custom-menu-item-contents {
  position: absolute;
  left: auto;
  right: 0;
  visibility: hidden;
  opacity: 0;
  transition: opacity .2s ease-in
}

.fusion-main-menu .fusion-main-menu-search a {
  font-family: awb-icons;
  cursor: pointer
}

.fusion-main-menu .fusion-main-menu-search a:after {
  border-radius: 50% 50% 50% 50%;
  content: "\f002"
}

.fusion-main-menu .fusion-main-menu-search .fusion-custom-menu-item-contents {
  display: none;
  padding: 25px;
  text-align: right;
  border: 1px solid transparent
}

.fusion-main-menu .fusion-main-menu-search-open .fusion-custom-menu-item-contents {
  visibility: visible;
  opacity: 1;
  z-index: 11
}

.fusion-main-menu .fusion-main-menu-cart:not(.menu-item-type-custom)>a {
  font-family: awb-icons;
  cursor: pointer
}

.fusion-main-menu .fusion-main-menu-cart:not(.menu-item-type-custom)>a:after {
  border-radius: 50% 50% 50% 50%;
  content: "\f07a"
}

.fusion-main-menu .fusion-widget-cart-counter>a {
  font-family: awb-icons;
  cursor: pointer
}

.fusion-main-menu .fusion-widget-cart-counter>a:before {
  border-radius: 50% 50% 50% 50%;
  content: "\f07a";
  margin-right: 5px;
  line-height: 1
}

.fusion-main-menu .fusion-widget-cart-counter>a:after {
  display: none
}

.fusion-main-menu .fusion-widget-cart-counter>a .fusion-widget-cart-number,
.fusion-main-menu .fusion-widget-cart-counter>a .menu-text {
  line-height: 1
}

.fusion-main-menu .fusion-widget-cart-counter>a .fusion-widget-cart-number {
  padding: 5px 5px 4px;
  box-sizing: content-box
}

.fusion-header-has-flyout-menu .fusion-header {
  z-index: 999999;
  left: 0;
  right: 0;
  top: 0;
  margin: 0 auto;
  width: 100%;
  overflow: visible !important
}

.admin-bar .fusion-header-has-flyout-menu .fusion-header {
  top: 32px
}

.fusion-header-has-flyout-menu .fusion-header-v6-content {
  z-index: 99999;
  display: flex;
  align-items: center;
  justify-content: space-between
}

.fusion-header-has-flyout-menu .fusion-header-v6-content .fusion-logo {
  z-index: 99999
}

.fusion-header-has-flyout-menu .fusion-flyout-menu-icons {
  display: flex;
  align-items: center;
  z-index: 99999
}

.fusion-header-has-flyout-menu .fusion-flyout-menu-icons .fusion-flyout-cart-wrapper,
.fusion-header-has-flyout-menu .fusion-flyout-menu-icons .fusion-flyout-menu-toggle,
.fusion-header-has-flyout-menu .fusion-flyout-menu-icons .fusion-flyout-search-toggle {
  display: inline-block;
  padding: 0 5px;
  line-height: 1;
  cursor: pointer
}

.fusion-header-has-flyout-menu .fusion-flyout-menu-icons .fusion-flyout-menu-toggle,
.fusion-header-has-flyout-menu .fusion-flyout-menu-icons .fusion-flyout-search-toggle {
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  box-sizing: content-box
}

.fusion-header-has-flyout-menu .fusion-flyout-menu-icons .fusion-flyout-menu-toggle .fusion-toggle-icon-line,
.fusion-header-has-flyout-menu .fusion-flyout-menu-icons .fusion-flyout-search-toggle .fusion-toggle-icon-line {
  opacity: 1;
  transform: rotate(0);
  transition: .25s ease-in-out
}

.fusion-header-has-flyout-menu .fusion-flyout-menu-icons .fusion-flyout-menu-toggle .fusion-toggle-icon-line:nth-child(1),
.fusion-header-has-flyout-menu .fusion-flyout-menu-icons .fusion-flyout-search-toggle .fusion-toggle-icon-line:nth-child(1) {
  transform-origin: left top
}

.fusion-header-has-flyout-menu .fusion-flyout-menu-icons .fusion-flyout-menu-toggle .fusion-toggle-icon-line:nth-child(3),
.fusion-header-has-flyout-menu .fusion-flyout-menu-icons .fusion-flyout-search-toggle .fusion-toggle-icon-line:nth-child(3) {
  transform-origin: left bottom
}

.fusion-header-has-flyout-menu .fusion-flyout-menu-icons .fusion-flyout-search-toggle {
  position: relative;
  transition: margin .25s ease-in-out
}

.fusion-header-has-flyout-menu .fusion-flyout-menu-icons .fusion-flyout-search-toggle .awb-icon-search {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  opacity: 1
}

.fusion-header-has-flyout-menu .fusion-flyout-menu-icons .fusion-flyout-search-toggle .fusion-toggle-icon {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  direction: ltr
}

.fusion-header-has-flyout-menu .fusion-flyout-menu-icons .fusion-flyout-search-toggle .fusion-toggle-icon-line {
  opacity: 0;
  height: 0;
  transition: .25s ease-in-out
}

.fusion-header-has-flyout-menu .fusion-flyout-menu-icons .awb-icon-shopping-cart.fusion-widget-cart-counter:before {
  vertical-align: middle
}

.fusion-header-has-flyout-menu .fusion-flyout-menu-icons .awb-icon-shopping-cart .fusion-widget-cart-number {
  margin-left: 6px;
  padding: 0 3px;
  vertical-align: middle;
  box-sizing: content-box
}

.fusion-header-has-flyout-menu .fusion-flyout-menu-icons .fusion-icon {
  transition: all .25s ease-in-out
}

.fusion-header-has-flyout-menu .fusion-flyout-menu-icons .fusion-icon:before {
  border-radius: 50%;
  background-clip: padding-box;
  transition: all .25s ease-in-out
}

.fusion-header-has-flyout-menu .fusion-flyout-menu-icons .awb-icon-shopping-cart,
.fusion-header-has-flyout-menu .fusion-flyout-menu-icons .fusion-flyout-search-toggle {
  margin-top: -2px
}

.fusion-header-has-flyout-menu.fusion-logo-right .fusion-logo {
  order: 2
}

.fusion-header-has-flyout-menu.fusion-logo-right .fusion-flyout-menu-icons {
  order: 1
}

.fusion-header-has-flyout-menu.fusion-logo-right .fusion-flyout-menu-icons .fusion-flyout-menu-toggle {
  order: 1
}

.fusion-header-has-flyout-menu.fusion-logo-right .fusion-flyout-menu-icons .fusion-flyout-search-toggle {
  order: 2
}

.fusion-header-has-flyout-menu.fusion-logo-right .fusion-flyout-menu-icons .fusion-flyout-cart-wrapper {
  order: 3
}

.fusion-header-has-flyout-menu .fusion-flyout-menu {
  display: flex;
  align-items: center;
  overflow-y: auto;
  padding: 0 25px 25px;
  height: 100%
}

.fusion-is-sticky .fusion-header-has-flyout-menu .fusion-flyout-menu.fusion-main-menu {
  display: flex
}

.fusion-header-has-flyout-menu .fusion-flyout-menu .fusion-menu,
.fusion-header-has-flyout-menu .fusion-flyout-menu .fusion-mobile-menu {
  width: 100%;
  text-align: center;
  margin-top: auto;
  margin-bottom: auto;
  padding: 25px 0
}

.fusion-header-has-flyout-menu .fusion-flyout-menu .fusion-menu li,
.fusion-header-has-flyout-menu .fusion-flyout-menu .fusion-mobile-menu li {
  display: block;
  float: none;
  line-height: normal;
  width: 100%;
  cursor: default
}

.fusion-header-has-flyout-menu .fusion-flyout-menu .fusion-menu li:first-child,
.fusion-header-has-flyout-menu .fusion-flyout-menu .fusion-mobile-menu li:first-child {
  padding-top: 0
}

.fusion-header-has-flyout-menu .fusion-flyout-menu .fusion-menu li.fusion-mobile-nav-item.fusion-flyout-menu-item-last,
.fusion-header-has-flyout-menu .fusion-flyout-menu .fusion-menu li.fusion-mobile-nav-item:last-child,
.fusion-header-has-flyout-menu .fusion-flyout-menu .fusion-menu li.menu-item.fusion-flyout-menu-item-last,
.fusion-header-has-flyout-menu .fusion-flyout-menu .fusion-menu li.menu-item:last-child,
.fusion-header-has-flyout-menu .fusion-flyout-menu .fusion-mobile-menu li.fusion-mobile-nav-item.fusion-flyout-menu-item-last,
.fusion-header-has-flyout-menu .fusion-flyout-menu .fusion-mobile-menu li.fusion-mobile-nav-item:last-child,
.fusion-header-has-flyout-menu .fusion-flyout-menu .fusion-mobile-menu li.menu-item.fusion-flyout-menu-item-last,
.fusion-header-has-flyout-menu .fusion-flyout-menu .fusion-mobile-menu li.menu-item:last-child {
  padding-bottom: 0
}

.fusion-header-has-flyout-menu .fusion-flyout-menu .fusion-menu li a,
.fusion-header-has-flyout-menu .fusion-flyout-menu .fusion-mobile-menu li a {
  display: inline-block
}

.fusion-header-has-flyout-menu .fusion-flyout-menu .fusion-menu li a.fusion-flex-link,
.fusion-header-has-flyout-menu .fusion-flyout-menu .fusion-mobile-menu li a.fusion-flex-link {
  display: inline-flex
}

.fusion-header-has-flyout-menu .fusion-flyout-menu .fusion-menu .fusion-flyout-menu-backgrounds,
.fusion-header-has-flyout-menu .fusion-flyout-menu .fusion-mobile-menu .fusion-flyout-menu-backgrounds {
  display: none;
  z-index: -1;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 0
}

.fusion-header-has-flyout-menu .fusion-flyout-menu .fusion-menu .fusion-flyout-menu-backgrounds .fusion-flyout-menu-item-bg,
.fusion-header-has-flyout-menu .fusion-flyout-menu .fusion-mobile-menu .fusion-flyout-menu-backgrounds .fusion-flyout-menu-item-bg {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  height: 100vh;
  width: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  transition: opacity cubic-bezier(.25, .46, .45, .94) 450ms
}

.fusion-header-has-flyout-menu .fusion-flyout-menu .fusion-menu .fusion-flyout-menu-backgrounds .fusion-flyout-menu-item-bg.active,
.fusion-header-has-flyout-menu .fusion-flyout-menu .fusion-mobile-menu .fusion-flyout-menu-backgrounds .fusion-flyout-menu-item-bg.active {
  opacity: 1;
  transition: opacity cubic-bezier(.23, 1, .32, 1) 3s
}

.fusion-header-has-flyout-menu .fusion-flyout-search {
  display: flex
}

.fusion-header-has-flyout-menu .fusion-flyout-search .searchform {
  display: flex;
  align-items: center;
  margin: 0 auto;
  padding: 50px
}

#wrapper .fusion-header-has-flyout-menu .fusion-flyout-search .searchform .s {
  height: auto;
  background-color: transparent;
  border: none;
  border-bottom: 1px solid;
  font-size: 50px;
  padding: 0
}

#wrapper .fusion-header-has-flyout-menu .fusion-flyout-search .searchform .s:-moz-placeholder,
#wrapper .fusion-header-has-flyout-menu .fusion-flyout-search .searchform .s::-moz-placeholder,
#wrapper .fusion-header-has-flyout-menu .fusion-flyout-search .searchform .s::-webkit-input-placeholder {
  opacity: 1
}

.fusion-disable-outline #wrapper .fusion-header-has-flyout-menu .fusion-flyout-search .searchform .s {
  outline: 0
}

.fusion-header-has-flyout-menu .fusion-flyout-search .searchform .search-button {
  display: none
}

.fusion-header-has-flyout-menu .fusion-flyout-menu,
.fusion-header-has-flyout-menu .fusion-flyout-search {
  z-index: 99998;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: all .3s ease-in-out 0s
}

.fusion-header-has-flyout-menu .fusion-flyout-menu-bg {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  min-height: 700px;
  opacity: 0;
  transition: all .3s ease-in-out 0s
}

.fusion-header-has-flyout-menu.fusion-flyout-active .fusion-flyout-menu-icons {
  z-index: 99999
}

.fusion-header-has-flyout-menu.fusion-flyout-active .fusion-flyout-search-toggle {
  margin-top: 0
}

.fusion-header-has-flyout-menu.fusion-flyout-active .fusion-flyout-menu-bg {
  z-index: 99997;
  opacity: 1
}

.fusion-header-has-flyout-menu.fusion-flyout-menu-active .fusion-flyout-menu-icons .fusion-flyout-menu-toggle .fusion-toggle-icon-line:nth-child(1) {
  transform: rotate(45deg)
}

.fusion-header-has-flyout-menu.fusion-flyout-menu-active .fusion-flyout-menu-icons .fusion-flyout-menu-toggle .fusion-toggle-icon-line:nth-child(2) {
  width: 0;
  opacity: 0
}

.fusion-header-has-flyout-menu.fusion-flyout-menu-active .fusion-flyout-menu-icons .fusion-flyout-menu-toggle .fusion-toggle-icon-line:nth-child(3) {
  transform: rotate(-45deg)
}

.fusion-header-has-flyout-menu.fusion-flyout-menu-active .fusion-flyout-menu {
  opacity: 1
}

.fusion-header-has-flyout-menu.fusion-flyout-menu-active .fusion-flyout-menu .fusion-flyout-menu-backgrounds {
  display: block
}

.fusion-header-has-flyout-menu.fusion-flyout-search-active .fusion-flyout-menu-icons .fusion-flyout-search-toggle .fusion-toggle-icon-line {
  opacity: 1;
  margin: 0 auto;
  transition: .25s ease-in-out
}

.fusion-header-has-flyout-menu.fusion-flyout-search-active .fusion-flyout-menu-icons .fusion-flyout-search-toggle .fusion-toggle-icon-line:nth-child(1) {
  transform: rotate(45deg)
}

.fusion-header-has-flyout-menu.fusion-flyout-search-active .fusion-flyout-menu-icons .fusion-flyout-search-toggle .fusion-toggle-icon-line:nth-child(2) {
  width: 0;
  opacity: 0
}

.fusion-header-has-flyout-menu.fusion-flyout-search-active .fusion-flyout-menu-icons .fusion-flyout-search-toggle .fusion-toggle-icon-line:nth-child(3) {
  transform: rotate(-45deg)
}

.fusion-header-has-flyout-menu.fusion-flyout-search-active .fusion-flyout-menu-icons .fusion-flyout-search-toggle .awb-icon-search {
  opacity: 0
}

.fusion-header-has-flyout-menu.fusion-flyout-search-active .fusion-flyout-search {
  opacity: 1
}

.fusion-is-sticky .fusion-header-v6.fusion-sticky-menu-1 .fusion-main-menu .fusion-menu {
  display: none
}

.fusion-is-sticky .fusion-header-v6.fusion-sticky-menu-1 .fusion-main-menu #menu-main-menu-1 {
  display: block
}

.fusion-is-sticky .fusion-header-v6.fusion-sticky-menu-1 .fusion-main-menu>ul>li>a>.fusion-megamenu-icon {
  font-size: inherit
}

.fusion-header-v6.fusion-sticky-menu-1 .fusion-main-menu #menu-main-menu-1 {
  display: none
}

.fusion-header-v7 .fusion-main-menu {
  float: none;
  overflow: inherit
}

.fusion-header-v7 .fusion-middle-logo-ul {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap
}

.fusion-header-v7 .fusion-middle-logo-ul li {
  float: none;
  transition: padding-right .3s ease
}

.fusion-header-v7 .fusion-middle-logo-ul li.fusion-middle-logo-menu-logo a {
  height: auto;
  border-top-color: transparent;
  display: flex;
  align-items: center;
  justify-content: center
}

.fusion-header-v7 .fusion-middle-logo-ul li.fusion-middle-logo-menu-logo:focus a,
.fusion-header-v7 .fusion-middle-logo-ul li.fusion-middle-logo-menu-logo:hover a {
  border-top-color: transparent
}

.fusion-secondary-menu {
  position: relative;
  z-index: 210
}

.fusion-secondary-menu .fusion-megamenu-wrapper {
  display: none
}

.fusion-secondary-menu ul {
  margin: 0;
  padding: 0;
  list-style: none
}

.fusion-secondary-menu>ul>li {
  float: left;
  border-left: 1px solid transparent
}

.fusion-secondary-menu>ul>li:first-child {
  border-left: none
}

.fusion-secondary-menu>ul>li>a {
  display: flex;
  align-items: center;
  position: relative;
  padding: 0 13px
}

.fusion-secondary-menu>ul>li>.sub-menu .sub-menu {
  top: -1px
}

.fusion-secondary-menu li {
  position: relative
}

.fusion-secondary-menu .iclflag {
  margin-top: -2px
}

.fusion-secondary-menu .fusion-icon-only-link .fusion-megamenu-icon {
  text-align: center
}

.fusion-secondary-menu .sub-menu {
  display: block;
  position: absolute;
  left: -1px;
  z-index: 1;
  visibility: hidden;
  opacity: 0;
  transition: opacity .2s ease-in;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
  border: 1px solid transparent
}

.fusion-secondary-menu .sub-menu a {
  display: block;
  padding: 7px 10px;
  line-height: normal;
  border-bottom: 1px solid transparent;
  transition: color .2s ease-in-out, background-color .2s ease-in-out, border-color .2s ease-in-out, height 0s, line-height 0s
}

.fusion-secondary-menu .sub-menu>li:last-child>a {
  border-bottom: none
}

.fusion-secondary-menu li:hover>.sub-menu {
  visibility: visible;
  opacity: 1
}

.fusion-secondary-menu .fusion-custom-menu-item-contents {
  position: absolute;
  left: -1px;
  visibility: hidden;
  opacity: 0;
  transition: opacity .2s ease-in
}

.fusion-secondary-menu .fusion-secondary-menu-icon {
  padding-left: 13px;
  padding-right: 13px
}

.fusion-secondary-menu-cart>a {
  text-transform: uppercase
}

.fusion-secondary-menu-icon {
  min-width: 176px;
  text-align: center
}

.fusion-secondary-menu-icon .menu-text {
  width: 100%
}

.fusion-secondary-menu-icon .menu-text:before {
  font-family: awb-icons;
  content: "\f07a";
  margin-right: 10px
}

.fusion-secondary-menu-icon .menu-text:after {
  font-family: awb-icons;
  content: "\e61f";
  margin-left: 10px
}

.fusion-social-links-header {
  margin-top: 10px
}

.fusion-social-links-header .fusion-social-networks a {
  font-size: var(--header_social_links_font_size)
}

.fusion-social-links-header .fusion-social-networks a.custom img {
  max-height: var(--header_social_links_font_size)
}

.fusion-social-links-header .fusion-social-networks.boxed-icons .fusion-social-network-icon {
  color: var(--header_social_links_icon_color)
}

.fusion-social-links-header .fusion-social-networks.boxed-icons .fusion-social-network-icon:not(.custom) {
  background-color: var(--header_social_links_box_color);
  border-color: var(--header_social_links_box_color);
  border-radius: var(--header_social_links_boxed_radius)
}

.fusion-social-links-header .fusion-social-networks.boxed-icons a {
  padding: var(--header_social_links_boxed_padding);
  width: calc(var(--header_social_links_font_size) + (2 * (var(--header_social_links_boxed_padding))) + 2px)
}

.fusion-social-links-header .fusion-social-networks.boxed-icons a.fusion-social-network-icon.awb-custom-image {
  padding: 0;
  background-color: transparent;
  border: none;
  border-radius: 0;
  box-shadow: none
}

.fusion-social-links-header .fusion-social-networks.boxed-icons a.fusion-social-network-icon.awb-custom-image img {
  position: relative
}

.fusion-social-links-header .fusion-social-networks.boxed-icons a.custom {
  top: -var(--header_social_links_boxed_padding)
}

.fusion-social-links-header .fusion-social-networks.boxed-icons a.custom img {
  max-height: calc(var(--header_social_links_font_size) + (2 * (var(--header_social_links_boxed_padding))) + 2px)
}

.fusion-social-links-header .fusion-social-networks.boxed-icons a img {
  max-height: calc(var(--header_social_links_font_size) + (2 * (var(--header_social_links_boxed_padding))) + 2px)
}

.fusion-social-links-header .fusion-social-networks .fusion-social-network-icon {
  color: var(--header_social_links_icon_color)
}

.fusion-caret {
  margin-left: 9px
}

.fusion-flex-column:not(.fusion-layout-column) .fusion-caret {
  margin: 2px 0 0 0
}

.side-header-left .fusion-main-menu .fusion-caret,
.side-header-right .fusion-main-menu .fusion-caret {
  display: inline-flex
}

.side-header-right .fusion-main-menu .fusion-caret {
  position: static
}

.side-header-left .fusion-main-menu .fusion-caret {
  position: absolute
}

.side-header-left.menu-text-align-right .fusion-main-menu>ul>li>a>.fusion-caret,
.side-header-right.menu-text-align-left .fusion-main-menu>ul>li>a>.fusion-caret {
  position: static
}

.side-header-left .fusion-caret {
  margin-left: 9px
}

.side-header-right .fusion-caret {
  margin-left: 0;
  margin-right: 9px
}

.fusion-caret .fusion-dropdown-indicator {
  vertical-align: middle
}

.fusion-caret .fusion-dropdown-indicator:before {
  content: "\f107";
  font-family: awb-icons;
  font-style: normal
}

.side-header-left .fusion-main-menu .fusion-caret .fusion-dropdown-indicator:before {
  content: "\f105"
}

.side-header-right .fusion-main-menu .fusion-caret .fusion-dropdown-indicator:before {
  content: "\f104"
}

.sub-menu .fusion-caret {
  position: absolute;
  right: 15px;
  margin-left: 0
}

.sub-menu .fusion-caret .fusion-dropdown-indicator:before {
  content: "\f105"
}

.side-header-right .sub-menu .fusion-caret {
  right: auto;
  left: 10px
}

.fusion-menu-cart.fusion-active-link .fusion-custom-menu-item-contents,
.fusion-menu-cart:hover .fusion-custom-menu-item-contents {
  visibility: visible;
  opacity: 1
}

.fusion-main-menu .fusion-active-link .fusion-custom-menu-item-contents,
.fusion-main-menu .fusion-active-link>.sub-menu,
.fusion-secondary-menu .fusion-active-link .fusion-custom-menu-item-contents,
.fusion-secondary-menu .fusion-active-link>.sub-menu {
  opacity: 1;
  visibility: visible
}

.fusion-main-menu .fusion-active-login,
.fusion-secondary-menu .fusion-active-login {
  overflow: visible
}

.fusion-main-menu .fusion-active-login .fusion-custom-menu-item-contents,
.fusion-main-menu .fusion-active-login .sub-menu,
.fusion-secondary-menu .fusion-active-login .fusion-custom-menu-item-contents,
.fusion-secondary-menu .fusion-active-login .sub-menu {
  opacity: 1;
  visibility: visible
}

.fusion-menu-cart-items {
  width: 180px;
  border: 1px solid transparent
}

.fusion-menu-cart-item a {
  border-bottom: 1px solid transparent;
  padding: 14px;
  line-height: normal;
  height: auto;
  display: block
}

.fusion-menu-cart-item img {
  display: inline-block;
  max-width: 36px;
  margin-right: 13px;
  border: 1px solid transparent
}

.fusion-menu-cart-item .amount {
  display: inline-block
}

.fusion-menu-cart-item-details {
  display: inline-block;
  max-width: calc(100% - 49px);
  text-align: left
}

.fusion-menu-cart-item-title {
  margin-bottom: 6px
}

.fusion-menu-cart-item-quantity,
.fusion-menu-cart-item-title {
  display: block;
  line-height: normal
}

.fusion-menu-cart-checkout {
  display: flex;
  justify-content: space-between
}

.fusion-menu-cart-checkout-link,
.fusion-menu-cart-link {
  padding: .75em 1em
}

.fusion-menu-cart-checkout-link a,
.fusion-menu-cart-link a {
  margin: 0 -.25em
}

.fusion-menu-cart-checkout-link a:before,
.fusion-menu-cart-link a:before {
  padding: 0 .25em;
  font-family: awb-icons;
  line-height: inherit
}

.fusion-menu-cart-checkout-link a span,
.fusion-menu-cart-link a span {
  padding: 0 .25em
}

.fusion-menu-cart-link a:before {
  content: "\f07a"
}

.fusion-menu-cart-checkout-link a:before {
  content: "\f046"
}

.fusion-menu-login-box .fusion-custom-menu-item-contents {
  left: 0;
  border: 1px solid transparent;
  width: 187px;
  padding: 20px
}

.fusion-menu-login-box:hover .fusion-custom-menu-item-contents {
  visibility: visible;
  opacity: 1
}

.fusion-menu-login-box p {
  margin-top: 0;
  margin-bottom: 10px
}

.fusion-menu-login-box .fusion-login-box-submit,
.fusion-menu-login-box .fusion-remember-checkbox {
  margin-bottom: 0
}

.fusion-menu-login-box .fusion-menu-login-box-register {
  clear: both;
  float: right;
  padding-top: 10px
}

.fusion-login-box-submit {
  float: right
}

.fusion-remember-checkbox {
  font-size: 11px;
  line-height: 32px
}

.fusion-menu-login-box-error {
  font-size: 11px;
  color: #d04544
}

.fusion-megamenu-wrapper {
  margin: 0 auto;
  padding: 0 15px;
  visibility: hidden;
  opacity: 0;
  position: absolute;
  left: 0;
  transition: opacity .2s ease-in;
  z-index: 10
}

.fusion-megamenu-wrapper.col-span-12 .fusion-megamenu {
  width: 100%
}

.fusion-megamenu-wrapper.col-sm-12 {
  width: 100%
}

.fusion-megamenu-wrapper.col-sm-6 {
  width: 50%
}

.fusion-megamenu-wrapper.col-sm-4 {
  width: 33.33333333%
}

.fusion-megamenu-wrapper.col-sm-3 {
  width: 25%
}

.fusion-megamenu-wrapper.col-sm-2 {
  width: 16.66666667%
}

.fusion-megamenu-wrapper .fusion-megamenu-submenu {
  display: block;
  float: none;
  padding: 29px 0;
  border-right: 1px solid transparent;
  background-size: cover
}

.fusion-megamenu-wrapper .fusion-megamenu-submenu:last-child {
  border-right: none
}

.fusion-megamenu-wrapper .fusion-megamenu-submenu>a {
  display: block;
  padding: 5px 34px;
  border-bottom: none;
  line-height: 19px;
  transition: color .2s ease-in-out, background-color .2s ease-in-out, border-color .2s ease-in-out, height 0s, line-height 0s
}

.fusion-megamenu-wrapper .fusion-megamenu-submenu .sub-menu {
  position: relative;
  display: block;
  left: auto;
  right: auto;
  border: none;
  background: 0 0;
  box-shadow: none;
  top: 0;
  width: auto
}

.fusion-megamenu-wrapper .fusion-megamenu-submenu .sub-menu a {
  display: block;
  padding: 5px 34px;
  border-bottom: none
}

.fusion-megamenu-wrapper .fusion-megamenu-submenu .sub-menu .deep-level a {
  padding-left: 49px
}

.fusion-megamenu-wrapper .fusion-megamenu-submenu .sub-menu .deep-level .deep-level a {
  padding-left: 64px
}

.ltr .fusion-megamenu-wrapper .fusion-megamenu-sitewidth .fusion-megamenu-submenu:first-child {
  border-left: 1px solid transparent
}

.ltr .fusion-megamenu-wrapper .fusion-megamenu-sitewidth .fusion-megamenu-submenu:last-child {
  border-right: 1px solid transparent
}

.fusion-megamenu-wrapper .fusion-megamenu-border {
  border-bottom: 1px solid #dcd9d9
}

.fusion-megamenu-wrapper .menu-text {
  margin-left: 23px
}

.fusion-megamenu-wrapper .fusion-caret {
  display: none
}

.fusion-megamenu-holder {
  padding: 0;
  margin: 0;
  border-top: 3px solid transparent;
  background-size: cover
}

.fusion-megamenu-holder:after,
.fusion-megamenu-holder:before {
  content: " ";
  display: table
}

.fusion-megamenu-holder:after {
  clear: both
}

.fusion-megamenu {
  display: flex
}

.fusion-megamenu:after,
.fusion-megamenu:before {
  content: " ";
  display: table
}

.fusion-megamenu:after {
  clear: both
}

.fusion-megamenu-title {
  margin: 0;
  padding: 0 34px 15px;
  font-weight: 400;
  line-height: normal;
  -webkit-font-smoothing: antialiased
}

.fusion-megamenu-icon {
  display: inline-block;
  width: 26px
}

.fusion-megamenu-icon img {
  margin-top: -2px;
  max-height: 15px;
  vertical-align: middle
}

.sub-menu .fusion-megamenu-icon.text-menu-icon {
  position: absolute
}

.fusion-megamenu-bullet {
  margin-right: 10px
}

.fusion-megamenu-bullet:before {
  content: "\f0da";
  font-family: awb-icons
}

.fusion-megamenu-widgets-container {
  display: block;
  padding: 0 34px;
  margin-bottom: 10px;
  pointer-events: none
}

.fusion-main-menu>ul>.fusion-megamenu-menu:hover .fusion-megamenu-widgets-container {
  pointer-events: auto
}

.fusion-megamenu-widgets-container .textwidget a:not(.fb-icon-element) {
  display: inline
}

.fusion-megamenu-widgets-container .textwidget a:not(.fb-icon-element).fusion-button {
  display: inline-block
}

.fusion-active-link .fusion-megamenu li .sub-menu,
.fusion-active-link .fusion-megamenu-wrapper {
  opacity: 1;
  visibility: visible
}

.fusion-is-sticky .fusion-logo img {
  width: auto
}

.fusion-is-sticky .fusion-header-v1 .fusion-header,
.fusion-is-sticky .fusion-header-v2 .fusion-header,
.fusion-is-sticky .fusion-header-v3 .fusion-header,
.fusion-is-sticky .fusion-header-v6 .fusion-header,
.fusion-is-sticky .fusion-header-v7 .fusion-header {
  position: fixed;
  top: 0;
  z-index: 210;
  max-width: 100%;
  width: 100%;
  border-bottom: 0
}

.fusion-is-sticky .fusion-header-v1 .fusion-sticky-shadow,
.fusion-is-sticky .fusion-header-v2 .fusion-sticky-shadow,
.fusion-is-sticky .fusion-header-v3 .fusion-sticky-shadow,
.fusion-is-sticky .fusion-header-v6 .fusion-sticky-shadow,
.fusion-is-sticky .fusion-header-v7 .fusion-sticky-shadow {
  box-shadow: rgba(0, 0, 0, .117647) 0 1px 3px
}

.layout-boxed-mode .fusion-is-sticky .fusion-header-v1 .fusion-sticky-shadow,
.layout-boxed-mode .fusion-is-sticky .fusion-header-v2 .fusion-sticky-shadow,
.layout-boxed-mode .fusion-is-sticky .fusion-header-v3 .fusion-sticky-shadow,
.layout-boxed-mode .fusion-is-sticky .fusion-header-v6 .fusion-sticky-shadow,
.layout-boxed-mode .fusion-is-sticky .fusion-header-v7 .fusion-sticky-shadow {
  box-shadow: rgba(0, 0, 0, .118) 0 4px 3px -3px
}

.fusion-is-sticky .fusion-secondary-main-menu {
  border-bottom: 0
}

.fusion-is-sticky .fusion-sticky-menu-only:not(.fusion-header-v6) .fusion-header {
  border-bottom: 0
}

.fusion-is-sticky .fusion-sticky-menu-only:not(.fusion-header-v6) .fusion-secondary-main-menu {
  position: fixed;
  top: 0;
  z-index: 210;
  max-width: 100%;
  width: 100%;
  box-shadow: rgba(0, 0, 0, .117647) 0 1px 3px
}

.layout-boxed-mode .fusion-is-sticky .fusion-sticky-menu-only:not(.fusion-header-v6) .fusion-secondary-main-menu {
  box-shadow: rgba(0, 0, 0, .118) 0 4px 3px -3px
}

.fusion-is-sticky .fusion-sticky-menu-and-logo:not(.fusion-header-v6) .fusion-sticky-header-wrapper {
  position: fixed;
  top: 0;
  z-index: 210;
  max-width: 100%;
  width: 100%;
  box-shadow: rgba(0, 0, 0, .117647) 0 1px 3px
}

.layout-boxed-mode .fusion-is-sticky .fusion-sticky-menu-and-logo:not(.fusion-header-v6) .fusion-sticky-header-wrapper {
  box-shadow: rgba(0, 0, 0, .118) 0 4px 3px -3px
}

.fusion-is-sticky .fusion-main-menu>ul>li:last-child {
  padding-right: 0
}

.fusion-is-sticky .fusion-main-menu .fusion-main-menu-icon:after,
.fusion-is-sticky .fusion-main-menu .fusion-widget-cart-counter>a:before,
.fusion-is-sticky .fusion-main-menu>ul>li>a,
.fusion-is-sticky .fusion-main-menu>ul>li>a .fusion-menu-description {
  color: var(--header_sticky_menu_color)
}

.fusion-is-sticky .fusion-arrow-svg svg path {
  fill: var(--header_sticky_bg_color)
}

.fusion-body .fusion-is-sticky.fusion-header-wrapper .fusion-header,
.fusion-body .fusion-is-sticky.fusion-header-wrapper .fusion-secondary-main-menu {
  background-color: var(--header_sticky_bg_color)
}

.fusion-sticky-menu-1 .fusion-sticky-menu {
  display: none
}

.fusion-is-sticky .fusion-sticky-menu-1 .fusion-main-menu {
  display: none
}

.fusion-is-sticky .fusion-sticky-menu-1 .fusion-sticky-menu {
  display: block
}

.fusion-sticky-logo-1#side-header .fusion-sticky-logo,
.fusion-sticky-logo-1.fusion-header-v1 .fusion-sticky-logo,
.fusion-sticky-logo-1.fusion-header-v2 .fusion-sticky-logo,
.fusion-sticky-logo-1.fusion-header-v3 .fusion-sticky-logo,
.fusion-sticky-logo-1.fusion-header-v4 .fusion-sticky-logo,
.fusion-sticky-logo-1.fusion-header-v5 .fusion-sticky-logo,
.fusion-sticky-logo-1.fusion-header-v6 .fusion-sticky-logo,
.fusion-sticky-logo-1.fusion-header-v7 .fusion-sticky-logo {
  display: none
}

.fusion-is-sticky .fusion-sticky-logo-1#side-header .fusion-mobile-logo,
.fusion-is-sticky .fusion-sticky-logo-1#side-header .fusion-standard-logo,
.fusion-is-sticky .fusion-sticky-logo-1.fusion-header-v1 .fusion-mobile-logo,
.fusion-is-sticky .fusion-sticky-logo-1.fusion-header-v1 .fusion-standard-logo,
.fusion-is-sticky .fusion-sticky-logo-1.fusion-header-v2 .fusion-mobile-logo,
.fusion-is-sticky .fusion-sticky-logo-1.fusion-header-v2 .fusion-standard-logo,
.fusion-is-sticky .fusion-sticky-logo-1.fusion-header-v3 .fusion-mobile-logo,
.fusion-is-sticky .fusion-sticky-logo-1.fusion-header-v3 .fusion-standard-logo,
.fusion-is-sticky .fusion-sticky-logo-1.fusion-header-v4 .fusion-mobile-logo,
.fusion-is-sticky .fusion-sticky-logo-1.fusion-header-v4 .fusion-standard-logo,
.fusion-is-sticky .fusion-sticky-logo-1.fusion-header-v5 .fusion-mobile-logo,
.fusion-is-sticky .fusion-sticky-logo-1.fusion-header-v5 .fusion-standard-logo,
.fusion-is-sticky .fusion-sticky-logo-1.fusion-header-v6 .fusion-mobile-logo,
.fusion-is-sticky .fusion-sticky-logo-1.fusion-header-v6 .fusion-standard-logo,
.fusion-is-sticky .fusion-sticky-logo-1.fusion-header-v7 .fusion-mobile-logo,
.fusion-is-sticky .fusion-sticky-logo-1.fusion-header-v7 .fusion-standard-logo {
  display: none
}

.fusion-is-sticky .fusion-sticky-logo-1#side-header .fusion-sticky-logo,
.fusion-is-sticky .fusion-sticky-logo-1.fusion-header-v1 .fusion-sticky-logo,
.fusion-is-sticky .fusion-sticky-logo-1.fusion-header-v2 .fusion-sticky-logo,
.fusion-is-sticky .fusion-sticky-logo-1.fusion-header-v3 .fusion-sticky-logo,
.fusion-is-sticky .fusion-sticky-logo-1.fusion-header-v4 .fusion-sticky-logo,
.fusion-is-sticky .fusion-sticky-logo-1.fusion-header-v5 .fusion-sticky-logo,
.fusion-is-sticky .fusion-sticky-logo-1.fusion-header-v6 .fusion-sticky-logo,
.fusion-is-sticky .fusion-sticky-logo-1.fusion-header-v7 .fusion-sticky-logo {
  display: inline-block
}

.fusion-mobile-navigation {
  display: none
}

.fusion-mobile-nav-holder {
  display: none;
  clear: both;
  color: #333
}

.fusion-is-sticky .fusion-mobile-menu-design-modern .fusion-mobile-nav-holder>ul,
.fusion-is-sticky.fusion-mobile-menu-design-modern .fusion-mobile-nav-holder>ul {
  max-height: 340px;
  overflow-y: scroll;
  overflow-x: hidden
}

.fusion-mobile-nav-holder .fusion-megamenu-icon {
  display: none
}

.fusion-mobile-nav-holder .fusion-menu-description {
  display: none !important
}

.fusion-mobile-nav-holder .menu-text {
  -webkit-font-smoothing: auto
}

.fusion-mobile-nav-holder ul {
  list-style: none;
  margin: 0;
  padding: 0
}

.fusion-mobile-nav-holder>ul {
  display: none;
  list-style: none;
  margin: 0;
  padding: 0;
  border-left: 1px solid transparent;
  border-right: 1px solid transparent;
  border-bottom: 1px solid transparent
}

.fusion-mobile-menu-text-align-left .fusion-mobile-selector {
  text-align: left
}

.fusion-mobile-menu-text-align-left .fusion-mobile-nav-item a {
  justify-content: left;
  padding-left: 12px
}

.fusion-mobile-menu-design-modern .fusion-mobile-menu-text-align-left .fusion-mobile-nav-item a {
  padding-left: 30px
}

.fusion-mobile-menu-text-align-left .fusion-selector-down {
  right: 0;
  border-left: 1px solid transparent
}

.fusion-mobile-menu-text-align-left .fusion-open-submenu {
  right: 0
}

.fusion-mobile-menu-design-modern .fusion-mobile-menu-text-align-left .fusion-open-submenu {
  padding-right: 35px
}

.fusion-mobile-menu-text-align-left .fusion-has-highlight-label .menu-text {
  justify-content: left
}

.fusion-mobile-menu-text-align-left li.fusion-mobile-nav-item li a {
  padding-left: 21px
}

.fusion-mobile-menu-design-modern .fusion-mobile-menu-text-align-left li.fusion-mobile-nav-item li a {
  padding-left: 39px
}

.fusion-mobile-menu-text-align-left li.fusion-mobile-nav-item li a:before {
  content: "-";
  margin-right: 2px
}

.fusion-mobile-menu-text-align-left li.fusion-mobile-nav-item li li a {
  padding-left: 30px
}

.fusion-mobile-menu-design-modern .fusion-mobile-menu-text-align-left li.fusion-mobile-nav-item li li a {
  padding-left: 48px
}

.fusion-mobile-menu-text-align-left li.fusion-mobile-nav-item li li a:before {
  content: "--"
}

.fusion-mobile-menu-text-align-left li.fusion-mobile-nav-item li li li a {
  padding-left: 39px
}

.fusion-mobile-menu-design-modern .fusion-mobile-menu-text-align-left li.fusion-mobile-nav-item li li li a {
  padding-left: 57px
}

.fusion-mobile-menu-text-align-left li.fusion-mobile-nav-item li li li a:before {
  content: "---"
}

.fusion-mobile-menu-text-align-left li.fusion-mobile-nav-item li li li li a {
  padding-left: 48px
}

.fusion-mobile-menu-design-modern .fusion-mobile-menu-text-align-left li.fusion-mobile-nav-item li li li li a {
  padding-left: 66px
}

.fusion-mobile-menu-text-align-left li.fusion-mobile-nav-item li li li li a:before {
  content: "----"
}

.fusion-mobile-menu-text-align-left li.fusion-mobile-nav-item .submenu-languages li a:before {
  content: none
}

.fusion-mobile-menu-text-align-right .fusion-mobile-selector {
  text-align: right
}

.fusion-mobile-menu-text-align-right .fusion-mobile-nav-item a {
  justify-content: right;
  padding-right: 12px
}

.fusion-mobile-menu-design-modern .fusion-mobile-menu-text-align-right .fusion-mobile-nav-item a {
  padding-right: 30px
}

.fusion-mobile-menu-text-align-right .fusion-selector-down {
  left: 0;
  border-right: 1px solid transparent
}

.fusion-mobile-menu-text-align-right .fusion-open-submenu {
  left: 0
}

.fusion-mobile-menu-design-modern .fusion-mobile-menu-text-align-right .fusion-open-submenu {
  padding-left: 30px
}

.fusion-mobile-menu-text-align-right .fusion-has-highlight-label .menu-text {
  justify-content: right;
  direction: rtl
}

.fusion-mobile-menu-text-align-right .fusion-has-highlight-label .fusion-menu-highlight-label {
  margin-right: .75em;
  margin-left: 0
}

.fusion-mobile-menu-text-align-right li.fusion-mobile-nav-item li a {
  padding-right: 21px
}

.fusion-mobile-menu-design-modern .fusion-mobile-menu-text-align-right li.fusion-mobile-nav-item li a {
  padding-right: 39px
}

.fusion-mobile-menu-text-align-right li.fusion-mobile-nav-item li a:after {
  content: "-";
  margin-left: 2px
}

.fusion-mobile-menu-text-align-right li.fusion-mobile-nav-item li li a {
  padding-right: 30px
}

.fusion-mobile-menu-design-modern .fusion-mobile-menu-text-align-right li.fusion-mobile-nav-item li li a {
  padding-right: 48px
}

.fusion-mobile-menu-text-align-right li.fusion-mobile-nav-item li li a:after {
  content: "--"
}

.fusion-mobile-menu-text-align-right li.fusion-mobile-nav-item li li li a {
  padding-right: 39px
}

.fusion-mobile-menu-design-modern .fusion-mobile-menu-text-align-right li.fusion-mobile-nav-item li li li a {
  padding-right: 57px
}

.fusion-mobile-menu-text-align-right li.fusion-mobile-nav-item li li li a:after {
  content: "---"
}

.fusion-mobile-menu-text-align-right li.fusion-mobile-nav-item li li li li a {
  padding-right: 48px
}

.fusion-mobile-menu-design-modern .fusion-mobile-menu-text-align-right li.fusion-mobile-nav-item li li li li a {
  padding-right: 66px
}

.fusion-mobile-menu-text-align-right li.fusion-mobile-nav-item li li li li a:after {
  content: "----"
}

.fusion-mobile-menu-text-align-right .wpml-ls-item a:after {
  display: none
}

.fusion-mobile-menu-text-align-right .wpml-ls-item .wpml-ls-flag {
  order: 2
}

.fusion-mobile-menu-text-align-center .fusion-mobile-selector {
  text-align: center
}

.fusion-mobile-menu-text-align-center .fusion-mobile-nav-item a {
  justify-content: center
}

.fusion-mobile-menu-text-align-center .fusion-has-highlight-label .menu-text {
  justify-content: center
}

.ltr .fusion-mobile-menu-text-align-center .fusion-selector-down {
  right: 0;
  border-left: 1px solid transparent
}

.ltr .fusion-mobile-menu-text-align-center .fusion-open-submenu {
  right: 0
}

.fusion-mobile-menu-design-modern .ltr .fusion-mobile-menu-text-align-center .fusion-open-submenu {
  padding-right: 35px
}

.rtl .fusion-mobile-menu-text-align-center .fusion-selector-down {
  left: 0;
  border-right: 1px solid transparent
}

.rtl .fusion-mobile-menu-text-align-center .fusion-open-submenu {
  left: 0
}

.fusion-mobile-menu-design-modern .rtl .fusion-mobile-menu-text-align-center .fusion-open-submenu {
  padding-left: 35px
}

.fusion-mobile-menu-text-align-center li.fusion-mobile-nav-item li a:before {
  content: "-"
}

.ltr .fusion-mobile-menu-text-align-center li.fusion-mobile-nav-item li a:before {
  margin-right: 2px
}

.rtl .fusion-mobile-menu-text-align-center li.fusion-mobile-nav-item li a:before {
  margin-left: 2px
}

.fusion-mobile-menu-text-align-center li.fusion-mobile-nav-item li li a:before {
  content: "--"
}

.fusion-mobile-menu-text-align-center li.fusion-mobile-nav-item li li li a:before {
  content: "---"
}

.fusion-mobile-menu-text-align-center li.fusion-mobile-nav-item li li li li a:before {
  content: "----"
}

.fusion-mobile-menu-text-align-center li.fusion-mobile-nav-item .submenu-languages li a:before {
  content: none
}

.fusion-mobile-selector {
  line-height: 31px;
  padding-right: 0;
  padding-left: 0;
  width: 100%;
  position: relative;
  font-size: 12px;
  cursor: pointer;
  border: 1px solid transparent
}

.fusion-mobile-selector span {
  margin-left: 12px;
  margin-right: 12px
}

.fusion-selector-down {
  position: absolute;
  top: 0;
  height: 31px;
  width: 50px;
  font-size: 24px;
  font-style: normal;
  text-align: center
}

.fusion-selector-down:before {
  content: "\f0c9";
  font-family: awb-icons
}

.fusion-mobile-menu-design-modern .fusion-mobile-nav-holder>ul {
  border: none;
  border-top: 1px solid transparent
}

.fusion-mobile-menu-design-modern .fusion-header>.fusion-row {
  position: relative
}

.fusion-mobile-nav-item {
  position: relative;
  font-size: 12px;
  line-height: normal
}

.fusion-mobile-nav-item a {
  color: #333;
  padding: 0 12px;
  font-size: 12px;
  display: flex;
  align-items: center;
  border-bottom: 1px solid transparent
}

.fusion-mobile-nav-item .iclflag {
  vertical-align: middle;
  margin-right: 5px
}

.fusion-mobile-menu-icons {
  display: none;
  position: relative;
  top: 0;
  right: 0;
  vertical-align: middle;
  text-align: right
}

.fusion-mobile-menu-icons a {
  float: right;
  font-size: 21px;
  margin-left: 20px
}

.fusionicon-bars:before {
  content: "\f0c9"
}

.fusionicon-shopping-cart:before {
  content: "\f0c9"
}

.fusion-mobile-menu-search {
  display: none;
  margin-top: 15px
}

.fusion-mobile-menu-sep {
  position: absolute;
  top: 43px;
  width: 100%;
  border-bottom: 1px solid transparent
}

.fusion-open-submenu {
  display: block;
  z-index: 1;
  position: absolute;
  top: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  outline: 0;
  background: 0 0;
  min-width: 50px;
  border: none;
  line-height: 15px;
  font-size: 13px;
  text-align: center
}

.fusion-open-submenu:hover {
  color: #65bc7b
}

.fusion-open-submenu:before {
  display: block;
  margin: 0;
  content: "\e61f";
  font-family: awb-icons
}

.fusion-open-submenu:focus {
  outline: revert
}

.fusion-has-highlight-label .menu-text {
  display: flex;
  align-items: center
}

.fusion-menu-highlight-label {
  padding: .35em .55em;
  line-height: 1;
  margin-left: .75em;
  font-size: .7em;
  border: .1em solid transparent
}

.fusion-header-shadow:after,
body.side-header-left #side-header.header-shadow .side-header-border:after,
body.side-header-right #side-header.header-shadow .side-header-border:before {
  content: "";
  z-index: 99996;
  position: absolute;
  top: 0;
  height: 100%;
  pointer-events: none
}

.fusion-header-shadow:after {
  left: 0;
  width: 100%
}

.fusion-header-shadow>div {
  box-shadow: 0 10px 50px -2px rgba(0, 0, 0, .14)
}

body:not(.fusion-header-layout-v6) .fusion-header {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: none
}

body:not(.fusion-header-layout-v6).fusion-top-header .fusion-main-menu>ul>li>a.fusion-bar-highlight {
  box-sizing: border-box
}

body:not(.fusion-header-layout-v6).fusion-top-header .fusion-main-menu>ul>li:not(.fusion-menu-item-button)>a.fusion-bottombar-highlight:not(.fusion-main-menu-icon) {
  position: relative
}

body:not(.fusion-header-layout-v6).fusion-top-header .fusion-main-menu>ul>li:not(.fusion-menu-item-button)>a.fusion-bottombar-highlight:not(.fusion-main-menu-icon):after {
  content: " ";
  position: absolute;
  top: calc(50% + 1.15em);
  left: 0;
  width: 100%;
  border-top-style: solid;
  transform: scaleX(0);
  transition: transform .2s ease-in-out
}

body:not(.fusion-header-layout-v6).fusion-top-header .fusion-main-menu>ul>li:not(.fusion-menu-item-button)>a.fusion-bottombar-highlight:not(.fusion-main-menu-icon).fusion-has-description:after {
  top: calc(50% + 1.79em)
}

body:not(.fusion-header-layout-v6).fusion-top-header .fusion-main-menu>ul>li:not(.fusion-menu-item-button)>a.fusion-bottombar-highlight:not(.fusion-main-menu-icon).fusion-flex-column:not(.fusion-layout-column):after {
  top: calc(50% + 1.325em)
}

body:not(.fusion-header-layout-v6).fusion-top-header .fusion-main-menu>ul>li:not(.fusion-menu-item-button)>a.fusion-bottombar-highlight:not(.fusion-main-menu-icon).fusion-flex-column:not(.fusion-layout-column).fusion-has-description:after {
  top: calc(50% + 1.955em)
}

body:not(.fusion-header-layout-v6).fusion-top-header .fusion-main-menu>ul>li:not(.fusion-menu-item-button)>a.fusion-bottombar-highlight:not(.fusion-main-menu-icon):hover:after {
  transform: scaleX(1)
}

body:not(.fusion-header-layout-v6).fusion-top-header .fusion-main-menu>ul>li:not(.fusion-menu-item-button).current-menu-ancestor>.fusion-bottombar-highlight:not(.fusion-main-menu-icon):after,
body:not(.fusion-header-layout-v6).fusion-top-header .fusion-main-menu>ul>li:not(.fusion-menu-item-button).current-menu-item>.fusion-bottombar-highlight:not(.fusion-main-menu-icon):after,
body:not(.fusion-header-layout-v6).fusion-top-header .fusion-main-menu>ul>li:not(.fusion-menu-item-button).current-menu-parent>.fusion-bottombar-highlight:not(.fusion-main-menu-icon):after,
body:not(.fusion-header-layout-v6).fusion-top-header .fusion-main-menu>ul>li:not(.fusion-menu-item-button).current_page_item>.fusion-bottombar-highlight:not(.fusion-main-menu-icon):after {
  transform: scaleX(1)
}

body:not(.fusion-header-layout-v6) .fusion-is-sticky .fusion-main-menu>ul>li>a {
  font-size: var(--header_sticky_nav_font_size)
}

.fusion-top-header.menu-text-align-center .fusion-main-menu>ul>li>a,
.side-header-left.menu-text-align-center .fusion-main-menu>ul>li>a,
.side-header-right.menu-text-align-center .fusion-main-menu>ul>li>a {
  justify-content: center
}

.side-header-left.menu-text-align-right.ltr .fusion-main-menu>ul>li>a,
.side-header-right.menu-text-align-right.ltr .fusion-main-menu>ul>li>a {
  justify-content: flex-end
}

.side-header-left.menu-text-align-left.rtl .fusion-main-menu>ul>li>a,
.side-header-right.menu-text-align-left.rtl .fusion-main-menu>ul>li>a {
  justify-content: flex-end
}

.side-header-left.menu-text-align-left.ltr .fusion-main-menu>ul>li>a,
.side-header-right.menu-text-align-left.ltr .fusion-main-menu>ul>li>a {
  justify-content: flex-start
}

.side-header-right #side-header .fusion-main-menu-search .fusion-custom-menu-item-contents {
  left: -250px
}

.side-header-right.layout-boxed-mode .fusion-footer-parallax.awb-footer-fixed {
  padding-right: var(--side_header_width)
}

.fusion-body .fusion-main-menu .current-menu-item.fusion-menu-cart>a,
.fusion-body .fusion-main-menu .current-menu-item.fusion-menu-item-button>a,
.fusion-body .fusion-main-menu .current_page_item.fusion-menu-cart>a,
.fusion-body .fusion-main-menu .current_page_item.fusion-menu-item-button>a {
  border-color: transparent
}

.fusion-body .fusion-main-menu .fusion-main-menu-icon {
  border-color: transparent
}

.fusion-body .fusion-mobile-nav-holder.fusion-mobile-menu-indicator-hide li.fusion-mobile-nav-item li a:after,
.fusion-body .fusion-mobile-nav-holder.fusion-mobile-menu-indicator-hide li.fusion-mobile-nav-item li a:before {
  content: "";
  margin: 0;
  width: 7px;
  display: inline-block
}

.fusion-body .fusion-mobile-nav-holder.fusion-mobile-menu-indicator-hide li.fusion-mobile-nav-item li li a:after,
.fusion-body .fusion-mobile-nav-holder.fusion-mobile-menu-indicator-hide li.fusion-mobile-nav-item li li a:before {
  content: "";
  margin: 0;
  width: 12px
}

.fusion-body .fusion-mobile-nav-holder.fusion-mobile-menu-indicator-hide li.fusion-mobile-nav-item li li li a:after,
.fusion-body .fusion-mobile-nav-holder.fusion-mobile-menu-indicator-hide li.fusion-mobile-nav-item li li li a:before {
  content: "";
  margin: 0;
  width: 17px
}

.fusion-body .fusion-mobile-nav-holder.fusion-mobile-menu-indicator-hide li.fusion-mobile-nav-item li li li li a:after,
.fusion-body .fusion-mobile-nav-holder.fusion-mobile-menu-indicator-hide li.fusion-mobile-nav-item li li li li a:before {
  content: "";
  margin: 0;
  width: 22px
}

.fusion-body .fusion-mobile-nav-holder.fusion-mobile-menu-indicator-hide .fusion-mobile-nav-item li a:after {
  display: none
}

.fusion-body .fusion-mobile-nav-holder.fusion-mobile-menu-indicator-hide.fusion-mobile-menu-text-align-right .fusion-mobile-nav-item li a:before {
  display: none
}

.avada-menu-highlight-style-arrow:not(.fusion-header-layout-v6) .fusion-dropdown-svg {
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
  transition: opacity .2s ease-in
}

.avada-menu-highlight-style-arrow:not(.fusion-header-layout-v6) .fusion-dropdown-svg svg path {
  transition: fill .2s ease-in-out
}

.avada-menu-highlight-style-arrow:not(.fusion-header-layout-v6) .fusion-dropdown-menu .fusion-button {
  position: static
}

.avada-menu-highlight-style-arrow:not(.fusion-header-layout-v6) li.fusion-active-link .fusion-dropdown-svg,
.avada-menu-highlight-style-arrow:not(.fusion-header-layout-v6) li:hover .fusion-dropdown-svg {
  visibility: visible;
  opacity: 1;
  pointer-events: auto
}

.avada-menu-highlight-style-arrow:not(.fusion-header-layout-v6) .fusion-mobile-nav-holder .fusion-arrow-svg,
.avada-menu-highlight-style-arrow:not(.fusion-header-layout-v6) .fusion-mobile-nav-holder .fusion-dropdown-svg {
  display: none
}

.avada-menu-highlight-style-arrow:not(.fusion-header-layout-v6) .fusion-arrow-highlight .fusion-arrow-svg {
  opacity: 0;
  font-size: 0;
  visibility: hidden;
  position: absolute;
  overflow: hidden;
  display: inline-block
}

.avada-menu-highlight-style-arrow:not(.fusion-header-layout-v6).fusion-top-header .fusion-logo-link,
.avada-menu-highlight-style-arrow:not(.fusion-header-layout-v6).fusion-top-header .fusion-main-menu>ul {
  line-height: 1
}

.avada-menu-highlight-style-arrow:not(.fusion-header-layout-v6).fusion-top-header .fusion-arrow-highlight .fusion-arrow-svg {
  left: 50%;
  transform: translateX(-50%)
}

.avada-menu-highlight-style-arrow:not(.fusion-header-layout-v6).fusion-top-header .fusion-is-sticky .fusion-sticky-menu-only .fusion-arrow-highlight .fusion-arrow-svg svg,
.avada-menu-highlight-style-arrow:not(.fusion-header-layout-v6).fusion-top-header .fusion-sticky-shadow .fusion-arrow-highlight .fusion-arrow-svg svg {
  filter: drop-shadow(0 1px 3px rgba(0, 0, 0, .117647))
}

.avada-menu-highlight-style-arrow:not(.fusion-header-layout-v6).fusion-top-header .fusion-is-sticky .fusion-sticky-menu-only .fusion-arrow-highlight .fusion-arrow-highlight .fusion-arrow-svg,
.avada-menu-highlight-style-arrow:not(.fusion-header-layout-v6).fusion-top-header .fusion-sticky-shadow .fusion-arrow-highlight .fusion-arrow-highlight .fusion-arrow-svg {
  box-sizing: content-box;
  padding-bottom: 3px;
  margin-bottom: -3px
}

.avada-menu-highlight-style-arrow:not(.fusion-header-layout-v6).fusion-top-header .fusion-dropdown-svg {
  transform: translateX(-50%) translateY(200%);
  position: absolute;
  left: 50%;
  bottom: -10px;
  z-index: 100;
  filter: drop-shadow(0 -2px 1px rgba(0, 0, 0, .03))
}

.avada-menu-highlight-style-arrow:not(.fusion-header-layout-v6).fusion-top-header .fusion-main-menu>ul>.menu-item-has-children fusion-active-link:before,
.avada-menu-highlight-style-arrow:not(.fusion-header-layout-v6).fusion-top-header .fusion-main-menu>ul>.menu-item-has-children:hover:before {
  position: absolute;
  background: 0 0;
  width: 100%;
  display: block;
  content: ""
}

.avada-menu-highlight-style-arrow:not(.fusion-header-layout-v6).fusion-top-header .fusion-main-menu>ul .sub-menu .fusion-active-link:before,
.avada-menu-highlight-style-arrow:not(.fusion-header-layout-v6).fusion-top-header .fusion-main-menu>ul .sub-menu .menu-item-has-children:hover:before {
  position: absolute;
  right: -5px;
  left: -5px;
  height: 100%;
  background: 0 0;
  width: 5px;
  display: block;
  content: "";
  top: 0
}

.avada-menu-highlight-style-arrow:not(.fusion-header-layout-v6).fusion-top-header .fusion-main-menu>ul .fusion-dropdown-menu .sub-menu .sub-menu {
  top: 0
}

.avada-menu-highlight-style-arrow:not(.fusion-header-layout-v6).fusion-top-header .fusion-main-menu .fusion-dropdown-menu .sub-menu .sub-menu {
  margin-left: 5px
}

.avada-menu-highlight-style-arrow:not(.fusion-header-layout-v6).fusion-top-header .fusion-main-menu .fusion-dropdown-menu .sub-menu .sub-menu.fusion-switched-side {
  margin-left: -5px
}

.avada-menu-highlight-style-arrow:not(.fusion-header-layout-v6).fusion-top-header .fusion-main-menu .fusion-dropdown-menu .sub-menu,
.avada-menu-highlight-style-arrow:not(.fusion-header-layout-v6).fusion-top-header .fusion-main-menu .fusion-megamenu-holder {
  border-top-width: 0
}

.avada-menu-highlight-style-arrow:not(.fusion-header-layout-v6).side-header-left .fusion-main-menu .fusion-dropdown-menu .sub-menu,
.avada-menu-highlight-style-arrow:not(.fusion-header-layout-v6).side-header-left .fusion-main-menu .fusion-megamenu-holder {
  top: 50%;
  line-height: 1
}

.avada-menu-highlight-style-arrow:not(.fusion-header-layout-v6).side-header-left .fusion-main-menu .menu-item-has-children:hover:before {
  position: absolute;
  top: 0;
  background: 0 0;
  height: 100%;
  display: block;
  content: ""
}

.avada-menu-highlight-style-arrow:not(.fusion-header-layout-v6).side-header-left .fusion-main-menu .fusion-dropdown-menu .sub-menu .sub-menu {
  margin-left: 5px;
  margin-right: 5px
}

.avada-menu-highlight-style-arrow:not(.fusion-header-layout-v6).side-header-left .fusion-arrow-svg svg {
  margin-left: -1px
}

.avada-menu-highlight-style-arrow:not(.fusion-header-layout-v6).side-header-left .fusion-dropdown-svg {
  transform: translateX(200%) translateY(-50%);
  position: absolute;
  top: 50%;
  right: -4px;
  z-index: 100
}

.avada-menu-highlight-style-arrow:not(.fusion-header-layout-v6).side-header-left .fusion-arrow-highlight .fusion-arrow-svg {
  transform: translateY(-50%);
  line-height: 1;
  top: 50%
}

.avada-menu-highlight-style-arrow:not(.fusion-header-layout-v6).side-header-right .fusion-main-menu .fusion-dropdown-menu>.sub-menu,
.avada-menu-highlight-style-arrow:not(.fusion-header-layout-v6).side-header-right .fusion-main-menu .fusion-megamenu-wrapper {
  top: 50%;
  transform: translateY(-50%);
  line-height: 1
}

.avada-menu-highlight-style-arrow:not(.fusion-header-layout-v6).side-header-right .fusion-main-menu .menu-item-has-children:hover:before {
  position: absolute;
  top: 0;
  background: 0 0;
  height: 100%;
  display: block;
  content: ""
}

.avada-menu-highlight-style-arrow:not(.fusion-header-layout-v6).side-header-right .fusion-main-menu .fusion-dropdown-menu .sub-menu .sub-menu {
  margin-left: -5px;
  margin-right: -5px
}

.avada-menu-highlight-style-arrow:not(.fusion-header-layout-v6).side-header-right .fusion-arrow-svg svg {
  margin-right: -1px
}

.avada-menu-highlight-style-arrow:not(.fusion-header-layout-v6).side-header-right .fusion-dropdown-svg {
  transform: translateX(-200%) translateY(-50%);
  position: absolute;
  top: 50%;
  left: -5px;
  z-index: 100
}

.avada-menu-highlight-style-arrow:not(.fusion-header-layout-v6).side-header-right .fusion-arrow-highlight .fusion-arrow-svg {
  transform: translateY(-50%);
  line-height: 1;
  top: 50%
}

.avada-menu-highlight-style-arrow:not(.fusion-header-layout-v6).rtl .fusion-main-menu .fusion-dropdown-menu .sub-menu .sub-menu {
  margin-right: 5px
}

.avada-menu-highlight-style-arrow:not(.fusion-header-layout-v6).rtl .fusion-main-menu .fusion-dropdown-menu .sub-menu .sub-menu.fusion-switched-side {
  margin-right: -5px
}

.avada-menu-highlight-style-arrow:not(.fusion-header-layout-v6) .fusion-is-sticky .fusion-main-menu .current-menu-ancestor>a.fusion-arrow-highlight .fusion-arrow-svg,
.avada-menu-highlight-style-arrow:not(.fusion-header-layout-v6) .fusion-is-sticky .fusion-main-menu .current-menu-item>a.fusion-arrow-highlight .fusion-arrow-svg,
.avada-menu-highlight-style-arrow:not(.fusion-header-layout-v6) .fusion-is-sticky .fusion-main-menu .current-menu-parent>a.fusion-arrow-highlight .fusion-arrow-svg,
.avada-menu-highlight-style-arrow:not(.fusion-header-layout-v6) .fusion-is-sticky .fusion-main-menu .current_page_item>a.fusion-arrow-highlight .fusion-arrow-svg,
.avada-menu-highlight-style-arrow:not(.fusion-header-layout-v6) .fusion-is-sticky .fusion-main-menu>ul>li>a.fusion-arrow-highlight:hover .fusion-arrow-svg,
.avada-menu-highlight-style-arrow:not(.fusion-header-layout-v6) .fusion-main-menu .current-menu-ancestor>a.fusion-arrow-highlight .fusion-arrow-svg,
.avada-menu-highlight-style-arrow:not(.fusion-header-layout-v6) .fusion-main-menu .current-menu-item>a.fusion-arrow-highlight .fusion-arrow-svg,
.avada-menu-highlight-style-arrow:not(.fusion-header-layout-v6) .fusion-main-menu .current-menu-parent>a.fusion-arrow-highlight .fusion-arrow-svg,
.avada-menu-highlight-style-arrow:not(.fusion-header-layout-v6) .fusion-main-menu .current_page_item>a.fusion-arrow-highlight .fusion-arrow-svg,
.avada-menu-highlight-style-arrow:not(.fusion-header-layout-v6) .fusion-main-menu>ul>li.fusion-active-link>a.fusion-arrow-highlight .fusion-arrow-svg,
.avada-menu-highlight-style-arrow:not(.fusion-header-layout-v6) .fusion-main-menu>ul>li:hover>a.fusion-arrow-highlight .fusion-arrow-svg,
.avada-menu-highlight-style-arrow:not(.fusion-header-layout-v6) .fusion-main-menu>ul>li>a.fusion-arrow-highlight:hover .fusion-arrow-svg {
  opacity: 1;
  visibility: visible
}

.avada-menu-highlight-style-arrow:not(.fusion-header-layout-v6) .fusion-main-menu>ul>li>a.fusion-arrow-highlight {
  overflow: visible !important
}

.avada-menu-highlight-style-arrow .fusion-main-menu,
.avada-menu-highlight-style-arrow .fusion-main-menu .fusion-dropdown-menu {
  overflow: visible
}

.avada-menu-highlight-style-arrow.fusion-top-header .fusion-arrow-highlight .fusion-arrow-svg {
  bottom: calc((var(--menu_arrow_size-height, 12px)) * -1)
}

.avada-menu-highlight-style-arrow.fusion-top-header.fusion-header-layout-v2:not(.avada-header-border-color-full-transparent) .fusion-arrow-svg svg,
.avada-menu-highlight-style-arrow.fusion-top-header.fusion-header-layout-v3:not(.avada-header-border-color-full-transparent) .fusion-arrow-svg svg,
.avada-menu-highlight-style-arrow.fusion-top-header.fusion-header-layout-v4:not(.avada-header-border-color-full-transparent) .fusion-arrow-svg svg,
.avada-menu-highlight-style-arrow.fusion-top-header.fusion-header-layout-v5:not(.avada-header-border-color-full-transparent) .fusion-arrow-svg svg {
  margin-top: -1px;
  display: block
}

.avada-menu-highlight-style-arrow.fusion-top-header.fusion-header-layout-v2.avada-header-border-color-full-transparent .fusion-arrow-svg svg,
.avada-menu-highlight-style-arrow.fusion-top-header.fusion-header-layout-v3.avada-header-border-color-full-transparent .fusion-arrow-svg svg,
.avada-menu-highlight-style-arrow.fusion-top-header.fusion-header-layout-v4.avada-header-border-color-full-transparent .fusion-arrow-svg svg,
.avada-menu-highlight-style-arrow.fusion-top-header.fusion-header-layout-v5.avada-header-border-color-full-transparent .fusion-arrow-svg svg {
  margin-top: 1px
}

.avada-menu-highlight-style-arrow.fusion-top-header.fusion-header-layout-v2.avada-header-border-color-full-transparent.avada-sticky-shrinkage .fusion-is-sticky .fusion-arrow-svg svg,
.avada-menu-highlight-style-arrow.fusion-top-header.fusion-header-layout-v3.avada-header-border-color-full-transparent.avada-sticky-shrinkage .fusion-is-sticky .fusion-arrow-svg svg,
.avada-menu-highlight-style-arrow.fusion-top-header.fusion-header-layout-v4.avada-header-border-color-full-transparent.avada-sticky-shrinkage .fusion-is-sticky .fusion-arrow-svg svg,
.avada-menu-highlight-style-arrow.fusion-top-header.fusion-header-layout-v5.avada-header-border-color-full-transparent.avada-sticky-shrinkage .fusion-is-sticky .fusion-arrow-svg svg {
  margin-top: 0
}

.avada-menu-highlight-style-background:not(.fusion-header-layout-v6).fusion-top-header .fusion-logo-link,
.avada-menu-highlight-style-background:not(.fusion-header-layout-v6).fusion-top-header .fusion-main-menu>ul {
  line-height: 1
}

.avada-menu-highlight-style-background:not(.fusion-header-layout-v6).fusion-body .fusion-wrapper nav.fusion-main-menu>ul.fusion-menu>li.fusion-main-menu-cart>a,
.avada-menu-highlight-style-background:not(.fusion-header-layout-v6).fusion-body .fusion-wrapper nav.fusion-main-menu>ul.fusion-menu>li.fusion-main-menu-search>a,
.avada-menu-highlight-style-background:not(.fusion-header-layout-v6).fusion-body .fusion-wrapper nav.fusion-main-menu>ul.fusion-menu>li.fusion-main-menu-sliding-bar>a,
.avada-menu-highlight-style-background:not(.fusion-header-layout-v6).fusion-body .fusion-wrapper nav.fusion-main-menu>ul.fusion-menu>li.fusion-menu-item-button>a {
  background-color: transparent
}

.avada-menu-highlight-style-background:not(.fusion-header-layout-v6) .fusion-is-sticky .fusion-main-menu>ul>li,
.avada-menu-highlight-style-background:not(.fusion-header-layout-v6) .fusion-main-menu>ul>li {
  padding-right: 0
}

.avada-menu-highlight-style-background:not(.fusion-header-layout-v6) #side-header .fusion-main-menu>ul>li {
  border-right: 1px solid transparent
}

.avada-menu-highlight-style-background:not(.fusion-header-layout-v6) .fusion-is-sticky .fusion-main-menu>ul>li>a {
  padding-left: calc((var(--header_sticky_nav_padding))/ 2);
  padding-right: calc((var(--header_sticky_nav_padding))/ 2)
}

.avada-menu-highlight-style-bar .fusion-main-menu .sub-menu ul {
  top: -3px
}

body.fusion-top-header.avada-sticky-shrinkage .fusion-header-wrapper:not(.fusion-is-sticky) .fusion-main-menu>ul>li>a.fusion-flex-link {
  line-height: 1 !important
}

body.fusion-top-header.avada-sticky-shrinkage .fusion-is-sticky .fusion-main-menu>ul>li>a {
  display: flex
}

body.fusion-top-header.avada-sticky-shrinkage .fusion-is-sticky .fusion-main-menu>ul>li>a .fusion-menu-description {
  display: none
}

body.fusion-top-header:not(.avada-sticky-shrinkage) .fusion-header-wrapper .fusion-main-menu>ul>li>a.fusion-flex-link {
  line-height: 1 !important
}

body.fusion-top-header:not(.avada-sticky-shrinkage).fusion-header-layout-v6 .avada-menu-highlight-style-arrow .fusion-header {
  overflow: visible !important
}

.fusion-main-menu>ul>.fusion-menu-item-button>a:hover {
  border-color: transparent
}

.fusion-is-sticky .fusion-main-menu .current-menu-ancestor>a>.fusion-megamenu-icon,
.fusion-is-sticky .fusion-main-menu .current-menu-item>a>.fusion-megamenu-icon,
.fusion-is-sticky .fusion-main-menu .current-menu-parent>a>.fusion-megamenu-icon,
.fusion-is-sticky .fusion-main-menu .current_page_item>a>.fusion-megamenu-icon,
.fusion-is-sticky .fusion-main-menu>ul>li>a:hover>.fusion-megamenu-icon,
.fusion-main-menu .current-menu-ancestor>a>.fusion-megamenu-icon,
.fusion-main-menu .current-menu-item>a>.fusion-megamenu-icon,
.fusion-main-menu .current-menu-parent>a>.fusion-megamenu-icon,
.fusion-main-menu .current_page_item>a>.fusion-megamenu-icon,
.fusion-main-menu>ul>li>a:hover>.fusion-megamenu-icon {
  color: var(--menu_icon_hover_color)
}

#side-header,
#side-header .side-header-background-color,
#side-header .side-header-background-image,
#side-header .side-header-border {
  width: var(--side_header_width)
}

.side-header-left.layout-wide-mode .fusion-footer-parallax.awb-footer-fixed,
body.side-header-left #wrapper {
  margin-left: var(--side_header_width)
}

.rtl.avada-footer-fx-sticky.side-header-left.layout-boxed-mode #boxed-wrapper #side-header {
  margin-left: calc((var(--side_header_width))/ -2)
}

.side-header-left.layout-boxed-mode .fusion-footer-parallax.awb-footer-fixed {
  padding-left: var(--side_header_width)
}

.header_border_color_stroke {
  stroke: var(--header_border_color)
}

#side-header .fusion-main-menu>ul>li>a,
.fusion-header-v2 .fusion-header,
.fusion-header-v3 .fusion-header,
.fusion-header-v4 .fusion-header,
.fusion-header-v5 .fusion-header,
.fusion-mobile-menu-design-modern .fusion-secondary-header .fusion-alignleft,
.fusion-mobile-menu-sep,
.fusion-secondary-header,
.fusion-secondary-main-menu {
  border-bottom-color: var(--header_border_color)
}

#side-header .fusion-main-menu>ul>li>a,
#side-header .fusion-secondary-menu-search-inner,
.fusion-mobile-menu-design-modern .fusion-secondary-header .fusion-alignleft {
  border-top-color: var(--header_border_color)
}

.side-header-right.layout-wide-mode .fusion-footer-parallax.awb-footer-fixed,
body.side-header-right #wrapper {
  margin-right: var(--side_header_width)
}

#side-header .fusion-main-menu>ul>li>a,
#side-header .side-header-content,
.fusion-header-wrapper .fusion-row {
  padding-left: var(--header_padding-left);
  padding-right: var(--header_padding-right)
}

.fusion-header .fusion-row,
.side-header-wrapper {
  padding-top: var(--header_padding-top);
  padding-bottom: var(--header_padding-bottom)
}

.side-header-left .fusion-main-menu>ul>li>a>.fusion-caret {
  right: var(--header_padding-right)
}

.side-header-right .fusion-main-menu>ul>li>a>.fusion-caret {
  left: var(--header_padding-left)
}

.avada-header-shadow-no .fusion-is-sticky:after,
.avada-header-shadow-no .fusion-is-sticky:before {
  display: none
}

.layout-wide-mode.avada-has-pagetitle-100-width.avada-has-header-100-width .fusion-page-title-row {
  padding-left: var(--header_padding-left);
  padding-right: var(--header_padding-right)
}

.layout-wide-mode.avada-has-header-100-width .fusion-header-wrapper .fusion-row {
  max-width: 100%
}

.avada-header-color-not-opaque .avada-menu-highlight-style-arrow.fusion-top-header.fusion-header-layout-v4:not(.avada-header-border-color-full-transparent) .fusion-arrow-svg svg,
.avada-header-color-not-opaque .avada-menu-highlight-style-arrow.fusion-top-header.fusion-header-layout-v5:not(.avada-header-border-color-full-transparent) .fusion-arrow-svg svg {
  margin-top: -1px;
  display: block
}

body:not(.avada-menu-highlight-style-background) .fusion-is-sticky .fusion-main-menu>ul>li:not(:last-child) {
  padding-right: var(--header_sticky_nav_padding)
}

.rtl .fusion-is-sticky .fusion-header-v1 .fusion-main-menu>ul>li,
.rtl .fusion-is-sticky .fusion-header-v2 .fusion-main-menu>ul>li,
.rtl .fusion-is-sticky .fusion-header-v3 .fusion-main-menu>ul>li,
.rtl .fusion-is-sticky .fusion-header-v7 .fusion-main-menu>ul>li {
  padding-left: var(--header_sticky_nav_padding)
}

.rtl:not(.avada-menu-highlight-style-background) .fusion-is-sticky .fusion-main-menu>ul>li:not(:first-child) {
  padding-left: var(--header_sticky_nav_padding)
}

.avada-responsive.avada-has-logo-background.fusion-top-header.fusion-header-layout-v7:not(.avada-menu-highlight-style-background) .fusion-is-sticky .fusion-header .fusion-logo-background {
  margin-right: var(--header_sticky_nav_padding)
}

.avada-menu-icon-position-left.avada-sticky-shrinkage .fusion-is-sticky .fusion-main-menu>ul>li>a>.fusion-megamenu-icon,
.avada-menu-icon-position-right.avada-sticky-shrinkage .fusion-is-sticky .fusion-main-menu>ul>li>a>.fusion-megamenu-icon {
  font-size: var(--header_sticky_nav_font_size)
}

.avada-menu-icon-position-bottom.avada-sticky-shrinkage .fusion-is-sticky .fusion-main-menu>ul>li>a .fusion-megamenu-icon,
.avada-menu-icon-position-top.avada-sticky-shrinkage .fusion-is-sticky .fusion-main-menu>ul>li>a .fusion-megamenu-icon {
  display: none
}

.avada-menu-icon-position-bottom:not(.fusion-top-header) .fusion-main-menu .fusion-flex-link,
.avada-menu-icon-position-top:not(.fusion-top-header) .fusion-main-menu .fusion-flex-link {
  line-height: 1
}

.avada-menu-highlight-style-bar:not(.fusion-header-layout-v6).side-header-left #side-header .fusion-main-menu>ul>li.current-menu-ancestor>a,
.avada-menu-highlight-style-bar:not(.fusion-header-layout-v6).side-header-left #side-header .fusion-main-menu>ul>li.current-menu-item>a,
.avada-menu-highlight-style-bottombar:not(.fusion-header-layout-v6).side-header-left #side-header .fusion-main-menu>ul>li.current-menu-ancestor>a,
.avada-menu-highlight-style-bottombar:not(.fusion-header-layout-v6).side-header-left #side-header .fusion-main-menu>ul>li.current-menu-item>a {
  border-right-width: var(--nav_highlight_border)
}

.avada-menu-highlight-style-bar:not(.fusion-header-layout-v6).side-header-right #side-header .fusion-main-menu>ul>li.current-menu-ancestor>a,
.avada-menu-highlight-style-bar:not(.fusion-header-layout-v6).side-header-right #side-header .fusion-main-menu>ul>li.current-menu-item>a,
.avada-menu-highlight-style-bottombar:not(.fusion-header-layout-v6).side-header-right #side-header .fusion-main-menu>ul>li.current-menu-ancestor>a,
.avada-menu-highlight-style-bottombar:not(.fusion-header-layout-v6).side-header-right #side-header .fusion-main-menu>ul>li.current-menu-item>a {
  border-left-width: var(--nav_highlight_border)
}

.side-header .side-header .fusion-footer-parallax,
.side-header .side-header-background-color {
  background-color: var(--header_bg_color)
}

.avada-html-is-archive .side-header .side-header .fusion-footer-parallax,
.avada-html-is-archive .side-header .side-header-background-color {
  background-color: var(--archive_header_bg_color, var(--header_bg_color))
}

.fusion-top-header .fusion-header {
  background-color: var(--header_bg_color)
}

.avada-html-is-archive .fusion-top-header .fusion-header {
  background-color: var(--archive_header_bg_color, var(--header_bg_color))
}

.fusion-arrow-svg path {
  fill: var(--header_bg_color)
}

.avada-html-is-archive .fusion-arrow-svg path {
  fill: var(--archive_header_bg_color, var(--header_bg_color))
}

html:not(.avada-header-color-not-opaque) .avada-has-header-bg-image .fusion-header,
html:not(.avada-header-color-not-opaque) .avada-has-header-bg-image .side-header-background-image,
html:not(.avada-html-header-position-top) .avada-has-header-bg-image .fusion-header,
html:not(.avada-html-header-position-top) .avada-has-header-bg-image .side-header-background-image {
  background-image: var(--header_bg_image);
  background-repeat: var(--header_bg_repeat)
}

html:not(.avada-header-color-not-opaque) .avada-has-header-bg-image.avada-header-bg-no-repeat .fusion-header,
html:not(.avada-header-color-not-opaque) .avada-has-header-bg-image.avada-header-bg-no-repeat .side-header-background-image,
html:not(.avada-header-color-not-opaque) .avada-has-header-bg-image.avada-header-bg-repeat-y .fusion-header,
html:not(.avada-header-color-not-opaque) .avada-has-header-bg-image.avada-header-bg-repeat-y .side-header-background-image,
html:not(.avada-html-header-position-top) .avada-has-header-bg-image.avada-header-bg-no-repeat .fusion-header,
html:not(.avada-html-header-position-top) .avada-has-header-bg-image.avada-header-bg-no-repeat .side-header-background-image,
html:not(.avada-html-header-position-top) .avada-has-header-bg-image.avada-header-bg-repeat-y .fusion-header,
html:not(.avada-html-header-position-top) .avada-has-header-bg-image.avada-header-bg-repeat-y .side-header-background-image {
  background-position: center center
}

html:not(.avada-header-color-not-opaque) .avada-has-header-bg-image.avada-has-header-bg-full .fusion-header,
html:not(.avada-header-color-not-opaque) .avada-has-header-bg-image.avada-has-header-bg-full .side-header-background-image,
html:not(.avada-html-header-position-top) .avada-has-header-bg-image.avada-has-header-bg-full .fusion-header,
html:not(.avada-html-header-position-top) .avada-has-header-bg-image.avada-has-header-bg-full .side-header-background-image {
  background-position: center center;
  background-size: cover
}

html:not(.avada-header-color-not-opaque) .avada-has-header-bg-image.avada-has-header-bg-parallax.fusion-top-header .fusion-header,
html:not(.avada-header-color-not-opaque) .avada-has-header-bg-image.avada-has-header-bg-parallax.fusion-top-header .side-header-background-image,
html:not(.avada-html-header-position-top) .avada-has-header-bg-image.avada-has-header-bg-parallax.fusion-top-header .fusion-header,
html:not(.avada-html-header-position-top) .avada-has-header-bg-image.avada-has-header-bg-parallax.fusion-top-header .side-header-background-image {
  background-position: top center;
  background-attachment: fixed
}

html:not(.avada-header-color-not-opaque) .avada-has-header-bg-image.fusion-header-layout-v2.fusion-top-header.avada-header-top-bg-not-opaque .fusion-header-wrapper .fusion-header,
html:not(.avada-header-color-not-opaque) .avada-has-header-bg-image.fusion-header-layout-v2.fusion-top-header.avada-header-top-bg-not-opaque .fusion-is-sticky.fusion-header-wrapper,
html:not(.avada-header-color-not-opaque) .avada-has-header-bg-image.fusion-header-layout-v3.fusion-top-header.avada-header-top-bg-not-opaque .fusion-header-wrapper .fusion-header,
html:not(.avada-header-color-not-opaque) .avada-has-header-bg-image.fusion-header-layout-v3.fusion-top-header.avada-header-top-bg-not-opaque .fusion-is-sticky.fusion-header-wrapper,
html:not(.avada-html-header-position-top) .avada-has-header-bg-image.fusion-header-layout-v2.fusion-top-header.avada-header-top-bg-not-opaque .fusion-header-wrapper .fusion-header,
html:not(.avada-html-header-position-top) .avada-has-header-bg-image.fusion-header-layout-v2.fusion-top-header.avada-header-top-bg-not-opaque .fusion-is-sticky.fusion-header-wrapper,
html:not(.avada-html-header-position-top) .avada-has-header-bg-image.fusion-header-layout-v3.fusion-top-header.avada-header-top-bg-not-opaque .fusion-header-wrapper .fusion-header,
html:not(.avada-html-header-position-top) .avada-has-header-bg-image.fusion-header-layout-v3.fusion-top-header.avada-header-top-bg-not-opaque .fusion-is-sticky.fusion-header-wrapper {
  background-image: none;
  background-color: transparent
}

html:not(.avada-header-color-not-opaque) .avada-has-header-bg-image.fusion-header-layout-v2.fusion-top-header.avada-header-top-bg-not-opaque .fusion-header-wrapper,
html:not(.avada-header-color-not-opaque) .avada-has-header-bg-image.fusion-header-layout-v2.fusion-top-header.avada-header-top-bg-not-opaque .fusion-is-sticky .fusion-header,
html:not(.avada-header-color-not-opaque) .avada-has-header-bg-image.fusion-header-layout-v3.fusion-top-header.avada-header-top-bg-not-opaque .fusion-header-wrapper,
html:not(.avada-header-color-not-opaque) .avada-has-header-bg-image.fusion-header-layout-v3.fusion-top-header.avada-header-top-bg-not-opaque .fusion-is-sticky .fusion-header,
html:not(.avada-html-header-position-top) .avada-has-header-bg-image.fusion-header-layout-v2.fusion-top-header.avada-header-top-bg-not-opaque .fusion-header-wrapper,
html:not(.avada-html-header-position-top) .avada-has-header-bg-image.fusion-header-layout-v2.fusion-top-header.avada-header-top-bg-not-opaque .fusion-is-sticky .fusion-header,
html:not(.avada-html-header-position-top) .avada-has-header-bg-image.fusion-header-layout-v3.fusion-top-header.avada-header-top-bg-not-opaque .fusion-header-wrapper,
html:not(.avada-html-header-position-top) .avada-has-header-bg-image.fusion-header-layout-v3.fusion-top-header.avada-header-top-bg-not-opaque .fusion-is-sticky .fusion-header {
  background-image: var(--header_bg_image)
}

html:not(.avada-header-color-not-opaque) .avada-has-header-bg-image.fusion-header-layout-v2.fusion-top-header.avada-header-top-bg-not-opaque.avada-header-bg-no-repeat .fusion-header-wrapper,
html:not(.avada-header-color-not-opaque) .avada-has-header-bg-image.fusion-header-layout-v2.fusion-top-header.avada-header-top-bg-not-opaque.avada-header-bg-repeat-y .fusion-header-wrapper,
html:not(.avada-header-color-not-opaque) .avada-has-header-bg-image.fusion-header-layout-v3.fusion-top-header.avada-header-top-bg-not-opaque.avada-header-bg-no-repeat .fusion-header-wrapper,
html:not(.avada-header-color-not-opaque) .avada-has-header-bg-image.fusion-header-layout-v3.fusion-top-header.avada-header-top-bg-not-opaque.avada-header-bg-repeat-y .fusion-header-wrapper,
html:not(.avada-html-header-position-top) .avada-has-header-bg-image.fusion-header-layout-v2.fusion-top-header.avada-header-top-bg-not-opaque.avada-header-bg-no-repeat .fusion-header-wrapper,
html:not(.avada-html-header-position-top) .avada-has-header-bg-image.fusion-header-layout-v2.fusion-top-header.avada-header-top-bg-not-opaque.avada-header-bg-repeat-y .fusion-header-wrapper,
html:not(.avada-html-header-position-top) .avada-has-header-bg-image.fusion-header-layout-v3.fusion-top-header.avada-header-top-bg-not-opaque.avada-header-bg-no-repeat .fusion-header-wrapper,
html:not(.avada-html-header-position-top) .avada-has-header-bg-image.fusion-header-layout-v3.fusion-top-header.avada-header-top-bg-not-opaque.avada-header-bg-repeat-y .fusion-header-wrapper {
  background-position: center center
}

html:not(.avada-header-color-not-opaque) .avada-has-header-bg-image.fusion-header-layout-v2.fusion-top-header.avada-header-top-bg-not-opaque.avada-header-bg-no-repeat .fusion-is-sticky .fusion-header,
html:not(.avada-header-color-not-opaque) .avada-has-header-bg-image.fusion-header-layout-v2.fusion-top-header.avada-header-top-bg-not-opaque.avada-header-bg-repeat-y .fusion-is-sticky .fusion-header,
html:not(.avada-header-color-not-opaque) .avada-has-header-bg-image.fusion-header-layout-v3.fusion-top-header.avada-header-top-bg-not-opaque.avada-header-bg-no-repeat .fusion-is-sticky .fusion-header,
html:not(.avada-header-color-not-opaque) .avada-has-header-bg-image.fusion-header-layout-v3.fusion-top-header.avada-header-top-bg-not-opaque.avada-header-bg-repeat-y .fusion-is-sticky .fusion-header,
html:not(.avada-html-header-position-top) .avada-has-header-bg-image.fusion-header-layout-v2.fusion-top-header.avada-header-top-bg-not-opaque.avada-header-bg-no-repeat .fusion-is-sticky .fusion-header,
html:not(.avada-html-header-position-top) .avada-has-header-bg-image.fusion-header-layout-v2.fusion-top-header.avada-header-top-bg-not-opaque.avada-header-bg-repeat-y .fusion-is-sticky .fusion-header,
html:not(.avada-html-header-position-top) .avada-has-header-bg-image.fusion-header-layout-v3.fusion-top-header.avada-header-top-bg-not-opaque.avada-header-bg-no-repeat .fusion-is-sticky .fusion-header,
html:not(.avada-html-header-position-top) .avada-has-header-bg-image.fusion-header-layout-v3.fusion-top-header.avada-header-top-bg-not-opaque.avada-header-bg-repeat-y .fusion-is-sticky .fusion-header {
  background-position: 50% calc(50% - var(--top-bar-height))
}

html:not(.avada-header-color-not-opaque) .avada-has-header-bg-image.fusion-header-layout-v2.fusion-top-header.avada-header-top-bg-not-opaque .fusion-header-wrapper,
html:not(.avada-header-color-not-opaque) .avada-has-header-bg-image.fusion-header-layout-v3.fusion-top-header.avada-header-top-bg-not-opaque .fusion-header-wrapper,
html:not(.avada-html-header-position-top) .avada-has-header-bg-image.fusion-header-layout-v2.fusion-top-header.avada-header-top-bg-not-opaque .fusion-header-wrapper,
html:not(.avada-html-header-position-top) .avada-has-header-bg-image.fusion-header-layout-v3.fusion-top-header.avada-header-top-bg-not-opaque .fusion-header-wrapper {
  background-repeat: var(--header_bg_repeat)
}

html:not(.avada-header-color-not-opaque) .avada-has-header-bg-image.fusion-header-layout-v2.fusion-top-header.avada-header-top-bg-not-opaque.avada-has-header-bg-full .fusion-header-wrapper,
html:not(.avada-header-color-not-opaque) .avada-has-header-bg-image.fusion-header-layout-v2.fusion-top-header.avada-header-top-bg-not-opaque.avada-has-header-bg-full .fusion-is-sticky .fusion-header,
html:not(.avada-header-color-not-opaque) .avada-has-header-bg-image.fusion-header-layout-v3.fusion-top-header.avada-header-top-bg-not-opaque.avada-has-header-bg-full .fusion-header-wrapper,
html:not(.avada-header-color-not-opaque) .avada-has-header-bg-image.fusion-header-layout-v3.fusion-top-header.avada-header-top-bg-not-opaque.avada-has-header-bg-full .fusion-is-sticky .fusion-header,
html:not(.avada-html-header-position-top) .avada-has-header-bg-image.fusion-header-layout-v2.fusion-top-header.avada-header-top-bg-not-opaque.avada-has-header-bg-full .fusion-header-wrapper,
html:not(.avada-html-header-position-top) .avada-has-header-bg-image.fusion-header-layout-v2.fusion-top-header.avada-header-top-bg-not-opaque.avada-has-header-bg-full .fusion-is-sticky .fusion-header,
html:not(.avada-html-header-position-top) .avada-has-header-bg-image.fusion-header-layout-v3.fusion-top-header.avada-header-top-bg-not-opaque.avada-has-header-bg-full .fusion-header-wrapper,
html:not(.avada-html-header-position-top) .avada-has-header-bg-image.fusion-header-layout-v3.fusion-top-header.avada-header-top-bg-not-opaque.avada-has-header-bg-full .fusion-is-sticky .fusion-header {
  background-attachment: scroll;
  background-size: cover
}

html:not(.avada-header-color-not-opaque) .avada-has-header-bg-image.fusion-header-layout-v2.fusion-top-header.avada-header-top-bg-not-opaque.avada-has-header-bg-full .fusion-header-wrapper,
html:not(.avada-header-color-not-opaque) .avada-has-header-bg-image.fusion-header-layout-v3.fusion-top-header.avada-header-top-bg-not-opaque.avada-has-header-bg-full .fusion-header-wrapper,
html:not(.avada-html-header-position-top) .avada-has-header-bg-image.fusion-header-layout-v2.fusion-top-header.avada-header-top-bg-not-opaque.avada-has-header-bg-full .fusion-header-wrapper,
html:not(.avada-html-header-position-top) .avada-has-header-bg-image.fusion-header-layout-v3.fusion-top-header.avada-header-top-bg-not-opaque.avada-has-header-bg-full .fusion-header-wrapper {
  background-position: center center
}

html:not(.avada-header-color-not-opaque) .avada-has-header-bg-image.fusion-header-layout-v2.fusion-top-header.avada-header-top-bg-not-opaque.avada-has-header-bg-full .fusion-is-sticky .fusion-header,
html:not(.avada-header-color-not-opaque) .avada-has-header-bg-image.fusion-header-layout-v3.fusion-top-header.avada-header-top-bg-not-opaque.avada-has-header-bg-full .fusion-is-sticky .fusion-header,
html:not(.avada-html-header-position-top) .avada-has-header-bg-image.fusion-header-layout-v2.fusion-top-header.avada-header-top-bg-not-opaque.avada-has-header-bg-full .fusion-is-sticky .fusion-header,
html:not(.avada-html-header-position-top) .avada-has-header-bg-image.fusion-header-layout-v3.fusion-top-header.avada-header-top-bg-not-opaque.avada-has-header-bg-full .fusion-is-sticky .fusion-header {
  background-position: 50% calc(50% - var(--top-bar-height))
}

html:not(.avada-header-color-not-opaque) .avada-has-header-bg-image.fusion-header-layout-v2.fusion-top-header.avada-header-top-bg-not-opaque.avada-has-header-bg-parallax .fusion-header-wrapper,
html:not(.avada-header-color-not-opaque) .avada-has-header-bg-image.fusion-header-layout-v2.fusion-top-header.avada-header-top-bg-not-opaque.avada-has-header-bg-parallax .fusion-is-sticky .fusion-header,
html:not(.avada-header-color-not-opaque) .avada-has-header-bg-image.fusion-header-layout-v3.fusion-top-header.avada-header-top-bg-not-opaque.avada-has-header-bg-parallax .fusion-header-wrapper,
html:not(.avada-header-color-not-opaque) .avada-has-header-bg-image.fusion-header-layout-v3.fusion-top-header.avada-header-top-bg-not-opaque.avada-has-header-bg-parallax .fusion-is-sticky .fusion-header,
html:not(.avada-html-header-position-top) .avada-has-header-bg-image.fusion-header-layout-v2.fusion-top-header.avada-header-top-bg-not-opaque.avada-has-header-bg-parallax .fusion-header-wrapper,
html:not(.avada-html-header-position-top) .avada-has-header-bg-image.fusion-header-layout-v2.fusion-top-header.avada-header-top-bg-not-opaque.avada-has-header-bg-parallax .fusion-is-sticky .fusion-header,
html:not(.avada-html-header-position-top) .avada-has-header-bg-image.fusion-header-layout-v3.fusion-top-header.avada-header-top-bg-not-opaque.avada-has-header-bg-parallax .fusion-header-wrapper,
html:not(.avada-html-header-position-top) .avada-has-header-bg-image.fusion-header-layout-v3.fusion-top-header.avada-header-top-bg-not-opaque.avada-has-header-bg-parallax .fusion-is-sticky .fusion-header {
  background-attachment: fixed;
  background-position: top center
}

html:not(.avada-header-color-not-opaque) .avada-has-header-bg-image:not(.fusion-header-layout-v2):not(.fusion-header-layout-v3) .fusion-header,
html:not(.avada-header-color-not-opaque) .avada-has-header-bg-image:not(.fusion-header-layout-v2):not(.fusion-header-layout-v3) .side-header-background-image,
html:not(.avada-header-color-not-opaque) .avada-has-header-bg-image:not(.fusion-top-header) .fusion-header,
html:not(.avada-header-color-not-opaque) .avada-has-header-bg-image:not(.fusion-top-header) .side-header-background-image,
html:not(.avada-html-header-position-top) .avada-has-header-bg-image:not(.fusion-header-layout-v2):not(.fusion-header-layout-v3) .fusion-header,
html:not(.avada-html-header-position-top) .avada-has-header-bg-image:not(.fusion-header-layout-v2):not(.fusion-header-layout-v3) .side-header-background-image,
html:not(.avada-html-header-position-top) .avada-has-header-bg-image:not(.fusion-top-header) .fusion-header,
html:not(.avada-html-header-position-top) .avada-has-header-bg-image:not(.fusion-top-header) .side-header-background-image {
  background-image: var(--header_bg_image);
  background-repeat: var(--header_bg_repeat)
}

html:not(.avada-header-color-not-opaque) .avada-has-header-bg-image:not(.fusion-header-layout-v2):not(.fusion-header-layout-v3).avada-header-bg-no-repeat .fusion-header,
html:not(.avada-header-color-not-opaque) .avada-has-header-bg-image:not(.fusion-header-layout-v2):not(.fusion-header-layout-v3).avada-header-bg-no-repeat .side-header-background-image,
html:not(.avada-header-color-not-opaque) .avada-has-header-bg-image:not(.fusion-header-layout-v2):not(.fusion-header-layout-v3).avada-header-bg-repeat-y .fusion-header,
html:not(.avada-header-color-not-opaque) .avada-has-header-bg-image:not(.fusion-header-layout-v2):not(.fusion-header-layout-v3).avada-header-bg-repeat-y .side-header-background-image,
html:not(.avada-header-color-not-opaque) .avada-has-header-bg-image:not(.fusion-top-header).avada-header-bg-no-repeat .fusion-header,
html:not(.avada-header-color-not-opaque) .avada-has-header-bg-image:not(.fusion-top-header).avada-header-bg-no-repeat .side-header-background-image,
html:not(.avada-header-color-not-opaque) .avada-has-header-bg-image:not(.fusion-top-header).avada-header-bg-repeat-y .fusion-header,
html:not(.avada-header-color-not-opaque) .avada-has-header-bg-image:not(.fusion-top-header).avada-header-bg-repeat-y .side-header-background-image,
html:not(.avada-html-header-position-top) .avada-has-header-bg-image:not(.fusion-header-layout-v2):not(.fusion-header-layout-v3).avada-header-bg-no-repeat .fusion-header,
html:not(.avada-html-header-position-top) .avada-has-header-bg-image:not(.fusion-header-layout-v2):not(.fusion-header-layout-v3).avada-header-bg-no-repeat .side-header-background-image,
html:not(.avada-html-header-position-top) .avada-has-header-bg-image:not(.fusion-header-layout-v2):not(.fusion-header-layout-v3).avada-header-bg-repeat-y .fusion-header,
html:not(.avada-html-header-position-top) .avada-has-header-bg-image:not(.fusion-header-layout-v2):not(.fusion-header-layout-v3).avada-header-bg-repeat-y .side-header-background-image,
html:not(.avada-html-header-position-top) .avada-has-header-bg-image:not(.fusion-top-header).avada-header-bg-no-repeat .fusion-header,
html:not(.avada-html-header-position-top) .avada-has-header-bg-image:not(.fusion-top-header).avada-header-bg-no-repeat .side-header-background-image,
html:not(.avada-html-header-position-top) .avada-has-header-bg-image:not(.fusion-top-header).avada-header-bg-repeat-y .fusion-header,
html:not(.avada-html-header-position-top) .avada-has-header-bg-image:not(.fusion-top-header).avada-header-bg-repeat-y .side-header-background-image {
  background-position: center center
}

html:not(.avada-header-color-not-opaque) .avada-has-header-bg-image:not(.fusion-header-layout-v2):not(.fusion-header-layout-v3).avada-has-header-bg-full.fusion-top-header .fusion-header,
html:not(.avada-header-color-not-opaque) .avada-has-header-bg-image:not(.fusion-header-layout-v2):not(.fusion-header-layout-v3).avada-has-header-bg-full.fusion-top-header .side-header-background-image,
html:not(.avada-header-color-not-opaque) .avada-has-header-bg-image:not(.fusion-top-header).avada-has-header-bg-full.fusion-top-header .fusion-header,
html:not(.avada-header-color-not-opaque) .avada-has-header-bg-image:not(.fusion-top-header).avada-has-header-bg-full.fusion-top-header .side-header-background-image,
html:not(.avada-html-header-position-top) .avada-has-header-bg-image:not(.fusion-header-layout-v2):not(.fusion-header-layout-v3).avada-has-header-bg-full.fusion-top-header .fusion-header,
html:not(.avada-html-header-position-top) .avada-has-header-bg-image:not(.fusion-header-layout-v2):not(.fusion-header-layout-v3).avada-has-header-bg-full.fusion-top-header .side-header-background-image,
html:not(.avada-html-header-position-top) .avada-has-header-bg-image:not(.fusion-top-header).avada-has-header-bg-full.fusion-top-header .fusion-header,
html:not(.avada-html-header-position-top) .avada-has-header-bg-image:not(.fusion-top-header).avada-has-header-bg-full.fusion-top-header .side-header-background-image {
  background-attachment: scroll
}

html:not(.avada-header-color-not-opaque) .avada-has-header-bg-image:not(.fusion-header-layout-v2):not(.fusion-header-layout-v3).avada-has-header-bg-full .fusion-header,
html:not(.avada-header-color-not-opaque) .avada-has-header-bg-image:not(.fusion-header-layout-v2):not(.fusion-header-layout-v3).avada-has-header-bg-full .side-header-background-image,
html:not(.avada-header-color-not-opaque) .avada-has-header-bg-image:not(.fusion-top-header).avada-has-header-bg-full .fusion-header,
html:not(.avada-header-color-not-opaque) .avada-has-header-bg-image:not(.fusion-top-header).avada-has-header-bg-full .side-header-background-image,
html:not(.avada-html-header-position-top) .avada-has-header-bg-image:not(.fusion-header-layout-v2):not(.fusion-header-layout-v3).avada-has-header-bg-full .fusion-header,
html:not(.avada-html-header-position-top) .avada-has-header-bg-image:not(.fusion-header-layout-v2):not(.fusion-header-layout-v3).avada-has-header-bg-full .side-header-background-image,
html:not(.avada-html-header-position-top) .avada-has-header-bg-image:not(.fusion-top-header).avada-has-header-bg-full .fusion-header,
html:not(.avada-html-header-position-top) .avada-has-header-bg-image:not(.fusion-top-header).avada-has-header-bg-full .side-header-background-image {
  background-position: center center;
  background-size: cover
}

html:not(.avada-header-color-not-opaque) .avada-has-header-bg-image:not(.fusion-header-layout-v2):not(.fusion-header-layout-v3).avada-has-header-bg-parallax.fusion-top-header .fusion-header,
html:not(.avada-header-color-not-opaque) .avada-has-header-bg-image:not(.fusion-header-layout-v2):not(.fusion-header-layout-v3).avada-has-header-bg-parallax.fusion-top-header .side-header-background-image,
html:not(.avada-header-color-not-opaque) .avada-has-header-bg-image:not(.fusion-top-header).avada-has-header-bg-parallax.fusion-top-header .fusion-header,
html:not(.avada-header-color-not-opaque) .avada-has-header-bg-image:not(.fusion-top-header).avada-has-header-bg-parallax.fusion-top-header .side-header-background-image,
html:not(.avada-html-header-position-top) .avada-has-header-bg-image:not(.fusion-header-layout-v2):not(.fusion-header-layout-v3).avada-has-header-bg-parallax.fusion-top-header .fusion-header,
html:not(.avada-html-header-position-top) .avada-has-header-bg-image:not(.fusion-header-layout-v2):not(.fusion-header-layout-v3).avada-has-header-bg-parallax.fusion-top-header .side-header-background-image,
html:not(.avada-html-header-position-top) .avada-has-header-bg-image:not(.fusion-top-header).avada-has-header-bg-parallax.fusion-top-header .fusion-header,
html:not(.avada-html-header-position-top) .avada-has-header-bg-image:not(.fusion-top-header).avada-has-header-bg-parallax.fusion-top-header .side-header-background-image {
  background-attachment: fixed;
  background-position: top center
}

.layout-boxed-mode.layout-scroll-offset-full.fusion-top-header #sliders-container .tfs-slider {
  position: absolute !important;
  top: 0
}

.layout-boxed-mode.layout-scroll-offset-full.fusion-top-header #sliders-container .tfs-slider.fusion-fixed-slider {
  position: fixed !important
}

.layout-boxed-mode.layout-scroll-offset-full.fusion-top-header:not(.fusion-top-header) #sliders-container .tfs-slider {
  position: relative !important;
  margin-left: auto !important;
  left: auto !important
}

.layout-boxed-mode.layout-scroll-offset-full.fusion-top-header:not(.fusion-top-header) #sliders-container .tfs-slider.fusion-fixed-slider {
  position: fixed !important
}

.layout-boxed-mode.layout-scroll-offset-full.fusion-top-header.side-header-right #sliders-container .tfs-slider {
  right: auto !important
}

.avada-has-header-hidden.rtlside-header-left #boxed-wrapper {
  direction: ltr
}

.avada-has-header-hidden.rtlside-header-left #main.fusion-footer,
.avada-has-header-hidden.rtlside-header-left #side-header,
.avada-has-header-hidden.rtlside-header-left #sliders-container {
  direction: rtl
}

.fusion-header-wrapper .fusion-row,
.layout-boxed-mode.side-header #boxed-wrapper,
.layout-boxed-mode.side-header #slidingbar-area .fusion-row,
.layout-boxed-mode.side-header .fusion-footer-parallax,
.layout-boxed-mode.side-header>#lang_sel_footer {
  max-width: var(--site_width)
}

html:not(.avada-has-site-width-percent) #main,
html:not(.avada-has-site-width-percent) .fusion-secondary-header,
html:not(.avada-has-site-width-percent) .header-v4 #small-nav,
html:not(.avada-has-site-width-percent) .header-v5 #small-nav,
html:not(.avada-has-site-width-percent) .sticky-header .sticky-shadow {
  padding-left: 30px;
  padding-right: 30px
}

body.layout-boxed-mode.side-header-left #wrapper,
body.layout-boxed-mode.side-header-right #wrapper {
  width: auto
}

body.layout-boxed-mode.side-header #wrapper,
body.layout-boxed-mode.side-header .fusion-footer-parallax {
  max-width: calc(var(--site_width) - var(--side_header_width))
}

body.layout-boxed-mode.side-header-left #wrapper {
  margin-left: var(--side_header_width)
}

body.layout-boxed-mode.side-header-right #boxed-wrapper {
  position: relative
}

body.layout-boxed-mode.side-header-right #wrapper {
  margin-right: var(--side_header_width)
}

html.avada-has-site-width-percent body .fusion-secondary-header,
html.avada-has-site-width-percent body .header-v4 #small-nav,
html.avada-has-site-width-percent body .header-v5 #small-nav,
html.avada-has-site-width-percent body.avada-responsive .fusion-secondary-header,
html.avada-has-site-width-percent body.avada-responsive .header-v4 #small-nav,
html.avada-has-site-width-percent body.avada-responsive .header-v5 #small-nav {
  padding-left: 0;
  padding-right: 0
}

html.avada-has-site-width-percent .avada-responsive.layout-boxed-mode .fusion-header .fusion-row,
html.avada-has-site-width-percent .avada-responsive.layout-boxed-mode .fusion-secondary-header .fusion-row {
  max-width: none;
  padding-left: 10px;
  padding-right: 10px
}

html.avada-has-site-width-percent .layout-boxed-mode.side-header #wrapper {
  max-width: none
}

html.avada-has-site-width-percent.avada-has-site-width-100-percent .fusion-body .fusion-secondary-header,
html.avada-has-site-width-percent.avada-has-site-width-100-percent .fusion-header {
  padding-left: var(--hundredp_padding);
  padding-right: var(--hundredp_padding)
}

.layout-boxed-mode.layout-scroll-offset-framed #side-header {
  height: calc(100vh - var(--margin_offset-top-no-percent) - var(--margin_offset-bottom-no-percent))
}

.layout-boxed-mode.layout-scroll-offset-framed.admin-bar #side-header {
  height: calc(100vh - var(--margin_offset-top-no-percent) - var(--margin_offset-bottom-no-percent) - var(--adminbar-height))
}

.avada-html-not-responsive.avada-html-header-position-top {
  overflow-x: hidden
}

.avada-html-not-responsive.avada-html-header-position-top body {
  overflow-x: hidden
}

.avada-html-not-responsive:not(.avada-html-header-position-top).ua-mobile #wrapper {
  width: auto !important
}

#side-header .fusion-logo,
.fusion-header .fusion-logo {
  margin: var(--logo_margin-top) var(--logo_margin-right) var(--logo_margin-bottom) var(--logo_margin-left)
}

body:not(.mobile-logo-pos-right) #side-header .fusion-header-tagline,
body:not(.mobile-logo-pos-right) .fusion-header-v4 .fusion-logo .fusion-header-content-3-wrapper .fusion-header-tagline,
body:not(.mobile-logo-pos-right).rtl .fusion-header-v4 .fusion-logo .fusion-header-content-3-wrapper .fusion-secondary-menu-search {
  order: 1
}

.mobile-logo-pos-right #side-header .fusion-secondary-menu-search,
.mobile-logo-pos-right .fusion-header-v4 .fusion-logo .fusion-header-content-3-wrapper .fusion-secondary-menu-search,
.mobile-logo-pos-right .rtl .fusion-header-v4 .fusion-logo .fusion-header-content-3-wrapper .fusion-header-tagline {
  order: 2
}

.fusion-main-menu>ul>li {
  padding-right: var(--nav_padding)
}

.fusion-main-menu>ul>li>a {
  border-color: transparent
}

.fusion-main-menu>ul>li>a>.fusion-megamenu-image>img {
  width: var(--menu_thumbnail_size-width);
  height: var(--menu_thumbnail_size-height)
}

.fusion-main-menu>ul>li>a .fusion-menu-description {
  color: var(--nav_typography-color-65a);
  font-family: var(--body_typography-font-family);
  font-weight: var(--body_typography-font-weight);
  letter-spacing: var(--body_typography-letter-spacing)
}

.fusion-main-menu>ul>li>a:not(.fusion-logo-link):not(.awb-icon-sliding-bar):hover {
  border-color: var(--menu_hover_first_color)
}

.fusion-main-menu>ul>li>a:not(.fusion-logo-link):hover {
  color: var(--menu_hover_first_color)
}

.fusion-main-menu>ul>li>a>.fusion-megamenu-icon {
  font-size: var(--menu_icon_size);
  color: var(--menu_icon_color)
}

.avada-menu-icon-position-top .fusion-main-menu>ul>li>a>.fusion-megamenu-icon {
  padding-bottom: .5em
}

.avada-menu-icon-position-bottom .fusion-main-menu>ul>li>a>.fusion-megamenu-icon {
  padding-top: .5em
}

.avada-menu-icon-position-left .fusion-main-menu>ul>li>a>.fusion-megamenu-icon {
  padding-right: .5em
}

.avada-menu-icon-position-right .fusion-main-menu>ul>li>a>.fusion-megamenu-icon {
  padding-left: .5em
}

.avada-menu-highlight-style-background:not(.fusion-header-layout-v6) .fusion-main-menu>ul>li {
  padding-right: 0
}

.avada-menu-highlight-style-background:not(.fusion-header-layout-v6) .fusion-main-menu>ul>li>a {
  padding-left: calc((var(--nav_padding))/ 2);
  padding-right: calc((var(--nav_padding))/ 2)
}

.fusion-main-menu .sub-menu {
  font-family: var(--body_typography-font-family);
  font-weight: var(--body_typography-font-weight);
  width: var(--dropdown_menu_width);
  background-color: var(--menu_sub_bg_color)
}

.fusion-main-menu .sub-menu ul {
  left: var(--dropdown_menu_width)
}

.rtl.fusion-top-header .fusion-main-menu .sub-menu ul {
  right: var(--dropdown_menu_width)
}

.fusion-main-menu .sub-menu li a {
  font-family: var(--body_typography-font-family);
  font-weight: var(--body_typography-font-weight);
  padding-top: var(--mainmenu_dropdown_vertical_padding);
  padding-bottom: var(--mainmenu_dropdown_vertical_padding);
  color: var(--menu_sub_color);
  font-size: var(--nav_dropdown_font_size)
}

.fusion-main-menu .sub-menu li a:hover {
  background-color: var(--menu_bg_hover_color)
}

.fusion-main-menu .sub-menu .current-menu-item>a,
.fusion-main-menu .sub-menu .current_page_item>a {
  background-color: var(--menu_bg_hover_color)
}

.fusion-main-menu .sub-menu .current-menu-parent>a {
  background-color: var(--menu_bg_hover_color)
}

.fusion-main-menu .fusion-custom-menu-item-contents {
  font-family: var(--body_typography-font-family);
  font-weight: var(--body_typography-font-weight)
}

.fusion-main-menu .fusion-main-menu-cart .fusion-custom-menu-item-contents,
.fusion-main-menu .fusion-main-menu-search .fusion-custom-menu-item-contents,
.fusion-main-menu .fusion-menu-login-box .fusion-custom-menu-item-contents {
  background-color: var(--menu_sub_bg_color);
  border-color: var(--menu_sub_sep_color)
}

.fusion-main-menu .awb-icon-sliding-bar.fusion-main-menu-icon-active:before,
.fusion-main-menu .fusion-main-menu-icon.fusion-main-menu-icon-active:after,
.fusion-main-menu .fusion-main-menu-search-open .fusion-main-menu-icon:after,
.fusion-main-menu .fusion-menu-cart-checkout-link a:hover,
.fusion-main-menu .fusion-menu-cart-checkout-link a:hover:before,
.fusion-main-menu .fusion-menu-cart-link a:hover,
.fusion-main-menu .fusion-menu-cart-link a:hover:before {
  color: var(--menu_hover_first_color)
}

.fusion-main-menu .fusion-main-menu-icon:after {
  color: var(--nav_typography-color)
}

.fusion-main-menu .fusion-main-menu-icon:hover:after {
  color: var(--menu_hover_first_color)
}

.fusion-main-menu .fusion-widget-cart-counter>a:before {
  color: var(--nav_typography-color);
  width: var(--nav_typography-font-size);
  box-sizing: content-box
}

.fusion-main-menu .fusion-widget-cart-counter>a:hover:before {
  color: var(--menu_hover_first_color)
}

.fusion-main-menu .fusion-widget-cart-counter>a .fusion-widget-cart-number {
  width: var(--nav_typography-font-size)
}

.fusion-main-menu .fusion-dropdown-menu .sub-menu li a {
  font-family: var(--body_typography-font-family);
  font-weight: var(--body_typography-font-weight);
  padding-top: var(--mainmenu_dropdown_vertical_padding);
  padding-bottom: var(--mainmenu_dropdown_vertical_padding);
  border-bottom-color: var(--menu_sub_sep_color);
  color: var(--menu_sub_color);
  font-size: var(--nav_dropdown_font_size)
}

.fusion-main-menu .fusion-main-menu-cart {
  font-size: var(--nav_dropdown_font_size)
}

.fusion-main-menu .current-menu-ancestor>a>.fusion-megamenu-icon,
.fusion-main-menu .current-menu-item>a>.fusion-megamenu-icon,
.fusion-main-menu .current-menu-parent>a>.fusion-megamenu-icon,
.fusion-main-menu .current_page_item>a>.fusion-megamenu-icon {
  color: var(--menu_icon_hover_color)
}

body:not(.fusion-header-layout-v6) .fusion-main-menu>ul>li>a,
body:not(.fusion-top-header) .fusion-main-menu>ul>li>a {
  height: var(--nav_height)
}

.avada-menu-highlight-style-bar .fusion-main-menu .sub-menu,
.avada-menu-highlight-style-bottombar .fusion-main-menu .sub-menu {
  border-top: var(--dropdown_menu_top_border_size) solid var(--menu_hover_first_color)
}

.avada-menu-highlight-style-bar .fusion-main-menu .sub-menu ul,
.avada-menu-highlight-style-bottombar .fusion-main-menu .sub-menu ul {
  top: calc((var(--dropdown_menu_top_border_size)) * -1)
}

.avada-menu-highlight-style-bar .fusion-megamenu-wrapper .fusion-megamenu-submenu .sub-menu,
.avada-menu-highlight-style-bottombar .fusion-megamenu-wrapper .fusion-megamenu-submenu .sub-menu {
  border: none
}

.avada-menu-highlight-style-bar:not(.fusion-header-layout-v6) .fusion-main-menu>ul>li>a {
  border-top-width: var(--nav_highlight_border);
  border-top-style: solid
}

.avada-menu-highlight-style-bar:not(.fusion-header-layout-v6) .fusion-main-menu>ul>li>a:not(.fusion-logo-link):not(.awb-icon-sliding-bar):hover {
  border-top-color: var(--menu_hover_first_color)
}

.fusion-body.avada-menu-highlight-style-bar:not(.fusion-header-layout-v6) .fusion-main-menu>ul>li.fusion-main-menu-cart a:hover,
.fusion-body.avada-menu-highlight-style-bar:not(.fusion-header-layout-v6) .fusion-main-menu>ul>li.fusion-main-menu-search a:hover,
.fusion-body.avada-menu-highlight-style-bar:not(.fusion-header-layout-v6) .fusion-main-menu>ul>li.fusion-menu-item-button a:hover {
  border-top-color: transparent
}

.avada-menu-highlight-style-bar:not(.fusion-top-header) .fusion-main-menu>ul>li>a:not(.fusion-main-menu-icon) {
  line-height: calc(var(--nav_height) - var(--nav_highlight_border))
}

#side-header .fusion-main-menu>ul>li>a {
  min-height: var(--nav_height);
  text-align: var(--menu_text_align)
}

#side-header .fusion-main-menu>ul>li>a.fusion-flex-link {
  justify-content: var(--menu_text_align)
}

#side-header .fusion-main-menu>ul>li.current-menu-ancestor>a,
#side-header .fusion-main-menu>ul>li.current-menu-item>a {
  border-right-color: var(--menu_hover_first_color);
  border-left-color: var(--menu_hover_first_color);
  color: var(--menu_hover_first_color)
}

#side-header .fusion-main-menu>ul>li.fusion-menu-item-button>a {
  justify-content: var(--menu_text_align)
}

#side-header .fusion-secondary-menu>ul>li>a,
#side-header .side-header-content-1,
#side-header .side-header-content-2 {
  color: var(--header_top_menu_sub_color);
  font-size: var(--snav_font_size)
}

.avada-menu-highlight-style-background:not(.fusion-header-layout-v6) .fusion-is-sticky .fusion-main-menu>ul>li.current-menu-ancestor>a,
.avada-menu-highlight-style-background:not(.fusion-header-layout-v6) .fusion-is-sticky .fusion-main-menu>ul>li.current-menu-item>a,
.avada-menu-highlight-style-background:not(.fusion-header-layout-v6) .fusion-is-sticky .fusion-main-menu>ul>li.current-menu-parent>a,
.avada-menu-highlight-style-background:not(.fusion-header-layout-v6) .fusion-is-sticky .fusion-main-menu>ul>li.current_page_item>a,
.avada-menu-highlight-style-background:not(.fusion-header-layout-v6) .fusion-is-sticky .fusion-main-menu>ul>li:not(.fusion-middle-logo-menu-logo):not(.fusion-menu-item-button)>a:not(.awb-icon-sliding-bar):hover,
.avada-menu-highlight-style-background:not(.fusion-header-layout-v6) .fusion-main-menu>ul>li.current-menu-ancestor>a,
.avada-menu-highlight-style-background:not(.fusion-header-layout-v6) .fusion-main-menu>ul>li.current-menu-item>a,
.avada-menu-highlight-style-background:not(.fusion-header-layout-v6) .fusion-main-menu>ul>li.current-menu-parent>a,
.avada-menu-highlight-style-background:not(.fusion-header-layout-v6) .fusion-main-menu>ul>li.current_page_item>a,
.avada-menu-highlight-style-background:not(.fusion-header-layout-v6) .fusion-main-menu>ul>li:not(.fusion-middle-logo-menu-logo):not(.fusion-menu-item-button):hover>a:not(.awb-icon-sliding-bar),
.avada-menu-highlight-style-background:not(.fusion-header-layout-v6) .fusion-main-menu>ul>li:not(.fusion-middle-logo-menu-logo):not(.fusion-menu-item-button)>a:not(.awb-icon-sliding-bar):hover {
  background-color: var(--menu_highlight_background)
}

.avada-menu-highlight-style-arrow.fusion-top-header:not(.fusion-header-layout-v6) .fusion-arrow-highlight .fusion-arrow-svg {
  bottom: calc((var(--menu_arrow_size-height, 12px)) * -1)
}

.avada-menu-highlight-style-arrow.fusion-top-header:not(.fusion-header-layout-v6) .fusion-is-sticky .fusion-sticky-menu-only .fusion-arrow-highlight .fusion-arrow-svg,
.avada-menu-highlight-style-arrow.fusion-top-header:not(.fusion-header-layout-v6) .fusion-sticky-shadow .fusion-arrow-highlight .fusion-arrow-svg {
  box-sizing: content-box;
  padding-bottom: 3px;
  margin-bottom: -3px
}

.avada-menu-highlight-style-arrow.fusion-top-header:not(.fusion-header-layout-v6) .fusion-logo-link,
.avada-menu-highlight-style-arrow.fusion-top-header:not(.fusion-header-layout-v6) .fusion-main-menu>ul {
  line-height: 1
}

.avada-menu-highlight-style-arrow.fusion-top-header:not(.fusion-header-layout-v6) .fusion-arrow-highlight .fusion-arrow-svg {
  transform: translateX(-50%);
  left: 50%
}

.avada-menu-highlight-style-arrow.fusion-top-header:not(.fusion-header-layout-v6) .fusion-arrow-highlight .fusion-arrow-svg,
.avada-menu-highlight-style-arrow.fusion-top-header:not(.fusion-header-layout-v6) .fusion-dropdown-svg {
  height: var(--menu_arrow_size-height, 12px);
  line-height: var(--menu_arrow_size-height, 12px)
}

.avada-menu-highlight-style-arrow.fusion-top-header:not(.fusion-header-layout-v6) .fusion-main-menu>ul>.menu-item-has-children.fusion-active-link:before,
.avada-menu-highlight-style-arrow.fusion-top-header:not(.fusion-header-layout-v6) .fusion-main-menu>ul>.menu-item-has-children:hover:before {
  bottom: calc(-10px - (var(--menu_arrow_size-height, 12px)) * 2);
  height: calc((var(--menu_arrow_size-height, 12px)) * 2 + 10px)
}

.avada-menu-highlight-style-arrow.fusion-top-header:not(.fusion-header-layout-v6) .fusion-main-menu .fusion-dropdown-menu>.sub-menu,
.avada-menu-highlight-style-arrow.fusion-top-header:not(.fusion-header-layout-v6) .fusion-main-menu .fusion-megamenu-wrapper {
  margin-top: calc((var(--menu_arrow_size-height, 12px)) * 2 + 10px)
}

.fusion-sub-menu-slide.avada-menu-highlight-style-arrow.fusion-top-header:not(.fusion-header-layout-v6) .fusion-main-menu .fusion-dropdown-menu>.sub-menu,
.fusion-sub-menu-slide.avada-menu-highlight-style-arrow.fusion-top-header:not(.fusion-header-layout-v6) .fusion-main-menu .fusion-megamenu-wrapper {
  margin-top: calc((var(--menu_arrow_size-height, 12px)) * 2 + 30px)
}

.fusion-sub-menu-slide.avada-menu-highlight-style-arrow.fusion-top-header:not(.fusion-header-layout-v6) .fusion-main-menu>ul>li:hover>.fusion-megamenu-wrapper,
.fusion-sub-menu-slide.avada-menu-highlight-style-arrow.fusion-top-header:not(.fusion-header-layout-v6) .fusion-main-menu>ul>li:hover>.fusion-menu-cart-items,
.fusion-sub-menu-slide.avada-menu-highlight-style-arrow.fusion-top-header:not(.fusion-header-layout-v6) .fusion-main-menu>ul>li:hover>.sub-menu {
  margin-top: calc((var(--menu_arrow_size-height, 12px)) * 2 + 10px)
}

.avada-menu-highlight-style-arrow.fusion-top-header:not(.fusion-header-layout-v6):not(.fusion-header-layout-v4):not(.fusion-header-layout-v5) .fusion-arrow-highlight .fusion-arrow-svg svg path {
  transition: fill .25s ease-in-out
}

.avada-menu-highlight-style-arrow.fusion-top-header:not(.fusion-header-layout-v6).avada-header-border-color-full-transparent.fusion-header-layout-v2 .fusion-arrow-svg svg,
.avada-menu-highlight-style-arrow.fusion-top-header:not(.fusion-header-layout-v6).avada-header-border-color-full-transparent.fusion-header-layout-v3 .fusion-arrow-svg svg {
  margin-top: 1px
}

.avada-menu-highlight-style-arrow.fusion-top-header:not(.fusion-header-layout-v6).avada-header-border-color-full-transparent.fusion-header-layout-v2.avada-sticky-shrinkage .fusion-is-sticky .fusion-arrow-svg svg,
.avada-menu-highlight-style-arrow.fusion-top-header:not(.fusion-header-layout-v6).avada-header-border-color-full-transparent.fusion-header-layout-v3.avada-sticky-shrinkage .fusion-is-sticky .fusion-arrow-svg svg {
  margin-top: 0
}

html:not(.avada-header-color-not-opaque) .avada-menu-highlight-style-arrow.fusion-top-header:not(.fusion-header-layout-v6).avada-header-border-color-full-transparent.fusion-header-layout-v4 .fusion-arrow-svg svg,
html:not(.avada-header-color-not-opaque) .avada-menu-highlight-style-arrow.fusion-top-header:not(.fusion-header-layout-v6).avada-header-border-color-full-transparent.fusion-header-layout-v5 .fusion-arrow-svg svg {
  margin-top: 1px
}

html:not(.avada-header-color-not-opaque) .avada-menu-highlight-style-arrow.fusion-top-header:not(.fusion-header-layout-v6).avada-header-border-color-full-transparent.fusion-header-layout-v4.avada-sticky-shrinkage .fusion-is-sticky .fusion-arrow-svg svg,
html:not(.avada-header-color-not-opaque) .avada-menu-highlight-style-arrow.fusion-top-header:not(.fusion-header-layout-v6).avada-header-border-color-full-transparent.fusion-header-layout-v5.avada-sticky-shrinkage .fusion-is-sticky .fusion-arrow-svg svg {
  margin-top: 0
}

.avada-menu-highlight-style-arrow.fusion-top-header:not(.fusion-header-layout-v6):not(.avada-header-border-color-full-transparent).fusion-header-layout-v2 .fusion-arrow-svg svg,
.avada-menu-highlight-style-arrow.fusion-top-header:not(.fusion-header-layout-v6):not(.avada-header-border-color-full-transparent).fusion-header-layout-v3 .fusion-arrow-svg svg {
  margin-top: -1px;
  display: block
}

html:not(.avada-header-color-not-opaque) .avada-menu-highlight-style-arrow.fusion-top-header:not(.fusion-header-layout-v6):not(.avada-header-border-color-full-transparent).fusion-header-layout-v4 .fusion-arrow-svg svg,
html:not(.avada-header-color-not-opaque) .avada-menu-highlight-style-arrow.fusion-top-header:not(.fusion-header-layout-v6):not(.avada-header-border-color-full-transparent).fusion-header-layout-v5 .fusion-arrow-svg svg {
  margin-top: -1px;
  display: block
}

.avada-menu-highlight-style-arrow.side-header-left:not(.fusion-header-layout-v6) .fusion-dropdown-svg {
  height: var(--menu_arrow_size-height, 23px)
}

.avada-menu-highlight-style-arrow.side-header-left:not(.fusion-header-layout-v6) .fusion-main-menu .menu-item-has-children:hover:before {
  right: calc(-5px - (var(--menu_arrow_size-width)) * 2);
  width: calc((var(--menu_arrow_size-width)) * 2 + 5px)
}

.avada-menu-highlight-style-arrow.side-header-left:not(.fusion-header-layout-v6) .fusion-main-menu .fusion-dropdown-menu>.sub-menu,
.avada-menu-highlight-style-arrow.side-header-left:not(.fusion-header-layout-v6) .fusion-main-menu .fusion-megamenu-wrapper {
  margin-left: calc((var(--menu_arrow_size-width)) * 2 + 5px)
}

.avada-menu-highlight-style-arrow.side-header-left:not(.fusion-header-layout-v6) .fusion-arrow-highlight .fusion-arrow-svg {
  right: calc(2px - var(--menu_arrow_size-width));
  line-height: 1;
  transform: translateY(-50%);
  top: 50%
}

.avada-menu-highlight-style-arrow.side-header-left:not(.fusion-header-layout-v6) .fusion-arrow-svg svg {
  margin-left: -1px
}

.avada-menu-highlight-style-arrow.side-header-left:not(.fusion-header-layout-v6).avada-header-border-color-full-transparent .fusion-arrow-highlight .fusion-arrow-svg {
  right: calc(1px - var(--menu_arrow_size-width))
}

.avada-menu-highlight-style-arrow:not(.fusion-header-layout-v6) .fusion-mobile-nav-holder .fusion-arrow-svg,
.avada-menu-highlight-style-arrow:not(.fusion-header-layout-v6) .fusion-mobile-nav-holder .fusion-dropdown-svg {
  display: none
}

.avada-menu-highlight-style-arrow:not(.fusion-header-layout-v6) .fusion-arrow-highlight .fusion-arrow-svg {
  opacity: 0;
  font-size: 0;
  visibility: hidden;
  position: absolute;
  overflow: hidden;
  display: inline-block
}

.fusion-arrow-highlight .fusion-arrow-svg {
  left: calc(1px + var(--menu_arrow_size-width-header_border_color_condition_5));
  right: calc(1px - var(--menu_arrow_size-width-header_border_color_condition_5))
}

.side-header-right:not(.fusion-header-layout-v6) .fusion-arrow-highlight .fusion-arrow-svg {
  left: calc(2px - var(--menu_arrow_size-width))
}

.side-header-right:not(.fusion-header-layout-v6).avada-menu-highlight-style-arrow .fusion-main-menu .menu-item-has-children:hover:before {
  left: calc(-5px - (var(--menu_arrow_size-width)) * 2);
  width: calc((var(--menu_arrow_size-width)) * 2 + 5px)
}

.side-header-right:not(.fusion-header-layout-v6).avada-menu-highlight-style-arrow .fusion-main-menu .fusion-dropdown-menu>.sub-menu {
  margin-left: calc(-5px - (var(--menu_arrow_size-width)) * 2)
}

.side-header-right:not(.fusion-header-layout-v6).avada-menu-highlight-style-arrow .fusion-main-menu .fusion-megamenu-wrapper {
  margin-left: calc(-5px - (var(--menu_arrow_size-width)) * 2)
}

.side-header-right:not(.fusion-header-layout-v6).avada-menu-highlight-style-arrow.rtl .fusion-main-menu .fusion-megamenu-wrapper {
  margin-left: calc(-4px - (var(--menu_arrow_size-width)) * 2)
}

.side-header-right:not(.fusion-header-layout-v6).avada-menu-highlight-style-arrow .fusion-dropdown-svg {
  height: var(--menu_arrow_size-height, 23px);
  line-height: var(--menu_arrow_size-height, 23px)
}

.fusion-top-header.fusion-header-layout-v7.avada-menu-highlight-style-background .fusion-header .fusion-logo-background {
  margin-right: var(--nav_padding)
}

.avada-has-megamenu-shadow .fusion-main-menu .sub-menu,
.avada-has-megamenu-shadow .fusion-megamenu-holder {
  box-shadow: 1px 1px 30px rgba(0, 0, 0, .06)
}

.avada-has-megamenu-shadow .fusion-megamenu-wrapper .fusion-megamenu-submenu .sub-menu {
  box-shadow: none
}

.fusion-megamenu-holder {
  border-top-width: var(--dropdown_menu_top_border_size);
  border-color: var(--menu_hover_first_color);
  background-color: var(--menu_sub_bg_color)
}

.side-header-right #side-header .fusion-main-menu .fusion-menu-cart-items,
.side-header-right #side-header .fusion-main-menu .fusion-menu-login-box .fusion-custom-menu-item-contents,
.side-header-right #side-header .fusion-main-menu ul .fusion-dropdown-menu .sub-menu,
.side-header-right #side-header .fusion-main-menu ul .fusion-dropdown-menu .sub-menu li ul,
.side-header-right #side-header .fusion-main-menu ul .fusion-menu-login-box .sub-menu {
  left: calc((var(--dropdown_menu_width)) * -1)
}

.fusion-body .fusion-megamenu-wrapper .fusion-megamenu-holder .fusion-megamenu .fusion-megamenu-submenu {
  border-color: var(--menu_sub_sep_color)
}

.fusion-megamenu-wrapper li .fusion-megamenu-title-disabled {
  font-family: var(--body_typography-font-family);
  font-weight: var(--body_typography-font-weight);
  padding-top: var(--mainmenu_dropdown_vertical_padding);
  padding-bottom: var(--mainmenu_dropdown_vertical_padding);
  color: var(--menu_sub_color);
  font-size: var(--nav_dropdown_font_size)
}

.fusion-megamenu-wrapper .fusion-megamenu-submenu>a:hover {
  font-family: var(--body_typography-font-family);
  font-weight: var(--body_typography-font-weight);
  background-color: var(--menu_bg_hover_color);
  color: var(--menu_sub_color);
  font-size: var(--nav_dropdown_font_size)
}

.fusion-megamenu-wrapper .fusion-megamenu-submenu .fusion-megamenu-border {
  border-color: var(--menu_sub_sep_color)
}

.fusion-megamenu-wrapper .fusion-megamenu-submenu .sub-menu a {
  padding-top: var(--megamenu_item_vertical_padding);
  padding-bottom: var(--megamenu_item_vertical_padding)
}

.sub-menu .fusion-caret {
  top: var(--mainmenu_dropdown_vertical_padding)
}

.avada-has-mainmenu-dropdown-divider .fusion-main-menu .fusion-dropdown-menu .sub-menu li a {
  border-bottom-width: 1px;
  border-bottom-style: solid
}

body:not(.avada-has-mainmenu-dropdown-divider) .fusion-main-menu .fusion-dropdown-menu .sub-menu li a {
  border-bottom: none
}

.avada-menu-highlight-style-arrow .fusion-dropdown-svg.fusion-svg-active path {
  fill: var(--menu_bg_hover_color)
}

.fusion-menu-highlight-label {
  border-radius: var(--main_nav_highlight_radius)
}

.fusion-main-menu>ul>li>a,
.fusion-vertical-menu-widget ul.menu li a,
.side-nav li a {
  font-family: var(--nav_typography-font-family);
  font-weight: var(--nav_typography-font-weight);
  font-size: var(--nav_typography-font-size);
  letter-spacing: var(--nav_typography-letter-spacing);
  text-transform: var(--nav_typography-text-transform);
  font-style: var(--nav_typography-font-style, normal)
}

.fusion-main-menu>ul>li>a {
  color: var(--nav_typography-color)
}

.fusion-flyout-cart-wrapper .fusion-widget-cart-number,
.fusion-main-menu-cart .fusion-widget-cart-number {
  font-family: var(--nav_typography-font-family);
  font-style: var(--nav_typography-font-style, normal)
}

.fusion-megamenu-icon img {
  max-height: var(--nav_typography-font-size)
}

.fusion-body.avada-menu-icon-position-bottom:not(.fusion-top-header) .fusion-main-menu .fusion-flex-link,
.fusion-body.avada-menu-icon-position-top:not(.fusion-top-header) .fusion-main-menu .fusion-flex-link {
  padding: calc((var(--nav_height) - var(--nav_typography-font-size))/ 2) 0;
  line-height: 1
}

#wrapper .fusion-header-has-flyout-menu .fusion-flyout-search .searchform .s {
  color: var(--nav_typography-color);
  border-color: var(--nav_typography-color);
  font-family: var(--nav_typography-font-family);
  font-style: var(--nav_typography-font-style, normal)
}

#wrapper .fusion-header-has-flyout-menu .fusion-flyout-search .searchform .s::-webkit-input-placeholder {
  color: var(--nav_typography-color)
}

#wrapper .fusion-header-has-flyout-menu .fusion-flyout-search .searchform .s::-moz-placeholder {
  color: var(--nav_typography-color)
}

#wrapper .fusion-header-has-flyout-menu.fusion-mobile-menu-design-flyout .fusion-flyout-search .searchform .s {
  border-color: var(--mobile_menu_typography-color);
  font-family: var(--mobile_menu_typography-font-family);
  color: var(--mobile_menu_typography-color)
}

#wrapper .fusion-header-has-flyout-menu.fusion-mobile-menu-design-flyout .fusion-flyout-search .searchform .s::-webkit-input-placeholder {
  color: var(--mobile_menu_typography-color)
}

#wrapper .fusion-header-has-flyout-menu.fusion-mobile-menu-design-flyout .fusion-flyout-search .searchform .s::-moz-placeholder {
  color: var(--mobile_menu_typography-color)
}

#wrapper .fusion-header-has-flyout-menu.fusion-mobile-menu-design-flyout .fusion-flyout-search .searchform .s:-moz-placeholder {
  color: var(--mobile_menu_typography-color)
}

#wrapper .side-nav li a {
  font-size: var(--side_nav_font_size)
}

.fusion-secondary-menu .fusion-menu-cart-item a:hover {
  color: var(--header_top_menu_sub_hover_color)
}

.fusion-secondary-menu .fusion-secondary-menu-icon {
  color: var(--nav_typography-color);
  min-width: var(--topmenu_dropwdown_width)
}

.fusion-secondary-menu .fusion-secondary-menu-icon:hover {
  color: var(--nav_typography-color)
}

.fusion-secondary-menu .sub-menu {
  background-color: var(--header_top_sub_bg_color);
  width: var(--topmenu_dropwdown_width);
  border-color: var(--header_top_menu_sub_sep_color)
}

.fusion-secondary-menu .sub-menu a {
  color: var(--header_top_menu_sub_color);
  border-color: var(--header_top_menu_sub_sep_color)
}

.fusion-secondary-menu .sub-menu a:hover {
  color: var(--header_top_menu_sub_hover_color);
  background-color: var(--header_top_menu_bg_hover_color)
}

.fusion-secondary-menu .fusion-custom-menu-item-contents {
  background-color: var(--header_top_sub_bg_color);
  color: var(--header_top_menu_sub_color);
  width: var(--topmenu_dropwdown_width);
  border-color: var(--header_top_menu_sub_sep_color)
}

.fusion-secondary-menu .fusion-menu-cart-items a {
  color: var(--header_top_menu_sub_color)
}

.fusion-secondary-menu .fusion-menu-cart-item a {
  border-color: var(--header_top_menu_sub_sep_color)
}

.fusion-secondary-menu .fusion-menu-cart-item a:hover {
  background-color: var(--header_top_menu_bg_hover_color)
}

.fusion-secondary-menu>ul>li {
  border-color: var(--header_top_first_border_color)
}

.fusion-secondary-menu>ul>li>.sub-menu .sub-menu {
  left: calc(var(--topmenu_dropwdown_width) - 2px)
}

.fusion-secondary-menu>ul>li>a {
  height: var(--sec_menu_lh)
}

.fusion-secondary-menu-icon {
  color: var(--nav_typography-color)
}

.fusion-secondary-menu-icon:after,
.fusion-secondary-menu-icon:before {
  color: var(--nav_typography-color)
}

.fusion-megamenu-title {
  color: var(--nav_typography-color);
  font-size: var(--megamenu_title_size)
}

.fusion-megamenu-title a {
  color: var(--nav_typography-color)
}

.fusion-has-main-nav-icon-circle .fusion-main-menu .fusion-main-menu-icon:after {
  border: 1px solid var(--nav_typography-color);
  padding: calc((var(--nav_typography-font-size)) * .35)
}

.fusion-has-main-nav-icon-circle .fusion-main-menu .fusion-main-menu-icon:hover:after {
  border: 1px solid var(--menu_hover_first_color)
}

.fusion-has-main-nav-icon-circle .fusion-main-menu .fusion-widget-cart-counter>a:before {
  border: 1px solid var(--nav_typography-color);
  padding: calc((var(--nav_typography-font-size)) * .35)
}

.fusion-has-main-nav-icon-circle .fusion-main-menu .fusion-widget-cart-counter>a:hover:before {
  border: 1px solid var(--menu_hover_first_color)
}

.fusion-has-main-nav-icon-circle .fusion-main-menu .fusion-main-menu-search-open .fusion-main-menu-icon:after {
  border: 1px solid var(--menu_hover_first_color)
}

.fusion-has-main-nav-icon-circle .fusion-main-menu .fusion-main-menu-icon-active:after {
  border: 1px solid var(--menu_hover_first_color)
}

.fusion-has-main-nav-icon-circle .fusion-header-has-flyout-menu.fusion-flyout-active .fusion-flyout-menu-icons .fusion-icon:before {
  border: 1px solid var(--nav_typography-color)
}

.fusion-has-main-nav-icon-circle .fusion-header-has-flyout-menu.fusion-flyout-active .fusion-flyout-menu-icons .fusion-icon:hover:before {
  border: 1px solid var(--menu_hover_first_color)
}

.fusion-has-main-nav-icon-circle .fusion-header-has-flyout-menu .fusion-flyout-menu-icons .fusion-icon:before {
  border: 1px solid var(--flyout_menu_icon_color);
  padding: calc((var(--flyout_menu_icon_font_size_px)) * .35)
}

.fusion-has-main-nav-icon-circle .fusion-header-has-flyout-menu .fusion-flyout-menu-icons .fusion-icon:hover:before {
  border: 1px solid var(--flyout_menu_icon_hover_color)
}

.fusion-header-has-flyout-menu.fusion-flyout-active .fusion-flyout-menu-icons .fusion-icon:before {
  color: var(--nav_typography-color)
}

.fusion-header-has-flyout-menu.fusion-flyout-active .fusion-flyout-menu-icons .fusion-toggle-icon-line {
  background-color: var(--nav_typography-color)
}

.fusion-header-has-flyout-menu.fusion-flyout-active .fusion-flyout-menu-icons .fusion-flyout-menu-toggle:hover .fusion-toggle-icon-line,
.fusion-header-has-flyout-menu.fusion-flyout-active .fusion-flyout-menu-icons .fusion-flyout-search-toggle:hover .fusion-toggle-icon-line {
  background-color: var(--menu_hover_first_color)
}

.fusion-header-has-flyout-menu.fusion-flyout-active .fusion-flyout-menu-icons .fusion-icon:hover:before {
  color: var(--menu_hover_first_color)
}

.fusion-header-has-flyout-menu .fusion-flyout-search .fusion-live-search .fusion-slider-loading {
  border-bottom-color: var(--nav_typography-color);
  border-top-color: var(--nav_typography-color-35a);
  border-right-color: var(--nav_typography-color-35a);
  border-left-color: var(--nav_typography-color-35a)
}

.fusion-header-has-flyout-menu .fusion-flyout-menu-icons {
  font-size: var(--flyout_menu_icon_font_size);
  margin: 0 calc((var(--flyout_nav_icons_padding))/ -2)
}

.fusion-header-has-flyout-menu .fusion-flyout-menu-icons .fusion-flyout-cart-wrapper,
.fusion-header-has-flyout-menu .fusion-flyout-menu-icons .fusion-flyout-sliding-bar-toggle {
  padding: 0 calc((var(--flyout_nav_icons_padding))/ 2)
}

.fusion-header-has-flyout-menu .fusion-flyout-menu-icons .fusion-icon:before {
  color: var(--flyout_menu_icon_color)
}

.fusion-header-has-flyout-menu .fusion-flyout-menu-icons .fusion-icon:hover:before {
  color: var(--flyout_menu_icon_hover_color)
}

.fusion-header-has-flyout-menu .fusion-flyout-menu-icons .fusion-toggle-icon-line {
  background-color: var(--flyout_menu_icon_color);
  width: calc((var(--flyout_menu_icon_font_size_px)) * 1.5);
  height: calc((var(--flyout_menu_icon_font_size_px)) * .1)
}

.fusion-header-has-flyout-menu .fusion-flyout-menu-icons .fusion-flyout-menu-toggle,
.fusion-header-has-flyout-menu .fusion-flyout-menu-icons .fusion-flyout-search-toggle {
  padding: 0 calc((var(--flyout_nav_icons_padding))/ 2)
}

.fusion-header-has-flyout-menu .fusion-flyout-menu-icons .fusion-flyout-menu-toggle:hover .fusion-toggle-icon-line,
.fusion-header-has-flyout-menu .fusion-flyout-menu-icons .fusion-flyout-search-toggle:hover .fusion-toggle-icon-line {
  background-color: var(--flyout_menu_icon_hover_color)
}

.fusion-header-has-flyout-menu .fusion-flyout-menu-icons .fusion-flyout-menu-toggle {
  height: calc((var(--flyout_menu_icon_font_size_px)) * .9);
  width: calc((var(--flyout_menu_icon_font_size_px)) * 1.5)
}

.fusion-header-has-flyout-menu .fusion-flyout-menu-icons .fusion-flyout-search-toggle .fusion-toggle-icon {
  height: calc((var(--flyout_menu_icon_font_size_px)) * .9);
  width: calc((var(--flyout_menu_icon_font_size_px)) * .9)
}

.fusion-header-has-flyout-menu .fusion-flyout-menu-icons .awb-icon-sliding-bar:before {
  padding: calc((var(--flyout_menu_icon_font_size_px)) * .2)
}

.fusion-header-has-flyout-menu .fusion-flyout-mobile-menu-icons {
  margin-top: var(--mobile_menu_icons_top_margin)
}

.fusion-header-has-flyout-menu .fusion-widget-cart-number {
  min-width: var(--flyout_menu_icon_font_size)
}

.fusion-header-has-flyout-menu.fusion-flyout-menu-active .fusion-flyout-menu-icons .fusion-flyout-menu-toggle .fusion-toggle-icon-line {
  width: calc((var(--flyout_menu_icon_font_size_px)) * 1.2)
}

.fusion-header-has-flyout-menu.fusion-flyout-search-active .fusion-flyout-menu-icons .fusion-flyout-search-toggle .fusion-toggle-icon-line {
  width: calc((var(--flyout_menu_icon_font_size_px)) * 1.2)
}

.fusion-header-has-flyout-menu .fusion-flyout-menu-bg {
  background-color: var(--flyout_menu_background_color)
}

.fusion-header-has-flyout-menu .fusion-flyout-menu>ul.fusion-menu>li {
  padding: calc((var(--flyout_menu_item_padding))/ 2) 0
}

.fusion-body .fusion-is-sticky .fusion-header-has-flyout-menu .fusion-flyout-menu>ul.fusion-menu>li {
  padding: calc((var(--flyout_menu_item_padding))/ 2) 0
}

.fusion-header-has-flyout-menu.fusion-mobile-menu-design-flyout.fusion-flyout-active .fusion-flyout-menu-icons .fusion-toggle-icon-line {
  background-color: var(--mobile_menu_typography-color)
}

.fusion-header-has-flyout-menu.fusion-mobile-menu-design-flyout.fusion-flyout-active .fusion-flyout-menu-icons .fusion-icon:before {
  color: var(--mobile_menu_typography-color)
}

.fusion-header-has-flyout-menu.fusion-mobile-menu-design-flyout.fusion-flyout-active .fusion-flyout-menu-icons .fusion-icon:hover:before {
  color: var(--mobile_menu_font_hover_color)
}

.fusion-header-has-flyout-menu.fusion-mobile-menu-design-flyout.fusion-flyout-active .fusion-flyout-menu-icons .fusion-flyout-menu-toggle:hover .fusion-toggle-icon-line,
.fusion-header-has-flyout-menu.fusion-mobile-menu-design-flyout.fusion-flyout-active .fusion-flyout-menu-icons .fusion-flyout-search-toggle:hover .fusion-toggle-icon-line {
  background-color: var(--mobile_menu_font_hover_color)
}

.fusion-header-layout-v4.fusion-top-header.avada-menu-highlight-style-arrow .fusion-arrow-svg path,
.fusion-header-layout-v5.fusion-top-header.avada-menu-highlight-style-arrow .fusion-arrow-svg path {
  fill: var(--menu_h45_bg_color)
}

.fusion-secondary-main-menu {
  background-color: var(--menu_h45_bg_color)
}

.fusion-widget-cart-counter a:hover:before {
  color: var(--menu_hover_first_color)
}

.woocommerce-cart .fusion-main-menu-cart .fusion-main-menu-icon:after,
.woocommerce-cart .fusion-main-menu-cart .fusion-main-menu-icon:before {
  color: var(--menu_hover_first_color)
}

.fusion-is-sticky .fusion-main-menu .fusion-main-menu-icon-active:after,
.fusion-is-sticky .fusion-main-menu .fusion-main-menu-icon:hover:after,
.fusion-is-sticky .fusion-main-menu .fusion-main-menu-search-open .fusion-main-menu-icon:after,
.fusion-is-sticky .fusion-main-menu .fusion-menu .fusion-main-menu-icon-active:after,
.fusion-is-sticky .fusion-main-menu .fusion-widget-cart-counter>a:hover:before,
.fusion-is-sticky .fusion-main-menu>ul>li.current-menu-item>a,
.fusion-is-sticky .fusion-main-menu>ul>li>a:hover {
  color: var(--menu_hover_first_color)
}

.fusion-body .fusion-main-menu .current-menu-ancestor>a,
.fusion-body .fusion-main-menu .current-menu-item>a,
.fusion-body .fusion-main-menu .current-menu-parent>a,
.fusion-body .fusion-main-menu .current_page_item>a {
  border-color: var(--menu_hover_first_color);
  color: var(--menu_hover_first_color)
}

.fusion-body .fusion-main-menu .current-menu-ancestor>a .fusion-menu-description,
.fusion-body .fusion-main-menu .current-menu-item>a .fusion-menu-description,
.fusion-body .fusion-main-menu .current-menu-parent>a .fusion-menu-description,
.fusion-body .fusion-main-menu .current_page_item>a .fusion-menu-description {
  color: var(--menu_hover_first_color-65a)
}

.fusion-body .fusion-main-menu .current-menu-item:not(.fusion-main-menu-cart)>a:before {
  border-color: var(--menu_hover_first_color);
  color: var(--menu_hover_first_color)
}

.fusion-body .fusion-main-menu .fusion-widget-cart-counter .fusion-main-menu-icon-active:before {
  color: var(--menu_hover_first_color)
}

.fusion-body .fusion-main-menu>ul>li>a:hover .fusion-menu-description {
  color: var(--menu_hover_first_color-65a)
}

.fusion-body .fusion-header-has-flyout-menu.fusion-flyout-search-active .fusion-flyout-menu-icons .fusion-flyout-search-toggle .fusion-toggle-icon-line {
  height: calc((var(--flyout_menu_icon_font_size_px)) * .1)
}

.fusion-body .fusion-mobile-nav-holder .fusion-selector-down {
  line-height: calc(var(--mobile_menu_nav_height) - 2px);
  height: calc(var(--mobile_menu_nav_height) - 2px);
  border-color: var(--mobile_menu_border_color)
}

.avada-flyout-menu-direction-fade .fusion-header-has-flyout-menu .fusion-flyout-menu,
.avada-flyout-menu-direction-fade .fusion-header-has-flyout-menu .fusion-flyout-menu-bg,
.avada-flyout-menu-direction-fade .fusion-header-has-flyout-menu .fusion-flyout-search {
  top: -1000%;
  transition: opacity .4s ease 0s, top 0s ease .4s
}

.avada-flyout-menu-direction-fade .fusion-header-has-flyout-menu.fusion-flyout-active .fusion-flyout-menu-bg,
.avada-flyout-menu-direction-fade .fusion-header-has-flyout-menu.fusion-flyout-menu-active .fusion-flyout-menu,
.avada-flyout-menu-direction-fade .fusion-header-has-flyout-menu.fusion-flyout-search-active .fusion-flyout-search {
  top: 0;
  transition: opacity .4s ease 0s, top 0s ease 0s
}

.avada-flyout-menu-direction-left .fusion-header-has-flyout-menu .fusion-flyout-menu,
.avada-flyout-menu-direction-left .fusion-header-has-flyout-menu .fusion-flyout-menu-bg,
.avada-flyout-menu-direction-left .fusion-header-has-flyout-menu .fusion-flyout-search {
  transform: translateX(-100%)
}

.avada-flyout-menu-direction-left .fusion-header-has-flyout-menu.fusion-flyout-active .fusion-flyout-menu-bg,
.avada-flyout-menu-direction-left .fusion-header-has-flyout-menu.fusion-flyout-menu-active .fusion-flyout-menu,
.avada-flyout-menu-direction-left .fusion-header-has-flyout-menu.fusion-flyout-search-active .fusion-flyout-search {
  transform: translateX(0)
}

.avada-flyout-menu-direction-right .fusion-header-has-flyout-menu .fusion-flyout-menu,
.avada-flyout-menu-direction-right .fusion-header-has-flyout-menu .fusion-flyout-menu-bg,
.avada-flyout-menu-direction-right .fusion-header-has-flyout-menu .fusion-flyout-search {
  transform: translateX(100%)
}

.avada-flyout-menu-direction-right .fusion-header-has-flyout-menu.fusion-flyout-active .fusion-flyout-menu-bg,
.avada-flyout-menu-direction-right .fusion-header-has-flyout-menu.fusion-flyout-menu-active .fusion-flyout-menu,
.avada-flyout-menu-direction-right .fusion-header-has-flyout-menu.fusion-flyout-search-active .fusion-flyout-search {
  transform: translateX(0)
}

.avada-flyout-menu-direction-bottom .fusion-header-has-flyout-menu .fusion-flyout-menu,
.avada-flyout-menu-direction-bottom .fusion-header-has-flyout-menu .fusion-flyout-menu-bg,
.avada-flyout-menu-direction-bottom .fusion-header-has-flyout-menu .fusion-flyout-search {
  transform: translateY(100%)
}

.avada-flyout-menu-direction-bottom .fusion-header-has-flyout-menu.fusion-flyout-active .fusion-flyout-menu-bg,
.avada-flyout-menu-direction-bottom .fusion-header-has-flyout-menu.fusion-flyout-menu-active .fusion-flyout-menu,
.avada-flyout-menu-direction-bottom .fusion-header-has-flyout-menu.fusion-flyout-search-active .fusion-flyout-search {
  transform: translateY(0)
}

.avada-flyout-menu-direction-top .fusion-header-has-flyout-menu .fusion-flyout-menu,
.avada-flyout-menu-direction-top .fusion-header-has-flyout-menu .fusion-flyout-menu-bg,
.avada-flyout-menu-direction-top .fusion-header-has-flyout-menu .fusion-flyout-search {
  transform: translateY(-100%)
}

.avada-flyout-menu-direction-top .fusion-header-has-flyout-menu.fusion-flyout-active .fusion-flyout-menu-bg,
.avada-flyout-menu-direction-top .fusion-header-has-flyout-menu.fusion-flyout-menu-active .fusion-flyout-menu,
.avada-flyout-menu-direction-top .fusion-header-has-flyout-menu.fusion-flyout-search-active .fusion-flyout-search {
  transform: translateY(0)
}

.fusion-secondary-header {
  color: var(--snav_color);
  font-size: var(--snav_font_size)
}

.fusion-secondary-header a {
  color: var(--snav_color)
}

.fusion-secondary-header a:hover {
  color: var(--snav_color)
}

.fusion-mobile-menu-icons {
  margin-top: var(--mobile_menu_icons_top_margin)
}

.fusion-mobile-menu-icons a {
  color: var(--mobile_menu_toggle_color)
}

.fusion-mobile-menu-icons a:after,
.fusion-mobile-menu-icons a:before {
  color: var(--mobile_menu_toggle_color)
}

.fusion-megamenu-widgets-container {
  font-family: var(--body_typography-font-family);
  font-weight: var(--body_typography-font-weight);
  color: var(--menu_sub_color);
  font-size: var(--nav_dropdown_font_size)
}

.fusion-megamenu-bullet {
  border-left-color: var(--menu_sub_color)
}

body:not(.mobile-menu-design-flyout) .fusion-mobile-nav-item a {
  height: var(--mobile_menu_nav_height);
  background-color: var(--mobile_menu_background_color);
  border-color: var(--mobile_menu_border_color)
}

body:not(.mobile-menu-design-flyout) .fusion-mobile-nav-item a:hover {
  background-color: var(--mobile_menu_hover_color)
}

body:not(.mobile-menu-design-flyout) .fusion-mobile-current-nav-item>a,
body:not(.mobile-menu-design-flyout) .fusion-mobile-nav-item.current-menu-item>a {
  background-color: var(--mobile_menu_hover_color)
}

.fusion-mobile-selector {
  height: var(--mobile_menu_nav_height);
  line-height: var(--mobile_menu_nav_height);
  background-color: var(--mobile_menu_background_color);
  border-color: var(--mobile_menu_border_color);
  color: var(--mobile_menu_typography-color);
  font-size: var(--mobile_menu_typography-font-size)
}

.fusion-open-submenu {
  height: var(--mobile_menu_nav_height);
  line-height: var(--mobile_menu_nav_height);
  font-size: var(--mobile_menu_typography-font-size-open-submenu)
}

.avada-has-mobile-menu-search:not(.avada-has-main-nav-search-icon) .fusion-header-v6.fusion-header-has-flyout-menu .fusion-flyout-menu-icons .fusion-flyout-search-toggle {
  display: none
}

.fusion-mobile-nav-holder>ul {
  border-color: var(--mobile_menu_border_color)
}

.fusion-mobile-nav-holder>ul li a {
  font-family: var(--mobile_menu_typography-font-family);
  font-weight: var(--mobile_menu_typography-font-weight);
  font-style: var(--mobile_menu_typography-font-style, normal)
}

.fusion-mobile-nav-holder>ul li .fusion-icon-only-link .menu-text {
  font-family: var(--mobile_menu_typography-font-family);
  font-weight: var(--mobile_menu_typography-font-weight);
  font-style: var(--mobile_menu_typography-font-style, normal)
}

.fusion-mobile-nav-holder>ul>li.fusion-mobile-nav-item>a {
  font-size: var(--mobile_menu_typography-font-size);
  letter-spacing: var(--mobile_menu_typography-letter-spacing);
  text-transform: var(--mobile_menu_typography-text-transform)
}

.fusion-mobile-menu-design-modern .fusion-mobile-nav-holder>ul {
  border-color: var(--mobile_menu_border_color)
}

.fusion-selector-down {
  font-size: var(--mobile_menu_typography-font-size-30-or-24px)
}

.fusion-selector-down:before {
  color: var(--mobile_menu_toggle_color)
}

.fusion-mobile-nav-item .fusion-open-submenu {
  color: var(--mobile_menu_typography-color)
}

.fusion-mobile-nav-item a {
  color: var(--mobile_menu_typography-color);
  font-size: var(--mobile_menu_typography-font-size);
  line-height: var(--mobile_menu_typography-line-height);
  letter-spacing: var(--mobile_menu_typography-letter-spacing);
  text-transform: var(--mobile_menu_typography-text-transform)
}

.fusion-mobile-nav-item a:hover {
  color: var(--mobile_menu_font_hover_color)
}

.fusion-mobile-nav-item a:before {
  color: var(--mobile_menu_typography-color)
}

.fusion-mobile-nav-item.fusion-main-menu-sliding-bar a:after {
  color: var(--mobile_menu_typography-color)
}

.fusion-mobile-nav-item.current-menu-item>a {
  color: var(--mobile_menu_font_hover_color)
}

.fusion-mobile-current-nav-item>a {
  color: var(--mobile_menu_font_hover_color)
}

.avada-has-megamenu-item-divider #side-header .fusion-main-menu>ul .sub-menu>li:last-child>a,
.avada-has-megamenu-item-divider .fusion-megamenu-wrapper .fusion-megamenu-submenu .sub-menu a,
.avada-has-megamenu-item-divider .fusion-megamenu-wrapper .fusion-megamenu-submenu>a {
  border-bottom: 1px solid var(--menu_sub_sep_color)
}

.avada-has-megamenu-item-divider .fusion-megamenu-wrapper .fusion-megamenu-submenu {
  padding-bottom: 0
}

.avada-has-megamenu-item-divider .fusion-megamenu-wrapper .fusion-megamenu-submenu-notitle {
  padding-top: 0
}

.rtl .fusion-secondary-menu>ul>li>.sub-menu .sub-menu {
  right: var(--topmenu_dropwdown_width)
}

.rtl .fusion-secondary-menu>ul>li:first-child {
  border-left: 1px solid var(--header_top_first_border_color)
}

.rtl .fusion-header-v1 .fusion-main-menu>ul>li,
.rtl .fusion-header-v2 .fusion-main-menu>ul>li,
.rtl .fusion-header-v3 .fusion-main-menu>ul>li,
.rtl .fusion-header-v4 .fusion-main-menu>ul>li,
.rtl .fusion-header-v5 .fusion-main-menu>ul>li,
.rtl .fusion-header-v7 .fusion-main-menu>ul>li {
  padding-left: var(--nav_padding-no-zero, var(--nav_padding))
}

.rtl .fusion-megamenu-wrapper .fusion-megamenu-submenu:last-child {
  border-color: var(--menu_sub_sep_color)
}

.rtl .fusion-mobile-nav-holder .fusion-selector-down {
  line-height: calc(var(--mobile_menu_nav_height) - 2px);
  height: calc(var(--mobile_menu_nav_height) - 2px);
  border-color: var(--mobile_menu_border_color)
}

.rtl .fusion-selector-down:before {
  color: var(--mobile_menu_toggle_color)
}

.fusion-is-sticky .fusion-main-menu .current-menu-ancestor>a>.fusion-megamenu-icon,
.fusion-is-sticky .fusion-main-menu .current-menu-item>a>.fusion-megamenu-icon,
.fusion-is-sticky .fusion-main-menu .current-menu-parent>a>.fusion-megamenu-icon,
.fusion-is-sticky .fusion-main-menu .current_page_item>a>.fusion-megamenu-icon,
.fusion-is-sticky .fusion-main-menu>ul>li>a:hover>.fusion-megamenu-icon {
  color: var(--menu_icon_hover_color)
}

.fusion-top-header.fusion-sticky-header:not(.fusion-header-v6) .avada-menu-highlight-style-arrow .fusion-is-sticky .fusion-arrow-svg svg path {
  stroke: transparent
}

.avada-menu-highlight-style-bottombar.fusion-top-header:not(.fusion-header-layout-v6) .fusion-main-menu>ul>li>.fusion-bottombar-highlight:after {
  border-top: var(--nav_highlight_border) solid var(--menu_hover_first_color)
}

.avada-menu-highlight-style-bottombar.fusion-top-header:not(.fusion-header-layout-v6) .fusion-main-menu>ul>li>.fusion-bottombar-highlight.fusion-flex-column:after {
  margin-top: var(--menu_icon_size)
}

.fusion-contact-info {
  line-height: var(--sec_menu_lh)
}

.side-header.menu-text-align-right:not(.avada-menu-icon-position-left) .fusion-main-menu>ul>li>a.fusion-flex-link,
.side-header.menu-text-align-right:not(.avada-menu-icon-position-right) .fusion-main-menu>ul>li>a.fusion-flex-link {
  align-items: flex-end
}

.side-header.menu-text-align-right:not(.avada-menu-icon-position-left).rtl .fusion-main-menu>ul>li>a.fusion-flex-link,
.side-header.menu-text-align-right:not(.avada-menu-icon-position-right).rtl .fusion-main-menu>ul>li>a.fusion-flex-link {
  align-items: flex-start
}

.side-header.menu-text-align-left:not(.avada-menu-icon-position-left) .fusion-main-menu>ul>li>a.fusion-flex-link,
.side-header.menu-text-align-left:not(.avada-menu-icon-position-right) .fusion-main-menu>ul>li>a.fusion-flex-link {
  align-items: flex-start
}

.side-header.menu-text-align-left:not(.avada-menu-icon-position-left).rtl .fusion-main-menu>ul>li>a.fusion-flex-link,
.side-header.menu-text-align-left:not(.avada-menu-icon-position-right).rtl .fusion-main-menu>ul>li>a.fusion-flex-link {
  align-items: flex-end
}

.avada-menu-highlight-style-background:not(.fusion-header-layout-v6) .fusion-is-sticky .fusion-main-menu>ul>li:hover>a,
.avada-menu-highlight-style-background:not(.fusion-header-layout-v6) .fusion-is-sticky .fusion-main-menu>ul>li:hover>a .fusion-menu-description,
.avada-menu-highlight-style-background:not(.fusion-header-layout-v6) .fusion-main-menu>ul>li:hover>a,
.avada-menu-highlight-style-background:not(.fusion-header-layout-v6) .fusion-main-menu>ul>li:hover>a .fusion-menu-description {
  color: var(--menu_hover_first_color)
}

.fusion-body .avada-google-map {
  margin-top: var(--gmap_topmargin)
}

.avada-image-rollover-no .fusion-rollover {
  display: none
}

.avada-image-rollover-no .fusion-masonry-element-container.fusion-image-wrapper>a {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0
}

.fusion-image-wrapper .fusion-rollover {
  background-image: linear-gradient(to top, var(--image_gradient_bottom_color) 0, var(--image_gradient_top_color) 100%)
}

.avada-image-rollover-direction-fade .fusion-image-wrapper .fusion-rollover {
  transform: translateY(0);
  transition: opacity .5s ease-in-out
}

.avada-image-rollover-direction-right .fusion-image-wrapper .fusion-rollover {
  transform: translateX(100%)
}

.avada-image-rollover-direction-bottom .fusion-image-wrapper .fusion-rollover {
  transform: translateY(100%)
}

.avada-image-rollover-direction-top .fusion-image-wrapper .fusion-rollover {
  transform: translateY(-100%)
}

.avada-image-rollover-direction-center_horiz .fusion-image-wrapper .fusion-rollover {
  transform: scaleX(0)
}

.avada-image-rollover-direction-center_vertical .fusion-image-wrapper .fusion-rollover {
  transform: scaleY(0)
}

.fusion-image-wrapper .fusion-rollover .fusion-rollover-gallery,
.fusion-image-wrapper .fusion-rollover .fusion-rollover-link {
  width: calc((var(--image_rollover_icon_size)) * 1.5);
  height: calc((var(--image_rollover_icon_size)) * 1.5);
  background-color: transparent
}

.avada-image-rollover-circle-yes .fusion-image-wrapper .fusion-rollover .fusion-rollover-gallery,
.avada-image-rollover-circle-yes .fusion-image-wrapper .fusion-rollover .fusion-rollover-link {
  width: calc((var(--image_rollover_icon_size)) * 2.41);
  height: calc((var(--image_rollover_icon_size)) * 2.41);
  background-color: var(--image_rollover_text_color);
  line-height: 2.41
}

.fusion-image-wrapper .fusion-rollover .fusion-rollover-gallery:before,
.fusion-image-wrapper .fusion-rollover .fusion-rollover-link:before {
  font-size: var(--image_rollover_icon_size);
  color: var(--image_rollover_icon_color)
}

.fusion-image-wrapper.hover .fusion-rollover {
  opacity: 1
}

.avada-image-rollover-direction-fade .fusion-image-wrapper.hover .fusion-rollover,
.avada-image-rollover-direction-fade .fusion-image-wrapper:hover .fusion-rollover,
.avada-image-rollover-direction-right .fusion-image-wrapper.hover .fusion-rollover,
.avada-image-rollover-direction-right .fusion-image-wrapper:hover .fusion-rollover {
  transform: translateX(0)
}

.avada-image-rollover-direction-bottom .fusion-image-wrapper.hover .fusion-rollover,
.avada-image-rollover-direction-bottom .fusion-image-wrapper:hover .fusion-rollover,
.avada-image-rollover-direction-top .fusion-image-wrapper.hover .fusion-rollover,
.avada-image-rollover-direction-top .fusion-image-wrapper:hover .fusion-rollover {
  transform: translateY(0)
}

.avada-image-rollover-direction-center_horiz .fusion-image-wrapper.hover .fusion-rollover,
.avada-image-rollover-direction-center_horiz .fusion-image-wrapper:hover .fusion-rollover {
  transform: scaleX(1)
}

.avada-image-rollover-direction-center_vertical .fusion-image-wrapper.hover .fusion-rollover,
.avada-image-rollover-direction-center_vertical .fusion-image-wrapper:hover .fusion-rollover {
  transform: scaleY(1)
}

.fusion-image-wrapper .fusion-rollover .fusion-rollover-content .fusion-product-buttons a:before,
.fusion-image-wrapper .fusion-rollover .fusion-rollover-content .fusion-rollover-categories,
.fusion-image-wrapper .fusion-rollover .fusion-rollover-content .fusion-rollover-categories a,
.fusion-image-wrapper .fusion-rollover .fusion-rollover-content .fusion-rollover-title a,
.fusion-image-wrapper .fusion-rollover .fusion-rollover-content .price,
.fusion-image-wrapper .fusion-rollover .fusion-rollover-content .price *,
.fusion-image-wrapper .fusion-rollover .fusion-rollover-content a,
.fusion-rollover .fusion-rollover-content .fusion-rollover-title {
  color: var(--image_rollover_text_color)
}

.fusion-hide-pagination-text .fusion-pagination .next,
.fusion-hide-pagination-text .fusion-pagination .prev,
.fusion-hide-pagination-text .pagination .pagination-next,
.fusion-hide-pagination-text .pagination .pagination-prev,
.fusion-pagination .current,
.fusion-pagination .page-numbers:not(.prev):not(.next),
.page-links a,
.page-links>.page-number:not(.prev):not(.next),
.pagination .current,
.pagination .pagination-next,
.pagination a.inactive {
  border-radius: var(--pagination_border_radius);
  border-width: var(--pagination_border_width)
}

body:not(.fusion-hide-pagination-text) .fusion-pagination .next,
body:not(.fusion-hide-pagination-text) .fusion-pagination .prev,
body:not(.fusion-hide-pagination-text) .pagination .pagination-next,
body:not(.fusion-hide-pagination-text) .pagination .pagination-prev {
  line-height: var(--pagination_width_height)
}

body:not(.avada-has-pagination-padding) .fusion-pagination .current,
body:not(.avada-has-pagination-padding) .fusion-pagination .page-numbers:not(.prev):not(.next),
body:not(.avada-has-pagination-padding) .page-links a,
body:not(.avada-has-pagination-padding) .page-links>.page-number:not(.prev):not(.next),
body:not(.avada-has-pagination-padding) .pagination .current,
body:not(.avada-has-pagination-padding) .pagination a.inactive,
body:not(.avada-has-pagination-padding).fusion-hide-pagination-text .fusion-pagination .next,
body:not(.avada-has-pagination-padding).fusion-hide-pagination-text .fusion-pagination .prev,
body:not(.avada-has-pagination-padding).fusion-hide-pagination-text .pagination .pagination-next,
body:not(.avada-has-pagination-padding).fusion-hide-pagination-text .pagination .pagination-prev {
  width: var(--pagination_width_height);
  height: var(--pagination_width_height);
  margin-left: calc((var(--pagination_width_height))/ 10);
  margin-right: calc((var(--pagination_width_height))/ 10)
}

body:not(.avada-has-pagination-padding) .pagination .pagination-next,
body:not(.avada-has-pagination-padding) .pagination .pagination-prev {
  margin-left: calc((var(--pagination_width_height))/ 10);
  margin-right: calc((var(--pagination_width_height))/ 10)
}

body:not(.avada-has-pagination-padding) .pagination .pagination-dots {
  width: calc((var(--pagination_width_height))/ 2);
  margin-left: calc((var(--pagination_width_height))/ 10);
  margin-right: calc((var(--pagination_width_height))/ 10)
}

.avada-has-pagination-padding .fusion-pagination .current,
.avada-has-pagination-padding .fusion-pagination .page-numbers:not(.prev):not(.next),
.avada-has-pagination-padding .page-links a,
.avada-has-pagination-padding .page-links>.page-number:not(.prev):not(.next),
.avada-has-pagination-padding .pagination .current,
.avada-has-pagination-padding .pagination a.inactive,
.avada-has-pagination-padding.fusion-hide-pagination-text .fusion-pagination .next,
.avada-has-pagination-padding.fusion-hide-pagination-text .fusion-pagination .prev,
.avada-has-pagination-padding.fusion-hide-pagination-text .pagination .pagination-next,
.avada-has-pagination-padding.fusion-hide-pagination-text .pagination .pagination-prev {
  padding: var(--pagination_box_padding-height) var(--pagination_box_padding-width) var(--pagination_box_padding-height) var(--pagination_box_padding-width)
}

.fusion-pagination .next,
.fusion-pagination .page-numbers,
.fusion-pagination .prev,
.page-links,
.pagination,
.pagination .pagination-next,
.pagination .pagination-prev {
  font-size: var(--pagination_font_size)
}

#comment-input input,
.avada-select .select2-container .select2-choice,
.avada-select .select2-container .select2-choice .select2-arrow,
.avada-select .select2-container .select2-choice2 .select2-arrow,
.chzn-container .chzn-drop,
.chzn-container-single .chzn-single,
.fusion-body .avada-select-parent select,
.fusion-body .gift-cards-list button.ywgc-amount-buttons,
.fusion-login-box .fusion-login-form input[type=password],
.fusion-login-box .fusion-login-form input[type=text],
.input-text:not(textarea),
.main-nav-search-form input,
.post-password-form label input[type=password],
.search-page-search-form input,
.searchform .fusion-search-form-content .fusion-search-button input[type=submit],
.searchform .fusion-search-form-content .fusion-search-field input,
.searchform .search-table .search-field input,
.select2-container--default .select2-selection--single,
.select2-container--default .select2-selection--single .select2-selection__arrow,
input.s,
input[type=date],
input[type=email],
input[type=number],
input[type=password],
input[type=tel],
input[type=text],
input[type=time],
select {
  height: var(--form_input_height);
  padding-top: 0;
  padding-bottom: 0
}

.avada-select .select2-container .select2-choice .select2-arrow,
.avada-select .select2-container .select2-choice2 .select2-arrow,
.searchform .fusion-search-form-content .fusion-search-button input[type=submit] {
  width: var(--form_input_height)
}

.avada-select .select2-container .select2-choice .select2-arrow,
.avada-select .select2-container .select2-choice2 .select2-arrow,
.searchform .fusion-search-form-content .fusion-search-button input[type=submit],
.select2-container .select2-choice>.select2-chosen,
.select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: var(--form_input_height)
}

.fusion-main-menu .fusion-main-menu-search .fusion-custom-menu-item-contents {
  width: var(--form_input_height-main-menu-search-width)
}

#comment-input input,
#comment-textarea textarea,
.avada-select .select2-container .select2-choice,
.avada-select .select2-container .select2-choice2,
.chzn-container .chzn-drop,
.chzn-container-single .chzn-single,
.comment-form-comment textarea,
.fusion-body .avada-select-parent select,
.fusion-body .gift-cards-list button.ywgc-amount-buttons,
.input-text,
.main-nav-search-form input,
.post-password-form label input[type=password],
.search-page-search-form input,
input.s,
input[type=date],
input[type=email],
input[type=number],
input[type=password],
input[type=tel],
input[type=text],
input[type=time],
select,
textarea {
  background-color: var(--form_bg_color);
  font-size: var(--form_text_size);
  color: var(--form_text_color)
}

#comment-input input:focus,
#comment-textarea textarea:focus,
.avada-select .select2-container .select2-choice2:focus,
.avada-select .select2-container .select2-choice:focus,
.chzn-container .chzn-drop:focus,
.chzn-container-single .chzn-single:focus,
.comment-form-comment textarea:focus,
.fusion-body .avada-select-parent select:focus,
.fusion-body .gift-cards-list button.ywgc-amount-buttons:focus,
.input-text:focus,
.main-nav-search-form input:focus,
.post-password-form label input[type=password]:focus,
.search-page-search-form input:focus,
input.s:focus,
input[type=date]:focus,
input[type=email]:focus,
input[type=number]:focus,
input[type=password]:focus,
input[type=tel]:focus,
input[type=text]:focus,
input[type=time]:focus,
select:focus,
textarea:focus {
  border-color: var(--form_focus_border_color)
}

.fusion-body .gift-cards-list .ywgc-amount-buttons.selected_button {
  border-color: var(--form_focus_border_color)
}

.searchform .fusion-search-form-content .fusion-search-field input,
.select2-container--default .select2-selection--single {
  background-color: var(--form_bg_color);
  font-size: var(--form_text_size)
}

#wrapper .select-arrow,
.avada-select-parent .select-arrow,
.fusion-modal-content .select-arrow,
.select2-dropdown {
  background-color: var(--form_bg_color)
}

#calc_shipping_state_field .select2-selection__placeholder,
#comment-input .placeholder,
#comment-textarea .placeholder,
.fusion-search-element .searchform.fusion-search-form-clean .fusion-search-form-content .fusion-search-button input[type=submit],
.fusion-search-form-clean .searchform:not(.fusion-search-form-classic) .fusion-search-form-content .fusion-search-button input[type=submit],
.select2-results__option,
input.s .placeholder {
  font-size: var(--form_text_size);
  color: var(--form_text_color)
}

#calc_shipping_state_field .select2-selection__placeholder:focus,
#comment-input .placeholder:focus,
#comment-textarea .placeholder:focus,
.fusion-search-element .searchform.fusion-search-form-clean .fusion-search-form-content .fusion-search-button input[type=submit]:focus,
.fusion-search-form-clean .searchform:not(.fusion-search-form-classic) .fusion-search-form-content .fusion-search-button input[type=submit]:focus,
.select2-results__option:focus,
input.s .placeholder:focus {
  border-color: var(--form_focus_border_color)
}

.select2-selection__rendered {
  font-size: var(--form_text_size)
}

.catalog-ordering a,
.order-dropdown ul li a,
.order-dropdown>li:after,
.searchform .fusion-search-form-content .fusion-search-field input,
.select2-container--default .select2-selection--single .select2-selection__rendered {
  color: var(--form_text_color)
}

.catalog-ordering a:focus,
.order-dropdown ul li a:focus,
.order-dropdown>li:after:focus,
.searchform .fusion-search-form-content .fusion-search-field input:focus,
.select2-container--default .select2-selection--single .select2-selection__rendered:focus {
  border-color: var(--form_focus_border_color)
}

.quicktags-toolbar {
  background: linear-gradient(to top, var(--content_bg_color), var(--form_bg_color)) #3e3e3e
}

.quicktags-toolbar input {
  font-size: var(--form_text_size);
  color: var(--form_text_color)
}

.quicktags-toolbar input:hover {
  background: var(--form_bg_color)
}

.quicktags-toolbar input:focus {
  border-color: var(--form_focus_border_color)
}

.fusion-live-search .fusion-search-results {
  background-color: var(--form_bg_color);
  font-size: var(--form_text_size);
  color: var(--form_text_color);
  border-radius: var(--form_border_radius)
}

.fusion-live-search .fusion-search-results:focus {
  border-color: var(--form_focus_border_color)
}

.fusion-live-search .fusion-search-results.suggestions-added {
  margin-top: var(--form_border_width-top)
}

.fusion-live-search .fusion-search-result,
.fusion-live-search .fusion-search-results {
  border-color: var(--form_focus_border_color);
  border-width: var(--form_border_width-top) var(--form_border_width-right) var(--form_border_width-bottom) var(--form_border_width-left)
}

#wrapper .select-arrow,
.avada-select-parent .select-arrow,
.fusion-modal-content .select-arrow,
.gravity-select-parent .select-arrow,
.select-arrow,
.wpcf7-select-parent .select-arrow {
  font-size: calc((var(--form_text_size)) * .75)
}

#comment-input input::-moz-placeholder,
#comment-textarea textarea::-moz-placeholder,
.comment-form-comment textarea::-moz-placeholder,
.input-text::-moz-placeholder,
.post-password-form label input[type=password]::-moz-placeholder,
.searchform .s::-moz-placeholder,
input#s::-moz-placeholder,
input::-moz-placeholder,
textarea.fusion-form-input::-moz-placeholder {
  color: var(--form_text_color)
}

#comment-input input::-webkit-input-placeholder,
#comment-textarea textarea::-webkit-input-placeholder,
.comment-form-comment textarea::-webkit-input-placeholder,
.input-text::-webkit-input-placeholder,
.post-password-form label input[type=password]::-webkit-input-placeholder,
.searchform .s::-webkit-input-placeholder,
input#s::-webkit-input-placeholder,
input::-webkit-input-placeholder,
textarea.fusion-form-input::-webkit-input-placeholder {
  color: var(--form_text_color)
}

.fusion-body select:focus+.select-arrow,
.fusion-body select:focus+.select2-arrow {
  border-color: var(--form_focus_border_color);
  color: var(--form_focus_border_color)
}

.select2-container--default.select2-container--open .select2-dropdown,
.select2-container--default.select2-container--open .select2-dropdown .select2-search,
.select2-container--default.select2-container--open .select2-search--dropdown .select2-search__field,
.select2-container--default.select2-container--open .select2-selection--single,
.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow,
.select2-container--default.select2-container--open .select2-selection--single .select2-selection__rendered {
  border-color: var(--form_focus_border_color)
}

.select2-container--default.select2-container--open .select2-selection--single:focus .select2-selection__arrow b {
  border-bottom-color: var(--form_focus_border_color)
}

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-bottom-color: var(--form_border_color)
}

.select2-container--default .select2-container .select2-selection:focus .select2-selection__arrow {
  border-color: var(--form_focus_border_color)
}

.select2-container--default .select2-selection--single:focus .select2-selection__arrow b {
  border-top-color: var(--form_focus_border_color)
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
  border-top-color: var(--form_border_color)
}

.fusion-search-form-clean .fusion-live-search .fusion-slider-loading {
  border-bottom-color: var(--form_text_color);
  border-top-color: var(--form_text_color-35a);
  border-right-color: var(--form_text_color-35a);
  border-left-color: var(--form_text_color-35a)
}

#comment-input input,
#comment-textarea textarea,
.avada-select .select2-container .select2-choice,
.avada-select .select2-container .select2-choice .select2-arrow,
.avada-select .select2-container .select2-choice2 .select2-arrow,
.chzn-container .chzn-drop,
.chzn-container-single .chzn-single,
.comment-form-comment textarea,
.fusion-body .avada-select-parent .select-arrow,
.fusion-body .avada-select-parent select,
.fusion-body .gift-cards-list button.ywgc-amount-buttons,
.gravity-select-parent .select-arrow,
.input-text,
.main-nav-search-form input,
.post-password-form label input[type=password],
.search-page-search-form input,
.searchform .fusion-search-form-content .fusion-search-field input,
.select-arrow,
.select2-container .select2-selection .select2-selection__arrow,
.select2-container--default .select2-dropdown .select2-search,
.select2-container--default .select2-search--dropdown .select2-search__field,
.select2-container--default .select2-selection--single,
.select2-dropdown,
input.s,
input[type=date],
input[type=email],
input[type=number],
input[type=password],
input[type=tel],
input[type=text],
input[type=time],
select,
textarea {
  border-width: var(--form_border_width-top) var(--form_border_width-right) var(--form_border_width-bottom) var(--form_border_width-left);
  border-color: var(--form_border_color);
  border-radius: var(--form_border_radius)
}

.select-arrow,
.select2-arrow {
  color: var(--form_border_color)
}

.quicktags-toolbar input {
  border: 1px solid var(--form_border_color)
}

.fusion-contact-form .grecaptcha-badge {
  box-shadow: 0 0 3px var(--form_border_color) !important
}

.fusion-search-element .searchform.fusion-search-form-classic .fusion-search-form-content,
.fusion-search-form-classic .searchform:not(.fusion-search-form-clean) .fusion-search-form-content,
input[type=tel] {
  border-radius: var(--form_border_radius);
  border-width: var(--form_border_width-top) var(--form_border_width-right) var(--form_border_width-bottom) var(--form_border_width-left)
}

.select2-container .select2-selection .select2-selection__arrow {
  border-width: var(--form_border_width-top) var(--form_border_width-right) var(--form_border_width-bottom) var(--form_border_width-left)
}

.avada-select-parent .select-arrow,
.gravity-select-parent .select-arrow,
.select-arrow,
.wpcf7-select-parent .select-arrow {
  bottom: var(--form_border_width-bottom)
}

.fusion-blog-layout-masonry .fusion-post-content-wrapper,
.fusion-portfolio-layout-masonry .fusion-portfolio-content {
  background-color: var(--timeline_bg_color-not-transparent)
}

.fusion-blog-layout-grid .post .fusion-post-wrapper,
.fusion-blog-layout-timeline .post,
.fusion-portfolio.fusion-portfolio-boxed .fusion-portfolio-content-wrapper {
  background-color: var(--timeline_bg_color)
}

.fusion-blog-layout-timeline .fusion-timeline-circle,
.fusion-blog-layout-timeline .fusion-timeline-date,
.fusion-blog-timeline-layout .fusion-timeline-circle,
.fusion-blog-timeline-layout .fusion-timeline-date {
  background-color: var(--timeline_color)
}

.fusion-blog-timeline-layout .fusion-timeline-arrow,
.fusion-blog-timeline-layout .fusion-timeline-icon,
.fusion-timeline-arrow,
.fusion-timeline-icon {
  color: var(--timeline_color)
}

.fusion-blog-layout-grid .post .flexslider,
.fusion-blog-layout-grid .post .fusion-post-wrapper,
.fusion-blog-layout-timeline .fusion-timeline-arrow,
.fusion-blog-layout-timeline .fusion-timeline-date,
.fusion-blog-layout-timeline .fusion-timeline-line,
.fusion-blog-layout-timeline .post,
.fusion-blog-layout-timeline .post .flexslider,
.fusion-blog-timeline-layout .post,
.fusion-blog-timeline-layout .post .flexslider,
.fusion-portfolio.fusion-portfolio-boxed .fusion-portfolio-content-wrapper {
  border-color: var(--timeline_color)
}

.avada-has-transparent-timeline_color .fusion-blog-layout-grid .post .flexslider,
.avada-has-transparent-timeline_color .fusion-blog-layout-grid .post .fusion-post-wrapper,
.avada-has-transparent-timeline_color .fusion-blog-layout-timeline .fusion-timeline-arrow,
.avada-has-transparent-timeline_color .fusion-blog-layout-timeline .fusion-timeline-date,
.avada-has-transparent-timeline_color .fusion-blog-layout-timeline .fusion-timeline-line,
.avada-has-transparent-timeline_color .fusion-blog-layout-timeline .post,
.avada-has-transparent-timeline_color .fusion-blog-layout-timeline .post .flexslider,
.avada-has-transparent-timeline_color .fusion-blog-timeline-layout .post,
.avada-has-transparent-timeline_color .fusion-blog-timeline-layout .post .flexslider,
.avada-has-transparent-timeline_color .fusion-portfolio.fusion-portfolio-boxed .fusion-portfolio-content-wrapper,
.avada-has-transparent-timeline_color.fusion-portfolio.fusion-portfolio-boxed .fusion-portfolio-content-wrapper {
  border: none
}

.fusion-blog-layout-grid .post .fusion-content-sep,
.fusion-blog-layout-timeline .post .fusion-content-sep,
.fusion-blog-timeline-layout .post .fusion-content-sep,
.fusion-body .product .fusion-content-sep,
.fusion-portfolio.fusion-portfolio-boxed .fusion-content-sep {
  border-color: var(--grid_separator_color)
}

.fusion-blog-layout-grid .post .fusion-content-sep,
.fusion-layout-timeline .post .fusion-content-sep,
.fusion-portfolio.fusion-portfolio-boxed .fusion-content-sep {
  border-color: var(--grid_separator_color)
}

@media only screen and (min-device-width:768px) and (max-device-width:1024px) and (orientation:landscape) {

  .avada-footer-fx-bg-parallax.avada-has-footer-widget-bg-image .fusion-body #wrapper,
  .avada-footer-fx-no-height-bg-parallax.avada-has-footer-widget-bg-image .fusion-body #wrapper,
  .avada-footer-fx-no-height-parallax-effect.avada-has-footer-widget-bg-image .fusion-body #wrapper,
  .avada-footer-fx-no-height-sticky-with-parallax-bg-image.avada-has-footer-widget-bg-image .fusion-body #wrapper,
  .avada-footer-fx-parallax-effect.avada-has-footer-widget-bg-image .fusion-body #wrapper,
  .avada-footer-fx-sticky-with-parallax-bg-image.avada-has-footer-widget-bg-image .fusion-body #wrapper {
    background-color: transparent
  }
}

@media only screen and (min-device-width:768px) and (max-device-width:1024px) and (orientation:portrait) {

  .avada-footer-fx-bg-parallax.avada-has-footer-widget-bg-image .fusion-body #wrapper,
  .avada-footer-fx-no-height-bg-parallax.avada-has-footer-widget-bg-image .fusion-body #wrapper,
  .avada-footer-fx-no-height-parallax-effect.avada-has-footer-widget-bg-image .fusion-body #wrapper,
  .avada-footer-fx-no-height-sticky-with-parallax-bg-image.avada-has-footer-widget-bg-image .fusion-body #wrapper,
  .avada-footer-fx-parallax-effect.avada-has-footer-widget-bg-image .fusion-body #wrapper,
  .avada-footer-fx-sticky-with-parallax-bg-image.avada-has-footer-widget-bg-image .fusion-body #wrapper {
    background-color: transparent
  }
}

#slidingbar-area .widget-title,
#slidingbar-area h3,
.fusion-privacy-bar-full .column-title {
  font-family: var(--footer_headings_typography-font-family);
  font-size: var(--footer_headings_typography-font-size);
  font-weight: var(--footer_headings_typography-font-weight);
  line-height: var(--footer_headings_typography-line-height);
  letter-spacing: var(--footer_headings_typography-letter-spacing);
  text-transform: var(--footer_headings_typography-text-transform);
  font-style: var(--footer_headings_typography-font-style, normal);
  color: var(--footer_headings_typography-color)
}

.fusion-footer-widget-column .product-title {
  color: var(--footer_headings_typography-color)
}

:root {
  --adminbar-height: 0
}

body.admin-bar {
  --adminbar-height: 32px
}

@media screen and (max-width:782px) {
  body.admin-bar {
    --adminbar-height: 46px
  }
}

.page-template-blank #boxed-wrapper {
  display: flex
}

.page-template-blank #boxed-wrapper>div {
  flex-grow: 1;
  flex-basis: auto
}

#main .fusion-row,
#slidingbar-area .fusion-row,
.fusion-footer-widget-area .fusion-row,
.fusion-page-title-row,
.tfs-slider .slide-content-container .slide-content {
  max-width: var(--site_width)
}

.ua-mobile .avada-not-responsive #slidingbar-area.fusion-sliding-bar-position-bottom,
.ua-mobile .avada-not-responsive #slidingbar-area.fusion-sliding-bar-position-top {
  width: var(--site_width)
}

body.avada-not-responsive {
  min-width: var(--site_width)
}

html:not(.avada-has-site-width-percent) #main,
html:not(.avada-has-site-width-percent) .fusion-footer-copyright-area,
html:not(.avada-has-site-width-percent) .fusion-footer-widget-area,
html:not(.avada-has-site-width-percent) .fusion-sliding-bar-position-bottom .fusion-sliding-bar,
html:not(.avada-has-site-width-percent) .fusion-sliding-bar-position-top .fusion-sliding-bar,
html:not(.avada-has-site-width-percent) .tfs-slider .slide-content-container {
  padding-left: 30px;
  padding-right: 30px
}

html:not(.avada-has-site-width-percent) #main.width-100 {
  padding-left: var(--hundredp_padding-fallback_to_zero);
  padding-right: var(--hundredp_padding-fallback_to_zero)
}

.fusion-page-title-bar.fusion-tb-page-title-bar {
  padding-left: 0;
  padding-right: 0;
  height: auto
}

.fusion-footer.fusion-tb-footer .fusion-footer-widget-area {
  padding: 0
}

body.layout-boxed-mode {
  margin-top: var(--margin_offset-top) !important;
  margin-bottom: var(--margin_offset-bottom) !important
}

body.layout-boxed-mode #wrapper,
body.layout-boxed-mode .fusion-footer-parallax {
  width: var(--site_width);
  max-width: 100%;
  margin: 0 auto
}

body.layout-boxed-mode #wrapper.wrapper_blank {
  display: block
}

.has-sidebar .width-100 .fusion-fullwidth,
.has-sidebar .width-100 .nonhundred-percent-fullwidth {
  margin-left: 0;
  margin-right: 0
}

.width-100 .fusion-fullwidth,
.width-100 .nonhundred-percent-fullwidth {
  margin-left: var(--hundredp_padding-hundred_percent_negative_margin);
  margin-right: var(--hundredp_padding-hundred_percent_negative_margin)
}

.width-100 .fusion-fullwidth .fusion-fullwidth,
.width-100 .fusion-fullwidth .nonhundred-percent-fullwidth {
  margin-left: 0;
  margin-right: 0
}

.width-100 .fusion-fullwidth.fusion-absolute-container {
  width: calc(100% + 2 * (var(--hundredp_padding-fallback_to_zero_px)))
}

body.page-template-100-width.side-header .fusion-tb-footer .fusion-fullwidth.fusion-absolute-container {
  width: calc(100% - var(--side_header_width))
}

html.avada-has-site-width-percent body #main.width-100>.fusion-row,
html.avada-has-site-width-percent body.avada-responsive #main.width-100>.fusion-row {
  padding-left: 0;
  padding-right: 0
}

html.avada-has-site-width-percent .width-100 .fullwidth-box,
html.avada-has-site-width-percent .width-100 .fullwidth-box .fusion-row .fusion-full-width-sep {
  margin-left: var(--hundredp_padding-hundred_percent_negative_margin);
  margin-right: var(--hundredp_padding-hundred_percent_negative_margin)
}

html.avada-has-site-width-percent .width-100 .fullwidth-box .fullwidth-box,
html.avada-has-site-width-percent .width-100 .fullwidth-box .fullwidth-box .fusion-row .fusion-full-width-sep {
  margin-left: 0;
  margin-right: 0
}

html.avada-has-site-width-percent.avada-has-site-width-100-percent #main .fusion-row,
html.avada-has-site-width-percent.avada-has-site-width-100-percent #sliders-container .tfs-slider .slide-content-container,
html.avada-has-site-width-percent.avada-has-site-width-100-percent #slidingbar .fusion-row,
html.avada-has-site-width-percent.avada-has-site-width-100-percent .fusion-footer-copyright-area,
html.avada-has-site-width-percent.avada-has-site-width-100-percent .fusion-footer-widget-area {
  padding-left: var(--hundredp_padding);
  padding-right: var(--hundredp_padding)
}

body.has-sidebar #main .sidebar {
  width: var(--sidebar_width)
}

body.has-sidebar #content {
  width: calc(100% - var(--sidebar_width) - var(--sidebar_gutter))
}

body.has-sidebar.double-sidebars #main #sidebar {
  width: var(--sidebar_2_1_width);
  margin-left: calc(var(--dual_sidebar_gutter) - 100% + var(--sidebar_2_2_width))
}

body.has-sidebar.double-sidebars #main #sidebar-2 {
  width: var(--sidebar_2_2_width);
  margin-left: var(--dual_sidebar_gutter)
}

body.has-sidebar.double-sidebars #content {
  width: calc(100% - var(--sidebar_2_1_width) - var(--sidebar_2_2_width) - var(--dual_sidebar_gutter) - var(--dual_sidebar_gutter));
  margin-left: calc(var(--sidebar_2_1_width) + var(--dual_sidebar_gutter))
}

#main {
  padding-left: 30px;
  padding-right: 30px;
  padding-top: var(--main_padding-top);
  padding-bottom: var(--main_padding-bottom)
}

#main.width-100 {
  padding-left: var(--hundredp_padding-fallback_to_zero);
  padding-right: var(--hundredp_padding-fallback_to_zero)
}

html.avada-is-100-percent-template #main {
  padding-left: 0;
  padding-right: 0
}

html.avada-is-100-percent-template #main.width-100 {
  padding-left: var(--hundredp_padding-fallback_to_zero);
  padding-right: var(--hundredp_padding-fallback_to_zero)
}

body.layout-boxed-mode.layout-scroll-offset-framed {
  margin-top: var(--margin_offset-top-no-percent) !important;
  margin-bottom: var(--margin_offset-bottom-no-percent) !important
}

.fusion-bottom-frame,
.fusion-boxed-shadow,
.fusion-sides-frame,
.fusion-top-frame {
  display: none
}

.layout-boxed-mode.layout-scroll-offset-framed .fusion-sides-frame {
  display: block;
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  pointer-events: none
}

.layout-boxed-mode.layout-scroll-offset-framed:not(.avada-has-zero-margin-offset-top) .fusion-bottom-frame,
.layout-boxed-mode.layout-scroll-offset-framed:not(.avada-has-zero-margin-offset-top) .fusion-top-frame {
  display: block;
  position: fixed;
  z-index: 99999;
  width: 100%
}

.layout-boxed-mode.layout-scroll-offset-framed:not(.avada-has-zero-margin-offset-top) .fusion-sides-frame,
.layout-boxed-mode.layout-scroll-offset-framed:not(.avada-has-zero-margin-offset-top) .fusion-top-frame {
  top: 0
}

.layout-boxed-mode.layout-scroll-offset-framed:not(.avada-has-zero-margin-offset-top) .fusion-bottom-frame {
  bottom: 0
}

.layout-boxed-mode.layout-scroll-offset-framed:not(.avada-has-zero-margin-offset-top).avada-has-boxed-modal-shadow-none .fusion-boxed-shadow {
  display: none
}

.layout-boxed-mode.layout-scroll-offset-framed:not(.avada-has-zero-margin-offset-top):not(.avada-has-boxed-modal-shadow-none):not(.avada-footer-fx-sticky) #wrapper {
  box-shadow: none
}

.layout-boxed-mode.layout-scroll-offset-framed.avada-has-boxed-modal-shadow-hard .fusion-boxed-shadow,
.layout-boxed-mode.layout-scroll-offset-framed.avada-has-boxed-modal-shadow-light .fusion-boxed-shadow,
.layout-boxed-mode.layout-scroll-offset-framed.avada-has-boxed-modal-shadow-medium .fusion-boxed-shadow {
  display: block;
  position: fixed;
  z-index: 99999;
  pointer-events: none
}

.layout-boxed-mode.layout-scroll-offset-framed .fusion-top-frame {
  height: var(--margin_offset-top-no-percent)
}

.layout-boxed-mode.layout-scroll-offset-framed .fusion-bottom-frame {
  height: var(--margin_offset-bottom-no-percent)
}

.layout-boxed-mode.layout-scroll-offset-framed .fusion-boxed-shadow {
  width: var(--site_width);
  height: calc(100vh - var(--margin_offset-top-no-percent) - var(--margin_offset-bottom-no-percent));
  top: var(--margin_offset-top-no-percent);
  left: calc((100% - var(--site_width))/ 2)
}

.layout-boxed-mode.layout-scroll-offset-framed.admin-bar .fusion-sides-frame,
.layout-boxed-mode.layout-scroll-offset-framed.admin-bar .fusion-top-frame {
  top: 32px
}

.layout-boxed-mode.layout-scroll-offset-framed.admin-bar .fusion-boxed-shadow {
  height: calc(100vh - var(--margin_offset-top-no-percent) - var(--margin_offset-bottom-no-percent) - var(--adminbar-height))
}

.layout-boxed-mode.layout-scroll-offset-framed.admin-bar .fusion-boxed-shadow {
  top: calc(var(--margin_offset-top-no-percent) + var(--adminbar-height))
}

.layout-boxed-mode:not(.avada-has-zero-margin-offset-top).layout-scroll-offset-framed #boxed-wrapper {
  padding-top: var(--margin_offset-top-no-percent);
  padding-bottom: var(--margin_offset-bottom-no-percent);
  margin-top: calc(var(--margin_offset-top-no-percent)/ -1);
  margin-bottom: calc(var(--margin_offset-bottom-no-percent)/ -1)
}

html.avada-has-site-width-percent .avada-responsive.layout-boxed-mode #main .fusion-row,
html.avada-has-site-width-percent .avada-responsive.layout-boxed-mode #slidingbar-area .fusion-row,
html.avada-has-site-width-percent .avada-responsive.layout-boxed-mode #small-nav .fusion-row,
html.avada-has-site-width-percent .avada-responsive.layout-boxed-mode .fusion-footer-copyright-area .fusion-row,
html.avada-has-site-width-percent .avada-responsive.layout-boxed-mode .fusion-footer-widget-area .fusion-row,
html.avada-has-site-width-percent .avada-responsive.layout-boxed-mode .fusion-page-title-row {
  max-width: none;
  padding-left: 10px;
  padding-right: 10px
}

html.avada-has-site-width-percent.avada-html-not-responsive {
  overflow-x: auto
}

html.avada-has-site-width-percent.avada-html-not-responsive body {
  overflow-x: auto
}

.layout-wide-mode #wrapper {
  width: 100%;
  max-width: none
}

.avada-has-pagetitle-100-width.layout-wide-mode .fusion-page-title-row {
  max-width: 100%
}

.fusion-tb-footer .fusion-fullwidth,
.fusion-tb-header .fusion-fullwidth,
.fusion-tb-page-title-bar .fusion-fullwidth {
  padding-left: var(--hundredp_padding);
  padding-right: var(--hundredp_padding)
}

.avada-footer-fx-parallax-effect .fusion-tb-header .fusion-fullwidth {
  z-index: 2
}

.fusion-portfolio-boxed .fusion-portfolio-unboxed .fusion-portfolio-content {
  padding: 0;
  margin: 20px 0
}

.fusion-portfolio-boxed .fusion-portfolio-unboxed .fusion-portfolio-content-wrapper {
  border: none
}

.fusion-portfolio-layout-masonry .fusion-portfolio-content {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
  margin: 0
}

.fusion-portfolio-content-wrapper .fusion-portfolio-content {
  text-align: var(--portfolio_archive_text_alignment)
}

.fusion-portfolio-layout-masonry {
  margin: calc((var(--portfolio_archive_column_spacing))/ -2)
}

.fusion-portfolio-layout-masonry .fusion-portfolio-content {
  padding: var(--portfolio_archive_text_layout-padding)
}

article.fusion-portfolio-post.post.fusion-col-spacing {
  padding: calc((var(--portfolio_archive_column_spacing))/ 2)
}

.fusion-portfolio-boxed .fusion-portfolio-content {
  padding-top: var(--portfolio_archive_layout_padding-top);
  padding-bottom: var(--portfolio_archive_layout_padding-bottom);
  padding-left: var(--portfolio_archive_layout_padding-left);
  padding-right: var(--portfolio_archive_layout_padding-right)
}

.fusion-portfolio-archive .fusion-load-more-button.fusion-portfolio-button {
  background-color: var(--portfolio_archive_load_more_posts_button_bg_color);
  color: var(--portfolio_archive_load_more_posts_button_text_color)
}

.fusion-portfolio-archive .fusion-load-more-button.fusion-portfolio-button:hover {
  background-color: var(--portfolio_archive_load_more_posts_hover_button_bg_color);
  color: var(--portfolio_archive_load_more_posts_hover_button_text_color)
}

.fusion-portfolio-content .fusion-portfolio-meta {
  font-size: var(--portfolio_meta_font_size)
}

.fusion-live-search .fusion-search-results {
  max-height: var(--live_search_results_height)
}

.search #posts-container .fusion-blog-layout-grid,
.search-results #posts-container .fusion-blog-layout-grid {
  margin-top: calc((var(--search_grid_column_spacing))/ -2);
  margin-right: calc((var(--search_grid_column_spacing))/ -2);
  margin-bottom: 0;
  margin-left: calc((var(--search_grid_column_spacing))/ -2)
}

.search #posts-container .fusion-blog-layout-grid .fusion-post-grid,
.search-results #posts-container .fusion-blog-layout-grid .fusion-post-grid {
  padding: calc((var(--search_grid_column_spacing))/ 2)
}

.fusion-main-menu-search-overlay .fusion-overlay-search .fusion-search-spacer {
  width: calc((var(--form_input_height)) * .4)
}

.fusion-main-menu-search-overlay .fusion-overlay-search .fusion-close-search {
  width: var(--form_text_size);
  height: var(--form_text_size)
}

.fusion-main-menu-search-overlay .fusion-overlay-search .fusion-close-search:after,
.fusion-main-menu-search-overlay .fusion-overlay-search .fusion-close-search:before {
  background-color: var(--nav_typography-color)
}

.fusion-main-menu-search-overlay .fusion-overlay-search .fusion-close-search:hover:after,
.fusion-main-menu-search-overlay .fusion-overlay-search .fusion-close-search:hover:before {
  background-color: var(--menu_hover_first_color)
}

#main .fusion-sticky-sidebar .fusion-sidebar-inner-content,
#main .sidebar:not(.fusion-sticky-sidebar) {
  background-color: var(--sidebar_bg_color)
}

#main .sidebar {
  padding: var(--sidebar_padding)
}

#main .sidebar.fusion-sticky-sidebar .fusion-sidebar-inner-content {
  padding: var(--sidebar_padding-percent_to_vw)
}

.sidebar .widget .heading .widget-title,
.sidebar .widget .widget-title {
  background-color: var(--sidebar_widget_bg_color);
  padding: var(--sidebar_widget_bg_color-opaque-padding)
}

.sidebar .widget .widget-title {
  font-size: var(--sidew_font_size)
}

.sidebar .widget .heading h4,
.sidebar .widget .widget-title {
  color: var(--sidebar_heading_color)
}

.fusion-body .fusion-flexslider .flex-direction-nav a,
.fusion-body .fusion-flexslider.flexslider-attachments .flex-direction-nav a,
.fusion-body .fusion-flexslider.flexslider-posts .flex-direction-nav a,
.fusion-body .fusion-flexslider.flexslider-posts-with-excerpt .flex-direction-nav a,
.fusion-body .fusion-slider-sc .flex-direction-nav a,
.fusion-body .woocommerce-product-gallery .flex-direction-nav a {
  width: var(--slider_nav_box_dimensions-width);
  height: var(--slider_nav_box_dimensions-height);
  line-height: var(--slider_nav_box_dimensions-height);
  font-size: var(--slider_arrow_size)
}

.fusion-body .fusion-carousel .fusion-carousel-nav .fusion-nav-next,
.fusion-body .fusion-carousel .fusion-carousel-nav .fusion-nav-prev {
  width: var(--slider_nav_box_dimensions-width);
  height: var(--slider_nav_box_dimensions-height);
  margin-top: calc((var(--slider_nav_box_dimensions-height))/ -2)
}

.fusion-body .fusion-carousel .fusion-carousel-nav .fusion-nav-next:before,
.fusion-body .fusion-carousel .fusion-carousel-nav .fusion-nav-prev:before {
  line-height: var(--slider_nav_box_dimensions-height);
  font-size: var(--slider_arrow_size)
}

.fusion-social-links-footer .fusion-social-networks a {
  font-size: var(--footer_social_links_font_size)
}

.fusion-social-links-footer .fusion-social-networks a.custom {
  max-height: var(--footer_social_links_boxed_padding)
}

.fusion-social-links-footer .fusion-social-networks a.custom img {
  max-height: var(--footer_social_links_font_size)
}

.fusion-social-links-footer .fusion-social-networks.boxed-icons a {
  width: calc(var(--footer_social_links_font_size) + (2 * (var(--footer_social_links_boxed_padding))) + 2px);
  padding: var(--footer_social_links_boxed_padding)
}

.fusion-social-links-footer .fusion-social-networks.boxed-icons a.custom {
  top: calc((var(--footer_social_links_boxed_padding)) * -1)
}

.fusion-social-links-footer .fusion-social-networks.boxed-icons a.custom img {
  max-height: calc(var(--footer_social_links_font_size) + (2 * (var(--footer_social_links_boxed_padding))) + 2px)
}

.fusion-social-links-footer .fusion-social-networks.boxed-icons .fusion-social-network-icon {
  color: var(--footer_social_links_icon_color)
}

.fusion-social-links-footer .fusion-social-networks.boxed-icons .fusion-social-network-icon:not(.custom) {
  background-color: var(--footer_social_links_box_color);
  border-color: var(--footer_social_links_box_color);
  border-radius: var(--footer_social_links_boxed_radius)
}

.fusion-social-links-footer .fusion-social-networks .fusion-social-network-icon {
  color: var(--footer_social_links_icon_color)
}

.fusion-social-networks.boxed-icons .fusion-social-network-icon:not(.custom) {
  background-color: var(--footer_social_links_box_color);
  border-color: var(--footer_social_links_box_color)
}

.fusion-single-sharing-box {
  background-color: var(--social_bg_color);
  padding: var(--social_bg_color-0-transparent, 20px)
}

.fusion-footer-widget-column {
  margin-bottom: 50px
}

.fusion-footer-widget-column:last-child {
  margin-bottom: 0
}

.fusion-footer-widget-column .row {
  margin-left: 0;
  margin-right: 0
}

.fusion-footer-widget-column .flexslider a {
  border: 0;
  padding: 0
}

.fusion-footer footer .fusion-columns .fusion-column {
  padding-left: var(--footer_widgets_padding);
  padding-right: var(--footer_widgets_padding)
}

.fusion-body .fusion-footer-widget-area-center .fusion-columns .fusion-column {
  text-align: center
}

.fusion-body .fusion-footer-copyright-center .fusion-social-links-footer {
  display: block;
  width: 100%;
  text-align: center;
  margin-top: 20px
}

.fusion-footer footer .fusion-columns {
  margin: 0 calc((var(--footer_widgets_padding)) * -1)
}

.fusion-footer footer .fusion-columns .fusion-column.fusion-has-widgets {
  border-color: var(--footer_divider_color)
}

.ltr .fusion-footer footer .fusion-columns .fusion-column.fusion-has-widgets {
  border-right-width: var(--footer_divider_line_size);
  border-right-style: var(--footer_divider_line_style)
}

.rtl .fusion-footer footer .fusion-columns .fusion-column.fusion-has-widgets {
  border-left-width: var(--footer_divider_line_size);
  border-left-style: var(--footer_divider_line_style)
}

.fusion-footer footer .fusion-row .fusion-columns {
  display: var(--footer_divider_line-flex);
  flex-flow: wrap
}

.rtl .fusion-footer footer .fusion-row .fusion-columns .fusion-column.fusion-column-last {
  border-left: none
}

.ltr .fusion-footer footer .fusion-row .fusion-columns .fusion-column.fusion-column-last {
  border-right: none
}

.fusion-footer-widget-area {
  position: relative;
  padding: var(--footer_area_padding-top) 10px var(--footer_area_padding-bottom);
  border-top: var(--footer_border_size) solid #A2A378;
  background-image: #A2A378;
  background-repeat: var(--footerw_bg_repeat);
  background-color: var(--footer_bg_color);
  background-size: var(--footerw_bg_full-size);
  background-position: var(--footerw_bg_full-position);
  color: var(--footer_text_color);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden
}

.fusion-footer-widget-area .widget_shopping_cart_content .buttons {
  background: rgba(0, 0, 0, .4)
}

.fusion-footer-widget-area .products-slider li .image {
  width: auto;
  height: auto
}

.fusion-footer-widget-area h3 {
  font-family: var(--footer_headings_typography-font-family);
  font-size: var(--footer_headings_typography-font-size);
  font-weight: var(--footer_headings_typography-font-weight);
  line-height: var(--footer_headings_typography-line-height);
  letter-spacing: var(--footer_headings_typography-letter-spacing);
  text-transform: var(--footer_headings_typography-text-transform);
  font-style: var(--footer_headings_typography-font-style, normal);
  color: var(--footer_headings_typography-color)
}

.fusion-footer-widget-area .fusion-footer-widget-column .fusion-columns {
  margin-left: 0;
  margin-right: 0
}

.fusion-footer-widget-area .fusion-footer-widget-column .fusion-column {
  padding-left: 3px;
  padding-right: 3px;
  padding-bottom: 3px
}

.fusion-footer-widget-area .fusion-footer-widget-column:not(.widget_icl_lang_sel_widget) ul:first-child>li:first-child>a,
.fusion-footer-widget-area .fusion-footer-widget-column:not(.widget_icl_lang_sel_widget)>ul>li:first-child>a {
  background-image: none;
  padding-top: 0
}

.fusion-footer-widget-area ul {
  list-style: none;
  margin: 0;
  padding: 0;
  font-size: 12px
}

.fusion-footer-widget-area ul.fusion-carousel-holder li a,
.fusion-footer-widget-area ul.fusion-checklist li a {
  border: 0;
  padding: 0
}

.fusion-footer-widget-area ul#recentcomments li.recentcomments:first-child {
  padding-top: 0;
  background: 0 0
}

.fusion-footer-widget-area ul li {
  border-color: var(--footer_divider_color)
}

.fusion-footer-widget-area ul li a {
  display: block;
  position: relative
}

.fusion-footer-widget-area ul li a:hover {
  color: var(--footer_link_color_hover)
}

.fusion-footer-widget-area li.recentcomments {
  padding: 12px 0;
  border-bottom: 1px solid #282a2b;
  display: block
}

.fusion-footer-widget-area li.recentcomments a {
  border: none
}

.fusion-footer-widget-area .widget_recent_entries li {
  border-bottom: 1px solid
}

.fusion-footer-widget-area .widget_recent_entries a {
  border-bottom: 0;
  padding-bottom: 0
}

.fusion-footer-widget-area .contact_info p {
  margin: 0
}

.fusion-footer-parallax .fusion-footer-widget-area {
  -webkit-backface-visibility: visible;
  backface-visibility: visible
}

.fusion-footer-widget-area .widget-title {
  margin: 0 0 28px;
  text-transform: var(--footer_headings_typography-text-transform, uppercase);
  font-family: var(--footer_headings_typography-font-family);
  font-size: var(--footer_headings_typography-font-size);
  font-weight: var(--footer_headings_typography-font-weight);
  line-height: var(--footer_headings_typography-line-height);
  letter-spacing: var(--footer_headings_typography-letter-spacing);
  font-style: var(--footer_headings_typography-font-style, normal);
  color: #fff
}

.fusion-footer-widget-area a {
  color: var(--footer_link_color)
}

.fusion-footer-widget-area a:hover {
  color: var(--primary_color)
}

.fusion-footer-widget-area .widget>ul>li:first-child {
  padding-top: 0
}

.fusion-footer-widget-area .widget li a:before {
  color: var(--footer_link_color)
}

.fusion-footer-widget-area .widget li.recentcomments {
  border-color: var(--footer_divider_color);
  color: var(--footer_text_color)
}

.fusion-footer-widget-area .widget li a:hover:before,
.fusion-footer-widget-area .widget li.recentcomments:hover:before {
  color: var(--footer_link_color_hover)
}

.fusion-footer-widget-area .widget a:hover {
  color: var(--footer_link_color_hover)
}

.fusion-footer-widget-area .widget_nav_menu>div>ul>li:first-child {
  padding-top: 0
}

.fusion-footer-widget-area .widget_nav_menu ul ul li a {
  padding-top: 12px
}

.fusion-footer-widget-area .holder-block img {
  width: 100%
}

.fusion-footer-widget-area .widget .recentcomments:before,
.fusion-footer-widget-area .widget_archive li a:before,
.fusion-footer-widget-area .widget_categories li a:before,
.fusion-footer-widget-area .widget_links li a:before,
.fusion-footer-widget-area .widget_meta li a:before,
.fusion-footer-widget-area .widget_nav_menu li a:before,
.fusion-footer-widget-area .widget_pages li a:before,
.fusion-footer-widget-area .widget_recent_entries li a:before,
.fusion-footer-widget-area .widget_rss li a:before {
  position: absolute;
  font-family: awb-icons;
  content: "\f105";
  margin-left: -12px
}

.fusion-footer-widget-area .widget_calendar table {
  width: 100%
}

.fusion-footer-widget-area .fusion-tabs-widget .fusion-tabs-nav ul li {
  border-color: var(--footer_bg_color)
}

.fusion-footer-widget-area .fusion-tabs-widget .fusion-tabs-nav ul li a {
  background: rgba(0, 0, 0, .2);
  color: var(--footer_link_color)
}

.fusion-footer-widget-area .fusion-tabs-widget .fusion-tabs-nav ul li a:hover {
  background: 0 0
}

.fusion-footer-widget-area .fusion-tabs-widget .fusion-tabs-nav ul li.active a {
  background: 0 0;
  border-color: var(--footer_link_color_hover)
}

.fusion-footer-widget-area .fusion-tabs-widget .fusion-tabs-widget-content .fusion-date-box {
  background: rgba(0, 0, 0, .2);
  color: var(--footer_link_color)
}

.fusion-footer-widget-area .fusion-tabs-widget .fusion-tabs-widget-content .post-holder a {
  color: var(--footer_link_color)
}

.fusion-footer-widget-area .fusion-tabs-widget .fusion-tabs-widget-content .post-holder a:hover {
  color: var(--footer_link_color_hover)
}

.fusion-footer-widget-area .fusion-tabs-widget .fusion-tabs-widget-content .fusion-tabs-widget-items li {
  border-color: var(--footer_divider_color)
}

.fusion-footer-widget-area .fusion-tabs-widget .fusion-tabs-clean .fusion-tabs-nav ul {
  border-color: var(--footer_divider_color)
}

.fusion-footer-widget-area .fusion-tabs-widget .fusion-tabs-clean .fusion-tabs-nav ul li {
  border-color: var(--footer_divider_color)
}

.fusion-footer-widget-area .fusion-tabs-widget .fusion-tabs-classic {
  border-color: var(--footer_divider_color)
}

.fusion-footer-widget-area .fusion-vertical-menu-widget ul.menu li a {
  color: var(--footer_link_color)
}

.fusion-footer-widget-area .fusion-vertical-menu-widget ul.menu li a:hover {
  color: var(--primary_color)
}

.fusion-footer-widget-area .fusion-tabs-clean .fusion-tabs-nav ul {
  border: 1px solid var(--footer_divider_color)
}

.fusion-footer-widget-area .widget_archive li,
.fusion-footer-widget-area .widget_categories li,
.fusion-footer-widget-area .widget_layered_nav li,
.fusion-footer-widget-area .widget_links li,
.fusion-footer-widget-area .widget_meta li,
.fusion-footer-widget-area .widget_nav_menu li,
.fusion-footer-widget-area .widget_pages li,
.fusion-footer-widget-area .widget_product_categories li,
.fusion-footer-widget-area .widget_recent_entries li {
  border-color: var(--footer_divider_color);
  color: var(--footer_text_color)
}

.fusion-footer-widget-area .product_list_widget li {
  border-color: var(--footer_divider_color)
}

.fusion-footer-widget-area .jtwt,
.fusion-footer-widget-area .widget_layered_nav li,
.fusion-footer-widget-area article.col {
  color: var(--footer_text_color)
}

.fusion-footer-widget-area .jtwt .jtwt_tweet {
  color: var(--footer_text_color)
}

.fusion-footer-widget-area .jtwt .jtwt_tweet a {
  color: var(--footer_link_color)
}

.fusion-footer-widget-area>.fusion-row {
  padding-left: var(--footer_area_padding-left);
  padding-right: var(--footer_area_padding-right)
}

.fusion-footer-widget-area .tagcloud a {
  border-color: var(--footer_divider_color)
}

.fusion-footer-widget-area .tagcloud a:hover {
  background-color: var(--footer_link_color_hover)
}

.fusion-footer-widget-area .fusion-accordian .panel-title a {
  color: var(--footer_link_color)
}

.fusion-footer-widget-area .fusion-accordian .panel-title a:hover {
  color: var(--footer_link_color_hover)
}

.fusion-footer-widget-area .fusion-accordian .panel-title a:hover .fa-fusion-box {
  background-color: var(--footer_link_color_hover) !important
}

.fusion-footer-widget-area .fusion-accordian .fusion-panel {
  border-color: var(--footer_divider_color)
}

.layout-wide-mode.avada-has-100-footer .fusion-footer-widget-area>.fusion-row {
  max-width: 100% !important
}

#wrapper .fusion-footer-widget-area .current-menu-item>a,
#wrapper .fusion-footer-widget-area .current-menu-item>a:before,
#wrapper .fusion-footer-widget-area .current_page_item>a,
#wrapper .fusion-footer-widget-area .current_page_item>a:before,
#wrapper .fusion-footer-widget-area .fusion-vertical-menu-widget .menu li.current-menu-item>a,
#wrapper .fusion-footer-widget-area .fusion-vertical-menu-widget .menu li.current_page_ancestor>a {
  color: var(--footer_link_color_hover)
}

#wrapper .fusion-footer-widget-area .jtwt .jtwt_tweet a:hover {
  color: var(--footer_link_color_hover)
}

#wrapper .fusion-footer-widget-area .fusion-tabs.classic .nav-tabs>li.active .tab-link,
#wrapper .fusion-footer-widget-area .fusion-tabs.classic .nav-tabs>li.active .tab-link:focus,
#wrapper .fusion-footer-widget-area .fusion-tabs.classic .nav-tabs>li.active .tab-link:hover,
#wrapper .fusion-footer-widget-area .fusion-tabs.vertical-tabs.classic .nav-tabs>li.active .tab-link {
  border-color: var(--footer_link_color_hover)
}

.fusion-footer-copyright-area {
  z-index: 10;
  position: relative;
  padding: var(--copyright_padding-top) 10px var(--copyright_padding-bottom);
  border-top: var(--copyright_border_size) solid var(--copyright_border_color);
  background-color: var(--copyright_bg_color)
}

.fusion-footer-copyright-area .fusion-row {
  max-width: var(--site_width)
}

.fusion-footer-copyright-area>.fusion-row {
  padding-left: var(--footer_area_padding-left);
  padding-right: var(--footer_area_padding-right)
}

.fusion-copyright-notice a {
  color: var(--copyright_link_color)
}

.fusion-footer-copyright-area a:hover {
  color: var(--copyright_link_color_hover)
}

.fusion-copyright-content {
  display: table;
  width: 100%
}

.fusion-copyright-notice {
  display: table-cell;
  vertical-align: middle;
  margin: 0;
  padding: 0;
  color: var(--copyright_text_color);
  font-size: var(--copyright_font_size)
}

.fusion-body .fusion-footer-copyright-center .fusion-copyright-content {
  display: block;
  text-align: center
}

.fusion-body .fusion-footer-copyright-center .fusion-copyright-notice {
  display: block;
  width: 100%;
  text-align: center
}

.layout-wide-mode.avada-has-100-footer .fusion-footer-copyright-area>.fusion-row {
  max-width: 100% !important
}

#nav ul li ul li a,
#sticky-nav ul li ul li a,
#wrapper #nav ul li ul li>a,
#wrapper #sticky-nav ul li ul li>a,
.avada-container h3,
.comment-form input[type="submit"],
.ei-title h3,
.fusion-blog-shortcode .fusion-timeline-date,
.fusion-body #main .tribe-common .tribe-events-c-day-marker__date,
.fusion-body #main .tribe-events .datepicker,
.fusion-body .fusion-wrapper #main .tribe-common .tribe-common-h6--min-medium,
.fusion-body .tribe-common .tribe-common-b2,
.fusion-body .tribe-common .tribe-common-b3,
.fusion-image-wrapper .fusion-rollover .fusion-rollover-content .fusion-rollover-categories,
.fusion-image-wrapper .fusion-rollover .fusion-rollover-content .fusion-rollover-title,
.fusion-image-wrapper .fusion-rollover .fusion-rollover-content .price,
.fusion-image-wrapper .fusion-rollover .fusion-rollover-content a,
.fusion-load-more-button,
.fusion-main-menu .sub-menu,
.fusion-main-menu .sub-menu li a,
.fusion-megamenu-widgets-container,
.fusion-megamenu-wrapper .fusion-megamenu-submenu>a:hover,
.fusion-megamenu-wrapper li .fusion-megamenu-title-disabled,
.fusion-page-title-bar h3,
.gform_page_footer input[type=button],
.meta .fusion-date,
.more,
.post-content blockquote,
.review blockquote div strong,
.review blockquote q,
.ticket-selector-submit-btn[type=submit],
.widget.woocommerce .product-title,
.woocommerce-success-message .button,
body {
  font-family: var(--body_typography-font-family);
  font-weight: var(--body_typography-font-weight);
  letter-spacing: var(--body_typography-letter-spacing);
  font-style: var(--body_typography-font-style, normal)
}

#slidingbar-area .slide-excerpt h2,
#slidingbar-area ul,
.counter-box-content,
.fusion-alert,
.fusion-blog-layout-timeline .fusion-timeline-date,
.fusion-body #main .tribe-events .datepicker,
.fusion-body .tribe-common .tribe-common-b2,
.fusion-body .tribe-common .tribe-common-b3,
.fusion-footer-widget-area .slide-excerpt h2,
.fusion-footer-widget-area ul,
.fusion-progressbar .progress-title,
.fusion-project-details-tb .project-info h4,
.gform_wrapper .gfield_description,
.gform_wrapper label,
.jtwt .jtwt_tweet,
.post-content blockquote,
.project-content .project-info h4,
.review blockquote q,
.sidebar .jtwt .jtwt_tweet,
.sidebar .slide-excerpt h2,
body {
  font-size: var(--body_typography-font-size)
}

#nav ul li ul li a,
#side-header .fusion-contact-info,
#side-header .header-social .top-menu,
#sticky-nav ul li ul li a,
#wrapper #nav ul li ul li>a,
#wrapper #sticky-nav ul li ul li>a,
.avada-container h3,
.comment-form input[type="submit"],
.ei-title h3,
.fusion-accordian .panel-body,
.fusion-body #main .tribe-common .tribe-events-c-day-marker__date,
.fusion-body .fusion-wrapper #main .tribe-common .tribe-common-h6--min-medium,
.fusion-body .tribe-common .tribe-common-b2,
.fusion-body .tribe-common .tribe-common-b3,
.fusion-image-wrapper .fusion-rollover .fusion-rollover-content .fusion-rollover-categories,
.fusion-image-wrapper .fusion-rollover .fusion-rollover-content .fusion-rollover-title,
.fusion-image-wrapper .fusion-rollover .fusion-rollover-content .price,
.fusion-image-wrapper .fusion-rollover .fusion-rollover-content a,
.fusion-main-menu .sub-menu,
.fusion-main-menu .sub-menu li a,
.fusion-megamenu-widgets-container,
.fusion-megamenu-wrapper .fusion-megamenu-submenu>a:hover,
.fusion-megamenu-wrapper li .fusion-megamenu-title-disabled,
.fusion-page-title-bar h3,
.gform_page_footer input[type=button],
.meta .fusion-date,
.more,
.post-content blockquote,
.review blockquote div strong,
.review blockquote q,
.single-tribe_events #tribe-events-content .tribe-events-event-meta dt,
.ticket-selector-submit-btn[type=submit],
body {
  line-height: var(--body_typography-line-height)
}

#wrapper .meta,
.fusion-blog-timeline-layout .fusion-timeline-date,
.fusion-body #main .tribe-common .tribe-events-c-day-marker__date,
.fusion-body .fusion-wrapper #main .tribe-common .tribe-common-h6--min-medium,
.fusion-body .quantity,
.fusion-body .quantity .minus,
.fusion-body .quantity .plus,
.fusion-body .quantity .qty,
.fusion-body .tribe-block__tickets__registration__tickets__header,
.fusion-body .tribe-common .tribe-common-b2,
.fusion-body .tribe-common .tribe-common-b3,
.fusion-main-menu .fusion-custom-menu-item-contents,
.fusion-project-details-tb .project-info h4,
.fusion-rollover .price .amount,
.post .post-content,
.post-content blockquote,
.project-content .project-info h4,
.review blockquote div,
.search input,
.sidebar .jtwt,
.sidebar .widget .recentcomments,
.sidebar .widget_archive li,
.sidebar .widget_categories li,
.sidebar .widget_layered_nav li,
.sidebar .widget_links li,
.sidebar .widget_meta li,
.sidebar .widget_nav_menu li,
.sidebar .widget_pages li,
.sidebar .widget_product_categories li,
.sidebar .widget_recent_entries li,
.title-row,
body {
  color: var(--body_typography-color)
}

.meta .fusion-date,
.post-content blockquote,
.review blockquote q {
  font-style: italic
}

#main .post h2 a,
.about-author .title a,
.fusion-blog-pagination .pagination .pagination-next:after,
.fusion-blog-pagination .pagination .pagination-prev:before,
.fusion-content-widget-area .widget .recentcomments a,
.fusion-content-widget-area .widget li a,
.fusion-content-widget-area .widget_categories li,
.fusion-hide-pagination-text .pagination-next:after,
.fusion-hide-pagination-text .pagination-prev:before,
.fusion-load-more-button,
.fusion-rollover a,
.pagination .pagination-next:after,
.pagination .pagination-prev:before,
.project-content .project-info .project-info-box a,
.shop_attributes tr th,
.single-navigation a[rel=next]:after,
.single-navigation a[rel=prev]:before,
body a,
body a:after,
body a:before {
  color: var(--link_color)
}

.fusion-modal h1,
.fusion-page-title-bar h1,
.fusion-tb-footer h1,
.fusion-tb-page-title-bar h1,
.fusion-title h1,
.fusion-widget-area h1,
.post-content h1,
.search-page-search-form h1,
.woocommerce-success-message .msg,
h1 {
  font-family: var(--h1_typography-font-family);
  font-weight: var(--h1_typography-font-weight);
  line-height: var(--h1_typography-line-height);
  letter-spacing: var(--h1_typography-letter-spacing);
  text-transform: var(--h1_typography-text-transform);
  font-style: var(--h1_typography-font-style, normal)
}

.fusion-modal h1,
.fusion-tb-footer h1,
.fusion-tb-page-title-bar h1,
.fusion-widget-area h1,
.post-content h1,
.search-page-search-form h1,
h1 {
  font-size: var(--h1_typography-font-size)
}

.fusion-modal h1,
.fusion-post-content h1,
.fusion-tb-footer h1,
.fusion-tb-page-title-bar h1,
.fusion-widget-area h1,
.post-content h1,
.search-page-search-form h1,
.title h1,
.woocommerce-message,
.woocommerce-success-message .msg,
h1 {
  color: var(--h1_typography-color)
}

.fusion-title-size-one,
h1 {
  margin-top: var(--h1_typography-margin-top);
  margin-bottom: var(--h1_typography-margin-bottom)
}

#main .post h2,
#main .reading-box h2,
#main h2,
.cart-empty,
.ei-title h2,
.fusion-modal h2,
.fusion-tb-footer h2,
.fusion-tb-page-title-bar h2,
.fusion-title h2,
.fusion-widget-area h2,
.main-flex .slide-content h2,
.post-content h2,
.title h2,
h2 {
  font-family: var(--h2_typography-font-family);
  font-weight: var(--h2_typography-font-weight);
  line-height: var(--h2_typography-line-height);
  letter-spacing: var(--h2_typography-letter-spacing);
  text-transform: var(--h2_typography-text-transform);
  font-style: var(--h2_typography-font-style, normal)
}

#main .fusion-portfolio h2,
#main .post h2,
#wrapper #main .post h2,
#wrapper #main .post-content .fusion-title h2,
#wrapper #main .post-content .title h2,
#wrapper .fusion-title h2,
#wrapper .post-content h2,
#wrapper .title h2,
#wrapper .woocommerce .checkout h3,
.fusion-modal h2,
.fusion-tb-footer h2,
.fusion-tb-page-title-bar h2,
.fusion-widget-area h2,
.woocommerce .checkout h3,
h2,
h2.entry-title {
  font-size: var(--h2_typography-font-size)
}

#main .post h2,
.cart-empty,
.fusion-modal h2,
.fusion-post-content h2,
.fusion-tb-footer h2,
.fusion-tb-page-title-bar h2,
.fusion-title h2,
.fusion-widget-area h2,
.post-content h2,
.search-page-search-form h2,
.title h2,
.woocommerce .checkout h3,
.woocommerce h2,
.woocommerce-tabs h2,
h2 {
  color: var(--h2_typography-color)
}

.fusion-title-size-two,
h2 {
  margin-top: var(--h2_typography-margin-top);
  margin-bottom: var(--h2_typography-margin-bottom)
}

.fusion-author .fusion-author-title,
.fusion-header-tagline,
.fusion-modal .modal-title,
.fusion-modal h3,
.fusion-pricing-table .pricing-row,
.fusion-pricing-table .title-row,
.fusion-tb-footer h3,
.fusion-tb-page-title-bar h3,
.fusion-title h3,
.fusion-widget-area h3,
.main-flex .slide-content h3,
.post-content h3,
.project-content h3,
.related.products h3,
.sidebar .widget h3,
.single-product .woocommerce-tabs .entry-content h3,
.upsells.products h3,
.woocommerce-container .product-title,
body #wrapper h2.woocommerce-loop-category__title,
h3 {
  font-family: var(--h3_typography-font-family);
  font-weight: var(--h3_typography-font-weight);
  line-height: var(--h3_typography-line-height);
  letter-spacing: var(--h3_typography-letter-spacing);
  text-transform: var(--h3_typography-text-transform);
  font-style: var(--h3_typography-font-style, normal)
}

.fusion-author .fusion-author-title,
.fusion-modal .modal-title,
.fusion-modal h3,
.fusion-tb-footer h3,
.fusion-tb-page-title-bar h3,
.fusion-widget-area h3,
.post-content h3,
.project-content h3,
.woocommerce-container .product-title,
body #wrapper h2.woocommerce-loop-category__title,
h3,
p.woocommerce-store-notice {
  font-size: var(--h3_typography-font-size)
}

.fusion-author .fusion-author-title,
.fusion-modal h3,
.fusion-post-content h3,
.fusion-tb-footer h3,
.fusion-tb-page-title-bar h3,
.fusion-title h3,
.fusion-widget-area h3,
.person-author-wrapper span,
.post-content h3,
.project-content h3,
.related.products h3,
.sidebar .widget h3,
.single-product .woocommerce-tabs .entry-content h3,
.title h3,
.upsells.products h3,
.woocommerce-container .product-title,
body #wrapper h2.woocommerce-loop-category__title,
h3 {
  color: var(--h3_typography-color)
}

.fusion-title-size-three,
h3 {
  margin-top: var(--h3_typography-margin-top);
  margin-bottom: var(--h3_typography-margin-bottom)
}

.fusion-carousel-title,
.fusion-flip-boxes .fusion-flip-box .flip-box-heading-back,
.fusion-image-wrapper .fusion-rollover .fusion-rollover-content .fusion-rollover-title,
.fusion-image-wrapper .fusion-rollover .fusion-rollover-content .fusion-rollover-title a,
.fusion-megamenu-title,
.fusion-modal h4,
.fusion-person .person-desc .person-author .person-author-wrapper,
.fusion-project-details-tb .project-info h4,
.fusion-tabs .nav-tabs li .fusion-tab-heading,
.fusion-tabs-widget .fusion-tabs-nav ul li a,
.fusion-tb-footer h4,
.fusion-tb-page-title-bar h4,
.fusion-theme-sharing-box h4,
.fusion-title h4,
.fusion-widget-area h4,
.popover .popover-title,
.post-content h4,
.project-content .project-info h4,
h4,
table th {
  font-family: var(--h4_typography-font-family);
  font-weight: var(--h4_typography-font-weight);
  line-height: var(--h4_typography-line-height);
  letter-spacing: var(--h4_typography-letter-spacing);
  text-transform: var(--h4_typography-text-transform);
  font-style: var(--h4_typography-font-style, normal)
}

.fusion-project-details-tb .project-info .project-terms,
.fusion-tb-footer h4,
.fusion-tb-page-title-bar h4,
.project-content .project-info .project-terms,
.project-info-box span,
h4 {
  line-height: var(--h4_typography-line-height)
}

.fusion-carousel-title,
.fusion-flip-boxes .fusion-flip-box .flip-box-heading-back,
.fusion-modal h4,
.fusion-person .person-author-wrapper .person-name,
.fusion-person .person-author-wrapper .person-title,
.fusion-rollover .fusion-rollover-content .fusion-rollover-title,
.fusion-sharing-box h4,
.fusion-tabs .nav-tabs>li .fusion-tab-heading,
.fusion-tabs-widget .fusion-tabs-nav ul li a,
.fusion-tb-footer h4,
.fusion-tb-page-title-bar h4,
.fusion-theme-sharing-box h4,
.fusion-widget-area h4,
.person-author-wrapper,
.popover .popover-title,
.post-content h4,
h4 {
  font-size: var(--h4_typography-font-size)
}

.fusion-carousel-title,
.fusion-content-widget-area .fusion-tabs-widget .fusion-tabs-nav ul li a,
.fusion-content-widget-area .fusion-tabs-widget .fusion-tabs-widget-content .fusion-date-box,
.fusion-modal h4,
.fusion-post-content h4,
.fusion-project-details-tb .project-info h4,
.fusion-tabs .nav-tabs>li .fusion-tab-heading,
.fusion-tb-footer h4,
.fusion-tb-page-title-bar h4,
.fusion-theme-sharing-box h4,
.fusion-title h4,
.fusion-widget-area h4,
.post-content h4,
.project-content .project-info h4,
.title h4,
h4 {
  color: var(--h4_typography-color)
}

.fusion-title-size-four,
h4 {
  margin-top: var(--h4_typography-margin-top);
  margin-bottom: var(--h4_typography-margin-bottom)
}

.fusion-modal h5,
.fusion-tb-footer h5,
.fusion-tb-page-title-bar h5,
.fusion-title h5,
.fusion-widget-area h5,
.post-content h5,
h5 {
  font-family: var(--h5_typography-font-family);
  font-weight: var(--h5_typography-font-weight);
  line-height: var(--h5_typography-line-height);
  letter-spacing: var(--h5_typography-letter-spacing);
  text-transform: var(--h5_typography-text-transform);
  font-style: var(--h5_typography-font-style, normal)
}

.fusion-modal h5,
.fusion-tb-footer h5,
.fusion-tb-page-title-bar h5,
.fusion-widget-area h5,
.post-content h5,
h5 {
  font-size: var(--h5_typography-font-size)
}

.fusion-modal h5,
.fusion-post-content h5,
.fusion-tb-footer h5,
.fusion-tb-page-title-bar h5,
.fusion-title h5,
.fusion-widget-area h5,
.post-content h5,
.title h5,
h5 {
  color: var(--h5_typography-color)
}

.fusion-title-size-five,
h5 {
  margin-top: var(--h5_typography-margin-top);
  margin-bottom: var(--h5_typography-margin-bottom)
}

.fusion-modal h6,
.fusion-tb-footer h6,
.fusion-tb-page-title-bar h6,
.fusion-title h6,
.fusion-widget-area h6,
.post-content h6,
h6 {
  font-family: var(--h6_typography-font-family);
  font-weight: var(--h6_typography-font-weight);
  line-height: var(--h6_typography-line-height);
  letter-spacing: var(--h6_typography-letter-spacing);
  text-transform: var(--h6_typography-text-transform);
  font-style: var(--h6_typography-font-style, normal)
}

.fusion-modal h6,
.fusion-tb-footer h6,
.fusion-tb-page-title-bar h6,
.fusion-widget-area h6,
.post-content h6,
h6 {
  font-size: var(--h6_typography-font-size)
}

.fusion-modal h6,
.fusion-post-content h6,
.fusion-tb-footer h6,
.fusion-tb-page-title-bar h6,
.fusion-title h6,
.fusion-widget-area h6,
.post-content h6,
.title h6,
h6 {
  color: var(--h6_typography-color)
}

.fusion-title-size-six,
h6 {
  margin-top: var(--h6_typography-margin-top);
  margin-bottom: var(--h6_typography-margin-bottom)
}

#main .fusion-woocommerce-quick-view-container .product_title,
#wrapper #main .fusion-portfolio-content>h1.fusion-post-title,
#wrapper #main .fusion-portfolio-content>h2.fusion-post-title,
#wrapper #main .fusion-post-content>.blog-shortcode-post-title,
#wrapper #main .fusion-post-content>h1.fusion-post-title,
#wrapper #main .fusion-post-content>h2.fusion-post-title,
#wrapper #main .post>.fusion-post-title-meta-wrap>h1.fusion-post-title,
#wrapper #main .post>.fusion-post-title-meta-wrap>h2.fusion-post-title,
#wrapper #main .post>h1.fusion-post-title,
#wrapper #main .post>h2.fusion-post-title,
.single-product #main .product h1.product_title,
.single-product #main .product h2.product_title {
  font-family: var(--post_title_typography-font-family);
  font-weight: var(--post_title_typography-font-weight);
  line-height: var(--post_title_typography-line-height);
  letter-spacing: var(--post_title_typography-letter-spacing);
  text-transform: var(--post_title_typography-text-transform);
  font-style: var(--post_title_typography-font-style, normal)
}

#main .fusion-woocommerce-quick-view-container .product_title,
#wrapper #main .fusion-portfolio-content>h1.fusion-post-title,
#wrapper #main .fusion-portfolio-content>h2.fusion-post-title,
#wrapper #main .fusion-post-content>.blog-shortcode-post-title,
#wrapper #main .fusion-post-content>h1.fusion-post-title,
#wrapper #main .fusion-post-content>h2.fusion-post-title,
#wrapper #main .post>.fusion-post-title-meta-wrap>h1.fusion-post-title,
#wrapper #main .post>.fusion-post-title-meta-wrap>h2.fusion-post-title,
#wrapper #main .post>h1.fusion-post-title,
#wrapper #main .post>h2.fusion-post-title,
.single-product #main .product h1.product_title,
.single-product #main .product h2.product_title {
  font-size: var(--post_title_typography-font-size)
}

#wrapper #main .fusion-portfolio-content>h1.fusion-post-title,
#wrapper #main .fusion-portfolio-content>h2.fusion-post-title,
#wrapper #main .fusion-post-content>.blog-shortcode-post-title,
#wrapper #main .fusion-post-content>h1.fusion-post-title,
#wrapper #main .fusion-post-content>h2.fusion-post-title,
#wrapper #main .post>.fusion-post-title-meta-wrap>h1.fusion-post-title,
#wrapper #main .post>.fusion-post-title-meta-wrap>h2.fusion-post-title,
#wrapper #main .post>h1.fusion-post-title,
#wrapper #main .post>h2.fusion-post-title {
  color: var(--post_title_typography-color)
}

#tab-reviews #reviews #comments>h2,
#wrapper #main #comments .fusion-title h2,
#wrapper #main #comments .fusion-title h3,
#wrapper #main #respond .fusion-title h2,
#wrapper #main #respond .fusion-title h3,
#wrapper #main .about-author .fusion-title h2,
#wrapper #main .about-author .fusion-title h3,
#wrapper #main .related-posts .fusion-title h2,
#wrapper #main .related-posts .fusion-title h3,
#wrapper #main .related.products .fusion-title h2,
#wrapper #main .related.products .fusion-title h3,
.single-product .woocommerce-tabs .fusion-woocommerce-tab-title,
.woocommerce-container .up-sells .fusion-title h3 {
  font-family: var(--post_titles_extras_typography-font-family);
  font-weight: var(--post_titles_extras_typography-font-weight);
  line-height: var(--post_titles_extras_typography-line-height);
  letter-spacing: var(--post_titles_extras_typography-letter-spacing);
  text-transform: var(--post_titles_extras_typography-text-transform);
  font-style: var(--post_titles_extras_typography-font-style, normal)
}

#tab-reviews #reviews #comments>h2,
#wrapper #main #comments .fusion-title h2,
#wrapper #main #comments .fusion-title h3,
#wrapper #main #respond .fusion-title h2,
#wrapper #main #respond .fusion-title h3,
#wrapper #main .about-author .fusion-title h2,
#wrapper #main .about-author .fusion-title h3,
#wrapper #main .related-posts .fusion-title h2,
#wrapper #main .related-posts .fusion-title h3,
#wrapper #main .related.products .fusion-title h2,
#wrapper #main .related.products .fusion-title h3,
.single-product .woocommerce-tabs .fusion-woocommerce-tab-title,
.woocommerce-container .up-sells .fusion-title h3 {
  font-size: var(--post_titles_extras_typography-font-size)
}

#tab-reviews #reviews #comments>h2,
#wrapper #main #comments .fusion-title h2,
#wrapper #main #comments .fusion-title h3,
#wrapper #main #respond .fusion-title h2,
#wrapper #main #respond .fusion-title h3,
#wrapper #main .about-author .fusion-title h2,
#wrapper #main .about-author .fusion-title h3,
#wrapper #main .related-posts .fusion-title h2,
#wrapper #main .related-posts .fusion-title h3,
#wrapper #main .related.products .fusion-title h2,
#wrapper #main .related.products .fusion-title h3,
.single-product .woocommerce-tabs .fusion-woocommerce-tab-title,
.woocommerce-container .up-sells .fusion-title h3 {
  color: var(--post_titles_extras_typography-color)
}

.avada-has-rev-slider-styles .rev_slider_wrapper {
  position: relative;
  -webkit-transform: translateZ(0)
}

html:not(.avada-header-color-not-opaque) .avada-has-rev-slider-styles .rev_slider_wrapper .shadow-left {
  position: absolute;
  pointer-events: none;
  background-image: var(--avada-rev-image-shadow-top);
  background-repeat: no-repeat;
  background-position: top center;
  height: 42px;
  width: 100%;
  top: -1px;
  z-index: 99
}

.avada-has-rev-slider-styles .rev_slider_wrapper .shadow-right {
  position: absolute;
  pointer-events: none;
  background-image: var(--avada-rev-image-shadow-bottom);
  background-repeat: no-repeat;
  background-position: bottom center;
  height: 32px;
  width: 100%;
  bottom: 0;
  z-index: 99
}

.avada-has-rev-slider-styles .rev_slider_wrapper .rev_slider .tp-leftarrow.tparrows,
.avada-has-rev-slider-styles .rev_slider_wrapper .rev_slider .tp-rightarrow.tparrows {
  opacity: .8 !important;
  position: absolute;
  top: 50% !important;
  margin-top: -31px !important;
  width: 63px !important;
  height: 63px !important;
  background: 0 0;
  background-color: rgba(0, 0, 0, .5);
  color: #fff;
  border-radius: 0;
  display: block;
  z-index: 100
}

.avada-has-rev-slider-styles .rev_slider_wrapper .rev_slider .tp-leftarrow.tparrows:before,
.avada-has-rev-slider-styles .rev_slider_wrapper .rev_slider .tp-rightarrow.tparrows:before {
  position: absolute;
  padding: 0;
  width: 100%;
  line-height: 63px;
  text-align: center;
  font-size: 25px;
  font-family: awb-icons;
  -webkit-font-smoothing: antialiased
}

.avada-has-rev-slider-styles .rev_slider_wrapper .rev_slider .tp-leftarrow.tparrows:hover,
.avada-has-rev-slider-styles .rev_slider_wrapper .rev_slider .tp-rightarrow.tparrows:hover {
  opacity: 1 !important
}

.avada-has-rev-slider-styles .rev_slider_wrapper .rev_slider .tp-leftarrow.tparrows.hidearrows,
.avada-has-rev-slider-styles .rev_slider_wrapper .rev_slider .tp-rightarrow.tparrows.hidearrows {
  opacity: 0
}

.avada-has-rev-slider-styles .rev_slider_wrapper .rev_slider .tp-leftarrow.tparrows.hebe:before,
.avada-has-rev-slider-styles .rev_slider_wrapper .rev_slider .tp-rightarrow.tparrows.hebe:before {
  position: relative;
  width: auto
}

.avada-has-rev-slider-styles .rev_slider_wrapper .rev_slider .tp-leftarrow.tparrows.zeus,
.avada-has-rev-slider-styles .rev_slider_wrapper .rev_slider .tp-rightarrow.tparrows.zeus {
  min-width: 63px;
  min-height: 63px
}

.avada-has-rev-slider-styles .rev_slider_wrapper .rev_slider .tp-leftarrow.tparrows.zeus .tp-title-wrap,
.avada-has-rev-slider-styles .rev_slider_wrapper .rev_slider .tp-rightarrow.tparrows.zeus .tp-title-wrap {
  border-radius: 0
}

.avada-has-rev-slider-styles .rev_slider_wrapper .rev_slider .tp-leftarrow.tparrows.metis,
.avada-has-rev-slider-styles .rev_slider_wrapper .rev_slider .tp-rightarrow.tparrows.metis {
  padding: 0
}

.avada-has-rev-slider-styles .rev_slider_wrapper .rev_slider .tp-leftarrow.tparrows {
  background-position: 19px 19px;
  left: 0;
  margin-left: 0
}

.avada-has-rev-slider-styles .rev_slider_wrapper .rev_slider .tp-leftarrow.tparrows:before {
  content: "\e61e";
  margin-left: -2px
}

.avada-has-rev-slider-styles .rev_slider_wrapper .rev_slider .tp-rightarrow.tparrows {
  left: auto;
  right: 0;
  background-position: 29px 19px;
  margin-left: 0
}

.avada-has-rev-slider-styles .rev_slider_wrapper .rev_slider .tp-rightarrow.tparrows:before {
  content: "\e620";
  margin-left: -1px
}

.avada-has-rev-slider-styles .rev_slider_wrapper .rev_slider .hades .tp-arr-allwrapper {
  width: 63px;
  height: 63px
}

.avada-has-rev-slider-styles .avada-skin-rev {
  border-top: 1px solid #d2d3d4;
  border-bottom: 1px solid #d2d3d4;
  box-sizing: content-box
}

.avada-has-rev-slider-styles .tparrows {
  border-radius: 0
}

.avada-has-rev-slider-styles .tp-bullets .bullet.last {
  clear: none
}

.avada-select-parent .select-arrow,
.gravity-select-parent .select-arrow,
.select-arrow,
.wpcf7-select-parent .select-arrow {
  right: var(--form_border_width-right)
}

.avada-select-parent .select-arrow,
.gravity-select-parent .select-arrow,
.select-arrow,
.wpcf7-select-parent .select-arrow {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0
}

.fusion-search-element .searchform.fusion-search-form-clean .fusion-search-form-content .fusion-search-field input,
.fusion-search-form-clean #bbpress-forums .bbp-search-form #bbp_search,
.fusion-search-form-clean .searchform:not(.fusion-search-form-classic) .fusion-search-form-content .fusion-search-field input {
  padding-left: var(--form_input_height)
}

.fusion-search-element .searchform.fusion-search-form-classic .fusion-search-form-content .fusion-search-field input,
.fusion-search-form-classic #bbpress-forums .bbp-search-form #bbp_search,
.fusion-search-form-classic .searchform:not(.fusion-search-form-clean) .fusion-search-form-content .fusion-search-field input {
  border-right: none;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0
}

#wrapper .fusion-date-and-formats .fusion-format-box,
.tribe-mini-calendar-event .list-date .list-dayname,
.widget .tribe-mini-calendar-event .list-date .list-dayname {
  background-color: var(--dates_box_color)
}

.fusion-menu-item-button .menu-text {
  border-color: var(--button_border_color)
}

.fusion-menu-item-button:hover .menu-text {
  border-color: var(--button_border_hover_color, var(--button_border_color))
}

.fusion-theme-sharing-box {
  justify-content: space-between;
  margin-top: 60px
}

.avada-social-full-transparent .fusion-theme-sharing-box {
  padding-left: 0;
  padding-right: 0
}

.fusion-theme-sharing-box h4 {
  margin: 0;
  color: var(--sharing_box_tagline_text_color, var(--h4_typography-color))
}

.fusion-theme-sharing-box .fusion-social-networks-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end
}

.fusion-theme-sharing-box .fusion-social-networks.boxed-icons .fusion-social-network-icon:not(.custom) {
  border-radius: var(--sharing_social_links_boxed_radius)
}

.awb-off-canvas-wrap {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, .8);
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  z-index: -1;
  transition: .25s
}

.awb-off-canvas-wrap.awb-show {
  z-index: 99990;
  opacity: 1;
  visibility: visible;
  pointer-events: auto
}

.awb-off-canvas-wrap.awb-show .awb-off-canvas {
  pointer-events: auto
}

.awb-off-canvas-wrap.overlay-disabled {
  background-color: transparent !important;
  pointer-events: none
}

.awb-off-canvas-wrap .awb-off-canvas {
  position: relative;
  width: 800px;
  max-width: 100vw;
  max-height: 100vh;
  outline: 0
}

.awb-off-canvas-wrap .awb-off-canvas.oc-waiting-for-close {
  opacity: 0 !important
}

.awb-off-canvas-wrap .awb-off-canvas .off-canvas-close {
  cursor: pointer;
  background-color: transparent;
  border: none;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 20;
  transition: .3s
}

.awb-off-canvas-wrap .awb-off-canvas .off-canvas-close:hover {
  color: #d30404
}

.awb-off-canvas-wrap .awb-off-canvas .off-canvas-close.hidden {
  visibility: hidden;
  opacity: 0
}

.awb-off-canvas-wrap .awb-off-canvas.is-empty {
  height: 300px
}

.awb-off-canvas-wrap .awb-off-canvas-inner {
  background: #fff;
  position: relative;
  width: 100%;
  height: 100%;
  max-height: 100vh;
  max-width: 100vw;
  display: flex;
  align-items: flex-start;
  border-style: solid;
  border-width: 0;
  overflow: hidden;
  z-index: 10
}

.awb-off-canvas-wrap .awb-off-canvas-inner .off-canvas-content {
  width: 100%;
  height: 100%;
  max-width: 100vw;
  max-height: 100vh;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  position: relative;
  overflow-x: hidden;
  overflow-y: auto
}

.awb-off-canvas-wrap .awb-off-canvas-inner.hidden-scrollbar .off-canvas-content {
  scrollbar-width: none
}

.awb-off-canvas-wrap .awb-off-canvas-inner.hidden-scrollbar .off-canvas-content::-webkit-scrollbar {
  display: none
}

.awb-off-canvas-wrap.type-sliding-bar .awb-off-canvas {
  width: 400px
}

.awb-off-canvas-wrap .fusion-container-margin-bottom .fusion-spacing-tooltip {
  bottom: 100% !important;
  top: auto !important;
  transform: none !important;
  margin-left: 40px !important
}

.awb-off-canvas-wrap .fusion-element-spacing.fusion-column-margin-bottom .fusion-spacing-tooltip,
.awb-off-canvas-wrap .fusion-element-spacing.fusion-column-padding-top .fusion-spacing-tooltip {
  bottom: 0;
  transform: none !important
}

a[href^="#awb-oc__"] .awb-oc-close-icon {
  opacity: 0;
  font-family: awb-icons !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
}

a[href^="#awb-oc__"] .awb-oc-close-icon:before {
  content: "\e904"
}

a[href^="#awb-oc__"]:not(.awb-oc-active) .awb-oc-close-icon {
  font-size: 0 !important
}

a[href^="#awb-oc__"].awb-oc-active .fusion-megamenu-icon:not(.awb-oc-close-icon) {
  opacity: 0;
  font-size: 0 !important
}

a[href^="#awb-oc__"].awb-oc-active .awb-oc-close-icon {
  opacity: 1
}

.fusion-page-title-bar {
  border: none;
  --page_title_height: 320px;
  --page_title_mobile_height: 150px;
  --page_title_bg_color: rgba(255, 255, 255, 0);
  --page_title_border_color: rgba(255, 255, 255, 0);
  --page_title_font_size: 48px;
  --page_title_line_height: 0px;
  --page_title_color: #ffffff;
  --page_title_subheader_font_size: 16px;
  --page_title_subheader_color: #ffffff;
  --page_title_bg: url("//foxyhomestaging.com.au/wp-content/uploads/2024/10/IMG_3828.jpg");
  --page_title_bg_retina: var(--page_title_bg);
  --breadcrumbs_font_size: 14px;
  --breadcrumbs_text_color: #000000;
  --breadcrumbs_text_hover_color: #000000;
}

.ltr .product .summary.entry-summary {
  margin-left: calc(500px + 30px);
}

.rtl .product .summary.entry-summary {
  margin-right: calc(500px + 30px);
}

.fusion-alert:not(.fusion-live-alert) .close {
  display: inline;
}

.fusion-portfolio-boxed.fusion-portfolio-element .fusion-portfolio-content {
  padding-top: 25px;
  padding-right: 25px;
  padding-bottom: 25px;
  padding-left: 25px;
}

.woocommerce-invalid:after {
  content: 'Please enter correct details for this required field.';
}

.woocommerce-error li {
  background-color: #f2dede;
  border: 1px solid rgba(166, 66, 66, 1);
  color: rgba(166, 66, 66, 1);
}

.woocommerce .return-to-shop,
.woocommerce .woocommerce-info,
.woocommerce .woocommerce-message {
  background-color: #ffffff;
  border-top: 1px solid rgba(128, 128, 128, 1);
  border-bottom: 1px solid rgba(128, 128, 128, 1);
  color: rgba(128, 128, 128, 1);
}

.validate-required.woocommerce-invalid .select2-selection--single,
.validate-required.woocommerce-invalid input {
  box-shadow: inset 3px 0 0 rgba(166, 66, 66, 1) !important;
}

.validate-required.woocommerce-validated .select2-selection--single,
.validate-required.woocommerce-validated input {
  box-shadow: inset 3px 0 0 rgba(92, 163, 64, 1) !important;
}

.fusion-alert.alert-info,
.tribe-events-notices {
  background-color: #ffffff;
  border-color: rgba(128, 128, 128, 1);
  color: rgba(128, 128, 128, 1);
}

.alert-danger {
  background-color: #f2dede;
  border-color: rgba(166, 66, 66, 1);
  color: rgba(166, 66, 66, 1);
}

.alert-success {
  background-color: #dff0d8;
  border-color: rgba(92, 163, 64, 1);
  color: rgba(92, 163, 64, 1);
}

.alert-warning {
  background-color: #fcf8e3;
  border-color: rgba(217, 185, 23, 1);
  color: rgba(217, 185, 23, 1);
}

.fusion-content-widget-area .fusion-tabs-widget .fusion-tabs-widget-content {
  background-color: var(--tabs_bg_color);
}

.fusion-content-widget-area .fusion-tabs-widget .fusion-tabs-nav ul li {
  border-right-color: var(--tabs_bg_color);
}

.fusion-content-widget-area .fusion-tabs-widget .fusion-tabs-clean .fusion-tabs-nav ul {
  border: 1px solid var(--tabs_border_color);
}

.fusion-content-widget-area .fusion-tabs-widget .fusion-tabs-clean .fusion-tabs-nav ul li {
  border-right-color: var(--tabs_border_color);
}

.fusion-content-widget-area .fusion-tabs-widget .fusion-tabs-nav ul li a {
  border-top-color: var(--tabs_inactive_color);
}

.fusion-content-widget-area .fusion-tabs-widget .fusion-tabs-nav ul li a,
.fusion-content-widget-area .fusion-tabs-widget .fusion-tabs-widget-content .fusion-date-box {
  background: var(--tabs_inactive_color);
}

.fusion-content-widget-area .fusion-tabs-widget .fusion-tabs-nav ul li a:hover {
  background: var(--tabs_bg_color);
  border-top-color: var(--tabs_bg_color);
}

.fusion-content-widget-area .fusion-tabs-widget .fusion-tabs-nav ul li.active a {
  background: var(--tabs_bg_color);
}

.fusion-content-widget-area .fusion-tabs-widget .fusion-tabs-classic,
.fusion-content-widget-area .fusion-tabs-widget .fusion-tabs-widget-content .fusion-tabs-widget-items li {
  border-color: var(--tabs_border_color);
}

.fusion-secondary-menu .fusion-menu-cart-item img {
  border-color: var(--sep_color);
}

.product .product-border {
  border-color: var(--title_border_color);
}

.product-images .crossfade-images {
  background: var(--title_border_color);
}

.fusion-body .quantity,
.fusion-body .quantity .minus,
.fusion-body .quantity .plus,
.fusion-menu-cart-item img,
.woocommerce form.checkout #customer_details .col-1,
.woocommerce form.checkout #customer_details .col-2 {
  border-color: var(--sep_color);
}

.checkout .payment_methods .payment_box,
.fusion-body blockquote,
.post-content blockquote,
.review blockquote q {
  background-color: var(--testimonial_bg_color);
}

.review blockquote q {
  color: var(--testimonial_text_color);
}

.fontawesome-icon {
  color: var(--icon_color);
}

.avada-myaccount-data .digital-downloads li:after,
.avada-myaccount-data .digital-downloads li:before,
.avada-thank-you .order_details li:after,
.avada-thank-you .order_details li:before,
.fontawesome-icon.circle-yes,
.woocommerce .social-share li a i {
  color: var(--icon_color);
  background-color: var(--icon_circle_color);
  border-color: var(--icon_border_color);
  border-radius: 50% 50% 50% 50%;
}

.fontawesome-icon:hover {
  color: var(--icon_color_hover);
}

.fontawesome-icon.circle-yes:hover,
.woocommerce .social-share li a:hover i {
  color: var(--icon_color_hover);
  background-color: var(--icon_circle_color_hover);
  border-color: var(--icon_border_color_hover);
}

#customer_login .col-1,
#customer_login .col-2,
#customer_login h2,
#customer_login_box,
#final-order-details .mini-order-details tr:last-child,
#reviews li .comment-text,
#small-nav,
#wrapper .side-nav li a,
#wrapper .side-nav li.current_page_item li a,
.avada-skin-rev,
.chzn-container-single .chzn-single,
.chzn-container-single .chzn-single div,
.chzn-drop,
.commentlist .the-comment,
.es-carousel-wrapper.fusion-carousel-small .es-carousel ul li img,
.fusion-author .fusion-author-social,
.fusion-author-widget .fusion-author-widget-separator .fusion-author-widget-sep,
.fusion-body .avada-myaccount-user,
.fusion-body .avada-myaccount-user .avada-myaccount-user-column,
.fusion-body .avada-order-details .shop_table.order_details tfoot,
.fusion-body .cart-totals-buttons,
.fusion-body .cart_totals,
.fusion-body .cart_totals .total,
.fusion-body .cart_totals h2,
.fusion-body .checkout .shop_table tfoot,
.fusion-body .coupon,
.fusion-body .coupon h2,
.fusion-body .my_account_orders tr,
.fusion-body .order-info,
.fusion-body .order-total,
.fusion-body .quantity .minus,
.fusion-body .quantity .qty,
.fusion-body .shop_attributes tr,
.fusion-body .shop_table tr,
.fusion-body .woocommerce .address h4,
.fusion-body .woocommerce .addresses .title,
.fusion-body .woocommerce .cart-empty,
.fusion-body .woocommerce .checkout #customer_details .col-1,
.fusion-body .woocommerce .checkout #customer_details .col-2,
.fusion-body .woocommerce .checkout h3,
.fusion-body .woocommerce .cross-sells,
.fusion-body .woocommerce .cross-sells h2,
.fusion-body .woocommerce .return-to-shop,
.fusion-body .woocommerce .social-share,
.fusion-body .woocommerce .social-share li,
.fusion-body .woocommerce-MyAccount-content,
.fusion-body .woocommerce-MyAccount-content h2,
.fusion-body .woocommerce-MyAccount-content h3,
.fusion-body .woocommerce-MyAccount-navigation ul li a,
.fusion-body .woocommerce-content-box,
.fusion-body .woocommerce-content-box h2,
.fusion-body .woocommerce-info,
.fusion-body .woocommerce-message,
.fusion-body .woocommerce-shipping-calculator,
.fusion-body .woocommerce-shipping-calculator h2,
.fusion-body .woocommerce-side-nav li a,
.fusion-body .woocommerce-success-message,
.fusion-body .woocommerce-tabs .tabs li a,
.fusion-body.woo-tabs-horizontal .woocommerce-tabs>.entry-content,
.fusion-content-widget-area .product_list_widget li,
.fusion-content-widget-area .widget .recentcomments,
.fusion-content-widget-area .widget li a,
.fusion-content-widget-area .widget li a:before,
.fusion-content-widget-area .widget_archive li,
.fusion-content-widget-area .widget_categories li,
.fusion-content-widget-area .widget_layered_nav li,
.fusion-content-widget-area .widget_links li,
.fusion-content-widget-area .widget_meta li,
.fusion-content-widget-area .widget_nav_menu li,
.fusion-content-widget-area .widget_pages li,
.fusion-content-widget-area .widget_product_categories li,
.fusion-content-widget-area .widget_recent_entries li,
.fusion-counters-box .fusion-counter-box .counter-box-border,
.fusion-filters,
.fusion-hide-pagination-text .pagination-next,
.fusion-hide-pagination-text .pagination-prev,
.fusion-pagination .page-numbers,
.fusion-project-details-tb .project-info .project-info-box,
.fusion-tabs.vertical-tabs.clean .nav-tabs li .tab-link,
.input-radio,
.ls-avada,
.page-links a,
.pagination a.inactive,
.panel.entry-content,
.post .fusion-meta-info,
.price_slider_wrapper,
.progress-bar,
.project-content .project-info .project-info-box,
.search-page-search-form,
.side-nav,
.side-nav li a,
.side-nav-left .side-nav,
.single-navigation,
.table,
.table>tbody>tr>td,
.table>tbody>tr>th,
.table>tfoot>tr>td,
.table>tfoot>tr>th,
.table>thead>tr>td,
.table>thead>tr>th,
.table-1 table,
.table-1 table th,
.table-1 tr td,
.table-2 table thead,
.table-2 tr td,
.tabs-vertical .tabs-container .tab_content,
.tabs-vertical .tabset,
.tagcloud a,
.tkt-slctr-tbl-wrap-dv table,
.tkt-slctr-tbl-wrap-dv tr td,
.widget_layered_nav li,
.widget_product_categories li,
.woo-tabs-horizontal .woocommerce .woocommerce-MyAccount-navigation>ul .is-active,
.woo-tabs-horizontal .woocommerce .woocommerce-checkout-nav .is-active,
.woo-tabs-horizontal .woocommerce-MyAccount-navigation,
.woo-tabs-horizontal .woocommerce-tabs>.tabs,
.woo-tabs-horizontal .woocommerce-tabs>.wc-tab,
.woocommerce .social-share,
.woocommerce .social-share li,
.woocommerce-pagination .page-numbers,
h5.toggle.active+.toggle-content,
tr td {
  border-color: var(--sep_color);
}

.price_slider_wrapper .ui-widget-content {
  background-color: var(--sep_color);
}

:root {
  --awb-color1: #ffffff;
  --awb-color1-h: 0;
  --awb-color1-s: 0%;
  --awb-color1-l: 100%;
  --awb-color1-a: 100%;
  --awb-color2: #f6f6f6;
  --awb-color2-h: 0;
  --awb-color2-s: 0%;
  --awb-color2-l: 96%;
  --awb-color2-a: 100%;
  --awb-color3: #e0dede;
  --awb-color3-h: 0;
  --awb-color3-s: 3%;
  --awb-color3-l: 87%;
  --awb-color3-a: 100%;
  --awb-color4: #a0ce4e;
  --awb-color4-h: 82;
  --awb-color4-s: 57%;
  --awb-color4-l: 56%;
  --awb-color4-a: 100%;
  --awb-color5: #B68A4A;
  --awb-color5-h: 28;
  --awb-color5-s: 94%;
  --awb-color5-l: 53%;
  --awb-color5-a: 100%;
  --awb-color6: #747474;
  --awb-color6-h: 0;
  --awb-color6-s: 0%;
  --awb-color6-l: 45%;
  --awb-color6-a: 100%;
  --awb-color7: #333333;
  --awb-color7-h: 0;
  --awb-color7-s: 0%;
  --awb-color7-l: 20%;
  --awb-color7-a: 100%;
  --awb-color8: #171717;
  --awb-color8-h: 0;
  --awb-color8-s: 0%;
  --awb-color8-l: 9%;
  --awb-color8-a: 100%;
  --awb-custom10: #b6b6b4;
  --awb-custom10-h: 60;
  --awb-custom10-s: 1%;
  --awb-custom10-l: 71%;
  --awb-custom10-a: 100%;
  --awb-custom11: #cbaa5c;
  --awb-custom11-h: 42;
  --awb-custom11-s: 52%;
  --awb-custom11-l: 58%;
  --awb-custom11-a: 100%;
  --awb-custom12: #222222;
  --awb-custom12-h: 0;
  --awb-custom12-s: 0%;
  --awb-custom12-l: 13%;
  --awb-custom12-a: 100%;
  --awb-custom13: #000000;
  --awb-custom13-h: 0;
  --awb-custom13-s: 0%;
  --awb-custom13-l: 0%;
  --awb-custom13-a: 100%;
  --awb-custom14: #463e3f;
  --awb-custom14-h: 353;
  --awb-custom14-s: 6%;
  --awb-custom14-l: 26%;
  --awb-custom14-a: 100%;
  --awb-custom15: #ebeaea;
  --awb-custom15-h: 0;
  --awb-custom15-s: 2%;
  --awb-custom15-l: 92%;
  --awb-custom15-a: 100%;
  --awb-custom16: rgba(248, 128, 23, 0.8);
  --awb-custom16-h: 28;
  --awb-custom16-s: 94%;
  --awb-custom16-l: 53%;
  --awb-custom16-a: 80%;
  --awb-custom17: #f9f9f9;
  --awb-custom17-h: 0;
  --awb-custom17-s: 0%;
  --awb-custom17-l: 98%;
  --awb-custom17-a: 100%;
  --awb-custom18: #212934;
  --awb-custom18-h: 215;
  --awb-custom18-s: 22%;
  --awb-custom18-l: 17%;
  --awb-custom18-a: 100%;
  --awb-typography1-font-family: Inter, Arial, Helvetica, sans-serif;
  --awb-typography1-font-size: 46px;
  --awb-typography1-font-weight: 600;
  --awb-typography1-font-style: normal;
  --awb-typography1-line-height: 1.2;
  --awb-typography1-letter-spacing: -0.015em;
  --awb-typography1-text-transform: none;
  --awb-typography2-font-family: Inter, Arial, Helvetica, sans-serif;
  --awb-typography2-font-size: 24px;
  --awb-typography2-font-weight: 600;
  --awb-typography2-font-style: normal;
  --awb-typography2-line-height: 1.1;
  --awb-typography2-letter-spacing: 0px;
  --awb-typography2-text-transform: none;
  --awb-typography3-font-family: Inter, Arial, Helvetica, sans-serif;
  --awb-typography3-font-size: 16px;
  --awb-typography3-font-weight: 500;
  --awb-typography3-font-style: normal;
  --awb-typography3-line-height: 1.2;
  --awb-typography3-letter-spacing: 0.015em;
  --awb-typography3-text-transform: none;
  --awb-typography4-font-family: Inter, Arial, Helvetica, sans-serif;
  --awb-typography4-font-size: 16px;
  --awb-typography4-font-weight: 400;
  --awb-typography4-font-style: normal;
  --awb-typography4-line-height: 1.72;
  --awb-typography4-letter-spacing: 0.015em;
  --awb-typography4-text-transform: none;
  --awb-typography5-font-family: Inter, Arial, Helvetica, sans-serif;
  --awb-typography5-font-size: 13px;
  --awb-typography5-font-weight: 400;
  --awb-typography5-font-style: normal;
  --awb-typography5-line-height: 1.72;
  --awb-typography5-letter-spacing: 0.015em;
  --awb-typography5-text-transform: none;
  --site_width: 1170px;
  --site_width-int: 1170;
  --margin_offset-top: 0px;
  --margin_offset-bottom: 0px;
  --margin_offset-top-no-percent: 0px;
  --margin_offset-bottom-no-percent: 0px;
  --main_padding-top: 95px;
  --main_padding-top-or-55px: 95px;
  --main_padding-bottom: 0px;
  --hundredp_padding: 30px;
  --hundredp_padding-fallback_to_zero: 30px;
  --hundredp_padding-fallback_to_zero_px: 30px;
  --hundredp_padding-hundred_percent_negative_margin: -30px;
  --sidebar_width: 25%;
  --sidebar_gutter: 80px;
  --sidebar_2_1_width: 22%;
  --sidebar_2_2_width: 22%;
  --dual_sidebar_gutter: 40px;
  --grid_main_break_point: 1099;
  --side_header_break_point: 1023;
  --content_break_point: 800;
  --typography_sensitivity: 0.54;
  --typography_factor: 1.50;
  --primary_color: #B68A4A;
  --primary_color-85a: rgba(248, 128, 23, 0.85);
  --primary_color-7a: rgba(248, 128, 23, 0.7);
  --primary_color-5a: rgba(248, 128, 23, 0.5);
  --primary_color-35a: rgba(248, 128, 23, 0.35);
  --primary_color-2a: rgba(248, 128, 23, 0.2);
  --header_bg_repeat: repeat;
  --side_header_width: 305px;
  --side_header_width-int: 305;
  --header_padding-top: 0px;
  --header_padding-bottom: 0px;
  --header_padding-left: 60px;
  --header_padding-right: 60px;
  --menu_highlight_background: #a0ce4e;
  --menu_arrow_size-width: 12px;
  --menu_arrow_size-height: 23px;
  --nav_highlight_border: 0px;
  --nav_padding: 45px;
  --nav_padding-no-zero: 45px;
  --dropdown_menu_top_border_size: 3px;
  --dropdown_menu_width: 180px;
  --mainmenu_dropdown_vertical_padding: 11px;
  --menu_sub_bg_color: #ffffff;
  --menu_bg_hover_color: #dddddd;
  --menu_sub_sep_color: #f2f2f2;
  --menu_h45_bg_color: #ffffff;
  --nav_typography-font-family: Montserrat, Arial, Helvetica, sans-serif;
  --nav_typography-font-weight: 400;
  --nav_typography-letter-spacing: 0px;
  --nav_typography-color: #B68A4A;
  --nav_typography-color-65a: rgba(248, 128, 23, 0.65);
  --nav_typography-color-35a: rgba(248, 128, 23, 0.35);
  --menu_hover_first_color: #B68A4A;
  --menu_hover_first_color-65a: rgba(248, 128, 23, 0.65);
  --menu_sub_color: #B68A4A;
  --nav_dropdown_font_size: 13px;
  --flyout_menu_icon_font_size: 20px;
  --flyout_menu_icon_font_size_px: 20px;
  --snav_font_size: 12px;
  --sec_menu_lh: 20px;
  --header_top_menu_sub_color: #747474;
  --mobile_menu_icons_top_margin: 33px;
  --mobile_menu_nav_height: 45px;
  --mobile_header_bg_color: #ffffff;
  --mobile_menu_background_color: #ffffff;
  --mobile_menu_hover_color: #B68A4A;
  --mobile_menu_border_color: #f2f2f2;
  --mobile_menu_toggle_color: #B68A4A;
  --mobile_menu_typography-font-family: "PT Sans";
  --mobile_menu_typography-font-size: 12px;
  --mobile_menu_typography-font-weight: 400;
  --mobile_menu_typography-line-height: 35px;
  --mobile_menu_typography-letter-spacing: 0px;
  --mobile_menu_typography-color: #333333;
  --mobile_menu_typography-font-size-30-or-24px: 24px;
  --mobile_menu_typography-font-size-open-submenu: var(--mobile_menu_typography-font-size, 13px);
  --mobile_menu_font_hover_color: #333333;
  --menu_icon_size: 14px;
  --logo_alignment: center;
  --logo_background_color: #a0ce4e;
  --slidingbar_width: 300px;
  --slidingbar_width-percent_to_vw: 300px;
  --slidingbar_content_padding-top: 60px;
  --slidingbar_content_padding-bottom: 60px;
  --slidingbar_content_padding-left: 30px;
  --slidingbar_content_padding-right: 30px;
  --slidingbar_bg_color: #1d2939;
  --slidingbar_divider_color: #463e3f;
  --slidingbar_link_color: #b6b6b4;
  --slidingbar_link_color_hover: #B68A4A;
  --footer_divider_color: #000000;
  --footer_headings_typography-font-family: Questrial, Arial, Helvetica, sans-serif;
  --footer_headings_typography-font-size: 13px;
  --footer_headings_typography-font-weight: 400;
  --footer_headings_typography-color: #B68A4A;
  --footer_text_color: #fff;
  --sidebar_bg_color: rgba(255, 255, 255, 0);
  --bg_image: none;
  --bg_repeat: repeat;
  --bg_color: #ffffff;
  --bg-color-overlay: normal;
  --bg_pattern: url("//foxyhomestaging.com.au/wp-content/themes/Avada/assets/images/patterns/pattern1.png");
  --content_bg_color: #ffffff;
  --content_bg_image: none;
  --content_bg_repeat: repeat;
  --body_typography-font-family: Questrial, Arial, Helvetica, sans-serif;
  --body_typography-font-size: 16px;
  --base-font-size: 16;
  --body_typography-font-weight: 400;
  --body_typography-line-height: 2;
  --body_typography-color: #222222;
  --link_color: #171717;
  --link_color-8a: rgba(23, 23, 23, 0.8);
  --h1_typography-font-family: 'Poppins','Lato', Arial, Helvetica, sans-serif;
  --h1_typography-font-weight: 400;
  --h1_typography-line-height: 1.11;
  --h1_typography-letter-spacing: 0px;
  --h1_typography-font-size: 46px;
  --h1_typography-color: #171717;
  --h1_typography-margin-top: 0em;
  --h1_typography-margin-bottom: 0.67em;
  --h2_typography-font-family: 'Poppins','Lato', Arial, Helvetica, sans-serif;
  --h2_typography-font-weight: 400;
  --h2_typography-line-height: 1.69;
  --h2_typography-letter-spacing: 0px;
  --h2_typography-font-size: 26px;
  --h2_typography-color: #171717;
  --h2_typography-margin-top: 0em;
  --h2_typography-margin-bottom: 1.1em;
  --h3_typography-font-family: 'Poppins','Lato', Arial, Helvetica, sans-serif;
  --h3_typography-font-weight: 400;
  --h3_typography-line-height: 1.67;
  --h3_typography-letter-spacing: 0px;
  --h3_typography-font-size: 24px;
  --h3_typography-color: #171717;
  --h3_typography-margin-top: 1em;
  --h3_typography-margin-bottom: 1em;
  --h4_typography-font-family: 'Poppins','Lato', Arial, Helvetica, sans-serif;
  --h4_typography-font-weight: 400;
  --h4_typography-line-height: 1.67;
  --h4_typography-letter-spacing: 0px;
  --h4_typography-font-size: 18px;
  --h4_typography-color: #171717;
  --h4_typography-margin-top: 1.33em;
  --h4_typography-margin-bottom: 1.33em;
  --h5_typography-font-family: 'Poppins','Lato', Arial, Helvetica, sans-serif;
  --h5_typography-font-weight: 400;
  --h5_typography-line-height: 1.67;
  --h5_typography-letter-spacing: 0px;
  --h5_typography-font-size: 18px;
  --h5_typography-color: #171717;
  --h5_typography-margin-top: 1.67em;
  --h5_typography-margin-bottom: 1.67em;
  --h6_typography-font-family: 'Poppins','Lato', Arial, Helvetica, sans-serif;
  --h6_typography-font-weight: 400;
  --h6_typography-line-height: 1.06;
  --h6_typography-letter-spacing: 0px;
  --h6_typography-font-size: 16px;
  --h6_typography-color: #171717;
  --h6_typography-margin-top: 2.33em;
  --h6_typography-margin-bottom: 2.33em;
  --post_title_typography-font-family: "Zilla Slab";
  --post_title_typography-font-weight: 400;
  --post_title_typography-line-height: 1.69;
  --post_title_typography-font-size: 19;
  --post_title_typography-color: #ffffff;
  --post_titles_extras_typography-font-family: "Open Sans";
  --post_titles_extras_typography-font-weight: 400;
  --post_titles_extras_typography-line-height: 1.69;
  --post_titles_extras_typography-font-size: 19;
  --post_titles_extras_typography-color: #ffffff;
  --blog_archive_grid_column_spacing: 40px;
  --dates_box_color: #eef0f2;
  --meta_font_size: 12px;
  --portfolio_archive_column_spacing: 12px;
  --portfolio_meta_font_size: 13px;
  --social_bg_color: rgba(255, 255, 255, 0);
  --social_bg_color-0-transparent: 0px;
  --sharing_social_links_icon_color: #ffffff;
  --sharing_social_links_box_color: #4e72a6;
  --sharing_social_links_boxed_padding: 9px;
  --slider_nav_box_dimensions-width: 30px;
  --slider_nav_box_dimensions-height: 30px;
  --slider_arrow_size: 14px;
  --es_caption_font_size: 20px;
  --form_input_height: 44px;
  --form_input_height-main-menu-search-width: calc(250px + 1.43 * 44px);
  --form_text_size: 13px;
  --form_bg_color: #ffffff;
  --form_text_color: #b6b6b4;
  --form_text_color-35a: rgba(182, 182, 180, 0.35);
  --form_border_width-top: 1px;
  --form_border_width-bottom: 1px;
  --form_border_width-left: 1px;
  --form_border_width-right: 1px;
  --form_border_color: #b6b6b4;
  --form_focus_border_color: #b6b6b4;
  --form_focus_border_color-5a: rgba(182, 182, 180, 0.5);
  --form_border_radius: 0px;
  --privacy_bg_color: rgba(0, 0, 0, 0.1);
  --privacy_color: rgba(0, 0, 0, 0.3);
  --privacy_bar_padding-top: 15px;
  --privacy_bar_padding-bottom: 15px;
  --privacy_bar_padding-left: 30px;
  --privacy_bar_padding-right: 30px;
  --privacy_bar_bg_color: #363839;
  --privacy_bar_font_size: 13px;
  --privacy_bar_color: #8c8989;
  --privacy_bar_link_color: #bfbfbf;
  --privacy_bar_link_hover_color: #a0ce4e;
  --privacy_bar_headings_color: #dddddd;
  --scrollbar_background: var(--awb-color2);
  --scrollbar_handle: var(--awb-color4);
  --image_rollover_icon_size: 30px;
  --image_rollover_text_color: rgba(255, 255, 255, 0);
  --pagination_width_height: 30px;
  --pagination_box_padding-width: 6px;
  --pagination_box_padding-height: 2px;
  --pagination_border_width: 1px;
  --pagination_border_radius: 0px;
  --pagination_font_size: 12px;
  --timeline_bg_color: rgba(255, 255, 255, 0);
  --timeline_bg_color-not-transparent: rgba(255, 255, 255, 1);
  --timeline_color: #ebeaea;
  --grid_separator_color: #e0dede;
  --woocommerce_archive_grid_column_spacing: 40px;
  --woocommerce_product_box_content_padding-top: 20px;
  --woocommerce_product_box_content_padding-bottom: 15px;
  --woocommerce_product_box_content_padding-left: 15px;
  --woocommerce_product_box_content_padding-right: 15px;
  --qty_size-width: 38px;
  --qty_size-height: 36px;
  --qty_font_size: 14px;
  --qty_bg_color: var(--awb-color2);
  --qty_bg_hover_color: var(--awb-color1);
  --woo_dropdown_bg_color: var(--awb-color2);
  --woo_dropdown_bg_color-1l: hsla(var(--awb-color2-h), var(--awb-color2-s), calc(var(--awb-color2-l) + 4%), var(--awb-color2-a));
  --woo_dropdown_text_color: var(--awb-color8);
  --woo_dropdown_border_color: var(--awb-color3);
  --woo_cart_bg_color: var(--awb-color2);
  --woo_icon_font_size: 12px;
  --fusion-woo-sale-badge-background-color: var(--awb-color5);
  --fusion-woo-sale-badge-text-color: var(--awb-color1);
  --fusion-woo-sale-badge-text-size: 16px;
  --fusion-woo-sale-badge-padding-top: 0.5em;
  --fusion-woo-sale-badge-padding-bottom: 0.5em;
  --fusion-woo-sale-badge-padding-left: 0.5em;
  --fusion-woo-sale-badge-padding-right: 0.5em;
  --fusion-woo-sale-badge-width-top: 0px;
  --fusion-woo-sale-badge-width-bottom: 0px;
  --fusion-woo-sale-badge-width-left: 0px;
  --fusion-woo-sale-badge-width-right: 0px;
  --fusion-woo-sale-badge-border-color: #ffffff;
  --fusion-woo-outofstock-badge-background-color: rgba(210, 0, 0, 0.9);
  --fusion-woo-outofstock-badge-text-color: var(--awb-color1);
  --fusion-woo-outofstock-badge-text-size: 13px;
  --fusion-woo-outofstock-badge-padding-top: 0.45em;
  --fusion-woo-outofstock-badge-padding-bottom: 0.45em;
  --fusion-woo-outofstock-badge-padding-left: 0;
  --fusion-woo-outofstock-badge-padding-right: 0;
  --fusion-woo-outofstock-badge-width-top: 0px;
  --fusion-woo-outofstock-badge-width-bottom: 0px;
  --fusion-woo-outofstock-badge-width-left: 0px;
  --fusion-woo-outofstock-badge-width-right: 0px;
  --fusion-woo-outofstock-badge-border-color: #ffffff;
  --carousel_nav_color: rgba(0, 0, 0, .85);
  --carousel_hover_color: rgba(0, 0, 0, .95);
  --button_padding-top: 13px;
  --button_padding-bottom: 13px;
  --button_padding-left: 29px;
  --button_padding-right: 29px;
  --button_typography-font-family: "PT Sans";
  --button_typography-font-weight: 400;
  --button_typography-letter-spacing: 0px;
  --button_font_size: 14px;
  --button_line_height: 17px;
  --button_text_transform: uppercase;
  --button_gradient_top_color: #B68A4A;
  --button_gradient_bottom_color: #B68A4A;
  --button_gradient_top_color_hover: #B68A4A;
  --button_gradient_bottom_color_hover: #B68A4A;
  --button_gradient_start: 0%;
  --button_gradient_end: 100%;
  --button_gradient_angle: 180deg;
  --button_radial_direction: center center;
  --button_accent_color: #fff;
  --button_accent_hover_color: #fff;
  --button_bevel_color: #B68A4A;
  --button_box_shadow: none;
  --button_bevel_color_hover: #B68A4A;
  --button_border_width-top: 0px;
  --button_border_width-right: 0px;
  --button_border_width-bottom: 0px;
  --button_border_width-left: 0px;
  --button_border_color: #fff;
  --button_border_hover_color: #fff;
  --checklist_icons_color: #ffffff;
  --checklist_circle_color: #000000;
  --checklist_text_color: #222222;
  --checklist_item_padding-top: 0.35em;
  --checklist_item_padding-bottom: 0.35em;
  --checklist_item_padding-left: 0;
  --checklist_item_padding-right: 0;
  --checklist_divider_color: #e0dede;
  --checklist_odd_row_bgcolor: rgba(255, 255, 255, 0);
  --checklist_even_row_bgcolor: rgba(255, 255, 255, 0);
  --countdown_background_color: #a0ce4e;
  --countdown_counter_box_color: #333333;
  --countdown_counter_text_color: #ffffff;
  --countdown_label_color: #ffffff;
  --countdown_heading_text_color: #ffffff;
  --icon_color: #ffffff;
  --icon_color_hover: #ffffff;
  --icon_circle_color: #cbaa5c;
  --icon_circle_color_hover: #cbaa5c;
  --icon_border_size: #ffffff;
  --icon_border_color: #cbaa5c;
  --icon_border_color_hover: #cbaa5c;
  --pricing_box_color: #1d2939;
  --sep_color: #e0dede;
  --tabs_bg_color: #ffffff;
  --tabs_inactive_color: #ebeaea;
  --tabs_border_color: #ebeaea;
  --testimonial_bg_color: #f6f6f6;
  --testimonial_text_color: #747474;
  --title_border_color: #e0dede;
  --accordion_divider_color: #e0dede;
  --accordion_divider_hover_color: #e0dede;
  --accordian_inactive_color: #333333;
  --accordian_active_color: #B68A4A;
  --faq_accordion_divider_color: #e0dede;
  --faq_accordion_divider_hover_color: #e0dede;
  --faq_accordion_title_typography-font-family: 'Poppins','Lato';
  --faq_accordion_title_typography-font-size: 18px;
  --faq_accordion_title_typography-font-weight: 400;
  --faq_accordion_title_typography-color: #171717;
  --faq_accordion_content_typography-font-family: Questrial;
  --faq_accordion_content_typography-font-size: 16px;
  --faq_accordion_content_typography-font-weight: 400;
  --faq_accordion_content_typography-color: #222222;
}

#side-header,
.fusion-header {
  --header_bg_color: #ffffff;
  --archive_header_bg_color: rgb(255, 255, 255);
}

.fusion-header-wrapper,
#side-header {
  --header_border_color: #b6b6b4;
}

.fusion-secondary-header {
  --header_top_bg_color: #ffffff;
  --snav_color: #747474;
}

.fusion-header-tagline {
  --tagline_font_size: 16px;
  --tagline_font_color: #747474;
}

.fusion-arrow-svg,
.fusion-header-wrapper,
#side-header {
  --header_sticky_bg_color: rgba(255, 255, 255, 0.97);
}

.fusion-main-menu {
  --header_sticky_menu_color: #333333;
  --header_sticky_nav_font_size: 13px;
  --nav_height: 41px;
  --mobile_nav_padding: 25px;
  --menu_text_align: center;
  --menu_thumbnail_size-width: 26px;
  --menu_thumbnail_size-height: 14px;
}

.fusion-main-menu,
.fusion-logo-background {
  --header_sticky_nav_padding: 45px;
}

.fusion-menu-highlight-label {
  --main_nav_highlight_radius: 0px;
}

.side-nav {
  --side_nav_font_size: 14px;
}

.fusion-flyout-menu-icons {
  --flyout_nav_icons_padding: 45px;
  --flyout_menu_icon_color: #333333;
  --flyout_menu_icon_hover_color: #a0ce4e;
}

.fusion-flyout-menu-bg {
  --flyout_menu_background_color: rgba(255, 255, 255, 0.95);
}

.fusion-flyout-menu {
  --flyout_menu_item_padding: 30px;
}

.fusion-secondary-menu {
  --topmenu_dropwdown_width: 100px;
  --header_top_first_border_color: #b6b6b4;
  --header_top_sub_bg_color: #ffffff;
  --header_top_menu_bg_hover_color: #f9f9f9;
  --header_top_menu_sub_sep_color: #b6b6b4;
  --header_top_menu_sub_hover_color: #333333;
}

.fusion-header {
  --top-bar-height: 21.5px;
}

.fusion-megamenu-title {
  --megamenu_title_size: 18px;
}

.fusion-megamenu-submenu {
  --megamenu_item_vertical_padding: 5px;
}

.fusion-megamenu-icon {
  --menu_icon_color: #333333;
  --menu_icon_hover_color: #B68A4A;
}

.fusion-logo {
  --logo_margin-top: 51px;
  --logo_margin-bottom: 56px;
  --logo_margin-left: 0px;
  --logo_margin-right: 0px;
}

.fusion-sliding-bar {
  --slidingbar_content_align: left;
}

.fusion-sb-toggle-wrapper {
  --slidingbar_toggle_icon_color: #ffffff;
}

#slidingbar {
  --slidingbar_font_size: 13px;
}

#slidingbar-area {
  --slidingbar_headings_color: #dddddd;
  --slidingbar_text_color: #8c8989;
}

.fusion-footer-widget-area {
  --footerw_bg_image: url("//foxyhomestaging.com.au/wp-content/uploads/2025/06/FOOTER_BACKGROUND.png");
  --footerw_bg_full-size: initial;
  --footerw_bg_full-position: var(--footerw_bg_pos);
  --footerw_bg_repeat: repeat;
  --footerw_bg_pos: center center;
  --footer_bg_color: #A2A378;
  --footer_border_size: 12px;
  --footer_border_color: #000000;
  --footer_link_color: #fff;
  --footer_link_color_hover: #B68A4A;
}

.fusion-footer {
  --footer_area_padding-top: 40px;
  --footer_area_padding-bottom: 40px;
  --footer_area_padding-left: 0px;
  --footer_area_padding-right: 0px;
  --footer_divider_line-flex: block;
  --footer_divider_line_size: 1px;
  --footer_divider_line_style: solid;
  --footer_widgets_padding: 15px;
}

.fusion-footer-copyright-area {
  --copyright_padding-top: 25px;
  --copyright_padding-bottom: 25px;
  --copyright_bg_color: #A2A378;
  --copyright_border_size: 1px;
  --copyright_border_color: rgba(255, 255, 255, 0);
  --copyright_link_color_hover: #000;
}

.fusion-copyright-notice {
  --copyright_text_color: #fff;
  --copyright_link_color: #000;
  --copyright_font_size: 13px;
}

.sidebar {
  --sidebar_padding: 0px;
  --sidebar_padding-percent_to_vw: 0px;
  --sidebar_widget_bg_color: rgba(255, 255, 255, 0);
  --sidew_font_size: 18px;
  --sidebar_heading_color: #333333;
}

.fusion-load-more-button {
  --blog_load_more_posts_button_bg_color: #B68A4A;
  --blog_load_more_posts_button_text_color: #333;
  --blog_load_more_posts_hover_button_bg_color: rgba(248, 128, 23, 0.8);
  --blog_load_more_posts_hover_button_text_color: #333;
  --portfolio_archive_load_more_posts_button_bg_color: #ebeaea;
  --portfolio_archive_load_more_posts_button_text_color: #333;
  --portfolio_archive_load_more_posts_hover_button_bg_color: rgba(235, 234, 234, 0.8);
  --portfolio_archive_load_more_posts_hover_button_text_color: #333;
  --blog_element_load_more_posts_button_bg_color: #B68A4A;
  --blog_element_load_more_posts_button_text_color: #333;
  --blog_element_load_more_posts_hover_button_bg_color: rgba(248, 128, 23, 0.8);
  --blog_element_load_more_posts_hover_button_text_color: #333;
  --portfolio_element_load_more_posts_button_bg_color: #B68A4A;
  --portfolio_element_load_more_posts_button_text_color: #333;
  --portfolio_element_load_more_posts_hover_button_bg_color: rgba(248, 128, 23, 0.8);
  --portfolio_element_load_more_posts_hover_button_text_color: #333;
}

.fusion-post-content-wrapper {
  --blog_archive_grid_padding-top: 30px;
  --blog_archive_grid_padding-bottom: 20px;
  --blog_archive_grid_padding-left: 25px;
  --blog_archive_grid_padding-right: 25px;
}

.fusion-portfolio-content {
  --portfolio_archive_text_layout-padding: 20px 0;
  --portfolio_archive_layout_padding-top: -50;
  --portfolio_archive_layout_padding-bottom: -50;
  --portfolio_archive_layout_padding-left: 0;
  --portfolio_archive_layout_padding-right: 0;
}

.fusion-portfolio-content-wrapper {
  --portfolio_archive_text_alignment: center;
}

.fusion-social-networks {
  --header_social_links_font_size: 16px;
  --header_social_links_boxed_padding: 9px;
  --footer_social_links_font_size: 16px;
  --footer_social_links_boxed_padding: 8px;
}

.fusion-social-network-icon {
  --header_social_links_icon_color: #000;
  --header_social_links_box_color: #4e72a6;
  --header_social_links_boxed_radius: 1px;
  --footer_social_links_icon_color: #ffffff;
  --footer_social_links_box_color: #222222;
  --footer_social_links_boxed_radius: 4px;
  --sharing_social_links_boxed_radius: 1px;
}

.fusion-theme-sharing-box {
  --sharing_box_tagline_text_color: #333333;
}

.fusion-sharing-box {
  --sharing_social_links_font_size: 16px;
}

.ei-slider {
  --tfes_dimensions-width: 100%;
  --tfes_dimensions-height: 400px;
  --es_title_font_size: 42px;
  --es_title_color: #333333;
  --es_caption_color: #747474;
}

.avada-google-map {
  --gmap_topmargin: 55px;
}

.fusion-search-results {
  --live_search_results_height: 250px;
}

.fusion-blog-layout-grid {
  --search_grid_column_spacing: 40px;
}

#toTop {
  --totop_border_radius: 4px;
}

.fusion-image-wrapper {
  --image_gradient_top_color: #000000;
}

.fusion-rollover {
  --image_gradient_bottom_color: #000000;
  --image_rollover_icon_color: rgba(255, 255, 255, 0.4);
}

.shadow-left {
  --avada-rev-image-shadow-top: 1;
}

.shadow-right {
  --avada-rev-image-shadow-bottom: 1;
}

.avada-product-images-global .woocommerce-product-gallery {
  --woocommerce_single_gallery_size: 500px;
}

.avada-product-images-global .flex-control-thumbs {
  --woocommerce_product_images_thumbnail_column_width: 15%;
}

body {
  --fusion-woo-sale-badge-border-top-left-radius: 50%;
  --fusion-woo-sale-badge-border-top-right-radius: 50%;
  --fusion-woo-sale-badge-border-bottom-right-radius: 50%;
  --fusion-woo-sale-badge-border-bottom-left-radius: 50%;
  --fusion-woo-outofstock-badge-border-top-left-radius: 0px;
  --fusion-woo-outofstock-badge-border-top-right-radius: 0px;
  --fusion-woo-outofstock-badge-border-bottom-right-radius: 0px;
  --fusion-woo-outofstock-badge-border-bottom-left-radius: 0px;
  --fusion-audio-max-width-default: 100%;
  --fusion-audio-background-color-default: #222222;
  --fusion-audio-accent-color-default: #ffffff;
  --fusion-audio-border-size-default: 0;
  --fusion-audio-border-color-default: var(--awb-color1);
  --fusion-audio-border-top-left-radius-default: 0px;
  --fusion-audio-border-top-right-radius-default: 0px;
  --fusion-audio-border-bottom-right-radius-default: 0px;
  --fusion-audio-border-bottom-left-radius-default: 0px;
  --button-border-radius-top-left: 2px;
  --button-border-radius-top-right: 2px;
  --button-border-radius-bottom-right: 2px;
  --button-border-radius-bottom-left: 2px;
  --fusion-video-max-width-default: 100%;
}

.fusion-alert.alert-info.general {
  --info_bg_color: #ffffff;
  --info_accent_color: rgba(128, 128, 128, 1);
}

.fusion-alert.alert-danger.error {
  --danger_bg_color: #f2dede;
  --danger_accent_color: rgba(166, 66, 66, 1);
}

.fusion-alert.alert-success.success {
  --success_bg_color: #dff0d8;
  --success_accent_color: rgba(92, 163, 64, 1);
}

.fusion-alert.alert-warning.notice {
  --warning_bg_color: #fcf8e3;
  --warning_accent_color: rgba(217, 185, 23, 1);
}

body .fusion-alert.alert:not(.fusion-live-alert) {
  --alert_border_size: 1px;
}

.fusion-scroll-section-nav {
  --container_scroll_nav_bg_color: rgba(0, 0, 0, 0.2);
}

.fusion-scroll-section-link-bullet {
  --container_scroll_nav_bullet_color: #eeeeee;
}

.fusion-body .fusion-dropcap {
  --dropcap_color: #cbaa5c;
  --dropcap_text_color: #fff;
}

.popover {
  --popover_heading_bg_color: #f6f6f6;
  --popover_content_bg_color: #ffffff;
  --popover_border_color: #ebebeb;
  --popover_text_color: #747474;
}

.fusion-social-links {
  --social_links_font_size: 15;
  --social_links_boxed_padding: 8;
}

@media only screen and (max-width: 1105px) {

  .has-sidebar #content,
  .woocommerce-container {
    order: 1;
  }

  .has-sidebar #sidebar {
    order: 2;
    margin-top: 50px;
  }

  .has-sidebar #sidebar-2 {
    order: 3;
    margin-top: 50px;
  }
}

@font-face {
  font-family: "awb-icons";
  src: url('//foxyhomestaging.com.au/wp-content/themes/Avada/includes/lib/assets/fonts/icomoon/awb-icons.woff') format('woff'), url('//foxyhomestaging.com.au/wp-content/themes/Avada/includes/lib/assets/fonts/icomoon/awb-icons.ttf') format('truetype'), url('//foxyhomestaging.com.au/wp-content/themes/Avada/includes/lib/assets/fonts/icomoon/awb-icons.svg#awb-icons') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

.fa,
.fab,
.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: .75em;
  vertical-align: -.0667em
}

.fa-xs {
  font-size: .75em
}

.fa-sm {
  font-size: .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: solid .08em #eee;
  border-radius: .1em;
  padding: .2em .25em .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: .3em
}

.fa.fa-pull-right,
.fab.fa-pull-right,
.fal.fa-pull-right,
.far.fa-pull-right,
.fas.fa-pull-right {
  margin-left: .3em
}

.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear
}

.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8)
}

@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0)
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg)
  }
}

@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0)
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg)
  }
}

.fa-rotate-90 {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg)
}

.fa-rotate-180 {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg)
}

.fa-rotate-270 {
  -webkit-transform: rotate(270deg);
  transform: rotate(270deg)
}

.fa-flip-horizontal {
  -webkit-transform: scale(-1, 1);
  transform: scale(-1, 1)
}

.fa-flip-vertical {
  -webkit-transform: scale(1, -1);
  transform: scale(1, -1)
}

.fa-flip-horizontal.fa-flip-vertical {
  -webkit-transform: scale(-1, -1);
  transform: scale(-1, -1)
}

:root .fa-flip-horizontal,
:root .fa-flip-vertical,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-rotate-90 {
  -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
}

@font-face {
  font-family: "Font Awesome 5 Brands";
  font-style: normal;
  font-weight: normal;
  src: url(//foxyhomestaging.com.au/wp-content/themes/Avada/includes/lib/assets/fonts/fontawesome/webfonts/fa-brands-400.eot);
  src: url(//foxyhomestaging.com.au/wp-content/themes/Avada/includes/lib/assets/fonts/fontawesome/webfonts/fa-brands-400.eot?#iefix) format("embedded-opentype"), url(//foxyhomestaging.com.au/wp-content/themes/Avada/includes/lib/assets/fonts/fontawesome/webfonts/fa-brands-400.woff2) format("woff2"), url(//foxyhomestaging.com.au/wp-content/themes/Avada/includes/lib/assets/fonts/fontawesome/webfonts/fa-brands-400.woff) format("woff"), url(//foxyhomestaging.com.au/wp-content/themes/Avada/includes/lib/assets/fonts/fontawesome/webfonts/fa-brands-400.ttf) format("truetype"), url(//foxyhomestaging.com.au/wp-content/themes/Avada/includes/lib/assets/fonts/fontawesome/webfonts/fa-brands-400.svg#fontawesome) format("svg");
  font-display: block;
}

.fab {
  font-family: "Font Awesome 5 Brands"
}

@font-face {
  font-family: "Font Awesome 5 Free";
  font-style: normal;
  font-weight: 400;
  src: url(//foxyhomestaging.com.au/wp-content/themes/Avada/includes/lib/assets/fonts/fontawesome/webfonts/fa-regular-400.eot);
  src: url(//foxyhomestaging.com.au/wp-content/themes/Avada/includes/lib/assets/fonts/fontawesome/webfonts/fa-regular-400.eot?#iefix) format("embedded-opentype"), url(//foxyhomestaging.com.au/wp-content/themes/Avada/includes/lib/assets/fonts/fontawesome/webfonts/fa-regular-400.woff2) format("woff2"), url(//foxyhomestaging.com.au/wp-content/themes/Avada/includes/lib/assets/fonts/fontawesome/webfonts/fa-regular-400.woff) format("woff"), url(//foxyhomestaging.com.au/wp-content/themes/Avada/includes/lib/assets/fonts/fontawesome/webfonts/fa-regular-400.ttf) format("truetype"), url(//foxyhomestaging.com.au/wp-content/themes/Avada/includes/lib/assets/fonts/fontawesome/webfonts/fa-regular-400.svg#fontawesome) format("svg");
  font-display: block;
}

.far {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

@font-face {
  font-family: "Font Awesome 5 Free";
  font-style: normal;
  font-weight: 900;
  src: url(//foxyhomestaging.com.au/wp-content/themes/Avada/includes/lib/assets/fonts/fontawesome/webfonts/fa-solid-900.eot);
  src: url(//foxyhomestaging.com.au/wp-content/themes/Avada/includes/lib/assets/fonts/fontawesome/webfonts/fa-solid-900.eot?#iefix) format("embedded-opentype"), url(//foxyhomestaging.com.au/wp-content/themes/Avada/includes/lib/assets/fonts/fontawesome/webfonts/fa-solid-900.woff2) format("woff2"), url(//foxyhomestaging.com.au/wp-content/themes/Avada/includes/lib/assets/fonts/fontawesome/webfonts/fa-solid-900.woff) format("woff"), url(//foxyhomestaging.com.au/wp-content/themes/Avada/includes/lib/assets/fonts/fontawesome/webfonts/fa-solid-900.ttf) format("truetype"), url(//foxyhomestaging.com.au/wp-content/themes/Avada/includes/lib/assets/fonts/fontawesome/webfonts/fa-solid-900.svg#fontawesome) format("svg");
  font-display: block;
}

.fa,
.fas {
  font-family: "Font Awesome 5 Free";
  font-weight: 900
}

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

.fade {
  opacity: 0;
  transition: opacity .3s linear
}

.fade.in {
  opacity: 1
}

.collapse {
  display: none
}

.collapse.in {
  display: block
}

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  transition: height .35s ease
}

.alert {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 4px
}

.alert h4 {
  margin-top: 0;
  color: inherit
}

.alert .alert-link {
  font-weight: 700
}

.alert>p,
.alert>ul {
  margin-bottom: 0
}

.alert>p+p {
  margin-top: 5px
}

.alert-dismissable {
  padding-right: 35px
}

.alert-dismissable .close {
  position: relative;
  top: -2px;
  color: inherit
}

.alert-success hr {
  border-top-color: #c9e2b3
}

.alert-success .alert-link {
  color: #356635
}

.alert-info hr {
  border-top-color: #a6e1ec
}

.alert-info .alert-link {
  color: #2d6987
}

.alert-warning hr {
  border-top-color: #f7e1b5
}

.alert-warning .alert-link {
  color: #a47e3c
}

.alert-danger hr {
  border-top-color: #e4b9c0
}

.alert-danger .alert-link {
  color: #953b39
}

button.close {
  background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
  border: 0 none;
  cursor: pointer;
  padding: 0
}

.close {
  color: #000;
  float: right;
  font-size: 21px;
  font-weight: 700;
  line-height: 1;
  opacity: .2
}

.fusion-alert,
.tribe-events-notices {
  clear: both;
  position: relative;
  padding: 25px;
  border-radius: 0;
  margin-bottom: 20px;
  text-shadow: none
}

.fusion-alert.alert-shadow,
.tribe-events-notices.alert-shadow {
  box-shadow: 0 1px 1px rgba(0, 0, 0, .1)
}

.fusion-alert .close,
.tribe-events-notices .close {
  position: absolute;
  box-sizing: content-box;
  top: -1px;
  right: -1px;
  height: 25px;
  width: 25px;
  line-height: 25px;
  opacity: 1;
  border: 1px solid;
  border-color: inherit;
  color: inherit;
  font-size: 15px;
  transition: all .2s
}

.fusion-alert .close:hover,
.tribe-events-notices .close:hover {
  opacity: 1;
  background-color: rgba(0, 0, 0, .05)
}

.fusion-alert.alert-blank,
.tribe-events-notices.alert-blank {
  border: 1px solid #747474
}

.fusion-alert.fusion-alert-capitalize,
.tribe-events-notices.fusion-alert-capitalize {
  text-transform: uppercase
}

.fusion-alert.fusion-alert-center,
.tribe-events-notices.fusion-alert-center {
  text-align: center
}

.fusion-alert.fusion-alert-center .alert-icon,
.tribe-events-notices.fusion-alert-center .alert-icon {
  margin-right: 10px
}

.fusion-alert.fusion-alert-left .fusion-alert-content-wrapper,
.tribe-events-notices.fusion-alert-left .fusion-alert-content-wrapper {
  display: flex;
  text-align: left
}

.fusion-alert.fusion-alert-left .fusion-alert-content-wrapper .alert-icon,
.tribe-events-notices.fusion-alert-left .fusion-alert-content-wrapper .alert-icon {
  margin-right: 1em
}

.fusion-alert.fusion-alert-right .close,
.tribe-events-notices.fusion-alert-right .close {
  left: -1px;
  right: auto
}

.fusion-alert.fusion-alert-right .fusion-alert-content-wrapper,
.tribe-events-notices.fusion-alert-right .fusion-alert-content-wrapper {
  display: flex;
  justify-content: flex-end;
  text-align: right
}

.fusion-alert.fusion-alert-right .fusion-alert-content-wrapper .alert-icon,
.tribe-events-notices.fusion-alert-right .fusion-alert-content-wrapper .alert-icon {
  order: 1;
  margin-left: 1em
}

.gform_wrapper .gform_validation_errors {
  position: relative;
  padding: 25px;
  border-radius: 0;
  margin-bottom: 20px;
  text-shadow: none
}

.tribe-events-notices:not(.fusion-alert) {
  box-shadow: 0 1px 1px rgba(0, 0, 0, .1);
  background-color: #fff;
  border-color: #d7d6d6;
  color: inherit;
  text-shadow: none;
  text-align: center;
  text-transform: uppercase
}

body .fusion-alert.alert {
  border-width: var(--alert_border_size)
}

body .fusion-alert.alert .alert-icon i {
  font-size: 1.33333em;
  line-height: .75em;
  vertical-align: -.0667em
}

.fusion-alert.alert-info.general {
  background: var(--info_bg_color);
  border-color: var(--info_accent_color);
  color: var(--info_accent_color)
}

.fusion-alert.alert-info.general .alert-icon {
  color: var(--info_accent_color)
}

.fusion-alert.alert-info.general .fusion-alert-content {
  color: var(--info_accent_color)
}

.fusion-alert.alert-danger.error {
  background: var(--danger_bg_color);
  border-color: var(--danger_accent_color);
  color: var(--danger_accent_color)
}

.fusion-alert.alert-danger.error .alert-icon {
  color: var(--danger_accent_color)
}

.fusion-alert.alert-danger.error .fusion-alert-content {
  color: var(--danger_accent_color)
}

.fusion-alert.alert-success.success {
  background: var(--success_bg_color);
  border-color: var(--success_accent_color);
  color: var(--success_accent_color)
}

.fusion-alert.alert-success.success .alert-icon {
  color: var(--success_accent_color)
}

.fusion-alert.alert-success.success .fusion-alert-content {
  color: var(--success_accent_color)
}

.fusion-alert.alert-warning.notice {
  background: var(--warning_bg_color);
  border-color: var(--warning_accent_color);
  color: var(--warning_accent_color)
}

.fusion-alert.alert-warning.notice .alert-icon {
  color: var(--warning_accent_color)
}

.fusion-alert.alert-warning.notice .fusion-alert-content {
  color: var(--warning_accent_color)
}

.fusion-audio.fusion-audio {
  max-width: var(--fusion-audio-max-width, var(--fusion-audio-max-width-default, 100%))
}

.fusion-audio.fusion-audio.dark-controls .mejs-button>button {
  background-image: url("https://foxyhomestaging.com.au/wp-content/plugins/fusion-builder/assets/images/mejs-controls-dark.svg")
}

.fusion-audio.fusion-audio.dark-controls .mejs-controls>* {
  color: #000
}

.fusion-audio.fusion-audio.dark-controls .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-total,
.fusion-audio.fusion-audio.dark-controls .mejs-controls .mejs-time-rail .mejs-time-total {
  background: rgba(0, 0, 0, .33)
}

.fusion-audio.fusion-audio.dark-controls .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current,
.fusion-audio.fusion-audio.dark-controls .mejs-controls .mejs-time-rail .mejs-time-loaded {
  background: #000
}

.fusion-audio.fusion-audio.dark-controls .mejs-time-handle-content {
  border: 4px solid hsla(0, 0%, 0%, .9)
}

.fusion-audio.fusion-audio.dark-controls .mejs-time-current,
.fusion-audio.fusion-audio.dark-controls .mejs-time-handle-content {
  background: hsla(0, 0%, 0%, .9)
}

.fusion-audio.fusion-audio .mejs-container {
  background-color: transparent;
  height: calc(40px + 2 * var(--fusion-audio-border-size, var(--fusion-audio-border-size-default, 0)) * 1px) !important
}

.fusion-audio.fusion-audio .mejs-container .mejs-controls,
.fusion-audio.fusion-audio .mejs-embed,
.fusion-audio.fusion-audio .mejs-embed body {
  background-color: var(--fusion-audio-background-color, var(--fusion-audio-background-color-default, #222))
}

.fusion-audio.fusion-audio .mejs-controls .mejs-time-rail .mejs-time-current {
  background: var(--fusion-audio-accent-color, var(--fusion-audio-accent-color-default, #0073aa))
}

.fusion-audio.fusion-audio .mejs-controls {
  border-top-left-radius: var(--fusion-audio-border-top-left-radius, var(--fusion-audio-border-top-left-radius-default, 0));
  border-top-right-radius: var(--fusion-audio-border-top-right-radius, var(--fusion-audio-border-top-right-radius-default, 0));
  border-bottom-right-radius: var(--fusion-audio-border-bottom-right-radius, var(--fusion-audio-border-bottom-right-radius-default, 0));
  border-bottom-left-radius: var(--fusion-audio-border-bottom-left-radius, var(--fusion-audio-border-bottom-left-radius-default, 0));
  box-shadow: var(--fusion-audio-box-shadow);
  border: calc(var(--fusion-audio-border-size, var(--fusion-audio-border-size-default, 0)) * 1px) solid var(--fusion-audio-border-color, var(--fusion-audio-border-color-default, #222));
  height: calc(40px + 2 * var(--fusion-audio-border-size, var(--fusion-audio-border-size-default, 0)) * 1px) !important
}

.fusion-blog-shortcode a {
  text-decoration: none;
  box-shadow: none !important
}

.fusion-blog-shortcode .entry-title {
  clear: right
}

.fusion-blog-shortcode .fusion-read-more {
  position: relative;
  margin-right: 10px;
  text-align: right
}

.fusion-blog-shortcode .fusion-read-more:after {
  content: "\f105";
  top: 50%;
  right: -10px;
  padding-left: 5px;
  font-size: 14px;
  font-family: awb-icons;
  position: absolute;
  transform: translateY(-50%)
}

.fusion-blog-shortcode .fusion-inline-sep {
  padding: 0 5px
}

.fusion-blog-shortcode .fusion-inline-sep:last-child {
  display: none
}

.fusion-blog-shortcode .fusion-post-grid {
  margin-bottom: 65px
}

.fusion-blog-shortcode .fusion-load-more-button.fusion-blog-button {
  background-color: var(--blog_element_load_more_posts_button_bg_color);
  color: var(--blog_element_load_more_posts_button_text_color)
}

.fusion-blog-shortcode .fusion-load-more-button.fusion-blog-button:hover {
  background-color: var(--blog_element_load_more_posts_hover_button_bg_color);
  color: var(--blog_element_load_more_posts_hover_button_text_color)
}

.fusion-post-slideshow .image {
  margin-bottom: 0
}

.fusion-post-slideshow .fusion-image-size-fixed {
  display: block
}

.fusion-flexslider.fusion-post-slideshow {
  overflow: visible
}

.fusion-meta-info {
  clear: both;
  overflow: hidden;
  margin-top: 20px;
  padding: 5px 0;
  border-top: 1px solid #e7e6e6;
  border-bottom: 1px solid #e7e6e6
}

.fusion-meta-info .fusion-alignleft {
  width: 80%
}

.fusion-single-line-meta {
  margin-bottom: 20px
}

.fusion-content-sep {
  margin-top: 20px;
  height: 6px;
  border-top: 1px solid #eaeaea;
  border-bottom: 1px solid #eaeaea
}

.fusion-date-and-formats {
  float: left;
  margin-right: 17px;
  width: 82px;
  text-align: center
}

.fusion-date-and-formats .fusion-date-box {
  padding: 8px 0 5px;
  color: #fff;
  display: block
}

.fusion-date-and-formats .fusion-date {
  display: block;
  line-height: 29px;
  font-size: 29px;
  font-weight: 700
}

.fusion-date-and-formats .fusion-format-box {
  margin-top: 3px;
  background-color: #eef0f2
}

.fusion-date-and-formats .fusion-format-box i {
  display: block;
  line-height: 55px;
  font-size: 30px
}

.fusion-timeline-line {
  position: absolute;
  left: 50%;
  top: 0;
  margin-left: -1px;
  height: 100%;
  border-left: 1px solid #efeeee;
  border-right: 1px solid #ebeaea
}

.fusion-timeline-icon {
  margin: 0 auto -6px;
  max-width: 1000px;
  font-size: 46px;
  height: 47px;
  line-height: 1;
  color: #ebeaea;
  text-align: center
}

.fusion-timeline-icon .fusionicon-bubbles {
  cursor: pointer
}

.fusion-timeline-circle {
  position: absolute;
  left: 50%;
  margin: 10px 0 0 -5px;
  height: 10px;
  width: 10px;
  border-radius: 50%;
  background-color: #efeeee
}

.fusion-timeline-arrow {
  position: absolute;
  color: #e9eaee
}

.fusion-timeline-arrow:before {
  font-family: awb-icons;
  font-size: 28px;
  position: absolute;
  top: 0;
  line-height: 30px
}

.fusion-blog-archive .entry-title {
  margin-top: 0;
  margin-bottom: 5px
}

.fusion-blog-layout-large article,
.fusion-blog-layout-large-alternate article,
.fusion-blog-layout-medium article {
  margin-bottom: 65px
}

.fusion-blog-layout-large .entry-title,
.fusion-blog-layout-medium .entry-title {
  margin-top: 0;
  margin-bottom: 25px
}

.fusion-blog-layout-large .fusion-post-slideshow,
.fusion-blog-layout-large-alternate .fusion-post-slideshow,
.single-avada_faq .fusion-post-slideshow,
.single-post .fusion-post-slideshow,
.single-wpfc_sermon .fusion-post-slideshow {
  margin-bottom: 30px
}

.fusion-blog-layout-large-alternate .entry-title,
.fusion-blog-layout-medium-alternate .entry-title {
  margin-top: 0;
  margin-bottom: 5px
}

.fusion-blog-layout-large-alternate .fusion-post-content-container,
.fusion-blog-layout-medium-alternate .fusion-post-content-container {
  margin-top: 20px
}

.fusion-blog-layout-large-alternate .fusion-meta-info,
.fusion-blog-layout-medium-alternate .fusion-meta-info {
  margin-top: 0;
  border-top: 0
}

.fusion-blog-layout-medium .fusion-post-medium,
.fusion-blog-layout-medium .fusion-post-medium-alternate,
.fusion-blog-layout-medium-alternate .fusion-post-medium,
.fusion-blog-layout-medium-alternate .fusion-post-medium-alternate {
  display: flex;
  flex-wrap: wrap;
  align-items: start
}

.fusion-blog-layout-medium .fusion-post-slideshow,
.fusion-blog-layout-medium-alternate .fusion-post-slideshow {
  margin-right: 25px;
  width: 320px;
  margin-bottom: 0
}

.fusion-blog-layout-medium .fusion-post-content,
.fusion-blog-layout-medium-alternate .fusion-post-content {
  flex: 1 1 1px
}

.fusion-blog-layout-medium .fusion-meta-info,
.fusion-blog-layout-medium-alternate .fusion-meta-info {
  width: 100%
}

.fusion-blog-layout-grid .fusion-post-slideshow,
.fusion-blog-layout-timeline .fusion-post-slideshow {
  margin-bottom: 0;
  border-bottom: 1px solid #eaeaea
}

.fusion-blog-layout-grid .fusion-post-content-wrapper,
.fusion-blog-layout-timeline .fusion-post-content-wrapper {
  padding: 30px 25px 20px
}

.fusion-blog-layout-grid .fusion-single-line-meta,
.fusion-blog-layout-timeline .fusion-single-line-meta {
  margin-bottom: 0
}

.fusion-blog-layout-grid .fusion-post-content-container,
.fusion-blog-layout-timeline .fusion-post-content-container {
  margin-top: 20px
}

.fusion-blog-layout-grid .fusion-post-content-container p:last-child,
.fusion-blog-layout-timeline .fusion-post-content-container p:last-child {
  margin-bottom: 0
}

.fusion-blog-layout-grid .fusion-meta-info,
.fusion-blog-layout-timeline .fusion-meta-info {
  border: 0
}

.fusion-blog-layout-grid .fusion-meta-info .fusion-alignleft,
.fusion-blog-layout-timeline .fusion-meta-info .fusion-alignleft {
  width: 50%;
  display: inline-block;
  margin: 0
}

.fusion-blog-layout-grid .fusion-meta-info .fusion-alignright,
.fusion-blog-layout-timeline .fusion-meta-info .fusion-alignright {
  width: 50%;
  display: inline-block;
  text-align: right;
  margin: 0
}

.fusion-blog-layout-grid .fusion-password,
.fusion-blog-layout-timeline .fusion-password {
  width: auto;
  max-width: 100%
}

.fusion-blog-layout-large-alternate .fusion-post-large-alternate {
  display: flex;
  flex-wrap: wrap
}

.fusion-blog-layout-large-alternate .fusion-post-content {
  flex: 1
}

.fusion-blog-layout-large-alternate .fusion-meta-info,
.fusion-blog-layout-large-alternate .fusion-post-slideshow {
  width: 100%
}

.fusion-blog-layout-medium-alternate .fusion-post-slideshow {
  display: none
}

.fusion-blog-layout-medium-alternate .has-post-thumbnail .fusion-post-slideshow {
  display: block;
  margin-right: 17px
}

.fusion-blog-layout-grid .fusion-post-grid {
  margin-bottom: 0;
  box-sizing: border-box;
  border: none
}

.fusion-blog-layout-grid.fusion-no-meta-info .fusion-post-content-container {
  margin-top: 0
}

.fusion-blog-layout-grid .fusion-post-wrapper {
  border: 1px solid #eaeaea;
  border-bottom-width: 3px
}

.fusion-blog-layout-grid .fusion-post-wrapper .fusion-image-wrapper img {
  box-shadow: none;
  border-radius: 0
}

.fusion-blog-layout-grid .fusion-post-wrapper.fusion-masonary-is-transparent {
  border: none;
  border-bottom-width: 0
}

.fusion-blog-layout-grid.fusion-blog-layout-grid-1.fusion-blog-layout-masonry article {
  width: 100%
}

.fusion-blog-layout-grid.fusion-blog-layout-grid-2 .fusion-post-grid {
  width: 50%;
  display: inline-block;
  float: left
}

.fusion-blog-layout-grid.fusion-blog-layout-grid-2.fusion-blog-layout-masonry-has-vertical .fusion-post-grid.fusion-element-landscape {
  width: 100%
}

.fusion-blog-layout-grid.fusion-blog-layout-grid-3 .fusion-post-grid {
  width: 33.33333333%;
  display: inline-block;
  float: left
}

.fusion-blog-layout-grid.fusion-blog-layout-grid-3.fusion-blog-layout-masonry-has-vertical .fusion-post-grid.fusion-element-landscape {
  width: 66.66666667%
}

.fusion-blog-layout-grid.fusion-blog-layout-grid-4 .fusion-post-grid {
  width: 25%;
  display: inline-block;
  float: left
}

.fusion-blog-layout-grid.fusion-blog-layout-grid-4.fusion-blog-layout-masonry-has-vertical .fusion-post-grid.fusion-element-landscape {
  width: 50%
}

.fusion-blog-layout-grid.fusion-blog-layout-grid-5 .fusion-post-grid {
  width: 20%;
  display: inline-block;
  float: left
}

.fusion-blog-layout-grid.fusion-blog-layout-grid-5.fusion-blog-layout-masonry-has-vertical .fusion-post-grid.fusion-element-landscape {
  width: 40%
}

.fusion-blog-layout-grid.fusion-blog-layout-grid-6 .fusion-post-grid {
  width: 16.66666667%;
  display: inline-block;
  float: left
}

.fusion-blog-layout-grid.fusion-blog-layout-grid-6.fusion-blog-layout-masonry-has-vertical .fusion-post-grid.fusion-element-landscape {
  width: 33.33333333%
}

.fusion-blog-layout-grid .fusion-post-content,
.fusion-blog-layout-grid .fusion-post-grid-content {
  word-wrap: break-word
}

.fusion-blog-layout-grid.fusion-blog-equal-heights .fusion-post-grid {
  display: inline-flex
}

.fusion-blog-layout-grid.fusion-blog-equal-heights .fusion-post-wrapper {
  overflow: hidden;
  width: 100%;
  display: flex;
  flex-direction: column
}

.fusion-blog-layout-grid.fusion-blog-equal-heights .fusion-post-wrapper .fusion-post-content-wrapper {
  display: flex;
  flex-grow: 1;
  flex-direction: column
}

.fusion-blog-layout-grid.fusion-blog-equal-heights .fusion-post-wrapper .fusion-post-content.fusion-post-grid-content {
  margin-bottom: 20px
}

.fusion-blog-layout-grid.fusion-blog-equal-heights .fusion-post-wrapper .fusion-meta-info {
  margin-top: auto
}

.fusion-blog-layout-timeline {
  position: relative;
  margin: 0 auto;
  padding-top: 30px;
  max-width: 1000px
}

.fusion-blog-layout-timeline .fusion-post-timeline {
  position: static;
  margin-bottom: 40px;
  border: 1px solid #eaeaea;
  border-bottom-width: 3px
}

.fusion-no-meta-info .fusion-blog-layout-timeline .fusion-post-content-container {
  margin-top: 0
}

.fusion-blog-layout-timeline .fusion-left-column {
  float: left;
  clear: left;
  width: 40%
}

.fusion-blog-layout-timeline .fusion-right-column {
  float: right;
  clear: right;
  width: 40%
}

.fusion-blog-layout-timeline .fusion-timeline-date {
  position: relative;
  clear: both;
  margin: 0 auto 2px;
  padding: .35em .45em;
  width: auto;
  max-width: 8em;
  line-height: 1.35em;
  background: #efeeee;
  text-align: center;
  cursor: pointer
}

.fusion-blog-layout-timeline .fusion-left-column .fusion-timeline-arrow {
  left: 40%;
  margin-left: -.5px
}

.fusion-blog-layout-timeline .fusion-left-column .fusion-timeline-arrow:before {
  content: "\f0da";
  left: 100%
}

.fusion-blog-layout-timeline .fusion-right-column .fusion-timeline-arrow {
  right: 40%;
  margin-right: -.5px
}

.fusion-blog-layout-timeline .fusion-right-column .fusion-timeline-arrow:before {
  content: "\f0d9";
  right: 100%
}

.fusion-blog-layout-masonry .fusion-post-wrapper {
  overflow: hidden;
  position: relative
}

.fusion-blog-layout-masonry .fusion-post-content-wrapper {
  z-index: 1;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0
}

.fusion-blog-layout-masonry.fusion-blog-rollover .fusion-post-wrapper:hover .fusion-post-content-wrapper {
  transition: all .3s ease;
  transform: translateY(105%)
}

.fusion-blog-layout-masonry.fusion-blog-rollover .fusion-post-content-wrapper {
  transition: all .3s ease
}

.fusion-blog-infinite .pagination {
  display: none
}

.fusion-blog-infinite .fusion-load-more-button {
  margin-bottom: 40px
}

.fusion-blog-pagination .pagination {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: flex-end;
  margin-top: 40px;
  line-height: normal
}

.fusion-show-pagination-text .fusion-blog-pagination .pagination {
  margin-left: 1em;
  margin-right: 1em
}

.fusion-blog-pagination .pagination a {
  text-decoration: none
}

.fusion-blog-pagination .pagination a.inactive {
  margin: 0 4px
}

.fusion-blog-pagination .pagination .current {
  color: #fff;
  margin: 0 4px
}

.fusion-blog-pagination .pagination .pagination-prev {
  padding: 0;
  position: relative
}

.fusion-blog-pagination .pagination .pagination-prev:before {
  font-family: awb-icons;
  content: "\f104"
}

.fusion-blog-pagination .pagination .pagination-next {
  padding: 0;
  position: relative
}

.fusion-blog-pagination .pagination .pagination-next:after {
  font-family: awb-icons;
  content: "\f105"
}

.fusion-load-more-button {
  display: block;
  margin-top: 20px;
  width: 100%;
  height: 50px;
  line-height: 50px;
  background-color: #e9eaee;
  cursor: pointer;
  text-align: center;
  font-size: inherit;
  text-transform: uppercase;
  border: none;
  transition: all .2s
}

.fusion-load-more-button:hover {
  transition: all .2s
}

.fusion-load-more-button.fusion-blog-button {
  background-color: var(--blog_load_more_posts_button_bg_color);
  color: var(--blog_load_more_posts_button_text_color)
}

.fusion-load-more-button.fusion-blog-button:hover {
  background-color: var(--blog_load_more_posts_hover_button_bg_color);
  color: var(--blog_load_more_posts_hover_button_text_color)
}

.fusion-blog-layout-center .fusion-post-content {
  text-align: center
}

.fusion-blog-layout-left .fusion-post-content {
  text-align: left
}

.fusion-blog-layout-right .fusion-post-content {
  text-align: right
}

.fusion-blog-layout--masonry .fusion-post-content-wrapper {
  background-color: var(--timeline_bg_color-not-transparent)
}

.fusion-blog-layout--grid .fusion-post-grid .fusion-post-wrapper {
  background-color: var(--timeline_bg_color)
}

.fusion-blog-layout--timeline .fusion-post-grid {
  background-color: var(--timeline_bg_color)
}

.fusion-blog-layout-grid .fusion-post-grid .flexslider,
.fusion-blog-layout-grid .fusion-post-grid .fusion-post-wrapper,
.fusion-blog-layout-timeline .fusion-post-grid,
.fusion-blog-layout-timeline .fusion-post-grid .flexslider,
.fusion-blog-layout-timeline .fusion-timeline-arrow,
.fusion-blog-layout-timeline .fusion-timeline-date,
.fusion-blog-layout-timeline .fusion-timeline-line,
.fusion-blog-timeline-layout .fusion-post-grid,
.fusion-blog-timeline-layout .fusion-post-grid .flexslider,
.fusion-blog-timeline-layout .fusion-post-grid .fusion-content-sep,
.fusion-events-shortcode .fusion-events-thumbnail,
.fusion-events-shortcode .fusion-layout-column,
.product-buttons,
.product-buttons-container,
.products li .fusion-product-wrapper {
  border-color: var(--timeline_color)
}

.avada-has-transparent-timeline_color .fusion-blog-layout-grid .fusion-post-grid .flexslider,
.avada-has-transparent-timeline_color .fusion-blog-layout-grid .fusion-post-grid .fusion-post-wrapper,
.avada-has-transparent-timeline_color .fusion-blog-layout-timeline .fusion-post-grid,
.avada-has-transparent-timeline_color .fusion-blog-layout-timeline .fusion-post-grid .flexslider,
.avada-has-transparent-timeline_color .fusion-blog-layout-timeline .fusion-timeline-arrow,
.avada-has-transparent-timeline_color .fusion-blog-layout-timeline .fusion-timeline-date,
.avada-has-transparent-timeline_color .fusion-blog-layout-timeline .fusion-timeline-line,
.avada-has-transparent-timeline_color .fusion-blog-timeline-layout .fusion-post-grid,
.avada-has-transparent-timeline_color .fusion-blog-timeline-layout .fusion-post-grid .flexslider,
.avada-has-transparent-timeline_color .fusion-blog-timeline-layout .fusion-post-grid .fusion-content-sep,
.avada-has-transparent-timeline_color .fusion-events-shortcode .fusion-events-thumbnail,
.avada-has-transparent-timeline_color .fusion-events-shortcode .fusion-layout-column,
.avada-has-transparent-timeline_color .product-buttons,
.avada-has-transparent-timeline_color .product-buttons-container,
.avada-has-transparent-timeline_color .products li .fusion-product-wrapper {
  border: none
}

.fusion-body .product .fusion-content-sep {
  border-color: var(--grid_separator_color)
}

.avada-has-transparent-grid-sep-color.fusion-body .product .fusion-content-sep {
  border: none
}

.fusion-blog-layout-timeline .fusion-timeline-circle,
.fusion-blog-layout-timeline .fusion-timeline-date,
.fusion-blog-timeline-layout .fusion-timeline-circle,
.fusion-blog-timeline-layout .fusion-timeline-date {
  background-color: var(--timeline_color)
}

.fusion-blog-timeline-layout .fusion-timeline-arrow,
.fusion-blog-timeline-layout .fusion-timeline-icon,
.fusion-timeline-arrow,
.fusion-timeline-icon {
  color: var(--timeline_color)
}

.fusion-image-wrapper .fusion-rollover .fusion-rollover-gallery:before,
.fusion-image-wrapper .fusion-rollover .fusion-rollover-link:before {
  line-height: 2.41
}

.fusion-blog-pagination .pagination a.inactive,
.fusion-hide-pagination-text .fusion-blog-pagination .pagination .pagination-next,
.fusion-hide-pagination-text .fusion-blog-pagination .pagination .pagination-prev {
  border-color: var(--sep_color)
}

#main #comment-submit,
#main .comment-submit,
#reviews input#submit,
.button-default,
.button.default,
.comment-form input[type="submit"],
.fusion-button,
.fusion-button-default,
.fusion-footer-widget-area .fusion-privacy-placeholder .button-default,
.fusion-portfolio-one .fusion-button,
.post-password-form input[type="submit"],
.price_slider_amount button,
.slidingbar-area .button-default,
.ticket-selector-submit-btn[type=submit],
.tml-submit-wrap input[type="submit"],
.woocommerce .avada-order-details .order-again .button,
.woocommerce .avada-shipping-calculator-form .button,
.woocommerce .cart-collaterals .checkout-button,
.woocommerce .checkout #place_order,
.woocommerce .checkout_coupon .button,
.woocommerce .login .button,
.woocommerce .lost_reset_password input[type="submit"],
.woocommerce .register .button,
.woocommerce .single_add_to_cart_button,
.woocommerce button.button,
.woocommerce-MyAccount-content form .button,
.woocommerce.add_to_cart_inline .button,
input.button-default {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  position: relative;
  text-decoration: none;
  cursor: pointer;
  box-sizing: border-box;
  font-family: var(--button_typography-font-family);
  font-weight: var(--button_typography-font-weight);
  font-style: var(--button_typography-font-style, normal);
  letter-spacing: var(--button_typography-letter-spacing);
  border-width: var(--button_border_width-top, 0) var(--button_border_width-right, 0) var(--button_border_width-bottom, 0) var(--button_border_width-left, 0);
  border-style: solid;
  border-radius: var(--button-border-radius-top-left, 0) var(--button-border-radius-top-right, 0) var(--button-border-radius-bottom-right, 0) var(--button-border-radius-bottom-left, 0);
  text-transform: var(--button_text_transform);
  transition: all .2s
}

.fusion-body .fusion-button-default-size,
button.button {
  padding-top: var(--button_padding-top, 13px);
  padding-right: var(--button_padding-right, 29px);
  padding-bottom: var(--button_padding-bottom, 13px);
  padding-left: var(--button_padding-left, 29px);
  line-height: var(--button_line_height, 1);
  font-size: var(--button_font_size, 14px)
}

.fusion-body .fusion-button-default-size .fusion-button-text-left,
button.button .fusion-button-text-left {
  display: inline-block;
  padding-left: calc(var(--button_padding-left, 29px)/ 2 + var(--button_font_size, 14px) + 1px)
}

.fusion-body .fusion-button-default-size .fusion-button-text-right,
button.button .fusion-button-text-right {
  display: inline-block;
  padding-right: calc(var(--button_padding-right, 29px)/ 2 + var(--button_font_size, 14px) + 1px)
}

.fusion-body .fusion-button-default-size .button-icon-divider-left,
.fusion-body .fusion-button-default-size .button-icon-divider-right,
button.button .button-icon-divider-left,
button.button .button-icon-divider-right {
  padding: 0;
  width: calc(var(--button_padding-left, 29px) + var(--button_font_size, 14px));
  text-align: center
}

.fusion-body .fusion-button-default-size .button-icon-divider-left i,
.fusion-body .fusion-button-default-size .button-icon-divider-left img,
.fusion-body .fusion-button-default-size .button-icon-divider-right i,
.fusion-body .fusion-button-default-size .button-icon-divider-right img,
button.button .button-icon-divider-left i,
button.button .button-icon-divider-left img,
button.button .button-icon-divider-right i,
button.button .button-icon-divider-right img {
  top: 50%;
  transform: translateY(-50%);
  display: block
}

#main #comment-submit,
#main .comment-submit,
#reviews input#submit,
.button-default,
.button.default,
.comment-form input[type="submit"],
.fusion-button-default,
.fusion-footer-widget-area .fusion-privacy-placeholder .button-default,
.fusion-portfolio-one .fusion-button,
.post-password-form input[type="submit"],
.price_slider_amount button,
.slidingbar-area .button-default,
.ticket-selector-submit-btn[type=submit],
.tml-submit-wrap input[type="submit"],
.woocommerce .avada-order-details .order-again .button,
.woocommerce .avada-shipping-calculator-form .button,
.woocommerce .cart-collaterals .checkout-button,
.woocommerce .checkout #place_order,
.woocommerce .checkout_coupon .button,
.woocommerce .login .button,
.woocommerce .lost_reset_password input[type="submit"],
.woocommerce .register .button,
.woocommerce .single_add_to_cart_button,
.woocommerce button.button,
.woocommerce-MyAccount-content form .button,
.woocommerce.add_to_cart_inline .button,
input.button-default {
  background: var(--button_gradient_top_color);
  color: var(--button_accent_color);
  border-color: var(--button_border_color)
}

#main #comment-submit .fusion-button-text,
#main .comment-submit .fusion-button-text,
#reviews input#submit .fusion-button-text,
.button-default .fusion-button-text,
.button.default .fusion-button-text,
.comment-form input[type="submit"] .fusion-button-text,
.fusion-button-default .fusion-button-text,
.fusion-footer-widget-area .fusion-privacy-placeholder .button-default .fusion-button-text,
.fusion-portfolio-one .fusion-button .fusion-button-text,
.post-password-form input[type="submit"] .fusion-button-text,
.price_slider_amount button .fusion-button-text,
.slidingbar-area .button-default .fusion-button-text,
.ticket-selector-submit-btn[type=submit] .fusion-button-text,
.tml-submit-wrap input[type="submit"] .fusion-button-text,
.woocommerce .avada-order-details .order-again .button .fusion-button-text,
.woocommerce .avada-shipping-calculator-form .button .fusion-button-text,
.woocommerce .cart-collaterals .checkout-button .fusion-button-text,
.woocommerce .checkout #place_order .fusion-button-text,
.woocommerce .checkout_coupon .button .fusion-button-text,
.woocommerce .login .button .fusion-button-text,
.woocommerce .lost_reset_password input[type="submit"] .fusion-button-text,
.woocommerce .register .button .fusion-button-text,
.woocommerce .single_add_to_cart_button .fusion-button-text,
.woocommerce button.button .fusion-button-text,
.woocommerce-MyAccount-content form .button .fusion-button-text,
.woocommerce.add_to_cart_inline .button .fusion-button-text,
input.button-default .fusion-button-text {
  color: var(--button_accent_color)
}

#main #comment-submit:active .fusion-button-text,
#main .comment-submit:active .fusion-button-text,
#reviews input#submit:active .fusion-button-text,
.button-default:active .fusion-button-text,
.button.default:active .fusion-button-text,
.comment-form input[type="submit"]:active .fusion-button-text,
.fusion-button-default:active .fusion-button-text,
.fusion-footer-widget-area .fusion-privacy-placeholder .button-default:active .fusion-button-text,
.fusion-portfolio-one .fusion-button:active .fusion-button-text,
.post-password-form input[type="submit"]:active .fusion-button-text,
.price_slider_amount button:active .fusion-button-text,
.slidingbar-area .button-default:active .fusion-button-text,
.ticket-selector-submit-btn[type=submit]:active .fusion-button-text,
.tml-submit-wrap input[type="submit"]:active .fusion-button-text,
.woocommerce .avada-order-details .order-again .button:active .fusion-button-text,
.woocommerce .avada-shipping-calculator-form .button:active .fusion-button-text,
.woocommerce .cart-collaterals .checkout-button:active .fusion-button-text,
.woocommerce .checkout #place_order:active .fusion-button-text,
.woocommerce .checkout_coupon .button:active .fusion-button-text,
.woocommerce .login .button:active .fusion-button-text,
.woocommerce .lost_reset_password input[type="submit"]:active .fusion-button-text,
.woocommerce .register .button:active .fusion-button-text,
.woocommerce .single_add_to_cart_button:active .fusion-button-text,
.woocommerce button.button:active .fusion-button-text,
.woocommerce-MyAccount-content form .button:active .fusion-button-text,
.woocommerce.add_to_cart_inline .button:active .fusion-button-text,
input.button-default:active .fusion-button-text,
#main #comment-submit:focus .fusion-button-text,
#main .comment-submit:focus .fusion-button-text,
#reviews input#submit:focus .fusion-button-text,
.button-default:focus .fusion-button-text,
.button.default:focus .fusion-button-text,
.comment-form input[type="submit"]:focus .fusion-button-text,
.fusion-button-default:focus .fusion-button-text,
.fusion-footer-widget-area .fusion-privacy-placeholder .button-default:focus .fusion-button-text,
.fusion-portfolio-one .fusion-button:focus .fusion-button-text,
.post-password-form input[type="submit"]:focus .fusion-button-text,
.price_slider_amount button:focus .fusion-button-text,
.slidingbar-area .button-default:focus .fusion-button-text,
.ticket-selector-submit-btn[type=submit]:focus .fusion-button-text,
.tml-submit-wrap input[type="submit"]:focus .fusion-button-text,
.woocommerce .avada-order-details .order-again .button:focus .fusion-button-text,
.woocommerce .avada-shipping-calculator-form .button:focus .fusion-button-text,
.woocommerce .cart-collaterals .checkout-button:focus .fusion-button-text,
.woocommerce .checkout #place_order:focus .fusion-button-text,
.woocommerce .checkout_coupon .button:focus .fusion-button-text,
.woocommerce .login .button:focus .fusion-button-text,
.woocommerce .lost_reset_password input[type="submit"]:focus .fusion-button-text,
.woocommerce .register .button:focus .fusion-button-text,
.woocommerce .single_add_to_cart_button:focus .fusion-button-text,
.woocommerce button.button:focus .fusion-button-text,
.woocommerce-MyAccount-content form .button:focus .fusion-button-text,
.woocommerce.add_to_cart_inline .button:focus .fusion-button-text,
input.button-default:focus .fusion-button-text,
#main #comment-submit:hover .fusion-button-text,
#main .comment-submit:hover .fusion-button-text,
#reviews input#submit:hover .fusion-button-text,
.button-default:hover .fusion-button-text,
.button.default:hover .fusion-button-text,
.comment-form input[type="submit"]:hover .fusion-button-text,
.fusion-button-default:hover .fusion-button-text,
.fusion-footer-widget-area .fusion-privacy-placeholder .button-default:hover .fusion-button-text,
.fusion-portfolio-one .fusion-button:hover .fusion-button-text,
.post-password-form input[type="submit"]:hover .fusion-button-text,
.price_slider_amount button:hover .fusion-button-text,
.slidingbar-area .button-default:hover .fusion-button-text,
.ticket-selector-submit-btn[type=submit]:hover .fusion-button-text,
.tml-submit-wrap input[type="submit"]:hover .fusion-button-text,
.woocommerce .avada-order-details .order-again .button:hover .fusion-button-text,
.woocommerce .avada-shipping-calculator-form .button:hover .fusion-button-text,
.woocommerce .cart-collaterals .checkout-button:hover .fusion-button-text,
.woocommerce .checkout #place_order:hover .fusion-button-text,
.woocommerce .checkout_coupon .button:hover .fusion-button-text,
.woocommerce .login .button:hover .fusion-button-text,
.woocommerce .lost_reset_password input[type="submit"]:hover .fusion-button-text,
.woocommerce .register .button:hover .fusion-button-text,
.woocommerce .single_add_to_cart_button:hover .fusion-button-text,
.woocommerce button.button:hover .fusion-button-text,
.woocommerce-MyAccount-content form .button:hover .fusion-button-text,
.woocommerce.add_to_cart_inline .button:hover .fusion-button-text,
input.button-default:hover .fusion-button-text {
  color: var(--button_accent_hover_color, var(--button_accent_color))
}

.fusion-has-button-gradient #main #comment-submit,
.fusion-has-button-gradient #main .comment-submit,
.fusion-has-button-gradient #reviews input#submit,
.fusion-has-button-gradient .button-default,
.fusion-has-button-gradient .button.default,
.fusion-has-button-gradient .comment-form input[type="submit"],
.fusion-has-button-gradient .fusion-button-default,
.fusion-has-button-gradient .fusion-footer-widget-area .fusion-privacy-placeholder .button-default,
.fusion-has-button-gradient .fusion-portfolio-one .fusion-button,
.fusion-has-button-gradient .post-password-form input[type="submit"],
.fusion-has-button-gradient .price_slider_amount button,
.fusion-has-button-gradient .slidingbar-area .button-default,
.fusion-has-button-gradient .ticket-selector-submit-btn[type=submit],
.fusion-has-button-gradient .tml-submit-wrap input[type="submit"],
.fusion-has-button-gradient .woocommerce .avada-order-details .order-again .button,
.fusion-has-button-gradient .woocommerce .avada-shipping-calculator-form .button,
.fusion-has-button-gradient .woocommerce .cart-collaterals .checkout-button,
.fusion-has-button-gradient .woocommerce .checkout #place_order,
.fusion-has-button-gradient .woocommerce .checkout_coupon .button,
.fusion-has-button-gradient .woocommerce .login .button,
.fusion-has-button-gradient .woocommerce .lost_reset_password input[type="submit"],
.fusion-has-button-gradient .woocommerce .register .button,
.fusion-has-button-gradient .woocommerce .single_add_to_cart_button,
.fusion-has-button-gradient .woocommerce button.button,
.fusion-has-button-gradient .woocommerce-MyAccount-content form .button,
.fusion-has-button-gradient .woocommerce.add_to_cart_inline .button,
.fusion-has-button-gradient input.button-default,
.fusion-has-button-gradient.fusion-button-default,
.fusion-has-button-gradient.woocommerce button.button {
  background-image: linear-gradient(var(--button_gradient_angle, 180deg), var(--button_gradient_top_color) var(--button_gradient_start, 0), var(--button_gradient_bottom_color) var(--button_gradient_end, 100%))
}

#main #comment-submit:active,
#main .comment-submit:active,
#reviews input#submit:active,
.button-default:active,
.button.default:active,
.comment-form input[type="submit"]:active,
.fusion-button-default:active,
.fusion-footer-widget-area .fusion-privacy-placeholder .button-default:active,
.fusion-portfolio-one .fusion-button:active,
.post-password-form input[type="submit"]:active,
.price_slider_amount button:active,
.slidingbar-area .button-default:active,
.ticket-selector-submit-btn[type=submit]:active,
.tml-submit-wrap input[type="submit"]:active,
.woocommerce .avada-order-details .order-again .button:active,
.woocommerce .avada-shipping-calculator-form .button:active,
.woocommerce .cart-collaterals .checkout-button:active,
.woocommerce .checkout #place_order:active,
.woocommerce .checkout_coupon .button:active,
.woocommerce .login .button:active,
.woocommerce .lost_reset_password input[type="submit"]:active,
.woocommerce .register .button:active,
.woocommerce .single_add_to_cart_button:active,
.woocommerce button.button:active,
.woocommerce-MyAccount-content form .button:active,
.woocommerce.add_to_cart_inline .button:active,
input.button-default:active,
#main #comment-submit:focus,
#main .comment-submit:focus,
#reviews input#submit:focus,
.button-default:focus,
.button.default:focus,
.comment-form input[type="submit"]:focus,
.fusion-button-default:focus,
.fusion-footer-widget-area .fusion-privacy-placeholder .button-default:focus,
.fusion-portfolio-one .fusion-button:focus,
.post-password-form input[type="submit"]:focus,
.price_slider_amount button:focus,
.slidingbar-area .button-default:focus,
.ticket-selector-submit-btn[type=submit]:focus,
.tml-submit-wrap input[type="submit"]:focus,
.woocommerce .avada-order-details .order-again .button:focus,
.woocommerce .avada-shipping-calculator-form .button:focus,
.woocommerce .cart-collaterals .checkout-button:focus,
.woocommerce .checkout #place_order:focus,
.woocommerce .checkout_coupon .button:focus,
.woocommerce .login .button:focus,
.woocommerce .lost_reset_password input[type="submit"]:focus,
.woocommerce .register .button:focus,
.woocommerce .single_add_to_cart_button:focus,
.woocommerce button.button:focus,
.woocommerce-MyAccount-content form .button:focus,
.woocommerce.add_to_cart_inline .button:focus,
input.button-default:focus,
#main #comment-submit:hover,
#main .comment-submit:hover,
#reviews input#submit:hover,
.button-default:hover,
.button.default:hover,
.comment-form input[type="submit"]:hover,
.fusion-button-default:hover,
.fusion-footer-widget-area .fusion-privacy-placeholder .button-default:hover,
.fusion-portfolio-one .fusion-button:hover,
.post-password-form input[type="submit"]:hover,
.price_slider_amount button:hover,
.slidingbar-area .button-default:hover,
.ticket-selector-submit-btn[type=submit]:hover,
.tml-submit-wrap input[type="submit"]:hover,
.woocommerce .avada-order-details .order-again .button:hover,
.woocommerce .avada-shipping-calculator-form .button:hover,
.woocommerce .cart-collaterals .checkout-button:hover,
.woocommerce .checkout #place_order:hover,
.woocommerce .checkout_coupon .button:hover,
.woocommerce .login .button:hover,
.woocommerce .lost_reset_password input[type="submit"]:hover,
.woocommerce .register .button:hover,
.woocommerce .single_add_to_cart_button:hover,
.woocommerce button.button:hover,
.woocommerce-MyAccount-content form .button:hover,
.woocommerce.add_to_cart_inline .button:hover,
input.button-default:hover {
  background: var(--button_gradient_top_color_hover);
  color: var(--button_accent_hover_color, var(--button_accent_color));
  border-color: var(--button_border_hover_color)
}

.fusion-has-button-gradient #main #comment-submit:active,
.fusion-has-button-gradient #main .comment-submit:active,
.fusion-has-button-gradient #reviews input#submit:active,
.fusion-has-button-gradient .button-default:active,
.fusion-has-button-gradient .button.default:active,
.fusion-has-button-gradient .comment-form input[type="submit"]:active,
.fusion-has-button-gradient .fusion-button-default:active,
.fusion-has-button-gradient .fusion-footer-widget-area .fusion-privacy-placeholder .button-default:active,
.fusion-has-button-gradient .fusion-portfolio-one .fusion-button:active,
.fusion-has-button-gradient .post-password-form input[type="submit"]:active,
.fusion-has-button-gradient .price_slider_amount button:active,
.fusion-has-button-gradient .slidingbar-area .button-default:active,
.fusion-has-button-gradient .ticket-selector-submit-btn[type=submit]:active,
.fusion-has-button-gradient .tml-submit-wrap input[type="submit"]:active,
.fusion-has-button-gradient .woocommerce .avada-order-details .order-again .button:active,
.fusion-has-button-gradient .woocommerce .avada-shipping-calculator-form .button:active,
.fusion-has-button-gradient .woocommerce .cart-collaterals .checkout-button:active,
.fusion-has-button-gradient .woocommerce .checkout #place_order:active,
.fusion-has-button-gradient .woocommerce .checkout_coupon .button:active,
.fusion-has-button-gradient .woocommerce .login .button:active,
.fusion-has-button-gradient .woocommerce .lost_reset_password input[type="submit"]:active,
.fusion-has-button-gradient .woocommerce .register .button:active,
.fusion-has-button-gradient .woocommerce .single_add_to_cart_button:active,
.fusion-has-button-gradient .woocommerce button.button:active,
.fusion-has-button-gradient .woocommerce-MyAccount-content form .button:active,
.fusion-has-button-gradient .woocommerce.add_to_cart_inline .button:active,
.fusion-has-button-gradient input.button-default:active,
.fusion-has-button-gradient.fusion-button-default:active,
.fusion-has-button-gradient.woocommerce button.button:active,
.fusion-has-button-gradient #main #comment-submit:focus,
.fusion-has-button-gradient #main .comment-submit:focus,
.fusion-has-button-gradient #reviews input#submit:focus,
.fusion-has-button-gradient .button-default:focus,
.fusion-has-button-gradient .button.default:focus,
.fusion-has-button-gradient .comment-form input[type="submit"]:focus,
.fusion-has-button-gradient .fusion-button-default:focus,
.fusion-has-button-gradient .fusion-footer-widget-area .fusion-privacy-placeholder .button-default:focus,
.fusion-has-button-gradient .fusion-portfolio-one .fusion-button:focus,
.fusion-has-button-gradient .post-password-form input[type="submit"]:focus,
.fusion-has-button-gradient .price_slider_amount button:focus,
.fusion-has-button-gradient .slidingbar-area .button-default:focus,
.fusion-has-button-gradient .ticket-selector-submit-btn[type=submit]:focus,
.fusion-has-button-gradient .tml-submit-wrap input[type="submit"]:focus,
.fusion-has-button-gradient .woocommerce .avada-order-details .order-again .button:focus,
.fusion-has-button-gradient .woocommerce .avada-shipping-calculator-form .button:focus,
.fusion-has-button-gradient .woocommerce .cart-collaterals .checkout-button:focus,
.fusion-has-button-gradient .woocommerce .checkout #place_order:focus,
.fusion-has-button-gradient .woocommerce .checkout_coupon .button:focus,
.fusion-has-button-gradient .woocommerce .login .button:focus,
.fusion-has-button-gradient .woocommerce .lost_reset_password input[type="submit"]:focus,
.fusion-has-button-gradient .woocommerce .register .button:focus,
.fusion-has-button-gradient .woocommerce .single_add_to_cart_button:focus,
.fusion-has-button-gradient .woocommerce button.button:focus,
.fusion-has-button-gradient .woocommerce-MyAccount-content form .button:focus,
.fusion-has-button-gradient .woocommerce.add_to_cart_inline .button:focus,
.fusion-has-button-gradient input.button-default:focus,
.fusion-has-button-gradient.fusion-button-default:focus,
.fusion-has-button-gradient.woocommerce button.button:focus,
.fusion-has-button-gradient #main #comment-submit:hover,
.fusion-has-button-gradient #main .comment-submit:hover,
.fusion-has-button-gradient #reviews input#submit:hover,
.fusion-has-button-gradient .button-default:hover,
.fusion-has-button-gradient .button.default:hover,
.fusion-has-button-gradient .comment-form input[type="submit"]:hover,
.fusion-has-button-gradient .fusion-button-default:hover,
.fusion-has-button-gradient .fusion-footer-widget-area .fusion-privacy-placeholder .button-default:hover,
.fusion-has-button-gradient .fusion-portfolio-one .fusion-button:hover,
.fusion-has-button-gradient .post-password-form input[type="submit"]:hover,
.fusion-has-button-gradient .price_slider_amount button:hover,
.fusion-has-button-gradient .slidingbar-area .button-default:hover,
.fusion-has-button-gradient .ticket-selector-submit-btn[type=submit]:hover,
.fusion-has-button-gradient .tml-submit-wrap input[type="submit"]:hover,
.fusion-has-button-gradient .woocommerce .avada-order-details .order-again .button:hover,
.fusion-has-button-gradient .woocommerce .avada-shipping-calculator-form .button:hover,
.fusion-has-button-gradient .woocommerce .cart-collaterals .checkout-button:hover,
.fusion-has-button-gradient .woocommerce .checkout #place_order:hover,
.fusion-has-button-gradient .woocommerce .checkout_coupon .button:hover,
.fusion-has-button-gradient .woocommerce .login .button:hover,
.fusion-has-button-gradient .woocommerce .lost_reset_password input[type="submit"]:hover,
.fusion-has-button-gradient .woocommerce .register .button:hover,
.fusion-has-button-gradient .woocommerce .single_add_to_cart_button:hover,
.fusion-has-button-gradient .woocommerce button.button:hover,
.fusion-has-button-gradient .woocommerce-MyAccount-content form .button:hover,
.fusion-has-button-gradient .woocommerce.add_to_cart_inline .button:hover,
.fusion-has-button-gradient input.button-default:hover,
.fusion-has-button-gradient.fusion-button-default:hover,
.fusion-has-button-gradient.woocommerce button.button:hover {
  background-image: linear-gradient(var(--button_gradient_angle, 180deg), var(--button_gradient_top_color_hover) var(--button_gradient_start, 0), var(--button_gradient_bottom_color_hover) var(--button_gradient_end, 100%))
}

.fusion-button_gradient-radial #main #comment-submit,
.fusion-button_gradient-radial #main .comment-submit,
.fusion-button_gradient-radial #reviews input#submit,
.fusion-button_gradient-radial .button-default,
.fusion-button_gradient-radial .button.default,
.fusion-button_gradient-radial .comment-form input[type="submit"],
.fusion-button_gradient-radial .fusion-button-default,
.fusion-button_gradient-radial .fusion-footer-widget-area .fusion-privacy-placeholder .button-default,
.fusion-button_gradient-radial .fusion-portfolio-one .fusion-button,
.fusion-button_gradient-radial .post-password-form input[type="submit"],
.fusion-button_gradient-radial .price_slider_amount button,
.fusion-button_gradient-radial .slidingbar-area .button-default,
.fusion-button_gradient-radial .ticket-selector-submit-btn[type=submit],
.fusion-button_gradient-radial .tml-submit-wrap input[type="submit"],
.fusion-button_gradient-radial .woocommerce .avada-order-details .order-again .button,
.fusion-button_gradient-radial .woocommerce .avada-shipping-calculator-form .button,
.fusion-button_gradient-radial .woocommerce .cart-collaterals .checkout-button,
.fusion-button_gradient-radial .woocommerce .checkout #place_order,
.fusion-button_gradient-radial .woocommerce .checkout_coupon .button,
.fusion-button_gradient-radial .woocommerce .login .button,
.fusion-button_gradient-radial .woocommerce .lost_reset_password input[type="submit"],
.fusion-button_gradient-radial .woocommerce .register .button,
.fusion-button_gradient-radial .woocommerce .single_add_to_cart_button,
.fusion-button_gradient-radial .woocommerce button.button,
.fusion-button_gradient-radial .woocommerce-MyAccount-content form .button,
.fusion-button_gradient-radial .woocommerce.add_to_cart_inline .button,
.fusion-button_gradient-radial input.button-default,
.fusion-button_gradient-radial.fusion-button-default,
.fusion-button_gradient-radial.woocommerce button.button {
  background-image: radial-gradient(circle at var(--button_radial_direction, center center), var(--button_gradient_top_color) var(--button_gradient_start, 0), var(--button_gradient_bottom_color) var(--button_gradient_end, 100%))
}

.fusion-button_gradient-radial #main #comment-submit:active,
.fusion-button_gradient-radial #main .comment-submit:active,
.fusion-button_gradient-radial #reviews input#submit:active,
.fusion-button_gradient-radial .button-default:active,
.fusion-button_gradient-radial .button.default:active,
.fusion-button_gradient-radial .comment-form input[type="submit"]:active,
.fusion-button_gradient-radial .fusion-button-default:active,
.fusion-button_gradient-radial .fusion-footer-widget-area .fusion-privacy-placeholder .button-default:active,
.fusion-button_gradient-radial .fusion-portfolio-one .fusion-button:active,
.fusion-button_gradient-radial .post-password-form input[type="submit"]:active,
.fusion-button_gradient-radial .price_slider_amount button:active,
.fusion-button_gradient-radial .slidingbar-area .button-default:active,
.fusion-button_gradient-radial .ticket-selector-submit-btn[type=submit]:active,
.fusion-button_gradient-radial .tml-submit-wrap input[type="submit"]:active,
.fusion-button_gradient-radial .woocommerce .avada-order-details .order-again .button:active,
.fusion-button_gradient-radial .woocommerce .avada-shipping-calculator-form .button:active,
.fusion-button_gradient-radial .woocommerce .cart-collaterals .checkout-button:active,
.fusion-button_gradient-radial .woocommerce .checkout #place_order:active,
.fusion-button_gradient-radial .woocommerce .checkout_coupon .button:active,
.fusion-button_gradient-radial .woocommerce .login .button:active,
.fusion-button_gradient-radial .woocommerce .lost_reset_password input[type="submit"]:active,
.fusion-button_gradient-radial .woocommerce .register .button:active,
.fusion-button_gradient-radial .woocommerce .single_add_to_cart_button:active,
.fusion-button_gradient-radial .woocommerce button.button:active,
.fusion-button_gradient-radial .woocommerce-MyAccount-content form .button:active,
.fusion-button_gradient-radial .woocommerce.add_to_cart_inline .button:active,
.fusion-button_gradient-radial input.button-default:active,
.fusion-button_gradient-radial.fusion-button-default:active,
.fusion-button_gradient-radial.woocommerce button.button:active,
.fusion-button_gradient-radial #main #comment-submit:focus,
.fusion-button_gradient-radial #main .comment-submit:focus,
.fusion-button_gradient-radial #reviews input#submit:focus,
.fusion-button_gradient-radial .button-default:focus,
.fusion-button_gradient-radial .button.default:focus,
.fusion-button_gradient-radial .comment-form input[type="submit"]:focus,
.fusion-button_gradient-radial .fusion-button-default:focus,
.fusion-button_gradient-radial .fusion-footer-widget-area .fusion-privacy-placeholder .button-default:focus,
.fusion-button_gradient-radial .fusion-portfolio-one .fusion-button:focus,
.fusion-button_gradient-radial .post-password-form input[type="submit"]:focus,
.fusion-button_gradient-radial .price_slider_amount button:focus,
.fusion-button_gradient-radial .slidingbar-area .button-default:focus,
.fusion-button_gradient-radial .ticket-selector-submit-btn[type=submit]:focus,
.fusion-button_gradient-radial .tml-submit-wrap input[type="submit"]:focus,
.fusion-button_gradient-radial .woocommerce .avada-order-details .order-again .button:focus,
.fusion-button_gradient-radial .woocommerce .avada-shipping-calculator-form .button:focus,
.fusion-button_gradient-radial .woocommerce .cart-collaterals .checkout-button:focus,
.fusion-button_gradient-radial .woocommerce .checkout #place_order:focus,
.fusion-button_gradient-radial .woocommerce .checkout_coupon .button:focus,
.fusion-button_gradient-radial .woocommerce .login .button:focus,
.fusion-button_gradient-radial .woocommerce .lost_reset_password input[type="submit"]:focus,
.fusion-button_gradient-radial .woocommerce .register .button:focus,
.fusion-button_gradient-radial .woocommerce .single_add_to_cart_button:focus,
.fusion-button_gradient-radial .woocommerce button.button:focus,
.fusion-button_gradient-radial .woocommerce-MyAccount-content form .button:focus,
.fusion-button_gradient-radial .woocommerce.add_to_cart_inline .button:focus,
.fusion-button_gradient-radial input.button-default:focus,
.fusion-button_gradient-radial.fusion-button-default:focus,
.fusion-button_gradient-radial.woocommerce button.button:focus,
.fusion-button_gradient-radial #main #comment-submit:hover,
.fusion-button_gradient-radial #main .comment-submit:hover,
.fusion-button_gradient-radial #reviews input#submit:hover,
.fusion-button_gradient-radial .button-default:hover,
.fusion-button_gradient-radial .button.default:hover,
.fusion-button_gradient-radial .comment-form input[type="submit"]:hover,
.fusion-button_gradient-radial .fusion-button-default:hover,
.fusion-button_gradient-radial .fusion-footer-widget-area .fusion-privacy-placeholder .button-default:hover,
.fusion-button_gradient-radial .fusion-portfolio-one .fusion-button:hover,
.fusion-button_gradient-radial .post-password-form input[type="submit"]:hover,
.fusion-button_gradient-radial .price_slider_amount button:hover,
.fusion-button_gradient-radial .slidingbar-area .button-default:hover,
.fusion-button_gradient-radial .ticket-selector-submit-btn[type=submit]:hover,
.fusion-button_gradient-radial .tml-submit-wrap input[type="submit"]:hover,
.fusion-button_gradient-radial .woocommerce .avada-order-details .order-again .button:hover,
.fusion-button_gradient-radial .woocommerce .avada-shipping-calculator-form .button:hover,
.fusion-button_gradient-radial .woocommerce .cart-collaterals .checkout-button:hover,
.fusion-button_gradient-radial .woocommerce .checkout #place_order:hover,
.fusion-button_gradient-radial .woocommerce .checkout_coupon .button:hover,
.fusion-button_gradient-radial .woocommerce .login .button:hover,
.fusion-button_gradient-radial .woocommerce .lost_reset_password input[type="submit"]:hover,
.fusion-button_gradient-radial .woocommerce .register .button:hover,
.fusion-button_gradient-radial .woocommerce .single_add_to_cart_button:hover,
.fusion-button_gradient-radial .woocommerce button.button:hover,
.fusion-button_gradient-radial .woocommerce-MyAccount-content form .button:hover,
.fusion-button_gradient-radial .woocommerce.add_to_cart_inline .button:hover,
.fusion-button_gradient-radial input.button-default:hover,
.fusion-button_gradient-radial.fusion-button-default:hover,
.fusion-button_gradient-radial.woocommerce button.button:hover {
  background-image: radial-gradient(circle at var(--button_radial_direction, center center), var(--button_gradient_top_color_hover) var(--button_gradient_start, 0), var(--button_gradient_bottom_color_hover) var(--button_gradient_end, 100%))
}

#main #comment-submit:visited,
#main .comment-submit:visited,
#reviews input#submit:visited,
.button-default:visited,
.button.default:visited,
.comment-form input[type="submit"]:visited,
.fusion-button-default:visited,
.fusion-footer-widget-area .fusion-privacy-placeholder .button-default:visited,
.fusion-portfolio-one .fusion-button:visited,
.post-password-form input[type="submit"]:visited,
.price_slider_amount button:visited,
.slidingbar-area .button-default:visited,
.ticket-selector-submit-btn[type=submit]:visited,
.tml-submit-wrap input[type="submit"]:visited,
.woocommerce .avada-order-details .order-again .button:visited,
.woocommerce .avada-shipping-calculator-form .button:visited,
.woocommerce .cart-collaterals .checkout-button:visited,
.woocommerce .checkout #place_order:visited,
.woocommerce .checkout_coupon .button:visited,
.woocommerce .login .button:visited,
.woocommerce .lost_reset_password input[type="submit"]:visited,
.woocommerce .register .button:visited,
.woocommerce .single_add_to_cart_button:visited,
.woocommerce button.button:visited,
.woocommerce-MyAccount-content form .button:visited,
.woocommerce.add_to_cart_inline .button:visited,
input.button-default:visited {
  color: var(--button_accent_color)
}

.fusion-button_span-yes #main #comment-submit:not(.fusion-button-span-no),
.fusion-button_span-yes #main .comment-submit:not(.fusion-button-span-no),
.fusion-button_span-yes #reviews input#submit:not(.fusion-button-span-no),
.fusion-button_span-yes .button-default:not(.fusion-button-span-no),
.fusion-button_span-yes .button.default:not(.fusion-button-span-no),
.fusion-button_span-yes .comment-form input[type="submit"]:not(.fusion-button-span-no),
.fusion-button_span-yes .fusion-button-default:not(.fusion-button-span-no),
.fusion-button_span-yes .fusion-footer-widget-area .fusion-privacy-placeholder .button-default:not(.fusion-button-span-no),
.fusion-button_span-yes .fusion-portfolio-one .fusion-button:not(.fusion-button-span-no),
.fusion-button_span-yes .post-password-form input[type="submit"]:not(.fusion-button-span-no),
.fusion-button_span-yes .price_slider_amount button:not(.fusion-button-span-no),
.fusion-button_span-yes .slidingbar-area .button-default:not(.fusion-button-span-no),
.fusion-button_span-yes .ticket-selector-submit-btn[type=submit]:not(.fusion-button-span-no),
.fusion-button_span-yes .tml-submit-wrap input[type="submit"]:not(.fusion-button-span-no),
.fusion-button_span-yes .woocommerce .avada-order-details .order-again .button:not(.fusion-button-span-no),
.fusion-button_span-yes .woocommerce .avada-shipping-calculator-form .button:not(.fusion-button-span-no),
.fusion-button_span-yes .woocommerce .cart-collaterals .checkout-button:not(.fusion-button-span-no),
.fusion-button_span-yes .woocommerce .checkout #place_order:not(.fusion-button-span-no),
.fusion-button_span-yes .woocommerce .checkout_coupon .button:not(.fusion-button-span-no),
.fusion-button_span-yes .woocommerce .login .button:not(.fusion-button-span-no),
.fusion-button_span-yes .woocommerce .lost_reset_password input[type="submit"]:not(.fusion-button-span-no),
.fusion-button_span-yes .woocommerce .register .button:not(.fusion-button-span-no),
.fusion-button_span-yes .woocommerce .single_add_to_cart_button:not(.fusion-button-span-no),
.fusion-button_span-yes .woocommerce button.button:not(.fusion-button-span-no),
.fusion-button_span-yes .woocommerce-MyAccount-content form .button:not(.fusion-button-span-no),
.fusion-button_span-yes .woocommerce.add_to_cart_inline .button:not(.fusion-button-span-no),
.fusion-button_span-yes input.button-default:not(.fusion-button-span-no),
.fusion-button_span-yes.fusion-button-default:not(.fusion-button-span-no),
.fusion-button_span-yes.woocommerce button.button:not(.fusion-button-span-no) {
  width: 100%
}

.fusion-button.button-flat {
  box-shadow: none !important
}

.fusion-button-wrapper {
  display: inline
}

.fusion-button-wrapper.fusion-aligncenter {
  display: block;
  text-align: center
}

.fusion-button-wrapper.fusion-align-block {
  display: block
}

.fusion-disable-outline .bbp-submit-wrapper .button,
.fusion-disable-outline .button,
.fusion-disable-outline .fusion-button,
.fusion-disable-outline .gform_wrapper .button,
.fusion-disable-outline .gform_wrapper .gform_button,
.fusion-disable-outline .post-password-form input[type=submit],
.fusion-disable-outline .single_add_to_cart_button,
.fusion-disable-outline .tml-submit-wrap input[type=submit],
.fusion-disable-outline .tribe-events-tickets .button,
.fusion-disable-outline .tribe-tickets button,
.fusion-disable-outline .woocommerce .cart-collaterals .checkout-button,
.fusion-disable-outline .woocommerce .checkout #place_order,
.fusion-disable-outline .woocommerce.add_to_cart_inline .button,
.fusion-disable-outline .wpcf7-submit {
  outline: 0
}

.fusion-disable-outline .bbp-submit-wrapper .button:focus,
.fusion-disable-outline .button:focus,
.fusion-disable-outline .fusion-button:focus,
.fusion-disable-outline .gform_wrapper .button:focus,
.fusion-disable-outline .gform_wrapper .gform_button:focus,
.fusion-disable-outline .post-password-form input[type=submit]:focus,
.fusion-disable-outline .single_add_to_cart_button:focus,
.fusion-disable-outline .tml-submit-wrap input[type=submit]:focus,
.fusion-disable-outline .tribe-events-tickets .button:focus,
.fusion-disable-outline .tribe-tickets button:focus,
.fusion-disable-outline .woocommerce .cart-collaterals .checkout-button:focus,
.fusion-disable-outline .woocommerce .checkout #place_order:focus,
.fusion-disable-outline .woocommerce.add_to_cart_inline .button:focus,
.fusion-disable-outline .wpcf7-submit:focus {
  outline: 0
}

.fusion-button i,
.fusion-button-icon-divider,
.fusion-button-text {
  transition: all .2s
}

#bbp_user_edit_submit,
.bbp-submit-wrapper .button,
.button-small,
.fusion-body .fusion-button-small,
.single_add_to_cart_button,
.wpcf7-form .wpcf7-submit.button-small,
.wpcf7-form .wpcf7-submit.fusion-button-small {
  padding: 9px 20px;
  line-height: 14px;
  font-size: 12px
}

#bbp_user_edit_submit .fusion-button-text-left,
.bbp-submit-wrapper .button .fusion-button-text-left,
.button-small .fusion-button-text-left,
.fusion-body .fusion-button-small .fusion-button-text-left,
.single_add_to_cart_button .fusion-button-text-left,
.wpcf7-form .wpcf7-submit.button-small .fusion-button-text-left,
.wpcf7-form .wpcf7-submit.fusion-button-small .fusion-button-text-left {
  display: inline-block;
  padding-left: 25px
}

#bbp_user_edit_submit .fusion-button-text-right,
.bbp-submit-wrapper .button .fusion-button-text-right,
.button-small .fusion-button-text-right,
.fusion-body .fusion-button-small .fusion-button-text-right,
.single_add_to_cart_button .fusion-button-text-right,
.wpcf7-form .wpcf7-submit.button-small .fusion-button-text-right,
.wpcf7-form .wpcf7-submit.fusion-button-small .fusion-button-text-right {
  display: inline-block;
  padding-right: 25px
}

#bbp_user_edit_submit .button-icon-divider-left,
.bbp-submit-wrapper .button .button-icon-divider-left,
.button-small .button-icon-divider-left,
.fusion-body .fusion-button-small .button-icon-divider-left,
.single_add_to_cart_button .button-icon-divider-left,
.wpcf7-form .wpcf7-submit.button-small .button-icon-divider-left,
.wpcf7-form .wpcf7-submit.fusion-button-small .button-icon-divider-left {
  padding: 0 10px
}

#bbp_user_edit_submit .button-icon-divider-left.fusion-megamenu-image,
.bbp-submit-wrapper .button .button-icon-divider-left.fusion-megamenu-image,
.button-small .button-icon-divider-left.fusion-megamenu-image,
.fusion-body .fusion-button-small .button-icon-divider-left.fusion-megamenu-image,
.single_add_to_cart_button .button-icon-divider-left.fusion-megamenu-image,
.wpcf7-form .wpcf7-submit.button-small .button-icon-divider-left.fusion-megamenu-image,
.wpcf7-form .wpcf7-submit.fusion-button-small .button-icon-divider-left.fusion-megamenu-image {
  padding: 0 5px
}

#bbp_user_edit_submit .button-icon-divider-right,
.bbp-submit-wrapper .button .button-icon-divider-right,
.button-small .button-icon-divider-right,
.fusion-body .fusion-button-small .button-icon-divider-right,
.single_add_to_cart_button .button-icon-divider-right,
.wpcf7-form .wpcf7-submit.button-small .button-icon-divider-right,
.wpcf7-form .wpcf7-submit.fusion-button-small .button-icon-divider-right {
  padding: 0 10px
}

#bbp_user_edit_submit .button-icon-divider-right.fusion-megamenu-image,
.bbp-submit-wrapper .button .button-icon-divider-right.fusion-megamenu-image,
.button-small .button-icon-divider-right.fusion-megamenu-image,
.fusion-body .fusion-button-small .button-icon-divider-right.fusion-megamenu-image,
.single_add_to_cart_button .button-icon-divider-right.fusion-megamenu-image,
.wpcf7-form .wpcf7-submit.button-small .button-icon-divider-right.fusion-megamenu-image,
.wpcf7-form .wpcf7-submit.fusion-button-small .button-icon-divider-right.fusion-megamenu-image {
  padding: 0 5px
}

#bbp_user_edit_submit .button-icon-divider-left i,
#bbp_user_edit_submit .button-icon-divider-left img,
#bbp_user_edit_submit .button-icon-divider-right i,
#bbp_user_edit_submit .button-icon-divider-right img,
.bbp-submit-wrapper .button .button-icon-divider-left i,
.bbp-submit-wrapper .button .button-icon-divider-left img,
.bbp-submit-wrapper .button .button-icon-divider-right i,
.bbp-submit-wrapper .button .button-icon-divider-right img,
.button-small .button-icon-divider-left i,
.button-small .button-icon-divider-left img,
.button-small .button-icon-divider-right i,
.button-small .button-icon-divider-right img,
.fusion-body .fusion-button-small .button-icon-divider-left i,
.fusion-body .fusion-button-small .button-icon-divider-left img,
.fusion-body .fusion-button-small .button-icon-divider-right i,
.fusion-body .fusion-button-small .button-icon-divider-right img,
.single_add_to_cart_button .button-icon-divider-left i,
.single_add_to_cart_button .button-icon-divider-left img,
.single_add_to_cart_button .button-icon-divider-right i,
.single_add_to_cart_button .button-icon-divider-right img,
.wpcf7-form .wpcf7-submit.button-small .button-icon-divider-left i,
.wpcf7-form .wpcf7-submit.button-small .button-icon-divider-left img,
.wpcf7-form .wpcf7-submit.button-small .button-icon-divider-right i,
.wpcf7-form .wpcf7-submit.button-small .button-icon-divider-right img,
.wpcf7-form .wpcf7-submit.fusion-button-small .button-icon-divider-left i,
.wpcf7-form .wpcf7-submit.fusion-button-small .button-icon-divider-left img,
.wpcf7-form .wpcf7-submit.fusion-button-small .button-icon-divider-right i,
.wpcf7-form .wpcf7-submit.fusion-button-small .button-icon-divider-right img {
  top: 50%;
  transform: translateY(-50%);
  display: block
}

.button-medium,
.fusion-body .fusion-button-medium,
.ticket-selector-submit-btn[type=submit],
.wpcf7-form .wpcf7-submit.button-medium,
.wpcf7-form .wpcf7-submit.fusion-button-medium {
  padding: 11px 23px;
  line-height: 16px;
  font-size: 13px
}

.button-medium .fusion-button-text-left,
.fusion-body .fusion-button-medium .fusion-button-text-left,
.ticket-selector-submit-btn[type=submit] .fusion-button-text-left,
.wpcf7-form .wpcf7-submit.button-medium .fusion-button-text-left,
.wpcf7-form .wpcf7-submit.fusion-button-medium .fusion-button-text-left {
  display: inline-block;
  padding-left: 28px
}

.button-medium .fusion-button-text-right,
.fusion-body .fusion-button-medium .fusion-button-text-right,
.ticket-selector-submit-btn[type=submit] .fusion-button-text-right,
.wpcf7-form .wpcf7-submit.button-medium .fusion-button-text-right,
.wpcf7-form .wpcf7-submit.fusion-button-medium .fusion-button-text-right {
  display: inline-block;
  padding-right: 28px
}

.button-medium .button-icon-divider-left,
.fusion-body .fusion-button-medium .button-icon-divider-left,
.ticket-selector-submit-btn[type=submit] .button-icon-divider-left,
.wpcf7-form .wpcf7-submit.button-medium .button-icon-divider-left,
.wpcf7-form .wpcf7-submit.fusion-button-medium .button-icon-divider-left {
  padding: 0 12.5px
}

.button-medium .button-icon-divider-left.fusion-megamenu-image,
.fusion-body .fusion-button-medium .button-icon-divider-left.fusion-megamenu-image,
.ticket-selector-submit-btn[type=submit] .button-icon-divider-left.fusion-megamenu-image,
.wpcf7-form .wpcf7-submit.button-medium .button-icon-divider-left.fusion-megamenu-image,
.wpcf7-form .wpcf7-submit.fusion-button-medium .button-icon-divider-left.fusion-megamenu-image {
  padding: 0 6.25px
}

.button-medium .button-icon-divider-right,
.fusion-body .fusion-button-medium .button-icon-divider-right,
.ticket-selector-submit-btn[type=submit] .button-icon-divider-right,
.wpcf7-form .wpcf7-submit.button-medium .button-icon-divider-right,
.wpcf7-form .wpcf7-submit.fusion-button-medium .button-icon-divider-right {
  padding: 0 12.5px
}

.button-medium .button-icon-divider-right.fusion-megamenu-image,
.fusion-body .fusion-button-medium .button-icon-divider-right.fusion-megamenu-image,
.ticket-selector-submit-btn[type=submit] .button-icon-divider-right.fusion-megamenu-image,
.wpcf7-form .wpcf7-submit.button-medium .button-icon-divider-right.fusion-megamenu-image,
.wpcf7-form .wpcf7-submit.fusion-button-medium .button-icon-divider-right.fusion-megamenu-image {
  padding: 0 6.25px
}

.button-medium .button-icon-divider-left i,
.button-medium .button-icon-divider-left img,
.button-medium .button-icon-divider-right i,
.button-medium .button-icon-divider-right img,
.fusion-body .fusion-button-medium .button-icon-divider-left i,
.fusion-body .fusion-button-medium .button-icon-divider-left img,
.fusion-body .fusion-button-medium .button-icon-divider-right i,
.fusion-body .fusion-button-medium .button-icon-divider-right img,
.ticket-selector-submit-btn[type=submit] .button-icon-divider-left i,
.ticket-selector-submit-btn[type=submit] .button-icon-divider-left img,
.ticket-selector-submit-btn[type=submit] .button-icon-divider-right i,
.ticket-selector-submit-btn[type=submit] .button-icon-divider-right img,
.wpcf7-form .wpcf7-submit.button-medium .button-icon-divider-left i,
.wpcf7-form .wpcf7-submit.button-medium .button-icon-divider-left img,
.wpcf7-form .wpcf7-submit.button-medium .button-icon-divider-right i,
.wpcf7-form .wpcf7-submit.button-medium .button-icon-divider-right img,
.wpcf7-form .wpcf7-submit.fusion-button-medium .button-icon-divider-left i,
.wpcf7-form .wpcf7-submit.fusion-button-medium .button-icon-divider-left img,
.wpcf7-form .wpcf7-submit.fusion-button-medium .button-icon-divider-right i,
.wpcf7-form .wpcf7-submit.fusion-button-medium .button-icon-divider-right img {
  top: 50%;
  transform: translateY(-50%);
  display: block
}

#tribe-bar-form .tribe-bar-submit input[type=submit],
.button-large,
.fusion-body .fusion-button-large,
.tml-submit-wrap input[type=submit],
.wpcf7-form .wpcf7-submit.button-large,
.wpcf7-form .wpcf7-submit.fusion-button-large {
  padding: 13px 29px;
  line-height: 17px;
  font-size: 14px
}

#tribe-bar-form .tribe-bar-submit input[type=submit] .fusion-button-text-left,
.button-large .fusion-button-text-left,
.fusion-body .fusion-button-large .fusion-button-text-left,
.tml-submit-wrap input[type=submit] .fusion-button-text-left,
.wpcf7-form .wpcf7-submit.button-large .fusion-button-text-left,
.wpcf7-form .wpcf7-submit.fusion-button-large .fusion-button-text-left {
  display: inline-block;
  padding-left: 34px
}

#tribe-bar-form .tribe-bar-submit input[type=submit] .fusion-button-text-right,
.button-large .fusion-button-text-right,
.fusion-body .fusion-button-large .fusion-button-text-right,
.tml-submit-wrap input[type=submit] .fusion-button-text-right,
.wpcf7-form .wpcf7-submit.button-large .fusion-button-text-right,
.wpcf7-form .wpcf7-submit.fusion-button-large .fusion-button-text-right {
  display: inline-block;
  padding-right: 34px
}

#tribe-bar-form .tribe-bar-submit input[type=submit] .button-icon-divider-left,
.button-large .button-icon-divider-left,
.fusion-body .fusion-button-large .button-icon-divider-left,
.tml-submit-wrap input[type=submit] .button-icon-divider-left,
.wpcf7-form .wpcf7-submit.button-large .button-icon-divider-left,
.wpcf7-form .wpcf7-submit.fusion-button-large .button-icon-divider-left {
  padding: 0 14.5px
}

#tribe-bar-form .tribe-bar-submit input[type=submit] .button-icon-divider-left.fusion-megamenu-image,
.button-large .button-icon-divider-left.fusion-megamenu-image,
.fusion-body .fusion-button-large .button-icon-divider-left.fusion-megamenu-image,
.tml-submit-wrap input[type=submit] .button-icon-divider-left.fusion-megamenu-image,
.wpcf7-form .wpcf7-submit.button-large .button-icon-divider-left.fusion-megamenu-image,
.wpcf7-form .wpcf7-submit.fusion-button-large .button-icon-divider-left.fusion-megamenu-image {
  padding: 0 7.25px
}

#tribe-bar-form .tribe-bar-submit input[type=submit] .button-icon-divider-right,
.button-large .button-icon-divider-right,
.fusion-body .fusion-button-large .button-icon-divider-right,
.tml-submit-wrap input[type=submit] .button-icon-divider-right,
.wpcf7-form .wpcf7-submit.button-large .button-icon-divider-right,
.wpcf7-form .wpcf7-submit.fusion-button-large .button-icon-divider-right {
  padding: 0 14.5px
}

#tribe-bar-form .tribe-bar-submit input[type=submit] .button-icon-divider-right.fusion-megamenu-image,
.button-large .button-icon-divider-right.fusion-megamenu-image,
.fusion-body .fusion-button-large .button-icon-divider-right.fusion-megamenu-image,
.tml-submit-wrap input[type=submit] .button-icon-divider-right.fusion-megamenu-image,
.wpcf7-form .wpcf7-submit.button-large .button-icon-divider-right.fusion-megamenu-image,
.wpcf7-form .wpcf7-submit.fusion-button-large .button-icon-divider-right.fusion-megamenu-image {
  padding: 0 7.25px
}

#tribe-bar-form .tribe-bar-submit input[type=submit] .button-icon-divider-left i,
#tribe-bar-form .tribe-bar-submit input[type=submit] .button-icon-divider-left img,
#tribe-bar-form .tribe-bar-submit input[type=submit] .button-icon-divider-right i,
#tribe-bar-form .tribe-bar-submit input[type=submit] .button-icon-divider-right img,
.button-large .button-icon-divider-left i,
.button-large .button-icon-divider-left img,
.button-large .button-icon-divider-right i,
.button-large .button-icon-divider-right img,
.fusion-body .fusion-button-large .button-icon-divider-left i,
.fusion-body .fusion-button-large .button-icon-divider-left img,
.fusion-body .fusion-button-large .button-icon-divider-right i,
.fusion-body .fusion-button-large .button-icon-divider-right img,
.tml-submit-wrap input[type=submit] .button-icon-divider-left i,
.tml-submit-wrap input[type=submit] .button-icon-divider-left img,
.tml-submit-wrap input[type=submit] .button-icon-divider-right i,
.tml-submit-wrap input[type=submit] .button-icon-divider-right img,
.wpcf7-form .wpcf7-submit.button-large .button-icon-divider-left i,
.wpcf7-form .wpcf7-submit.button-large .button-icon-divider-left img,
.wpcf7-form .wpcf7-submit.button-large .button-icon-divider-right i,
.wpcf7-form .wpcf7-submit.button-large .button-icon-divider-right img,
.wpcf7-form .wpcf7-submit.fusion-button-large .button-icon-divider-left i,
.wpcf7-form .wpcf7-submit.fusion-button-large .button-icon-divider-left img,
.wpcf7-form .wpcf7-submit.fusion-button-large .button-icon-divider-right i,
.wpcf7-form .wpcf7-submit.fusion-button-large .button-icon-divider-right img {
  top: 50%;
  transform: translateY(-50%);
  display: block
}

.button-xlarge,
.fusion-body .fusion-button-xlarge,
.fusion-body .wpcf7-form .wpcf7-submit.button-xlarge,
.fusion-body .wpcf7-form .wpcf7-submit.fusion-button-xlarge {
  padding: 17px 40px;
  line-height: 21px;
  font-size: 18px
}

.button-xlarge .fusion-button-text-left,
.fusion-body .fusion-button-xlarge .fusion-button-text-left,
.fusion-body .wpcf7-form .wpcf7-submit.button-xlarge .fusion-button-text-left,
.fusion-body .wpcf7-form .wpcf7-submit.fusion-button-xlarge .fusion-button-text-left {
  display: inline-block;
  padding-left: 45px
}

.button-xlarge .fusion-button-text-right,
.fusion-body .fusion-button-xlarge .fusion-button-text-right,
.fusion-body .wpcf7-form .wpcf7-submit.button-xlarge .fusion-button-text-right,
.fusion-body .wpcf7-form .wpcf7-submit.fusion-button-xlarge .fusion-button-text-right {
  display: inline-block;
  padding-right: 45px
}

.button-xlarge .button-icon-divider-left,
.fusion-body .fusion-button-xlarge .button-icon-divider-left,
.fusion-body .wpcf7-form .wpcf7-submit.button-xlarge .button-icon-divider-left,
.fusion-body .wpcf7-form .wpcf7-submit.fusion-button-xlarge .button-icon-divider-left {
  padding: 0 18.5px
}

.button-xlarge .button-icon-divider-left.fusion-megamenu-image,
.fusion-body .fusion-button-xlarge .button-icon-divider-left.fusion-megamenu-image,
.fusion-body .wpcf7-form .wpcf7-submit.button-xlarge .button-icon-divider-left.fusion-megamenu-image,
.fusion-body .wpcf7-form .wpcf7-submit.fusion-button-xlarge .button-icon-divider-left.fusion-megamenu-image {
  padding: 0 9.25px
}

.button-xlarge .button-icon-divider-right,
.fusion-body .fusion-button-xlarge .button-icon-divider-right,
.fusion-body .wpcf7-form .wpcf7-submit.button-xlarge .button-icon-divider-right,
.fusion-body .wpcf7-form .wpcf7-submit.fusion-button-xlarge .button-icon-divider-right {
  padding: 0 18.5px
}

.button-xlarge .button-icon-divider-right.fusion-megamenu-image,
.fusion-body .fusion-button-xlarge .button-icon-divider-right.fusion-megamenu-image,
.fusion-body .wpcf7-form .wpcf7-submit.button-xlarge .button-icon-divider-right.fusion-megamenu-image,
.fusion-body .wpcf7-form .wpcf7-submit.fusion-button-xlarge .button-icon-divider-right.fusion-megamenu-image {
  padding: 0 9.25px
}

.button-xlarge .button-icon-divider-left i,
.button-xlarge .button-icon-divider-left img,
.button-xlarge .button-icon-divider-right i,
.button-xlarge .button-icon-divider-right img,
.fusion-body .fusion-button-xlarge .button-icon-divider-left i,
.fusion-body .fusion-button-xlarge .button-icon-divider-left img,
.fusion-body .fusion-button-xlarge .button-icon-divider-right i,
.fusion-body .fusion-button-xlarge .button-icon-divider-right img,
.fusion-body .wpcf7-form .wpcf7-submit.button-xlarge .button-icon-divider-left i,
.fusion-body .wpcf7-form .wpcf7-submit.button-xlarge .button-icon-divider-left img,
.fusion-body .wpcf7-form .wpcf7-submit.button-xlarge .button-icon-divider-right i,
.fusion-body .wpcf7-form .wpcf7-submit.button-xlarge .button-icon-divider-right img,
.fusion-body .wpcf7-form .wpcf7-submit.fusion-button-xlarge .button-icon-divider-left i,
.fusion-body .wpcf7-form .wpcf7-submit.fusion-button-xlarge .button-icon-divider-left img,
.fusion-body .wpcf7-form .wpcf7-submit.fusion-button-xlarge .button-icon-divider-right i,
.fusion-body .wpcf7-form .wpcf7-submit.fusion-button-xlarge .button-icon-divider-right img {
  top: 50%;
  transform: translateY(-50%);
  display: block
}

.button span {
  line-height: normal
}

.button-icon-left {
  margin-right: .7em
}

.button-icon-right {
  margin-left: .7em
}

.button-icon-divider-left,
.button-icon-divider-right {
  display: inline-block;
  position: absolute;
  top: 0;
  height: 100%
}

.button-icon-divider-left i,
.button-icon-divider-right i {
  position: relative
}

.button-icon-divider-left img,
.button-icon-divider-right img {
  position: relative
}

.button-small .button-icon-divider-left img,
.button-small .button-icon-divider-right img {
  max-width: 22px
}

.button-medium .button-icon-divider-left img,
.button-medium .button-icon-divider-right img {
  max-width: 23px
}

.button-large .button-icon-divider-left img,
.button-large .button-icon-divider-right img {
  max-width: 24px
}

.button-xlarge .button-icon-divider-left img,
.button-xlarge .button-icon-divider-right img {
  max-width: 25px
}

.button-icon-divider-left {
  left: 0;
  border-right: 1px solid
}

.button-icon-divider-right {
  right: 0;
  border-left: 1px solid
}

#main #comment-submit,
#main .comment-submit,
#reviews input#submit,
.comment-form input[type="submit"],
.fusion-button-default-size,
.fusion-footer-widget-area .fusion-privacy-placeholder .button-default,
.fusion-portfolio-one .fusion-button,
.post-password-form input[type="submit"],
.price_slider_amount button,
.slidingbar-area .button-default,
.ticket-selector-submit-btn[type=submit],
.tml-submit-wrap input[type="submit"],
.woocommerce .avada-order-details .order-again .button,
.woocommerce .avada-shipping-calculator-form .button,
.woocommerce .cart-collaterals .checkout-button,
.woocommerce .checkout #place_order,
.woocommerce .checkout_coupon .button,
.woocommerce .login .button,
.woocommerce .lost_reset_password input[type="submit"],
.woocommerce .register .button,
.woocommerce .single_add_to_cart_button,
.woocommerce button.button,
.woocommerce-MyAccount-content form .button,
.woocommerce.add_to_cart_inline .button {
  padding-top: var(--button_padding-top, 13px);
  padding-right: var(--button_padding-right, 29px);
  padding-bottom: var(--button_padding-bottom, 13px);
  padding-left: var(--button_padding-left, 29px);
  line-height: var(--button_line_height, 1);
  font-size: var(--button_font_size, 14px)
}

.fusion-button.button-3d:active {
  transform: translateY(calc(.15em - 1px));
  box-shadow: inset 0 1px 0 #fff, 0 1px 0 var(--button_bevel_color), .05em .1em .1em .07em rgba(0, 0, 0, .3)
}

.fusion-button.button-3d:hover {
  box-shadow: inset 0 1px 0 #fff, 0 .15em 0 var(--button_bevel_color_hover), .1em .2em .2em .15em rgba(0, 0, 0, .3)
}

.fusion-button.button-3d:hover:active {
  box-shadow: inset 0 1px 0 #fff, 0 1px 0 var(--button_bevel_color_hover), .05em .1em .1em .07em rgba(0, 0, 0, .3)
}

.fusion-button_type-3d #main #comment-submit:not(.button-flat),
.fusion-button_type-3d #main .comment-submit:not(.button-flat),
.fusion-button_type-3d #reviews input#submit:not(.button-flat),
.fusion-button_type-3d .button-default:not(.button-flat),
.fusion-button_type-3d .button.default:not(.button-flat),
.fusion-button_type-3d .comment-form input[type="submit"]:not(.button-flat),
.fusion-button_type-3d .fusion-button-default:not(.button-flat),
.fusion-button_type-3d .fusion-footer-widget-area .fusion-privacy-placeholder .button-default:not(.button-flat),
.fusion-button_type-3d .fusion-portfolio-one .fusion-button:not(.button-flat),
.fusion-button_type-3d .post-password-form input[type="submit"]:not(.button-flat),
.fusion-button_type-3d .price_slider_amount button:not(.button-flat),
.fusion-button_type-3d .slidingbar-area .button-default:not(.button-flat),
.fusion-button_type-3d .ticket-selector-submit-btn[type=submit]:not(.button-flat),
.fusion-button_type-3d .tml-submit-wrap input[type="submit"]:not(.button-flat),
.fusion-button_type-3d .woocommerce .avada-order-details .order-again .button:not(.button-flat),
.fusion-button_type-3d .woocommerce .avada-shipping-calculator-form .button:not(.button-flat),
.fusion-button_type-3d .woocommerce .cart-collaterals .checkout-button:not(.button-flat),
.fusion-button_type-3d .woocommerce .checkout #place_order:not(.button-flat),
.fusion-button_type-3d .woocommerce .checkout_coupon .button:not(.button-flat),
.fusion-button_type-3d .woocommerce .login .button:not(.button-flat),
.fusion-button_type-3d .woocommerce .lost_reset_password input[type="submit"]:not(.button-flat),
.fusion-button_type-3d .woocommerce .register .button:not(.button-flat),
.fusion-button_type-3d .woocommerce .single_add_to_cart_button:not(.button-flat),
.fusion-button_type-3d .woocommerce button.button:not(.button-flat),
.fusion-button_type-3d .woocommerce-MyAccount-content form .button:not(.button-flat),
.fusion-button_type-3d .woocommerce.add_to_cart_inline .button:not(.button-flat),
.fusion-button_type-3d input.button-default:not(.button-flat),
.fusion-button_type-3d.fusion-button-default:not(.button-flat),
.fusion-button_type-3d.fusion-button:not(.button-flat),
.fusion-button_type-3d.woocommerce button.button:not(.button-flat) {
  box-shadow: inset 0 1px 0 #fff, 0 .15em 0 var(--button_bevel_color), .1em .2em .2em .15em rgba(0, 0, 0, .3)
}

.fusion-button_type-3d #main #comment-submit:not(.button-flat):active,
.fusion-button_type-3d #main .comment-submit:not(.button-flat):active,
.fusion-button_type-3d #reviews input#submit:not(.button-flat):active,
.fusion-button_type-3d .button-default:not(.button-flat):active,
.fusion-button_type-3d .button.default:not(.button-flat):active,
.fusion-button_type-3d .comment-form input[type="submit"]:not(.button-flat):active,
.fusion-button_type-3d .fusion-button-default:not(.button-flat):active,
.fusion-button_type-3d .fusion-footer-widget-area .fusion-privacy-placeholder .button-default:not(.button-flat):active,
.fusion-button_type-3d .fusion-portfolio-one .fusion-button:not(.button-flat):active,
.fusion-button_type-3d .post-password-form input[type="submit"]:not(.button-flat):active,
.fusion-button_type-3d .price_slider_amount button:not(.button-flat):active,
.fusion-button_type-3d .slidingbar-area .button-default:not(.button-flat):active,
.fusion-button_type-3d .ticket-selector-submit-btn[type=submit]:not(.button-flat):active,
.fusion-button_type-3d .tml-submit-wrap input[type="submit"]:not(.button-flat):active,
.fusion-button_type-3d .woocommerce .avada-order-details .order-again .button:not(.button-flat):active,
.fusion-button_type-3d .woocommerce .avada-shipping-calculator-form .button:not(.button-flat):active,
.fusion-button_type-3d .woocommerce .cart-collaterals .checkout-button:not(.button-flat):active,
.fusion-button_type-3d .woocommerce .checkout #place_order:not(.button-flat):active,
.fusion-button_type-3d .woocommerce .checkout_coupon .button:not(.button-flat):active,
.fusion-button_type-3d .woocommerce .login .button:not(.button-flat):active,
.fusion-button_type-3d .woocommerce .lost_reset_password input[type="submit"]:not(.button-flat):active,
.fusion-button_type-3d .woocommerce .register .button:not(.button-flat):active,
.fusion-button_type-3d .woocommerce .single_add_to_cart_button:not(.button-flat):active,
.fusion-button_type-3d .woocommerce button.button:not(.button-flat):active,
.fusion-button_type-3d .woocommerce-MyAccount-content form .button:not(.button-flat):active,
.fusion-button_type-3d .woocommerce.add_to_cart_inline .button:not(.button-flat):active,
.fusion-button_type-3d input.button-default:not(.button-flat):active,
.fusion-button_type-3d.fusion-button-default:not(.button-flat):active,
.fusion-button_type-3d.fusion-button:not(.button-flat):active,
.fusion-button_type-3d.woocommerce button.button:not(.button-flat):active {
  transform: translateY(calc(.15em - 1px));
  box-shadow: inset 0 1px 0 #fff, 0 1px 0 var(--button_bevel_color), .05em .1em .1em .07em rgba(0, 0, 0, .3)
}

.fusion-button_type-3d #main #comment-submit:not(.button-flat):hover,
.fusion-button_type-3d #main .comment-submit:not(.button-flat):hover,
.fusion-button_type-3d #reviews input#submit:not(.button-flat):hover,
.fusion-button_type-3d .button-default:not(.button-flat):hover,
.fusion-button_type-3d .button.default:not(.button-flat):hover,
.fusion-button_type-3d .comment-form input[type="submit"]:not(.button-flat):hover,
.fusion-button_type-3d .fusion-button-default:not(.button-flat):hover,
.fusion-button_type-3d .fusion-footer-widget-area .fusion-privacy-placeholder .button-default:not(.button-flat):hover,
.fusion-button_type-3d .fusion-portfolio-one .fusion-button:not(.button-flat):hover,
.fusion-button_type-3d .post-password-form input[type="submit"]:not(.button-flat):hover,
.fusion-button_type-3d .price_slider_amount button:not(.button-flat):hover,
.fusion-button_type-3d .slidingbar-area .button-default:not(.button-flat):hover,
.fusion-button_type-3d .ticket-selector-submit-btn[type=submit]:not(.button-flat):hover,
.fusion-button_type-3d .tml-submit-wrap input[type="submit"]:not(.button-flat):hover,
.fusion-button_type-3d .woocommerce .avada-order-details .order-again .button:not(.button-flat):hover,
.fusion-button_type-3d .woocommerce .avada-shipping-calculator-form .button:not(.button-flat):hover,
.fusion-button_type-3d .woocommerce .cart-collaterals .checkout-button:not(.button-flat):hover,
.fusion-button_type-3d .woocommerce .checkout #place_order:not(.button-flat):hover,
.fusion-button_type-3d .woocommerce .checkout_coupon .button:not(.button-flat):hover,
.fusion-button_type-3d .woocommerce .login .button:not(.button-flat):hover,
.fusion-button_type-3d .woocommerce .lost_reset_password input[type="submit"]:not(.button-flat):hover,
.fusion-button_type-3d .woocommerce .register .button:not(.button-flat):hover,
.fusion-button_type-3d .woocommerce .single_add_to_cart_button:not(.button-flat):hover,
.fusion-button_type-3d .woocommerce button.button:not(.button-flat):hover,
.fusion-button_type-3d .woocommerce-MyAccount-content form .button:not(.button-flat):hover,
.fusion-button_type-3d .woocommerce.add_to_cart_inline .button:not(.button-flat):hover,
.fusion-button_type-3d input.button-default:not(.button-flat):hover,
.fusion-button_type-3d.fusion-button-default:not(.button-flat):hover,
.fusion-button_type-3d.fusion-button:not(.button-flat):hover,
.fusion-button_type-3d.woocommerce button.button:not(.button-flat):hover {
  box-shadow: inset 0 1px 0 #fff, 0 .15em 0 var(--button_bevel_color_hover), .1em .2em .2em .15em rgba(0, 0, 0, .3)
}

.fusion-button_type-3d #main #comment-submit:not(.button-flat):hover:active,
.fusion-button_type-3d #main .comment-submit:not(.button-flat):hover:active,
.fusion-button_type-3d #reviews input#submit:not(.button-flat):hover:active,
.fusion-button_type-3d .button-default:not(.button-flat):hover:active,
.fusion-button_type-3d .button.default:not(.button-flat):hover:active,
.fusion-button_type-3d .comment-form input[type="submit"]:not(.button-flat):hover:active,
.fusion-button_type-3d .fusion-button-default:not(.button-flat):hover:active,
.fusion-button_type-3d .fusion-footer-widget-area .fusion-privacy-placeholder .button-default:not(.button-flat):hover:active,
.fusion-button_type-3d .fusion-portfolio-one .fusion-button:not(.button-flat):hover:active,
.fusion-button_type-3d .post-password-form input[type="submit"]:not(.button-flat):hover:active,
.fusion-button_type-3d .price_slider_amount button:not(.button-flat):hover:active,
.fusion-button_type-3d .slidingbar-area .button-default:not(.button-flat):hover:active,
.fusion-button_type-3d .ticket-selector-submit-btn[type=submit]:not(.button-flat):hover:active,
.fusion-button_type-3d .tml-submit-wrap input[type="submit"]:not(.button-flat):hover:active,
.fusion-button_type-3d .woocommerce .avada-order-details .order-again .button:not(.button-flat):hover:active,
.fusion-button_type-3d .woocommerce .avada-shipping-calculator-form .button:not(.button-flat):hover:active,
.fusion-button_type-3d .woocommerce .cart-collaterals .checkout-button:not(.button-flat):hover:active,
.fusion-button_type-3d .woocommerce .checkout #place_order:not(.button-flat):hover:active,
.fusion-button_type-3d .woocommerce .checkout_coupon .button:not(.button-flat):hover:active,
.fusion-button_type-3d .woocommerce .login .button:not(.button-flat):hover:active,
.fusion-button_type-3d .woocommerce .lost_reset_password input[type="submit"]:not(.button-flat):hover:active,
.fusion-button_type-3d .woocommerce .register .button:not(.button-flat):hover:active,
.fusion-button_type-3d .woocommerce .single_add_to_cart_button:not(.button-flat):hover:active,
.fusion-button_type-3d .woocommerce button.button:not(.button-flat):hover:active,
.fusion-button_type-3d .woocommerce-MyAccount-content form .button:not(.button-flat):hover:active,
.fusion-button_type-3d .woocommerce.add_to_cart_inline .button:not(.button-flat):hover:active,
.fusion-button_type-3d input.button-default:not(.button-flat):hover:active,
.fusion-button_type-3d.fusion-button-default:not(.button-flat):hover:active,
.fusion-button_type-3d.fusion-button:not(.button-flat):hover:active,
.fusion-button_type-3d.woocommerce button.button:not(.button-flat):hover:active {
  box-shadow: inset 0 1px 0 #fff, 0 1px 0 var(--button_bevel_color_hover), .05em .1em .1em .07em rgba(0, 0, 0, .3)
}

.fusion-body #main .quantity .minus,
.fusion-body #main .quantity .plus,
.fusion-body #main .quantity .qty,
.fusion-body #main .quantity .tribe-ticket-quantity,
.fusion-button-quantity,
.single-product .product .summary .cart .quantity .minus,
.single-product .product .summary .cart .quantity .plus,
.single-product .product .summary .cart .quantity .qty,
.tribe-block__tickets__item__quantity button,
.tribe-events-tickets .woocommerce .quantity input {
  width: var(--qty_size-width, 38px)
}

.fusion-body #main .quantity .minus,
.fusion-body #main .quantity .plus,
.fusion-body #main .quantity .qty,
.fusion-body #main .quantity .tribe-ticket-quantity,
.fusion-button-quantity,
.single-product .product .summary .cart .quantity .minus,
.single-product .product .summary .cart .quantity .plus,
.single-product .product .summary .cart .quantity .qty,
.tribe-block__tickets__item__quantity button,
.tribe-events-tickets .woocommerce .quantity input {
  font-size: var(--qty_font_size, 14px);
  width: var(--qty_size-height, 36px);
  height: var(--qty_size-height, 36px);
  line-height: 1
}

.fusion-body .quantity,
.single-product .product .summary .cart .quantity {
  width: calc(var(--qty_size-width, 38px) + var(--qty_size-height, 36px) + var(--qty_size-height, 36px))
}

.fusion-button-span-yes {
  width: 100%
}

body.fusion-button_span-yes .fusion-button-default-span {
  width: 100%
}

.ls-container .button,
.ls-container .fusion-button {
  transition: none !important
}

.ls-container .button:hover,
.ls-container .fusion-button:hover {
  transition: none !important
}

@media only screen and (max-width:800px) {

  .ls-container .button,
  .ls-container .fusion-button,
  .rev_slider .button,
  .rev_slider .fusion-button {
    padding: 0 20px;
    line-height: 30px;
    font-size: 12px;
    font-size: 10px !important;
    line-height: 30px !important;
    padding: 0 20px !important
  }

  .ls-container .button .fusion-button-text-left,
  .ls-container .fusion-button .fusion-button-text-left,
  .rev_slider .button .fusion-button-text-left,
  .rev_slider .fusion-button .fusion-button-text-left {
    display: inline-block;
    padding-left: 25px
  }

  .ls-container .button .fusion-button-text-right,
  .ls-container .fusion-button .fusion-button-text-right,
  .rev_slider .button .fusion-button-text-right,
  .rev_slider .fusion-button .fusion-button-text-right {
    display: inline-block;
    padding-right: 25px
  }

  .ls-container .button .button-icon-divider-left,
  .ls-container .fusion-button .button-icon-divider-left,
  .rev_slider .button .button-icon-divider-left,
  .rev_slider .fusion-button .button-icon-divider-left {
    padding: 0 10px
  }

  .ls-container .button .button-icon-divider-left.fusion-megamenu-image,
  .ls-container .fusion-button .button-icon-divider-left.fusion-megamenu-image,
  .rev_slider .button .button-icon-divider-left.fusion-megamenu-image,
  .rev_slider .fusion-button .button-icon-divider-left.fusion-megamenu-image {
    padding: 0 5px
  }

  .ls-container .button .button-icon-divider-right,
  .ls-container .fusion-button .button-icon-divider-right,
  .rev_slider .button .button-icon-divider-right,
  .rev_slider .fusion-button .button-icon-divider-right {
    padding: 0 10px
  }

  .ls-container .button .button-icon-divider-right.fusion-megamenu-image,
  .ls-container .fusion-button .button-icon-divider-right.fusion-megamenu-image,
  .rev_slider .button .button-icon-divider-right.fusion-megamenu-image,
  .rev_slider .fusion-button .button-icon-divider-right.fusion-megamenu-image {
    padding: 0 5px
  }

  .ls-container .button .button-icon-divider-left i,
  .ls-container .button .button-icon-divider-left img,
  .ls-container .button .button-icon-divider-right i,
  .ls-container .button .button-icon-divider-right img,
  .ls-container .fusion-button .button-icon-divider-left i,
  .ls-container .fusion-button .button-icon-divider-left img,
  .ls-container .fusion-button .button-icon-divider-right i,
  .ls-container .fusion-button .button-icon-divider-right img,
  .rev_slider .button .button-icon-divider-left i,
  .rev_slider .button .button-icon-divider-left img,
  .rev_slider .button .button-icon-divider-right i,
  .rev_slider .button .button-icon-divider-right img,
  .rev_slider .fusion-button .button-icon-divider-left i,
  .rev_slider .fusion-button .button-icon-divider-left img,
  .rev_slider .fusion-button .button-icon-divider-right i,
  .rev_slider .fusion-button .button-icon-divider-right img {
    top: 50%;
    transform: translateY(-50%);
    display: block
  }

  .ls-container .button.button-3d:active,
  .ls-container .fusion-button.button-3d:active,
  .rev_slider .button.button-3d:active,
  .rev_slider .fusion-button.button-3d:active {
    top: 2px !important
  }

  .ls-container .button span,
  .ls-container .fusion-button span,
  .rev_slider .button span,
  .rev_slider .fusion-button span {
    font-size: 10px !important
  }
}

@media only screen and (max-width:640px) {

  .ls-container .button,
  .ls-container .fusion-button,
  .rev_slider .button,
  .rev_slider .fusion-button {
    padding: 0 20px;
    line-height: 20px;
    font-size: 10px;
    font-size: 10px !important;
    line-height: 20px !important;
    padding: 0 10px !important
  }

  .ls-container .button .fusion-button-text-left,
  .ls-container .fusion-button .fusion-button-text-left,
  .rev_slider .button .fusion-button-text-left,
  .rev_slider .fusion-button .fusion-button-text-left {
    display: inline-block;
    padding-left: 25px
  }

  .ls-container .button .fusion-button-text-right,
  .ls-container .fusion-button .fusion-button-text-right,
  .rev_slider .button .fusion-button-text-right,
  .rev_slider .fusion-button .fusion-button-text-right {
    display: inline-block;
    padding-right: 25px
  }

  .ls-container .button .button-icon-divider-left,
  .ls-container .fusion-button .button-icon-divider-left,
  .rev_slider .button .button-icon-divider-left,
  .rev_slider .fusion-button .button-icon-divider-left {
    padding: 0 11px
  }

  .ls-container .button .button-icon-divider-left.fusion-megamenu-image,
  .ls-container .fusion-button .button-icon-divider-left.fusion-megamenu-image,
  .rev_slider .button .button-icon-divider-left.fusion-megamenu-image,
  .rev_slider .fusion-button .button-icon-divider-left.fusion-megamenu-image {
    padding: 0 5.5px
  }

  .ls-container .button .button-icon-divider-right,
  .ls-container .fusion-button .button-icon-divider-right,
  .rev_slider .button .button-icon-divider-right,
  .rev_slider .fusion-button .button-icon-divider-right {
    padding: 0 11px
  }

  .ls-container .button .button-icon-divider-right.fusion-megamenu-image,
  .ls-container .fusion-button .button-icon-divider-right.fusion-megamenu-image,
  .rev_slider .button .button-icon-divider-right.fusion-megamenu-image,
  .rev_slider .fusion-button .button-icon-divider-right.fusion-megamenu-image {
    padding: 0 5.5px
  }

  .ls-container .button .button-icon-divider-left i,
  .ls-container .button .button-icon-divider-left img,
  .ls-container .button .button-icon-divider-right i,
  .ls-container .button .button-icon-divider-right img,
  .ls-container .fusion-button .button-icon-divider-left i,
  .ls-container .fusion-button .button-icon-divider-left img,
  .ls-container .fusion-button .button-icon-divider-right i,
  .ls-container .fusion-button .button-icon-divider-right img,
  .rev_slider .button .button-icon-divider-left i,
  .rev_slider .button .button-icon-divider-left img,
  .rev_slider .button .button-icon-divider-right i,
  .rev_slider .button .button-icon-divider-right img,
  .rev_slider .fusion-button .button-icon-divider-left i,
  .rev_slider .fusion-button .button-icon-divider-left img,
  .rev_slider .fusion-button .button-icon-divider-right i,
  .rev_slider .fusion-button .button-icon-divider-right img {
    top: 50%;
    transform: translateY(-50%);
    display: block
  }

  .ls-container .button.button-3d:active,
  .ls-container .fusion-button.button-3d:active,
  .rev_slider .button.button-3d:active,
  .rev_slider .fusion-button.button-3d:active {
    top: 2px !important
  }

  .ls-container .button span,
  .ls-container .fusion-button span,
  .rev_slider .button span,
  .rev_slider .fusion-button span {
    font-size: 10px !important
  }
}

.button.green,
.fusion-button.button-green,
.fusion-button.button-green.wpcf7-submit {
  background: #d1e990;
  background-image: linear-gradient(to top, #aad75d, #d1e990);
  border: 1px solid #9dba60;
  color: #54770f
}

.button.green .button-icon-divider-left,
.button.green .button-icon-divider-right,
.fusion-button.button-green .button-icon-divider-left,
.fusion-button.button-green .button-icon-divider-right,
.fusion-button.button-green.wpcf7-submit .button-icon-divider-left,
.fusion-button.button-green.wpcf7-submit .button-icon-divider-right {
  border-color: #9dba60
}

.button.green:active,
.button.green:focus,
.button.green:hover,
.fusion-button.button-green.wpcf7-submit:active,
.fusion-button.button-green.wpcf7-submit:focus,
.fusion-button.button-green.wpcf7-submit:hover,
.fusion-button.button-green:active,
.fusion-button.button-green:focus,
.fusion-button.button-green:hover {
  background: #aad75d;
  background-image: linear-gradient(to top, #d1e990, #aad75d);
  border: 1px solid #9dba60;
  color: #54770f
}

.button.green:active .button-icon-divider-left,
.button.green:active .button-icon-divider-right,
.button.green:focus .button-icon-divider-left,
.button.green:focus .button-icon-divider-right,
.button.green:hover .button-icon-divider-left,
.button.green:hover .button-icon-divider-right,
.fusion-button.button-green.wpcf7-submit:active .button-icon-divider-left,
.fusion-button.button-green.wpcf7-submit:active .button-icon-divider-right,
.fusion-button.button-green.wpcf7-submit:focus .button-icon-divider-left,
.fusion-button.button-green.wpcf7-submit:focus .button-icon-divider-right,
.fusion-button.button-green.wpcf7-submit:hover .button-icon-divider-left,
.fusion-button.button-green.wpcf7-submit:hover .button-icon-divider-right,
.fusion-button.button-green:active .button-icon-divider-left,
.fusion-button.button-green:active .button-icon-divider-right,
.fusion-button.button-green:focus .button-icon-divider-left,
.fusion-button.button-green:focus .button-icon-divider-right,
.fusion-button.button-green:hover .button-icon-divider-left,
.fusion-button.button-green:hover .button-icon-divider-right {
  border-color: #9dba60
}

.button.green.button-3d,
.fusion-button.button-green.button-3d,
.fusion-button.button-green.wpcf7-submit.button-3d {
  box-shadow: inset 0 1px 0 #fff, 0 .15em 0 #54770f, .1em .2em .2em .15em rgba(0, 0, 0, .3)
}

.button.green.button-3d:active,
.fusion-button.button-green.button-3d:active,
.fusion-button.button-green.wpcf7-submit.button-3d:active {
  box-shadow: inset 0 1px 0 #fff, 0 1px 0 #54770f, .05em .1em .1em .07em rgba(0, 0, 0, .3)
}

.button.darkgreen,
.fusion-button.button-darkgreen,
.fusion-button.button-darkgreen.wpcf7-submit {
  background: #d0e0a5;
  background-image: linear-gradient(to top, #a8c76a, #d0e0a5);
  border: 1px solid #9dba60;
  color: #54770f
}

.button.darkgreen .button-icon-divider-left,
.button.darkgreen .button-icon-divider-right,
.fusion-button.button-darkgreen .button-icon-divider-left,
.fusion-button.button-darkgreen .button-icon-divider-right,
.fusion-button.button-darkgreen.wpcf7-submit .button-icon-divider-left,
.fusion-button.button-darkgreen.wpcf7-submit .button-icon-divider-right {
  border-color: #9dba60
}

.button.darkgreen:active,
.button.darkgreen:focus,
.button.darkgreen:hover,
.fusion-button.button-darkgreen.wpcf7-submit:active,
.fusion-button.button-darkgreen.wpcf7-submit:focus,
.fusion-button.button-darkgreen.wpcf7-submit:hover,
.fusion-button.button-darkgreen:active,
.fusion-button.button-darkgreen:focus,
.fusion-button.button-darkgreen:hover {
  background: #a8c76a;
  background-image: linear-gradient(to top, #d0e0a5, #a8c76a);
  border: 1px solid #9dba60;
  color: #54770f
}

.button.darkgreen:active .button-icon-divider-left,
.button.darkgreen:active .button-icon-divider-right,
.button.darkgreen:focus .button-icon-divider-left,
.button.darkgreen:focus .button-icon-divider-right,
.button.darkgreen:hover .button-icon-divider-left,
.button.darkgreen:hover .button-icon-divider-right,
.fusion-button.button-darkgreen.wpcf7-submit:active .button-icon-divider-left,
.fusion-button.button-darkgreen.wpcf7-submit:active .button-icon-divider-right,
.fusion-button.button-darkgreen.wpcf7-submit:focus .button-icon-divider-left,
.fusion-button.button-darkgreen.wpcf7-submit:focus .button-icon-divider-right,
.fusion-button.button-darkgreen.wpcf7-submit:hover .button-icon-divider-left,
.fusion-button.button-darkgreen.wpcf7-submit:hover .button-icon-divider-right,
.fusion-button.button-darkgreen:active .button-icon-divider-left,
.fusion-button.button-darkgreen:active .button-icon-divider-right,
.fusion-button.button-darkgreen:focus .button-icon-divider-left,
.fusion-button.button-darkgreen:focus .button-icon-divider-right,
.fusion-button.button-darkgreen:hover .button-icon-divider-left,
.fusion-button.button-darkgreen:hover .button-icon-divider-right {
  border-color: #9dba60
}

.button.darkgreen.button-3d,
.fusion-button.button-darkgreen.button-3d,
.fusion-button.button-darkgreen.wpcf7-submit.button-3d {
  box-shadow: inset 0 1px 0 #fff, 0 .15em 0 #54770f, .1em .2em .2em .15em rgba(0, 0, 0, .3)
}

.button.darkgreen.button-3d:active,
.fusion-button.button-darkgreen.button-3d:active,
.fusion-button.button-darkgreen.wpcf7-submit.button-3d:active {
  box-shadow: inset 0 1px 0 #fff, 0 1px 0 #54770f, .05em .1em .1em .07em rgba(0, 0, 0, .3)
}

.button.orange,
.fusion-button.button-orange,
.fusion-button.button-orange.wpcf7-submit {
  background: #fbdc86;
  background-image: linear-gradient(to top, #f8bf56, #fbdc86);
  border: 1px solid #c0830b;
  color: #c0830b
}

.button.orange .button-icon-divider-left,
.button.orange .button-icon-divider-right,
.fusion-button.button-orange .button-icon-divider-left,
.fusion-button.button-orange .button-icon-divider-right,
.fusion-button.button-orange.wpcf7-submit .button-icon-divider-left,
.fusion-button.button-orange.wpcf7-submit .button-icon-divider-right {
  border-color: #c0830b
}

.button.orange:active,
.button.orange:focus,
.button.orange:hover,
.fusion-button.button-orange.wpcf7-submit:active,
.fusion-button.button-orange.wpcf7-submit:focus,
.fusion-button.button-orange.wpcf7-submit:hover,
.fusion-button.button-orange:active,
.fusion-button.button-orange:focus,
.fusion-button.button-orange:hover {
  background: #f8bf56;
  background-image: linear-gradient(to top, #fbdc86, #f8bf56);
  border: 1px solid #c0830b;
  color: #c0830b
}

.button.orange:active .button-icon-divider-left,
.button.orange:active .button-icon-divider-right,
.button.orange:focus .button-icon-divider-left,
.button.orange:focus .button-icon-divider-right,
.button.orange:hover .button-icon-divider-left,
.button.orange:hover .button-icon-divider-right,
.fusion-button.button-orange.wpcf7-submit:active .button-icon-divider-left,
.fusion-button.button-orange.wpcf7-submit:active .button-icon-divider-right,
.fusion-button.button-orange.wpcf7-submit:focus .button-icon-divider-left,
.fusion-button.button-orange.wpcf7-submit:focus .button-icon-divider-right,
.fusion-button.button-orange.wpcf7-submit:hover .button-icon-divider-left,
.fusion-button.button-orange.wpcf7-submit:hover .button-icon-divider-right,
.fusion-button.button-orange:active .button-icon-divider-left,
.fusion-button.button-orange:active .button-icon-divider-right,
.fusion-button.button-orange:focus .button-icon-divider-left,
.fusion-button.button-orange:focus .button-icon-divider-right,
.fusion-button.button-orange:hover .button-icon-divider-left,
.fusion-button.button-orange:hover .button-icon-divider-right {
  border-color: #c0830b
}

.button.orange.button-3d,
.fusion-button.button-orange.button-3d,
.fusion-button.button-orange.wpcf7-submit.button-3d {
  box-shadow: inset 0 1px 0 #fff, 0 .15em 0 #c0830b, .1em .2em .2em .15em rgba(0, 0, 0, .3)
}

.button.orange.button-3d:active,
.fusion-button.button-orange.button-3d:active,
.fusion-button.button-orange.wpcf7-submit.button-3d:active {
  box-shadow: inset 0 1px 0 #fff, 0 1px 0 #c0830b, .05em .1em .1em .07em rgba(0, 0, 0, .3)
}

.button.blue,
.fusion-button.button-blue,
.fusion-button.button-blue.wpcf7-submit {
  background: #b5e0f7;
  background-image: linear-gradient(to top, #76c7f1, #b5e0f7);
  border: 1px solid #1172c1;
  color: #1172c1
}

.button.blue .button-icon-divider-left,
.button.blue .button-icon-divider-right,
.fusion-button.button-blue .button-icon-divider-left,
.fusion-button.button-blue .button-icon-divider-right,
.fusion-button.button-blue.wpcf7-submit .button-icon-divider-left,
.fusion-button.button-blue.wpcf7-submit .button-icon-divider-right {
  border-color: #1172c1
}

.button.blue:active,
.button.blue:focus,
.button.blue:hover,
.fusion-button.button-blue.wpcf7-submit:active,
.fusion-button.button-blue.wpcf7-submit:focus,
.fusion-button.button-blue.wpcf7-submit:hover,
.fusion-button.button-blue:active,
.fusion-button.button-blue:focus,
.fusion-button.button-blue:hover {
  background: #76c7f1;
  background-image: linear-gradient(to top, #b5e0f7, #76c7f1);
  border: 1px solid #1172c1;
  color: #1172c1
}

.button.blue:active .button-icon-divider-left,
.button.blue:active .button-icon-divider-right,
.button.blue:focus .button-icon-divider-left,
.button.blue:focus .button-icon-divider-right,
.button.blue:hover .button-icon-divider-left,
.button.blue:hover .button-icon-divider-right,
.fusion-button.button-blue.wpcf7-submit:active .button-icon-divider-left,
.fusion-button.button-blue.wpcf7-submit:active .button-icon-divider-right,
.fusion-button.button-blue.wpcf7-submit:focus .button-icon-divider-left,
.fusion-button.button-blue.wpcf7-submit:focus .button-icon-divider-right,
.fusion-button.button-blue.wpcf7-submit:hover .button-icon-divider-left,
.fusion-button.button-blue.wpcf7-submit:hover .button-icon-divider-right,
.fusion-button.button-blue:active .button-icon-divider-left,
.fusion-button.button-blue:active .button-icon-divider-right,
.fusion-button.button-blue:focus .button-icon-divider-left,
.fusion-button.button-blue:focus .button-icon-divider-right,
.fusion-button.button-blue:hover .button-icon-divider-left,
.fusion-button.button-blue:hover .button-icon-divider-right {
  border-color: #1172c1
}

.button.blue.button-3d,
.fusion-button.button-blue.button-3d,
.fusion-button.button-blue.wpcf7-submit.button-3d {
  box-shadow: inset 0 1px 0 #fff, 0 .15em 0 #1172c1, .1em .2em .2em .15em rgba(0, 0, 0, .3)
}

.button.blue.button-3d:active,
.fusion-button.button-blue.button-3d:active,
.fusion-button.button-blue.wpcf7-submit.button-3d:active {
  box-shadow: inset 0 1px 0 #fff, 0 1px 0 #1172c1, .05em .1em .1em .07em rgba(0, 0, 0, .3)
}

.button.darkblue,
.fusion-button.button.button-darkblue,
.fusion-button.button.button-darkblue.wpcf7-submit {
  background: #428bca;
  background-image: linear-gradient(to top, #2a6496, #428bca);
  border: 1px solid #072c5e;
  color: #072c5e
}

.button.darkblue .button-icon-divider-left,
.button.darkblue .button-icon-divider-right,
.fusion-button.button.button-darkblue .button-icon-divider-left,
.fusion-button.button.button-darkblue .button-icon-divider-right,
.fusion-button.button.button-darkblue.wpcf7-submit .button-icon-divider-left,
.fusion-button.button.button-darkblue.wpcf7-submit .button-icon-divider-right {
  border-color: #072c5e
}

.button.darkblue:active,
.button.darkblue:focus,
.button.darkblue:hover,
.fusion-button.button.button-darkblue.wpcf7-submit:active,
.fusion-button.button.button-darkblue.wpcf7-submit:focus,
.fusion-button.button.button-darkblue.wpcf7-submit:hover,
.fusion-button.button.button-darkblue:active,
.fusion-button.button.button-darkblue:focus,
.fusion-button.button.button-darkblue:hover {
  background: #2a6496;
  background-image: linear-gradient(to top, #428bca, #2a6496);
  border: 1px solid #072c5e;
  color: #072c5e
}

.button.darkblue:active .button-icon-divider-left,
.button.darkblue:active .button-icon-divider-right,
.button.darkblue:focus .button-icon-divider-left,
.button.darkblue:focus .button-icon-divider-right,
.button.darkblue:hover .button-icon-divider-left,
.button.darkblue:hover .button-icon-divider-right,
.fusion-button.button.button-darkblue.wpcf7-submit:active .button-icon-divider-left,
.fusion-button.button.button-darkblue.wpcf7-submit:active .button-icon-divider-right,
.fusion-button.button.button-darkblue.wpcf7-submit:focus .button-icon-divider-left,
.fusion-button.button.button-darkblue.wpcf7-submit:focus .button-icon-divider-right,
.fusion-button.button.button-darkblue.wpcf7-submit:hover .button-icon-divider-left,
.fusion-button.button.button-darkblue.wpcf7-submit:hover .button-icon-divider-right,
.fusion-button.button.button-darkblue:active .button-icon-divider-left,
.fusion-button.button.button-darkblue:active .button-icon-divider-right,
.fusion-button.button.button-darkblue:focus .button-icon-divider-left,
.fusion-button.button.button-darkblue:focus .button-icon-divider-right,
.fusion-button.button.button-darkblue:hover .button-icon-divider-left,
.fusion-button.button.button-darkblue:hover .button-icon-divider-right {
  border-color: #072c5e
}

.button.darkblue.button-3d,
.fusion-button.button.button-darkblue.button-3d,
.fusion-button.button.button-darkblue.wpcf7-submit.button-3d {
  box-shadow: inset 0 1px 0 #fff, 0 .15em 0 #072c5e, .1em .2em .2em .15em rgba(0, 0, 0, .3)
}

.button.darkblue.button-3d:active,
.fusion-button.button.button-darkblue.button-3d:active,
.fusion-button.button.button-darkblue.wpcf7-submit.button-3d:active {
  box-shadow: inset 0 1px 0 #fff, 0 1px 0 #072c5e, .05em .1em .1em .07em rgba(0, 0, 0, .3)
}

.button.red,
.fusion-button.button-red,
.fusion-button.button-red.wpcf7-submit {
  background: #fd9c9c;
  background-image: linear-gradient(to top, #fc7d7d, #fd9c9c);
  border: 1px solid #9d1111;
  color: #9d1111
}

.button.red .button-icon-divider-left,
.button.red .button-icon-divider-right,
.fusion-button.button-red .button-icon-divider-left,
.fusion-button.button-red .button-icon-divider-right,
.fusion-button.button-red.wpcf7-submit .button-icon-divider-left,
.fusion-button.button-red.wpcf7-submit .button-icon-divider-right {
  border-color: #9d1111
}

.button.red:active,
.button.red:focus,
.button.red:hover,
.fusion-button.button-red.wpcf7-submit:active,
.fusion-button.button-red.wpcf7-submit:focus,
.fusion-button.button-red.wpcf7-submit:hover,
.fusion-button.button-red:active,
.fusion-button.button-red:focus,
.fusion-button.button-red:hover {
  background: #fc7d7d;
  background-image: linear-gradient(to top, #fd9c9c, #fc7d7d);
  border: 1px solid #9d1111;
  color: #9d1111
}

.button.red:active .button-icon-divider-left,
.button.red:active .button-icon-divider-right,
.button.red:focus .button-icon-divider-left,
.button.red:focus .button-icon-divider-right,
.button.red:hover .button-icon-divider-left,
.button.red:hover .button-icon-divider-right,
.fusion-button.button-red.wpcf7-submit:active .button-icon-divider-left,
.fusion-button.button-red.wpcf7-submit:active .button-icon-divider-right,
.fusion-button.button-red.wpcf7-submit:focus .button-icon-divider-left,
.fusion-button.button-red.wpcf7-submit:focus .button-icon-divider-right,
.fusion-button.button-red.wpcf7-submit:hover .button-icon-divider-left,
.fusion-button.button-red.wpcf7-submit:hover .button-icon-divider-right,
.fusion-button.button-red:active .button-icon-divider-left,
.fusion-button.button-red:active .button-icon-divider-right,
.fusion-button.button-red:focus .button-icon-divider-left,
.fusion-button.button-red:focus .button-icon-divider-right,
.fusion-button.button-red:hover .button-icon-divider-left,
.fusion-button.button-red:hover .button-icon-divider-right {
  border-color: #9d1111
}

.button.red.button-3d,
.fusion-button.button-red.button-3d,
.fusion-button.button-red.wpcf7-submit.button-3d {
  box-shadow: inset 0 1px 0 #fff, 0 .15em 0 #9d1111, .1em .2em .2em .15em rgba(0, 0, 0, .3)
}

.button.red.button-3d:active,
.fusion-button.button-red.button-3d:active,
.fusion-button.button-red.wpcf7-submit.button-3d:active {
  box-shadow: inset 0 1px 0 #fff, 0 1px 0 #9d1111, .05em .1em .1em .07em rgba(0, 0, 0, .3)
}

.button.darkred,
.fusion-button.button-darkred,
.fusion-button.button-darkred.wpcf7-submit {
  background: #fe2020;
  background-image: linear-gradient(to top, #b01818, #fe2020);
  border: 1px solid #690e0e;
  color: #690e0e
}

.button.darkred .button-icon-divider-left,
.button.darkred .button-icon-divider-right,
.fusion-button.button-darkred .button-icon-divider-left,
.fusion-button.button-darkred .button-icon-divider-right,
.fusion-button.button-darkred.wpcf7-submit .button-icon-divider-left,
.fusion-button.button-darkred.wpcf7-submit .button-icon-divider-right {
  border-color: #690e0e
}

.button.darkred:active,
.button.darkred:focus,
.button.darkred:hover,
.fusion-button.button-darkred.wpcf7-submit:active,
.fusion-button.button-darkred.wpcf7-submit:focus,
.fusion-button.button-darkred.wpcf7-submit:hover,
.fusion-button.button-darkred:active,
.fusion-button.button-darkred:focus,
.fusion-button.button-darkred:hover {
  background: #b01818;
  background-image: linear-gradient(to top, #fe2020, #b01818);
  border: 1px solid #690e0e;
  color: #690e0e
}

.button.darkred:active .button-icon-divider-left,
.button.darkred:active .button-icon-divider-right,
.button.darkred:focus .button-icon-divider-left,
.button.darkred:focus .button-icon-divider-right,
.button.darkred:hover .button-icon-divider-left,
.button.darkred:hover .button-icon-divider-right,
.fusion-button.button-darkred.wpcf7-submit:active .button-icon-divider-left,
.fusion-button.button-darkred.wpcf7-submit:active .button-icon-divider-right,
.fusion-button.button-darkred.wpcf7-submit:focus .button-icon-divider-left,
.fusion-button.button-darkred.wpcf7-submit:focus .button-icon-divider-right,
.fusion-button.button-darkred.wpcf7-submit:hover .button-icon-divider-left,
.fusion-button.button-darkred.wpcf7-submit:hover .button-icon-divider-right,
.fusion-button.button-darkred:active .button-icon-divider-left,
.fusion-button.button-darkred:active .button-icon-divider-right,
.fusion-button.button-darkred:focus .button-icon-divider-left,
.fusion-button.button-darkred:focus .button-icon-divider-right,
.fusion-button.button-darkred:hover .button-icon-divider-left,
.fusion-button.button-darkred:hover .button-icon-divider-right {
  border-color: #690e0e
}

.button.darkred.button-3d,
.fusion-button.button-darkred.button-3d,
.fusion-button.button-darkred.wpcf7-submit.button-3d {
  box-shadow: inset 0 1px 0 #fff, 0 .15em 0 #690e0e, .1em .2em .2em .15em rgba(0, 0, 0, .3)
}

.button.darkred.button-3d:active,
.fusion-button.button-darkred.button-3d:active,
.fusion-button.button-darkred.wpcf7-submit.button-3d:active {
  box-shadow: inset 0 1px 0 #fff, 0 1px 0 #690e0e, .05em .1em .1em .07em rgba(0, 0, 0, .3)
}

.button.pink,
.fusion-button.button-pink,
.fusion-button.button-pink.wpcf7-submit {
  background: #fda1d5;
  background-image: linear-gradient(to top, #fc84c8, #fda1d5);
  border: 1px solid #a31366;
  color: #a31366
}

.button.pink .button-icon-divider-left,
.button.pink .button-icon-divider-right,
.fusion-button.button-pink .button-icon-divider-left,
.fusion-button.button-pink .button-icon-divider-right,
.fusion-button.button-pink.wpcf7-submit .button-icon-divider-left,
.fusion-button.button-pink.wpcf7-submit .button-icon-divider-right {
  border-color: #a31366
}

.button.pink:active,
.button.pink:focus,
.button.pink:hover,
.fusion-button.button-pink.wpcf7-submit:active,
.fusion-button.button-pink.wpcf7-submit:focus,
.fusion-button.button-pink.wpcf7-submit:hover,
.fusion-button.button-pink:active,
.fusion-button.button-pink:focus,
.fusion-button.button-pink:hover {
  background: #fc84c8;
  background-image: linear-gradient(to top, #fda1d5, #fc84c8);
  border: 1px solid #a31366;
  color: #a31366
}

.button.pink:active .button-icon-divider-left,
.button.pink:active .button-icon-divider-right,
.button.pink:focus .button-icon-divider-left,
.button.pink:focus .button-icon-divider-right,
.button.pink:hover .button-icon-divider-left,
.button.pink:hover .button-icon-divider-right,
.fusion-button.button-pink.wpcf7-submit:active .button-icon-divider-left,
.fusion-button.button-pink.wpcf7-submit:active .button-icon-divider-right,
.fusion-button.button-pink.wpcf7-submit:focus .button-icon-divider-left,
.fusion-button.button-pink.wpcf7-submit:focus .button-icon-divider-right,
.fusion-button.button-pink.wpcf7-submit:hover .button-icon-divider-left,
.fusion-button.button-pink.wpcf7-submit:hover .button-icon-divider-right,
.fusion-button.button-pink:active .button-icon-divider-left,
.fusion-button.button-pink:active .button-icon-divider-right,
.fusion-button.button-pink:focus .button-icon-divider-left,
.fusion-button.button-pink:focus .button-icon-divider-right,
.fusion-button.button-pink:hover .button-icon-divider-left,
.fusion-button.button-pink:hover .button-icon-divider-right {
  border-color: #a31366
}

.button.pink.button-3d,
.fusion-button.button-pink.button-3d,
.fusion-button.button-pink.wpcf7-submit.button-3d {
  box-shadow: inset 0 1px 0 #fff, 0 .15em 0 #a31366, .1em .2em .2em .15em rgba(0, 0, 0, .3)
}

.button.pink.button-3d:active,
.fusion-button.button-pink.button-3d:active,
.fusion-button.button-pink.wpcf7-submit.button-3d:active {
  box-shadow: inset 0 1px 0 #fff, 0 1px 0 #a31366, .05em .1em .1em .07em rgba(0, 0, 0, .3)
}

.button.lightgray,
.fusion-button.button-lightgray,
.fusion-button.button-lightgray.wpcf7-submit {
  background: #fbfbfb;
  background-image: linear-gradient(to top, #f0f0f0, #fbfbfb);
  border: 1px solid #ababab;
  color: #ababab
}

.button.lightgray .button-icon-divider-left,
.button.lightgray .button-icon-divider-right,
.fusion-button.button-lightgray .button-icon-divider-left,
.fusion-button.button-lightgray .button-icon-divider-right,
.fusion-button.button-lightgray.wpcf7-submit .button-icon-divider-left,
.fusion-button.button-lightgray.wpcf7-submit .button-icon-divider-right {
  border-color: #ababab
}

.button.lightgray:active,
.button.lightgray:focus,
.button.lightgray:hover,
.fusion-button.button-lightgray.wpcf7-submit:active,
.fusion-button.button-lightgray.wpcf7-submit:focus,
.fusion-button.button-lightgray.wpcf7-submit:hover,
.fusion-button.button-lightgray:active,
.fusion-button.button-lightgray:focus,
.fusion-button.button-lightgray:hover {
  background: #f0f0f0;
  background-image: linear-gradient(to top, #fbfbfb, #f0f0f0);
  border: 1px solid #ababab;
  color: #ababab
}

.button.lightgray:active .button-icon-divider-left,
.button.lightgray:active .button-icon-divider-right,
.button.lightgray:focus .button-icon-divider-left,
.button.lightgray:focus .button-icon-divider-right,
.button.lightgray:hover .button-icon-divider-left,
.button.lightgray:hover .button-icon-divider-right,
.fusion-button.button-lightgray.wpcf7-submit:active .button-icon-divider-left,
.fusion-button.button-lightgray.wpcf7-submit:active .button-icon-divider-right,
.fusion-button.button-lightgray.wpcf7-submit:focus .button-icon-divider-left,
.fusion-button.button-lightgray.wpcf7-submit:focus .button-icon-divider-right,
.fusion-button.button-lightgray.wpcf7-submit:hover .button-icon-divider-left,
.fusion-button.button-lightgray.wpcf7-submit:hover .button-icon-divider-right,
.fusion-button.button-lightgray:active .button-icon-divider-left,
.fusion-button.button-lightgray:active .button-icon-divider-right,
.fusion-button.button-lightgray:focus .button-icon-divider-left,
.fusion-button.button-lightgray:focus .button-icon-divider-right,
.fusion-button.button-lightgray:hover .button-icon-divider-left,
.fusion-button.button-lightgray:hover .button-icon-divider-right {
  border-color: #ababab
}

.button.lightgray.button-3d,
.fusion-button.button-lightgray.button-3d,
.fusion-button.button-lightgray.wpcf7-submit.button-3d {
  box-shadow: inset 0 1px 0 #fff, 0 .15em 0 #ababab, .1em .2em .2em .15em rgba(0, 0, 0, .3)
}

.button.lightgray.button-3d:active,
.fusion-button.button-lightgray.button-3d:active,
.fusion-button.button-lightgray.wpcf7-submit.button-3d:active {
  box-shadow: inset 0 1px 0 #fff, 0 1px 0 #ababab, .05em .1em .1em .07em rgba(0, 0, 0, .3)
}

.button.darkgray,
.fusion-button.button-darkgray,
.fusion-button.button-darkgray.wpcf7-submit {
  background: silver;
  background-image: linear-gradient(to top, #9e9e9e, silver);
  border: 1px solid #434c50;
  color: #434c50
}

.button.darkgray .button-icon-divider-left,
.button.darkgray .button-icon-divider-right,
.fusion-button.button-darkgray .button-icon-divider-left,
.fusion-button.button-darkgray .button-icon-divider-right,
.fusion-button.button-darkgray.wpcf7-submit .button-icon-divider-left,
.fusion-button.button-darkgray.wpcf7-submit .button-icon-divider-right {
  border-color: #434c50
}

.button.darkgray:active,
.button.darkgray:focus,
.button.darkgray:hover,
.fusion-button.button-darkgray.wpcf7-submit:active,
.fusion-button.button-darkgray.wpcf7-submit:focus,
.fusion-button.button-darkgray.wpcf7-submit:hover,
.fusion-button.button-darkgray:active,
.fusion-button.button-darkgray:focus,
.fusion-button.button-darkgray:hover {
  background: #9e9e9e;
  background-image: linear-gradient(to top, silver, #9e9e9e);
  border: 1px solid #434c50;
  color: #434c50
}

.button.darkgray:active .button-icon-divider-left,
.button.darkgray:active .button-icon-divider-right,
.button.darkgray:focus .button-icon-divider-left,
.button.darkgray:focus .button-icon-divider-right,
.button.darkgray:hover .button-icon-divider-left,
.button.darkgray:hover .button-icon-divider-right,
.fusion-button.button-darkgray.wpcf7-submit:active .button-icon-divider-left,
.fusion-button.button-darkgray.wpcf7-submit:active .button-icon-divider-right,
.fusion-button.button-darkgray.wpcf7-submit:focus .button-icon-divider-left,
.fusion-button.button-darkgray.wpcf7-submit:focus .button-icon-divider-right,
.fusion-button.button-darkgray.wpcf7-submit:hover .button-icon-divider-left,
.fusion-button.button-darkgray.wpcf7-submit:hover .button-icon-divider-right,
.fusion-button.button-darkgray:active .button-icon-divider-left,
.fusion-button.button-darkgray:active .button-icon-divider-right,
.fusion-button.button-darkgray:focus .button-icon-divider-left,
.fusion-button.button-darkgray:focus .button-icon-divider-right,
.fusion-button.button-darkgray:hover .button-icon-divider-left,
.fusion-button.button-darkgray:hover .button-icon-divider-right {
  border-color: #434c50
}

.button.darkgray.button-3d,
.fusion-button.button-darkgray.button-3d,
.fusion-button.button-darkgray.wpcf7-submit.button-3d {
  box-shadow: inset 0 1px 0 #fff, 0 .15em 0 #434c50, .1em .2em .2em .15em rgba(0, 0, 0, .3)
}

.button.darkgray.button-3d:active,
.fusion-button.button-darkgray.button-3d:active,
.fusion-button.button-darkgray.wpcf7-submit.button-3d:active {
  box-shadow: inset 0 1px 0 #fff, 0 1px 0 #434c50, .05em .1em .1em .07em rgba(0, 0, 0, .3)
}

.fusion-chart.legend-bottom .fusion-chart-inner,
.fusion-chart.legend-left .fusion-chart-inner,
.fusion-chart.legend-right .fusion-chart-inner,
.fusion-chart.legend-top .fusion-chart-inner {
  display: flex;
  flex-direction: row
}

.fusion-chart.legend-bottom .fusion-chart-inner,
.fusion-chart.legend-top .fusion-chart-inner {
  flex-direction: column
}

.fusion-chart.legend-bottom .fusion-chart-legend-wrap,
.fusion-chart.legend-top .fusion-chart-legend-wrap {
  width: 100%;
  text-align: center
}

.fusion-chart.legend-top .fusion-chart-legend-wrap {
  padding-bottom: 20px;
  order: 1
}

.fusion-chart.legend-top .fusion-chart-wrap {
  order: 2
}

.fusion-chart.legend-bottom .fusion-chart-legend-wrap {
  padding-top: 20px;
  order: 2
}

.fusion-chart.legend-bottom .fusion-chart-wrap {
  order: 1
}

.fusion-chart.legend-left .fusion-chart-inner .fusion-chart-wrap,
.fusion-chart.legend-right .fusion-chart-inner .fusion-chart-wrap {
  flex: 15% 1 0
}

.fusion-chart.legend-left .fusion-chart-inner .fusion-chart-legend-wrap,
.fusion-chart.legend-right .fusion-chart-inner .fusion-chart-legend-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 15% 0 0
}

.fusion-chart.legend-left .fusion-chart-inner .fusion-chart-legend-wrap li,
.fusion-chart.legend-left .fusion-chart-inner .fusion-chart-legend-wrap span,
.fusion-chart.legend-right .fusion-chart-inner .fusion-chart-legend-wrap li,
.fusion-chart.legend-right .fusion-chart-inner .fusion-chart-legend-wrap span {
  display: block
}

.fusion-chart.legend-right .fusion-chart-legend-wrap {
  padding-left: 5px;
  order: 2
}

.fusion-chart.legend-right .fusion-chart-wrap {
  order: 1
}

.fusion-chart.legend-left .fusion-chart-legend-wrap {
  padding-right: 5px;
  order: 1
}

.fusion-chart.legend-left .fusion-chart-wrap {
  order: 2
}

.fusion-chart .fusion-chart-legend-wrap {
  -webkit-user-select: none;
  user-select: none;
  direction: ltr
}

.fusion-chart .fusion-chart-legend-wrap ul {
  margin: 0;
  padding: 0;
  list-style-type: none
}

.fusion-chart .fusion-chart-legend-wrap li {
  display: inline-block;
  margin: 0
}

.fusion-chart .fusion-chart-legend-wrap li span {
  position: relative;
  padding: 3px 12px;
  z-index: 2;
  color: #fff;
  display: inline-block;
  margin: 4px
}

.fusion-chart .fusion-chart-title {
  text-align: center
}

.fusion-checklist,
ul.fusion-checklist {
  list-style-type: none;
  padding: 0;
  margin: 10px 0 0
}

.fusion-checklist .fusion-li-item,
.fusion-checklist.fusion-404-checklist>li,
ul.fusion-checklist .fusion-li-item,
ul.fusion-checklist.fusion-404-checklist>li {
  padding-top: var(--checklist_item_padding-top, .35em);
  padding-right: var(--checklist_item_padding-right, 0);
  padding-bottom: var(--checklist_item_padding-bottom, .35em);
  padding-left: var(--checklist_item_padding-left, 0);
  margin-left: 0
}

.fusion-checklist .fusion-li-item:first-child,
.fusion-checklist.fusion-404-checklist>li:first-child,
ul.fusion-checklist .fusion-li-item:first-child,
ul.fusion-checklist.fusion-404-checklist>li:first-child {
  padding-top: 0
}

.fusion-checklist .fusion-li-item p:first-of-type,
.fusion-checklist.fusion-404-checklist>li p:first-of-type,
ul.fusion-checklist .fusion-li-item p:first-of-type,
ul.fusion-checklist.fusion-404-checklist>li p:first-of-type {
  margin-top: 0
}

.fusion-checklist .fusion-li-item p:last-of-type,
.fusion-checklist.fusion-404-checklist>li p:last-of-type,
ul.fusion-checklist .fusion-li-item p:last-of-type,
ul.fusion-checklist.fusion-404-checklist>li p:last-of-type {
  margin-bottom: 0
}

.fusion-checklist.fusion-checklist-divider .fusion-li-item,
.fusion-checklist.fusion-checklist-divider.fusion-404-checklist>li,
ul.fusion-checklist.fusion-checklist-divider .fusion-li-item,
ul.fusion-checklist.fusion-checklist-divider.fusion-404-checklist>li {
  padding-top: calc(var(--checklist_item_padding-top, .35em) * 2);
  padding-bottom: calc(var(--checklist_item_padding-bottom, .35em) * 2);
  border-bottom: 1px solid
}

.fusion-checklist .icon-wrapper,
ul.fusion-checklist .icon-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  float: left
}

.fusion-checklist .fusion-li-icon,
ul.fusion-checklist .fusion-li-icon {
  display: inline-block
}

.fusion-checklist .circle-yes,
ul.fusion-checklist .circle-yes {
  border-radius: 50%;
  background-clip: padding-box;
  background-color: #333;
  color: #fff;
  text-align: center
}

.fusion-content-boxes {
  margin-bottom: 60px
}

.fusion-content-boxes .col {
  position: relative
}

.fusion-content-boxes .fusion-column {
  margin-bottom: 20px;
  box-sizing: border-box
}

.fusion-content-boxes.fusion-columns-1 .fusion-column {
  margin-bottom: 40px
}

.fusion-content-boxes .link-area-box {
  cursor: pointer
}

.fusion-content-boxes .link-area-box .fusion-read-more,
.fusion-content-boxes .link-area-box .fusion-read-more-button {
  pointer-events: none
}

.fusion-content-boxes .icon .fontawesome-icon {
  margin-right: 0;
  margin-left: 0
}

.fusion-content-boxes .icon>span {
  display: inline-block
}

.fusion-content-boxes .icon * {
  box-sizing: border-box
}

.fusion-content-boxes .heading {
  overflow: hidden;
  margin-bottom: 15px
}

.fusion-content-boxes .heading .heading-link {
  text-decoration: none;
  box-shadow: none
}

.fusion-content-boxes .heading .heading-link:hover .content-box-heading {
  color: #65bc7b
}

.fusion-content-boxes .heading .heading-link:hover .fontawesome-icon {
  background-color: #65bc7b;
  border-color: #65bc7b
}

.fusion-content-boxes .heading .heading-link .icon {
  height: auto;
  width: auto;
  display: block
}

.fusion-content-boxes .heading .content-box-heading,
.fusion-content-boxes .heading .fontawesome-icon,
.fusion-content-boxes .heading a {
  transition: all .3s
}

.fusion-content-boxes .heading .content-box-heading {
  margin: 0;
  padding: 0
}

.fusion-content-boxes .heading img {
  float: none;
  margin: 0
}

.fusion-content-boxes .fontawesome-icon.circle-yes {
  margin-top: 0
}

.fusion-content-boxes .fusion-read-more:after,
.fusion-content-boxes .fusion-read-more:before {
  transition: all .3s
}

.fusion-content-boxes .fusion-read-more-button {
  margin-top: 18px
}

.fusion-content-boxes .link-type-button-bar .content-container {
  padding-bottom: 50px;
  position: relative
}

.fusion-content-boxes .link-type-button-bar .fusion-read-more {
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 5px 0;
  text-align: center
}

.fusion-content-boxes .link-type-button-bar .fusion-read-more:after {
  display: none
}

.fusion-content-boxes .content-container {
  margin-bottom: 20px
}

.fusion-content-boxes .content-container>p:last-child {
  margin-bottom: 0
}

.fusion-content-boxes .content-container .fusion-read-more {
  display: block;
  margin-top: 18px
}

.fusion-content-boxes .content-wrapper-background {
  padding: 35px
}

.fusion-content-boxes .content-box-shortcode-timeline {
  display: block;
  height: 1px;
  border-top-style: solid;
  border-top-width: 1px;
  position: absolute;
  top: 0;
  left: 50%;
  z-index: 1;
  margin-right: 10px
}

.fusion-content-boxes .content-box-shortcode-timeline-vertical {
  display: block;
  width: 1px;
  border-left-style: solid;
  border-left-width: 1px;
  position: absolute;
  top: 0;
  z-index: 1
}

.fusion-content-boxes.content-boxes .content-box-column-last .content-box-shortcode-timeline,
.fusion-content-boxes.content-boxes .content-box-column-last-in-row .content-box-shortcode-timeline {
  display: none
}

.fusion-content-boxes.content-boxes-clean-horizontal.content-boxes .content-box-column-last,
.fusion-content-boxes.content-boxes-clean-horizontal.content-boxes .content-box-column-last-in-row,
.fusion-content-boxes.content-boxes-clean-vertical.content-boxes .content-box-column-last,
.fusion-content-boxes.content-boxes-clean-vertical.content-boxes .content-box-column-last-in-row {
  border-right-width: 1px
}

.fusion-content-boxes.content-boxes-timeline-horizontal .content-box-column .icon,
.fusion-content-boxes.content-boxes-timeline-vertical .content-box-column .icon {
  opacity: 0
}

.fusion-content-boxes.content-boxes-timeline-horizontal .content-box-column.fusion-appear .icon {
  animation: fusionExpandAndShow 1s 1 cubic-bezier(.17, .67, .83, .67);
  opacity: 1;
  transform: scale(1)
}

.fusion-content-boxes.content-boxes-timeline-horizontal .content-box-column.fusion-appear .content-box-shortcode-timeline {
  animation: fusionExpandWidth 1s 1 cubic-bezier(.17, .67, .83, .67);
  width: 100%
}

.fusion-content-boxes.content-boxes-timeline-vertical .content-box-column.fusion-appear .icon {
  animation: fusionExpandAndShow 1s 1 cubic-bezier(.17, .67, .83, .67);
  opacity: 1;
  transform: scale(1)
}

.fusion-content-boxes.content-boxes-timeline-vertical .content-box-column.fusion-appear .content-box-shortcode-timeline-vertical {
  animation: fusionExpandHeight 1s 1 cubic-bezier(.17, .67, .83, .67);
  height: calc(100% + 40px)
}

.fusion-content-boxes.content-boxes-icon-with-title .heading-with-icon .icon,
.fusion-content-boxes.content-boxes-icon-with-title .heading-with-icon .image {
  display: table-cell;
  vertical-align: middle;
  float: none
}

.fusion-content-boxes.content-boxes-icon-with-title .heading-with-icon .content-box-heading {
  display: table-cell;
  vertical-align: middle;
  line-height: normal
}

.fusion-content-boxes.content-boxes-icon-with-title .heading-with-icon.icon-right .content-box-heading {
  float: none !important
}

.fusion-content-boxes.content-boxes-icon-with-title .heading-with-icon.icon-right i,
.fusion-content-boxes.content-boxes-icon-with-title .heading-with-icon.icon-right img {
  margin-right: 0;
  margin-left: 20px
}

.fusion-content-boxes.content-boxes-icon-on-side .heading {
  margin-bottom: 15px
}

.fusion-content-boxes.content-boxes-icon-on-side .heading-with-icon {
  position: relative;
  overflow: visible
}

.fusion-content-boxes.content-boxes-icon-on-side .heading-with-icon .content-box-heading {
  vertical-align: top
}

.fusion-content-boxes.content-boxes-icon-on-side .heading-with-icon.icon-right .content-box-heading {
  float: right
}

.fusion-content-boxes.content-boxes-icon-on-side .heading-with-icon.icon-right .icon,
.fusion-content-boxes.content-boxes-icon-on-side .heading-with-icon.icon-right .image {
  right: 0
}

.fusion-content-boxes.content-boxes-icon-on-side .heading-with-icon.icon-right .icon i,
.fusion-content-boxes.content-boxes-icon-on-side .heading-with-icon.icon-right .icon img,
.fusion-content-boxes.content-boxes-icon-on-side .heading-with-icon.icon-right .image i,
.fusion-content-boxes.content-boxes-icon-on-side .heading-with-icon.icon-right .image img {
  margin-left: 20px;
  margin-right: 0
}

.fusion-content-boxes.content-boxes-icon-on-side .icon,
.fusion-content-boxes.content-boxes-icon-on-side .image {
  position: absolute
}

.fusion-content-boxes.content-boxes-icon-on-side .content-container.icon-small {
  padding-left: 55px
}

.fusion-content-boxes.content-boxes-icon-on-side .content-container.icon-medium {
  padding-left: 70px
}

.fusion-content-boxes.content-boxes-icon-on-side .content-container.icon-large {
  padding-left: 85px
}

.fusion-content-boxes.content-boxes-icon-on-side.content-right .content-container {
  padding-left: 0 !important
}

.fusion-content-boxes.content-boxes-icon-on-side.content-right .content-container.icon-small {
  padding-right: 45px
}

.fusion-content-boxes.content-boxes-icon-on-side.content-right .content-container.icon-medium {
  padding-right: 60px
}

.fusion-content-boxes.content-boxes-icon-on-side.content-right .content-container.icon-large {
  padding-right: 75px
}

.fusion-content-boxes.content-boxes-icon-on-side .heading-with-icon,
.fusion-content-boxes.content-boxes-icon-with-title .heading-with-icon {
  display: table;
  width: auto
}

.fusion-content-boxes.content-boxes-icon-on-side .heading-with-icon .heading-link,
.fusion-content-boxes.content-boxes-icon-with-title .heading-with-icon .heading-link {
  display: block
}

.fusion-content-boxes.content-boxes-icon-on-side .heading-with-icon img,
.fusion-content-boxes.content-boxes-icon-with-title .heading-with-icon img {
  margin-right: 20px;
  max-width: none
}

.fusion-content-boxes.content-boxes-icon-on-side .heading-with-icon .fontawesome-icon,
.fusion-content-boxes.content-boxes-icon-with-title .heading-with-icon .fontawesome-icon {
  display: block;
  float: none;
  margin-right: 20px
}

.fusion-content-boxes.content-boxes-icon-on-side .heading-with-icon i.small,
.fusion-content-boxes.content-boxes-icon-with-title .heading-with-icon i.small {
  height: 35px;
  width: 35px;
  line-height: 35px;
  font-size: 18px
}

.fusion-content-boxes.content-boxes-icon-on-side .heading-with-icon i.medium,
.fusion-content-boxes.content-boxes-icon-with-title .heading-with-icon i.medium {
  height: 50px;
  width: 50px;
  line-height: 50px;
  font-size: 21px
}

.fusion-content-boxes.content-boxes-icon-on-side .heading-with-icon i.large,
.fusion-content-boxes.content-boxes-icon-with-title .heading-with-icon i.large {
  width: 65px;
  height: 65px;
  line-height: 65px;
  font-size: 24px
}

.fusion-content-boxes.content-boxes-icon-on-side .heading-with-icon.icon-right,
.fusion-content-boxes.content-boxes-icon-with-title .heading-with-icon.icon-right {
  float: right !important
}

.fusion-content-boxes.content-boxes-icon-on-side .heading-with-icon.icon-right .icon,
.fusion-content-boxes.content-boxes-icon-on-side .heading-with-icon.icon-right .image,
.fusion-content-boxes.content-boxes-icon-with-title .heading-with-icon.icon-right .icon,
.fusion-content-boxes.content-boxes-icon-with-title .heading-with-icon.icon-right .image {
  float: none
}

.fusion-content-boxes.content-boxes-icon-on-side .heading-with-icon.icon-right .icon i,
.fusion-content-boxes.content-boxes-icon-with-title .heading-with-icon.icon-right .icon i {
  margin-right: 0 !important
}

.fusion-content-boxes.content-boxes-icon-on-side .heading-with-icon.icon-right .content-box-heading,
.fusion-content-boxes.content-boxes-icon-with-title .heading-with-icon.icon-right .content-box-heading {
  text-align: right
}

.fusion-content-boxes.content-boxes-icon-on-side .content-icon-wrapper-yes .heading-with-icon .icon span,
.fusion-content-boxes.content-boxes-icon-with-title .content-icon-wrapper-yes .heading-with-icon .icon span {
  margin-right: 20px
}

.fusion-content-boxes.content-boxes-icon-on-side .content-icon-wrapper-yes .heading-with-icon.icon-right .icon span,
.fusion-content-boxes.content-boxes-icon-with-title .content-icon-wrapper-yes .heading-with-icon.icon-right .icon span {
  margin-left: 20px;
  margin-right: 0
}

.fusion-content-boxes.content-boxes-icon-on-side .content-icon-wrapper-yes .heading-with-icon .fontawesome-icon,
.fusion-content-boxes.content-boxes-icon-with-title .content-icon-wrapper-yes .heading-with-icon .fontawesome-icon {
  margin-right: 0
}

.fusion-content-boxes.content-boxes-icon-on-top .heading {
  text-align: center
}

.fusion-content-boxes.content-boxes-icon-on-top .heading .icon {
  margin-bottom: 15px
}

.fusion-content-boxes.content-boxes-icon-on-top .heading .fontawesome-icon {
  display: block;
  float: none;
  margin: 0 auto;
  height: 64px;
  width: 64px;
  line-height: 64px;
  font-size: 24px
}

.fusion-content-boxes.content-boxes-icon-on-top .heading i.small {
  height: 35px;
  width: 35px;
  line-height: 35px;
  font-size: 18px
}

.fusion-content-boxes.content-boxes-icon-on-top .heading i.medium {
  height: 50px;
  width: 50px;
  line-height: 50px;
  font-size: 21px
}

.fusion-content-boxes.content-boxes-icon-on-top .heading i.large {
  width: 65px;
  height: 65px;
  line-height: 65px;
  font-size: 24px
}

.fusion-content-boxes.content-boxes-icon-on-top .heading img {
  margin-bottom: 20px
}

.fusion-content-boxes.content-boxes-icon-on-top .content-container,
.fusion-content-boxes.content-boxes-icon-on-top .fusion-read-more {
  text-align: center
}

.fusion-content-boxes.content-boxes-icon-boxed {
  overflow: visible
}

.fusion-content-boxes.content-boxes-icon-boxed .content-wrapper-boxed {
  overflow: visible;
  padding: 50px 35px 35px;
  text-align: center
}

.fusion-content-boxes.content-boxes-icon-boxed .link-type-button-bar .content-container {
  padding-bottom: 50px
}

.fusion-content-boxes.content-boxes-icon-boxed .heading {
  overflow: visible;
  position: relative;
  text-align: center
}

.fusion-content-boxes.content-boxes-icon-boxed .heading .fontawesome-icon {
  display: block;
  position: absolute;
  left: 50%;
  top: -80px;
  float: none;
  height: 64px;
  width: 64px;
  line-height: 64px;
  font-size: 24px
}

.fusion-content-boxes.content-boxes-icon-boxed .heading i.small {
  height: 35px;
  width: 35px;
  line-height: 35px;
  font-size: 18px;
  top: -67px;
  margin-left: -17px
}

.fusion-content-boxes.content-boxes-icon-boxed .heading i.medium {
  height: 50px;
  width: 50px;
  line-height: 50px;
  font-size: 21px;
  top: -76px;
  margin-left: -25px
}

.fusion-content-boxes.content-boxes-icon-boxed .heading i.large {
  width: 65px;
  height: 65px;
  line-height: 65px;
  font-size: 24px;
  top: -85px
}

.fusion-content-boxes.content-boxes-icon-boxed .heading .image {
  display: block;
  position: absolute;
  left: 50%
}

.fusion-content-boxes.content-boxes-icon-boxed .content-container,
.fusion-content-boxes.content-boxes-icon-boxed .fusion-read-more {
  text-align: center
}

.fusion-content-boxes.content-boxes-timeline-horizontal .icon {
  position: relative;
  z-index: 2
}

.fusion-content-boxes.content-boxes-timeline-horizontal .content-box-column .content-box-wrapper {
  position: static
}

.fusion-content-boxes.content-boxes-timeline-vertical .heading-with-icon,
.fusion-content-boxes.content-boxes-timeline-vertical .heading-with-icon .heading-link {
  display: flex;
  align-items: center;
  overflow: visible
}

.fusion-content-boxes.content-boxes-timeline-vertical .content-box-column>.col {
  position: static
}

.fusion-content-boxes.content-boxes-timeline-vertical .icon {
  position: relative;
  z-index: 2
}

.fusion-content-boxes.content-boxes-timeline-vertical .content-box-column-last .content-box-shortcode-timeline-vertical {
  display: none
}

.do-animate .fusion-content-boxes .fusion-animated {
  animation-fill-mode: none;
  position: relative
}

.fusion-content-boxes.content-boxes-clean-vertical {
  margin-left: 0;
  margin-right: 0
}

.fusion-content-boxes.content-boxes-clean-vertical .content-box-column {
  border-style: solid;
  border-width: 1px;
  border-right-width: 0;
  padding: 0
}

.fusion-content-boxes.content-boxes-clean-vertical .col {
  padding: 30px
}

.fusion-content-boxes.content-boxes-clean-vertical .link-type-button {
  padding-bottom: 0
}

.fusion-content-boxes.content-boxes-clean-vertical .link-type-button-bar .content-container {
  padding-bottom: 60px
}

.fusion-content-boxes.content-boxes-clean-horizontal {
  margin-left: 0;
  margin-right: 0
}

.fusion-content-boxes.content-boxes-clean-horizontal .content-box-column {
  border-style: solid;
  border-width: 1px;
  border-right-width: 0;
  padding: 0
}

.fusion-content-boxes.content-boxes-clean-horizontal .col {
  padding: 30px
}

.fusion-content-boxes.content-boxes-clean-horizontal .link-type-button-bar .content-container {
  padding-bottom: 60px
}

.fusion-content-boxes a {
  text-decoration: none;
  box-shadow: none
}

.content-boxes-icon-on-top .col {
  text-align: center
}

.content-boxes-icon-on-top .col .more a {
  float: none
}

.content-boxes-icon-on-top .col .heading-and-icon .fontawesome-icon {
  float: none;
  width: 64px;
  height: 64px;
  line-height: 64px;
  font-size: 24px;
  margin: 0;
  display: inline-block
}

.content-boxes-icon-on-top .col .heading-and-icon img {
  float: none;
  margin-right: 0
}

.content-boxes-icon-on-top .col .heading-and-icon h2 {
  padding-left: 0
}

.content-boxes-icon-on-side .col-content-container {
  padding-left: 45px
}

.content-boxes-icon-boxed {
  overflow: visible
}

.content-boxes-icon-boxed .col {
  overflow: visible !important;
  text-align: center;
  padding: 50px 2% 2%
}

.content-boxes-icon-boxed .col .more a {
  float: none
}

.content-boxes-icon-boxed .col .heading-and-icon {
  overflow: visible;
  position: relative
}

.content-boxes-icon-boxed .col .heading-and-icon .fontawesome-icon,
.content-boxes-icon-boxed .col .heading-and-icon img {
  float: none;
  position: absolute;
  top: -80px;
  width: 64px;
  height: 64px;
  line-height: 64px;
  font-size: 24px;
  margin: 0 0 0 -32px;
  left: 50%
}

.content-boxes-icon-boxed .col .heading-and-icon img {
  float: none
}

.content-boxes-icon-boxed .col .heading-and-icon h2 {
  padding-left: 0
}

.fusion-countdown {
  padding: 30px
}

.fusion-countdown.fusion-no-bg {
  padding: 0
}

.fusion-countdown .fusion-countdown-wrapper {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  margin: 0 -7.5px
}

.fusion-countdown .fusion-countdown-counter-wrapper,
.fusion-countdown .fusion-countdown-heading-wrapper,
.fusion-countdown .fusion-countdown-link-wrapper {
  margin: 0 7.5px
}

.fusion-countdown .fusion-countdown-heading {
  font-weight: 700;
  letter-spacing: 2px;
  line-height: 1.2em
}

.fusion-countdown .fusion-countdown-subheading {
  letter-spacing: 1px;
  line-height: 1.2em
}

.fusion-countdown .fusion-countdown-counter-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  overflow: hidden;
  text-align: center
}

.fusion-countdown .fusion-dash-wrapper {
  display: inline-block
}

.fusion-countdown .fusion-dash {
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1
}

.fusion-countdown .fusion-digit-wrapper {
  display: flex;
  justify-content: center
}

.fusion-countdown .fusion-digit>div {
  margin: 0 -.23em;
  width: 1em
}

.fusion-countdown .fusion-hundred-digit,
.fusion-countdown .fusion-thousand-digit {
  display: none
}

.fusion-countdown .fusion-dash-title {
  min-width: 46px
}

.ltr .fusion-countdown .fusion-dash-title {
  padding-left: .25em
}

.rtl .fusion-countdown .fusion-dash-title {
  padding-right: .25em
}

.fusion-countdown .fusion-countdown-link {
  letter-spacing: 2px
}

.fusion-countdown .fusion-countdown-link:hover {
  opacity: .7
}

.fusion-countdown.fusion-countdown-has-heading .fusion-countdown-subheading {
  margin-bottom: .4em
}

.fusion-countdown.fusion-countdown-stacked .fusion-countdown-wrapper {
  flex-direction: column
}

.fusion-countdown.fusion-countdown-stacked .fusion-countdown-heading-wrapper {
  text-align: center
}

.fusion-countdown.fusion-countdown-stacked.fusion-countdown-has-heading .fusion-countdown-counter-wrapper {
  margin-top: 1em
}

.fusion-countdown.fusion-countdown-stacked.fusion-countdown-has-link .fusion-countdown-counter-wrapper {
  margin-bottom: 1em
}

.fusion-countdown.fusion-countdown-label-bottom .fusion-dash,
.fusion-countdown.fusion-countdown-label-top .fusion-dash {
  flex-direction: column
}

.fusion-countdown.fusion-countdown-label-bottom .fusion-dash-title,
.fusion-countdown.fusion-countdown-label-top .fusion-dash-title {
  width: 100%
}

.fusion-countdown.fusion-countdown-label-top .fusion-digit-wrapper {
  order: 2
}

.fusion-countdown.fusion-countdown-label-top .fusion-dash-title {
  order: 1;
  padding: 0 0 .25em 0
}

.fusion-countdown.fusion-countdown-label-bottom .fusion-dash-title {
  padding: .25em 0 0 0
}

.fusion-counters-box.row {
  margin-left: -7px;
  margin-right: -7px
}

.fusion-counters-box .fusion-counter-box {
  padding: 0 7px;
  margin-bottom: 14px;
  text-align: center;
  box-sizing: border-box
}

.fusion-counters-box .fusion-counter-box .counter-box-container {
  padding: 20px
}

.fusion-counters-box .fusion-counter-box .counter-box-border {
  border: 1px solid #e5e4e3
}

.fusion-counters-box .content-box-counter {
  color: #65bc7b;
  font-size: 50px;
  line-height: 50px
}

.fusion-counters-box .counter-box-icon {
  float: none;
  margin-top: -8px;
  vertical-align: middle;
  color: inherit
}

.fusion-counters-box .fusion-counter-box-icon-top .counter-box-icon {
  display: block;
  float: none;
  margin: 0
}

.fusion-counters-circle {
  margin-bottom: 20px;
  text-align: center
}

.fusion-counters-circle .counter-circle-wrapper {
  display: inline-block;
  position: relative;
  margin-bottom: 20px;
  margin-right: 15px;
  overflow: hidden;
  text-align: center
}

.fusion-counters-circle .counter-circle {
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  position: relative;
  height: 220px;
  width: 220px;
  font-size: 50px
}

.fusion-counters-circle .counter-circle .fusion-counter-circle-content-inner {
  line-height: 1;
  width: 80%
}

.fusion-counters-circle .counter-circle .fontawesome-icon {
  float: none;
  margin: 0;
  font-size: inherit
}

.fusion-counters-circle .counter-circle canvas {
  position: absolute;
  left: 0;
  top: 0
}

.fusion-counters-circle:last-child {
  margin-right: 0
}

.fusion-body .fusion-dropcap {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: relative;
  top: 4px;
  float: left;
  margin-right: 10px;
  padding: 0;
  height: 52px;
  line-height: 52px;
  color: var(--dropcap_color);
  font-size: 60px;
  text-transform: uppercase
}

.fusion-body .fusion-dropcap.dropcap-boxed {
  height: 51px;
  width: 51px;
  line-height: 51px;
  border-radius: 8px;
  background-clip: padding-box;
  box-shadow: 0 1px 1px rgba(0, 0, 0, .2);
  color: var(--dropcap_text_color, #fff);
  font-size: 45px;
  background-color: var(--dropcap_color)
}

.fusion-flip-boxes {
  margin-bottom: 25px
}

.fusion-flip-boxes .fusion-column {
  box-sizing: border-box
}

.fusion-flip-boxes .fusion-flip-box {
  position: relative;
  z-index: 1;
  padding: 0;
  margin: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0)
}

.fusion-flip-boxes .fusion-flip-box .flip-box-inner-wrapper {
  position: relative;
  margin-bottom: 15px;
  perspective: 1000px
}

.fusion-flip-boxes .fusion-flip-box .flip-box-back,
.fusion-flip-boxes .fusion-flip-box .flip-box-front {
  display: flex;
  align-items: center;
  top: 0;
  right: 0;
  left: 0;
  perspective: 1000px;
  padding: 27px 20px;
  text-align: center;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  background-clip: padding-box;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover
}

.fusion-flip-boxes .fusion-flip-box .flip-box-front {
  position: relative;
  bottom: 0;
  z-index: 10
}

.fusion-flip-boxes .fusion-flip-box .flip-box-back {
  position: absolute;
  z-index: -1
}

.fusion-flip-boxes .fusion-flip-box .flip-box-back .fusion-button {
  display: table;
  margin: 20px auto 0
}

.fusion-flip-boxes .fusion-flip-box .flip-box-back-inner,
.fusion-flip-boxes .fusion-flip-box .flip-box-front-inner {
  width: 100%
}

.fusion-flip-boxes .fusion-flip-box.hover .flip-box-back,
.fusion-flip-boxes .fusion-flip-box:focus .flip-box-back,
.fusion-flip-boxes .fusion-flip-box:focus-within .flip-box-back,
.fusion-flip-boxes .fusion-flip-box:hover .flip-box-back {
  z-index: 1
}

.fusion-flip-boxes .fusion-flip-box.hover .flip-box-front,
.fusion-flip-boxes .fusion-flip-box:focus .flip-box-front,
.fusion-flip-boxes .fusion-flip-box:focus-within .flip-box-front,
.fusion-flip-boxes .fusion-flip-box:hover .flip-box-front {
  z-index: -1
}

.fusion-flip-boxes .fusion-flip-box .flip-box-grafix {
  display: table;
  margin: 0 auto 10px
}

.fusion-flip-boxes .fusion-flip-box .flip-box-image {
  table-layout: fixed;
  width: 100%
}

.fusion-flip-boxes .fusion-flip-box .flip-box-circle {
  height: 64px;
  width: 64px;
  border: 1px solid;
  border-radius: 50%;
  background-clip: padding-box
}

.fusion-flip-boxes .fusion-flip-box .flip-box-circle i {
  display: table-cell;
  vertical-align: middle;
  font-size: 24px
}

.fusion-flip-boxes .fusion-flip-box .flip-box-no-circle i {
  font-size: 60px
}

.fusion-flip-boxes .fusion-flip-box .flip-box-heading {
  margin-top: 0;
  margin-bottom: 9px;
  padding-top: 0
}

.fusion-flip-boxes .fusion-flip-box .flip-box-heading.without-text {
  margin-bottom: 0
}

.fusion-flip-boxes .fusion-flip-box .flip-box-heading-back {
  margin-bottom: 9px;
  margin-top: 0;
  text-transform: uppercase
}

.fusion-flip-boxes .fusion-flip-box .finished-animating {
  transition: none !important;
  animation: none !important
}

.fusion-flip-boxes .fusion-flip-box.flip-right .flip-box-front {
  transform: rotateY(0)
}

.fusion-flip-boxes .fusion-flip-box.flip-right .flip-box-back {
  transform: rotateY(-180deg)
}

.fusion-flip-boxes .fusion-flip-box.flip-right.hover .flip-box-back,
.fusion-flip-boxes .fusion-flip-box.flip-right:focus .flip-box-back,
.fusion-flip-boxes .fusion-flip-box.flip-right:focus-within .flip-box-back,
.fusion-flip-boxes .fusion-flip-box.flip-right:hover .flip-box-back {
  transform: rotateY(0)
}

.fusion-flip-boxes .fusion-flip-box.flip-right.hover .flip-box-front,
.fusion-flip-boxes .fusion-flip-box.flip-right:focus .flip-box-front,
.fusion-flip-boxes .fusion-flip-box.flip-right:focus-within .flip-box-front,
.fusion-flip-boxes .fusion-flip-box.flip-right:hover .flip-box-front {
  transform: rotateY(180deg)
}

.fusion-flip-boxes .fusion-flip-box.flip-left .flip-box-front {
  transform: rotateY(0)
}

.fusion-flip-boxes .fusion-flip-box.flip-left .flip-box-back {
  transform: rotateY(180deg)
}

.fusion-flip-boxes .fusion-flip-box.flip-left.hover .flip-box-back,
.fusion-flip-boxes .fusion-flip-box.flip-left:focus .flip-box-back,
.fusion-flip-boxes .fusion-flip-box.flip-left:focus-within .flip-box-back,
.fusion-flip-boxes .fusion-flip-box.flip-left:hover .flip-box-back {
  transform: rotateY(0)
}

.fusion-flip-boxes .fusion-flip-box.flip-left.hover .flip-box-front,
.fusion-flip-boxes .fusion-flip-box.flip-left:focus .flip-box-front,
.fusion-flip-boxes .fusion-flip-box.flip-left:focus-within .flip-box-front,
.fusion-flip-boxes .fusion-flip-box.flip-left:hover .flip-box-front {
  transform: rotateY(-180deg)
}

.fusion-flip-boxes .fusion-flip-box.flip-up .flip-box-front {
  transform: rotateX(0)
}

.fusion-flip-boxes .fusion-flip-box.flip-up .flip-box-back {
  transform: rotateX(-180deg)
}

.fusion-flip-boxes .fusion-flip-box.flip-up.hover .flip-box-back,
.fusion-flip-boxes .fusion-flip-box.flip-up:focus .flip-box-back,
.fusion-flip-boxes .fusion-flip-box.flip-up:focus-within .flip-box-back,
.fusion-flip-boxes .fusion-flip-box.flip-up:hover .flip-box-back {
  transform: rotateX(0)
}

.fusion-flip-boxes .fusion-flip-box.flip-up.hover .flip-box-front,
.fusion-flip-boxes .fusion-flip-box.flip-up:focus .flip-box-front,
.fusion-flip-boxes .fusion-flip-box.flip-up:focus-within .flip-box-front,
.fusion-flip-boxes .fusion-flip-box.flip-up:hover .flip-box-front {
  transform: rotateX(180deg)
}

.fusion-flip-boxes .fusion-flip-box.flip-down .flip-box-front {
  transform: rotateX(0)
}

.fusion-flip-boxes .fusion-flip-box.flip-down .flip-box-back {
  transform: rotateX(180deg)
}

.fusion-flip-boxes .fusion-flip-box.flip-down.hover .flip-box-back,
.fusion-flip-boxes .fusion-flip-box.flip-down:focus .flip-box-back,
.fusion-flip-boxes .fusion-flip-box.flip-down:focus-within .flip-box-back,
.fusion-flip-boxes .fusion-flip-box.flip-down:hover .flip-box-back {
  transform: rotateX(0)
}

.fusion-flip-boxes .fusion-flip-box.flip-down.hover .flip-box-front,
.fusion-flip-boxes .fusion-flip-box.flip-down:focus .flip-box-front,
.fusion-flip-boxes .fusion-flip-box.flip-down:focus-within .flip-box-front,
.fusion-flip-boxes .fusion-flip-box.flip-down:hover .flip-box-front {
  transform: rotateX(-180deg)
}

.fusion-flip-boxes.flip-effect-classic .flip-box-back,
.fusion-flip-boxes.flip-effect-classic .flip-box-front {
  transition: transform .4s cubic-bezier(.2, .85, .4, 1.275)
}

.fusion-flip-boxes.flip-effect-classic .fusion-flip-box.hover .flip-box-grafix i:before,
.fusion-flip-boxes.flip-effect-classic .fusion-flip-box:focus .flip-box-grafix i:before,
.fusion-flip-boxes.flip-effect-classic .fusion-flip-box:focus-within .flip-box-grafix i:before,
.fusion-flip-boxes.flip-effect-classic .fusion-flip-box:hover .flip-box-grafix i:before {
  display: none
}

.fusion-flip-boxes.flip-effect-3d .flip-box-inner-wrapper {
  transform-style: preserve-3d
}

.fusion-flip-boxes.flip-effect-3d .flip-box-back,
.fusion-flip-boxes.flip-effect-3d .flip-box-front {
  transform-style: preserve-3d;
  transition: transform .75s ease-in-out
}

.fusion-flip-boxes.flip-effect-3d .flip-box-back-inner,
.fusion-flip-boxes.flip-effect-3d .flip-box-front-inner {
  transform: translateZ(50px) scale(.9)
}

.ua-edge .fusion-flip-boxes .fusion-flip-box.hover .flip-box-back,
.ua-edge .fusion-flip-boxes .fusion-flip-box:focus .flip-box-back,
.ua-edge .fusion-flip-boxes .fusion-flip-box:focus-within .flip-box-back,
.ua-edge .fusion-flip-boxes .fusion-flip-box:hover .flip-box-back {
  transform: rotateY(0);
  z-index: 1
}

.ua-edge .fusion-flip-boxes .fusion-flip-box.hover .flip-box-front,
.ua-edge .fusion-flip-boxes .fusion-flip-box:focus .flip-box-front,
.ua-edge .fusion-flip-boxes .fusion-flip-box:focus-within .flip-box-front,
.ua-edge .fusion-flip-boxes .fusion-flip-box:hover .flip-box-front {
  transform: rotateY(180deg);
  z-index: -1
}

.fontawesome-icon {
  display: inline-block;
  float: left;
  margin-right: 10px
}

.fontawesome-icon:before {
  transition: none
}

.fontawesome-icon.circle-yes {
  border-radius: 50%;
  background-clip: inherit;
  border-width: 1px;
  border-style: solid;
  background-color: #333;
  color: #fff;
  text-align: center;
  margin-top: 2px
}

.fontawesome-icon.fusion-link:before {
  color: inherit
}

.fontawesome-icon.fusion-text-flow {
  float: none
}

.fontawesome-icon.circle-no.size-large {
  margin-top: 2px
}

.fontawesome-icon.circle-no.size-medium {
  margin-top: 3px
}

.fontawesome-icon.circle-no.size-small {
  margin-top: 5px
}

.fontawesome-icon.icon-hover-animation-pulsate {
  position: relative
}

.fontawesome-icon.icon-hover-animation-pulsate.hover,
.fontawesome-icon.icon-hover-animation-pulsate:hover {
  transform: scale(.93);
  transition: all .3s
}

.fontawesome-icon.icon-hover-animation-pulsate.hover:after,
.fontawesome-icon.icon-hover-animation-pulsate:hover:after {
  pointer-events: none;
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: inherit;
  content: "";
  box-sizing: content-box;
  top: 0;
  left: 0;
  padding: 0;
  z-index: -1;
  box-shadow: 0 0 0 2px rgba(255, 255, 255, .1);
  opacity: 0;
  transform: scale(.9);
  display: inline-block;
  animation: fusionSonarEffect 1.3s ease-out 75ms
}

.fontawesome-icon.icon-hover-animation-slide.circle-yes {
  overflow: hidden;
  display: inline-flex;
  justify-content: center
}

.fontawesome-icon.icon-hover-animation-slide.hover:before,
.fontawesome-icon.icon-hover-animation-slide:hover:before {
  animation: fusionToRightFromLeft .3s forwards
}

.fontawesome-icon.icon-hover-animation-slide:before {
  display: block
}

.fusion-fa-align-left {
  display: inline;
  float: left;
  margin: 0
}

.fusion-fa-align-left .fontawesome-icon {
  margin: 0
}

.fusion-fa-align-right {
  display: inline;
  float: right;
  margin: 0
}

.fusion-fa-align-right .fontawesome-icon {
  margin: 0
}

.fusion-fa-align-center {
  display: block;
  clear: both;
  margin-left: auto;
  margin-right: auto;
  text-align: center
}

.fusion-fa-align-center .fontawesome-icon {
  margin: 0
}

.fusion-body .fusion-fa-align-center .fontawesome-icon {
  float: none
}

.fusion-grid-1>.fusion-grid-column,
.fusion-grid-one>.fusion-grid-column {
  width: 100%
}

.fusion-grid-2>.fusion-grid-column,
.fusion-grid-two>.fusion-grid-column {
  width: 50%
}

.fusion-grid-3>.fusion-grid-column,
.fusion-grid-three>.fusion-grid-column {
  width: calc(100% / 3)
}

.fusion-grid-4>.fusion-grid-column,
.fusion-grid-four>.fusion-grid-column {
  width: 25%
}

.fusion-grid-5>.fusion-grid-column,
.fusion-grid-five>.fusion-grid-column {
  width: 20%
}

.fusion-grid-6>.fusion-grid-column,
.fusion-grid-six>.fusion-grid-column {
  width: calc(100% / 6)
}

.fusion-gallery.fusion-gallery-layout-masonry.fusion-grid-2.fusion-masonry-has-vertical .fusion-element-landscape,
.fusion-gallery.fusion-gallery-layout-masonry.fusion-grid-two.fusion-masonry-has-vertical .fusion-element-landscape {
  width: 100%
}

.fusion-gallery.fusion-gallery-layout-masonry.fusion-grid-3.fusion-masonry-has-vertical .fusion-element-landscape,
.fusion-gallery.fusion-gallery-layout-masonry.fusion-grid-three.fusion-masonry-has-vertical .fusion-element-landscape {
  width: calc(100% / 3 * 2)
}

.fusion-gallery.fusion-gallery-layout-masonry.fusion-grid-4.fusion-masonry-has-vertical .fusion-element-landscape,
.fusion-gallery.fusion-gallery-layout-masonry.fusion-grid-four.fusion-masonry-has-vertical .fusion-element-landscape {
  width: 50%
}

.fusion-gallery.fusion-gallery-layout-masonry.fusion-grid-5.fusion-masonry-has-vertical .fusion-element-landscape,
.fusion-gallery.fusion-gallery-layout-masonry.fusion-grid-five.fusion-masonry-has-vertical .fusion-element-landscape {
  width: 40%
}

.fusion-gallery.fusion-gallery-layout-masonry.fusion-grid-6.fusion-masonry-has-vertical .fusion-element-landscape,
.fusion-gallery.fusion-gallery-layout-masonry.fusion-grid-six.fusion-masonry-has-vertical .fusion-element-landscape {
  width: calc(100% / 3)
}

.fusion-gallery.fusion-gallery-layout-masonry .fusion-gallery-column .fusion-gallery-image.fusion-gallery-image-liftup img {
  display: none
}

.fusion-gallery .fusion-gallery-column {
  padding: 0;
  display: none
}

.fusion-gallery .fusion-gallery-column.awb-gallery-item-hidden {
  display: none !important
}

.fusion-gallery .fusion-gallery-column .fusion-gallery-image {
  overflow: hidden;
  opacity: 1
}

.fusion-gallery .fusion-gallery-column .fusion-gallery-image.fusion-gallery-image-liftup {
  display: block;
  position: relative;
  max-width: 100%;
  transform: perspective(1000px) scale(1);
  transition: transform .35s
}

.fusion-gallery .fusion-gallery-column .fusion-gallery-image.fusion-gallery-image-liftup.hover,
.fusion-gallery .fusion-gallery-column .fusion-gallery-image.fusion-gallery-image-liftup:hover {
  z-index: 1;
  box-shadow: 0 3px 15px rgba(0, 0, 0, .4);
  transform: perspective(1000px) scale(1.03)
}

.fusion-gallery .fusion-gallery-column .fusion-gallery-image.fusion-gallery-image-liftup img {
  display: block
}

.fusion-gallery .fusion-gallery-column .fusion-gallery-caption {
  line-height: 2.87
}

.fusion-gallery.has-aspect-ratio .fusion-gallery-image img {
  aspect-ratio: 1;
  width: 100%;
  object-fit: cover;
  object-position: 50% 50%
}

.awb-gallery-wrapper {
  --more-btn-color: var(--awb-color7);
  --more-btn-bg: var(--awb-color3);
  --more-btn-hover-color: var(--awb-color1);
  --more-btn-hover-bg: var(--awb-color5);
  --more-btn-alignment: center
}

.awb-gallery-wrapper .awb-gallery-posts-loading-container {
  display: none
}

.awb-gallery-wrapper .awb-gallery-buttons {
  display: flex;
  align-items: center;
  justify-content: var(--more-btn-alignment);
  margin-top: 30px
}

.awb-gallery-wrapper .awb-gallery-buttons .fusion-button:first-child {
  margin-inline-end: 10px
}

.awb-gallery-wrapper .awb-gallery-load-more-btn {
  color: var(--more-btn-color);
  background-color: var(--more-btn-bg)
}

.awb-gallery-wrapper .awb-gallery-load-more-btn.hover,
.awb-gallery-wrapper .awb-gallery-load-more-btn:hover {
  color: var(--more-btn-hover-color);
  background-color: var(--more-btn-hover-bg)
}

.awb-gallery-wrapper.button-span-yes .awb-gallery-load-more-btn {
  width: 100%
}

@media only screen and (max-width:800px) {
  .fusion-gallery .fusion-column.fusion-gallery-column.fusion-element-landscape {
    width: 100%
  }
}

.fusion-google-map img {
  max-width: none
}

.fusion-google-map .fusion-info-box {
  padding: 5px;
  border-radius: 5px;
  background-clip: padding-box;
  box-shadow: 0 1px 1px rgba(0, 0, 0, .3);
  background-color: #65bc7b;
  color: #fff;
  font-size: 13px
}

.fusion-maps-static-type img {
  max-width: 100%
}

.fusion-highlight.awb-highlight-background {
  padding: .1em .3em;
  line-height: 1.7em
}

.fusion-highlight.awb-highlight-background.rounded {
  border-radius: 4px;
  background-clip: padding-box
}

.fusion-highlight.dark {
  color: #ccc
}

.fusion-image-before-after-horizontal .fusion-image-before-after-handle:before {
  content: " ";
  display: block;
  background: #fff;
  position: absolute;
  z-index: 30;
  width: 3px;
  height: 9999px;
  left: 50%;
  margin-left: -1.5px;
  bottom: 50%;
  margin-bottom: 22px;
  box-shadow: 0 3px 0 #fff, 0 0 12px rgba(51, 51, 51, .5)
}

.fusion-image-before-after-horizontal .fusion-image-before-after-handle:after {
  content: " ";
  display: block;
  background: #fff;
  position: absolute;
  z-index: 30;
  width: 3px;
  height: 9999px;
  left: 50%;
  margin-left: -1.5px;
  top: 50%;
  margin-top: 22px;
  box-shadow: 0 -3px 0 #fff, 0 0 12px rgba(51, 51, 51, .5)
}

.fusion-image-before-after-horizontal .fusion-image-before-after-handle.fusion-image-before-after-handle-rectangle {
  border-radius: 6px;
  width: 15px;
  height: 65px
}

.fusion-image-before-after-horizontal .fusion-image-before-after-handle.fusion-image-before-after-handle-rectangle:before {
  margin-bottom: 36px
}

.fusion-image-before-after-horizontal .fusion-image-before-after-handle.fusion-image-before-after-handle-rectangle:after {
  margin-top: 35px
}

.fusion-image-before-after-horizontal .fusion-image-before-after-handle.fusion-image-before-after-handle-rectangle .fusion-image-before-after-left-arrow {
  margin: 0;
  transform: translate(-230%, -50%)
}

.fusion-image-before-after-horizontal .fusion-image-before-after-handle.fusion-image-before-after-handle-rectangle .fusion-image-before-after-right-arrow {
  margin: 0;
  transform: translate(230%, -50%)
}

.fusion-image-before-after-horizontal .fusion-image-before-after-handle.fusion-image-before-after-handle-arrows {
  border: transparent;
  box-shadow: none
}

.fusion-image-before-after-horizontal .fusion-image-before-after-handle.fusion-image-before-after-handle-arrows:before {
  margin-bottom: 0
}

.fusion-image-before-after-horizontal .fusion-image-before-after-handle.fusion-image-before-after-handle-arrows:after {
  margin-top: 0
}

.fusion-image-before-after-horizontal .fusion-image-before-after-handle.fusion-image-before-after-handle-arrows .fusion-image-before-after-right-arrow {
  border-width: 9px;
  border-left-width: 9px;
  margin: 0;
  transform: translate(130%, -50%)
}

.fusion-image-before-after-horizontal .fusion-image-before-after-handle.fusion-image-before-after-handle-arrows .fusion-image-before-after-left-arrow {
  margin: 0;
  border-width: 9px;
  border-right-width: 9px;
  transform: translate(-130%, -50%)
}

.fusion-image-before-after-horizontal .fusion-image-before-after-handle.fusion-image-before-after-handle-diamond {
  border: transparent;
  box-shadow: none
}

.fusion-image-before-after-horizontal .fusion-image-before-after-handle.fusion-image-before-after-handle-diamond:before {
  margin-bottom: 31px
}

.fusion-image-before-after-horizontal .fusion-image-before-after-handle.fusion-image-before-after-handle-diamond:after {
  margin-top: 30px;
  margin-left: -1.5px
}

.fusion-image-before-after-horizontal .fusion-image-before-after-handle.fusion-image-before-after-handle-diamond .fusion-image-before-after-left-arrow {
  margin-left: -12px
}

.fusion-image-before-after-horizontal .fusion-image-before-after-handle.fusion-image-before-after-handle-diamond .fusion-image-before-after-left-arrow:before {
  content: "";
  width: 38px;
  height: 38px;
  border: 3px solid #fff;
  position: absolute;
  left: 50%;
  top: 50%;
  border-radius: 3px;
  transform: translate(-36%, -50%) rotate(-45deg);
  z-index: -1
}

.fusion-image-before-after-horizontal .fusion-image-before-after-handle.fusion-image-before-after-handle-diamond .fusion-image-before-after-right-arrow {
  margin-right: -12px
}

.fusion-image-before-after-horizontal .fusion-image-before-after-handle.fusion-image-before-after-handle-circle {
  background: #fff;
  border-color: transparent
}

.fusion-image-before-after-horizontal .fusion-image-before-after-handle.fusion-image-before-after-handle-circle:after,
.fusion-image-before-after-horizontal .fusion-image-before-after-handle.fusion-image-before-after-handle-circle:before {
  background: 0 0;
  box-shadow: none
}

.fusion-image-before-after-horizontal .fusion-image-before-after-handle.fusion-image-before-after-handle-circle .fusion-image-before-after-left-arrow:before {
  content: "";
  width: 42px;
  height: 42px;
  position: absolute;
  border: 10px solid #d3d3d3;
  left: 50%;
  top: 50%;
  transform: translate(-32%, -50%);
  border-radius: 100%;
  border-right-color: #d3d3d3
}

.fusion-image-before-after-horizontal .fusion-image-before-after-handle.fusion-image-before-after-handle-circle .fusion-image-before-after-right-arrow {
  border-left-color: #d3d3d3
}

.fusion-image-before-after-horizontal .fusion-image-before-after-handle.fusion-image-before-after-handle-default .fusion-image-before-after-left-arrow {
  margin: 0;
  transform: translate(-130%, -50%)
}

.fusion-image-before-after-horizontal .fusion-image-before-after-handle.fusion-image-before-after-handle-default .fusion-image-before-after-right-arrow {
  margin: 0;
  transform: translate(130%, -50%)
}

.fusion-image-before-after-horizontal .fusion-image-before-after-before-label:before {
  top: 50%;
  left: 10px;
  transform: translateY(-50%)
}

.fusion-image-before-after-horizontal .fusion-image-before-after-after-label:before {
  top: 50%;
  right: 10px;
  transform: translateY(-50%)
}

.fusion-image-before-after-horizontal .fusion-image-before-after-overlay.before-after-overlay-image-up-down .fusion-image-before-after-before-label:before {
  top: 0;
  left: 0;
  margin-top: 0;
  transform: inherit
}

.fusion-image-before-after-horizontal .fusion-image-before-after-overlay.before-after-overlay-image-up-down .fusion-image-before-after-after-label:before {
  top: auto;
  bottom: 0;
  margin-top: 0;
  right: 0;
  transform: inherit
}

.fusion-image-before-after-vertical .fusion-image-before-after-handle:before {
  content: " ";
  display: block;
  background: #fff;
  position: absolute;
  z-index: 30;
  width: 9999px;
  height: 3px;
  top: 50%;
  margin-top: -1.5px;
  left: 50%;
  margin-left: 22px;
  box-shadow: 3px 0 0 #fff, 0 0 12px rgba(51, 51, 51, .5)
}

.fusion-image-before-after-vertical .fusion-image-before-after-handle:after {
  content: " ";
  display: block;
  background: #fff;
  position: absolute;
  z-index: 30;
  width: 9999px;
  height: 3px;
  top: 50%;
  margin-top: -1.5px;
  right: 50%;
  margin-right: 22px;
  box-shadow: -3px 0 0 #fff, 0 0 12px rgba(51, 51, 51, .5)
}

.fusion-image-before-after-vertical .fusion-image-before-after-handle.fusion-image-before-after-handle-rectangle {
  border-radius: 6px;
  width: 65px;
  height: 15px;
  margin-left: auto;
  margin-right: auto;
  left: 0;
  right: 0;
  margin-top: 0;
  transform: translateY(-50%)
}

.fusion-image-before-after-vertical .fusion-image-before-after-handle.fusion-image-before-after-handle-rectangle:before {
  margin-left: 35px
}

.fusion-image-before-after-vertical .fusion-image-before-after-handle.fusion-image-before-after-handle-rectangle:after {
  margin-right: 35px
}

.fusion-image-before-after-vertical .fusion-image-before-after-handle.fusion-image-before-after-handle-rectangle .fusion-image-before-after-down-arrow {
  margin: 0;
  transform: translate(-50%, 230%)
}

.fusion-image-before-after-vertical .fusion-image-before-after-handle.fusion-image-before-after-handle-rectangle .fusion-image-before-after-up-arrow {
  margin: 0;
  transform: translate(-50%, -230%)
}

.fusion-image-before-after-vertical .fusion-image-before-after-handle.fusion-image-before-after-handle-arrows {
  border: transparent;
  box-shadow: none
}

.fusion-image-before-after-vertical .fusion-image-before-after-handle.fusion-image-before-after-handle-arrows:before {
  margin-left: 0
}

.fusion-image-before-after-vertical .fusion-image-before-after-handle.fusion-image-before-after-handle-arrows:after {
  margin-right: 0
}

.fusion-image-before-after-vertical .fusion-image-before-after-handle.fusion-image-before-after-handle-arrows .fusion-image-before-after-down-arrow {
  border-width: 9px;
  border-top-width: 9px;
  margin: 0;
  transform: translate(-50%, 130%)
}

.fusion-image-before-after-vertical .fusion-image-before-after-handle.fusion-image-before-after-handle-arrows .fusion-image-before-after-up-arrow {
  border-width: 9px;
  border-top-width: 9px;
  margin: 0;
  transform: translate(-50%, -130%)
}

.fusion-image-before-after-vertical .fusion-image-before-after-handle.fusion-image-before-after-handle-diamond {
  border: transparent;
  box-shadow: none
}

.fusion-image-before-after-vertical .fusion-image-before-after-handle.fusion-image-before-after-handle-diamond:before {
  margin-left: 29px
}

.fusion-image-before-after-vertical .fusion-image-before-after-handle.fusion-image-before-after-handle-diamond:after {
  margin-right: 29px
}

.fusion-image-before-after-vertical .fusion-image-before-after-handle.fusion-image-before-after-handle-diamond .fusion-image-before-after-down-arrow {
  margin-bottom: -12px
}

.fusion-image-before-after-vertical .fusion-image-before-after-handle.fusion-image-before-after-handle-diamond .fusion-image-before-after-down-arrow:before {
  content: "";
  width: 38px;
  height: 38px;
  border: 3px solid #fff;
  position: absolute;
  left: 50%;
  top: 50%;
  border-radius: 3px;
  transform: translate(-50%, -64%) rotate(-45deg);
  z-index: -1
}

.fusion-image-before-after-vertical .fusion-image-before-after-handle.fusion-image-before-after-handle-diamond .fusion-image-before-after-up-arrow {
  margin-top: -12px
}

.fusion-image-before-after-vertical .fusion-image-before-after-handle.fusion-image-before-after-handle-circle {
  background: #fff;
  border-color: transparent
}

.fusion-image-before-after-vertical .fusion-image-before-after-handle.fusion-image-before-after-handle-circle:after,
.fusion-image-before-after-vertical .fusion-image-before-after-handle.fusion-image-before-after-handle-circle:before {
  background: 0 0;
  box-shadow: none
}

.fusion-image-before-after-vertical .fusion-image-before-after-handle.fusion-image-before-after-handle-circle .fusion-image-before-after-down-arrow {
  border-top-color: #d3d3d3
}

.fusion-image-before-after-vertical .fusion-image-before-after-handle.fusion-image-before-after-handle-circle .fusion-image-before-after-down-arrow:before {
  content: "";
  width: 42px;
  height: 42px;
  position: absolute;
  border: 10px solid #d3d3d3;
  left: 50%;
  top: 50%;
  border-radius: 100%;
  transform: translate(-50%, -67%)
}

.fusion-image-before-after-vertical .fusion-image-before-after-handle.fusion-image-before-after-handle-circle .fusion-image-before-after-up-arrow {
  border-bottom-color: #d3d3d3
}

.fusion-image-before-after-vertical .fusion-image-before-after-handle.fusion-image-before-after-handle-square .fusion-image-before-after-down-arrow {
  margin: 0;
  transform: translate(-50%, 130%)
}

.fusion-image-before-after-vertical .fusion-image-before-after-handle.fusion-image-before-after-handle-square .fusion-image-before-after-up-arrow {
  margin: 0;
  transform: translate(-50%, -130%)
}

.fusion-image-before-after-vertical .fusion-image-before-after-handle.fusion-image-before-after-handle-default .fusion-image-before-after-down-arrow {
  margin: 0;
  transform: translate(-50%, 130%)
}

.fusion-image-before-after-vertical .fusion-image-before-after-handle.fusion-image-before-after-handle-default .fusion-image-before-after-up-arrow {
  margin: 0;
  transform: translate(-50%, -130%)
}

.fusion-image-before-after-vertical .fusion-image-before-after-before-label:before {
  left: 50%;
  text-align: center;
  top: 10px;
  transform: translateX(-50%)
}

.fusion-image-before-after-vertical .fusion-image-before-after-after-label:before {
  left: 50%;
  text-align: center;
  bottom: 10px;
  transform: translateX(-50%)
}

.fusion-image-before-after-vertical .fusion-image-before-after-overlay.before-after-overlay-image-up-down .fusion-image-before-after-before-label:before {
  left: 0;
  transform: inherit;
  top: 0
}

.fusion-image-before-after-vertical .fusion-image-before-after-overlay.before-after-overlay-image-up-down .fusion-image-before-after-after-label:before {
  left: auto;
  right: 0;
  transform: inherit;
  bottom: 0
}

.fusion-image-before-after-before-label {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  transition-duration: .5s;
  transition-property: opacity;
  opacity: 0
}

.fusion-image-before-after-before-label:before {
  color: #fff;
  letter-spacing: .1em;
  position: absolute;
  background: rgba(255, 255, 255, .2);
  line-height: normal;
  padding: 2% 3.8%;
  border-radius: 2px;
  content: attr(data-content)
}

.fusion-image-before-after-after-label {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  transition-duration: .5s;
  transition-property: opacity;
  opacity: 0
}

.fusion-image-before-after-after-label:before {
  color: #fff;
  letter-spacing: .1em;
  position: absolute;
  background: rgba(255, 255, 255, .2);
  line-height: normal;
  padding: 2% 3.8%;
  border-radius: 2px;
  content: attr(data-content)
}

.fusion-image-before-after-after-label.before-after-label-out-image-up-down {
  text-align: right
}

.fusion-image-before-after-overlay {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  transition-duration: .5s;
  transition-property: background;
  background: 0 0;
  z-index: 25
}

.fusion-image-before-after-overlay:hover {
  background: rgba(0, 0, 0, .5)
}

.fusion-image-before-after-overlay:hover .fusion-image-before-after-after-label {
  opacity: 1
}

.fusion-image-before-after-overlay:hover .fusion-image-before-after-before-label {
  opacity: 1
}

.fusion-image-before-after-left-arrow {
  width: 0;
  height: 0;
  border: 6px inset transparent;
  position: absolute;
  top: 50%;
  margin-top: -6px;
  border-right: 6px solid #fff;
  left: 50%;
  margin-left: -17px
}

.fusion-image-before-after-right-arrow {
  width: 0;
  height: 0;
  border: 6px inset transparent;
  position: absolute;
  top: 50%;
  margin-top: -6px;
  border-left: 6px solid #fff;
  right: 50%;
  margin-right: -17px
}

.fusion-image-before-after-up-arrow {
  width: 0;
  height: 0;
  border: 6px inset transparent;
  position: absolute;
  left: 50%;
  margin-left: -6px;
  border-bottom: 6px solid #fff;
  top: 50%;
  margin-top: -17px
}

.fusion-image-before-after-down-arrow {
  width: 0;
  height: 0;
  border: 6px inset transparent;
  position: absolute;
  left: 50%;
  margin-left: -6px;
  border-top: 6px solid #fff;
  bottom: 50%;
  margin-bottom: -17px
}

.fusion-image-before-after-container {
  box-sizing: content-box;
  z-index: 0;
  overflow: hidden;
  position: relative;
  -webkit-user-select: none;
  user-select: none
}

.fusion-image-before-after-container img {
  max-width: 100%;
  position: absolute;
  top: 0;
  width: 100%;
  display: block
}

.fusion-image-before-after-container * {
  box-sizing: content-box
}

.fusion-image-before-after-container.active .fusion-image-before-after-overlay {
  background: 0 0
}

.fusion-image-before-after-container.active .fusion-image-before-after-overlay .fusion-image-before-after-before-label {
  opacity: 0
}

.fusion-image-before-after-container.active .fusion-image-before-after-overlay .fusion-image-before-after-after-label {
  opacity: 0
}

.fusion-image-before-after-container.active:hover.fusion-image-before-after-overlay {
  background: 0 0
}

.fusion-image-before-after-container.active:hover.fusion-image-before-after-overlay .fusion-image-before-after-before-label {
  opacity: 0
}

.fusion-image-before-after-container.active:hover.fusion-image-before-after-overlay .fusion-image-before-after-after-label {
  opacity: 0
}

.fusion-image-before-after-before {
  z-index: 20
}

.fusion-image-before-after-after {
  z-index: 10
}

.fusion-image-before-after-handle {
  height: 38px;
  width: 38px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  border: 3px solid #fff;
  border-radius: 1000px;
  box-shadow: 0 0 12px rgba(51, 51, 51, .5);
  z-index: 40;
  cursor: pointer
}

.fusion-image-before-after-handle.fusion-image-before-after-handle-square {
  border-radius: 0
}

.fusion-image-before-after-handle.fusion-image-before-after-handle-square .fusion-image-before-after-left-arrow {
  margin: 0;
  transform: translate(-130%, -50%)
}

.fusion-image-before-after-handle.fusion-image-before-after-handle-square .fusion-image-before-after-right-arrow {
  margin: 0;
  transform: translate(130%, -50%)
}

.fusion-image-switch {
  display: inline-block;
  position: relative
}

.fusion-image-switch img {
  transition: .5s ease
}

.fusion-image-switch img:first-child {
  opacity: 1
}

.fusion-image-switch img:last-child {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0
}

.fusion-image-switch:hover img:first-child {
  opacity: 0
}

.fusion-image-switch:hover img:last-child {
  opacity: 1
}

.before-after-label-out-image-up-down {
  opacity: 1;
  position: relative;
  padding: 0;
  line-height: normal;
  visibility: hidden
}

.before-after-label-out-image-up-down.fusion-image-before-after-before-label {
  margin-bottom: .5em
}

.before-after-label-out-image-up-down.fusion-image-before-after-after-label {
  margin-top: .5em
}

.before-after-label-out-image-up-down:before {
  position: static;
  padding: 0;
  margin: 0;
  letter-spacing: 2px;
  line-height: normal
}

.before-after-label-out-image-up-down.visible {
  visibility: visible;
  height: auto !important
}

.rtl .fusion-image-before-after-horizontal .fusion-image-before-after-after-label:before {
  right: auto;
  left: 10px
}

.rtl .fusion-image-before-after-horizontal .fusion-image-before-after-before-label:before {
  left: auto;
  right: 10px
}

.rtl .fusion-image-before-after-after-label.before-after-label-out-image-up-down {
  text-align: left
}

.rtl .fusion-image-before-after-wrapper.fusion-image-before-after-horizontal .fusion-image-before-after-overlay.before-after-overlay-image-up-down .fusion-image-before-after-before-label:before {
  left: auto;
  right: 0
}

.rtl .fusion-image-before-after-wrapper.fusion-image-before-after-horizontal .fusion-image-before-after-overlay.before-after-overlay-image-up-down .fusion-image-before-after-after-label:before {
  left: 0;
  right: auto
}

.rtl .fusion-image-before-after-wrapper.fusion-image-before-after-vertical .fusion-image-before-after-overlay.before-after-overlay-image-up-down .fusion-image-before-after-before-label:before {
  left: auto;
  right: 0
}

.rtl .fusion-image-before-after-wrapper.fusion-image-before-after-vertical .fusion-image-before-after-overlay.before-after-overlay-image-up-down .fusion-image-before-after-after-label:before {
  left: 0;
  right: auto
}

.fusion-image-before-after-wrapper.type-before_after {
  overflow: hidden
}

.fusion-image-before-after-wrapper.fusion-image-before-after-vertical .fusion-image-before-after-after-label.before-after-label-out-image-up-down,
.fusion-image-before-after-wrapper.fusion-image-before-after-vertical .fusion-image-before-after-before-label.before-after-label-out-image-up-down {
  text-align: center
}

.fusion-image-before-after-wrapper.has-alignment {
  display: flex
}

.fusion-image-before-after-wrapper.has-alignment .fusion-image-before-after-element {
  flex: 1
}

.fusion-image-before-after-wrapper.has-alignment.align-center {
  justify-content: center
}

.fusion-image-before-after-wrapper.has-alignment.align-right {
  justify-content: flex-end
}

.fusion-image-before-after-wrapper.has-alignment.align-left {
  justify-content: flex-start
}

.fusion-image-carousel {
  margin-bottom: 40px
}

.fusion-carousel {
  overflow: hidden;
  padding: 0
}

.fusion-carousel .fusion-carousel-positioner {
  position: relative
}

.fusion-carousel .fusion-carousel-wrapper {
  box-sizing: content-box;
  padding: 8px 0
}

.fusion-carousel .fusion-carousel-swipe {
  cursor: grab
}

.fusion-carousel .fusion-carousel-holder {
  margin: 0;
  padding: 0;
  list-style: none
}

.fusion-carousel .fusion-carousel-item {
  display: block;
  float: left;
  padding: 0
}

.fusion-carousel .fusion-carousel-item .fusion-carousel-item-wrapper {
  display: inline-block;
  visibility: hidden;
  vertical-align: middle;
  width: 100%;
  line-height: normal;
  text-align: center
}

.fusion-carousel .fusion-carousel-item .fusion-image-wrapper {
  display: inline-block;
  margin-bottom: 0;
  text-align: center;
  max-width: 100%
}

.fusion-carousel .fusion-carousel-item .fusion-image-wrapper .fusion-placeholder-image {
  width: 1500px !important
}

.fusion-carousel .fusion-carousel-item .fusion-image-wrapper.fusion-video {
  display: block
}

.fusion-carousel .fusion-carousel-item>a {
  display: block;
  box-shadow: none
}

.fusion-carousel .fusion-carousel-item img {
  vertical-align: middle;
  width: 100%;
  height: auto
}

.fusion-carousel .fusion-carousel-title {
  margin: 15px 0 3px
}

.fusion-carousel .fusion-carousel-price {
  margin-top: 8px
}

.fusion-carousel .fusion-carousel-price .price {
  margin-bottom: 0
}

.fusion-carousel .fusion-carousel-nav {
  visibility: hidden
}

.fusion-carousel .fusion-carousel-nav .fusion-nav-next,
.fusion-carousel .fusion-carousel-nav .fusion-nav-prev {
  display: block;
  z-index: 1000;
  opacity: .8;
  position: absolute;
  top: 50%;
  margin-top: -14px;
  padding: 0;
  height: 29px;
  width: 29px;
  text-align: center;
  cursor: pointer;
  color: transparent;
  background-color: rgba(0, 0, 0, .5);
  background-repeat: no-repeat;
  border: none
}

.fusion-carousel .fusion-carousel-nav .fusion-nav-next:before,
.fusion-carousel .fusion-carousel-nav .fusion-nav-prev:before {
  display: block;
  position: relative;
  line-height: 29px;
  font-size: 14px;
  color: #fff;
  font-family: awb-icons
}

.fusion-carousel .fusion-carousel-nav .fusion-nav-next:hover,
.fusion-carousel .fusion-carousel-nav .fusion-nav-prev:hover {
  opacity: 1;
  background-color: var(--carousel_hover_color)
}

.fusion-carousel .fusion-carousel-nav .fusion-nav-prev {
  left: 0
}

.fusion-carousel .fusion-carousel-nav .fusion-nav-prev:before {
  content: "\f104"
}

.fusion-carousel .fusion-carousel-nav .fusion-nav-next {
  right: 0 !important
}

.fusion-carousel .fusion-carousel-nav .fusion-nav-next:before {
  content: "\f105"
}

.fusion-carousel-title-below-image .fusion-carousel-meta,
.fusion-carousel-title-below-image .fusion-carousel-title {
  text-align: left
}

.fusion-carousel-border .fusion-image-wrapper {
  border: 1px solid #e9eaee
}

.fusion-carousel-border .fusion-image-wrapper.hover-type-liftup {
  box-sizing: content-box
}

.fusion-image-carousel-fixed .fusion-carousel .fusion-carousel-item-wrapper {
  text-align: center
}

.fusion-image-carousel-fixed .fusion-carousel .fusion-image-wrapper {
  vertical-align: middle
}

.fusion-image-carousel-fixed .fusion-carousel .fusion-image-wrapper a {
  display: block;
  box-shadow: none
}

.fusion-image-carousel-fixed .fusion-carousel .fusion-image-wrapper img {
  max-height: 115px;
  width: auto
}

.fusion-image-carousel-fixed:not(.awb-image-carousel-top-below-caption) .fusion-carousel .fusion-carousel-wrapper {
  height: 115px !important
}

.fusion-image-carousel-fixed:not(.awb-image-carousel-top-below-caption) .fusion-carousel .fusion-carousel-holder {
  line-height: 115px !important
}

@media all and (max-width:1024px) {
  .fusion-carousel-wrapper.fusion-carousel-swipe .fusion-carousel-holder .fusion-image-wrapper>a {
    pointer-events: none
  }

  .fusion-carousel-wrapper.fusion-carousel-swipe .fusion-carousel-holder .fusion-image-wrapper:hover>a {
    pointer-events: inherit
  }
}

.awb-image-hotspots {
  display: flex
}

.awb-image-hotspots-wrapper {
  position: relative;
  max-width: 100%
}

.awb-image-hotspots-image {
  max-width: 100%;
  height: auto
}

.awb-image-hotspots-hotspot {
  cursor: pointer;
  position: absolute !important;
  padding: 8px;
  background-color: #fff;
  color: #000;
  font-size: .925rem;
  line-height: 1;
  top: 50;
  left: 50;
  transition: background-color 250ms ease, color 250ms ease
}

.awb-image-hotspots-hotspot:focus,
.awb-image-hotspots-hotspot:hover {
  background-color: #e2e2e2;
  color: #000
}

.awb-image-hotspots-hotspot-anim-pumping {
  animation: awb-hotspot-pumping 1.2s infinite alternate;
  animation-timing-function: ease
}

@keyframes awb-hotspot-pumping {
  0% {
    transform: scale(.95)
  }

  100% {
    transform: scale(1.1)
  }
}

.awb-image-hotspots-hotspot-anim-pulsating {
  z-index: 1
}

.awb-image-hotspots-hotspot-anim-pulsating:before {
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  z-index: -1;
  opacity: 0;
  animation: awb-hotspot-pulsating 1.9s infinite;
  background-color: inherit;
  border-radius: inherit
}

@keyframes awb-hotspot-pulsating {
  0% {
    transform: scale(.7);
    opacity: 1
  }

  100% {
    transform: scale(1.6);
    opacity: 0
  }
}

.awb-image-hotspots-hotspot-anim-showing {
  animation: awb-hotspot-showing 1.5s infinite alternate;
  animation-timing-function: ease
}

@keyframes awb-hotspot-showing {
  0% {
    opacity: .7
  }

  100% {
    opacity: 1
  }
}

.awb-image-hotspots-hotspot-anim-pump-showing {
  animation: awb-hotspot-pump-showing 1.3s infinite alternate;
  animation-timing-function: ease
}

@keyframes awb-hotspot-pump-showing {
  0% {
    opacity: .8;
    transform: scale(.95)
  }

  100% {
    opacity: 1;
    transform: scale(1.05)
  }
}

.awb-image-hotspots-hotspot-anim-sonar {
  z-index: 1;
  border-color: #fff
}

.awb-image-hotspots-hotspot-anim-sonar:after,
.awb-image-hotspots-hotspot-anim-sonar:before {
  content: "";
  width: 100%;
  height: 100%;
  top: -1px;
  left: -1px;
  position: absolute;
  z-index: -1;
  opacity: 0;
  animation: awb-hotspot-sonar 2.3s infinite;
  background-color: transparent;
  border: 1px solid;
  border-color: inherit;
  border-radius: inherit
}

.awb-image-hotspots-hotspot-anim-sonar:after {
  animation-delay: .6s
}

@keyframes awb-hotspot-sonar {
  0% {
    transform: scale(1);
    opacity: 1
  }

  100% {
    transform: scale(1.4);
    opacity: 0
  }
}

.fusion-imageframe {
  display: inline-block;
  z-index: 1;
  overflow: hidden;
  position: relative;
  vertical-align: middle;
  max-width: 100%;
  line-height: 1
}

.fusion-imageframe img {
  vertical-align: top;
  box-shadow: none !important
}

.fusion-imageframe img.fusion-mobile-logo,
.fusion-imageframe img.fusion-sticky-logo {
  display: none
}

.fusion-imageframe.element-bottomshadow {
  overflow: visible
}

.fusion-imageframe.element-bottomshadow:after,
.fusion-imageframe.element-bottomshadow:before {
  box-shadow: 0 17px 10px rgba(0, 0, 0, .4)
}

.fusion-imageframe.element-bottomshadow img {
  margin: 0;
  vertical-align: top;
  box-shadow: none !important
}

.fusion-imageframe.has-mask img {
  -webkit-mask-size: contain;
  -webkit-mask-position: center center;
  -webkit-mask-repeat: no-repeat;
  mask-size: contain;
  mask-position: center center;
  mask-repeat: no-repeat
}

.fusion-imageframe.has-aspect-ratio {
  position: relative
}

.fusion-imageframe.has-aspect-ratio img {
  aspect-ratio: 1;
  width: 100%;
  object-fit: cover;
  object-position: 50% 50%
}

.awb-image-frame.imageframe-liftup.hover-with-mask:before {
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  box-shadow: none;
  filter: drop-shadow(0 4px 5px #000) opacity(.4)
}

.awb-imageframe-style {
  position: relative
}

.awb-imageframe-style .awb-imageframe-caption-text,
.awb-imageframe-style .awb-imageframe-caption-title {
  margin: 0
}

.awb-imageframe-style .fusion-masonry-element-container {
  background-repeat: no-repeat
}

.awb-imageframe-style-dany .awb-imageframe-caption-container,
.awb-imageframe-style-dario .awb-imageframe-caption-container,
.awb-imageframe-style-navin .awb-imageframe-caption-container,
.awb-imageframe-style-resa .awb-imageframe-caption-container,
.awb-imageframe-style-schantel .awb-imageframe-caption-container {
  padding: 2em;
  color: #fff;
  text-transform: uppercase;
  font-size: 1rem;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center
}

.awb-imageframe-style-dany .awb-imageframe-caption-container:after,
.awb-imageframe-style-dany .awb-imageframe-caption-container:before,
.awb-imageframe-style-dario .awb-imageframe-caption-container:after,
.awb-imageframe-style-dario .awb-imageframe-caption-container:before,
.awb-imageframe-style-navin .awb-imageframe-caption-container:after,
.awb-imageframe-style-navin .awb-imageframe-caption-container:before,
.awb-imageframe-style-resa .awb-imageframe-caption-container:after,
.awb-imageframe-style-resa .awb-imageframe-caption-container:before,
.awb-imageframe-style-schantel .awb-imageframe-caption-container:after,
.awb-imageframe-style-schantel .awb-imageframe-caption-container:before {
  pointer-events: none
}

.awb-imageframe-style-dany img,
.awb-imageframe-style-dario img,
.awb-imageframe-style-navin img,
.awb-imageframe-style-resa img,
.awb-imageframe-style-schantel img {
  position: relative;
  display: block;
  min-height: 100%;
  max-width: 100%;
  opacity: .8
}

.awb-imageframe-style-dany .fusion-masonry-element-container,
.awb-imageframe-style-dario .fusion-masonry-element-container,
.awb-imageframe-style-navin .fusion-masonry-element-container,
.awb-imageframe-style-resa .fusion-masonry-element-container,
.awb-imageframe-style-schantel .fusion-masonry-element-container {
  opacity: .8
}

.awb-imageframe-style-navin img {
  max-width: none;
  width: calc(100% + 50px);
  opacity: .7;
  transition: opacity .35s, transform .35s;
  transform: translate3d(-40px, 0, 0)
}

.fusion-carousel .fusion-carousel-item .awb-imageframe-style-navin img {
  width: calc(100% + 50px)
}

.awb-imageframe-style-navin.has-aspect-ratio img {
  width: calc(100% + 50px)
}

.awb-imageframe-style-navin .fusion-masonry-element-container {
  transition: opacity .35s, background-position .35s;
  background-position-x: -40px;
  width: calc(100% + 50px)
}

.awb-imageframe-style-navin .awb-imageframe-caption {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 2em 2em 4em 2em;
  width: 100%;
  text-align: left
}

.awb-imageframe-style-navin .awb-imageframe-caption .awb-imageframe-caption-text,
.awb-imageframe-style-navin .awb-imageframe-caption .awb-imageframe-caption-title {
  transform: translate3d(0, 100%, 0)
}

.awb-imageframe-style-navin .awb-imageframe-caption .awb-imageframe-caption-title {
  transition: transform .35s
}

.awb-imageframe-style-navin .awb-imageframe-caption .awb-imageframe-caption-text {
  color: rgba(255, 255, 255, .8);
  opacity: 0;
  transition: opacity .2s, transform .35s
}

.awb-imageframe-style-navin:hover .awb-imageframe-caption-text,
.awb-imageframe-style-navin:hover .fusion-masonry-element-container,
.awb-imageframe-style-navin:hover img {
  opacity: 1
}

.awb-imageframe-style-navin:hover .fusion-masonry-element-container {
  background-position-x: 0
}

.awb-imageframe-style-navin:hover .awb-imageframe-caption-text,
.awb-imageframe-style-navin:hover .awb-imageframe-caption-title,
.awb-imageframe-style-navin:hover img {
  transform: translate3d(0, 0, 0)
}

.awb-imageframe-style-navin:hover .awb-imageframe-caption-text {
  transition-delay: 50ms;
  transition-duration: .35s
}

.awb-imageframe-style-dario img {
  max-width: none;
  width: calc(100% + 20px);
  transition: opacity .35s, transform .35s;
  transform: translate3d(-10px, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden
}

.fusion-carousel .fusion-carousel-item .awb-imageframe-style-dario img {
  width: calc(100% + 20px)
}

.awb-imageframe-style-dario.has-aspect-ratio img {
  width: calc(100% + 20px)
}

.awb-imageframe-style-dario .fusion-masonry-element-container {
  transition: opacity .35s, background-position .35s;
  background-position-x: -10px;
  width: calc(100% + 20px)
}

.awb-imageframe-style-dario:hover img {
  opacity: .4;
  transform: translate3d(0, 0, 0)
}

.awb-imageframe-style-dario:hover .fusion-masonry-element-container {
  opacity: .4;
  background-position-x: 0
}

.awb-imageframe-style-dario:hover .awb-imageframe-caption .awb-imageframe-caption-title:after {
  transform: translate3d(0, 0, 0)
}

.awb-imageframe-style-dario:hover .awb-imageframe-caption .awb-imageframe-caption-text {
  opacity: 1;
  transform: translate3d(0, 0, 0)
}

.awb-imageframe-style-dario .awb-imageframe-caption {
  text-align: left
}

.awb-imageframe-style-dario .awb-imageframe-caption .awb-imageframe-caption-title {
  position: relative;
  overflow: hidden;
  padding: .5em 0
}

.awb-imageframe-style-dario .awb-imageframe-caption .awb-imageframe-caption-title:after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background: var(--awb-color1);
  content: "";
  transition: transform .35s;
  transform: translate3d(-100%, 0, 0)
}

.awb-imageframe-style-dario .awb-imageframe-caption .awb-imageframe-caption-text {
  padding: 1em 0;
  opacity: 0;
  transition: opacity .35s, transform .35s;
  transform: translate3d(100%, 0, 0)
}

.awb-imageframe-style-resa .fusion-masonry-element-container,
.awb-imageframe-style-resa img {
  opacity: .7;
  transition: opacity .35s
}

.awb-imageframe-style-resa:hover .fusion-masonry-element-container,
.awb-imageframe-style-resa:hover img {
  opacity: .4
}

.awb-imageframe-style-resa:hover .awb-imageframe-caption-container:after,
.awb-imageframe-style-resa:hover .awb-imageframe-caption-container:before {
  opacity: 1;
  transform: scale(1)
}

.awb-imageframe-style-resa:hover .awb-imageframe-caption-container .awb-imageframe-caption-text,
.awb-imageframe-style-resa:hover .awb-imageframe-caption-container .awb-imageframe-caption-title {
  margin: 0;
  opacity: 1;
  transform: translate3d(0, 0, 0)
}

.awb-imageframe-style-resa:hover .awb-imageframe-caption-container .awb-imageframe-caption-title {
  padding: 0 0 .5em 0
}

.awb-imageframe-style-resa .awb-imageframe-caption-container:after,
.awb-imageframe-style-resa .awb-imageframe-caption-container:before {
  position: absolute;
  top: 30px;
  right: 30px;
  bottom: 30px;
  left: 30px;
  content: "";
  opacity: 0;
  transition: opacity .35s, transform .35s
}

.awb-imageframe-style-resa .awb-imageframe-caption-container:before {
  border-top: 1px solid var(--awb-color1);
  border-bottom: 1px solid var(--awb-color1);
  transform: scale(0, 1)
}

.awb-imageframe-style-resa .awb-imageframe-caption-container:after {
  border-right: 1px solid var(--awb-color1);
  border-left: 1px solid var(--awb-color1);
  transform: scale(1, 0)
}

.awb-imageframe-style-resa .awb-imageframe-caption-container .awb-imageframe-caption-title {
  padding: 0;
  transition: padding .25s ease-in-out
}

.awb-imageframe-style-resa .awb-imageframe-caption-container .awb-imageframe-caption-text {
  margin-top: -1em;
  padding: 0;
  opacity: 0;
  transform: translate3d(0, 100px, 0);
  transition: opacity .35s, transform .35s, margin .35s ease-in-out
}

.awb-imageframe-style-resa .awb-imageframe-caption-container .awb-imageframe-caption-text,
.awb-imageframe-style-resa .awb-imageframe-caption-container .awb-imageframe-caption-title {
  text-align: center
}

.awb-imageframe-style-resa .awb-imageframe-caption {
  align-items: center;
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: center;
  padding: 0 2em
}

.awb-imageframe-style-schantel .fusion-masonry-element-container,
.awb-imageframe-style-schantel img {
  transition: opacity 1s, transform 1s
}

.awb-imageframe-style-schantel .awb-imageframe-caption-container {
  text-align: left
}

.awb-imageframe-style-schantel .awb-imageframe-caption-container .awb-imageframe-caption-title {
  position: relative;
  padding: .5em 0
}

.awb-imageframe-style-schantel .awb-imageframe-caption-container .awb-imageframe-caption-text {
  display: inline-block;
  margin: 0 0 .25em;
  padding: .4em 1em;
  background: rgba(255, 255, 255, .9);
  color: #2f3238;
  text-transform: none;
  font-weight: 500;
  transition: opacity .35s, transform .35s;
  transform: translate3d(calc(-100% - 100%), 0, 0)
}

.awb-imageframe-style-schantel .awb-imageframe-caption-container .awb-imageframe-caption-text:first-child {
  transition-delay: 0.15s
}

.awb-imageframe-style-schantel .awb-imageframe-caption-container .awb-imageframe-caption-text:nth-of-type(2) {
  transition-delay: 0.1s
}

.awb-imageframe-style-schantel .awb-imageframe-caption-container .awb-imageframe-caption-text:nth-of-type(3) {
  transition-delay: 50ms
}

.awb-imageframe-style-schantel:hover .awb-imageframe-caption-text {
  opacity: 1;
  transform: translate3d(0, 0, 0)
}

.awb-imageframe-style-schantel:hover .awb-imageframe-caption-text:first-child {
  transition-delay: 0s
}

.awb-imageframe-style-schantel:hover .awb-imageframe-caption-text:nth-of-type(2) {
  transition-delay: 50ms
}

.awb-imageframe-style-schantel:hover .awb-imageframe-caption-text:nth-of-type(3) {
  transition-delay: 0.1s
}

.awb-imageframe-style-schantel:hover .fusion-masonry-element-container,
.awb-imageframe-style-schantel:hover img {
  opacity: .4;
  transform: scale3d(1.1, 1.1, 1)
}

.awb-imageframe-style-dany img {
  transition: transform .35s;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden
}

.awb-imageframe-style-dany .fusion-masonry-element-container {
  transition: background-position .35s
}

.awb-imageframe-style-dany .awb-imageframe-caption-container {
  text-align: left;
  padding: 0
}

.awb-imageframe-style-dany .awb-imageframe-caption-container .awb-imageframe-caption-title {
  padding: 1.66666667em
}

.awb-imageframe-style-dany .awb-imageframe-caption-container .awb-imageframe-caption-text {
  max-height: 0;
  padding: 0 1.66666667em;
  transition: max-height .35s, padding .35s, margin .35s ease-in-out
}

.awb-imageframe-style-dany .awb-imageframe-caption {
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: flex-end
}

.awb-imageframe-style-dany:hover img {
  transform: translate3d(0, -60px, 0)
}

.awb-imageframe-style-dany:hover .awb-imageframe-caption-container .awb-imageframe-caption-text {
  max-height: 100%;
  padding: 1.66666667em 1.66666667em
}

.awb-imageframe-style-dany:hover .fusion-masonry-element-container {
  background-position-y: -74px
}

.fusion-tb-header .fusion-sticky-container.fusion-sticky-transition .fusion-imageframe.has-fusion-sticky-logo img.fusion-mobile-logo,
.fusion-tb-header .fusion-sticky-container.fusion-sticky-transition .fusion-imageframe.has-fusion-sticky-logo img.fusion-standard-logo {
  display: none
}

.fusion-tb-header .fusion-sticky-container.fusion-sticky-transition .fusion-imageframe.has-fusion-sticky-logo img.fusion-sticky-logo {
  display: inline-block
}

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

a.fusion-lottie {
  display: block
}

.fusion-row.fusion-row-on-top {
  z-index: 99999999 !important
}

.fusion-content-layout-row:not(.fusion-content-nowrap)>.fusion-menu-element-wrapper {
  width: auto
}

.fusion-menu-element-wrapper {
  font-size: 16px;
  margin-top: 0;
  margin-bottom: 0;
  width: 100%;
  opacity: 1;
  transition: opacity .1s cubic-bezier(.42, .01, .58, 1)
}

.fusion-menu-element-wrapper.loading {
  opacity: 0
}

.fusion-menu-element-wrapper.no-wrapper-transition .fusion-menu-element-list {
  transition: none !important
}

.fusion-menu-element-wrapper.no-wrapper-transition .fusion-menu-element-list .menu-item>a {
  transition: none !important
}

.fusion-menu-element-wrapper.no-wrapper-transition .fusion-menu-element-list .sub-menu {
  transition: none !important
}

.fusion-menu-element-wrapper .fusion-menu-element-list {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  list-style: none;
  justify-content: flex-start;
  flex-direction: row;
  padding: 0;
  font-family: inherit;
  font-weight: 400;
  margin-block-start: 0;
  margin-block-end: 0;
  min-height: 4em;
  position: relative;
  transition: all calc(300 * 1ms) cubic-bezier(.42, .01, .58, 1);
  text-transform: none
}

.fusion-menu-element-wrapper .fusion-menu-element-list .menu-item>a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  transition: color calc(300 * 1ms) cubic-bezier(.42, .01, .58, 1), background-color calc(300 * 1ms) cubic-bezier(.42, .01, .58, 1)
}

.fusion-menu-element-wrapper .fusion-menu-element-list .menu-item>a .fusion-menu-description {
  transition-duration: inherit;
  line-height: 1;
  font-family: var(--body_typography-font-family);
  font-weight: var(--body_typography-font-weight);
  letter-spacing: var(--body_typography-letter-spacing);
  display: block;
  font-size: .8em
}

.fusion-menu-element-wrapper .fusion-menu-element-list .fusion-icon-only-link {
  font-family: inherit !important;
  font-weight: 400 !important;
  text-transform: none !important;
  line-height: inherit
}

.fusion-menu-element-wrapper .fusion-menu-element-list>li {
  display: flex;
  justify-content: center;
  transition: all calc(300 * 1ms) cubic-bezier(.42, .01, .58, 1);
  margin-left: calc(0px / 2);
  margin-right: calc(0px / 2)
}

.fusion-menu-element-wrapper .fusion-menu-element-list>li>* {
  z-index: 10
}

.rtl.fusion-body .fusion-menu-element-wrapper .fusion-menu-element-list>li:first-child {
  margin-right: 0
}

.ltr.fusion-body .fusion-menu-element-wrapper .fusion-menu-element-list>li:first-child {
  margin-left: 0
}

.rtl.fusion-body .fusion-menu-element-wrapper .fusion-menu-element-list>li:last-child {
  margin-left: 0
}

.ltr.fusion-body .fusion-menu-element-wrapper .fusion-menu-element-list>li:last-child {
  margin-right: 0
}

.fusion-menu-element-wrapper .fusion-menu-element-list>li:not(.fusion-menu-item-button) {
  background-color: rgba(0, 0, 0, 0);
  border-radius: 0 0 0 0
}

.fusion-menu-element-wrapper .fusion-menu-element-list>li:not(.fusion-menu-item-button) .fusion-widget-cart>a,
.fusion-menu-element-wrapper .fusion-menu-element-list>li:not(.fusion-menu-item-button)>a {
  padding-top: calc(0px + 0px);
  padding-right: calc(0px + 0px);
  padding-bottom: calc(0px + 0px);
  padding-left: calc(0px + 0px)
}

.fusion-menu-element-wrapper .fusion-menu-element-list>li:not(.fusion-menu-item-button).current-menu-ancestor.awb-flyout-top-level-no-link>a,
.fusion-menu-element-wrapper .fusion-menu-element-list>li:not(.fusion-menu-item-button).current-menu-parent.awb-flyout-top-level-no-link>a,
.fusion-menu-element-wrapper .fusion-menu-element-list>li:not(.fusion-menu-item-button)>.fusion-open-nav-submenu,
.fusion-menu-element-wrapper .fusion-menu-element-list>li:not(.fusion-menu-item-button)>a {
  color: #212934 !important
}

.fusion-menu-element-wrapper .fusion-menu-element-list>li:not(.fusion-menu-item-button)>.fusion-open-nav-submenu {
  padding-bottom: 0
}

.fusion-menu-element-wrapper .fusion-menu-element-list>li:not(.fusion-menu-item-button).current-menu-ancestor>a,
.fusion-menu-element-wrapper .fusion-menu-element-list>li:not(.fusion-menu-item-button).current-menu-item>a,
.fusion-menu-element-wrapper .fusion-menu-element-list>li:not(.fusion-menu-item-button).current-menu-parent>a,
.fusion-menu-element-wrapper .fusion-menu-element-list>li:not(.fusion-menu-item-button).expanded>a,
.fusion-menu-element-wrapper .fusion-menu-element-list>li:not(.fusion-menu-item-button).hover>a,
.fusion-menu-element-wrapper .fusion-menu-element-list>li:not(.fusion-menu-item-button):active>a,
.fusion-menu-element-wrapper .fusion-menu-element-list>li:not(.fusion-menu-item-button):focus-within>a,
.fusion-menu-element-wrapper .fusion-menu-element-list>li:not(.fusion-menu-item-button):focus>a,
.fusion-menu-element-wrapper .fusion-menu-element-list>li:not(.fusion-menu-item-button):hover>a {
  color: #65bc7b !important;
  padding-top: calc(0px + 0px);
  padding-right: calc(0px + 0px);
  padding-bottom: calc(0px + 0px);
  padding-left: calc(0px + 0px)
}

.fusion-menu-element-wrapper .fusion-menu-element-list>li:not(.fusion-menu-item-button).current-menu-ancestor>.fusion-open-nav-submenu,
.fusion-menu-element-wrapper .fusion-menu-element-list>li:not(.fusion-menu-item-button).current-menu-item>.fusion-open-nav-submenu,
.fusion-menu-element-wrapper .fusion-menu-element-list>li:not(.fusion-menu-item-button).current-menu-parent>.fusion-open-nav-submenu,
.fusion-menu-element-wrapper .fusion-menu-element-list>li:not(.fusion-menu-item-button).expanded>.fusion-open-nav-submenu,
.fusion-menu-element-wrapper .fusion-menu-element-list>li:not(.fusion-menu-item-button).hover>.fusion-open-nav-submenu,
.fusion-menu-element-wrapper .fusion-menu-element-list>li:not(.fusion-menu-item-button):active>.fusion-open-nav-submenu,
.fusion-menu-element-wrapper .fusion-menu-element-list>li:not(.fusion-menu-item-button):focus-within>.fusion-open-nav-submenu,
.fusion-menu-element-wrapper .fusion-menu-element-list>li:not(.fusion-menu-item-button):focus>.fusion-open-nav-submenu,
.fusion-menu-element-wrapper .fusion-menu-element-list>li:not(.fusion-menu-item-button):hover>.fusion-open-nav-submenu {
  color: #65bc7b !important;
  padding-top: calc(0px + 0px);
  padding-bottom: calc(0px + 0px)
}

.ltr .fusion-menu-element-wrapper .fusion-menu-element-list>li:not(.fusion-menu-item-button).current-menu-ancestor>.fusion-open-nav-submenu,
.ltr .fusion-menu-element-wrapper .fusion-menu-element-list>li:not(.fusion-menu-item-button).current-menu-item>.fusion-open-nav-submenu,
.ltr .fusion-menu-element-wrapper .fusion-menu-element-list>li:not(.fusion-menu-item-button).current-menu-parent>.fusion-open-nav-submenu,
.ltr .fusion-menu-element-wrapper .fusion-menu-element-list>li:not(.fusion-menu-item-button).expanded>.fusion-open-nav-submenu,
.ltr .fusion-menu-element-wrapper .fusion-menu-element-list>li:not(.fusion-menu-item-button).hover>.fusion-open-nav-submenu,
.ltr .fusion-menu-element-wrapper .fusion-menu-element-list>li:not(.fusion-menu-item-button):active>.fusion-open-nav-submenu,
.ltr .fusion-menu-element-wrapper .fusion-menu-element-list>li:not(.fusion-menu-item-button):focus-within>.fusion-open-nav-submenu,
.ltr .fusion-menu-element-wrapper .fusion-menu-element-list>li:not(.fusion-menu-item-button):focus>.fusion-open-nav-submenu,
.ltr .fusion-menu-element-wrapper .fusion-menu-element-list>li:not(.fusion-menu-item-button):hover>.fusion-open-nav-submenu {
  padding-right: calc(0px + 0px)
}

.rtl .fusion-menu-element-wrapper .fusion-menu-element-list>li:not(.fusion-menu-item-button).current-menu-ancestor>.fusion-open-nav-submenu,
.rtl .fusion-menu-element-wrapper .fusion-menu-element-list>li:not(.fusion-menu-item-button).current-menu-item>.fusion-open-nav-submenu,
.rtl .fusion-menu-element-wrapper .fusion-menu-element-list>li:not(.fusion-menu-item-button).current-menu-parent>.fusion-open-nav-submenu,
.rtl .fusion-menu-element-wrapper .fusion-menu-element-list>li:not(.fusion-menu-item-button).expanded>.fusion-open-nav-submenu,
.rtl .fusion-menu-element-wrapper .fusion-menu-element-list>li:not(.fusion-menu-item-button).hover>.fusion-open-nav-submenu,
.rtl .fusion-menu-element-wrapper .fusion-menu-element-list>li:not(.fusion-menu-item-button):active>.fusion-open-nav-submenu,
.rtl .fusion-menu-element-wrapper .fusion-menu-element-list>li:not(.fusion-menu-item-button):focus-within>.fusion-open-nav-submenu,
.rtl .fusion-menu-element-wrapper .fusion-menu-element-list>li:not(.fusion-menu-item-button):focus>.fusion-open-nav-submenu,
.rtl .fusion-menu-element-wrapper .fusion-menu-element-list>li:not(.fusion-menu-item-button):hover>.fusion-open-nav-submenu {
  padding-left: calc(0px + 0px)
}

.fusion-menu-element-wrapper .fusion-menu-element-list>li:not(.fusion-menu-item-button).current-menu-ancestor>.background-default.transition-fade,
.fusion-menu-element-wrapper .fusion-menu-element-list>li:not(.fusion-menu-item-button).current-menu-ancestor>.background-default.transition-left,
.fusion-menu-element-wrapper .fusion-menu-element-list>li:not(.fusion-menu-item-button).current-menu-ancestor>.background-default.transition-right,
.fusion-menu-element-wrapper .fusion-menu-element-list>li:not(.fusion-menu-item-button).current-menu-item>.background-default.transition-fade,
.fusion-menu-element-wrapper .fusion-menu-element-list>li:not(.fusion-menu-item-button).current-menu-item>.background-default.transition-left,
.fusion-menu-element-wrapper .fusion-menu-element-list>li:not(.fusion-menu-item-button).current-menu-item>.background-default.transition-right,
.fusion-menu-element-wrapper .fusion-menu-element-list>li:not(.fusion-menu-item-button).current-menu-parent>.background-default.transition-fade,
.fusion-menu-element-wrapper .fusion-menu-element-list>li:not(.fusion-menu-item-button).current-menu-parent>.background-default.transition-left,
.fusion-menu-element-wrapper .fusion-menu-element-list>li:not(.fusion-menu-item-button).current-menu-parent>.background-default.transition-right,
.fusion-menu-element-wrapper .fusion-menu-element-list>li:not(.fusion-menu-item-button).expanded>.background-default.transition-fade,
.fusion-menu-element-wrapper .fusion-menu-element-list>li:not(.fusion-menu-item-button).expanded>.background-default.transition-left,
.fusion-menu-element-wrapper .fusion-menu-element-list>li:not(.fusion-menu-item-button).expanded>.background-default.transition-right,
.fusion-menu-element-wrapper .fusion-menu-element-list>li:not(.fusion-menu-item-button).hover>.background-default.transition-fade,
.fusion-menu-element-wrapper .fusion-menu-element-list>li:not(.fusion-menu-item-button).hover>.background-default.transition-left,
.fusion-menu-element-wrapper .fusion-menu-element-list>li:not(.fusion-menu-item-button).hover>.background-default.transition-right,
.fusion-menu-element-wrapper .fusion-menu-element-list>li:not(.fusion-menu-item-button):active>.background-default.transition-fade,
.fusion-menu-element-wrapper .fusion-menu-element-list>li:not(.fusion-menu-item-button):active>.background-default.transition-left,
.fusion-menu-element-wrapper .fusion-menu-element-list>li:not(.fusion-menu-item-button):active>.background-default.transition-right,
.fusion-menu-element-wrapper .fusion-menu-element-list>li:not(.fusion-menu-item-button):focus-within>.background-default.transition-fade,
.fusion-menu-element-wrapper .fusion-menu-element-list>li:not(.fusion-menu-item-button):focus-within>.background-default.transition-left,
.fusion-menu-element-wrapper .fusion-menu-element-list>li:not(.fusion-menu-item-button):focus-within>.background-default.transition-right,
.fusion-menu-element-wrapper .fusion-menu-element-list>li:not(.fusion-menu-item-button):focus>.background-default.transition-fade,
.fusion-menu-element-wrapper .fusion-menu-element-list>li:not(.fusion-menu-item-button):focus>.background-default.transition-left,
.fusion-menu-element-wrapper .fusion-menu-element-list>li:not(.fusion-menu-item-button):focus>.background-default.transition-right,
.fusion-menu-element-wrapper .fusion-menu-element-list>li:not(.fusion-menu-item-button):hover>.background-default.transition-fade,
.fusion-menu-element-wrapper .fusion-menu-element-list>li:not(.fusion-menu-item-button):hover>.background-default.transition-left,
.fusion-menu-element-wrapper .fusion-menu-element-list>li:not(.fusion-menu-item-button):hover>.background-default.transition-right {
  opacity: 0
}

.fusion-menu-element-wrapper .fusion-menu-element-list>li:not(.fusion-menu-item-button).current-menu-ancestor>.background-default.transition-left,
.fusion-menu-element-wrapper .fusion-menu-element-list>li:not(.fusion-menu-item-button).current-menu-ancestor>.background-default.transition-right,
.fusion-menu-element-wrapper .fusion-menu-element-list>li:not(.fusion-menu-item-button).current-menu-item>.background-default.transition-left,
.fusion-menu-element-wrapper .fusion-menu-element-list>li:not(.fusion-menu-item-button).current-menu-item>.background-default.transition-right,
.fusion-menu-element-wrapper .fusion-menu-element-list>li:not(.fusion-menu-item-button).current-menu-parent>.background-default.transition-left,
.fusion-menu-element-wrapper .fusion-menu-element-list>li:not(.fusion-menu-item-button).current-menu-parent>.background-default.transition-right,
.fusion-menu-element-wrapper .fusion-menu-element-list>li:not(.fusion-menu-item-button).expanded>.background-default.transition-left,
.fusion-menu-element-wrapper .fusion-menu-element-list>li:not(.fusion-menu-item-button).expanded>.background-default.transition-right,
.fusion-menu-element-wrapper .fusion-menu-element-list>li:not(.fusion-menu-item-button).hover>.background-default.transition-left,
.fusion-menu-element-wrapper .fusion-menu-element-list>li:not(.fusion-menu-item-button).hover>.background-default.transition-right,
.fusion-menu-element-wrapper .fusion-menu-element-list>li:not(.fusion-menu-item-button):active>.background-default.transition-left,
.fusion-menu-element-wrapper .fusion-menu-element-list>li:not(.fusion-menu-item-button):active>.background-default.transition-right,
.fusion-menu-element-wrapper .fusion-menu-element-list>li:not(.fusion-menu-item-button):focus-within>.background-default.transition-left,
.fusion-menu-element-wrapper .fusion-menu-element-list>li:not(.fusion-menu-item-button):focus-within>.background-default.transition-right,
.fusion-menu-element-wrapper .fusion-menu-element-list>li:not(.fusion-menu-item-button):focus>.background-default.transition-left,
.fusion-menu-element-wrapper .fusion-menu-element-list>li:not(.fusion-menu-item-button):focus>.background-default.transition-right,
.fusion-menu-element-wrapper .fusion-menu-element-list>li:not(.fusion-menu-item-button):hover>.background-default.transition-left,
.fusion-menu-element-wrapper .fusion-menu-element-list>li:not(.fusion-menu-item-button):hover>.background-default.transition-right {
  width: 0
}

.fusion-menu-element-wrapper .fusion-menu-element-list>li:not(.fusion-menu-item-button).current-menu-ancestor>.background-default.transition-center,
.fusion-menu-element-wrapper .fusion-menu-element-list>li:not(.fusion-menu-item-button).current-menu-item>.background-default.transition-center,
.fusion-menu-element-wrapper .fusion-menu-element-list>li:not(.fusion-menu-item-button).current-menu-parent>.background-default.transition-center,
.fusion-menu-element-wrapper .fusion-menu-element-list>li:not(.fusion-menu-item-button).expanded>.background-default.transition-center,
.fusion-menu-element-wrapper .fusion-menu-element-list>li:not(.fusion-menu-item-button).hover>.background-default.transition-center,
.fusion-menu-element-wrapper .fusion-menu-element-list>li:not(.fusion-menu-item-button):active>.background-default.transition-center,
.fusion-menu-element-wrapper .fusion-menu-element-list>li:not(.fusion-menu-item-button):focus-within>.background-default.transition-center,
.fusion-menu-element-wrapper .fusion-menu-element-list>li:not(.fusion-menu-item-button):focus>.background-default.transition-center,
.fusion-menu-element-wrapper .fusion-menu-element-list>li:not(.fusion-menu-item-button):hover>.background-default.transition-center {
  transform: scaleX(0)
}

.fusion-menu-element-wrapper .fusion-menu-element-list>li:not(.fusion-menu-item-button).current-menu-ancestor>.background-active.transition-fade,
.fusion-menu-element-wrapper .fusion-menu-element-list>li:not(.fusion-menu-item-button).current-menu-ancestor>.background-active.transition-left,
.fusion-menu-element-wrapper .fusion-menu-element-list>li:not(.fusion-menu-item-button).current-menu-ancestor>.background-active.transition-right,
.fusion-menu-element-wrapper .fusion-menu-element-list>li:not(.fusion-menu-item-button).current-menu-item>.background-active.transition-fade,
.fusion-menu-element-wrapper .fusion-menu-element-list>li:not(.fusion-menu-item-button).current-menu-item>.background-active.transition-left,
.fusion-menu-element-wrapper .fusion-menu-element-list>li:not(.fusion-menu-item-button).current-menu-item>.background-active.transition-right,
.fusion-menu-element-wrapper .fusion-menu-element-list>li:not(.fusion-menu-item-button).current-menu-parent>.background-active.transition-fade,
.fusion-menu-element-wrapper .fusion-menu-element-list>li:not(.fusion-menu-item-button).current-menu-parent>.background-active.transition-left,
.fusion-menu-element-wrapper .fusion-menu-element-list>li:not(.fusion-menu-item-button).current-menu-parent>.background-active.transition-right,
.fusion-menu-element-wrapper .fusion-menu-element-list>li:not(.fusion-menu-item-button).expanded>.background-active.transition-fade,
.fusion-menu-element-wrapper .fusion-menu-element-list>li:not(.fusion-menu-item-button).expanded>.background-active.transition-left,
.fusion-menu-element-wrapper .fusion-menu-element-list>li:not(.fusion-menu-item-button).expanded>.background-active.transition-right,
.fusion-menu-element-wrapper .fusion-menu-element-list>li:not(.fusion-menu-item-button).hover>.background-active.transition-fade,
.fusion-menu-element-wrapper .fusion-menu-element-list>li:not(.fusion-menu-item-button).hover>.background-active.transition-left,
.fusion-menu-element-wrapper .fusion-menu-element-list>li:not(.fusion-menu-item-button).hover>.background-active.transition-right,
.fusion-menu-element-wrapper .fusion-menu-element-list>li:not(.fusion-menu-item-button):active>.background-active.transition-fade,
.fusion-menu-element-wrapper .fusion-menu-element-list>li:not(.fusion-menu-item-button):active>.background-active.transition-left,
.fusion-menu-element-wrapper .fusion-menu-element-list>li:not(.fusion-menu-item-button):active>.background-active.transition-right,
.fusion-menu-element-wrapper .fusion-menu-element-list>li:not(.fusion-menu-item-button):focus-within>.background-active.transition-fade,
.fusion-menu-element-wrapper .fusion-menu-element-list>li:not(.fusion-menu-item-button):focus-within>.background-active.transition-left,
.fusion-menu-element-wrapper .fusion-menu-element-list>li:not(.fusion-menu-item-button):focus-within>.background-active.transition-right,
.fusion-menu-element-wrapper .fusion-menu-element-list>li:not(.fusion-menu-item-button):focus>.background-active.transition-fade,
.fusion-menu-element-wrapper .fusion-menu-element-list>li:not(.fusion-menu-item-button):focus>.background-active.transition-left,
.fusion-menu-element-wrapper .fusion-menu-element-list>li:not(.fusion-menu-item-button):focus>.background-active.transition-right,
.fusion-menu-element-wrapper .fusion-menu-element-list>li:not(.fusion-menu-item-button):hover>.background-active.transition-fade,
.fusion-menu-element-wrapper .fusion-menu-element-list>li:not(.fusion-menu-item-button):hover>.background-active.transition-left,
.fusion-menu-element-wrapper .fusion-menu-element-list>li:not(.fusion-menu-item-button):hover>.background-active.transition-right {
  opacity: 1
}

.fusion-menu-element-wrapper .fusion-menu-element-list>li:not(.fusion-menu-item-button).current-menu-ancestor>.background-active.transition-left,
.fusion-menu-element-wrapper .fusion-menu-element-list>li:not(.fusion-menu-item-button).current-menu-ancestor>.background-active.transition-right,
.fusion-menu-element-wrapper .fusion-menu-element-list>li:not(.fusion-menu-item-button).current-menu-item>.background-active.transition-left,
.fusion-menu-element-wrapper .fusion-menu-element-list>li:not(.fusion-menu-item-button).current-menu-item>.background-active.transition-right,
.fusion-menu-element-wrapper .fusion-menu-element-list>li:not(.fusion-menu-item-button).current-menu-parent>.background-active.transition-left,
.fusion-menu-element-wrapper .fusion-menu-element-list>li:not(.fusion-menu-item-button).current-menu-parent>.background-active.transition-right,
.fusion-menu-element-wrapper .fusion-menu-element-list>li:not(.fusion-menu-item-button).expanded>.background-active.transition-left,
.fusion-menu-element-wrapper .fusion-menu-element-list>li:not(.fusion-menu-item-button).expanded>.background-active.transition-right,
.fusion-menu-element-wrapper .fusion-menu-element-list>li:not(.fusion-menu-item-button).hover>.background-active.transition-left,
.fusion-menu-element-wrapper .fusion-menu-element-list>li:not(.fusion-menu-item-button).hover>.background-active.transition-right,
.fusion-menu-element-wrapper .fusion-menu-element-list>li:not(.fusion-menu-item-button):active>.background-active.transition-left,
.fusion-menu-element-wrapper .fusion-menu-element-list>li:not(.fusion-menu-item-button):active>.background-active.transition-right,
.fusion-menu-element-wrapper .fusion-menu-element-list>li:not(.fusion-menu-item-button):focus-within>.background-active.transition-left,
.fusion-menu-element-wrapper .fusion-menu-element-list>li:not(.fusion-menu-item-button):focus-within>.background-active.transition-right,
.fusion-menu-element-wrapper .fusion-menu-element-list>li:not(.fusion-menu-item-button):focus>.background-active.transition-left,
.fusion-menu-element-wrapper .fusion-menu-element-list>li:not(.fusion-menu-item-button):focus>.background-active.transition-right,
.fusion-menu-element-wrapper .fusion-menu-element-list>li:not(.fusion-menu-item-button):hover>.background-active.transition-left,
.fusion-menu-element-wrapper .fusion-menu-element-list>li:not(.fusion-menu-item-button):hover>.background-active.transition-right {
  width: 100%
}

.fusion-menu-element-wrapper .fusion-menu-element-list>li:not(.fusion-menu-item-button).current-menu-ancestor>.background-active.transition-center-vertical,
.fusion-menu-element-wrapper .fusion-menu-element-list>li:not(.fusion-menu-item-button).current-menu-item>.background-active.transition-center-vertical,
.fusion-menu-element-wrapper .fusion-menu-element-list>li:not(.fusion-menu-item-button).current-menu-parent>.background-active.transition-center-vertical,
.fusion-menu-element-wrapper .fusion-menu-element-list>li:not(.fusion-menu-item-button).expanded>.background-active.transition-center-vertical,
.fusion-menu-element-wrapper .fusion-menu-element-list>li:not(.fusion-menu-item-button).hover>.background-active.transition-center-vertical,
.fusion-menu-element-wrapper .fusion-menu-element-list>li:not(.fusion-menu-item-button):active>.background-active.transition-center-vertical,
.fusion-menu-element-wrapper .fusion-menu-element-list>li:not(.fusion-menu-item-button):focus-within>.background-active.transition-center-vertical,
.fusion-menu-element-wrapper .fusion-menu-element-list>li:not(.fusion-menu-item-button):focus>.background-active.transition-center-vertical,
.fusion-menu-element-wrapper .fusion-menu-element-list>li:not(.fusion-menu-item-button):hover>.background-active.transition-center-vertical {
  transform: scaleY(1)
}

.fusion-menu-element-wrapper .fusion-menu-element-list>li:not(.fusion-menu-item-button).current-menu-ancestor>.background-active.transition-bottom-vertical,
.fusion-menu-element-wrapper .fusion-menu-element-list>li:not(.fusion-menu-item-button).current-menu-item>.background-active.transition-bottom-vertical,
.fusion-menu-element-wrapper .fusion-menu-element-list>li:not(.fusion-menu-item-button).current-menu-parent>.background-active.transition-bottom-vertical,
.fusion-menu-element-wrapper .fusion-menu-element-list>li:not(.fusion-menu-item-button).expanded>.background-active.transition-bottom-vertical,
.fusion-menu-element-wrapper .fusion-menu-element-list>li:not(.fusion-menu-item-button).hover>.background-active.transition-bottom-vertical,
.fusion-menu-element-wrapper .fusion-menu-element-list>li:not(.fusion-menu-item-button):active>.background-active.transition-bottom-vertical,
.fusion-menu-element-wrapper .fusion-menu-element-list>li:not(.fusion-menu-item-button):focus-within>.background-active.transition-bottom-vertical,
.fusion-menu-element-wrapper .fusion-menu-element-list>li:not(.fusion-menu-item-button):focus>.background-active.transition-bottom-vertical,
.fusion-menu-element-wrapper .fusion-menu-element-list>li:not(.fusion-menu-item-button):hover>.background-active.transition-bottom-vertical {
  top: 0;
  opacity: 1
}

.fusion-menu-element-wrapper .fusion-menu-element-list>li:not(.fusion-menu-item-button).current-menu-ancestor>.background-active.transition-top-vertical,
.fusion-menu-element-wrapper .fusion-menu-element-list>li:not(.fusion-menu-item-button).current-menu-item>.background-active.transition-top-vertical,
.fusion-menu-element-wrapper .fusion-menu-element-list>li:not(.fusion-menu-item-button).current-menu-parent>.background-active.transition-top-vertical,
.fusion-menu-element-wrapper .fusion-menu-element-list>li:not(.fusion-menu-item-button).expanded>.background-active.transition-top-vertical,
.fusion-menu-element-wrapper .fusion-menu-element-list>li:not(.fusion-menu-item-button).hover>.background-active.transition-top-vertical,
.fusion-menu-element-wrapper .fusion-menu-element-list>li:not(.fusion-menu-item-button):active>.background-active.transition-top-vertical,
.fusion-menu-element-wrapper .fusion-menu-element-list>li:not(.fusion-menu-item-button):focus-within>.background-active.transition-top-vertical,
.fusion-menu-element-wrapper .fusion-menu-element-list>li:not(.fusion-menu-item-button):focus>.background-active.transition-top-vertical,
.fusion-menu-element-wrapper .fusion-menu-element-list>li:not(.fusion-menu-item-button):hover>.background-active.transition-top-vertical {
  bottom: 0;
  opacity: 1
}

.fusion-menu-element-wrapper .fusion-menu-element-list>li:not(.fusion-menu-item-button).current-menu-ancestor>.background-active.transition-center-grow,
.fusion-menu-element-wrapper .fusion-menu-element-list>li:not(.fusion-menu-item-button).current-menu-item>.background-active.transition-center-grow,
.fusion-menu-element-wrapper .fusion-menu-element-list>li:not(.fusion-menu-item-button).current-menu-parent>.background-active.transition-center-grow,
.fusion-menu-element-wrapper .fusion-menu-element-list>li:not(.fusion-menu-item-button).expanded>.background-active.transition-center-grow,
.fusion-menu-element-wrapper .fusion-menu-element-list>li:not(.fusion-menu-item-button).hover>.background-active.transition-center-grow,
.fusion-menu-element-wrapper .fusion-menu-element-list>li:not(.fusion-menu-item-button):active>.background-active.transition-center-grow,
.fusion-menu-element-wrapper .fusion-menu-element-list>li:not(.fusion-menu-item-button):focus-within>.background-active.transition-center-grow,
.fusion-menu-element-wrapper .fusion-menu-element-list>li:not(.fusion-menu-item-button):focus>.background-active.transition-center-grow,
.fusion-menu-element-wrapper .fusion-menu-element-list>li:not(.fusion-menu-item-button):hover>.background-active.transition-center-grow {
  opacity: 1;
  transform: translateX(-50%) translateY(-50%) scale(1)
}

.fusion-menu-element-wrapper .fusion-menu-element-list>li:not(.fusion-menu-item-button).current-menu-ancestor>.background-active.transition-center,
.fusion-menu-element-wrapper .fusion-menu-element-list>li:not(.fusion-menu-item-button).current-menu-item>.background-active.transition-center,
.fusion-menu-element-wrapper .fusion-menu-element-list>li:not(.fusion-menu-item-button).current-menu-parent>.background-active.transition-center,
.fusion-menu-element-wrapper .fusion-menu-element-list>li:not(.fusion-menu-item-button).expanded>.background-active.transition-center,
.fusion-menu-element-wrapper .fusion-menu-element-list>li:not(.fusion-menu-item-button).hover>.background-active.transition-center,
.fusion-menu-element-wrapper .fusion-menu-element-list>li:not(.fusion-menu-item-button):active>.background-active.transition-center,
.fusion-menu-element-wrapper .fusion-menu-element-list>li:not(.fusion-menu-item-button):focus-within>.background-active.transition-center,
.fusion-menu-element-wrapper .fusion-menu-element-list>li:not(.fusion-menu-item-button):focus>.background-active.transition-center,
.fusion-menu-element-wrapper .fusion-menu-element-list>li:not(.fusion-menu-item-button):hover>.background-active.transition-center {
  transform: scaleX(1)
}

.fusion-menu-element-wrapper .fusion-menu-element-list>li:not(.fusion-menu-item-button)>.background-active,
.fusion-menu-element-wrapper .fusion-menu-element-list>li:not(.fusion-menu-item-button)>.background-default {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-color: rgba(0, 0, 0, 0);
  border-top-width: 0;
  border-bottom-width: 0;
  border-left-width: 0;
  border-right-width: 0;
  border-color: transparent;
  border-radius: 0 0 0 0;
  border-style: solid;
  transition: calc(300 * 1ms);
  transition-timing-function: cubic-bezier(0.42, 0.01, 0.58, 1)
}

.fusion-menu-element-wrapper .fusion-menu-element-list>li:not(.fusion-menu-item-button)>.background-active.transition-fade,
.fusion-menu-element-wrapper .fusion-menu-element-list>li:not(.fusion-menu-item-button)>.background-default.transition-fade {
  left: 0;
  opacity: 1;
  transition-property: opacity
}

.fusion-menu-element-wrapper .fusion-menu-element-list>li:not(.fusion-menu-item-button)>.background-active.transition-left,
.fusion-menu-element-wrapper .fusion-menu-element-list>li:not(.fusion-menu-item-button)>.background-default.transition-left {
  left: 0;
  opacity: 1;
  width: 100%
}

.fusion-menu-element-wrapper .fusion-menu-element-list>li:not(.fusion-menu-item-button)>.background-active.transition-right,
.fusion-menu-element-wrapper .fusion-menu-element-list>li:not(.fusion-menu-item-button)>.background-default.transition-right {
  right: 0;
  opacity: 1;
  width: 100%
}

.fusion-menu-element-wrapper .fusion-menu-element-list>li:not(.fusion-menu-item-button)>.background-active.transition-center,
.fusion-menu-element-wrapper .fusion-menu-element-list>li:not(.fusion-menu-item-button)>.background-default.transition-center {
  transform: scaleX(1)
}

.fusion-menu-element-wrapper .fusion-menu-element-list>li:not(.fusion-menu-item-button)>.background-active {
  background: rgba(0, 0, 0, 0);
  border-top-width: 0;
  border-bottom-width: 0;
  border-left-width: 0;
  border-right-width: 0;
  border-color: transparent
}

.fusion-menu-element-wrapper .fusion-menu-element-list>li:not(.fusion-menu-item-button)>.background-active.transition-fade,
.fusion-menu-element-wrapper .fusion-menu-element-list>li:not(.fusion-menu-item-button)>.background-active.transition-left,
.fusion-menu-element-wrapper .fusion-menu-element-list>li:not(.fusion-menu-item-button)>.background-active.transition-right {
  opacity: 0
}

.fusion-menu-element-wrapper .fusion-menu-element-list>li:not(.fusion-menu-item-button)>.background-active.transition-left {
  width: 0;
  left: 0
}

.fusion-menu-element-wrapper .fusion-menu-element-list>li:not(.fusion-menu-item-button)>.background-active.transition-right {
  width: 0;
  right: 0
}

.fusion-menu-element-wrapper .fusion-menu-element-list>li:not(.fusion-menu-item-button)>.background-active.transition-center {
  transform: scaleX(0)
}

.fusion-menu-element-wrapper .fusion-menu-element-list>li:not(.fusion-menu-item-button)>.background-active.transition-center-vertical {
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
  transform: scaleY(0)
}

.fusion-menu-element-wrapper .fusion-menu-element-list>li:not(.fusion-menu-item-button)>.background-active.transition-bottom-vertical {
  height: auto;
  bottom: 0;
  top: 100%;
  opacity: 0
}

.fusion-menu-element-wrapper .fusion-menu-element-list>li:not(.fusion-menu-item-button)>.background-active.transition-top-vertical {
  height: auto;
  bottom: 100%;
  top: 0;
  opacity: 0
}

.fusion-menu-element-wrapper .fusion-menu-element-list>li:not(.fusion-menu-item-button)>.background-active.transition-center-grow {
  top: 50%;
  left: 50%;
  opacity: 0;
  transform: translateX(-50%) translateY(-50%) scale(0)
}

.fusion-menu-element-wrapper .fusion-menu-element-list .fusion-open-nav-submenu {
  cursor: pointer;
  transition: none
}

.ltr .fusion-menu-element-wrapper .fusion-menu-element-list .sub-menu .fusion-background-highlight .fusion-megamenu-icon {
  padding-right: 1em
}

.rtl .fusion-menu-element-wrapper .fusion-menu-element-list .sub-menu .fusion-background-highlight .fusion-megamenu-icon {
  padding-left: 1em
}

.fusion-menu-element-wrapper .fusion-open-nav-submenu {
  display: none;
  justify-content: center;
  align-items: center;
  background: 0 0;
  border: 0;
  box-shadow: none;
  box-sizing: content-box;
  padding: 0
}

.fusion-disable-outline .fusion-menu-element-wrapper .fusion-open-nav-submenu {
  outline: 0
}

.fusion-menu-element-wrapper .fusion-open-nav-submenu:focus {
  outline: revert
}

.fusion-menu-element-wrapper .fusion-open-nav-submenu:before {
  content: "\f107";
  font-family: awb-icons;
  line-height: 1
}

.rtl .fusion-menu-element-wrapper a:not(.fusion-icon-only-link) .fusion-open-nav-submenu {
  padding-right: .5em
}

.ltr .fusion-menu-element-wrapper a:not(.fusion-icon-only-link) .fusion-open-nav-submenu {
  padding-left: .5em
}

.fusion-menu-element-wrapper.dropdown-carets-yes:not(.collapse-enabled) .fusion-menu-item-button .fusion-open-nav-submenu {
  display: none
}

.fusion-menu-element-wrapper.dropdown-carets-yes:not(.collapse-enabled) .fusion-open-nav-submenu {
  box-sizing: border-box
}

.fusion-menu-element-wrapper.dropdown-carets-yes:not(.collapse-enabled).direction-row.expand-method-hover li.menu-item-has-children:not(.fusion-menu-item-button) ul li>a {
  align-items: center;
  justify-content: space-between
}

.fusion-menu-element-wrapper.dropdown-carets-yes:not(.collapse-enabled).direction-row.expand-method-hover li.menu-item-has-children:not(.fusion-menu-item-button) ul li>a .fusion-open-nav-submenu:before {
  padding-left: 0 !important;
  padding-right: 0 !important
}

.fusion-menu-element-wrapper.dropdown-carets-yes:not(.collapse-enabled).direction-row.expand-method-click li.menu-item-has-children:not(.fusion-menu-item-button) ul .fusion-open-nav-submenu {
  padding-top: 12px;
  padding-bottom: 12px;
  display: flex
}

.fusion-menu-element-wrapper.dropdown-carets-yes .fusion-open-nav-submenu {
  display: flex
}

.fusion-menu-element-wrapper .fusion-menu-highlight-label {
  padding: .35em .55em;
  line-height: 1;
  margin-left: .75em;
  font-size: .7em;
  border: .1em solid transparent;
  border-radius: var(--main_nav_highlight_radius)
}

.rtl .fusion-menu-element-wrapper .fusion-menu-highlight-label {
  margin-right: .75em;
  margin-left: 0
}

.fusion-menu-element-wrapper li {
  position: relative
}

.fusion-menu-element-wrapper li .fusion-button i {
  transition: none
}

.fusion-menu-element-wrapper .fusion-menu-element-list ul:not(.fusion-megamenu) {
  margin: 0;
  list-style: none;
  flex-direction: column;
  padding: 0;
  font-size: 14px;
  text-transform: none;
  z-index: -10
}

.fusion-menu-element-wrapper .fusion-menu-element-list ul:not(.fusion-megamenu)>li {
  width: 100%;
  border-bottom: 1px solid #e2e2e2
}

.fusion-menu-element-wrapper .fusion-menu-element-list ul:not(.fusion-megamenu)>li a {
  justify-content: space-between
}

.fusion-menu-element-wrapper .fusion-menu-element-list ul:not(.fusion-megamenu)>li:last-child {
  border-bottom-width: 0
}

.fusion-menu-element-wrapper .fusion-menu-element-list ul:not(.fusion-megamenu)>li:not(.fusion-menu-item-button) {
  background-color: #fff;
  transition: all calc(300 * 1ms) cubic-bezier(.42, .01, .58, 1)
}

.fusion-menu-element-wrapper .fusion-menu-element-list ul:not(.fusion-megamenu)>li:not(.fusion-menu-item-button)>a {
  color: #212934 !important;
  padding-top: 12px;
  padding-bottom: 12px;
  padding-left: 20px;
  padding-right: 20px
}

.fusion-menu-element-wrapper .fusion-menu-element-list ul:not(.fusion-megamenu)>li:not(.fusion-menu-item-button):hover {
  background-color: #f9f9fb
}

.fusion-menu-element-wrapper .fusion-menu-element-list ul:not(.fusion-megamenu)>li:not(.fusion-menu-item-button).current-menu-ancestor>.fusion-open-nav-submenu,
.fusion-menu-element-wrapper .fusion-menu-element-list ul:not(.fusion-megamenu)>li:not(.fusion-menu-item-button).current-menu-ancestor>a,
.fusion-menu-element-wrapper .fusion-menu-element-list ul:not(.fusion-megamenu)>li:not(.fusion-menu-item-button).current-menu-item>.fusion-open-nav-submenu,
.fusion-menu-element-wrapper .fusion-menu-element-list ul:not(.fusion-megamenu)>li:not(.fusion-menu-item-button).current-menu-item>a,
.fusion-menu-element-wrapper .fusion-menu-element-list ul:not(.fusion-megamenu)>li:not(.fusion-menu-item-button).current-menu-parent>.fusion-open-nav-submenu,
.fusion-menu-element-wrapper .fusion-menu-element-list ul:not(.fusion-megamenu)>li:not(.fusion-menu-item-button).current-menu-parent>a,
.fusion-menu-element-wrapper .fusion-menu-element-list ul:not(.fusion-megamenu)>li:not(.fusion-menu-item-button).hover>.fusion-open-nav-submenu,
.fusion-menu-element-wrapper .fusion-menu-element-list ul:not(.fusion-megamenu)>li:not(.fusion-menu-item-button).hover>a,
.fusion-menu-element-wrapper .fusion-menu-element-list ul:not(.fusion-megamenu)>li:not(.fusion-menu-item-button):focus-within>.fusion-open-nav-submenu,
.fusion-menu-element-wrapper .fusion-menu-element-list ul:not(.fusion-megamenu)>li:not(.fusion-menu-item-button):focus-within>a,
.fusion-menu-element-wrapper .fusion-menu-element-list ul:not(.fusion-megamenu)>li:not(.fusion-menu-item-button):focus>.fusion-open-nav-submenu,
.fusion-menu-element-wrapper .fusion-menu-element-list ul:not(.fusion-megamenu)>li:not(.fusion-menu-item-button):focus>a,
.fusion-menu-element-wrapper .fusion-menu-element-list ul:not(.fusion-megamenu)>li:not(.fusion-menu-item-button):hover>.fusion-open-nav-submenu,
.fusion-menu-element-wrapper .fusion-menu-element-list ul:not(.fusion-megamenu)>li:not(.fusion-menu-item-button):hover>a {
  color: #212934 !important
}

.fusion-menu-element-wrapper .fusion-menu-element-list .fusion-megamenu>li .fusion-megamenu-title-disabled {
  justify-content: space-between
}

.fusion-menu-element-wrapper .fusion-menu-element-list .sub-menu {
  display: table;
  visibility: hidden;
  opacity: 0;
  transition: opacity calc(300 * 1ms) cubic-bezier(.42, .01, .58, 1);
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0
}

.fusion-menu-element-wrapper .fusion-menu-element-list .sub-menu li a,
.fusion-menu-element-wrapper .fusion-menu-element-list .sub-menu>li {
  font-family: inherit;
  font-weight: 400
}

.fusion-menu-element-wrapper .fusion-menu-element-list .sub-menu li.menu-item-has-children>.fusion-open-nav-submenu {
  transition: inherit
}

.fusion-menu-element-wrapper .fusion-menu-element-list .sub-menu>li:first-child {
  border-top-left-radius: 0;
  border-top-right-radius: 0
}

.fusion-menu-element-wrapper .fusion-menu-element-list .sub-menu>li:last-child {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0
}

.fusion-menu-element-wrapper .fusion-menu-element-list ul {
  position: absolute;
  top: 100%;
  box-shadow: none;
  padding: 0
}

.rtl .fusion-menu-element-wrapper .fusion-menu-element-list ul {
  right: 0
}

.ltr .fusion-menu-element-wrapper .fusion-menu-element-list ul {
  left: 0
}

.fusion-menu-element-wrapper .fusion-menu-element-list ul>li>ul {
  top: 0;
  left: 100%
}

.rtl .fusion-menu-element-wrapper .fusion-menu-element-list ul>li>ul {
  left: 0;
  right: 100%
}

.fusion-menu-element-wrapper .fusion-menu-element-list ul.fusion-carousel-holder {
  box-shadow: none !important;
  left: 0;
  position: relative;
  top: 0;
  z-index: 10
}

.fusion-menu-element-wrapper.submenu-transition-slide_up:not(.collapse-enabled).expand-method-hover.direction-row .fusion-menu-element-list .menu-item:not(.fusion-megamenu-submenu)>.sub-menu {
  transition: all calc(300 * 1ms) cubic-bezier(.42, .01, .58, 1), transform calc(300 * 1ms) cubic-bezier(.42, .01, .58, 1);
  transform: translateY(20px)
}

.fusion-menu-element-wrapper.submenu-transition-slide_up:not(.collapse-enabled).expand-method-hover.direction-row .fusion-menu-element-list li:after {
  transform: translateY(20px)
}

.fusion-menu-element-wrapper.submenu-transition-slide_up:not(.collapse-enabled).expand-method-hover.direction-row .fusion-menu-element-list li.menu-item-has-children.hover.menu-item:not(.fusion-megamenu-submenu)>.sub-menu,
.fusion-menu-element-wrapper.submenu-transition-slide_up:not(.collapse-enabled).expand-method-hover.direction-row .fusion-menu-element-list li.menu-item-has-children:active.menu-item:not(.fusion-megamenu-submenu)>.sub-menu,
.fusion-menu-element-wrapper.submenu-transition-slide_up:not(.collapse-enabled).expand-method-hover.direction-row .fusion-menu-element-list li.menu-item-has-children:focus-within.menu-item:not(.fusion-megamenu-submenu)>.sub-menu,
.fusion-menu-element-wrapper.submenu-transition-slide_up:not(.collapse-enabled).expand-method-hover.direction-row .fusion-menu-element-list li.menu-item-has-children:focus.menu-item:not(.fusion-megamenu-submenu)>.sub-menu,
.fusion-menu-element-wrapper.submenu-transition-slide_up:not(.collapse-enabled).expand-method-hover.direction-row .fusion-menu-element-list li.menu-item-has-children:hover.menu-item:not(.fusion-megamenu-submenu)>.sub-menu {
  transform: translateY(0) !important
}

.fusion-menu-element-wrapper.submenu-transition-slide_up:not(.collapse-enabled).expand-method-click.direction-row .fusion-menu-element-list .menu-item:not(.fusion-megamenu-submenu)>.sub-menu {
  transition: opacity calc(300 * 1ms) cubic-bezier(.42, .01, .58, 1), transform calc(300 * 1ms) cubic-bezier(.42, .01, .58, 1);
  transform: translateY(20px)
}

.fusion-menu-element-wrapper.submenu-transition-slide_up:not(.collapse-enabled).expand-method-click.direction-row .fusion-menu-element-list li:after {
  transform: translateY(20px)
}

.fusion-menu-element-wrapper.submenu-transition-slide_up:not(.collapse-enabled).expand-method-click.direction-row .fusion-menu-element-list .fusion-open-nav-submenu.hover~ul,
.fusion-menu-element-wrapper.submenu-transition-slide_up:not(.collapse-enabled).expand-method-click.direction-row .fusion-menu-element-list .fusion-open-nav-submenu[aria-expanded=true]~ul {
  transform: translateY(0) !important
}

.fusion-menu-element-wrapper .fusion-open-nav-submenu.hover~ul,
.fusion-menu-element-wrapper .fusion-open-nav-submenu[aria-expanded=true]~ul {
  visibility: visible !important;
  opacity: 1 !important;
  z-index: 999999999 !important
}

.fusion-menu-element-wrapper .fusion-open-nav-submenu.hover~ul li a,
.fusion-menu-element-wrapper .fusion-open-nav-submenu[aria-expanded=true]~ul li a {
  min-width: max-content
}

.fusion-menu-element-wrapper ul ul .fusion-open-nav-submenu:before {
  padding-left: 20px;
  padding-right: 20px
}

.fusion-menu-element-wrapper .sub-menu {
  margin-top: 0 !important
}

.fusion-menu-element-wrapper.expand-right .fusion-menu-element-list ul>li>ul {
  left: 100%;
  right: auto
}

.fusion-menu-element-wrapper.expand-right .fusion-menu-element-list ul .fusion-open-nav-submenu:before {
  transform: rotate(270deg)
}

.fusion-menu-element-wrapper.expand-left .fusion-menu-element-list>li>ul {
  left: auto;
  right: 0
}

.fusion-menu-element-wrapper.expand-left .fusion-menu-element-list ul>li>ul {
  left: auto;
  right: 100%
}

.fusion-menu-element-wrapper.expand-left .fusion-menu-element-list ul .fusion-open-nav-submenu:before {
  transform: rotate(90deg)
}

.fusion-menu-element-wrapper>.avada-menu-mobile-menu-trigger {
  background-color: #fff;
  color: #4a4e57;
  padding-top: 12px;
  padding-right: 20px;
  padding-bottom: 12px;
  padding-left: 20px;
  box-sizing: content-box;
  font-family: inherit;
  font-size: 1em;
  border: none !important;
  box-shadow: none !important;
  cursor: pointer;
  display: none
}

.fusion-menu-element-wrapper>.avada-menu-mobile-menu-trigger>.inner {
  display: flex;
  justify-content: flex-start;
  align-items: center
}

.fusion-menu-element-wrapper>.avada-menu-mobile-menu-trigger .collapsed-nav-icon {
  position: relative;
  width: 1em;
  height: 1em
}

.ltr .fusion-menu-element-wrapper>.avada-menu-mobile-menu-trigger .collapsed-nav-icon {
  margin-left: .5em
}

.rtl .fusion-menu-element-wrapper>.avada-menu-mobile-menu-trigger .collapsed-nav-icon {
  margin-right: .5em
}

.fusion-menu-element-wrapper>.avada-menu-mobile-menu-trigger .collapsed-nav-icon-close,
.fusion-menu-element-wrapper>.avada-menu-mobile-menu-trigger .collapsed-nav-icon-open {
  width: 1em;
  transition: all calc(300 * 1ms) cubic-bezier(.42, .01, .58, 1);
  position: absolute;
  left: 0;
  opacity: 0;
  transform: rotate(0)
}

.fusion-menu-element-wrapper>.avada-menu-mobile-menu-trigger.no-text .collapsed-nav-icon-close,
.fusion-menu-element-wrapper>.avada-menu-mobile-menu-trigger.no-text .collapsed-nav-icon-open {
  left: 0
}

.fusion-menu-element-wrapper>.avada-menu-mobile-menu-trigger.no-text .collapsed-nav-icon {
  margin-left: 0;
  margin-right: 0
}

.fusion-menu-element-wrapper.mobile-trigger-fullwidth-on>.avada-menu-mobile-menu-trigger {
  width: 100%
}

.fusion-menu-element-wrapper.mobile-trigger-fullwidth-on>.avada-menu-mobile-menu-trigger>.inner {
  justify-content: flex-start
}

.fusion-menu-element-wrapper:not(.expanded) .collapsed-nav-icon-open {
  opacity: 1
}

.fusion-menu-element-wrapper:not(.expanded):not(.mobile-mode-always-expanded) .fusion-menu-element-list ul:not(.fusion-megamenu) {
  width: max-content
}

.fusion-menu-element-wrapper.expanded .collapsed-nav-icon-close {
  opacity: 1
}

.fusion-menu-element-wrapper.expanded .collapsed-nav-icon-close,
.fusion-menu-element-wrapper.expanded .collapsed-nav-icon-open {
  transform: rotate(360deg)
}

.fusion-menu-element-wrapper.expand-method-click li.menu-item-has-children {
  display: flex
}

.rtl .fusion-menu-element-wrapper.expand-method-click li.menu-item-has-children:not(.fusion-menu-item-button)>a {
  padding-left: .5em
}

.ltr .fusion-menu-element-wrapper.expand-method-click li.menu-item-has-children:not(.fusion-menu-item-button)>a {
  padding-right: .5em
}

.rtl .fusion-menu-element-wrapper.expand-method-click li.menu-item-has-children:not(.fusion-menu-item-button)>.fusion-open-nav-submenu {
  padding-left: 0
}

.ltr .fusion-menu-element-wrapper.expand-method-click li.menu-item-has-children:not(.fusion-menu-item-button)>.fusion-open-nav-submenu {
  padding-right: 0
}

.fusion-menu-element-wrapper.expand-method-click li ul .fusion-open-nav-submenu {
  width: calc(1em + 20px / 2 + 20px / 2);
  color: #212934;
  padding-top: 12px;
  padding-bottom: 12px
}

.fusion-menu-element-wrapper.expand-method-click li .sub-menu .fusion-open-nav-submenu {
  color: #212934 !important
}

.fusion-menu-element-wrapper.expand-method-click:not(.collapse-enabled) li.menu-item-has-children .fusion-open-nav-submenu {
  position: relative
}

.fusion-menu-element-wrapper.expand-method-click.direction-row>ul>li>.fusion-open-nav-submenu {
  padding-top: 0;
  padding-bottom: calc(0px + 0px);
  transition: all calc(300 * 1ms) cubic-bezier(.42, .01, .58, 1)
}

.fusion-menu-element-wrapper.expand-method-hover .fusion-open-nav-submenu-on-click {
  display: none
}

.fusion-menu-element-wrapper.expand-method-hover.direction-row li.hover>ul,
.fusion-menu-element-wrapper.expand-method-hover.direction-row li.hover~ul,
.fusion-menu-element-wrapper.expand-method-hover.direction-row li:active>ul,
.fusion-menu-element-wrapper.expand-method-hover.direction-row li:active~ul,
.fusion-menu-element-wrapper.expand-method-hover.direction-row li:focus-within>ul,
.fusion-menu-element-wrapper.expand-method-hover.direction-row li:focus-within~ul,
.fusion-menu-element-wrapper.expand-method-hover.direction-row li:focus>ul,
.fusion-menu-element-wrapper.expand-method-hover.direction-row li:focus~ul,
.fusion-menu-element-wrapper.expand-method-hover.direction-row li:hover>ul,
.fusion-menu-element-wrapper.expand-method-hover.direction-row li:hover~ul {
  visibility: visible;
  opacity: 1;
  z-index: 999999999
}

.fusion-menu-element-wrapper.expand-method-hover.direction-row li.hover:before,
.fusion-menu-element-wrapper.expand-method-hover.direction-row li:active:before,
.fusion-menu-element-wrapper.expand-method-hover.direction-row li:focus-within:before,
.fusion-menu-element-wrapper.expand-method-hover.direction-row li:focus:before,
.fusion-menu-element-wrapper.expand-method-hover.direction-row li:hover:before {
  content: " ";
  position: absolute;
  bottom: calc(0 - 0px);
  width: 100%;
  height: 0;
  background: 0 0
}

.ltr .fusion-menu-element-wrapper.expand-method-hover.direction-row.dropdown-carets-yes>ul>li>a .fusion-open-nav-submenu:before {
  padding-right: 0 !important
}

.rtl .fusion-menu-element-wrapper.expand-method-hover.direction-row.dropdown-carets-yes>ul>li>a .fusion-open-nav-submenu:before {
  padding-left: 0 !important
}

.fusion-menu-element-wrapper.expand-method-hover.direction-column li.hover:before,
.fusion-menu-element-wrapper.expand-method-hover.direction-column li:active:before,
.fusion-menu-element-wrapper.expand-method-hover.direction-column li:focus-within:before,
.fusion-menu-element-wrapper.expand-method-hover.direction-column li:focus:before,
.fusion-menu-element-wrapper.expand-method-hover.direction-column li:hover:before {
  content: " ";
  position: absolute;
  background: 0 0
}

.fusion-menu-element-wrapper.expand-method-hover.direction-column.expand-right li.hover:before,
.fusion-menu-element-wrapper.expand-method-hover.direction-column.expand-right li:active:before,
.fusion-menu-element-wrapper.expand-method-hover.direction-column.expand-right li:focus-within:before,
.fusion-menu-element-wrapper.expand-method-hover.direction-column.expand-right li:focus:before,
.fusion-menu-element-wrapper.expand-method-hover.direction-column.expand-right li:hover:before {
  width: 0;
  left: 100%;
  height: 100%
}

.fusion-menu-element-wrapper.expand-method-hover.direction-column.expand-right li .fusion-open-nav-submenu {
  padding-right: 0
}

.fusion-menu-element-wrapper.expand-method-hover.direction-column.expand-left li .fusion-open-nav-submenu {
  padding-left: 0
}

.fusion-menu-element-wrapper.expand-method-hover li.hover>ul,
.fusion-menu-element-wrapper.expand-method-hover li.hover~ul,
.fusion-menu-element-wrapper.expand-method-hover li:active>ul,
.fusion-menu-element-wrapper.expand-method-hover li:active~ul,
.fusion-menu-element-wrapper.expand-method-hover li:focus-within>ul,
.fusion-menu-element-wrapper.expand-method-hover li:focus-within~ul,
.fusion-menu-element-wrapper.expand-method-hover li:focus>ul,
.fusion-menu-element-wrapper.expand-method-hover li:focus~ul,
.fusion-menu-element-wrapper.expand-method-hover li:hover>ul,
.fusion-menu-element-wrapper.expand-method-hover li:hover~ul {
  visibility: visible;
  opacity: 1;
  z-index: 999999999
}

.fusion-menu-element-wrapper.direction-row .menu-text {
  text-align: center
}

.fusion-menu-element-wrapper.direction-row.expand-method-hover .menu-text {
  display: flex;
  align-items: center;
  text-align: center
}

.fusion-menu-element-wrapper.direction-row.expand-method-hover .fusion-has-description .menu-text {
  flex-direction: column;
  justify-content: center
}

.fusion-menu-element-wrapper.direction-row:not(.collapse-enabled):not(.submenu-mode-flyout) .fusion-menu-element-list>li>ul.sub-menu:not(.fusion-megamenu) {
  margin-top: 0 !important
}

.fusion-menu-element-wrapper.direction-row:not(.collapse-enabled):not(.submenu-mode-flyout) .sub-menu {
  min-width: 100%
}

.fusion-menu-element-wrapper.direction-column .fusion-menu-element-list {
  flex-direction: column
}

.fusion-menu-element-wrapper.direction-column .fusion-menu-element-list ul {
  top: calc(0px - 12px)
}

.fusion-menu-element-wrapper.direction-column .fusion-menu-element-list li {
  margin: 0 !important;
  width: 100%
}

.fusion-menu-element-wrapper.direction-column .fusion-menu-element-list a {
  justify-content: flex-start
}

.fusion-menu-element-wrapper.direction-column .fusion-menu-element-list>li:not(:last-child) {
  margin-bottom: 0 !important
}

.fusion-menu-element-wrapper.direction-column .fusion-menu-element-list>li:not(.fusion-menu-item-button)>.fusion-open-nav-submenu {
  padding-top: calc(0px + 0px);
  padding-bottom: calc(0px + 0px)
}

.fusion-menu-element-wrapper.direction-column.expand-right .fusion-menu-element-list ul {
  right: auto;
  left: 100%;
  margin-left: 0 !important
}

.rtl .fusion-menu-element-wrapper.direction-column.expand-right a {
  text-align: left;
  flex-direction: row-reverse
}

.fusion-menu-element-wrapper.direction-column.expand-right .fusion-open-nav-submenu:before {
  transform: rotate(270deg);
  padding-left: 0;
  padding-right: 0
}

.fusion-menu-element-wrapper.direction-column.expand-left .fusion-menu-element-list ul {
  left: auto;
  right: 100%;
  margin-right: 0
}

.ltr .fusion-menu-element-wrapper.direction-column.expand-left .fusion-menu-element-list a {
  text-align: right;
  flex-direction: row-reverse
}

.fusion-menu-element-wrapper.direction-column.expand-left .fusion-open-nav-submenu {
  padding-left: calc(0px + 0px)
}

.fusion-menu-element-wrapper.direction-column.expand-left .fusion-open-nav-submenu:before {
  transform: rotate(90deg);
  padding-left: 0;
  padding-right: 0
}

.fusion-menu-element-wrapper.direction-column.expand-method-click.expand-left .menu-item-has-children .sub-menu,
.fusion-menu-element-wrapper.direction-column.expand-method-hover.expand-left .menu-item-has-children .sub-menu {
  left: auto
}

.fusion-menu-element-wrapper.direction-column.expand-method-click.expand-right .menu-item-has-children .sub-menu,
.fusion-menu-element-wrapper.direction-column.expand-method-hover.expand-right .menu-item-has-children .sub-menu {
  left: 100%
}

.rtl .fusion-menu-element-wrapper.direction-column.expand-method-click.expand-right .menu-item-has-children {
  flex-direction: row-reverse
}

.rtl .fusion-menu-element-wrapper.direction-column.expand-method-click.expand-right .menu-item-has-children>a {
  padding-left: 0
}

.rtl .fusion-menu-element-wrapper.direction-column.expand-method-click.expand-right .menu-item-has-children li a {
  padding-left: 20px
}

.ltr .fusion-menu-element-wrapper.direction-column.expand-method-click.expand-left .menu-item-has-children {
  flex-direction: row-reverse
}

.ltr .fusion-menu-element-wrapper.direction-column.expand-method-click.expand-left .menu-item-has-children>a {
  padding-right: 0
}

.ltr .fusion-menu-element-wrapper.direction-column.expand-method-click.expand-left .menu-item-has-children li a {
  padding-right: 20px
}

.fusion-menu-element-wrapper.direction-column.main-justify-left:not(.collapse-enabled).icons-position-top li.menu-item>a>.fusion-megamenu-icon {
  justify-content: flex-start
}

.fusion-menu-element-wrapper.direction-column.main-justify-space-between .fusion-menu-element-list a {
  justify-content: space-between
}

.fusion-menu-element-wrapper.direction-column.main-justify-center .fusion-menu-element-list a {
  justify-content: center
}

.fusion-menu-element-wrapper.direction-column.main-justify-center .fusion-menu-element-list .fusion-has-description .menu-text {
  text-align: center
}

.fusion-menu-element-wrapper.direction-column.main-justify-right .fusion-menu-element-list a {
  justify-content: flex-end
}

.fusion-menu-element-wrapper.direction-column.main-justify-right .fusion-menu-element-list .fusion-has-description .menu-text {
  text-align: right
}

.fusion-menu-element-wrapper.direction-column.main-justify-right:not(.collapse-enabled).icons-position-top li.menu-item>a>.fusion-megamenu-icon {
  justify-content: flex-end
}

.fusion-menu-element-wrapper:not(.collapse-enabled) .fusion-icon-only-link .menu-text {
  display: none
}

.fusion-menu-element-wrapper:not(.collapse-enabled) .fusion-icon-only-link .fusion-megamenu-icon {
  padding-left: 0 !important;
  padding-right: 0 !important
}

.fusion-menu-element-wrapper:not(.collapse-enabled).expand-method-hover.dropdown-arrows-child>ul>li.menu-item-has-children:after,
.fusion-menu-element-wrapper:not(.collapse-enabled).expand-method-hover.dropdown-arrows-parent>ul>li.menu-item-has-children:after {
  content: " ";
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  z-index: 999999998;
  transition: all calc(300 * 1ms) cubic-bezier(.42, .01, .58, 1);
  border-style: solid;
  border-top-width: 12px;
  border-bottom-width: 12px;
  border-left-width: 23px;
  border-right-width: 23px;
  visibility: visible
}

.fusion-menu-element-wrapper:not(.collapse-enabled).expand-method-hover.dropdown-arrows-child>ul>li.menu-item-has-children.hover:after,
.fusion-menu-element-wrapper:not(.collapse-enabled).expand-method-hover.dropdown-arrows-child>ul>li.menu-item-has-children:active:after,
.fusion-menu-element-wrapper:not(.collapse-enabled).expand-method-hover.dropdown-arrows-child>ul>li.menu-item-has-children:focus-within:after,
.fusion-menu-element-wrapper:not(.collapse-enabled).expand-method-hover.dropdown-arrows-child>ul>li.menu-item-has-children:focus:after,
.fusion-menu-element-wrapper:not(.collapse-enabled).expand-method-hover.dropdown-arrows-child>ul>li.menu-item-has-children:hover:after,
.fusion-menu-element-wrapper:not(.collapse-enabled).expand-method-hover.dropdown-arrows-parent>ul>li.menu-item-has-children.hover:after,
.fusion-menu-element-wrapper:not(.collapse-enabled).expand-method-hover.dropdown-arrows-parent>ul>li.menu-item-has-children:active:after,
.fusion-menu-element-wrapper:not(.collapse-enabled).expand-method-hover.dropdown-arrows-parent>ul>li.menu-item-has-children:focus-within:after,
.fusion-menu-element-wrapper:not(.collapse-enabled).expand-method-hover.dropdown-arrows-parent>ul>li.menu-item-has-children:focus:after,
.fusion-menu-element-wrapper:not(.collapse-enabled).expand-method-hover.dropdown-arrows-parent>ul>li.menu-item-has-children:hover:after {
  visibility: visible;
  opacity: 1
}

.rtl .fusion-menu-element-wrapper:not(.collapse-enabled).expand-method-hover.dropdown-arrows-child>ul>li.menu-item-has-children.reposition-arrows.hover:after,
.rtl .fusion-menu-element-wrapper:not(.collapse-enabled).expand-method-hover.dropdown-arrows-child>ul>li.menu-item-has-children.reposition-arrows:active:after,
.rtl .fusion-menu-element-wrapper:not(.collapse-enabled).expand-method-hover.dropdown-arrows-child>ul>li.menu-item-has-children.reposition-arrows:focus-within:after,
.rtl .fusion-menu-element-wrapper:not(.collapse-enabled).expand-method-hover.dropdown-arrows-child>ul>li.menu-item-has-children.reposition-arrows:focus:after,
.rtl .fusion-menu-element-wrapper:not(.collapse-enabled).expand-method-hover.dropdown-arrows-child>ul>li.menu-item-has-children.reposition-arrows:hover:after,
.rtl .fusion-menu-element-wrapper:not(.collapse-enabled).expand-method-hover.dropdown-arrows-parent>ul>li.menu-item-has-children.reposition-arrows.hover:after,
.rtl .fusion-menu-element-wrapper:not(.collapse-enabled).expand-method-hover.dropdown-arrows-parent>ul>li.menu-item-has-children.reposition-arrows:active:after,
.rtl .fusion-menu-element-wrapper:not(.collapse-enabled).expand-method-hover.dropdown-arrows-parent>ul>li.menu-item-has-children.reposition-arrows:focus-within:after,
.rtl .fusion-menu-element-wrapper:not(.collapse-enabled).expand-method-hover.dropdown-arrows-parent>ul>li.menu-item-has-children.reposition-arrows:focus:after,
.rtl .fusion-menu-element-wrapper:not(.collapse-enabled).expand-method-hover.dropdown-arrows-parent>ul>li.menu-item-has-children.reposition-arrows:hover:after {
  right: 1em
}

.ltr .fusion-menu-element-wrapper:not(.collapse-enabled).expand-method-hover.dropdown-arrows-child>ul>li.menu-item-has-children.reposition-arrows.hover:after,
.ltr .fusion-menu-element-wrapper:not(.collapse-enabled).expand-method-hover.dropdown-arrows-child>ul>li.menu-item-has-children.reposition-arrows:active:after,
.ltr .fusion-menu-element-wrapper:not(.collapse-enabled).expand-method-hover.dropdown-arrows-child>ul>li.menu-item-has-children.reposition-arrows:focus-within:after,
.ltr .fusion-menu-element-wrapper:not(.collapse-enabled).expand-method-hover.dropdown-arrows-child>ul>li.menu-item-has-children.reposition-arrows:focus:after,
.ltr .fusion-menu-element-wrapper:not(.collapse-enabled).expand-method-hover.dropdown-arrows-child>ul>li.menu-item-has-children.reposition-arrows:hover:after,
.ltr .fusion-menu-element-wrapper:not(.collapse-enabled).expand-method-hover.dropdown-arrows-parent>ul>li.menu-item-has-children.reposition-arrows.hover:after,
.ltr .fusion-menu-element-wrapper:not(.collapse-enabled).expand-method-hover.dropdown-arrows-parent>ul>li.menu-item-has-children.reposition-arrows:active:after,
.ltr .fusion-menu-element-wrapper:not(.collapse-enabled).expand-method-hover.dropdown-arrows-parent>ul>li.menu-item-has-children.reposition-arrows:focus-within:after,
.ltr .fusion-menu-element-wrapper:not(.collapse-enabled).expand-method-hover.dropdown-arrows-parent>ul>li.menu-item-has-children.reposition-arrows:focus:after,
.ltr .fusion-menu-element-wrapper:not(.collapse-enabled).expand-method-hover.dropdown-arrows-parent>ul>li.menu-item-has-children.reposition-arrows:hover:after {
  left: 1em
}

.fusion-menu-element-wrapper:not(.collapse-enabled).expand-method-hover.dropdown-arrows-child.direction-row>ul>li.menu-item-has-children:after,
.fusion-menu-element-wrapper:not(.collapse-enabled).expand-method-hover.dropdown-arrows-parent.direction-row>ul>li.menu-item-has-children:after {
  transition: all calc(300 * 1ms) cubic-bezier(.42, .01, .58, 1);
  bottom: calc(0px - 0px)
}

.fusion-menu-element-wrapper:not(.collapse-enabled).expand-method-hover.dropdown-arrows-child.direction-row>ul>li.menu-item-has-children.hover:after,
.fusion-menu-element-wrapper:not(.collapse-enabled).expand-method-hover.dropdown-arrows-child.direction-row>ul>li.menu-item-has-children:active:after,
.fusion-menu-element-wrapper:not(.collapse-enabled).expand-method-hover.dropdown-arrows-child.direction-row>ul>li.menu-item-has-children:focus-within:after,
.fusion-menu-element-wrapper:not(.collapse-enabled).expand-method-hover.dropdown-arrows-child.direction-row>ul>li.menu-item-has-children:focus:after,
.fusion-menu-element-wrapper:not(.collapse-enabled).expand-method-hover.dropdown-arrows-child.direction-row>ul>li.menu-item-has-children:hover:after,
.fusion-menu-element-wrapper:not(.collapse-enabled).expand-method-hover.dropdown-arrows-parent.direction-row>ul>li.menu-item-has-children.hover:after,
.fusion-menu-element-wrapper:not(.collapse-enabled).expand-method-hover.dropdown-arrows-parent.direction-row>ul>li.menu-item-has-children:active:after,
.fusion-menu-element-wrapper:not(.collapse-enabled).expand-method-hover.dropdown-arrows-parent.direction-row>ul>li.menu-item-has-children:focus-within:after,
.fusion-menu-element-wrapper:not(.collapse-enabled).expand-method-hover.dropdown-arrows-parent.direction-row>ul>li.menu-item-has-children:focus:after,
.fusion-menu-element-wrapper:not(.collapse-enabled).expand-method-hover.dropdown-arrows-parent.direction-row>ul>li.menu-item-has-children:hover:after {
  height: calc(0px - 12px * 2)
}

.fusion-menu-element-wrapper:not(.collapse-enabled).expand-method-hover.dropdown-arrows-child.direction-column.expand-right>ul>li:after,
.fusion-menu-element-wrapper:not(.collapse-enabled).expand-method-hover.dropdown-arrows-parent.direction-column.expand-right>ul>li:after {
  width: calc(0px - 23px * 2);
  left: 100%;
  top: calc(50% - 12px)
}

.fusion-menu-element-wrapper:not(.collapse-enabled).expand-method-hover.dropdown-arrows-child.direction-column.expand-left>ul>li:after,
.fusion-menu-element-wrapper:not(.collapse-enabled).expand-method-hover.dropdown-arrows-parent.direction-column.expand-left>ul>li:after {
  width: calc(0px - 23px * 2);
  left: calc(0px - 0px);
  top: calc(50% - 12px)
}

.fusion-menu-element-wrapper:not(.collapse-enabled).expand-method-hover.dropdown-arrows-parent.direction-row>ul>li.menu-item-has-children.hover:after,
.fusion-menu-element-wrapper:not(.collapse-enabled).expand-method-hover.dropdown-arrows-parent.direction-row>ul>li.menu-item-has-children:active:after,
.fusion-menu-element-wrapper:not(.collapse-enabled).expand-method-hover.dropdown-arrows-parent.direction-row>ul>li.menu-item-has-children:focus-within:after,
.fusion-menu-element-wrapper:not(.collapse-enabled).expand-method-hover.dropdown-arrows-parent.direction-row>ul>li.menu-item-has-children:focus:after,
.fusion-menu-element-wrapper:not(.collapse-enabled).expand-method-hover.dropdown-arrows-parent.direction-row>ul>li.menu-item-has-children:hover:after {
  border-top-color: transparent
}

.fusion-menu-element-wrapper:not(.collapse-enabled).expand-method-hover.dropdown-arrows-parent.direction-row.has-active-border-bottom-color-yes>ul>li.menu-item-has-children.hover:after,
.fusion-menu-element-wrapper:not(.collapse-enabled).expand-method-hover.dropdown-arrows-parent.direction-row.has-active-border-bottom-color-yes>ul>li.menu-item-has-children:active:after,
.fusion-menu-element-wrapper:not(.collapse-enabled).expand-method-hover.dropdown-arrows-parent.direction-row.has-active-border-bottom-color-yes>ul>li.menu-item-has-children:focus-within:after,
.fusion-menu-element-wrapper:not(.collapse-enabled).expand-method-hover.dropdown-arrows-parent.direction-row.has-active-border-bottom-color-yes>ul>li.menu-item-has-children:focus:after,
.fusion-menu-element-wrapper:not(.collapse-enabled).expand-method-hover.dropdown-arrows-parent.direction-row.has-active-border-bottom-color-yes>ul>li.menu-item-has-children:hover:after {
  border-top-color: transparent
}

.fusion-menu-element-wrapper:not(.collapse-enabled).expand-method-hover.dropdown-arrows-parent.direction-column.expand-right>ul>li.menu-item-has-children:not(.fusion-megamenu-menu).hover:after,
.fusion-menu-element-wrapper:not(.collapse-enabled).expand-method-hover.dropdown-arrows-parent.direction-column.expand-right>ul>li.menu-item-has-children:not(.fusion-megamenu-menu):active:after,
.fusion-menu-element-wrapper:not(.collapse-enabled).expand-method-hover.dropdown-arrows-parent.direction-column.expand-right>ul>li.menu-item-has-children:not(.fusion-megamenu-menu):focus-within:after,
.fusion-menu-element-wrapper:not(.collapse-enabled).expand-method-hover.dropdown-arrows-parent.direction-column.expand-right>ul>li.menu-item-has-children:not(.fusion-megamenu-menu):focus:after,
.fusion-menu-element-wrapper:not(.collapse-enabled).expand-method-hover.dropdown-arrows-parent.direction-column.expand-right>ul>li.menu-item-has-children:not(.fusion-megamenu-menu):hover:after {
  border-left-color: transparent
}

.fusion-menu-element-wrapper:not(.collapse-enabled).expand-method-hover.dropdown-arrows-parent.direction-column.expand-right>ul>li.menu-item-has-children:not(.fusion-megamenu-menu).alt-arrow-child-color.hover:after,
.fusion-menu-element-wrapper:not(.collapse-enabled).expand-method-hover.dropdown-arrows-parent.direction-column.expand-right>ul>li.menu-item-has-children:not(.fusion-megamenu-menu).alt-arrow-child-color:active:after,
.fusion-menu-element-wrapper:not(.collapse-enabled).expand-method-hover.dropdown-arrows-parent.direction-column.expand-right>ul>li.menu-item-has-children:not(.fusion-megamenu-menu).alt-arrow-child-color:focus-within:after,
.fusion-menu-element-wrapper:not(.collapse-enabled).expand-method-hover.dropdown-arrows-parent.direction-column.expand-right>ul>li.menu-item-has-children:not(.fusion-megamenu-menu).alt-arrow-child-color:focus:after,
.fusion-menu-element-wrapper:not(.collapse-enabled).expand-method-hover.dropdown-arrows-parent.direction-column.expand-right>ul>li.menu-item-has-children:not(.fusion-megamenu-menu).alt-arrow-child-color:hover:after {
  border-right-color: #f9f9fb
}

.fusion-menu-element-wrapper:not(.collapse-enabled).expand-method-hover.dropdown-arrows-parent.direction-column.expand-right.has-active-border-right-yes>ul>li.menu-item-has-children:not(.fusion-megamenu-menu).hover:after,
.fusion-menu-element-wrapper:not(.collapse-enabled).expand-method-hover.dropdown-arrows-parent.direction-column.expand-right.has-active-border-right-yes>ul>li.menu-item-has-children:not(.fusion-megamenu-menu):active:after,
.fusion-menu-element-wrapper:not(.collapse-enabled).expand-method-hover.dropdown-arrows-parent.direction-column.expand-right.has-active-border-right-yes>ul>li.menu-item-has-children:not(.fusion-megamenu-menu):focus-within:after,
.fusion-menu-element-wrapper:not(.collapse-enabled).expand-method-hover.dropdown-arrows-parent.direction-column.expand-right.has-active-border-right-yes>ul>li.menu-item-has-children:not(.fusion-megamenu-menu):focus:after,
.fusion-menu-element-wrapper:not(.collapse-enabled).expand-method-hover.dropdown-arrows-parent.direction-column.expand-right.has-active-border-right-yes>ul>li.menu-item-has-children:not(.fusion-megamenu-menu):hover:after {
  border-left-color: transparent
}

.fusion-menu-element-wrapper:not(.collapse-enabled).expand-method-hover.dropdown-arrows-parent.direction-column.expand-left>ul>li.menu-item-has-children:not(.fusion-megamenu-menu).hover:after,
.fusion-menu-element-wrapper:not(.collapse-enabled).expand-method-hover.dropdown-arrows-parent.direction-column.expand-left>ul>li.menu-item-has-children:not(.fusion-megamenu-menu):active:after,
.fusion-menu-element-wrapper:not(.collapse-enabled).expand-method-hover.dropdown-arrows-parent.direction-column.expand-left>ul>li.menu-item-has-children:not(.fusion-megamenu-menu):focus-within:after,
.fusion-menu-element-wrapper:not(.collapse-enabled).expand-method-hover.dropdown-arrows-parent.direction-column.expand-left>ul>li.menu-item-has-children:not(.fusion-megamenu-menu):focus:after,
.fusion-menu-element-wrapper:not(.collapse-enabled).expand-method-hover.dropdown-arrows-parent.direction-column.expand-left>ul>li.menu-item-has-children:not(.fusion-megamenu-menu):hover:after {
  border-right-color: transparent
}

.fusion-menu-element-wrapper:not(.collapse-enabled).expand-method-hover.dropdown-arrows-parent.direction-column.expand-left>ul>li.menu-item-has-children:not(.fusion-megamenu-menu).alt-arrow-child-color.hover:after,
.fusion-menu-element-wrapper:not(.collapse-enabled).expand-method-hover.dropdown-arrows-parent.direction-column.expand-left>ul>li.menu-item-has-children:not(.fusion-megamenu-menu).alt-arrow-child-color:active:after,
.fusion-menu-element-wrapper:not(.collapse-enabled).expand-method-hover.dropdown-arrows-parent.direction-column.expand-left>ul>li.menu-item-has-children:not(.fusion-megamenu-menu).alt-arrow-child-color:focus-within:after,
.fusion-menu-element-wrapper:not(.collapse-enabled).expand-method-hover.dropdown-arrows-parent.direction-column.expand-left>ul>li.menu-item-has-children:not(.fusion-megamenu-menu).alt-arrow-child-color:focus:after,
.fusion-menu-element-wrapper:not(.collapse-enabled).expand-method-hover.dropdown-arrows-parent.direction-column.expand-left>ul>li.menu-item-has-children:not(.fusion-megamenu-menu).alt-arrow-child-color:hover:after {
  border-left-color: #f9f9fb
}

.fusion-menu-element-wrapper:not(.collapse-enabled).expand-method-hover.dropdown-arrows-parent.direction-column.expand-left.has-active-border-left-yes>ul>li.menu-item-has-children:not(.fusion-megamenu-menu).hover:after,
.fusion-menu-element-wrapper:not(.collapse-enabled).expand-method-hover.dropdown-arrows-parent.direction-column.expand-left.has-active-border-left-yes>ul>li.menu-item-has-children:not(.fusion-megamenu-menu):active:after,
.fusion-menu-element-wrapper:not(.collapse-enabled).expand-method-hover.dropdown-arrows-parent.direction-column.expand-left.has-active-border-left-yes>ul>li.menu-item-has-children:not(.fusion-megamenu-menu):focus-within:after,
.fusion-menu-element-wrapper:not(.collapse-enabled).expand-method-hover.dropdown-arrows-parent.direction-column.expand-left.has-active-border-left-yes>ul>li.menu-item-has-children:not(.fusion-megamenu-menu):focus:after,
.fusion-menu-element-wrapper:not(.collapse-enabled).expand-method-hover.dropdown-arrows-parent.direction-column.expand-left.has-active-border-left-yes>ul>li.menu-item-has-children:not(.fusion-megamenu-menu):hover:after {
  border-right-color: transparent
}

.fusion-menu-element-wrapper:not(.collapse-enabled).expand-method-hover.dropdown-arrows-child.direction-row>ul>li.menu-item-has-children.hover:after,
.fusion-menu-element-wrapper:not(.collapse-enabled).expand-method-hover.dropdown-arrows-child.direction-row>ul>li.menu-item-has-children:active:after,
.fusion-menu-element-wrapper:not(.collapse-enabled).expand-method-hover.dropdown-arrows-child.direction-row>ul>li.menu-item-has-children:focus-within:after,
.fusion-menu-element-wrapper:not(.collapse-enabled).expand-method-hover.dropdown-arrows-child.direction-row>ul>li.menu-item-has-children:focus:after,
.fusion-menu-element-wrapper:not(.collapse-enabled).expand-method-hover.dropdown-arrows-child.direction-row>ul>li.menu-item-has-children:hover:after {
  border-bottom-color: #fff
}

.fusion-menu-element-wrapper:not(.collapse-enabled).expand-method-hover.dropdown-arrows-child.direction-row>ul>li.menu-item-has-children.alt-arrow-child-color.hover:after,
.fusion-menu-element-wrapper:not(.collapse-enabled).expand-method-hover.dropdown-arrows-child.direction-row>ul>li.menu-item-has-children.alt-arrow-child-color:active:after,
.fusion-menu-element-wrapper:not(.collapse-enabled).expand-method-hover.dropdown-arrows-child.direction-row>ul>li.menu-item-has-children.alt-arrow-child-color:focus-within:after,
.fusion-menu-element-wrapper:not(.collapse-enabled).expand-method-hover.dropdown-arrows-child.direction-row>ul>li.menu-item-has-children.alt-arrow-child-color:focus:after,
.fusion-menu-element-wrapper:not(.collapse-enabled).expand-method-hover.dropdown-arrows-child.direction-row>ul>li.menu-item-has-children.alt-arrow-child-color:hover:after {
  border-bottom-color: #f9f9fb
}

.fusion-menu-element-wrapper:not(.collapse-enabled).expand-method-hover.dropdown-arrows-child.direction-column.expand-right>ul>li.menu-item-has-children:not(.fusion-megamenu-menu).hover:after,
.fusion-menu-element-wrapper:not(.collapse-enabled).expand-method-hover.dropdown-arrows-child.direction-column.expand-right>ul>li.menu-item-has-children:not(.fusion-megamenu-menu):active:after,
.fusion-menu-element-wrapper:not(.collapse-enabled).expand-method-hover.dropdown-arrows-child.direction-column.expand-right>ul>li.menu-item-has-children:not(.fusion-megamenu-menu):focus-within:after,
.fusion-menu-element-wrapper:not(.collapse-enabled).expand-method-hover.dropdown-arrows-child.direction-column.expand-right>ul>li.menu-item-has-children:not(.fusion-megamenu-menu):focus:after,
.fusion-menu-element-wrapper:not(.collapse-enabled).expand-method-hover.dropdown-arrows-child.direction-column.expand-right>ul>li.menu-item-has-children:not(.fusion-megamenu-menu):hover:after {
  border-right-color: #fff
}

.fusion-menu-element-wrapper:not(.collapse-enabled).expand-method-hover.dropdown-arrows-child.direction-column.expand-left>ul>li.menu-item-has-children:not(.fusion-megamenu-menu).hover:after,
.fusion-menu-element-wrapper:not(.collapse-enabled).expand-method-hover.dropdown-arrows-child.direction-column.expand-left>ul>li.menu-item-has-children:not(.fusion-megamenu-menu):active:after,
.fusion-menu-element-wrapper:not(.collapse-enabled).expand-method-hover.dropdown-arrows-child.direction-column.expand-left>ul>li.menu-item-has-children:not(.fusion-megamenu-menu):focus-within:after,
.fusion-menu-element-wrapper:not(.collapse-enabled).expand-method-hover.dropdown-arrows-child.direction-column.expand-left>ul>li.menu-item-has-children:not(.fusion-megamenu-menu):focus:after,
.fusion-menu-element-wrapper:not(.collapse-enabled).expand-method-hover.dropdown-arrows-child.direction-column.expand-left>ul>li.menu-item-has-children:not(.fusion-megamenu-menu):hover:after {
  border-left-color: #fff
}

.fusion-menu-element-wrapper:not(.collapse-enabled).expand-method-click.dropdown-arrows-child>ul>li:after,
.fusion-menu-element-wrapper:not(.collapse-enabled).expand-method-click.dropdown-arrows-parent>ul>li:after {
  width: 0;
  height: 0;
  z-index: 999999998;
  position: absolute;
  border-color: transparent;
  transition: all calc(300 * 1ms) cubic-bezier(.42, .01, .58, 1)
}

.fusion-menu-element-wrapper:not(.collapse-enabled).expand-method-click.dropdown-arrows-child>ul>li.menu-item-has-children:after,
.fusion-menu-element-wrapper:not(.collapse-enabled).expand-method-click.dropdown-arrows-parent>ul>li.menu-item-has-children:after {
  content: " ";
  border-style: solid;
  border-top-width: 12px;
  border-bottom-width: 12px;
  border-left-width: 23px;
  border-right-width: 23px;
  visibility: hidden;
  opacity: 0
}

.fusion-menu-element-wrapper:not(.collapse-enabled).expand-method-click.dropdown-arrows-child>ul>li.menu-item-has-children.current-menu-ancestor:after,
.fusion-menu-element-wrapper:not(.collapse-enabled).expand-method-click.dropdown-arrows-child>ul>li.menu-item-has-children.current-menu-item:after,
.fusion-menu-element-wrapper:not(.collapse-enabled).expand-method-click.dropdown-arrows-child>ul>li.menu-item-has-children.current-menu-parent:after,
.fusion-menu-element-wrapper:not(.collapse-enabled).expand-method-click.dropdown-arrows-child>ul>li.menu-item-has-children.expanded:after,
.fusion-menu-element-wrapper:not(.collapse-enabled).expand-method-click.dropdown-arrows-child>ul>li.menu-item-has-children.hover:after,
.fusion-menu-element-wrapper:not(.collapse-enabled).expand-method-click.dropdown-arrows-child>ul>li.menu-item-has-children:active:after,
.fusion-menu-element-wrapper:not(.collapse-enabled).expand-method-click.dropdown-arrows-child>ul>li.menu-item-has-children:focus-within:after,
.fusion-menu-element-wrapper:not(.collapse-enabled).expand-method-click.dropdown-arrows-child>ul>li.menu-item-has-children:focus:after,
.fusion-menu-element-wrapper:not(.collapse-enabled).expand-method-click.dropdown-arrows-child>ul>li.menu-item-has-children:hover:after,
.fusion-menu-element-wrapper:not(.collapse-enabled).expand-method-click.dropdown-arrows-parent>ul>li.menu-item-has-children.current-menu-ancestor:after,
.fusion-menu-element-wrapper:not(.collapse-enabled).expand-method-click.dropdown-arrows-parent>ul>li.menu-item-has-children.current-menu-item:after,
.fusion-menu-element-wrapper:not(.collapse-enabled).expand-method-click.dropdown-arrows-parent>ul>li.menu-item-has-children.current-menu-parent:after,
.fusion-menu-element-wrapper:not(.collapse-enabled).expand-method-click.dropdown-arrows-parent>ul>li.menu-item-has-children.expanded:after,
.fusion-menu-element-wrapper:not(.collapse-enabled).expand-method-click.dropdown-arrows-parent>ul>li.menu-item-has-children.hover:after,
.fusion-menu-element-wrapper:not(.collapse-enabled).expand-method-click.dropdown-arrows-parent>ul>li.menu-item-has-children:active:after,
.fusion-menu-element-wrapper:not(.collapse-enabled).expand-method-click.dropdown-arrows-parent>ul>li.menu-item-has-children:focus-within:after,
.fusion-menu-element-wrapper:not(.collapse-enabled).expand-method-click.dropdown-arrows-parent>ul>li.menu-item-has-children:focus:after,
.fusion-menu-element-wrapper:not(.collapse-enabled).expand-method-click.dropdown-arrows-parent>ul>li.menu-item-has-children:hover:after {
  visibility: visible;
  opacity: 1
}

.rtl .fusion-menu-element-wrapper:not(.collapse-enabled).expand-method-click.dropdown-arrows-child>ul>li.menu-item-has-children.current-menu-ancestor.reposition-arrows:after,
.rtl .fusion-menu-element-wrapper:not(.collapse-enabled).expand-method-click.dropdown-arrows-child>ul>li.menu-item-has-children.current-menu-item.reposition-arrows:after,
.rtl .fusion-menu-element-wrapper:not(.collapse-enabled).expand-method-click.dropdown-arrows-child>ul>li.menu-item-has-children.current-menu-parent.reposition-arrows:after,
.rtl .fusion-menu-element-wrapper:not(.collapse-enabled).expand-method-click.dropdown-arrows-child>ul>li.menu-item-has-children.expanded.reposition-arrows:after,
.rtl .fusion-menu-element-wrapper:not(.collapse-enabled).expand-method-click.dropdown-arrows-child>ul>li.menu-item-has-children.hover.reposition-arrows:after,
.rtl .fusion-menu-element-wrapper:not(.collapse-enabled).expand-method-click.dropdown-arrows-child>ul>li.menu-item-has-children:active.reposition-arrows:after,
.rtl .fusion-menu-element-wrapper:not(.collapse-enabled).expand-method-click.dropdown-arrows-child>ul>li.menu-item-has-children:focus-within.reposition-arrows:after,
.rtl .fusion-menu-element-wrapper:not(.collapse-enabled).expand-method-click.dropdown-arrows-child>ul>li.menu-item-has-children:focus.reposition-arrows:after,
.rtl .fusion-menu-element-wrapper:not(.collapse-enabled).expand-method-click.dropdown-arrows-child>ul>li.menu-item-has-children:hover.reposition-arrows:after,
.rtl .fusion-menu-element-wrapper:not(.collapse-enabled).expand-method-click.dropdown-arrows-parent>ul>li.menu-item-has-children.current-menu-ancestor.reposition-arrows:after,
.rtl .fusion-menu-element-wrapper:not(.collapse-enabled).expand-method-click.dropdown-arrows-parent>ul>li.menu-item-has-children.current-menu-item.reposition-arrows:after,
.rtl .fusion-menu-element-wrapper:not(.collapse-enabled).expand-method-click.dropdown-arrows-parent>ul>li.menu-item-has-children.current-menu-parent.reposition-arrows:after,
.rtl .fusion-menu-element-wrapper:not(.collapse-enabled).expand-method-click.dropdown-arrows-parent>ul>li.menu-item-has-children.expanded.reposition-arrows:after,
.rtl .fusion-menu-element-wrapper:not(.collapse-enabled).expand-method-click.dropdown-arrows-parent>ul>li.menu-item-has-children.hover.reposition-arrows:after,
.rtl .fusion-menu-element-wrapper:not(.collapse-enabled).expand-method-click.dropdown-arrows-parent>ul>li.menu-item-has-children:active.reposition-arrows:after,
.rtl .fusion-menu-element-wrapper:not(.collapse-enabled).expand-method-click.dropdown-arrows-parent>ul>li.menu-item-has-children:focus-within.reposition-arrows:after,
.rtl .fusion-menu-element-wrapper:not(.collapse-enabled).expand-method-click.dropdown-arrows-parent>ul>li.menu-item-has-children:focus.reposition-arrows:after,
.rtl .fusion-menu-element-wrapper:not(.collapse-enabled).expand-method-click.dropdown-arrows-parent>ul>li.menu-item-has-children:hover.reposition-arrows:after {
  right: 1em
}

.ltr .fusion-menu-element-wrapper:not(.collapse-enabled).expand-method-click.dropdown-arrows-child>ul>li.menu-item-has-children.current-menu-ancestor.reposition-arrows:after,
.ltr .fusion-menu-element-wrapper:not(.collapse-enabled).expand-method-click.dropdown-arrows-child>ul>li.menu-item-has-children.current-menu-item.reposition-arrows:after,
.ltr .fusion-menu-element-wrapper:not(.collapse-enabled).expand-method-click.dropdown-arrows-child>ul>li.menu-item-has-children.current-menu-parent.reposition-arrows:after,
.ltr .fusion-menu-element-wrapper:not(.collapse-enabled).expand-method-click.dropdown-arrows-child>ul>li.menu-item-has-children.expanded.reposition-arrows:after,
.ltr .fusion-menu-element-wrapper:not(.collapse-enabled).expand-method-click.dropdown-arrows-child>ul>li.menu-item-has-children.hover.reposition-arrows:after,
.ltr .fusion-menu-element-wrapper:not(.collapse-enabled).expand-method-click.dropdown-arrows-child>ul>li.menu-item-has-children:active.reposition-arrows:after,
.ltr .fusion-menu-element-wrapper:not(.collapse-enabled).expand-method-click.dropdown-arrows-child>ul>li.menu-item-has-children:focus-within.reposition-arrows:after,
.ltr .fusion-menu-element-wrapper:not(.collapse-enabled).expand-method-click.dropdown-arrows-child>ul>li.menu-item-has-children:focus.reposition-arrows:after,
.ltr .fusion-menu-element-wrapper:not(.collapse-enabled).expand-method-click.dropdown-arrows-child>ul>li.menu-item-has-children:hover.reposition-arrows:after,
.ltr .fusion-menu-element-wrapper:not(.collapse-enabled).expand-method-click.dropdown-arrows-parent>ul>li.menu-item-has-children.current-menu-ancestor.reposition-arrows:after,
.ltr .fusion-menu-element-wrapper:not(.collapse-enabled).expand-method-click.dropdown-arrows-parent>ul>li.menu-item-has-children.current-menu-item.reposition-arrows:after,
.ltr .fusion-menu-element-wrapper:not(.collapse-enabled).expand-method-click.dropdown-arrows-parent>ul>li.menu-item-has-children.current-menu-parent.reposition-arrows:after,
.ltr .fusion-menu-element-wrapper:not(.collapse-enabled).expand-method-click.dropdown-arrows-parent>ul>li.menu-item-has-children.expanded.reposition-arrows:after,
.ltr .fusion-menu-element-wrapper:not(.collapse-enabled).expand-method-click.dropdown-arrows-parent>ul>li.menu-item-has-children.hover.reposition-arrows:after,
.ltr .fusion-menu-element-wrapper:not(.collapse-enabled).expand-method-click.dropdown-arrows-parent>ul>li.menu-item-has-children:active.reposition-arrows:after,
.ltr .fusion-menu-element-wrapper:not(.collapse-enabled).expand-method-click.dropdown-arrows-parent>ul>li.menu-item-has-children:focus-within.reposition-arrows:after,
.ltr .fusion-menu-element-wrapper:not(.collapse-enabled).expand-method-click.dropdown-arrows-parent>ul>li.menu-item-has-children:focus.reposition-arrows:after,
.ltr .fusion-menu-element-wrapper:not(.collapse-enabled).expand-method-click.dropdown-arrows-parent>ul>li.menu-item-has-children:hover.reposition-arrows:after {
  left: 1em
}

.fusion-menu-element-wrapper:not(.collapse-enabled).expand-method-click.dropdown-arrows-child.direction-row>ul>li.menu-item-has-children:after,
.fusion-menu-element-wrapper:not(.collapse-enabled).expand-method-click.dropdown-arrows-parent.direction-row>ul>li.menu-item-has-children:after {
  bottom: calc(0px - 0px)
}

.fusion-menu-element-wrapper:not(.collapse-enabled).expand-method-click.dropdown-arrows-child.direction-row>ul>li.menu-item-has-children.current-menu-ancestor:after,
.fusion-menu-element-wrapper:not(.collapse-enabled).expand-method-click.dropdown-arrows-child.direction-row>ul>li.menu-item-has-children.current-menu-item:after,
.fusion-menu-element-wrapper:not(.collapse-enabled).expand-method-click.dropdown-arrows-child.direction-row>ul>li.menu-item-has-children.current-menu-parent:after,
.fusion-menu-element-wrapper:not(.collapse-enabled).expand-method-click.dropdown-arrows-child.direction-row>ul>li.menu-item-has-children.expanded:after,
.fusion-menu-element-wrapper:not(.collapse-enabled).expand-method-click.dropdown-arrows-child.direction-row>ul>li.menu-item-has-children.hover:after,
.fusion-menu-element-wrapper:not(.collapse-enabled).expand-method-click.dropdown-arrows-child.direction-row>ul>li.menu-item-has-children:active:after,
.fusion-menu-element-wrapper:not(.collapse-enabled).expand-method-click.dropdown-arrows-child.direction-row>ul>li.menu-item-has-children:focus-within:after,
.fusion-menu-element-wrapper:not(.collapse-enabled).expand-method-click.dropdown-arrows-child.direction-row>ul>li.menu-item-has-children:focus:after,
.fusion-menu-element-wrapper:not(.collapse-enabled).expand-method-click.dropdown-arrows-child.direction-row>ul>li.menu-item-has-children:hover:after,
.fusion-menu-element-wrapper:not(.collapse-enabled).expand-method-click.dropdown-arrows-parent.direction-row>ul>li.menu-item-has-children.current-menu-ancestor:after,
.fusion-menu-element-wrapper:not(.collapse-enabled).expand-method-click.dropdown-arrows-parent.direction-row>ul>li.menu-item-has-children.current-menu-item:after,
.fusion-menu-element-wrapper:not(.collapse-enabled).expand-method-click.dropdown-arrows-parent.direction-row>ul>li.menu-item-has-children.current-menu-parent:after,
.fusion-menu-element-wrapper:not(.collapse-enabled).expand-method-click.dropdown-arrows-parent.direction-row>ul>li.menu-item-has-children.expanded:after,
.fusion-menu-element-wrapper:not(.collapse-enabled).expand-method-click.dropdown-arrows-parent.direction-row>ul>li.menu-item-has-children.hover:after,
.fusion-menu-element-wrapper:not(.collapse-enabled).expand-method-click.dropdown-arrows-parent.direction-row>ul>li.menu-item-has-children:active:after,
.fusion-menu-element-wrapper:not(.collapse-enabled).expand-method-click.dropdown-arrows-parent.direction-row>ul>li.menu-item-has-children:focus-within:after,
.fusion-menu-element-wrapper:not(.collapse-enabled).expand-method-click.dropdown-arrows-parent.direction-row>ul>li.menu-item-has-children:focus:after,
.fusion-menu-element-wrapper:not(.collapse-enabled).expand-method-click.dropdown-arrows-parent.direction-row>ul>li.menu-item-has-children:hover:after {
  height: calc(0px - 12px * 2)
}

.fusion-menu-element-wrapper:not(.collapse-enabled).expand-method-click.dropdown-arrows-child.direction-column>ul>li:not(.fusion-menu-item-button):after,
.fusion-menu-element-wrapper:not(.collapse-enabled).expand-method-click.dropdown-arrows-parent.direction-column>ul>li:not(.fusion-menu-item-button):after {
  width: calc(0px - 23px * 2);
  top: calc(50% - 12px)
}

.fusion-menu-element-wrapper:not(.collapse-enabled).expand-method-click.dropdown-arrows-child.direction-column.expand-right>ul>li:after,
.fusion-menu-element-wrapper:not(.collapse-enabled).expand-method-click.dropdown-arrows-parent.direction-column.expand-right>ul>li:after {
  left: 100%
}

.fusion-menu-element-wrapper:not(.collapse-enabled).expand-method-click.dropdown-arrows-child.direction-column.expand-left>ul>li:after,
.fusion-menu-element-wrapper:not(.collapse-enabled).expand-method-click.dropdown-arrows-parent.direction-column.expand-left>ul>li:after {
  left: calc(0px - 0px)
}

.fusion-menu-element-wrapper:not(.collapse-enabled).expand-method-click.dropdown-arrows-parent.direction-row>ul>li.menu-item-has-children.current-menu-ancestor:after,
.fusion-menu-element-wrapper:not(.collapse-enabled).expand-method-click.dropdown-arrows-parent.direction-row>ul>li.menu-item-has-children.current-menu-item:after,
.fusion-menu-element-wrapper:not(.collapse-enabled).expand-method-click.dropdown-arrows-parent.direction-row>ul>li.menu-item-has-children.current-menu-parent:after,
.fusion-menu-element-wrapper:not(.collapse-enabled).expand-method-click.dropdown-arrows-parent.direction-row>ul>li.menu-item-has-children.expanded:after,
.fusion-menu-element-wrapper:not(.collapse-enabled).expand-method-click.dropdown-arrows-parent.direction-row>ul>li.menu-item-has-children.hover:after,
.fusion-menu-element-wrapper:not(.collapse-enabled).expand-method-click.dropdown-arrows-parent.direction-row>ul>li.menu-item-has-children:active:after,
.fusion-menu-element-wrapper:not(.collapse-enabled).expand-method-click.dropdown-arrows-parent.direction-row>ul>li.menu-item-has-children:focus-within:after,
.fusion-menu-element-wrapper:not(.collapse-enabled).expand-method-click.dropdown-arrows-parent.direction-row>ul>li.menu-item-has-children:focus:after,
.fusion-menu-element-wrapper:not(.collapse-enabled).expand-method-click.dropdown-arrows-parent.direction-row>ul>li.menu-item-has-children:hover:after {
  border-top-color: transparent
}

.fusion-menu-element-wrapper:not(.collapse-enabled).expand-method-click.dropdown-arrows-parent.direction-row.has-active-border-bottom-yes>ul>li.menu-item-has-children.expanded:after {
  border-top-color: transparent
}

.fusion-menu-element-wrapper:not(.collapse-enabled).expand-method-click.dropdown-arrows-parent.direction-column.expand-right>ul>li.menu-item-has-children.expanded:not(.fusion-megamenu-menu):after {
  border-left-color: transparent
}

.fusion-menu-element-wrapper:not(.collapse-enabled).expand-method-click.dropdown-arrows-parent.direction-column.expand-left>ul>li.menu-item-has-children.expanded:not(.fusion-megamenu-menu):after {
  border-right-color: transparent
}

.fusion-menu-element-wrapper:not(.collapse-enabled).expand-method-click.dropdown-arrows-parent.direction-column.expand-right.has-active-border-right-yes>ul>li.menu-item-has-children.expanded:not(.fusion-megamenu-menu):after {
  border-left-color: transparent
}

.fusion-menu-element-wrapper:not(.collapse-enabled).expand-method-click.dropdown-arrows-parent.direction-column.expand-left.has-active-border-left-yes>ul>li.menu-item-has-children.expanded:not(.fusion-megamenu-menu):after {
  border-right-color: transparent
}

.fusion-menu-element-wrapper:not(.collapse-enabled).expand-method-click.dropdown-arrows-child.direction-row>ul>li.menu-item-has-children.expanded:after {
  border-bottom-color: #fff
}

.fusion-menu-element-wrapper:not(.collapse-enabled).expand-method-click.dropdown-arrows-child.direction-row>ul>li.menu-item-has-children.expanded.alt-arrow-child-color:after {
  border-bottom-color: #f9f9fb
}

.fusion-menu-element-wrapper:not(.collapse-enabled).expand-method-click.dropdown-arrows-child.direction-column.expand-right>ul>li.menu-item-has-children.expanded:not(.fusion-megamenu-menu):after {
  border-right-color: #fff
}

.fusion-menu-element-wrapper:not(.collapse-enabled).expand-method-click.dropdown-arrows-child.direction-column.expand-right>ul>li.menu-item-has-children.expanded:not(.fusion-megamenu-menu).alt-arrow-child-color:after {
  border-right-color: #f9f9fb
}

.fusion-menu-element-wrapper:not(.collapse-enabled).expand-method-click.dropdown-arrows-child.direction-column.expand-left>ul>li.menu-item-has-children.expanded:not(.fusion-megamenu-menu):after {
  border-left-color: #fff
}

.fusion-menu-element-wrapper:not(.collapse-enabled).expand-method-click.dropdown-arrows-child.direction-column.expand-left>ul>li.menu-item-has-children.expanded:not(.fusion-megamenu-menu).alt-arrow-child-color:after {
  border-left-color: #f9f9fb
}

.fusion-menu-element-wrapper:not(.collapse-enabled).submenu-transition-slide_up.direction-row.dropdown-arrows-parent>ul>li:after {
  top: calc(100% - 12px)
}

.fusion-menu-element-wrapper:not(.collapse-enabled).active-item-arrows-on.expand-method-click>ul>li:not(.fusion-menu-item-button):after,
.fusion-menu-element-wrapper:not(.collapse-enabled).active-item-arrows-on.expand-method-hover>ul>li:not(.fusion-menu-item-button):after {
  content: " ";
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
  border-top-width: 12px;
  border-bottom-width: 12px;
  border-left-width: 23px;
  border-right-width: 23px;
  transition: all calc(300 * 1ms) cubic-bezier(.42, .01, .58, 1);
  z-index: 999999998
}

.fusion-menu-element-wrapper:not(.collapse-enabled).active-item-arrows-on.expand-method-click.direction-row>ul>li:after,
.fusion-menu-element-wrapper:not(.collapse-enabled).active-item-arrows-on.expand-method-hover.direction-row>ul>li:after {
  height: calc(0px - 12px * 2);
  bottom: calc(0px - 0px)
}

.fusion-menu-element-wrapper:not(.collapse-enabled).active-item-arrows-on.expand-method-click.direction-row>ul>li.current-menu-ancestor:after,
.fusion-menu-element-wrapper:not(.collapse-enabled).active-item-arrows-on.expand-method-click.direction-row>ul>li.current-menu-item:after,
.fusion-menu-element-wrapper:not(.collapse-enabled).active-item-arrows-on.expand-method-click.direction-row>ul>li.current-menu-parent:after,
.fusion-menu-element-wrapper:not(.collapse-enabled).active-item-arrows-on.expand-method-click.direction-row>ul>li.expanded:after,
.fusion-menu-element-wrapper:not(.collapse-enabled).active-item-arrows-on.expand-method-click.direction-row>ul>li.hover:after,
.fusion-menu-element-wrapper:not(.collapse-enabled).active-item-arrows-on.expand-method-click.direction-row>ul>li:active:after,
.fusion-menu-element-wrapper:not(.collapse-enabled).active-item-arrows-on.expand-method-click.direction-row>ul>li:focus-within:after,
.fusion-menu-element-wrapper:not(.collapse-enabled).active-item-arrows-on.expand-method-click.direction-row>ul>li:focus:after,
.fusion-menu-element-wrapper:not(.collapse-enabled).active-item-arrows-on.expand-method-click.direction-row>ul>li:hover:after,
.fusion-menu-element-wrapper:not(.collapse-enabled).active-item-arrows-on.expand-method-hover.direction-row>ul>li.current-menu-ancestor:after,
.fusion-menu-element-wrapper:not(.collapse-enabled).active-item-arrows-on.expand-method-hover.direction-row>ul>li.current-menu-item:after,
.fusion-menu-element-wrapper:not(.collapse-enabled).active-item-arrows-on.expand-method-hover.direction-row>ul>li.current-menu-parent:after,
.fusion-menu-element-wrapper:not(.collapse-enabled).active-item-arrows-on.expand-method-hover.direction-row>ul>li.expanded:after,
.fusion-menu-element-wrapper:not(.collapse-enabled).active-item-arrows-on.expand-method-hover.direction-row>ul>li.hover:after,
.fusion-menu-element-wrapper:not(.collapse-enabled).active-item-arrows-on.expand-method-hover.direction-row>ul>li:active:after,
.fusion-menu-element-wrapper:not(.collapse-enabled).active-item-arrows-on.expand-method-hover.direction-row>ul>li:focus-within:after,
.fusion-menu-element-wrapper:not(.collapse-enabled).active-item-arrows-on.expand-method-hover.direction-row>ul>li:focus:after,
.fusion-menu-element-wrapper:not(.collapse-enabled).active-item-arrows-on.expand-method-hover.direction-row>ul>li:hover:after {
  border-top-color: transparent
}

.fusion-menu-element-wrapper:not(.collapse-enabled).active-item-arrows-on.expand-method-click.direction-row.has-active-border-bottom-yes>ul>li.current-menu-ancestor:after,
.fusion-menu-element-wrapper:not(.collapse-enabled).active-item-arrows-on.expand-method-click.direction-row.has-active-border-bottom-yes>ul>li.current-menu-item:after,
.fusion-menu-element-wrapper:not(.collapse-enabled).active-item-arrows-on.expand-method-click.direction-row.has-active-border-bottom-yes>ul>li.current-menu-parent:after,
.fusion-menu-element-wrapper:not(.collapse-enabled).active-item-arrows-on.expand-method-click.direction-row.has-active-border-bottom-yes>ul>li.expanded:after,
.fusion-menu-element-wrapper:not(.collapse-enabled).active-item-arrows-on.expand-method-click.direction-row.has-active-border-bottom-yes>ul>li.hover:after,
.fusion-menu-element-wrapper:not(.collapse-enabled).active-item-arrows-on.expand-method-click.direction-row.has-active-border-bottom-yes>ul>li:active:after,
.fusion-menu-element-wrapper:not(.collapse-enabled).active-item-arrows-on.expand-method-click.direction-row.has-active-border-bottom-yes>ul>li:focus-within:after,
.fusion-menu-element-wrapper:not(.collapse-enabled).active-item-arrows-on.expand-method-click.direction-row.has-active-border-bottom-yes>ul>li:focus:after,
.fusion-menu-element-wrapper:not(.collapse-enabled).active-item-arrows-on.expand-method-click.direction-row.has-active-border-bottom-yes>ul>li:hover:after,
.fusion-menu-element-wrapper:not(.collapse-enabled).active-item-arrows-on.expand-method-hover.direction-row.has-active-border-bottom-yes>ul>li.current-menu-ancestor:after,
.fusion-menu-element-wrapper:not(.collapse-enabled).active-item-arrows-on.expand-method-hover.direction-row.has-active-border-bottom-yes>ul>li.current-menu-item:after,
.fusion-menu-element-wrapper:not(.collapse-enabled).active-item-arrows-on.expand-method-hover.direction-row.has-active-border-bottom-yes>ul>li.current-menu-parent:after,
.fusion-menu-element-wrapper:not(.collapse-enabled).active-item-arrows-on.expand-method-hover.direction-row.has-active-border-bottom-yes>ul>li.expanded:after,
.fusion-menu-element-wrapper:not(.collapse-enabled).active-item-arrows-on.expand-method-hover.direction-row.has-active-border-bottom-yes>ul>li.hover:after,
.fusion-menu-element-wrapper:not(.collapse-enabled).active-item-arrows-on.expand-method-hover.direction-row.has-active-border-bottom-yes>ul>li:active:after,
.fusion-menu-element-wrapper:not(.collapse-enabled).active-item-arrows-on.expand-method-hover.direction-row.has-active-border-bottom-yes>ul>li:focus-within:after,
.fusion-menu-element-wrapper:not(.collapse-enabled).active-item-arrows-on.expand-method-hover.direction-row.has-active-border-bottom-yes>ul>li:focus:after,
.fusion-menu-element-wrapper:not(.collapse-enabled).active-item-arrows-on.expand-method-hover.direction-row.has-active-border-bottom-yes>ul>li:hover:after {
  border-top-color: transparent
}

.fusion-menu-element-wrapper:not(.collapse-enabled).active-item-arrows-on.expand-method-click.direction-column.expand-right>ul>li:after,
.fusion-menu-element-wrapper:not(.collapse-enabled).active-item-arrows-on.expand-method-hover.direction-column.expand-right>ul>li:after {
  left: 100%;
  transition: all calc(300 * 1ms) cubic-bezier(.42, .01, .58, 1)
}

.fusion-menu-element-wrapper:not(.collapse-enabled).active-item-arrows-on.expand-method-click.direction-column.expand-right>ul>li.current-menu-ancestor:after,
.fusion-menu-element-wrapper:not(.collapse-enabled).active-item-arrows-on.expand-method-click.direction-column.expand-right>ul>li.current-menu-item:after,
.fusion-menu-element-wrapper:not(.collapse-enabled).active-item-arrows-on.expand-method-click.direction-column.expand-right>ul>li.current-menu-parent:after,
.fusion-menu-element-wrapper:not(.collapse-enabled).active-item-arrows-on.expand-method-click.direction-column.expand-right>ul>li.expanded:after,
.fusion-menu-element-wrapper:not(.collapse-enabled).active-item-arrows-on.expand-method-click.direction-column.expand-right>ul>li.hover:after,
.fusion-menu-element-wrapper:not(.collapse-enabled).active-item-arrows-on.expand-method-click.direction-column.expand-right>ul>li:active:after,
.fusion-menu-element-wrapper:not(.collapse-enabled).active-item-arrows-on.expand-method-click.direction-column.expand-right>ul>li:focus-within:after,
.fusion-menu-element-wrapper:not(.collapse-enabled).active-item-arrows-on.expand-method-click.direction-column.expand-right>ul>li:focus:after,
.fusion-menu-element-wrapper:not(.collapse-enabled).active-item-arrows-on.expand-method-click.direction-column.expand-right>ul>li:hover:after,
.fusion-menu-element-wrapper:not(.collapse-enabled).active-item-arrows-on.expand-method-hover.direction-column.expand-right>ul>li.current-menu-ancestor:after,
.fusion-menu-element-wrapper:not(.collapse-enabled).active-item-arrows-on.expand-method-hover.direction-column.expand-right>ul>li.current-menu-item:after,
.fusion-menu-element-wrapper:not(.collapse-enabled).active-item-arrows-on.expand-method-hover.direction-column.expand-right>ul>li.current-menu-parent:after,
.fusion-menu-element-wrapper:not(.collapse-enabled).active-item-arrows-on.expand-method-hover.direction-column.expand-right>ul>li.expanded:after,
.fusion-menu-element-wrapper:not(.collapse-enabled).active-item-arrows-on.expand-method-hover.direction-column.expand-right>ul>li.hover:after,
.fusion-menu-element-wrapper:not(.collapse-enabled).active-item-arrows-on.expand-method-hover.direction-column.expand-right>ul>li:active:after,
.fusion-menu-element-wrapper:not(.collapse-enabled).active-item-arrows-on.expand-method-hover.direction-column.expand-right>ul>li:focus-within:after,
.fusion-menu-element-wrapper:not(.collapse-enabled).active-item-arrows-on.expand-method-hover.direction-column.expand-right>ul>li:focus:after,
.fusion-menu-element-wrapper:not(.collapse-enabled).active-item-arrows-on.expand-method-hover.direction-column.expand-right>ul>li:hover:after {
  border-left-color: transparent
}

.fusion-menu-element-wrapper:not(.collapse-enabled).active-item-arrows-on.expand-method-click.direction-column.expand-right.has-active-border-right-yes>ul>li.current-menu-ancestor:after,
.fusion-menu-element-wrapper:not(.collapse-enabled).active-item-arrows-on.expand-method-click.direction-column.expand-right.has-active-border-right-yes>ul>li.current-menu-item:after,
.fusion-menu-element-wrapper:not(.collapse-enabled).active-item-arrows-on.expand-method-click.direction-column.expand-right.has-active-border-right-yes>ul>li.current-menu-parent:after,
.fusion-menu-element-wrapper:not(.collapse-enabled).active-item-arrows-on.expand-method-click.direction-column.expand-right.has-active-border-right-yes>ul>li.expanded:after,
.fusion-menu-element-wrapper:not(.collapse-enabled).active-item-arrows-on.expand-method-click.direction-column.expand-right.has-active-border-right-yes>ul>li.hover:after,
.fusion-menu-element-wrapper:not(.collapse-enabled).active-item-arrows-on.expand-method-click.direction-column.expand-right.has-active-border-right-yes>ul>li:active:after,
.fusion-menu-element-wrapper:not(.collapse-enabled).active-item-arrows-on.expand-method-click.direction-column.expand-right.has-active-border-right-yes>ul>li:focus-within:after,
.fusion-menu-element-wrapper:not(.collapse-enabled).active-item-arrows-on.expand-method-click.direction-column.expand-right.has-active-border-right-yes>ul>li:focus:after,
.fusion-menu-element-wrapper:not(.collapse-enabled).active-item-arrows-on.expand-method-click.direction-column.expand-right.has-active-border-right-yes>ul>li:hover:after,
.fusion-menu-element-wrapper:not(.collapse-enabled).active-item-arrows-on.expand-method-hover.direction-column.expand-right.has-active-border-right-yes>ul>li.current-menu-ancestor:after,
.fusion-menu-element-wrapper:not(.collapse-enabled).active-item-arrows-on.expand-method-hover.direction-column.expand-right.has-active-border-right-yes>ul>li.current-menu-item:after,
.fusion-menu-element-wrapper:not(.collapse-enabled).active-item-arrows-on.expand-method-hover.direction-column.expand-right.has-active-border-right-yes>ul>li.current-menu-parent:after,
.fusion-menu-element-wrapper:not(.collapse-enabled).active-item-arrows-on.expand-method-hover.direction-column.expand-right.has-active-border-right-yes>ul>li.expanded:after,
.fusion-menu-element-wrapper:not(.collapse-enabled).active-item-arrows-on.expand-method-hover.direction-column.expand-right.has-active-border-right-yes>ul>li.hover:after,
.fusion-menu-element-wrapper:not(.collapse-enabled).active-item-arrows-on.expand-method-hover.direction-column.expand-right.has-active-border-right-yes>ul>li:active:after,
.fusion-menu-element-wrapper:not(.collapse-enabled).active-item-arrows-on.expand-method-hover.direction-column.expand-right.has-active-border-right-yes>ul>li:focus-within:after,
.fusion-menu-element-wrapper:not(.collapse-enabled).active-item-arrows-on.expand-method-hover.direction-column.expand-right.has-active-border-right-yes>ul>li:focus:after,
.fusion-menu-element-wrapper:not(.collapse-enabled).active-item-arrows-on.expand-method-hover.direction-column.expand-right.has-active-border-right-yes>ul>li:hover:after {
  border-left-color: transparent
}

.fusion-menu-element-wrapper:not(.collapse-enabled).active-item-arrows-on.expand-method-click.direction-column.expand-left>ul>li:after,
.fusion-menu-element-wrapper:not(.collapse-enabled).active-item-arrows-on.expand-method-hover.direction-column.expand-left>ul>li:after {
  transition: all calc(300 * 1ms) cubic-bezier(.42, .01, .58, 1);
  left: calc(0px - @submenu_space)
}

.fusion-menu-element-wrapper:not(.collapse-enabled).active-item-arrows-on.expand-method-click.direction-column.expand-left>ul>li.current-menu-ancestor:after,
.fusion-menu-element-wrapper:not(.collapse-enabled).active-item-arrows-on.expand-method-click.direction-column.expand-left>ul>li.current-menu-item:after,
.fusion-menu-element-wrapper:not(.collapse-enabled).active-item-arrows-on.expand-method-click.direction-column.expand-left>ul>li.current-menu-parent:after,
.fusion-menu-element-wrapper:not(.collapse-enabled).active-item-arrows-on.expand-method-click.direction-column.expand-left>ul>li.expanded:after,
.fusion-menu-element-wrapper:not(.collapse-enabled).active-item-arrows-on.expand-method-click.direction-column.expand-left>ul>li.hover:after,
.fusion-menu-element-wrapper:not(.collapse-enabled).active-item-arrows-on.expand-method-click.direction-column.expand-left>ul>li:active:after,
.fusion-menu-element-wrapper:not(.collapse-enabled).active-item-arrows-on.expand-method-click.direction-column.expand-left>ul>li:focus-within:after,
.fusion-menu-element-wrapper:not(.collapse-enabled).active-item-arrows-on.expand-method-click.direction-column.expand-left>ul>li:focus:after,
.fusion-menu-element-wrapper:not(.collapse-enabled).active-item-arrows-on.expand-method-click.direction-column.expand-left>ul>li:hover:after,
.fusion-menu-element-wrapper:not(.collapse-enabled).active-item-arrows-on.expand-method-hover.direction-column.expand-left>ul>li.current-menu-ancestor:after,
.fusion-menu-element-wrapper:not(.collapse-enabled).active-item-arrows-on.expand-method-hover.direction-column.expand-left>ul>li.current-menu-item:after,
.fusion-menu-element-wrapper:not(.collapse-enabled).active-item-arrows-on.expand-method-hover.direction-column.expand-left>ul>li.current-menu-parent:after,
.fusion-menu-element-wrapper:not(.collapse-enabled).active-item-arrows-on.expand-method-hover.direction-column.expand-left>ul>li.expanded:after,
.fusion-menu-element-wrapper:not(.collapse-enabled).active-item-arrows-on.expand-method-hover.direction-column.expand-left>ul>li.hover:after,
.fusion-menu-element-wrapper:not(.collapse-enabled).active-item-arrows-on.expand-method-hover.direction-column.expand-left>ul>li:active:after,
.fusion-menu-element-wrapper:not(.collapse-enabled).active-item-arrows-on.expand-method-hover.direction-column.expand-left>ul>li:focus-within:after,
.fusion-menu-element-wrapper:not(.collapse-enabled).active-item-arrows-on.expand-method-hover.direction-column.expand-left>ul>li:focus:after,
.fusion-menu-element-wrapper:not(.collapse-enabled).active-item-arrows-on.expand-method-hover.direction-column.expand-left>ul>li:hover:after {
  border-right-color: transparent
}

.fusion-menu-element-wrapper:not(.collapse-enabled).active-item-arrows-on.expand-method-click.direction-column.expand-left.has-active-border-left-yes>ul>li.current-menu-ancestor:after,
.fusion-menu-element-wrapper:not(.collapse-enabled).active-item-arrows-on.expand-method-click.direction-column.expand-left.has-active-border-left-yes>ul>li.current-menu-item:after,
.fusion-menu-element-wrapper:not(.collapse-enabled).active-item-arrows-on.expand-method-click.direction-column.expand-left.has-active-border-left-yes>ul>li.current-menu-parent:after,
.fusion-menu-element-wrapper:not(.collapse-enabled).active-item-arrows-on.expand-method-click.direction-column.expand-left.has-active-border-left-yes>ul>li.expanded:after,
.fusion-menu-element-wrapper:not(.collapse-enabled).active-item-arrows-on.expand-method-click.direction-column.expand-left.has-active-border-left-yes>ul>li.hover:after,
.fusion-menu-element-wrapper:not(.collapse-enabled).active-item-arrows-on.expand-method-click.direction-column.expand-left.has-active-border-left-yes>ul>li:active:after,
.fusion-menu-element-wrapper:not(.collapse-enabled).active-item-arrows-on.expand-method-click.direction-column.expand-left.has-active-border-left-yes>ul>li:focus-within:after,
.fusion-menu-element-wrapper:not(.collapse-enabled).active-item-arrows-on.expand-method-click.direction-column.expand-left.has-active-border-left-yes>ul>li:focus:after,
.fusion-menu-element-wrapper:not(.collapse-enabled).active-item-arrows-on.expand-method-click.direction-column.expand-left.has-active-border-left-yes>ul>li:hover:after,
.fusion-menu-element-wrapper:not(.collapse-enabled).active-item-arrows-on.expand-method-hover.direction-column.expand-left.has-active-border-left-yes>ul>li.current-menu-ancestor:after,
.fusion-menu-element-wrapper:not(.collapse-enabled).active-item-arrows-on.expand-method-hover.direction-column.expand-left.has-active-border-left-yes>ul>li.current-menu-item:after,
.fusion-menu-element-wrapper:not(.collapse-enabled).active-item-arrows-on.expand-method-hover.direction-column.expand-left.has-active-border-left-yes>ul>li.current-menu-parent:after,
.fusion-menu-element-wrapper:not(.collapse-enabled).active-item-arrows-on.expand-method-hover.direction-column.expand-left.has-active-border-left-yes>ul>li.expanded:after,
.fusion-menu-element-wrapper:not(.collapse-enabled).active-item-arrows-on.expand-method-hover.direction-column.expand-left.has-active-border-left-yes>ul>li.hover:after,
.fusion-menu-element-wrapper:not(.collapse-enabled).active-item-arrows-on.expand-method-hover.direction-column.expand-left.has-active-border-left-yes>ul>li:active:after,
.fusion-menu-element-wrapper:not(.collapse-enabled).active-item-arrows-on.expand-method-hover.direction-column.expand-left.has-active-border-left-yes>ul>li:focus-within:after,
.fusion-menu-element-wrapper:not(.collapse-enabled).active-item-arrows-on.expand-method-hover.direction-column.expand-left.has-active-border-left-yes>ul>li:focus:after,
.fusion-menu-element-wrapper:not(.collapse-enabled).active-item-arrows-on.expand-method-hover.direction-column.expand-left.has-active-border-left-yes>ul>li:hover:after {
  border-right-color: transparent
}

.fusion-menu-element-wrapper:not(.collapse-enabled) li.menu-item>.fusion-megamenu-icon,
.fusion-menu-element-wrapper:not(.collapse-enabled) li.menu-item>a>.fusion-megamenu-icon {
  width: auto;
  transition: color calc(300 * 1ms) cubic-bezier(.42, .01, .58, 1);
  text-align: center;
  position: relative;
  font-size: calc(16 * 1px);
  line-height: inherit;
  color: #212934;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 .5em
}

.fusion-menu-element-wrapper:not(.collapse-enabled) li.menu-item>.fusion-megamenu-icon img,
.fusion-menu-element-wrapper:not(.collapse-enabled) li.menu-item>a>.fusion-megamenu-icon img {
  margin-top: -2px;
  max-height: 1em;
  vertical-align: middle
}

.fusion-menu-element-wrapper:not(.collapse-enabled) li.menu-item>.fusion-megamenu-icon i,
.fusion-menu-element-wrapper:not(.collapse-enabled) li.menu-item>a>.fusion-megamenu-icon i {
  line-height: inherit
}

.fusion-menu-element-wrapper:not(.collapse-enabled) .sub-menu .fusion-megamenu-icon.text-menu-icon {
  position: absolute
}

.fusion-menu-element-wrapper:not(.collapse-enabled).icons-position-bottom .fusion-menu-element-list>li>a,
.fusion-menu-element-wrapper:not(.collapse-enabled).icons-position-top .fusion-menu-element-list>li>a {
  flex-wrap: wrap;
  align-content: center
}

.fusion-menu-element-wrapper:not(.collapse-enabled).icons-position-bottom li.menu-item>.fusion-megamenu-icon,
.fusion-menu-element-wrapper:not(.collapse-enabled).icons-position-bottom li.menu-item>a>.fusion-megamenu-icon,
.fusion-menu-element-wrapper:not(.collapse-enabled).icons-position-top li.menu-item>.fusion-megamenu-icon,
.fusion-menu-element-wrapper:not(.collapse-enabled).icons-position-top li.menu-item>a>.fusion-megamenu-icon {
  width: 100%;
  line-height: 1;
  justify-content: center
}

.fusion-menu-element-wrapper:not(.collapse-enabled).icons-position-bottom .fusion-megamenu-icon {
  order: 5
}

.fusion-menu-element-wrapper:not(.collapse-enabled).icons-position-left .fusion-menu-element-list>li>a {
  flex-direction: row
}

.fusion-menu-element-wrapper:not(.collapse-enabled).icons-position-left.direction-column li.menu-item>.fusion-megamenu-icon:not(.fusion-megamenu-thumbnail),
.fusion-menu-element-wrapper:not(.collapse-enabled).icons-position-left.direction-column li.menu-item>a>.fusion-megamenu-icon:not(.fusion-megamenu-thumbnail),
.fusion-menu-element-wrapper:not(.collapse-enabled).icons-position-right.direction-column li.menu-item>.fusion-megamenu-icon:not(.fusion-megamenu-thumbnail),
.fusion-menu-element-wrapper:not(.collapse-enabled).icons-position-right.direction-column li.menu-item>a>.fusion-megamenu-icon:not(.fusion-megamenu-thumbnail) {
  width: 1.5em;
  box-sizing: content-box
}

.fusion-menu-element-wrapper .sub-menu .fusion-menu-cart {
  background: #fff
}

.fusion-menu-element-wrapper .sub-menu .fusion-menu-cart a {
  padding: 12px 20px 12px 20px
}

.fusion-menu-element-wrapper .sub-menu .fusion-menu-cart>.fusion-main-menu-icon {
  display: none
}

.fusion-menu-element-wrapper .sub-menu .fusion-menu-cart .fusion-menu-cart-checkout {
  display: flex;
  justify-content: space-between;
  background: 0 0
}

.fusion-menu-element-wrapper.dropdown-carets-yes .empty-cart.avada-main-menu-cart .fusion-open-nav-submenu {
  display: none !important
}

.fusion-menu-element-wrapper .fusion-menu-form-inline {
  display: flex;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  width: 100%
}

.fusion-menu-element-wrapper .custom-menu-search-inline .background-active {
  opacity: 0 !important
}

.fusion-menu-element-wrapper .custom-menu-search-inline.current-menu-ancestor:after,
.fusion-menu-element-wrapper .custom-menu-search-inline.current-menu-ancestor:before,
.fusion-menu-element-wrapper .custom-menu-search-inline.current-menu-item:after,
.fusion-menu-element-wrapper .custom-menu-search-inline.current-menu-item:before,
.fusion-menu-element-wrapper .custom-menu-search-inline.current-menu-parent:after,
.fusion-menu-element-wrapper .custom-menu-search-inline.current-menu-parent:before,
.fusion-menu-element-wrapper .custom-menu-search-inline.expanded:after,
.fusion-menu-element-wrapper .custom-menu-search-inline.expanded:before,
.fusion-menu-element-wrapper .custom-menu-search-inline.hover:after,
.fusion-menu-element-wrapper .custom-menu-search-inline.hover:before,
.fusion-menu-element-wrapper .custom-menu-search-inline:active:after,
.fusion-menu-element-wrapper .custom-menu-search-inline:active:before,
.fusion-menu-element-wrapper .custom-menu-search-inline:focus-within:after,
.fusion-menu-element-wrapper .custom-menu-search-inline:focus-within:before,
.fusion-menu-element-wrapper .custom-menu-search-inline:focus:after,
.fusion-menu-element-wrapper .custom-menu-search-inline:focus:before,
.fusion-menu-element-wrapper .custom-menu-search-inline:hover:after,
.fusion-menu-element-wrapper .custom-menu-search-inline:hover:before {
  display: none
}

.fusion-menu-element-wrapper .custom-menu-search-dropdown .fusion-main-menu-icon {
  padding-left: 0 !important;
  padding-right: 0 !important;
  color: #212934
}

.fusion-menu-element-wrapper .custom-menu-search-dropdown .fusion-main-menu-icon:before {
  color: currentColor !important
}

.fusion-menu-element-wrapper .custom-menu-search-dropdown .fusion-menu-searchform-dropdown .fusion-search-form-content {
  display: flex;
  align-items: stretch;
  padding-top: 12px;
  padding-bottom: 12px;
  padding-left: 20px;
  padding-right: 20px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  box-shadow: none;
  background: #fff;
  overflow: hidden
}

.fusion-menu-element-wrapper .custom-menu-search-dropdown .fusion-menu-searchform-dropdown .fusion-search-form-content .search-field input {
  line-height: var(--form_input_height)
}

.fusion-menu-element-wrapper .custom-menu-search-dropdown .fusion-main-menu-icon[aria-expanded=true]~ul,
.fusion-menu-element-wrapper .custom-menu-search-dropdown.expanded>ul {
  visibility: visible;
  opacity: 1;
  z-index: 999999999
}

.fusion-menu-element-wrapper.menu-element-search-transition {
  position: relative;
  overflow: hidden !important
}

.fusion-menu-element-wrapper.menu-element-search-transition>.fusion-overlay-search {
  visibility: visible !important
}

.fusion-menu-element-wrapper .custom-menu-search-overlay .fusion-menu-icon-search.trigger-overlay {
  color: #212934;
  transition: none
}

.fusion-menu-element-wrapper .custom-menu-search-overlay .fusion-menu-icon-search.trigger-overlay:before {
  color: currentColor !important
}

.fusion-menu-element-wrapper .custom-menu-search-overlay .fusion-menu-icon-search.trigger-overlay+.fusion-menu-form-inline {
  display: none
}

.fusion-menu-element-wrapper .searchform {
  width: 100%;
  display: inherit;
  flex-wrap: wrap
}

.fusion-menu-element-wrapper .searchform .fusion-search-field,
.fusion-menu-element-wrapper .searchform .fusion-search-form-content,
.fusion-menu-element-wrapper .searchform .fusion-search-form-content .fusion-search-field input,
.fusion-menu-element-wrapper .searchform .fusion-search-results-wrapper,
.fusion-menu-element-wrapper .searchform .search-field,
.fusion-menu-element-wrapper .searchform input {
  width: 100%
}

.fusion-menu-element-wrapper .fusion-menu-icon-search:before {
  content: "\f002";
  font-family: awb-icons
}

.fusion-menu-element-wrapper .fusion-overlay-search {
  display: flex;
  position: absolute;
  left: 0;
  width: 100%;
  max-width: 100%;
  height: 100%;
  z-index: 9999;
  align-items: center;
  transform: translateY(-100%);
  opacity: 0;
  visibility: hidden;
  transition: transform calc(300 * 1ms) cubic-bezier(.42, .01, .58, 1), opacity calc(300 * 1ms) cubic-bezier(.42, .01, .58, 1);
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  background: rgba(0, 0, 0, 0);
  color: #212934
}

.fusion-menu-element-wrapper .fusion-overlay-search .fusion-close-search {
  width: 1.5em;
  height: 1.5em;
  position: relative
}

.ltr .fusion-menu-element-wrapper .fusion-overlay-search .fusion-close-search {
  margin-left: 1em
}

.rtl .fusion-menu-element-wrapper .fusion-overlay-search .fusion-close-search {
  margin-right: 1em
}

.fusion-menu-element-wrapper .fusion-overlay-search .fusion-close-search:after,
.fusion-menu-element-wrapper .fusion-overlay-search .fusion-close-search:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  height: 2px;
  width: 100%;
  margin-top: -1px;
  background: #212934
}

.fusion-menu-element-wrapper .fusion-overlay-search .fusion-close-search:before {
  transform: rotate(45deg)
}

.fusion-menu-element-wrapper .fusion-overlay-search .fusion-close-search:after {
  transform: rotate(-45deg)
}

.fusion-menu-element-wrapper.has-search-overlay {
  position: relative
}

.fusion-menu-element-wrapper.has-search-overlay .fusion-menu-element-list>li {
  transform: translateY(100%);
  opacity: 0;
  visibility: hidden;
  pointer-events: none
}

.fusion-menu-element-wrapper.has-search-overlay>.fusion-overlay-search {
  opacity: 1;
  visibility: visible;
  transform: translateY(0)
}

.fusion-menu-element-wrapper.collapse-enabled {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
  position: relative;
  font-family: inherit;
  font-weight: 400
}

.fusion-menu-element-wrapper.collapse-enabled .fusion-button-text-left,
.fusion-menu-element-wrapper.collapse-enabled .fusion-button-text-right {
  padding-left: 0;
  padding-right: 0
}

.fusion-menu-element-wrapper.collapse-enabled .fusion-megamenu-icon {
  display: none !important
}

.fusion-menu-element-wrapper.collapse-enabled .button-icon-divider-left,
.fusion-menu-element-wrapper.collapse-enabled .button-icon-divider-right {
  display: none
}

.fusion-menu-element-wrapper.collapse-enabled.mobile-mode-collapse-to-button>ul {
  display: block;
  max-height: 0;
  min-height: 0;
  overflow: hidden;
  opacity: 0;
  transition: all calc(300 * 1ms) cubic-bezier(.42, .01, .58, 1);
  z-index: -1
}

.fusion-menu-element-wrapper.collapse-enabled.mobile-mode-collapse-to-button.expanded>ul {
  max-height: 100vh;
  max-height: max-content;
  overflow-y: auto;
  opacity: 1;
  z-index: 10
}

.fusion-menu-element-wrapper.collapse-enabled.mobile-mode-collapse-to-button>button:not(.fusion-close-flyout) {
  display: block;
  outline: 0
}

.fusion-menu-element-wrapper.collapse-enabled.mobile-size-column-absolute:not(.mobile-mode-always-expanded)>ul,
.fusion-menu-element-wrapper.collapse-enabled.mobile-size-full-absolute:not(.mobile-mode-always-expanded)>ul {
  position: absolute;
  left: 0;
  top: 100%;
  z-index: -1;
  max-width: 100vw;
  pointer-events: none
}

.fusion-menu-element-wrapper.collapse-enabled.mobile-size-column-absolute:not(.mobile-mode-always-expanded).expanded>ul,
.fusion-menu-element-wrapper.collapse-enabled.mobile-size-full-absolute:not(.mobile-mode-always-expanded).expanded>ul {
  z-index: 99999999999999;
  pointer-events: auto
}

.fusion-menu-element-wrapper.collapse-enabled.mobile-size-full-absolute:not(.mobile-mode-always-expanded)>ul {
  width: 100vw
}

.fusion-menu-element-wrapper.collapse-enabled.mobile-mode-always-expanded>ul {
  display: flex
}

.fusion-menu-element-wrapper.collapse-enabled ul {
  flex-direction: column !important;
  max-width: 100%;
  width: 100%;
  border-radius: 0 !important;
  background: #fff
}

.fusion-menu-element-wrapper.collapse-enabled ul a {
  width: 100% !important;
  border: none !important;
  justify-content: flex-start
}

.fusion-menu-element-wrapper.collapse-enabled ul li {
  width: 100%;
  margin: 0 !important;
  border-radius: 0 !important;
  box-shadow: none;
  flex-direction: column !important;
  position: relative
}

.fusion-menu-element-wrapper.collapse-enabled ul li:after {
  display: none
}

.fusion-menu-element-wrapper.collapse-enabled ul li .background-active,
.fusion-menu-element-wrapper.collapse-enabled ul li .background-default {
  display: none !important
}

.fusion-menu-element-wrapper.collapse-enabled ul li>a {
  min-height: calc(65 * 1px);
  width: 100%;
  padding: 0 1.5em !important;
  background: #fff !important;
  color: #4a4e57 !important;
  font-family: inherit;
  font-weight: 400
}

.fusion-menu-element-wrapper.collapse-enabled ul li>.fusion-open-nav-submenu-on-click:before {
  color: #4a4e57 !important
}

.fusion-menu-element-wrapper.collapse-enabled ul li.fusion-menu-item-button {
  background: #fff !important;
  color: #4a4e57 !important
}

.fusion-menu-element-wrapper.collapse-enabled ul li.fusion-menu-item-button>a {
  background-color: transparent !important
}

.fusion-menu-element-wrapper.collapse-enabled ul li.fusion-menu-item-button>a .fusion-button {
  color: inherit !important;
  font-family: inherit;
  font-weight: 400;
  font-size: 1em;
  background: 0 0 !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  transition: all calc(300 * 1ms) cubic-bezier(.42, .01, .58, 1)
}

.fusion-menu-element-wrapper.collapse-enabled ul li.fusion-menu-item-button.current-menu-ancestor,
.fusion-menu-element-wrapper.collapse-enabled ul li.fusion-menu-item-button.current-menu-item,
.fusion-menu-element-wrapper.collapse-enabled ul li.fusion-menu-item-button.current-menu-parent,
.fusion-menu-element-wrapper.collapse-enabled ul li.fusion-menu-item-button.expanded,
.fusion-menu-element-wrapper.collapse-enabled ul li.fusion-menu-item-button.hover,
.fusion-menu-element-wrapper.collapse-enabled ul li.fusion-menu-item-button:active,
.fusion-menu-element-wrapper.collapse-enabled ul li.fusion-menu-item-button:focus,
.fusion-menu-element-wrapper.collapse-enabled ul li.fusion-menu-item-button:focus-within,
.fusion-menu-element-wrapper.collapse-enabled ul li.fusion-menu-item-button:hover {
  background: #f9f9fb !important
}

.fusion-menu-element-wrapper.collapse-enabled ul li.current-menu-ancestor>a,
.fusion-menu-element-wrapper.collapse-enabled ul li.current-menu-item>a,
.fusion-menu-element-wrapper.collapse-enabled ul li.current-menu-parent>a,
.fusion-menu-element-wrapper.collapse-enabled ul li.expanded>a,
.fusion-menu-element-wrapper.collapse-enabled ul li.hover>a,
.fusion-menu-element-wrapper.collapse-enabled ul li:active>a,
.fusion-menu-element-wrapper.collapse-enabled ul li:focus-within>a,
.fusion-menu-element-wrapper.collapse-enabled ul li:focus>a,
.fusion-menu-element-wrapper.collapse-enabled ul li:hover>a {
  background: #f9f9fb !important;
  color: #4a4e57 !important
}

.fusion-menu-element-wrapper.collapse-enabled ul li.current-menu-ancestor>.fusion-open-nav-submenu-on-click:before,
.fusion-menu-element-wrapper.collapse-enabled ul li.current-menu-ancestor>a .fusion-button,
.fusion-menu-element-wrapper.collapse-enabled ul li.current-menu-item>.fusion-open-nav-submenu-on-click:before,
.fusion-menu-element-wrapper.collapse-enabled ul li.current-menu-item>a .fusion-button,
.fusion-menu-element-wrapper.collapse-enabled ul li.current-menu-parent>.fusion-open-nav-submenu-on-click:before,
.fusion-menu-element-wrapper.collapse-enabled ul li.current-menu-parent>a .fusion-button,
.fusion-menu-element-wrapper.collapse-enabled ul li.expanded>.fusion-open-nav-submenu-on-click:before,
.fusion-menu-element-wrapper.collapse-enabled ul li.expanded>a .fusion-button,
.fusion-menu-element-wrapper.collapse-enabled ul li.hover>.fusion-open-nav-submenu-on-click:before,
.fusion-menu-element-wrapper.collapse-enabled ul li.hover>a .fusion-button,
.fusion-menu-element-wrapper.collapse-enabled ul li:active>.fusion-open-nav-submenu-on-click:before,
.fusion-menu-element-wrapper.collapse-enabled ul li:active>a .fusion-button,
.fusion-menu-element-wrapper.collapse-enabled ul li:focus-within>.fusion-open-nav-submenu-on-click:before,
.fusion-menu-element-wrapper.collapse-enabled ul li:focus-within>a .fusion-button,
.fusion-menu-element-wrapper.collapse-enabled ul li:focus>.fusion-open-nav-submenu-on-click:before,
.fusion-menu-element-wrapper.collapse-enabled ul li:focus>a .fusion-button,
.fusion-menu-element-wrapper.collapse-enabled ul li:hover>.fusion-open-nav-submenu-on-click:before,
.fusion-menu-element-wrapper.collapse-enabled ul li:hover>a .fusion-button {
  color: #4a4e57 !important
}

.fusion-menu-element-wrapper.collapse-enabled ul li.current-menu-ancestor>.fusion-open-nav-submenu-on-click:before,
.fusion-menu-element-wrapper.collapse-enabled ul li.current-menu-item>.fusion-open-nav-submenu-on-click:before,
.fusion-menu-element-wrapper.collapse-enabled ul li.current-menu-parent>.fusion-open-nav-submenu-on-click:before,
.fusion-menu-element-wrapper.collapse-enabled ul li.expanded>.fusion-open-nav-submenu-on-click:before,
.fusion-menu-element-wrapper.collapse-enabled ul li.hover>.fusion-open-nav-submenu-on-click:before,
.fusion-menu-element-wrapper.collapse-enabled ul li:active>.fusion-open-nav-submenu-on-click:before,
.fusion-menu-element-wrapper.collapse-enabled ul li:focus-within>.fusion-open-nav-submenu-on-click:before,
.fusion-menu-element-wrapper.collapse-enabled ul li:focus>.fusion-open-nav-submenu-on-click:before,
.fusion-menu-element-wrapper.collapse-enabled ul li:hover>.fusion-open-nav-submenu-on-click:before {
  color: #4a4e57 !important
}

.fusion-menu-element-wrapper.collapse-enabled ul li.current-menu-ancestor .sub-menu li:not(.current-menu-item):not(.current-menu-ancestor):not(.current-menu-parent):not(.expanded) a,
.fusion-menu-element-wrapper.collapse-enabled ul li.current-menu-item .sub-menu li:not(.current-menu-item):not(.current-menu-ancestor):not(.current-menu-parent):not(.expanded) a,
.fusion-menu-element-wrapper.collapse-enabled ul li.current-menu-parent .sub-menu li:not(.current-menu-item):not(.current-menu-ancestor):not(.current-menu-parent):not(.expanded) a,
.fusion-menu-element-wrapper.collapse-enabled ul li.expanded .sub-menu li:not(.current-menu-item):not(.current-menu-ancestor):not(.current-menu-parent):not(.expanded) a,
.fusion-menu-element-wrapper.collapse-enabled ul li.hover .sub-menu li:not(.current-menu-item):not(.current-menu-ancestor):not(.current-menu-parent):not(.expanded) a,
.fusion-menu-element-wrapper.collapse-enabled ul li:active .sub-menu li:not(.current-menu-item):not(.current-menu-ancestor):not(.current-menu-parent):not(.expanded) a,
.fusion-menu-element-wrapper.collapse-enabled ul li:focus .sub-menu li:not(.current-menu-item):not(.current-menu-ancestor):not(.current-menu-parent):not(.expanded) a,
.fusion-menu-element-wrapper.collapse-enabled ul li:focus-within .sub-menu li:not(.current-menu-item):not(.current-menu-ancestor):not(.current-menu-parent):not(.expanded) a,
.fusion-menu-element-wrapper.collapse-enabled ul li:hover .sub-menu li:not(.current-menu-item):not(.current-menu-ancestor):not(.current-menu-parent):not(.expanded) a {
  background: #fff !important;
  color: #4a4e57 !important
}

.fusion-menu-element-wrapper.collapse-enabled ul li .sub-menu {
  display: none;
  position: relative;
  box-shadow: none;
  overflow: hidden;
  opacity: 1;
  visibility: visible;
  top: 0
}

.fusion-menu-element-wrapper.collapse-enabled ul li .sub-menu.sub-menu.sub-menu.sub-menu {
  margin: 0 !important
}

.fusion-menu-element-wrapper.collapse-enabled ul li .sub-menu>li>.fusion-open-nav-submenu,
.fusion-menu-element-wrapper.collapse-enabled ul li .sub-menu>li>a {
  border-radius: 0 !important
}

.fusion-menu-element-wrapper.collapse-enabled ul button[aria-expanded=true]+.sub-menu {
  overflow: hidden
}

.fusion-menu-element-wrapper.collapse-enabled:not(.mode-flyout) .fusion-menu-element-wrapper.collapse-enabled .fusion-menu-description {
  display: none
}

.fusion-menu-element-wrapper.collapse-enabled .fusion-open-nav-submenu {
  display: none
}

.fusion-menu-element-wrapper.collapse-enabled .fusion-open-nav-submenu-on-click {
  display: flex !important;
  position: absolute;
  top: 0;
  padding: 0 !important;
  width: auto !important;
  background: 0 0 !important
}

.fusion-menu-element-wrapper.collapse-enabled .fusion-open-nav-submenu-on-click:before {
  display: flex;
  align-items: center;
  transform: none !important;
  min-height: calc(65 * 1px);
  padding: 0 2em !important
}

.fusion-menu-element-wrapper.collapse-enabled .fusion-open-nav-submenu-on-click[aria-expanded=true]:before {
  transform: rotate(180deg) !important
}

.fusion-menu-element-wrapper.collapse-enabled .fusion-open-nav-submenu-on-click~.sub-menu.sub-menu {
  z-index: auto;
  left: 0 !important;
  right: 0 !important;
  padding: 0 !important;
  margin: 0 !important
}

.fusion-menu-element-wrapper.collapse-enabled.mobile-justify-left .fusion-menu-element-list ul>li a,
.fusion-menu-element-wrapper.collapse-enabled.mobile-justify-left .menu-item>a {
  justify-content: flex-start
}

.rtl .fusion-menu-element-wrapper.collapse-enabled.mobile-justify-left .fusion-menu-element-list ul>li a,
.rtl .fusion-menu-element-wrapper.collapse-enabled.mobile-justify-left .menu-item>a {
  justify-content: flex-end
}

.fusion-menu-element-wrapper.collapse-enabled.mobile-justify-left .fusion-open-nav-submenu-on-click {
  right: 0
}

.fusion-menu-element-wrapper.collapse-enabled.mobile-justify-center .fusion-menu-element-list ul>li a,
.fusion-menu-element-wrapper.collapse-enabled.mobile-justify-center .menu-item>a {
  justify-content: center
}

.ltr .fusion-menu-element-wrapper.collapse-enabled.mobile-justify-center .fusion-open-nav-submenu-on-click {
  right: 0
}

.rtl .fusion-menu-element-wrapper.collapse-enabled.mobile-justify-center .fusion-open-nav-submenu-on-click {
  left: 0
}

.fusion-menu-element-wrapper.collapse-enabled.mobile-justify-right .fusion-menu-element-list ul>li a,
.fusion-menu-element-wrapper.collapse-enabled.mobile-justify-right .menu-item>a {
  justify-content: flex-end
}

.rtl .fusion-menu-element-wrapper.collapse-enabled.mobile-justify-right .fusion-menu-element-list ul>li a,
.rtl .fusion-menu-element-wrapper.collapse-enabled.mobile-justify-right .menu-item>a {
  justify-content: flex-start
}

.fusion-menu-element-wrapper.collapse-enabled.mobile-justify-right .fusion-open-nav-submenu-on-click {
  left: 0
}

.fusion-menu-element-wrapper.collapse-enabled.mobile-indent-on.mobile-justify-left .sub-menu>li>a {
  padding-left: 2.5em !important
}

.fusion-menu-element-wrapper.collapse-enabled.mobile-indent-on.mobile-justify-left .sub-menu .sub-menu>li>a {
  padding-left: 3.5em !important
}

.fusion-menu-element-wrapper.collapse-enabled.mobile-indent-on.mobile-justify-left .sub-menu .sub-menu .sub-menu>li>a {
  padding-left: 4.5em !important
}

.fusion-menu-element-wrapper.collapse-enabled.mobile-indent-on.mobile-justify-right .sub-menu>li>a {
  padding-right: 2.5em !important
}

.fusion-menu-element-wrapper.collapse-enabled.mobile-indent-on.mobile-justify-right .sub-menu .sub-menu>li>a {
  padding-right: 3.5em !important
}

.fusion-menu-element-wrapper.collapse-enabled.mobile-indent-on.mobile-justify-right .sub-menu .sub-menu .sub-menu>li>a {
  padding-right: 4.5em !important
}

.fusion-menu-element-wrapper.collapse-enabled li.menu-item:not(.menu-item-has-children) {
  border-bottom: 1px solid rgba(0, 0, 0, .1)
}

.fusion-menu-element-wrapper.collapse-enabled li.menu-item:not(.expanded) {
  border-bottom: 1px solid rgba(0, 0, 0, .1)
}

.fusion-menu-element-wrapper.collapse-enabled li.menu-item.menu-item-has-children ul.sub-menu li.menu-item-has-children.expanded>ul.sub-menu {
  border-top: 1px solid rgba(0, 0, 0, .1)
}

.fusion-menu-element-wrapper.collapse-enabled .fusion-menu-element-list .menu-item>a .fusion-menu-description {
  display: none
}

.fusion-menu-element-wrapper.collapse-enabled .fusion-menu-element-list ul:not(.fusion-megamenu)>li {
  min-width: 0
}

.fusion-menu-element-wrapper.collapse-enabled .fusion-menu-element-list ul:not(.fusion-megamenu)>li>a {
  min-width: 0
}

.fusion-menu-element-wrapper.collapse-enabled .fusion-menu-element-list .custom-menu-search {
  transform: none !important;
  opacity: 1
}

.fusion-menu-element-wrapper.collapse-enabled .fusion-menu-element-list .custom-menu-search-overlay .fusion-menu-icon-search.trigger-overlay {
  display: none
}

.fusion-menu-element-wrapper.collapse-enabled .fusion-menu-element-list .custom-menu-search-overlay .fusion-menu-icon-search.trigger-overlay+.fusion-menu-form-inline {
  display: block
}

.fusion-menu-element-wrapper.collapse-enabled .fusion-menu-element-list .fusion-menu-searchform-dropdown {
  z-index: 10
}

.fusion-menu-element-wrapper.collapse-enabled .fusion-menu-element-list .fusion-menu-form-inline {
  width: 100%;
  padding: 0;
  padding: 0 1.5em;
  min-height: 65px;
  background: #fff;
  align-items: center
}

.fusion-menu-element-wrapper.collapse-enabled .fusion-menu-element-list .custom-menu-search-dropdown {
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  background: rgba(0, 0, 0, 0)
}

.fusion-menu-element-wrapper.collapse-enabled .fusion-menu-element-list .custom-menu-search-dropdown .fusion-search-form-content {
  background: 0 0 !important;
  box-shadow: none !important;
  border-radius: none !important;
  padding: 0 !important
}

.fusion-menu-element-wrapper.collapse-enabled .fusion-menu-element-list .custom-menu-search-dropdown .background-active,
.fusion-menu-element-wrapper.collapse-enabled .fusion-menu-element-list .custom-menu-search-dropdown .background-default,
.fusion-menu-element-wrapper.collapse-enabled .fusion-menu-element-list .custom-menu-search-dropdown .fusion-open-nav-submenu,
.fusion-menu-element-wrapper.collapse-enabled .fusion-menu-element-list .custom-menu-search-dropdown>a {
  display: none !important
}

.fusion-menu-element-wrapper.collapse-enabled .fusion-menu-element-list .custom-menu-search-dropdown>ul {
  max-height: 100% !important;
  top: 0 !important
}

.fusion-menu-element-wrapper.collapse-enabled .fusion-menu-element-list .fusion-overlay-search {
  position: relative;
  transform: none !important;
  opacity: 1;
  visibility: visible;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  background: rgba(0, 0, 0, 0)
}

.fusion-menu-element-wrapper.collapse-enabled .fusion-menu-element-list>.fusion-overlay-search {
  display: none !important
}

.fusion-menu-element-wrapper.collapse-enabled .fusion-close-search {
  display: none
}

.fusion-builder-live .fusion-menu-element-wrapper.dropdown-carets-no .fusion-open-nav-submenu {
  display: none
}

.fusion-builder-live .fusion-menu-element-wrapper.expand-method-click span.fusion-open-nav-submenu {
  display: none
}

.fusion-menu-element-wrapper.submenu-mode-flyout .fusion-close-flyout {
  position: fixed;
  top: 2em;
  right: 2em;
  width: 1.5em;
  height: 1.5em;
  z-index: 9999999999;
  border: none;
  background-color: transparent;
  cursor: pointer;
  display: none
}

.rtl .fusion-menu-element-wrapper.submenu-mode-flyout .fusion-close-flyout {
  left: 2em;
  right: auto
}

.fusion-menu-element-wrapper.submenu-mode-flyout .fusion-close-flyout:after,
.fusion-menu-element-wrapper.submenu-mode-flyout .fusion-close-flyout:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  height: 2px;
  width: 100%;
  margin-top: -1px;
  background-color: #212934;
  transition: background-color calc(300 * 1ms) cubic-bezier(.42, .01, .58, 1)
}

.fusion-menu-element-wrapper.submenu-mode-flyout .fusion-close-flyout:hover:after,
.fusion-menu-element-wrapper.submenu-mode-flyout .fusion-close-flyout:hover:before {
  background-color: #212934 !important
}

.fusion-menu-element-wrapper.submenu-mode-flyout .fusion-close-flyout:before {
  transform: rotate(45deg)
}

.fusion-menu-element-wrapper.submenu-mode-flyout .fusion-close-flyout:after {
  transform: rotate(-45deg)
}

.admin-bar .fusion-menu-element-wrapper.submenu-mode-flyout .fusion-close-flyout {
  top: calc(2em + 32px)
}

.fusion-disable-outline .fusion-menu-element-wrapper.submenu-mode-flyout .fusion-close-flyout {
  outline: 0
}

.fusion-disable-outline .fusion-menu-element-wrapper.submenu-mode-flyout .fusion-close-flyout:focus {
  outline: 0
}

.fusion-menu-element-wrapper.submenu-mode-flyout .fusion-custom-menu>li>.sub-menu {
  visibility: hidden
}

.fusion-menu-element-wrapper.submenu-mode-flyout:not(.collapse-enabled) li.menu-item-has-children.expanded:after {
  display: none
}

.rtl .fusion-menu-element-wrapper.submenu-mode-flyout:not(.collapse-enabled) .sub-menu li:not(.fusion-menu-item-button)>a {
  padding-left: 20px
}

.ltr .fusion-menu-element-wrapper.submenu-mode-flyout:not(.collapse-enabled) .sub-menu li:not(.fusion-menu-item-button)>a {
  padding-right: 20px
}

.fusion-menu-element-wrapper.submenu-mode-flyout:not(.collapse-enabled) .sub-menu .fusion-open-nav-submenu {
  display: none !important
}

.fusion-menu-element-wrapper.submenu-mode-flyout:not(.collapse-enabled) .fusion-custom-menu>li>.sub-menu {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  transform: translateX(-100%);
  opacity: 0;
  z-index: 9999;
  overflow: hidden;
  margin: 0;
  padding: 2em;
  overflow-y: auto;
  display: flex !important;
  align-items: center;
  justify-content: center;
  transition: all calc(300 * 1ms) cubic-bezier(.42, .01, .58, 1) 0s
}

.fusion-disable-outline .fusion-menu-element-wrapper.submenu-mode-flyout:not(.collapse-enabled) .fusion-custom-menu>li>.sub-menu a {
  outline: 0
}

.fusion-disable-outline .fusion-menu-element-wrapper.submenu-mode-flyout:not(.collapse-enabled) .fusion-custom-menu>li>.sub-menu a:focus {
  outline: 0
}

.fusion-menu-element-wrapper.submenu-mode-flyout:not(.collapse-enabled) .fusion-custom-menu>li.expanded>.sub-menu {
  transform: translateX(0);
  visibility: visible;
  opacity: 1;
  transition: all calc(300 * 1ms) cubic-bezier(.42, .01, .58, 1) 0s
}

.fusion-menu-element-wrapper.submenu-mode-flyout:not(.collapse-enabled).submenu-flyout-direction-right .fusion-custom-menu>li>.sub-menu {
  transform: translateX(100%)
}

.fusion-menu-element-wrapper.submenu-mode-flyout:not(.collapse-enabled).submenu-flyout-direction-right .fusion-custom-menu>li.expanded>.sub-menu {
  transform: translateX(0)
}

.fusion-menu-element-wrapper.submenu-mode-flyout:not(.collapse-enabled).submenu-flyout-direction-top .fusion-custom-menu>li>.sub-menu {
  transform: translateY(-100%)
}

.fusion-menu-element-wrapper.submenu-mode-flyout:not(.collapse-enabled).submenu-flyout-direction-top .fusion-custom-menu>li.expanded>.sub-menu {
  transform: translateY(0)
}

.fusion-menu-element-wrapper.submenu-mode-flyout:not(.collapse-enabled).submenu-flyout-direction-bottom .fusion-custom-menu>li>.sub-menu {
  transform: translateY(100%)
}

.fusion-menu-element-wrapper.submenu-mode-flyout:not(.collapse-enabled).submenu-flyout-direction-bottom .fusion-custom-menu>li.expanded>.sub-menu {
  transform: translateY(0)
}

.fusion-menu-element-wrapper.submenu-mode-flyout:not(.collapse-enabled).submenu-flyout-direction-fade .fusion-custom-menu>li>.sub-menu {
  transform: initial;
  visibility: hidden;
  opacity: 0;
  transition: all .4s cubic-bezier(.42, .01, .58, 1) 0s
}

.fusion-menu-element-wrapper.submenu-mode-flyout:not(.collapse-enabled).submenu-flyout-direction-fade .fusion-custom-menu>li.expanded>.sub-menu {
  transform: initial;
  visibility: visible;
  opacity: 1;
  transition: all .4s cubic-bezier(.42, .01, .58, 1) 0s
}

.fusion-menu-element-wrapper.submenu-mode-flyout:not(.collapse-enabled) ul:not(.fusion-megamenu)>li:not(.fusion-menu-item-button) {
  background-color: transparent
}

.fusion-menu-element-wrapper.submenu-mode-flyout:not(.collapse-enabled) .fusion-flyout-menu-backgrounds {
  display: none;
  z-index: -1;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 0;
  margin-left: 0 !important;
  margin-right: 0 !important;
  background-color: #fff
}

.fusion-menu-element-wrapper.submenu-mode-flyout:not(.collapse-enabled) .fusion-flyout-menu-backgrounds.fusion-flyout-menu-backgrounds-active {
  z-index: 999999998 !important
}

.fusion-menu-element-wrapper.submenu-mode-flyout:not(.collapse-enabled) .fusion-flyout-menu-backgrounds .fusion-flyout-menu-item-bg {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  height: 100vh;
  width: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  transition: opacity .4s cubic-bezier(.42, .01, .58, 1)
}

.fusion-menu-element-wrapper.submenu-mode-flyout:not(.collapse-enabled) .fusion-flyout-menu-backgrounds .fusion-flyout-menu-item-bg.active {
  opacity: 1
}

.fusion-menu-element-wrapper.submenu-mode-flyout:not(.collapse-enabled).flyout-submenu-expanded .fusion-close-flyout {
  display: block
}

.fusion-menu-element-wrapper.submenu-mode-flyout:not(.collapse-enabled).flyout-submenu-expanded>ul>li:not(.expanded) {
  z-index: -1
}

.fusion-menu-element-wrapper.submenu-mode-flyout:not(.collapse-enabled).flyout-submenu-expanded>ul>li.fusion-flyout-menu-backgrounds {
  display: block;
  background-color: #fff
}

.fusion-menu-element-wrapper.submenu-mode-flyout:not(.collapse-enabled).flyout-submenu-expanded .sub-menu.fusion-transparent-bg {
  background-color: transparent !important
}

.fusion-menu-element-wrapper.submenu-mode-flyout:not(.collapse-enabled) .fusion-menu-element-list ul:not(.fusion-megamenu)>li a {
  justify-content: center
}

.fusion-menu-element-wrapper.submenu-mode-flyout:not(.collapse-enabled) .fusion-menu-element-list ul:not(.fusion-megamenu)>li a>span {
  display: inline-block;
  text-align: center
}

.fusion-builder-live .fusion-menu-element-wrapper:not(.submenu-mode-flyout) .fusion-close-flyout {
  display: none
}

.fusion-menu-element-wrapper .menu-item-object-wpml_ls_menu_item .menu-text,
.fusion-menu-element-wrapper .menu-item-type-wpml_ls_menu_item .menu-text,
.fusion-menu-element-wrapper .wpml-ls-item .menu-text,
.fusion-menu-element-wrapper .wpml-ls-menu-item .menu-text {
  display: block
}

.fusion-menu-element-wrapper .fusion-widget-cart-number {
  display: inline-flex;
  margin-left: 5px;
  padding: 5px;
  box-sizing: content-box;
  width: var(--nav_typography-font-size);
  height: var(--nav_typography-font-size);
  line-height: 0;
  border: .1em solid transparent;
  align-items: center;
  justify-content: center
}

.fusion-menu-element-wrapper .fusion-widget-cart-number[data-digits="2"] {
  font-size: .88em
}

.fusion-menu-element-wrapper .fusion-widget-cart-number[data-digits="3"] {
  font-size: .69em
}

.fusion-menu-element-wrapper .fusion-counter-badge .fusion-widget-cart-number {
  transform: translate(-50%, -50%) scale(.75);
  margin-left: 0
}

.fusion-menu-element-wrapper .fusion-menu-cart-hide-empty-counter .fusion-widget-cart-number[data-cart-count="0"] {
  visibility: hidden
}

.fusion-menu-element-wrapper .fusion-menu-cart:hover .fusion-custom-menu-item-contents-empty {
  visibility: hidden !important;
  opacity: 0 !important
}

.fusion-menu-element-wrapper .fusion-menu-cart-items {
  min-width: 180px;
  width: max-content
}

.fusion-menu-element-wrapper .fusion-menu-cart-item a {
  border-bottom: 1px solid transparent;
  padding: 14px;
  line-height: normal;
  height: auto;
  display: block;
  justify-content: space-between !important
}

.fusion-menu-element-wrapper .fusion-menu-cart-item a:hover {
  background-color: transparent
}

.fusion-menu-element-wrapper .fusion-menu-cart-item img {
  display: inline-block;
  max-width: 36px;
  margin-right: 13px;
  border: 1px solid transparent
}

.rtl .fusion-menu-element-wrapper .fusion-menu-cart-item img {
  margin-right: 0
}

.fusion-menu-element-wrapper .fusion-menu-cart-item .amount {
  display: inline-block
}

.fusion-menu-element-wrapper .fusion-menu-cart-item-details {
  display: inline-block;
  max-width: calc(100% - 49px);
  text-align: left
}

.fusion-menu-element-wrapper .fusion-menu-cart-item-title {
  margin-bottom: 6px
}

.fusion-menu-element-wrapper .fusion-menu-cart-item-quantity,
.fusion-menu-element-wrapper .fusion-menu-cart-item-title {
  display: block;
  line-height: normal;
  text-align: right
}

.rtl .fusion-menu-element-wrapper .fusion-menu-cart-item-quantity,
.rtl .fusion-menu-element-wrapper .fusion-menu-cart-item-title {
  text-align: left
}

.fusion-menu-element-wrapper .fusion-menu-cart-checkout {
  display: flex;
  justify-content: space-between;
  flex-direction: row !important
}

.fusion-menu-element-wrapper .fusion-menu-cart-checkout-link,
.fusion-menu-element-wrapper .fusion-menu-cart-link {
  padding: .75em 1em;
  display: flex
}

.fusion-menu-element-wrapper .fusion-menu-cart-checkout-link a,
.fusion-menu-element-wrapper .fusion-menu-cart-link a {
  margin: 0 -.25em;
  min-width: max-content
}

.fusion-menu-element-wrapper .fusion-menu-cart-checkout-link a:before,
.fusion-menu-element-wrapper .fusion-menu-cart-link a:before {
  padding: 0 .25em;
  font-family: awb-icons;
  line-height: inherit
}

.fusion-menu-element-wrapper .fusion-menu-cart-checkout-link a span,
.fusion-menu-element-wrapper .fusion-menu-cart-link a span {
  padding: 0 .25em
}

.fusion-menu-element-wrapper .fusion-menu-cart-link a:before {
  content: "\f07a"
}

.fusion-menu-element-wrapper .fusion-menu-cart-checkout-link a:before {
  content: "\f046"
}

.ltr .fusion-menu-element-wrapper .fusion-menu-cart-checkout-link {
  padding-left: 20px
}

.rtl .fusion-menu-element-wrapper .fusion-menu-cart-checkout-link {
  padding-right: 20px
}

.fusion-menu-element-wrapper .fusion-menu-login-box .fusion-menu-login-box-register {
  display: inline
}

.fusion-menu-element-wrapper .avada-menu-login-box .avada-custom-menu-item-contents {
  background-color: #fff
}

.fusion-menu-element-wrapper .avada-menu-login-box .avada-custom-menu-item-contents .fusion-menu-login-box-register,
.fusion-menu-element-wrapper .avada-menu-login-box .avada-custom-menu-item-contents form {
  padding-left: 20px;
  padding-right: 20px
}

.fusion-menu-element-wrapper .avada-menu-login-box .avada-custom-menu-item-contents form {
  padding-top: 12px
}

.fusion-menu-element-wrapper .avada-menu-login-box .avada-custom-menu-item-contents .fusion-menu-login-box-register {
  padding-bottom: 12px
}

.fusion-menu-element-wrapper .avada-menu-login-box .avada-custom-menu-item-contents .menu-item:not(.fusion-dropdown-submenu) {
  background-color: transparent !important
}

.fusion-menu-element-wrapper .avada-menu-login-box p {
  margin-top: 0;
  margin-bottom: 10px
}

.fusion-menu-element-wrapper .avada-menu-login-box .fusion-login-box-submit,
.fusion-menu-element-wrapper .avada-menu-login-box .fusion-remember-checkbox {
  margin-bottom: 0
}

.fusion-menu-element-wrapper .avada-menu-login-box .fusion-menu-login-box-register {
  display: block;
  clear: both;
  float: right;
  padding-top: 10px;
  width: auto
}

.fusion-menu-element-wrapper .fusion-login-box-submit {
  float: right
}

.fusion-menu-element-wrapper .fusion-remember-checkbox {
  font-size: 11px;
  line-height: 32px
}

.fusion-menu-element-wrapper .fusion-menu-login-box-error {
  font-size: 11px;
  color: #d04544
}

.fusion-menu-element-wrapper .fusion-main-menu-icon.awb-icon-sliding-bar .menu-text {
  font-family: inherit;
  font-weight: 400;
  text-transform: none
}

.fusion-menu-element-wrapper .fusion-main-menu-icon.awb-icon-sliding-bar:before {
  display: none
}

.fusion-sticky-transition .fusion-menu-element-wrapper.collapse-enabled.mobile-size-column-absolute:not(.mobile-mode-always-expanded).expanded>ul,
.fusion-sticky-transition .fusion-menu-element-wrapper.collapse-enabled.mobile-size-full-absolute:not(.mobile-mode-always-expanded).expanded>ul {
  max-height: 340px
}

.fusion-builder-live.avada-flyout-submenu-active.avada-footer-fx-parallax-effect #main {
  z-index: 1
}

.fusion-menu-element-wrapper .fusion-menu-element-list .fusion-megamenu-wrapper {
  position: absolute;
  top: 100%;
  box-shadow: none;
  padding-left: 15px;
  padding-right: 15px
}

.rtl .fusion-menu-element-wrapper .fusion-menu-element-list .fusion-megamenu-wrapper {
  right: 0
}

.ltr .fusion-menu-element-wrapper .fusion-menu-element-list .fusion-megamenu-wrapper {
  left: 0
}

.fusion-menu-element-wrapper .fusion-menu-element-list .fusion-megamenu-wrapper>li>ul {
  top: 0;
  left: 100%
}

.rtl .fusion-menu-element-wrapper .fusion-menu-element-list .fusion-megamenu-wrapper>li>ul {
  left: 0;
  right: 100%
}

.fusion-menu-element-wrapper.submenu-transition-slide_up:not(.collapse-enabled).expand-method-hover.direction-row .fusion-menu-element-list .fusion-megamenu-wrapper {
  transition: all calc(300 * 1ms) cubic-bezier(.42, .01, .58, 1), transform calc(300 * 1ms) cubic-bezier(.42, .01, .58, 1);
  transform: translateY(20px)
}

.fusion-menu-element-wrapper.submenu-transition-slide_up:not(.collapse-enabled).expand-method-hover.direction-row .fusion-menu-element-list li.menu-item-has-children.hover .fusion-megamenu-wrapper,
.fusion-menu-element-wrapper.submenu-transition-slide_up:not(.collapse-enabled).expand-method-hover.direction-row .fusion-menu-element-list li.menu-item-has-children:active .fusion-megamenu-wrapper,
.fusion-menu-element-wrapper.submenu-transition-slide_up:not(.collapse-enabled).expand-method-hover.direction-row .fusion-menu-element-list li.menu-item-has-children:focus .fusion-megamenu-wrapper,
.fusion-menu-element-wrapper.submenu-transition-slide_up:not(.collapse-enabled).expand-method-hover.direction-row .fusion-menu-element-list li.menu-item-has-children:focus-within .fusion-megamenu-wrapper,
.fusion-menu-element-wrapper.submenu-transition-slide_up:not(.collapse-enabled).expand-method-hover.direction-row .fusion-menu-element-list li.menu-item-has-children:hover .fusion-megamenu-wrapper {
  transform: translateY(0) !important
}

.fusion-menu-element-wrapper.submenu-transition-slide_up:not(.collapse-enabled).expand-method-click.direction-row .fusion-menu-element-list .fusion-megamenu-wrapper {
  transition: opacity calc(300 * 1ms) cubic-bezier(.42, .01, .58, 1), transform calc(300 * 1ms) cubic-bezier(.42, .01, .58, 1);
  transform: translateY(20px)
}

.fusion-menu-element-wrapper.submenu-transition-slide_up:not(.collapse-enabled).expand-method-click.direction-row .fusion-menu-element-list .fusion-open-nav-submenu.hover~.fusion-megamenu-wrapper,
.fusion-menu-element-wrapper.submenu-transition-slide_up:not(.collapse-enabled).expand-method-click.direction-row .fusion-menu-element-list .fusion-open-nav-submenu[aria-expanded=true]~.fusion-megamenu-wrapper {
  transform: translateY(0) !important
}

.fusion-menu-element-wrapper .fusion-open-nav-submenu.hover~.fusion-megamenu-wrapper,
.fusion-menu-element-wrapper .fusion-open-nav-submenu[aria-expanded=true]~.fusion-megamenu-wrapper {
  visibility: visible !important;
  opacity: 1 !important;
  z-index: 999999999 !important;
  pointer-events: auto !important
}

.fusion-menu-element-wrapper .fusion-open-nav-submenu.hover~.fusion-megamenu-wrapper li a,
.fusion-menu-element-wrapper .fusion-open-nav-submenu[aria-expanded=true]~.fusion-megamenu-wrapper li a {
  min-width: max-content
}

.fusion-menu-element-wrapper .fusion-open-nav-submenu.hover~.fusion-megamenu-wrapper ul.sub-menu,
.fusion-menu-element-wrapper .fusion-open-nav-submenu[aria-expanded=true]~.fusion-megamenu-wrapper ul.sub-menu {
  pointer-events: auto
}

.fusion-menu-element-wrapper:not(.collapse-enabled):not(.submenu-mode-flyout) .fusion-menu-element-list .fusion-megamenu-wrapper {
  pointer-events: none;
  opacity: 0;
  z-index: -10;
  margin-top: 0
}

.fusion-menu-element-wrapper:not(.collapse-enabled):not(.submenu-mode-flyout) .fusion-menu-element-list .fusion-megamenu-wrapper ul.sub-menu {
  width: 100%
}

.fusion-menu-element-wrapper:not(.collapse-enabled):not(.submenu-mode-flyout) .fusion-menu-element-list .fusion-megamenu-wrapper ul.sub-menu>li.menu-item {
  width: auto !important;
  max-width: 100% !important;
  min-width: auto !important
}

.fusion-menu-element-wrapper .fusion-megamenu-wrapper {
  transition: opacity calc(300 * 1ms) cubic-bezier(.42, .01, .58, 1);
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  overflow: auto
}

.fusion-menu-element-wrapper .fusion-megamenu-wrapper .fusion-megamenu-holder {
  background-color: #fff
}

.fusion-menu-element-wrapper .fusion-megamenu-wrapper .fusion-megamenu-holder .fusion-megamenu {
  position: relative
}

.fusion-menu-element-wrapper .fusion-megamenu-wrapper .fusion-megamenu-holder .fusion-megamenu .fusion-megamenu-submenu {
  font-size: 14px;
  font-family: inherit;
  font-weight: 400;
  padding-top: var(--megamenu_item_vertical_padding);
  padding-bottom: var(--megamenu_item_vertical_padding)
}

.fusion-menu-element-wrapper .fusion-megamenu-wrapper .fusion-megamenu-holder .fusion-megamenu .fusion-megamenu-submenu .fusion-megamenu-title {
  margin: 0;
  -webkit-font-smoothing: antialiased;
  padding: 0 34px 15px;
  padding-top: var(--mainmenu_dropdown_vertical_padding);
  padding-bottom: var(--mainmenu_dropdown_vertical_padding);
  display: block
}

.fusion-menu-element-wrapper .fusion-megamenu-wrapper .fusion-megamenu-holder .fusion-megamenu .fusion-megamenu-submenu .fusion-megamenu-title .awb-justify-title {
  font-family: var(--h4_typography-font-family);
  font-weight: var(--h4_typography-font-weight);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-flow: wrap;
  min-width: inherit;
  font-size: 1.2em;
  width: 100%
}

.fusion-menu-element-wrapper .fusion-megamenu-wrapper .fusion-megamenu-holder .fusion-megamenu .fusion-megamenu-submenu .fusion-megamenu-title a {
  color: #212934
}

.fusion-menu-element-wrapper .fusion-megamenu-wrapper .fusion-megamenu-holder .fusion-megamenu .fusion-megamenu-submenu .fusion-megamenu-title .fusion-megamenu-thumbnail {
  box-sizing: content-box;
  display: inline-flex
}

.ltr .fusion-menu-element-wrapper .fusion-megamenu-wrapper .fusion-megamenu-holder .fusion-megamenu .fusion-megamenu-submenu .fusion-megamenu-title .fusion-megamenu-thumbnail {
  padding-right: 1em
}

.rtl .fusion-menu-element-wrapper .fusion-megamenu-wrapper .fusion-megamenu-holder .fusion-megamenu .fusion-megamenu-submenu .fusion-megamenu-title .fusion-megamenu-thumbnail {
  padding-left: 1em
}

.fusion-menu-element-wrapper .fusion-megamenu-wrapper .fusion-megamenu-holder .fusion-megamenu .fusion-megamenu-submenu .fusion-megamenu-title .fusion-megamenu-icon {
  width: 1.5em
}

.fusion-menu-element-wrapper .fusion-megamenu-wrapper .fusion-megamenu-holder .fusion-megamenu .fusion-megamenu-submenu .fusion-megamenu-widgets-container .widget_text {
  color: #212934
}

.fusion-menu-element-wrapper .fusion-megamenu-wrapper .fusion-megamenu-holder .fusion-megamenu .fusion-megamenu-submenu .fusion-megamenu-widgets-container .widget_text .textwidget {
  color: inherit
}

.avada-has-megamenu-item-divider .fusion-menu-element-wrapper .fusion-megamenu-wrapper .fusion-megamenu-holder .fusion-megamenu .fusion-megamenu-submenu {
  border-color: #e2e2e2
}

.fusion-menu-element-wrapper .fusion-megamenu-wrapper .fusion-megamenu-holder .fusion-megamenu .fusion-megamenu-title-disabled .fusion-megamenu-icon,
.fusion-menu-element-wrapper .fusion-megamenu-wrapper .fusion-megamenu-holder .fusion-megamenu .sub-menu>li>a .fusion-megamenu-icon {
  width: 1.5em;
  display: inline-flex;
  box-sizing: content-box
}

.ltr .fusion-menu-element-wrapper .fusion-megamenu-wrapper .fusion-megamenu-holder .fusion-megamenu .fusion-megamenu-title-disabled .fusion-megamenu-icon,
.ltr .fusion-menu-element-wrapper .fusion-megamenu-wrapper .fusion-megamenu-holder .fusion-megamenu .sub-menu>li>a .fusion-megamenu-icon {
  padding-right: 1em
}

.rtl .fusion-menu-element-wrapper .fusion-megamenu-wrapper .fusion-megamenu-holder .fusion-megamenu .fusion-megamenu-title-disabled .fusion-megamenu-icon,
.rtl .fusion-menu-element-wrapper .fusion-megamenu-wrapper .fusion-megamenu-holder .fusion-megamenu .sub-menu>li>a .fusion-megamenu-icon {
  padding-left: 1em
}

.fusion-menu-element-wrapper .fusion-megamenu-wrapper .fusion-megamenu {
  display: flex;
  flex-wrap: wrap;
  padding: 0;
  width: 100%;
  max-width: 100vw;
  z-index: 10
}

.fusion-menu-element-wrapper .fusion-megamenu-wrapper .fusion-megamenu>li:last-child {
  border: none
}

.fusion-menu-element-wrapper .fusion-megamenu-wrapper .fusion-megamenu li.menu-item-has-children ul.sub-menu {
  box-shadow: none
}

.fusion-menu-element-wrapper .fusion-megamenu-wrapper li .fusion-megamenu-title-disabled {
  font-family: var(--body_typography-font-family);
  font-weight: var(--body_typography-font-weight);
  padding-top: 12px;
  padding-right: 20px;
  padding-bottom: 12px;
  padding-left: 20px;
  color: #212934;
  background-color: #fff;
  font-size: 14px;
  border-bottom: 1px solid #e2e2e2
}

.fusion-menu-element-wrapper .fusion-megamenu-wrapper li .fusion-megamenu-title-disabled:hover {
  background-color: #f9f9fb
}

.fusion-menu-element-wrapper .fusion-megamenu-wrapper li ul.sub-menu {
  display: block !important;
  opacity: 1 !important;
  position: relative !important;
  top: 0 !important;
  left: 0 !important;
  visibility: visible !important;
  z-index: 10 !important;
  pointer-events: none
}

.fusion-menu-element-wrapper .fusion-megamenu-wrapper .fusion-megamenu-submenu {
  display: block;
  float: none;
  padding: 29px 0;
  border-right: 1px solid transparent;
  background-size: cover
}

.fusion-menu-element-wrapper .fusion-megamenu-wrapper .fusion-megamenu-submenu>a.hover,
.fusion-menu-element-wrapper .fusion-megamenu-wrapper .fusion-megamenu-submenu>a:active,
.fusion-menu-element-wrapper .fusion-megamenu-wrapper .fusion-megamenu-submenu>a:focus,
.fusion-menu-element-wrapper .fusion-megamenu-wrapper .fusion-megamenu-submenu>a:focus-within,
.fusion-menu-element-wrapper .fusion-megamenu-wrapper .fusion-megamenu-submenu>a:hover {
  font-family: var(--body_typography-font-family);
  font-weight: var(--body_typography-font-weight);
  background-color: #f9f9fb;
  color: #212934;
  font-size: 14px
}

.fusion-menu-element-wrapper .fusion-megamenu-wrapper .fusion-megamenu-submenu>a.hover>.fusion-open-nav-submenu,
.fusion-menu-element-wrapper .fusion-megamenu-wrapper .fusion-megamenu-submenu>a:active>.fusion-open-nav-submenu,
.fusion-menu-element-wrapper .fusion-megamenu-wrapper .fusion-megamenu-submenu>a:focus-within>.fusion-open-nav-submenu,
.fusion-menu-element-wrapper .fusion-megamenu-wrapper .fusion-megamenu-submenu>a:focus>.fusion-open-nav-submenu,
.fusion-menu-element-wrapper .fusion-megamenu-wrapper .fusion-megamenu-submenu>a:hover>.fusion-open-nav-submenu {
  background-color: #f9f9fb;
  color: #212934
}

.fusion-menu-element-wrapper .fusion-megamenu-wrapper .fusion-megamenu-submenu .fusion-megamenu-border {
  border-color: #e2e2e2
}

.fusion-menu-element-wrapper .fusion-megamenu-wrapper .fusion-megamenu-submenu .sub-menu a {
  padding: 12px 20px 12px 20px
}

.fusion-menu-element-wrapper .fusion-megamenu-wrapper .fusion-megamenu-widgets-container {
  display: block;
  padding: 0 34px;
  margin-bottom: 10px
}

.fusion-menu-element-wrapper .fusion-megamenu-wrapper .fusion-megamenu-widgets-container .textwidget a:not(.fb-icon-element) {
  display: inline
}

.fusion-menu-element-wrapper .fusion-megamenu-wrapper .fusion-megamenu-widgets-container .textwidget a:not(.fb-icon-element).fusion-button {
  display: inline-block
}

.fusion-menu-element-wrapper .fusion-megamenu-wrapper ul,
.fusion-menu-element-wrapper .fusion-megamenu-wrapper ul li {
  border-radius: 0 !important
}

.fusion-menu-element-wrapper .fusion-megamenu-wrapper.fusion-megamenu-fullwidth:not(.fusion-megamenu-width-site-width) {
  border-radius: 0 !important
}

.fusion-menu-element-wrapper.expand-method-click li ul.fusion-megamenu li.menu-item-has-children {
  display: block
}

.fusion-menu-element-wrapper.submenu-mode-dropdown li ul.fusion-megamenu .sub-menu li.menu-item-has-children {
  display: flex;
  flex-wrap: wrap;
  transition: all calc(300 * 1ms) cubic-bezier(.42, .01, .58, 1)
}

.fusion-menu-element-wrapper.submenu-mode-dropdown li ul.fusion-megamenu .sub-menu li.menu-item-has-children .fusion-background-highlight {
  transition: inherit
}

.fusion-menu-element-wrapper.submenu-mode-dropdown li ul.fusion-megamenu .sub-menu li.menu-item-has-children .fusion-open-nav-submenu {
  display: none !important
}

.fusion-menu-element-wrapper.submenu-mode-dropdown li ul.fusion-megamenu .sub-menu li.menu-item-has-children .deep-level {
  transform: none !important;
  transition: none !important
}

.fusion-menu-element-wrapper.submenu-mode-dropdown li ul.fusion-megamenu .sub-menu li.menu-item-has-children .deep-level li>a {
  padding-left: 50px
}

.rtl .fusion-menu-element-wrapper.submenu-mode-dropdown li ul.fusion-megamenu .sub-menu li.menu-item-has-children .deep-level li {
  padding-left: 0;
  padding-right: 50px
}

.fusion-menu-element-wrapper.submenu-mode-dropdown.expand-method-hover li ul.fusion-megamenu .sub-menu li.menu-item-has-children:hover .sub-menu {
  transform: translateY(0) !important;
  visibility: visible !important;
  opacity: 1 !important
}

.fusion-menu-element-wrapper.expand-method-hover.direction-row li.hover .fusion-megamenu-wrapper,
.fusion-menu-element-wrapper.expand-method-hover.direction-row li:active .fusion-megamenu-wrapper,
.fusion-menu-element-wrapper.expand-method-hover.direction-row li:focus .fusion-megamenu-wrapper,
.fusion-menu-element-wrapper.expand-method-hover.direction-row li:focus-within .fusion-megamenu-wrapper,
.fusion-menu-element-wrapper.expand-method-hover.direction-row li:hover .fusion-megamenu-wrapper {
  visibility: visible;
  opacity: 1;
  z-index: 999999999
}

.fusion-menu-element-wrapper.expand-method-hover.direction-row li.hover .fusion-megamenu-wrapper,
.fusion-menu-element-wrapper.expand-method-hover.direction-row li:active .fusion-megamenu-wrapper,
.fusion-menu-element-wrapper.expand-method-hover.direction-row li:focus .fusion-megamenu-wrapper,
.fusion-menu-element-wrapper.expand-method-hover.direction-row li:focus-within .fusion-megamenu-wrapper,
.fusion-menu-element-wrapper.expand-method-hover.direction-row li:hover .fusion-megamenu-wrapper {
  pointer-events: auto !important
}

.fusion-menu-element-wrapper.expand-method-hover.direction-row li.hover .fusion-megamenu-wrapper ul.sub-menu,
.fusion-menu-element-wrapper.expand-method-hover.direction-row li:active .fusion-megamenu-wrapper ul.sub-menu,
.fusion-menu-element-wrapper.expand-method-hover.direction-row li:focus .fusion-megamenu-wrapper ul.sub-menu,
.fusion-menu-element-wrapper.expand-method-hover.direction-row li:focus-within .fusion-megamenu-wrapper ul.sub-menu,
.fusion-menu-element-wrapper.expand-method-hover.direction-row li:hover .fusion-megamenu-wrapper ul.sub-menu {
  pointer-events: auto
}

.fusion-menu-element-wrapper.expand-method-hover li.hover .fusion-megamenu-wrapper,
.fusion-menu-element-wrapper.expand-method-hover li:active .fusion-megamenu-wrapper,
.fusion-menu-element-wrapper.expand-method-hover li:focus .fusion-megamenu-wrapper,
.fusion-menu-element-wrapper.expand-method-hover li:focus-within .fusion-megamenu-wrapper,
.fusion-menu-element-wrapper.expand-method-hover li:hover .fusion-megamenu-wrapper {
  visibility: visible;
  opacity: 1;
  z-index: 999999999
}

.fusion-menu-element-wrapper.expand-method-hover li.hover .fusion-megamenu-wrapper,
.fusion-menu-element-wrapper.expand-method-hover li:active .fusion-megamenu-wrapper,
.fusion-menu-element-wrapper.expand-method-hover li:focus .fusion-megamenu-wrapper,
.fusion-menu-element-wrapper.expand-method-hover li:focus-within .fusion-megamenu-wrapper,
.fusion-menu-element-wrapper.expand-method-hover li:hover .fusion-megamenu-wrapper {
  pointer-events: auto !important
}

.fusion-menu-element-wrapper.expand-method-hover li.hover .fusion-megamenu-wrapper ul.sub-menu,
.fusion-menu-element-wrapper.expand-method-hover li:active .fusion-megamenu-wrapper ul.sub-menu,
.fusion-menu-element-wrapper.expand-method-hover li:focus .fusion-megamenu-wrapper ul.sub-menu,
.fusion-menu-element-wrapper.expand-method-hover li:focus-within .fusion-megamenu-wrapper ul.sub-menu,
.fusion-menu-element-wrapper.expand-method-hover li:hover .fusion-megamenu-wrapper ul.sub-menu {
  pointer-events: auto
}

.fusion-menu-element-wrapper.direction-row .fusion-megamenu-wrapper {
  margin-left: -10px;
  max-width: 100vw
}

.fusion-menu-element-wrapper.direction-column .fusion-megamenu-menu .fusion-open-nav-submenu,
.fusion-menu-element-wrapper.direction-column .fusion-megamenu-wrapper {
  display: none !important
}

.fusion-menu-element-wrapper.direction-column .fusion-megamenu-wrapper .fusion-megamenu>li {
  min-width: max-content
}

.rtl .fusion-menu-element-wrapper.direction-column.expand-method-click.expand-right .menu-item-has-children.fusion-megamenu-menu>a {
  width: 100%
}

.ltr .fusion-menu-element-wrapper.direction-column.expand-method-click.expand-left .menu-item-has-children.fusion-megamenu-menu>a {
  width: 100%
}

.fusion-menu-element-wrapper:not(.collapse-enabled) .fusion-megamenu-title .fusion-megamenu-image>img,
.fusion-menu-element-wrapper:not(.collapse-enabled) .fusion-megamenu-title .fusion-megamenu-thumbnail>img {
  width: 26px;
  height: 14px;
  max-width: inherit
}

.fusion-menu-element-wrapper.collapse-enabled.mobile-mode-always-expanded.expanded>ul.fusion-menu li.fusion-megamenu-menu:not(.fusion-has-all-widgets) .fusion-megamenu-submenu-notitle:not(.menu-item-has-children):not(.menu-item-has-link),
.fusion-menu-element-wrapper.collapse-enabled.mobile-mode-always-expanded.expanded>ul.fusion-menu li.fusion-megamenu-menu:not(.fusion-has-all-widgets) .fusion-megamenu-widgets-container,
.fusion-menu-element-wrapper.collapse-enabled.mobile-mode-always-expanded>ul.fusion-menu li.fusion-megamenu-menu:not(.fusion-has-all-widgets) .fusion-megamenu-submenu-notitle:not(.menu-item-has-children):not(.menu-item-has-link),
.fusion-menu-element-wrapper.collapse-enabled.mobile-mode-always-expanded>ul.fusion-menu li.fusion-megamenu-menu:not(.fusion-has-all-widgets) .fusion-megamenu-widgets-container,
.fusion-menu-element-wrapper.collapse-enabled.mobile-mode-collapse-to-button.expanded>ul.fusion-menu li.fusion-megamenu-menu:not(.fusion-has-all-widgets) .fusion-megamenu-submenu-notitle:not(.menu-item-has-children):not(.menu-item-has-link),
.fusion-menu-element-wrapper.collapse-enabled.mobile-mode-collapse-to-button.expanded>ul.fusion-menu li.fusion-megamenu-menu:not(.fusion-has-all-widgets) .fusion-megamenu-widgets-container,
.fusion-menu-element-wrapper.collapse-enabled.mobile-mode-collapse-to-button>ul.fusion-menu li.fusion-megamenu-menu:not(.fusion-has-all-widgets) .fusion-megamenu-submenu-notitle:not(.menu-item-has-children):not(.menu-item-has-link),
.fusion-menu-element-wrapper.collapse-enabled.mobile-mode-collapse-to-button>ul.fusion-menu li.fusion-megamenu-menu:not(.fusion-has-all-widgets) .fusion-megamenu-widgets-container {
  display: none
}

.fusion-menu-element-wrapper.collapse-enabled.mobile-mode-always-expanded.expanded>ul.fusion-menu li.fusion-megamenu-menu:not(.fusion-has-all-widgets) button.fusion-open-nav-submenu,
.fusion-menu-element-wrapper.collapse-enabled.mobile-mode-always-expanded>ul.fusion-menu li.fusion-megamenu-menu:not(.fusion-has-all-widgets) button.fusion-open-nav-submenu,
.fusion-menu-element-wrapper.collapse-enabled.mobile-mode-collapse-to-button.expanded>ul.fusion-menu li.fusion-megamenu-menu:not(.fusion-has-all-widgets) button.fusion-open-nav-submenu,
.fusion-menu-element-wrapper.collapse-enabled.mobile-mode-collapse-to-button>ul.fusion-menu li.fusion-megamenu-menu:not(.fusion-has-all-widgets) button.fusion-open-nav-submenu {
  display: block !important
}

.fusion-menu-element-wrapper.collapse-enabled.mobile-mode-always-expanded.expanded>ul.fusion-menu li.fusion-megamenu-menu:not(.fusion-has-all-widgets) ul.sub-menu:not(.deep-level),
.fusion-menu-element-wrapper.collapse-enabled.mobile-mode-always-expanded>ul.fusion-menu li.fusion-megamenu-menu:not(.fusion-has-all-widgets) ul.sub-menu:not(.deep-level),
.fusion-menu-element-wrapper.collapse-enabled.mobile-mode-collapse-to-button.expanded>ul.fusion-menu li.fusion-megamenu-menu:not(.fusion-has-all-widgets) ul.sub-menu:not(.deep-level),
.fusion-menu-element-wrapper.collapse-enabled.mobile-mode-collapse-to-button>ul.fusion-menu li.fusion-megamenu-menu:not(.fusion-has-all-widgets) ul.sub-menu:not(.deep-level) {
  max-height: inherit
}

.fusion-menu-element-wrapper.collapse-enabled.mobile-mode-always-expanded.expanded>ul.fusion-menu li.fusion-megamenu-menu:not(.fusion-has-all-widgets) ul.sub-menu:not(.deep-level) li.menu-item-has-children .fusion-open-nav-submenu,
.fusion-menu-element-wrapper.collapse-enabled.mobile-mode-always-expanded>ul.fusion-menu li.fusion-megamenu-menu:not(.fusion-has-all-widgets) ul.sub-menu:not(.deep-level) li.menu-item-has-children .fusion-open-nav-submenu,
.fusion-menu-element-wrapper.collapse-enabled.mobile-mode-collapse-to-button.expanded>ul.fusion-menu li.fusion-megamenu-menu:not(.fusion-has-all-widgets) ul.sub-menu:not(.deep-level) li.menu-item-has-children .fusion-open-nav-submenu,
.fusion-menu-element-wrapper.collapse-enabled.mobile-mode-collapse-to-button>ul.fusion-menu li.fusion-megamenu-menu:not(.fusion-has-all-widgets) ul.sub-menu:not(.deep-level) li.menu-item-has-children .fusion-open-nav-submenu {
  display: none !important
}

.fusion-menu-element-wrapper.collapse-enabled.mobile-mode-always-expanded.expanded>ul.fusion-menu li.fusion-megamenu-menu:not(.fusion-has-all-widgets) ul.sub-menu:not(.deep-level) li.menu-item-has-children button.fusion-open-nav-submenu,
.fusion-menu-element-wrapper.collapse-enabled.mobile-mode-always-expanded>ul.fusion-menu li.fusion-megamenu-menu:not(.fusion-has-all-widgets) ul.sub-menu:not(.deep-level) li.menu-item-has-children button.fusion-open-nav-submenu,
.fusion-menu-element-wrapper.collapse-enabled.mobile-mode-collapse-to-button.expanded>ul.fusion-menu li.fusion-megamenu-menu:not(.fusion-has-all-widgets) ul.sub-menu:not(.deep-level) li.menu-item-has-children button.fusion-open-nav-submenu,
.fusion-menu-element-wrapper.collapse-enabled.mobile-mode-collapse-to-button>ul.fusion-menu li.fusion-megamenu-menu:not(.fusion-has-all-widgets) ul.sub-menu:not(.deep-level) li.menu-item-has-children button.fusion-open-nav-submenu {
  display: block !important
}

.fusion-menu-element-wrapper.collapse-enabled.mobile-mode-always-expanded.expanded>ul.fusion-menu li.fusion-megamenu-menu:not(.fusion-has-all-widgets) ul.sub-menu:not(.deep-level) li.menu-item-has-children .deep-level,
.fusion-menu-element-wrapper.collapse-enabled.mobile-mode-always-expanded>ul.fusion-menu li.fusion-megamenu-menu:not(.fusion-has-all-widgets) ul.sub-menu:not(.deep-level) li.menu-item-has-children .deep-level,
.fusion-menu-element-wrapper.collapse-enabled.mobile-mode-collapse-to-button.expanded>ul.fusion-menu li.fusion-megamenu-menu:not(.fusion-has-all-widgets) ul.sub-menu:not(.deep-level) li.menu-item-has-children .deep-level,
.fusion-menu-element-wrapper.collapse-enabled.mobile-mode-collapse-to-button>ul.fusion-menu li.fusion-megamenu-menu:not(.fusion-has-all-widgets) ul.sub-menu:not(.deep-level) li.menu-item-has-children .deep-level {
  transition: max-height calc(300 * 1ms) cubic-bezier(.42, .01, .58, 1) !important
}

.fusion-menu-element-wrapper.collapse-enabled.mobile-mode-always-expanded.expanded>ul.fusion-menu li.fusion-megamenu-menu:not(.fusion-has-all-widgets) .fusion-megamenu-wrapper,
.fusion-menu-element-wrapper.collapse-enabled.mobile-mode-always-expanded>ul.fusion-menu li.fusion-megamenu-menu:not(.fusion-has-all-widgets) .fusion-megamenu-wrapper,
.fusion-menu-element-wrapper.collapse-enabled.mobile-mode-collapse-to-button.expanded>ul.fusion-menu li.fusion-megamenu-menu:not(.fusion-has-all-widgets) .fusion-megamenu-wrapper,
.fusion-menu-element-wrapper.collapse-enabled.mobile-mode-collapse-to-button>ul.fusion-menu li.fusion-megamenu-menu:not(.fusion-has-all-widgets) .fusion-megamenu-wrapper {
  margin-left: 0 !important;
  border-radius: 0 !important
}

.fusion-menu-element-wrapper.collapse-enabled.mobile-mode-always-expanded.expanded>ul.fusion-menu li.fusion-megamenu-menu:not(.fusion-has-all-widgets) .fusion-megamenu-wrapper .fusion-megamenu-holder .fusion-megamenu li.fusion-megamenu-submenu,
.fusion-menu-element-wrapper.collapse-enabled.mobile-mode-always-expanded>ul.fusion-menu li.fusion-megamenu-menu:not(.fusion-has-all-widgets) .fusion-megamenu-wrapper .fusion-megamenu-holder .fusion-megamenu li.fusion-megamenu-submenu,
.fusion-menu-element-wrapper.collapse-enabled.mobile-mode-collapse-to-button.expanded>ul.fusion-menu li.fusion-megamenu-menu:not(.fusion-has-all-widgets) .fusion-megamenu-wrapper .fusion-megamenu-holder .fusion-megamenu li.fusion-megamenu-submenu,
.fusion-menu-element-wrapper.collapse-enabled.mobile-mode-collapse-to-button>ul.fusion-menu li.fusion-megamenu-menu:not(.fusion-has-all-widgets) .fusion-megamenu-wrapper .fusion-megamenu-holder .fusion-megamenu li.fusion-megamenu-submenu {
  padding: 0
}

.fusion-menu-element-wrapper.collapse-enabled.mobile-mode-always-expanded.expanded>ul.fusion-menu li.fusion-megamenu-menu:not(.fusion-has-all-widgets) .fusion-megamenu-holder,
.fusion-menu-element-wrapper.collapse-enabled.mobile-mode-always-expanded>ul.fusion-menu li.fusion-megamenu-menu:not(.fusion-has-all-widgets) .fusion-megamenu-holder,
.fusion-menu-element-wrapper.collapse-enabled.mobile-mode-collapse-to-button.expanded>ul.fusion-menu li.fusion-megamenu-menu:not(.fusion-has-all-widgets) .fusion-megamenu-holder,
.fusion-menu-element-wrapper.collapse-enabled.mobile-mode-collapse-to-button>ul.fusion-menu li.fusion-megamenu-menu:not(.fusion-has-all-widgets) .fusion-megamenu-holder {
  padding: 0
}

.fusion-menu-element-wrapper.collapse-enabled .fusion-megamenu-menu .fusion-megamenu-wrapper {
  width: 100%
}

.fusion-menu-element-wrapper.collapse-enabled .fusion-megamenu-menu .fusion-megamenu-wrapper .fusion-megamenu-holder ul li {
  background: #fff;
  width: 100% !important
}

.fusion-menu-element-wrapper.collapse-enabled .fusion-megamenu-menu .fusion-megamenu-wrapper .fusion-megamenu-holder ul li a {
  color: #4a4e57
}

.fusion-menu-element-wrapper.collapse-enabled .fusion-megamenu-menu .fusion-megamenu-wrapper .fusion-megamenu-holder ul li.current-menu-ancestor,
.fusion-menu-element-wrapper.collapse-enabled .fusion-megamenu-menu .fusion-megamenu-wrapper .fusion-megamenu-holder ul li.current-menu-item,
.fusion-menu-element-wrapper.collapse-enabled .fusion-megamenu-menu .fusion-megamenu-wrapper .fusion-megamenu-holder ul li.current-menu-parent,
.fusion-menu-element-wrapper.collapse-enabled .fusion-megamenu-menu .fusion-megamenu-wrapper .fusion-megamenu-holder ul li.expanded,
.fusion-menu-element-wrapper.collapse-enabled .fusion-megamenu-menu .fusion-megamenu-wrapper .fusion-megamenu-holder ul li.hover,
.fusion-menu-element-wrapper.collapse-enabled .fusion-megamenu-menu .fusion-megamenu-wrapper .fusion-megamenu-holder ul li:active,
.fusion-menu-element-wrapper.collapse-enabled .fusion-megamenu-menu .fusion-megamenu-wrapper .fusion-megamenu-holder ul li:focus,
.fusion-menu-element-wrapper.collapse-enabled .fusion-megamenu-menu .fusion-megamenu-wrapper .fusion-megamenu-holder ul li:focus-within,
.fusion-menu-element-wrapper.collapse-enabled .fusion-megamenu-menu .fusion-megamenu-wrapper .fusion-megamenu-holder ul li:hover {
  background: #f9f9fb
}

.fusion-menu-element-wrapper.collapse-enabled .fusion-megamenu-menu .fusion-megamenu-wrapper .fusion-megamenu-holder ul li.current-menu-ancestor a,
.fusion-menu-element-wrapper.collapse-enabled .fusion-megamenu-menu .fusion-megamenu-wrapper .fusion-megamenu-holder ul li.current-menu-item a,
.fusion-menu-element-wrapper.collapse-enabled .fusion-megamenu-menu .fusion-megamenu-wrapper .fusion-megamenu-holder ul li.current-menu-parent a,
.fusion-menu-element-wrapper.collapse-enabled .fusion-megamenu-menu .fusion-megamenu-wrapper .fusion-megamenu-holder ul li.expanded a,
.fusion-menu-element-wrapper.collapse-enabled .fusion-megamenu-menu .fusion-megamenu-wrapper .fusion-megamenu-holder ul li.hover a,
.fusion-menu-element-wrapper.collapse-enabled .fusion-megamenu-menu .fusion-megamenu-wrapper .fusion-megamenu-holder ul li:active a,
.fusion-menu-element-wrapper.collapse-enabled .fusion-megamenu-menu .fusion-megamenu-wrapper .fusion-megamenu-holder ul li:focus a,
.fusion-menu-element-wrapper.collapse-enabled .fusion-megamenu-menu .fusion-megamenu-wrapper .fusion-megamenu-holder ul li:focus-within a,
.fusion-menu-element-wrapper.collapse-enabled .fusion-megamenu-menu .fusion-megamenu-wrapper .fusion-megamenu-holder ul li:hover a {
  color: #4a4e57
}

.fusion-menu-element-wrapper.collapse-enabled ul li.fusion-megamenu-submenu {
  min-height: calc(65 * 1px);
  width: 100%
}

.fusion-menu-element-wrapper.collapse-enabled .fusion-megamenu-holder {
  max-width: 100%;
  padding-left: 20px;
  padding-right: 20px
}

.rtl .fusion-menu-element-wrapper.collapse-enabled .fusion-megamenu-holder {
  padding-left: calc(20px / 2)
}

.ltr .fusion-menu-element-wrapper.collapse-enabled .fusion-megamenu-holder {
  padding-right: calc(20px / 2)
}

.fusion-menu-element-wrapper.collapse-enabled.mobile-justify-left .fusion-megamenu-wrapper .fusion-megamenu-holder .fusion-megamenu-submenu .fusion-megamenu-title a,
.fusion-menu-element-wrapper.collapse-enabled.mobile-justify-left .fusion-megamenu-wrapper .fusion-megamenu-holder .fusion-megamenu-submenu .fusion-megamenu-title span {
  justify-content: flex-start !important
}

.fusion-menu-element-wrapper.collapse-enabled.mobile-justify-center .fusion-megamenu-wrapper .fusion-megamenu-holder .fusion-megamenu-submenu .fusion-megamenu-title a,
.fusion-menu-element-wrapper.collapse-enabled.mobile-justify-center .fusion-megamenu-wrapper .fusion-megamenu-holder .fusion-megamenu-submenu .fusion-megamenu-title span {
  justify-content: center !important
}

.fusion-menu-element-wrapper.collapse-enabled.mobile-justify-right .fusion-megamenu-wrapper .fusion-megamenu-holder .fusion-megamenu-submenu .fusion-megamenu-title a,
.fusion-menu-element-wrapper.collapse-enabled.mobile-justify-right .fusion-megamenu-wrapper .fusion-megamenu-holder .fusion-megamenu-submenu .fusion-megamenu-title span {
  justify-content: flex-end !important
}

.fusion-menu-element-wrapper.collapse-enabled.mega-menu-loaded .fusion-megamenu-wrapper {
  opacity: 1 !important
}

.fusion-menu-element-wrapper.collapse-enabled .fusion-megamenu-wrapper {
  display: none;
  overflow: hidden;
  position: static
}

.fusion-menu-element-wrapper.collapse-enabled .fusion-megamenu-wrapper .fusion-megamenu-holder {
  width: 100% !important
}

.fusion-menu-element-wrapper.collapse-enabled .fusion-megamenu-wrapper .fusion-megamenu-holder .fusion-megamenu-submenu {
  font-size: inherit
}

.fusion-menu-element-wrapper.collapse-enabled .fusion-megamenu-wrapper .fusion-megamenu-holder .fusion-megamenu-submenu .fusion-megamenu-title {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  display: flex;
  align-items: stretch;
  min-height: inherit
}

.fusion-menu-element-wrapper.collapse-enabled .fusion-megamenu-wrapper .fusion-megamenu-holder .fusion-megamenu-submenu .fusion-megamenu-title .awb-justify-title {
  display: flex;
  align-items: center;
  width: 100%;
  font-size: inherit;
  font-weight: 400;
  justify-content: flex-start !important
}

.fusion-menu-element-wrapper.collapse-enabled .fusion-megamenu-menu .fusion-open-nav-submenu {
  display: none !important
}

.fusion-menu-element-wrapper.collapse-enabled li.menu-item.expanded .fusion-megamenu-wrapper {
  border-top: 1px solid rgba(0, 0, 0, .1)
}

.fusion-menu-element-wrapper.collapse-enabled li.menu-item.expanded .fusion-megamenu-wrapper .fusion-megamenu-holder ul.fusion-megamenu li.menu-item-has-children .fusion-megamenu-title {
  border-bottom: 1px solid rgba(0, 0, 0, .1)
}

.fusion-menu-element-wrapper.collapse-enabled li.menu-item .fusion-megamenu-title {
  background: inherit
}

.fusion-menu-element-wrapper.collapse-enabled li.menu-item>.fusion-megamenu-icon,
.fusion-menu-element-wrapper.collapse-enabled li.menu-item>a>.fusion-megamenu-icon {
  display: none
}

.fusion-menu-element-wrapper.submenu-mode-flyout .fusion-custom-menu>li>.fusion-megamenu-wrapper {
  visibility: hidden
}

.fusion-menu-element-wrapper.submenu-mode-flyout .fusion-megamenu-wrapper {
  width: 100%
}

.fusion-menu-element-wrapper.submenu-mode-flyout .fusion-megamenu-wrapper .row {
  width: 100%
}

.fusion-menu-element-wrapper.submenu-mode-flyout .fusion-megamenu-wrapper .fusion-megamenu-holder {
  width: 100% !important
}

.fusion-menu-element-wrapper.submenu-mode-flyout:not(.collapse-enabled) .fusion-custom-menu>li>.fusion-megamenu-wrapper {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  transform: translateX(-100%);
  opacity: 0;
  z-index: 9999;
  overflow: hidden;
  margin: 0;
  padding: 2em;
  overflow-y: auto;
  display: flex !important;
  align-items: center;
  justify-content: center;
  transition: all calc(300 * 1ms) cubic-bezier(.42, .01, .58, 1) 0s
}

.fusion-disable-outline .fusion-menu-element-wrapper.submenu-mode-flyout:not(.collapse-enabled) .fusion-custom-menu>li>.fusion-megamenu-wrapper a {
  outline: 0
}

.fusion-disable-outline .fusion-menu-element-wrapper.submenu-mode-flyout:not(.collapse-enabled) .fusion-custom-menu>li>.fusion-megamenu-wrapper a:focus {
  outline: 0
}

.fusion-menu-element-wrapper.submenu-mode-flyout:not(.collapse-enabled) .fusion-custom-menu>li.expanded>.fusion-megamenu-wrapper {
  transform: translateX(0);
  visibility: visible;
  opacity: 1;
  transition: all .3s cubic-bezier(.42, .01, .58, 1) 0s
}

.fusion-menu-element-wrapper.submenu-mode-flyout:not(.collapse-enabled).submenu-flyout-direction-right .fusion-custom-menu>li>.fusion-megamenu-wrapper {
  transform: translateX(100%)
}

.fusion-menu-element-wrapper.submenu-mode-flyout:not(.collapse-enabled).submenu-flyout-direction-right .fusion-custom-menu>li.expanded>.fusion-megamenu-wrapper {
  transform: translateX(0)
}

.fusion-menu-element-wrapper.submenu-mode-flyout:not(.collapse-enabled).submenu-flyout-direction-top .fusion-custom-menu>li>.fusion-megamenu-wrapper {
  transform: translateY(-100%)
}

.fusion-menu-element-wrapper.submenu-mode-flyout:not(.collapse-enabled).submenu-flyout-direction-top .fusion-custom-menu>li.expanded>.fusion-megamenu-wrapper {
  transform: translateY(0)
}

.fusion-menu-element-wrapper.submenu-mode-flyout:not(.collapse-enabled).submenu-flyout-direction-bottom .fusion-custom-menu>li>.fusion-megamenu-wrapper {
  transform: translateY(100%)
}

.fusion-menu-element-wrapper.submenu-mode-flyout:not(.collapse-enabled).submenu-flyout-direction-bottom .fusion-custom-menu>li.expanded>.fusion-megamenu-wrapper {
  transform: translateY(0)
}

.fusion-menu-element-wrapper.submenu-mode-flyout:not(.collapse-enabled).submenu-flyout-direction-fade .fusion-custom-menu>li>.fusion-megamenu-wrapper {
  transform: initial;
  visibility: hidden;
  opacity: 0;
  transition: all .4s cubic-bezier(.42, .01, .58, 1) 0s
}

.fusion-menu-element-wrapper.submenu-mode-flyout:not(.collapse-enabled).submenu-flyout-direction-fade .fusion-custom-menu>li.expanded>.fusion-megamenu-wrapper {
  transform: initial;
  visibility: visible;
  opacity: 1;
  transition: all .4s cubic-bezier(.42, .01, .58, 1) 0s
}

.fusion-menu-element-wrapper.submenu-mode-flyout:not(.collapse-enabled) ul.fusion-megamenu {
  position: static;
  top: auto
}

.fusion-menu-element-wrapper.submenu-mode-flyout:not(.collapse-enabled) ul.fusion-megamenu .menu-item-has-children .sub-menu .fusion-background-highlight>span {
  flex: inherit
}

.fusion-menu-element-wrapper.submenu-mode-flyout:not(.collapse-enabled) .fusion-menu-element-list .fusion-megamenu-title {
  text-align: center
}

.fusion-menu-element-wrapper.mega-menu-loading .fusion-megamenu-wrapper {
  display: none !important
}

.fusion-menu-element-wrapper.mega-menu-loaded .fusion-megamenu-wrapper {
  opacity: 0 !important;
  transition: none !important
}

.modal-open {
  overflow: hidden
}

.modal {
  display: none;
  overflow: auto;
  overflow-y: scroll;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 99999;
  -webkit-overflow-scrolling: touch
}

.modal.fade .modal-dialog {
  transform: translate(0, -25%);
  transition: transform .3s ease-out
}

.modal.in .modal-dialog {
  transform: translate(0, 0)
}

.fusion-disable-outline .modal {
  outline: 0
}

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

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

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 99998;
  background-color: #000
}

.modal-backdrop.fade {
  opacity: 0
}

.modal-backdrop.in {
  opacity: .5
}

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

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

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

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

.modal-footer {
  margin-top: 15px;
  padding: 19px 20px 20px;
  text-align: right;
  border-top: 1px solid #e5e5e5
}

.modal-footer .btn+.btn {
  margin-left: 5px;
  margin-bottom: 0
}

.modal-footer .btn-group .btn+.btn {
  margin-left: -1px
}

.modal-footer .btn-block+.btn-block {
  margin-left: 0
}

@media (min-width:900px) {
  .modal-dialog {
    width: 600px;
    margin-right: auto;
    margin-left: auto
  }

  .modal-content {
    box-shadow: 0 5px 15px rgba(0, 0, 0, .5)
  }

  .modal-sm {
    width: 300px
  }

  .modal-lg {
    width: 900px
  }
}

.fusion-modal {
  -webkit-overflow-scrolling: auto !important
}

.fusion-modal .modal-header {
  min-height: 54px;
  box-sizing: border-box
}

.fusion-modal .modal-header .modal-title {
  clear: left
}

.fusion-modal .modal-header .close {
  font-size: 30px;
  margin-top: -5px;
  text-shadow: none
}

.fusion-modal .modal-dialog {
  -webkit-overflow-scrolling: touch;
  overflow-y: auto;
  max-height: calc(100% - 90px)
}

.fusion-modal .fusion-separator {
  width: 100% !important
}

.ua-mobile .modal-open {
  position: fixed;
  overflow: hidden
}

.ua-mobile .modal-open .fusion-modal .modal-dialog {
  height: 90%
}

.awb-news-ticker {
  max-width: 100%;
  display: flex;
  overflow: hidden;
  --awb-news-ticker-font-size: 1rem;
  --awb-news-ticker-line-height: 2.5;
  --awb-news-ticker-b-radius: calc(var(--awb-news-ticker-font-size) * 1.5);
  background-color: #111
}

.awb-news-ticker-title {
  padding: 0 12px;
  font-size: var(--awb-news-ticker-font-size);
  line-height: var(--awb-news-ticker-line-height);
  color: #111;
  background-color: var(--primary_color);
  position: relative;
  z-index: 1
}

.awb-news-ticker-title-rounded {
  border-radius: 0 var(--awb-news-ticker-b-radius) var(--awb-news-ticker-b-radius) 0
}

.awb-news-ticker-title-date {
  font-weight: 700
}

.awb-news-ticker-bar {
  position: relative;
  height: calc(var(--awb-news-ticker-font-size) * var(--awb-news-ticker-line-height));
  flex-grow: 1
}

.awb-news-ticker-item-list {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  display: flex;
  height: 100%;
  align-items: center
}

.awb-news-ticker-item,
.awb-news-ticker-item-separator {
  flex-shrink: 0
}

.awb-news-ticker-item-separator,
.awb-news-ticker-link {
  display: inline-block;
  white-space: nowrap;
  color: #eaeaea;
  font-size: var(--awb-news-ticker-font-size);
  line-height: var(--awb-news-ticker-line-height)
}

.awb-news-ticker-link:focus,
.awb-news-ticker-link:hover {
  color: #aaa
}

.awb-news-ticker-item-separator {
  padding: 0 20px
}

.awb-news-ticker-title-decorator {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 100%
}

.awb-news-ticker-title-decorator-triangle {
  top: 50%;
  bottom: auto;
  height: 0;
  width: 0;
  border-left: 10px solid currentColor;
  border-bottom: 10px solid transparent !important;
  border-top: 10px solid transparent !important;
  color: var(--primary_color);
  transform: translateY(-50%)
}

.awb-news-ticker-item-list-run {
  left: 100%;
  animation-iteration-count: infinite;
  animation-timing-function: linear
}

@keyframes awb-run-news-ticker {
  from {
    left: 100%;
    transform: translateX(0)
  }

  to {
    left: 0;
    transform: translateX(-100%)
  }
}

.awb-news-ticker-item-list-carousel {
  padding-left: 12px
}

.awb-news-ticker-item-list-carousel>.awb-news-ticker-item {
  display: none
}

.awb-news-ticker-item-list-carousel>.awb-news-ticker-item-active {
  display: block
}

.awb-news-ticker-item-list-carousel>.awb-news-ticker-item-showing {
  position: absolute;
  animation: awb-news-ticker-showing .5s ease 0s 1 normal forwards
}

@keyframes awb-news-ticker-showing {
  0% {
    opacity: 0
  }

  1% {
    display: block
  }

  100% {
    opacity: 1
  }
}

.awb-news-ticker-items-buttons {
  position: absolute;
  display: flex;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0 6px;
  background-color: #111
}

.awb-news-ticker-btn-wrapper {
  display: flex;
  align-items: center
}

.awb-news-ticker-btn-wrapper:first-child {
  margin-right: 8px
}

.awb-news-ticker-next-btn,
.awb-news-ticker-prev-btn {
  cursor: pointer;
  padding: 0 .4em .07em .35em;
  font-family: awb-icons;
  font-size: calc(var(--awb-news-ticker-font-size) * 1.2);
  margin: 0;
  -webkit-appearance: none;
  appearance: none;
  color: var(--primary_color);
  border: none;
  line-height: 1;
  background-color: inherit;
  transition: color 250ms ease, border-color 250ms ease
}

.awb-news-ticker-next-btn:focus,
.awb-news-ticker-next-btn:hover,
.awb-news-ticker-prev-btn:focus,
.awb-news-ticker-prev-btn:hover {
  color: #aaa
}

.awb-news-ticker-next-btn {
  padding-right: .35em;
  padding-left: .4em
}

.awb-news-ticker-btn-border {
  border: 1px solid
}

.awb-news-ticker-item-list-padding-medium {
  padding-left: 17px
}

.awb-news-ticker-carousel-indicator {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 3px;
  background-color: var(--primary_color);
  animation-duration: 6s;
  animation-timing-function: linear;
  animation-iteration-count: 1;
  animation-fill-mode: forwards
}

.awb-news-ticker-carousel-indicator::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  transform: translateX(-100%);
  width: var(--awb-news-ticker-b-radius);
  height: inherit;
  background-color: inherit
}

@keyframes awb-news-ticker-indicator {
  0% {
    width: 0%
  }

  100% {
    width: 100%
  }
}

.rtl .awb-news-ticker-title-decorator {
  right: 100%;
  left: auto
}

.rtl .awb-news-ticker-title-decorator-triangle {
  border-left: none;
  border-right: 10px solid currentColor
}

.rtl .awb-news-ticker-title-rounded {
  border-radius: var(--awb-news-ticker-b-radius) 0 0 var(--awb-news-ticker-b-radius)
}

.rtl .awb-news-ticker-item-list-run {
  animation-direction: reverse
}

.rtl .awb-news-ticker-items-buttons {
  direction: ltr;
  left: 0;
  right: auto
}

.rtl .awb-news-ticker-item-list-carousel {
  left: auto;
  right: 0;
  padding-right: 12px;
  padding-left: 0
}

.rtl .awb-news-ticker-item-list-padding-medium {
  padding-right: 17px;
  padding-left: 0
}

.rtl .awb-news-ticker-carousel-indicator::after {
  left: auto;
  right: 0;
  transform: translateX(100%)
}

.fusion-person {
  text-align: center
}

.fusion-person .person-shortcode-image-wrapper img {
  vertical-align: top;
  box-shadow: none;
  max-width: 100%
}

.fusion-person .person-image-container {
  display: inline-block;
  z-index: 1;
  max-width: 100%;
  vertical-align: bottom
}

.fusion-person .person-image-container.glow {
  box-shadow: 0 0 3px rgba(0, 0, 0, .3)
}

.fusion-person .person-image-container.dropshadow {
  box-shadow: 2px 3px 7px rgba(0, 0, 0, .3)
}

.fusion-person .person-image-container.person-rounded-overflow {
  overflow: hidden
}

.fusion-person .person-desc {
  margin-top: 25px
}

.fusion-person .person-desc .person-author {
  display: table;
  width: 100%
}

.fusion-person .person-desc .person-author .fusion-social-networks,
.fusion-person .person-desc .person-author .person-author-wrapper {
  display: table-cell;
  vertical-align: middle;
  float: none
}

.fusion-person .person-desc .person-author .person-author-wrapper {
  min-width: 50%
}

.fusion-person .person-desc .person-author .fusion-social-networks {
  max-width: 50%;
  text-align: right
}

.fusion-person .person-desc .person-author .person-name,
.fusion-person .person-desc .person-author .person-title {
  display: block
}

.fusion-person .person-content {
  margin-top: 25px
}

.fusion-person a {
  box-shadow: none !important
}

.fusion-person-left .person-desc {
  text-align: left
}

.fusion-person-left .person-desc .person-author .fusion-social-networks {
  text-align: right
}

.fusion-person-left .person-desc .fusion-social-networks {
  text-align: left
}

.fusion-person-center .person-desc {
  text-align: center
}

.fusion-person-center .person-desc .person-author {
  display: block;
  width: 100%
}

.fusion-person-center .person-desc .person-author .person-author-wrapper {
  display: block;
  width: 100%
}

.fusion-person-center .person-desc .person-author .fusion-social-networks {
  display: block;
  width: 100%;
  max-width: none;
  text-align: center;
  margin: 20px auto 0
}

.fusion-person-center .person-desc .fusion-social-networks {
  text-align: center
}

.fusion-person-center .person-content {
  margin-top: 25px
}

.fusion-person-right .person-desc {
  text-align: right
}

.fusion-person-right .person-desc .person-author .fusion-social-networks {
  text-align: left
}

.fusion-person-right .person-desc .fusion-social-networks {
  text-align: right
}

.fusion-person-icon-bottom .fusion-social-networks {
  margin-top: 35px
}

.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 99999;
  display: none;
  max-width: 276px;
  padding: 0;
  text-align: left;
  background-color: #fff;
  border-radius: 5px;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, .2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
  border-color: var(--popover_border_color);
  white-space: normal
}

.popover .arrow {
  border-width: 11px;
  position: absolute
}

.popover .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
  border-width: 10px;
  content: ""
}

.popover.top {
  margin-top: -10px
}

.popover.top .arrow {
  left: 50%;
  margin-left: -11px;
  border-bottom-width: 0;
  bottom: -11px;
  border-top-color: var(--popover_border_color)
}

.popover.top .arrow:after {
  content: " ";
  bottom: 1px;
  margin-left: -10px;
  border-bottom-width: 0;
  border-top-color: var(--popover_content_bg_color)
}

.popover.right {
  margin-left: 10px
}

.popover.right .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-left-width: 0;
  border-right-color: var(--popover_border_color)
}

.popover.right .arrow:after {
  content: " ";
  left: 1px;
  bottom: -10px;
  border-left-width: 0;
  border-right-color: var(--popover_content_bg_color)
}

.popover.bottom {
  margin-top: 10px
}

.popover.bottom .arrow {
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  top: -11px;
  border-bottom-color: var(--popover_border_color)
}

.popover.bottom .arrow:after {
  content: " ";
  top: 1px;
  margin-left: -10px;
  border-top-width: 0;
  border-bottom-color: var(--popover_heading_bg_color)
}

.popover.left {
  margin-left: -10px
}

.popover.left .arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-right-width: 0;
  border-left-color: var(--popover_border_color)
}

.popover.left .arrow:after {
  content: " ";
  right: 1px;
  border-right-width: 0;
  border-left-color: var(--popover_content_bg_color);
  bottom: -10px
}

.popover .popover-title {
  background-color: var(--popover_heading_bg_color);
  color: var(--popover_text_color);
  border-color: var(--popover_border_color)
}

.popover .popover-content {
  background-color: var(--popover_content_bg_color);
  color: var(--popover_text_color)
}

.popover-title {
  margin: 0;
  padding: 8px 14px;
  font-size: 13px;
  font-weight: 400;
  line-height: 18px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-radius: 5px 5px 0 0
}

.popover-content {
  padding: 9px 14px;
  border-radius: 0 0 5px 5px
}

.fusion-popover {
  display: inline-block;
  max-width: 100%;
  cursor: pointer
}

.fusion-pricing-table {
  margin: 0 0 20px;
  box-sizing: border-box
}

.fusion-pricing-table * {
  box-sizing: border-box
}

.fusion-pricing-table .fusion-panel {
  overflow: hidden;
  margin: 0;
  background-color: #fff;
  box-shadow: none;
  border-radius: 0;
  background-clip: padding-box;
  border: 1px solid #e5e4e3
}

.fusion-pricing-table .panel-heading {
  padding: 15px;
  border-radius: 0;
  background-clip: padding-box;
  border-bottom: 1px solid #e5e4e3;
  text-align: center
}

.fusion-pricing-table .panel-heading h3 {
  margin: 0
}

.fusion-pricing-table .panel-body {
  padding: 15px;
  background-color: #f8f8f8;
  text-align: center
}

.fusion-pricing-table .panel-body .price {
  position: relative
}

.fusion-pricing-table .panel-body .price .currency {
  position: relative;
  color: #505050
}

.fusion-pricing-table .panel-body .price .currency.pos-right {
  top: 0;
  margin-left: -12px;
  font-size: 32px
}

.fusion-pricing-table .panel-body .price .currency.pos-right.price-without-decimal {
  margin-left: 0
}

.fusion-pricing-table .panel-body .price .integer-part {
  display: inline;
  font-weight: 700;
  color: var(--pricing_box_color, #65bc7b);
  line-height: normal
}

.fusion-pricing-table .panel-body .price .decimal-part {
  position: relative;
  top: -30px;
  font-weight: 700;
  color: var(--pricing_box_color, #65bc7b)
}

.fusion-pricing-table .panel-body .price .time {
  position: relative;
  font-style: italic;
  color: #888;
  margin-left: -14px
}

.fusion-pricing-table .panel-body .price .time.price-without-decimal {
  margin-left: 0
}

.fusion-pricing-table .panel-body .price .time.pos-right {
  margin-left: 12px
}

.fusion-pricing-table .list-group {
  margin: 0;
  padding: 0
}

.fusion-pricing-table .list-group-item {
  display: block;
  position: relative;
  padding: 15px;
  margin: 0;
  background: 0 0;
  border-radius: 0;
  border-top: 1px solid #e5e4e3;
  text-align: center
}

.fusion-pricing-table .list-group-item:last-child {
  border-bottom: 1px solid #e5e4e3
}

.fusion-pricing-table .panel-footer {
  padding: 15px;
  background-color: #f8f8f8;
  border-radius: 0;
  background-clip: padding-box;
  border-color: #e5e4e3;
  text-align: center
}

.fusion-pricing-table .panel-wrapper:hover {
  cursor: pointer
}

.fusion-pricing-table .panel-wrapper:hover .fusion-panel {
  background-color: #f8f8f8
}

#wrapper .full-boxed-pricing .panel-wrapper {
  padding: 0
}

.full-boxed-pricing .panel-wrapper {
  padding: 0
}

.full-boxed-pricing .panel-container {
  padding: 9px;
  background-color: #f8f8f8
}

.full-boxed-pricing .panel-wrapper:last-child .fusion-panel {
  border-right: 1px solid #e5e4e3
}

.full-boxed-pricing .panel-body .price .currency {
  top: -20px;
  font-size: 21px
}

.full-boxed-pricing .panel-body .price .integer-part {
  font-size: 55px
}

.full-boxed-pricing .panel-body .price .decimal-part {
  top: -20px;
  font-size: 17px
}

.full-boxed-pricing .panel-body .price .time {
  font-size: 11px
}

.full-boxed-pricing .panel-wrapper:hover .panel-heading {
  background-color: #f8f8f8
}

.full-boxed-pricing.fusion-pricing-table .standout .panel-heading h3 {
  color: var(--pricing_box_color)
}

.sep-boxed-pricing .panel-wrapper {
  margin-bottom: 10px;
  padding: 0
}

.sep-boxed-pricing .panel-container {
  padding: 9px;
  background-color: #f8f8f8
}

.sep-boxed-pricing .panel-heading {
  background-color: var(--pricing_box_color, #65bc7b);
  border-radius: 0;
  background-clip: padding-box;
  border-bottom: 1px solid #e5e4e3;
  text-align: center;
  border-color: var(--pricing_box_color)
}

.sep-boxed-pricing .panel-heading h3 {
  margin: 0
}

.sep-boxed-pricing .panel-body .price .currency {
  top: -30px;
  font-size: 28px
}

.sep-boxed-pricing .panel-body .price .integer-part {
  font-size: 75px
}

.sep-boxed-pricing .panel-body .price .decimal-part {
  font-size: 23px
}

.sep-boxed-pricing .panel-body .price .time {
  font-size: 20px
}

@keyframes progress-bar-stripes {
  from {
    background-position: 40px 0
  }

  to {
    background-position: 0 0
  }
}

.progress-bar {
  overflow: hidden;
  height: 20px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border-radius: 5px;
  background-clip: padding-box;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1)
}

.progress {
  float: left;
  width: 0%;
  height: 100%;
  font-size: 12px;
  line-height: 20px;
  color: #fff;
  text-align: center;
  background-color: #65bc7b;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .15);
  transition: width .6s ease
}

.progress-striped .progress {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
  background-size: 40px 40px
}

.progress-bar.active .progress {
  animation: progress-bar-stripes 2s linear infinite
}

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

.fusion-progressbar {
  position: relative;
  margin-bottom: 10px
}

.fusion-progressbar .progress-title {
  margin: 0;
  height: auto;
  width: auto
}

.fusion-progressbar * {
  box-sizing: border-box
}

.fusion-progressbar-text-on-bar .progress-title {
  position: absolute;
  left: 15px;
  top: 50%;
  transform: translate(0, -50%);
  clip: auto;
  color: #fff
}

.fusion-progressbar-text-above-bar .progress-title {
  display: inline-block;
  margin-bottom: 5px;
  color: #000
}

.fusion-progressbar-text-below-bar .progress-title {
  display: inline-block;
  margin-top: 5px;
  color: #000
}

.fusion-progressbar-bar {
  margin: 0;
  height: 37px;
  width: 100%;
  background-color: #e6e7e8;
  border-radius: 0;
  background-clip: padding-box;
  box-shadow: none;
  display: flex
}

.fusion-progressbar-bar .progress {
  background-color: #65bc7b;
  box-shadow: none
}

.rtl .fusion-progressbar-text-on-bar .progress-title {
  left: none;
  right: 15px
}

.awb-stars-rating {
  display: flex;
  align-items: center
}

.awb-stars-rating-icons-wrapper {
  font-size: 1.1rem;
  margin-right: .5em;
  color: #444;
  display: inline-block
}

.awb-stars-rating-text {
  font-size: 1rem;
  display: inline-block
}

.awb-stars-rating-empty-icon,
.awb-stars-rating-filled-icon,
.awb-stars-rating-partial-icon-wrapper {
  margin-right: .25em
}

.awb-stars-rating-icons-wrapper>i:last-of-type {
  margin-right: 0
}

.awb-stars-rating-filled-icon,
.awb-stars-rating-partial-icon {
  color: #fb0
}

.awb-stars-rating-partial-icon-wrapper {
  position: relative
}

.awb-stars-rating-partial-icon {
  left: 0;
  top: 0;
  position: absolute;
  overflow: hidden
}

.rtl .awb-stars-rating-partial-icon {
  right: 0;
  left: auto
}

.rtl .awb-stars-rating-icons-wrapper {
  margin-right: 0;
  margin-left: .5em
}

.awb-stars-rating-no-text .awb-stars-rating-icons-wrapper {
  margin-left: 0;
  margin-right: 0
}

.fusion-recent-posts {
  margin-bottom: 50px
}

.fusion-recent-posts .columns {
  overflow: hidden
}

.fusion-recent-posts .columns .post {
  margin-bottom: 0
}

.fusion-recent-posts .columns .column {
  overflow: hidden;
  box-sizing: border-box
}

.fusion-recent-posts .columns .column .fusion-flexslider {
  margin-bottom: 0
}

.fusion-recent-posts .columns .column .fusion-flexslider:after {
  content: " ";
  display: table;
  clear: both
}

.fusion-recent-posts .columns .column .fusion-flexslider .slides {
  width: 100%
}

.fusion-recent-posts .columns .column .entry-title {
  margin: 15px 0 3px;
  clear: none
}

.fusion-recent-posts .columns .column a {
  text-decoration: none
}

.fusion-recent-posts .columns .column .meta {
  overflow: hidden;
  margin-bottom: 13px;
  padding: 0
}

.fusion-recent-posts .columns .column .meta .date {
  font-style: normal
}

.fusion-recent-posts .columns .column .meta .meta-separator {
  padding: 0 5px
}

.fusion-recent-posts .columns .password {
  width: auto
}

.fusion-recent-posts.fusion-recent-posts-left {
  text-align: left
}

.fusion-recent-posts.fusion-recent-posts-center {
  text-align: center
}

.fusion-recent-posts.fusion-recent-posts-right {
  text-align: right
}

.fusion-recent-posts.layout-thumbnails-on-side .columns .column {
  margin-bottom: 20px
}

.fusion-recent-posts.layout-thumbnails-on-side .columns .column .floated-slideshow {
  overflow: hidden;
  float: left;
  margin: 0 20px 5px 0;
  width: 144px
}

.fusion-recent-posts.layout-thumbnails-on-side .columns .column .entry-title {
  margin-top: 0
}

.fusion-recent-posts.layout-date-on-side .date-and-formats {
  overflow: hidden;
  float: left;
  margin: 0 20px 5px 0;
  width: 82px
}

.fusion-recent-posts.layout-date-on-side .date-and-formats .date-box {
  padding: 8px 0 5px;
  color: #fff
}

.fusion-recent-posts.layout-date-on-side .date-and-formats .date-box .date {
  display: block;
  font-size: 29px;
  font-weight: 700;
  line-height: 29px
}

.fusion-recent-posts.layout-date-on-side .date-and-formats .format-box {
  margin-top: 3px;
  background-color: #eef0f2
}

.fusion-recent-posts.layout-date-on-side .columns .column {
  margin-bottom: 20px
}

.fusion-recent-posts.layout-date-on-side .columns .column .entry-title {
  margin-top: 0
}

.fusion-scroll-progress {
  width: 100%;
  pointer-events: none;
  -webkit-appearance: none;
  appearance: none;
  border: 0
}

.fusion-scroll-progress::-moz-progress-bar {
  border: 0
}

.fusion-scroll-progress:focus {
  outline: 0
}

.fusion-scroll-progress.fusion-fixed-bottom,
.fusion-scroll-progress.fusion-fixed-top {
  position: fixed;
  z-index: 99998;
  left: 0;
  right: 0
}

.fusion-scroll-progress.fusion-fixed-top {
  top: 0
}

.admin-bar .fusion-scroll-progress.fusion-fixed-top {
  top: 32px
}

.fusion-scroll-progress.fusion-fixed-bottom {
  bottom: 0
}

@media screen and (max-width:782px) {
  .admin-bar .fusion-scroll-progress.fusion-fixed-top {
    top: 46px
  }
}

.fusion-section-separator .fusion-section-separator-svg {
  position: absolute;
  left: 0;
  right: 0
}

.fusion-section-separator .fusion-section-separator-spacer.fusion-section-separator-fullwidth,
.fusion-section-separator .fusion-section-separator-svg.fusion-section-separator-fullwidth {
  width: 100vw
}

.ltr .fusion-section-separator .fusion-section-separator-spacer.fusion-section-separator-fullwidth,
.ltr .fusion-section-separator .fusion-section-separator-svg.fusion-section-separator-fullwidth {
  left: 50%;
  transform: translateX(-50%)
}

.rtl .fusion-section-separator .fusion-section-separator-spacer.fusion-section-separator-fullwidth,
.rtl .fusion-section-separator .fusion-section-separator-svg.fusion-section-separator-fullwidth {
  right: 50%;
  transform: translateX(50%)
}

.fusion-section-separator .fusion-section-separator-spacer.fusion-section-separator-fullwidth {
  position: relative
}

.fusion-section-separator .fusion-big-half-circle-candy,
.fusion-section-separator .fusion-big-triangle-candy,
.fusion-section-separator .fusion-clouds-candy,
.fusion-section-separator .fusion-curved-candy,
.fusion-section-separator .fusion-slant-candy {
  transform: scale(1, 1)
}

.fusion-section-separator .divider-candy {
  z-index: 100;
  position: absolute;
  left: 50%;
  margin-left: -20px;
  height: 40px;
  width: 40px;
  border-bottom: 1px solid #e6e5e6;
  border-left: 1px solid #e6e5e6;
  background-color: transparent;
  content: ""
}

.fusion-section-separator .divider-candy.bottom {
  bottom: -21px;
  transform: rotate(-45deg)
}

.fusion-section-separator .divider-candy.top {
  top: -21px;
  transform: rotate(135deg)
}

.fusion-section-separator .divider-candy.both {
  top: -21px;
  transform: rotate(135deg)
}

.fusion-section-separator .divider-candy-arrow {
  z-index: 2;
  position: absolute;
  left: 50%;
  margin-left: -29px;
  height: 0;
  width: 0;
  border-color: transparent;
  border-style: solid
}

.fusion-section-separator .divider-candy-arrow.bottom {
  border-width: 29px 29px 0 29px
}

.fusion-section-separator .divider-candy-arrow.top {
  bottom: 0;
  border-width: 0 29px 29px
}

.fusion-section-separator .section-separator-icon {
  z-index: 200;
  position: absolute;
  left: 50%;
  top: -10px;
  margin-left: -20px;
  width: 40px;
  font-size: 20px;
  text-align: center
}

.fusion-section-separator .section-separator-icon:after {
  display: block;
  text-align: center
}

.fusion-section-separator .rounded-split.top::before {
  content: "";
  position: absolute;
  pointer-events: none;
  top: 0;
  left: 0;
  z-index: 10;
  width: 50%;
  height: 71px;
  background: inherit;
  border-radius: 0 0 80px 0
}

.fusion-section-separator .rounded-split.top::after {
  content: "";
  position: absolute;
  pointer-events: none;
  top: 0;
  z-index: 10;
  width: 50%;
  height: 71px;
  background: inherit;
  left: 50%;
  border-radius: 0 0 0 80px
}

.fusion-section-separator .rounded-split.bottom::before {
  content: "";
  position: absolute;
  pointer-events: none;
  top: 0;
  left: 0;
  z-index: 10;
  width: 50%;
  height: 71px;
  background: inherit;
  border-radius: 0 80px 0 0
}

.fusion-section-separator .rounded-split.bottom::after {
  content: "";
  position: absolute;
  pointer-events: none;
  top: 0;
  z-index: 10;
  width: 50%;
  height: 71px;
  background: inherit;
  left: 50%;
  border-radius: 80px 0 0 0
}

.fusion-section-separator .fusion-big-half-circle-candy,
.fusion-section-separator .fusion-big-triangle-candy,
.fusion-section-separator .fusion-clouds-candy,
.fusion-section-separator .fusion-curved-candy {
  display: block
}

.fusion-section-separator .fusion-hills-opacity-candy path:first-child,
.fusion-section-separator .fusion-horizon-candy path:first-child,
.fusion-section-separator .fusion-waves-opacity-candy path:first-child {
  opacity: .12
}

.fusion-section-separator .fusion-hills-opacity-candy path:nth-child(2),
.fusion-section-separator .fusion-horizon-candy path:nth-child(2),
.fusion-section-separator .fusion-waves-opacity-candy path:nth-child(2) {
  opacity: .18
}

.fusion-section-separator .fusion-hills-opacity-candy path:nth-child(3),
.fusion-section-separator .fusion-horizon-candy path:nth-child(3),
.fusion-section-separator .fusion-waves-opacity-candy path:nth-child(3) {
  opacity: .24
}

.fusion-section-separator .fusion-hills-opacity-candy path:nth-child(4) {
  opacity: .3
}

.fusion-section-separator .fusion-section-separator-svg-bg {
  background-position: bottom;
  background-repeat-y: no-repeat
}

.ua-edge .fusion-section-separator svg {
  transform: scale(1.01)
}

.ua-chrome .fusion-section-separator .fusion-section-separator-svg-bg {
  background-position-y: 1px
}

.fusion-sep-clear {
  clear: both;
  display: block;
  height: 1px;
  font-size: 0;
  line-height: 0;
  width: 100%;
  overflow: hidden
}

.fusion-separator {
  clear: both;
  position: relative;
  z-index: 11
}

.fusion-absolute-separator {
  position: absolute;
  bottom: 0
}

.fusion-absolute-separator.fusion-align-center {
  left: 50%
}

.fusion-absolute-separator.fusion-align-center.fusion-single-px {
  transform: translateX(-50%)
}

.fusion-absolute-separator.fusion-align-center:not(.fusion-single-px) {
  transform: translate(-50%, 50%)
}

.fusion-absolute-separator.fusion-align-left {
  left: 0;
  right: auto
}

.fusion-absolute-separator.fusion-align-left:not(.fusion-single-px) {
  transform: translateY(50%)
}

.fusion-absolute-separator.fusion-align-right {
  right: 0;
  left: auto
}

.fusion-absolute-separator.fusion-align-right:not(.fusion-single-px) {
  transform: translateY(50%)
}

.fusion-body .fusion-separator {
  display: flex;
  align-items: center
}

.fusion-body .fusion-separator .fusion-separator-border {
  flex-grow: 2;
  border: 0 solid #e7e6e6
}

.fusion-body .fusion-separator .sep-none,
.fusion-body .fusion-separator.sep-none {
  height: 1px;
  border-color: transparent
}

.fusion-body .fusion-separator.fusion-has-icon .sep-shadow:first-of-type:after {
  background: radial-gradient(ellipse at 70% -50%, rgba(0, 0, 0, .5) 0, rgba(255, 255, 255, 0) 75%)
}

.rtl.fusion-body .fusion-separator.fusion-has-icon .sep-shadow:first-of-type:after {
  background: radial-gradient(ellipse at 30% -50%, rgba(0, 0, 0, .5) 0, rgba(255, 255, 255, 0) 75%)
}

.fusion-body .fusion-separator.fusion-has-icon .sep-shadow:nth-of-type(2):after {
  background: radial-gradient(ellipse at 30% -50%, rgba(0, 0, 0, .5) 0, rgba(255, 255, 255, 0) 75%)
}

.rtl.fusion-body .fusion-separator.fusion-has-icon .sep-shadow:nth-of-type(2):after {
  background: radial-gradient(ellipse at 70% -50%, rgba(0, 0, 0, .5) 0, rgba(255, 255, 255, 0) 75%)
}

.fusion-body .fusion-content-sep.sep-none {
  display: none
}

.fusion-body .fusion-content-sep.sep-double,
.fusion-body .fusion-separator-border.sep-double,
.fusion-body .fusion-separator.sep-double {
  height: 6px;
  border-bottom-width: 1px;
  border-top-width: 1px;
  box-sizing: content-box
}

.fusion-body .fusion-content-sep.sep-single,
.fusion-body .fusion-separator-border.sep-single,
.fusion-body .fusion-separator.sep-single {
  height: auto;
  border-top-width: 1px;
  border-bottom-width: 0
}

.fusion-body .fusion-content-sep.sep-solid,
.fusion-body .fusion-separator-border.sep-solid,
.fusion-body .fusion-separator.sep-solid {
  border-bottom-style: solid;
  border-top-style: solid
}

.fusion-body .fusion-content-sep.sep-dashed,
.fusion-body .fusion-separator-border.sep-dashed,
.fusion-body .fusion-separator.sep-dashed {
  border-bottom-style: dashed;
  border-top-style: dashed
}

.fusion-body .fusion-content-sep.sep-dotted,
.fusion-body .fusion-separator-border.sep-dotted,
.fusion-body .fusion-separator.sep-dotted {
  border-bottom-style: dotted;
  border-top-style: dotted
}

.fusion-body .fusion-content-sep.sep-transparent,
.fusion-body .fusion-separator-border.sep-transparent,
.fusion-body .fusion-separator.sep-transparent {
  border: none
}

.fusion-body .fusion-content-sep.sep-shadow,
.fusion-body .fusion-separator-border.sep-shadow,
.fusion-body .fusion-separator.sep-shadow {
  height: 1px;
  overflow: visible;
  border: none;
  background: linear-gradient(to left, rgba(150, 150, 150, 0) 0, rgba(150, 150, 150, 0) 15%, rgba(150, 150, 150, .65) 50%, rgba(150, 150, 150, 0) 85%, rgba(150, 150, 150, 0) 100%)
}

.fusion-body .fusion-content-sep.sep-shadow:after,
.fusion-body .fusion-separator-border.sep-shadow:after,
.fusion-body .fusion-separator.sep-shadow:after {
  display: block;
  height: 6px;
  width: 100%;
  content: "";
  background: radial-gradient(ellipse at 50% -50%, rgba(0, 0, 0, .5) 0, rgba(255, 255, 255, 0) 65%)
}

.fusion-body .fusion-content-sep .icon-wrapper,
.fusion-body .fusion-separator .icon-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  height: calc(var(--body_typography-font-size, 16px) * 1.63);
  width: calc(var(--body_typography-font-size, 16px) * 1.63);
  border: 1px solid #aaa;
  border-radius: 50%;
  background-clip: padding-box;
  text-align: center
}

.fusion-body .fusion-content-sep .icon-wrapper i,
.fusion-body .fusion-separator .icon-wrapper i {
  display: block
}

body:not(:-moz-handler-blocked) .fusion-separator.sep-shadow:after {
  background: radial-gradient(ellipse at 50% -50%, rgba(0, 0, 0, .5) 0, rgba(255, 255, 255, 0) 80%)
}

.fusion-sharing-box {
  display: flex;
  min-height: 70px;
  width: 100%;
  background-color: var(--social_bg_color, #f6f6f6);
  box-sizing: border-box;
  padding-left: var(--social_bg_color-0-transparent, 20px);
  padding-right: var(--social_bg_color-0-transparent, 20px);
  padding-top: var(--h4_typography-margin-top, 0);
  padding-bottom: var(--h4_typography-margin-bottom, 0);
  align-items: center;
  border-style: solid;
  border-width: 0
}

.avada-social-full-transparent .fusion-sharing-box {
  padding-left: 0;
  padding-right: 0
}

.fusion-sharing-box .tagline {
  margin-left: 0;
  margin-top: 0
}

.fusion-sharing-box .fusion-social-networks {
  text-align: right
}

.fusion-sharing-box .fusion-social-networks .fusion-social-network-icon {
  margin: 5px 10px;
  text-decoration: none
}

.fusion-sharing-box .fusion-social-networks a:hover .fusion-social-network-icon {
  opacity: .8
}

.fusion-sharing-box .fusion-social-networks.boxed-icons .fusion-social-network-icon {
  margin: 5px;
  padding: var(--sharing_social_links_boxed_padding)
}

.fusion-sharing-box .fusion-social-networks a,
.fusion-sharing-box .fusion-social-networks i {
  font-size: var(--sharing_social_links_font_size)
}

.fusion-sharing-box a {
  box-shadow: none !important
}

.fusion-sharing-box .sharingbox-shortcode-icon-wrapper {
  justify-content: flex-end;
  flex-grow: 100;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row
}

.fusion-sharing-box .sharingbox-shortcode-icon-wrapper span {
  border-style: solid;
  border-width: 0;
  justify-content: space-between;
  display: inline-flex
}

.fusion-sharing-box .sharingbox-shortcode-icon-wrapper span.sharingbox-shortcode-icon-separator {
  border-width: 0;
  border-style: solid
}

.fusion-sharing-box .fusion-social-network-icon-tagline {
  display: inline
}

.fusion-slider-sc .slides>li.fusion-flex-column {
  display: none
}

.fusion-slider-sc .slides>li.fusion-flex-column:first-child {
  display: block
}

.fusion-slider-sc .slides>li:first-child {
  display: block
}

.fusion-slider-sc .flex-direction-nav a {
  position: absolute;
  top: 50%;
  z-index: 100;
  margin: -20px 0 0;
  height: var(--slider_nav_box_dimensions-height, 30px);
  width: var(--slider_nav_box_dimensions-width, 30px);
  opacity: 0;
  overflow: hidden;
  background-color: rgba(0, 0, 0, .5);
  background-repeat: no-repeat;
  cursor: pointer;
  font-size: var(--slider_arrow_size, 14px);
  font-weight: 400;
  font-family: awb-icons;
  -webkit-font-smoothing: none
}

.fusion-slider-sc:hover .flex-next:hover,
.fusion-slider-sc:hover .flex-prev:hover {
  opacity: 1
}

.fusion-slider-sc .fusion-aligncenter {
  margin-left: auto;
  margin-right: auto
}

.fusion-slider-sc .fusion-slider-sc-cover .fusion-image-hover-element,
.fusion-slider-sc .fusion-slider-sc-cover .image,
.fusion-slider-sc .fusion-slider-sc-cover .slides,
.fusion-slider-sc .fusion-slider-sc-cover img {
  height: 100%
}

.fusion-slider-sc .fusion-slider-sc-cover .slides .image img {
  object-fit: cover
}

.fusion-social-networks {
  overflow: hidden
}

.fusion-social-networks .fusion-social-networks-wrapper {
  margin: 0 -10px
}

.fusion-social-networks .fusion-social-network-icon {
  display: inline-block;
  margin: 0 10px 10px;
  font-size: 16px;
  color: #46494a;
  text-decoration: none;
  box-shadow: none !important;
  line-height: 1
}

.fusion-social-networks .fusion-social-network-icon:before {
  color: inherit
}

.fusion-social-networks.boxed-icons a {
  text-align: center;
  box-sizing: border-box;
  box-shadow: none !important
}

.fusion-social-networks.boxed-icons .fusion-social-networks-wrapper {
  margin: 0 -5px
}

.fusion-social-networks.boxed-icons .fusion-social-network-icon {
  margin: 0 5px 10px;
  padding: 8px;
  background-color: #46494a;
  border-radius: 3px;
  background-clip: inherit;
  border: 1px solid #46494a;
  color: #fff;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  justify-content: center
}

.fusion-social-links-footer {
  display: table-cell;
  vertical-align: middle;
  width: 40%;
  text-align: right
}

.fusion-social-links-footer .fusion-social-networks {
  margin-top: 10px
}

.widget .fusion-social-networks .fusion-social-networks-wrapper {
  margin: 0 -5.5px
}

.widget .fusion-social-networks .fusion-social-network-icon {
  margin: 0 5.5px 14px
}

.widget .fusion-social-networks.boxed-icons .fusion-social-networks-wrapper {
  margin: 0 -3.5px
}

.widget .fusion-social-networks.boxed-icons .fusion-social-network-icon {
  margin: 0 3.5px 10px
}

.fusion-social-links .fusion-social-networks .fusion-social-networks-wrapper {
  margin: -10px
}

.fusion-social-links .fusion-social-networks .fusion-social-networks-wrapper .fusion-social-network-icon {
  margin: 10px
}

.fusion-social-links .fusion-social-networks.boxed-icons .fusion-social-networks-wrapper {
  margin: -5px
}

.fusion-social-links .fusion-social-networks.boxed-icons .fusion-social-networks-wrapper .fusion-social-network-icon {
  margin: 5px
}

.fusion-social-links .fusion-social-networks a {
  font-size: var(--social_links_font_size)
}

.fusion-social-links .boxed-icons .fusion-social-networks-wrapper .fusion-social-network-icon {
  box-sizing: content-box;
  width: var(--social_links_font_size)
}

.fusion-social-links .boxed-icons.fusion-social-networks a {
  padding: var(--social_links_boxed_padding)
}

.fusion-syntax-highlighter-container {
  position: relative
}

.fusion-syntax-highlighter-container .syntax-highlighter-copy-code {
  text-align: right;
  display: inline-block;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 999;
  transition: .2s opacity
}

.fusion-syntax-highlighter-container .syntax-highlighter-copy-code .syntax-highlighter-copy-code-title {
  cursor: pointer;
  padding: 5px 10px;
  display: inline-block
}

.fusion-syntax-highlighter-container:hover .syntax-highlighter-copy-code {
  opacity: 1;
  transition: .2s opacity
}

.fusion-syntax-highlighter-container.fusion-syntax-highlighter-theme-dark .syntax-highlighter-copy-code {
  background: rgba(255, 255, 255, .15);
  color: #fff;
  transition: background .2s ease-in-out
}

.fusion-syntax-highlighter-container.fusion-syntax-highlighter-theme-dark .syntax-highlighter-copy-code.syntax-highlighter-copying {
  background: rgba(255, 255, 255, .25) !important
}

.fusion-syntax-highlighter-container.fusion-syntax-highlighter-theme-dark .syntax-highlighter-copy-code:hover {
  background: rgba(255, 255, 255, .2)
}

.fusion-syntax-highlighter-container.fusion-syntax-highlighter-theme-light .syntax-highlighter-copy-code {
  background: rgba(0, 0, 0, .1);
  color: #333;
  transition: background .2s ease-in-out
}

.fusion-syntax-highlighter-container.fusion-syntax-highlighter-theme-light .syntax-highlighter-copy-code.syntax-highlighter-copying {
  background: rgba(0, 0, 0, .25) !important
}

.fusion-syntax-highlighter-container.fusion-syntax-highlighter-theme-light .syntax-highlighter-copy-code:hover {
  background: rgba(0, 0, 0, .15)
}

.fusion-syntax-highlighter-container .CodeMirror-code {
  padding-top: 5px;
  padding-bottom: 5px
}

.fusion-syntax-highlighter-container .CodeMirror pre {
  padding-left: 20px;
  padding-right: 20px
}

.fusion-syntax-highlighter-container .CodeMirror .CodeMirror-gutters {
  border: none
}

.cm-s-elegant span.cm-atom,
.cm-s-elegant span.cm-number,
.cm-s-elegant span.cm-string {
  color: #762
}

.cm-s-elegant span.cm-comment {
  color: #262;
  font-style: italic;
  line-height: 1em
}

.cm-s-elegant span.cm-meta {
  color: #555;
  font-style: italic;
  line-height: 1em
}

.cm-s-elegant span.cm-variable {
  color: #000
}

.cm-s-elegant span.cm-variable-2 {
  color: #b11
}

.cm-s-elegant span.cm-qualifier {
  color: #555
}

.cm-s-elegant span.cm-keyword {
  color: #730
}

.cm-s-elegant span.cm-builtin {
  color: #30a
}

.cm-s-elegant span.cm-link {
  color: #762
}

.cm-s-elegant span.cm-error {
  background-color: #fdd
}

.cm-s-elegant .CodeMirror-activeline-background {
  background: #e8f2ff
}

.cm-s-elegant .CodeMirror-matchingbracket {
  outline: 1px solid grey;
  color: #000 !important
}

.cm-s-hopscotch.CodeMirror {
  background: #322931;
  color: #d5d3d5
}

.cm-s-hopscotch div.CodeMirror-selected {
  background: #433b42 !important
}

.cm-s-hopscotch .CodeMirror-gutters {
  background: #322931;
  border-right: 0
}

.cm-s-hopscotch .CodeMirror-linenumber {
  color: #797379
}

.cm-s-hopscotch .CodeMirror-cursor {
  border-left: 1px solid #989498 !important
}

.cm-s-hopscotch span.cm-comment {
  color: #b33508
}

.cm-s-hopscotch span.cm-atom {
  color: #c85e7c
}

.cm-s-hopscotch span.cm-number {
  color: #c85e7c
}

.cm-s-hopscotch span.cm-attribute,
.cm-s-hopscotch span.cm-property {
  color: #8fc13e
}

.cm-s-hopscotch span.cm-keyword {
  color: #dd464c
}

.cm-s-hopscotch span.cm-string {
  color: #fdcc59
}

.cm-s-hopscotch span.cm-variable {
  color: #8fc13e
}

.cm-s-hopscotch span.cm-variable-2 {
  color: #1290bf
}

.cm-s-hopscotch span.cm-def {
  color: #fd8b19
}

.cm-s-hopscotch span.cm-error {
  background: #dd464c;
  color: #989498
}

.cm-s-hopscotch span.cm-bracket {
  color: #d5d3d5
}

.cm-s-hopscotch span.cm-tag {
  color: #dd464c
}

.cm-s-hopscotch span.cm-link {
  color: #c85e7c
}

.cm-s-hopscotch .CodeMirror-matchingbracket {
  text-decoration: underline;
  color: #fff !important
}

.cm-s-hopscotch .CodeMirror-activeline-background {
  background: #302020
}

.cm-s-oceanic-next.CodeMirror {
  background: #304148;
  color: #f8f8f2
}

.cm-s-oceanic-next div.CodeMirror-selected {
  background: rgba(101, 115, 126, .33)
}

.cm-s-oceanic-next .CodeMirror-line::selection,
.cm-s-oceanic-next .CodeMirror-line>span::selection,
.cm-s-oceanic-next .CodeMirror-line>span>span::selection {
  background: rgba(101, 115, 126, .33)
}

.cm-s-oceanic-next .CodeMirror-line::-moz-selection,
.cm-s-oceanic-next .CodeMirror-line>span::-moz-selection,
.cm-s-oceanic-next .CodeMirror-line>span>span::-moz-selection {
  background: rgba(101, 115, 126, .33)
}

.cm-s-oceanic-next .CodeMirror-gutters {
  background: #304148;
  border-right: 10px
}

.cm-s-oceanic-next .CodeMirror-guttermarker {
  color: #fff
}

.cm-s-oceanic-next .CodeMirror-guttermarker-subtle {
  color: #d0d0d0
}

.cm-s-oceanic-next .CodeMirror-linenumber {
  color: #d0d0d0
}

.cm-s-oceanic-next .CodeMirror-cursor {
  border-left: 1px solid #f8f8f0
}

.cm-s-oceanic-next span.cm-comment {
  color: #65737e
}

.cm-s-oceanic-next span.cm-atom {
  color: #c594c5
}

.cm-s-oceanic-next span.cm-number {
  color: #f99157
}

.cm-s-oceanic-next span.cm-property {
  color: #99c794
}

.cm-s-oceanic-next span.cm-attribute,
.cm-s-oceanic-next span.cm-keyword {
  color: #c594c5
}

.cm-s-oceanic-next span.cm-builtin {
  color: #66d9ef
}

.cm-s-oceanic-next span.cm-string {
  color: #99c794
}

.cm-s-oceanic-next span.cm-variable,
.cm-s-oceanic-next span.cm-variable-2,
.cm-s-oceanic-next span.cm-variable-3 {
  color: #f8f8f2
}

.cm-s-oceanic-next span.cm-def {
  color: #69c
}

.cm-s-oceanic-next span.cm-bracket {
  color: #5fb3b3
}

.cm-s-oceanic-next span.cm-tag {
  color: #c594c5
}

.cm-s-oceanic-next span.cm-header {
  color: #c594c5
}

.cm-s-oceanic-next span.cm-link {
  color: #c594c5
}

.cm-s-oceanic-next span.cm-error {
  background: #c594c5;
  color: #f8f8f0
}

.cm-s-oceanic-next .CodeMirror-activeline-background {
  background: rgba(101, 115, 126, .33)
}

.cm-s-oceanic-next .CodeMirror-matchingbracket {
  text-decoration: underline;
  color: #fff !important
}

table {
  max-width: 100%;
  background-color: transparent
}

.table {
  width: 100%;
  margin-bottom: 20px
}

.table>tbody>tr>td,
.table>tbody>tr>th,
.table>tfoot>tr>td,
.table>tfoot>tr>th,
.table>thead>tr>td,
.table>thead>tr>th {
  padding: 8px;
  line-height: 1.53846154;
  vertical-align: top;
  border-top: 1px solid #e5e4e3
}

.table>thead>tr>th {
  vertical-align: bottom;
  border-bottom: 2px solid #e5e4e3
}

.table>caption+thead>tr:first-child>td,
.table>caption+thead>tr:first-child>th,
.table>colgroup+thead>tr:first-child>td,
.table>colgroup+thead>tr:first-child>th,
.table>thead:first-child>tr:first-child>td,
.table>thead:first-child>tr:first-child>th {
  border-top: 0
}

.table>tbody+tbody {
  border-top: 2px solid #e5e4e3
}

.table .table {
  background-color: #fff
}

@media (max-width:-1px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 15px;
    overflow-y: hidden;
    overflow-x: scroll;
    border: 1px solid #e5e4e3;
    -webkit-overflow-scrolling: touch
  }

  .table-responsive>.table {
    margin-bottom: 0
  }

  .table-responsive>.table>tbody>tr>td,
  .table-responsive>.table>tbody>tr>th,
  .table-responsive>.table>tfoot>tr>td,
  .table-responsive>.table>tfoot>tr>th,
  .table-responsive>.table>thead>tr>td,
  .table-responsive>.table>thead>tr>th {
    white-space: nowrap
  }
}

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

.table {
  border-color: #e5e4e3
}

.table>tbody>tr>th,
.table>thead>tr>th {
  padding: 20px;
  font-weight: 700
}

.table>tbody>tr>td,
.table>tfoot>tr>td,
.table>thead>tr>td {
  padding: 10px 20px
}

.table>tfoot>tr>td {
  font-weight: 700
}

.table-1 table,
.tkt-slctr-tbl-wrap-dv table {
  border: 1px solid #dcdcdc;
  background-color: #fff;
  box-shadow: 0 1px 3px rgba(0, 0, 0, .08), inset 0 0 0 1px rgba(255, 255, 255, .5)
}

.table-1 table th,
.tkt-slctr-tbl-wrap-dv table th {
  border: 1px solid #dcdcdc;
  background: #f6f6f6;
  padding: 20px;
  text-align: left
}

.table-1 tr:nth-child(2n),
.tkt-slctr-tbl-wrap-dv tr:nth-child(2n) {
  background: #f6f6f6
}

.table-1 tr td,
.tkt-slctr-tbl-wrap-dv tr td {
  border: 1px solid #dcdcdc;
  padding: 10px 20px
}

.table-2 table thead {
  border: 1px solid #d3d3d3;
  text-align: left
}

.table-2 table th {
  padding: 20px;
  color: #fff
}

.table-2 tr td {
  border-bottom: 1px solid #dcdcdc;
  padding: 10px 20px
}

.fusion-tabs {
  --awb-sticky-tabs-offset: var(--adminbar-height);
  margin-bottom: 50px
}

.fusion-tabs .nav {
  display: none
}

.fusion-tabs .nav a {
  text-decoration: none;
  box-shadow: none !important
}

.fusion-tabs .fusion-mobile-tab-nav {
  display: block
}

.fusion-tabs.clean .tab-pane {
  margin: 20px 0
}

.fusion-tabs.clean .nav-tabs {
  background: 0 0;
  border: none
}

.fusion-tabs.clean .nav-tabs li {
  margin-bottom: 10px
}

.fusion-tabs.clean .nav-tabs li .tab-link {
  padding: 14px 15px;
  border: 1px solid
}

.fusion-tabs.clean .nav-tabs li .tab-link:focus,
.fusion-tabs.clean .nav-tabs li .tab-link:hover {
  border: 1px solid
}

.fusion-tabs.clean .tab-content {
  margin-top: 20px
}

.fusion-tabs.clean .tab-content .tab-pane {
  padding: 0;
  background: 0 0;
  border: none
}

.fusion-tabs .nav-tabs {
  display: block;
  list-style: none outside none;
  margin: 0;
  padding: 0;
  border: 1px solid #f1f2f2;
  border-bottom: none;
  background-color: #fff
}

.fusion-tabs .nav-tabs:after,
.fusion-tabs .nav-tabs:before {
  content: " ";
  display: table
}

.fusion-tabs .nav-tabs:after {
  clear: both
}

.fusion-tabs .nav-tabs.nav-justified {
  width: 100%;
  border-bottom: 0 none
}

.fusion-tabs .nav-tabs li {
  display: block;
  position: relative;
  float: none;
  text-align: center;
  margin: 0
}

.fusion-tabs .nav-tabs li .fusion-tab-heading {
  margin: 0;
  display: flex;
  justify-content: center;
  align-items: center
}

.fusion-tabs .nav-tabs li .tab-link {
  display: block;
  position: relative;
  margin: 0;
  padding: 11px 0;
  line-height: normal;
  border: none;
  border-top: 3px solid #f1f2f2;
  background-color: #f1f2f2;
  color: #747474;
  cursor: pointer;
  transition: all .2s;
  --icon-color: inherit;
  --icon-active-color: inherit
}

.fusion-tabs .nav-tabs li .tab-link .fontawesome-icon {
  float: none;
  color: var(--icon-color)
}

.fusion-tabs .nav-tabs li .tab-link:focus,
.fusion-tabs .nav-tabs li .tab-link:hover {
  border-top-color: #fff;
  background-color: #fff
}

.fusion-tabs .nav-tabs li .tab-link:focus .fontawesome-icon,
.fusion-tabs .nav-tabs li .tab-link:hover .fontawesome-icon {
  color: var(--icon-active-color)
}

.fusion-tabs .nav-tabs li.active .fontawesome-icon {
  color: var(--icon-active-color)
}

.fusion-tabs .nav-tabs>.active>.tab-link {
  border: none;
  background-color: #fff;
  cursor: pointer
}

.fusion-body .fusion-tabs .nav-tabs>.active>.tab-link {
  border-top-color: #65bc7b
}

.fusion-body .fusion-tabs .nav-tabs>.active>.tab-link:focus,
.fusion-body .fusion-tabs .nav-tabs>.active>.tab-link:hover {
  border-top-color: #65bc7b
}

.fusion-tabs .tab-content>.active {
  display: block
}

.fusion-tabs .tab-pane {
  display: none;
  padding: 15px;
  max-width: 100%;
  border: 1px solid #f1f2f2;
  border-top: none
}

.fusion-tabs.nav-not-justified .nav-tabs .tab-link {
  padding: 11px 15px
}

.fusion-tabs.classic.horizontal-tabs .nav-tabs>.active>.tab-link {
  border-top-width: 3px;
  border-top-style: solid
}

.fusion-tabs.classic .tab-content .fusion-mobile-tab-nav:nth-last-child(2) .nav-tabs li:not(.active) {
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-color: inherit
}

.fusion-tabs.sticky-tabs>.nav {
  position: sticky;
  top: var(--awb-sticky-tabs-offset);
  z-index: 100
}

.fusion-disable-outline .fusion-tabs .nav-tabs li .tab-link {
  outline: 0
}

.fusion-tabs.vertical-tabs .nav-tabs li .fusion-tab-heading {
  justify-content: flex-start
}

.fusion-tabs.icon-position-top .nav-tabs li .fusion-tab-heading {
  display: block
}

@media (max-width:1200px) {
  .fusion-tabs.mobile-mode-carousel>.nav {
    display: block;
    position: relative
  }

  .fusion-tabs.mobile-mode-carousel.mobile-sticky-tabs>.nav {
    position: sticky;
    top: var(--adminbar-height);
    z-index: 100
  }

  .fusion-tabs.mobile-mode-carousel .nav-tabs {
    display: flex;
    overflow-x: auto
  }

  .fusion-tabs.mobile-mode-carousel .nav-tabs li a.tab-link {
    padding-left: 20px;
    padding-right: 20px;
    white-space: nowrap
  }

  .fusion-tabs.mobile-mode-carousel .nav-tabs.nav-justified li {
    flex: 1
  }

  .vertical-tabs .nav-tabs>li.active>.tab-link {
    border-left-width: 0 !important;
    border-right-width: 0 !important;
    border-top-width: 3px;
    border-top-style: solid
  }
}

.fusion-builder-live-preview .fusion-tabs.mobile-mode-carousel .nav ::-webkit-scrollbar {
  height: 8px
}

.fusion-builder-live-preview .fusion-tabs.mobile-mode-carousel .nav ::-webkit-scrollbar-thumb {
  background: #7c7c7c
}

.fusion-builder-live-preview .fusion-tabs.mobile-mode-carousel .nav ::-webkit-scrollbar-thumb:hover {
  background: #373737
}

.fusion-builder-live-preview .fusion-tabs.mobile-mode-carousel .nav .nav-tabs {
  overflow: hidden
}

.fusion-builder-live-preview .fusion-tabs.mobile-mode-carousel .nav:hover .nav-tabs {
  overflow-x: auto
}

.fusion-reading-box-container {
  z-index: 1;
  position: relative;
  margin-bottom: 84px
}

.fusion-reading-box-container .reading-box {
  padding: 28px 28px 27px 31px;
  background-color: #f2efef;
  border-left: 3px solid #65bc7b
}

.fusion-reading-box-container .reading-box.reading-box-center {
  text-align: center
}

.fusion-reading-box-container .reading-box.reading-box-right {
  text-align: right
}

.fusion-reading-box-container .reading-box h2 {
  margin: 0;
  padding-top: 0;
  line-height: 1.5;
  font-size: 18px
}

.fusion-reading-box-container .fusion-reading-box-flex {
  display: flex;
  align-items: center;
  justify-content: space-between
}

.fusion-reading-box-container .fusion-reading-box-flex .fusion-desktop-button {
  flex-shrink: 0
}

.fusion-reading-box-container .fusion-reading-box-additional {
  margin-top: 8px
}

.fusion-reading-box-container .reading-box-additional p:last-child {
  margin-bottom: 0
}

.fusion-reading-box-container .fusion-desktop-button {
  display: block
}

.fusion-reading-box-container .fusion-desktop-button-margin {
  margin-bottom: 10px
}

.fusion-reading-box-container .continue-center {
  display: inline-block;
  float: none;
  margin: 15px auto 0
}

.fusion-reading-box-container .continue-left {
  float: left;
  margin-right: 10px
}

.fusion-reading-box-container .continue-right {
  float: right;
  margin-left: 10px
}

.fusion-reading-box-container .fusion-mobile-button {
  display: none;
  float: none;
  margin: 15px 0 0
}

.fusion-reading-box-container .fusion-mobile-button.continue-center {
  display: inline-block
}

.element-bottomshadow {
  position: relative
}

.element-bottomshadow:after,
.element-bottomshadow:before {
  position: absolute;
  bottom: 15px;
  left: 10px;
  z-index: -1;
  height: 20%;
  max-height: 100px;
  max-width: 460px;
  width: 60%;
  content: "";
  opacity: .7;
  box-shadow: 0 17px 10px rgba(0, 0, 0, .7);
  transform: rotate(-3deg)
}

.element-bottomshadow:after {
  left: auto;
  right: 10px;
  transform: rotate(3deg)
}

.fusion-testimonials .reviews {
  position: relative;
  width: 100%;
  transition: height ease-in-out .5s
}

.fusion-testimonials .reviews .review {
  position: absolute
}

.fusion-testimonials .reviews .active-testimonial {
  position: relative
}

.fusion-testimonials .review {
  top: 0;
  opacity: 0;
  transition: opacity ease-in-out .5s;
  pointer-events: none
}

.fusion-testimonials .active-testimonial {
  z-index: 1;
  opacity: 1;
  pointer-events: auto
}

.fusion-testimonials blockquote {
  margin: 0;
  padding: 0
}

.fusion-testimonials blockquote q {
  font-style: italic
}

.fusion-testimonials blockquote q:after,
.fusion-testimonials blockquote q:before {
  content: ""
}

.fusion-testimonials .doe {
  position: relative;
  text-align: center
}

.fusion-testimonials .doe:before {
  line-height: 40px;
  font-family: awb-icons;
  font-size: 28px
}

.fusion-testimonials .female .doe:before {
  content: "\e61b"
}

.fusion-testimonials .male .doe:before {
  content: "\e61a"
}

.fusion-testimonials .testimonial-pagination {
  margin-top: 25px;
  text-align: center
}

.fusion-testimonials .testimonial-pagination a {
  display: inline-block;
  margin-right: 10px;
  height: 12px;
  width: 12px;
  border-radius: 50%;
  border: 1px solid #000
}

.fusion-testimonials .testimonial-pagination a.activeSlide,
.fusion-testimonials .testimonial-pagination a:hover {
  background-color: #000
}

.fusion-testimonials.classic blockquote {
  margin-bottom: 0;
  border: none;
  background-color: transparent
}

.fusion-testimonials.classic blockquote q {
  display: block;
  padding: 25px;
  line-height: normal
}

.fusion-testimonials.classic .author {
  position: relative;
  padding: 12px 0 0 2px
}

.fusion-testimonials.classic .author:after {
  position: absolute;
  left: 35px;
  top: 0;
  content: " ";
  height: 0;
  width: 0;
  pointer-events: none;
  border: medium solid transparent;
  border-width: 10px
}

.fusion-testimonials.classic .author a {
  text-decoration: none
}

.fusion-testimonials.classic .no-avatar .author {
  padding-left: 0
}

.fusion-testimonials.classic .doe:before {
  line-height: 40px;
  font-size: 28px
}

.fusion-testimonials.classic .company-name {
  display: table-cell;
  vertical-align: middle
}

.fusion-testimonials.classic .testimonial-thumbnail {
  display: table-cell;
  vertical-align: middle;
  padding-right: 30px;
  height: 40px
}

.fusion-testimonials.classic .testimonial-image {
  max-width: 40px
}

.fusion-testimonials.clean .testimonial-thumbnail {
  margin: 0 auto 25px;
  width: 150px;
  text-align: center
}

.fusion-testimonials.clean .doe:before {
  line-height: 100px;
  font-size: 90px
}

.fusion-testimonials.clean blockquote {
  border: none;
  background-color: transparent
}

.fusion-testimonials.clean blockquote q {
  display: block;
  padding: 25px;
  line-height: 30px;
  font-size: 18px;
  text-align: center;
  letter-spacing: 2px
}

.fusion-testimonials.clean .author {
  margin-top: 25px;
  font-size: 18px;
  text-align: center;
  letter-spacing: 2px
}

.fusion-testimonials.clean .author a {
  text-decoration: none
}

.fusion-title {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  margin: 0 0 31px
}

.fusion-title h1>p:last-of-type,
.fusion-title h2>p:last-of-type,
.fusion-title h3>p:last-of-type,
.fusion-title h4>p:last-of-type,
.fusion-title h5>p:last-of-type,
.fusion-title h6>p:last-of-type {
  margin-bottom: 0
}

.comment-respond .fusion-title .comment-reply-title {
  margin: 0
}

.comment-respond .fusion-title .comment-reply-title,
.fusion-title div.title-heading-tag,
.fusion-title h1,
.fusion-title h2,
.fusion-title h3,
.fusion-title h4,
.fusion-title h5,
.fusion-title h6 {
  flex-grow: 0;
  padding: 0
}

.comment-respond .fusion-title .comment-reply-title.title-heading-left,
.fusion-title div.title-heading-tag.title-heading-left,
.fusion-title h1.title-heading-left,
.fusion-title h2.title-heading-left,
.fusion-title h3.title-heading-left,
.fusion-title h4.title-heading-left,
.fusion-title h5.title-heading-left,
.fusion-title h6.title-heading-left {
  text-align: left
}

.comment-respond .fusion-title .comment-reply-title.title-heading-left .fontawesome-icon,
.fusion-title div.title-heading-tag.title-heading-left .fontawesome-icon,
.fusion-title h1.title-heading-left .fontawesome-icon,
.fusion-title h2.title-heading-left .fontawesome-icon,
.fusion-title h3.title-heading-left .fontawesome-icon,
.fusion-title h4.title-heading-left .fontawesome-icon,
.fusion-title h5.title-heading-left .fontawesome-icon,
.fusion-title h6.title-heading-left .fontawesome-icon {
  margin-right: 10px
}

.comment-respond .fusion-title .comment-reply-title.title-heading-right,
.fusion-title div.title-heading-tag.title-heading-right,
.fusion-title h1.title-heading-right,
.fusion-title h2.title-heading-right,
.fusion-title h3.title-heading-right,
.fusion-title h4.title-heading-right,
.fusion-title h5.title-heading-right,
.fusion-title h6.title-heading-right {
  text-align: right
}

.comment-respond .fusion-title .comment-reply-title.title-heading-right .fontawesome-icon,
.comment-respond .fusion-title .comment-reply-title.title-heading-right img,
.fusion-title div.title-heading-tag.title-heading-right .fontawesome-icon,
.fusion-title div.title-heading-tag.title-heading-right img,
.fusion-title h1.title-heading-right .fontawesome-icon,
.fusion-title h1.title-heading-right img,
.fusion-title h2.title-heading-right .fontawesome-icon,
.fusion-title h2.title-heading-right img,
.fusion-title h3.title-heading-right .fontawesome-icon,
.fusion-title h3.title-heading-right img,
.fusion-title h4.title-heading-right .fontawesome-icon,
.fusion-title h4.title-heading-right img,
.fusion-title h5.title-heading-right .fontawesome-icon,
.fusion-title h5.title-heading-right img,
.fusion-title h6.title-heading-right .fontawesome-icon,
.fusion-title h6.title-heading-right img {
  margin-left: 10px;
  margin-right: 0
}

.comment-respond .fusion-title .comment-reply-title img,
.fusion-title div.title-heading-tag img,
.fusion-title h1 img,
.fusion-title h2 img,
.fusion-title h3 img,
.fusion-title h4 img,
.fusion-title h5 img,
.fusion-title h6 img {
  margin-right: 10px
}

.comment-respond .fusion-title .comment-reply-title .fontawesome-icon,
.fusion-title div.title-heading-tag .fontawesome-icon,
.fusion-title h1 .fontawesome-icon,
.fusion-title h2 .fontawesome-icon,
.fusion-title h3 .fontawesome-icon,
.fusion-title h4 .fontawesome-icon,
.fusion-title h5 .fontawesome-icon,
.fusion-title h6 .fontawesome-icon {
  display: inline-block;
  float: none;
  vertical-align: middle;
  margin-left: 0;
  margin-top: 0
}

.fusion-title .awb-title-spacer {
  max-width: .3em;
  flex-grow: 1
}

.fusion-title.fusion-title-center {
  text-align: center
}

.fusion-title.fusion-title-center.fusion-sep-none .title-heading-center,
.fusion-title.fusion-title-center.sep-underline .title-heading-center {
  padding: 0;
  text-align: center
}

.fusion-title.fusion-sep-none {
  display: block
}

.fusion-title.fusion-sep-none .title-heading-left {
  padding: 0;
  text-align: left
}

.fusion-title.fusion-sep-none .title-heading-right {
  padding: 0;
  text-align: right
}

.fusion-title .title-sep-container {
  position: relative;
  height: 6px;
  flex-grow: 1
}

.fusion-title.sep-underline {
  display: block;
  padding-bottom: 10px;
  width: 100%;
  border-bottom: 1px solid #e7e6e6
}

.fusion-title.sep-underline.sep-dashed {
  border-bottom-style: dashed
}

.fusion-title.sep-underline.sep-dotted {
  border-bottom-style: dotted
}

.fusion-title.sep-underline .title-heading-right {
  margin: 0
}

.fusion-title.sep-underline .title-heading-left,
.fusion-title.sep-underline .title-heading-right {
  padding: 0
}

.fusion-title .title-sep {
  position: relative;
  display: block;
  width: 100%;
  border-style: solid;
  border: 0 solid #e7e6e6;
  box-sizing: content-box
}

.fusion-title .title-sep.sep-double {
  height: 6px;
  border-bottom-width: 1px;
  border-top-width: 1px
}

.fusion-title .title-sep.sep-single {
  border-bottom-width: 1px
}

.fusion-title .title-sep.sep-dashed {
  border-bottom-style: dashed;
  border-top-style: dashed
}

.fusion-title .title-sep.sep-dotted {
  border-bottom-style: dotted;
  border-top-style: dotted
}

.fusion-title .fusion-animated-texts {
  visibility: hidden
}

.fusion-title .fusion-animated-texts-wrapper {
  position: relative;
  display: inline-block;
  white-space: nowrap;
  width: 0;
  text-align: initial
}

.fusion-title .fusion-animated-text {
  opacity: 0;
  position: absolute
}

.fusion-title.fusion-title-typeIn .fusion-animated-texts-wrapper:before {
  content: "";
  position: absolute;
  left: auto;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  height: 90%;
  width: 1px;
  background-color: #0d0d0d;
  animation: typeInCursor 1s infinite
}

.fusion-title.fusion-title-clipIn span[class^=line] {
  overflow: hidden;
  display: inline-flex !important;
  width: 0
}

.fusion-title.fusion-title-clipIn .fusion-animated-texts-wrapper:before {
  content: "";
  position: absolute;
  top: 0;
  left: auto;
  right: 0;
  width: 2px;
  height: 100%
}

.fusion-title.fusion-title-clipIn h1 .fusion-animated-texts-wrapper:before,
.fusion-title.fusion-title-typeIn h1 .fusion-animated-texts-wrapper:before {
  background-color: var(--h1_typography-color)
}

.fusion-title.fusion-title-clipIn h2 .fusion-animated-texts-wrapper:before,
.fusion-title.fusion-title-typeIn h2 .fusion-animated-texts-wrapper:before {
  background-color: var(--h2_typography-color)
}

.fusion-title.fusion-title-clipIn h3 .fusion-animated-texts-wrapper:before,
.fusion-title.fusion-title-typeIn h3 .fusion-animated-texts-wrapper:before {
  background-color: var(--h3_typography-color)
}

.fusion-title.fusion-title-clipIn h4 .fusion-animated-texts-wrapper:before,
.fusion-title.fusion-title-typeIn h4 .fusion-animated-texts-wrapper:before {
  background-color: var(--h4_typography-color)
}

.fusion-title.fusion-title-clipIn h5 .fusion-animated-texts-wrapper:before,
.fusion-title.fusion-title-typeIn h5 .fusion-animated-texts-wrapper:before {
  background-color: var(--h5_typography-color)
}

.fusion-title.fusion-title-clipIn h6 .fusion-animated-texts-wrapper:before,
.fusion-title.fusion-title-typeIn h6 .fusion-animated-texts-wrapper:before {
  background-color: var(--h6_typography-color)
}

.fusion-title.fusion-title-highlight {
  overflow: visible
}

.fusion-title.fusion-title-highlight .fusion-highlighted-text {
  position: relative;
  display: inline-block
}

.fusion-title.fusion-title-highlight .fusion-highlighted-text-wrapper {
  position: relative;
  display: inline-block
}

.fusion-title.fusion-title-highlight .fusion-highlighted-text-wrapper svg {
  position: absolute;
  top: 50%;
  left: 50%;
  width: calc(100% + .75em);
  height: calc(100% + .75em);
  transform: translate(-50%, -50%);
  overflow: visible
}

.fusion-title.fusion-title-highlight .fusion-highlighted-text-wrapper svg path {
  stroke: var(--primary_color, #65bc7b);
  stroke-width: 9;
  fill: none;
  stroke-dasharray: 1500;
  stroke-linecap: round;
  stroke-linejoin: round;
  animation: fusion-title-highlight 10s
}

.fusion-title.fusion-title-highlight.fusion-loop-on.fusion-highlight-double .fusion-highlighted-text-wrapper svg path:last-child,
.fusion-title.fusion-title-highlight.fusion-loop-on.fusion-highlight-double_underline .fusion-highlighted-text-wrapper svg path:last-child,
.fusion-title.fusion-title-highlight.fusion-loop-on.fusion-highlight-x .fusion-highlighted-text-wrapper svg path:last-child {
  opacity: 0;
  animation-delay: .7s
}

.fusion-title.fusion-title-highlight.fusion-loop-on .fusion-highlighted-text-wrapper svg path {
  animation-iteration-count: infinite;
  animation-name: fusion-title-highlight
}

.fusion-title.fusion-title-highlight.fusion-loop-off .fusion-highlighted-text-wrapper svg path {
  animation-name: fusion-title-highlight-off-loop
}

.fusion-title.fusion-title-highlight.fusion-highlight-circle .fusion-highlighted-text-wrapper svg {
  height: calc(100% + 1.3em)
}

.fusion-title.fusion-title-slideInDown {
  overflow: hidden
}

.awb-gradient-text {
  background-size: 100%;
  -webkit-background-clip: text;
  -moz-background-clip: text;
  -webkit-text-fill-color: transparent;
  -moz-text-fill-color: transparent
}

.fusion-border-below-title {
  display: block
}

#main .post-content .fusion-border-below-title h1,
#main .post-content .fusion-border-below-title h2,
#main .post-content .fusion-border-below-title h3,
#main .post-content .fusion-border-below-title h4,
#main .post-content .fusion-border-below-title h5,
#main .post-content .fusion-border-below-title h6 {
  padding-left: 0;
  padding-right: 0
}

.fusion-border-below-title .title-sep-container {
  display: none;
  height: 8px
}

@keyframes fusion-title-highlight {
  0% {
    stroke-dasharray: 0 1500;
    opacity: 1
  }

  15% {
    stroke-dasharray: 1500 1500
  }

  85% {
    opacity: 1
  }

  90% {
    stroke-dasharray: 1500 1500;
    opacity: 0
  }

  100% {
    stroke-dasharray: 0 1500;
    opacity: 0
  }
}

@keyframes fusion-title-highlight-off-loop {
  0% {
    stroke-dasharray: 0 1500;
    opacity: 1
  }

  15% {
    stroke-dasharray: 1500 1500
  }

  85% {
    opacity: 1
  }

  90% {
    stroke-dasharray: 1500 1500;
    opacity: 1
  }

  100% {
    stroke-dasharray: 1500 1500;
    opacity: 1
  }
}

@keyframes typeIn {
  from {
    display: none
  }

  to {
    display: inline-block
  }
}

@keyframes typeOut {
  from {
    display: inline-block
  }

  to {
    display: none
  }
}

@keyframes typeInCursor {
  0% {
    transform: translateY(-50%) scale(1);
    opacity: 1
  }

  40% {
    transform: translateY(-50%) scale(.9);
    opacity: 0
  }

  100% {
    transform: translateY(-50%) scale(0);
    opacity: 0
  }
}

@keyframes bounceIn {
  0% {
    opacity: 0;
    transform: scale(.3)
  }

  50% {
    opacity: 1;
    transform: scale(1.05)
  }

  70% {
    transform: scale(.9)
  }

  100% {
    transform: scale(1)
  }
}

@keyframes bounceOut {
  0% {
    transform: scale(1)
  }

  25% {
    transform: scale(.95)
  }

  50% {
    opacity: 1;
    transform: scale(1.1)
  }

  100% {
    opacity: 0;
    transform: scale(.3)
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0
  }

  100% {
    opacity: 1
  }
}

@keyframes fadeOut {
  0% {
    opacity: 1
  }

  100% {
    opacity: 0
  }
}

@keyframes flipInX {
  from {
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    animation-timing-function: ease-in;
    opacity: 0
  }

  40% {
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    animation-timing-function: ease-in
  }

  60% {
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1
  }

  80% {
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg)
  }

  to {
    transform: perspective(400px)
  }
}

@keyframes flipOutX {
  from {
    transform: perspective(400px)
  }

  30% {
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1
  }

  to {
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0
  }
}

@keyframes lightSpeedIn {
  0% {
    transform: translateX(100%) skewX(-30deg);
    opacity: 0
  }

  60% {
    transform: translateX(-20%) skewX(30deg);
    opacity: 1
  }

  80% {
    transform: translateX(0) skewX(-15deg);
    opacity: 1
  }

  100% {
    transform: translateX(0) skewX(0);
    opacity: 1
  }
}

@keyframes lightSpeedOut {
  0% {
    transform: translateX(0) skewX(0);
    opacity: 1
  }

  100% {
    transform: translateX(100%) skewX(-30deg);
    opacity: 0
  }
}

@keyframes rollIn {
  from {
    opacity: 0;
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg)
  }

  to {
    opacity: 1;
    transform: translate3d(0, 0, 0)
  }
}

@keyframes rollOut {
  from {
    opacity: 1
  }

  to {
    opacity: 0;
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg)
  }
}

@keyframes slideInDown {
  0% {
    opacity: 0;
    transform: translateY(-2000px)
  }

  100% {
    transform: translateY(0)
  }
}

@keyframes slideOutUpTitle {
  0% {
    transform: translate3d(0, 0, 0)
  }

  100% {
    visibility: hidden;
    transform: translate3d(0, -100%, 0)
  }
}

@keyframes zoomIn {
  0% {
    opacity: 0;
    transform: scale3d(.3, .3, .3)
  }

  50% {
    opacity: 1
  }
}

@keyframes zoomOut {
  0% {
    opacity: 1
  }

  50% {
    opacity: 0;
    transform: scale3d(.3, .3, .3)
  }

  100% {
    opacity: 0
  }
}

.fusion-title-animated {
  visibility: hidden;
  animation-fill-mode: both;
  animation-duration: 1s
}

.fusion-title-animated.typeIn,
.fusion-title-animated.typeOut {
  animation-duration: .1s
}

.fusion-title-animated.bounceIn {
  animation-name: bounceIn
}

.fusion-title-animated.bounceOut {
  animation-name: bounceOut
}

.fusion-title-animated.fadeIn {
  animation-name: fadeIn
}

.fusion-title-animated.fadeOut {
  animation-name: fadeOut
}

.fusion-title-animated.flipInX {
  animation-name: flipInX
}

.fusion-title-animated.flipOutX {
  animation-name: flipOutX
}

.fusion-title-animated.lightSpeedIn {
  animation-name: lightSpeedIn;
  animation-timing-function: ease-out
}

.fusion-title-animated.lightSpeedOut {
  animation-name: lightSpeedOut;
  animation-timing-function: ease-in
}

.fusion-title-animated.rollIn {
  animation-name: rollIn
}

.fusion-title-animated.rollOut {
  animation-name: rollOut
}

.fusion-title-animated.typeIn {
  animation-name: typeIn
}

.fusion-title-animated.typeOut {
  animation-name: typeOut
}

.fusion-title-animated.slideInDown {
  animation-name: slideInDown
}

.fusion-title-animated.slideOutUp {
  animation-name: slideOutUpTitle !important
}

.fusion-title-animated.zoomIn {
  animation-name: zoomIn
}

.fusion-title-animated.zoomOut {
  animation-name: zoomOut
}

.fusion-accordian {
  width: 100%
}

.fusion-accordian .fusion-panel {
  box-shadow: none;
  border: none;
  border-bottom: 1px solid var(--accordion_divider_color);
  border-radius: 0;
  background-clip: padding-box
}

.fusion-accordian .fusion-panel:hover {
  border-bottom: 1px solid var(--accordion_divider_hover_color)
}

.fusion-accordian .panel-heading {
  padding: 0;
  background: 0 0
}

.fusion-accordian .panel-heading .panel-title {
  margin: 0
}

.fusion-accordian .panel-heading .panel-title a {
  display: flex;
  align-items: baseline
}

.fusion-accordian .panel-heading .panel-title a:not(.active) .fusion-toggle-icon-wrapper .active-icon {
  display: none
}

.fusion-accordian .panel-heading .panel-title a.active .fusion-toggle-icon-wrapper .inactive-icon {
  display: none
}

.fusion-accordian .panel-title {
  position: relative;
  line-height: 22px;
  font-size: 16px;
  font-weight: 400;
  color: inherit
}

.fusion-accordian .panel-title a {
  display: block;
  padding: 10px 0;
  text-decoration: none;
  box-shadow: none !important
}

.fusion-accordian .panel-title a:hover {
  color: #65bc7b
}

.fusion-accordian .panel-title a:hover .fa-fusion-box {
  background-color: #65bc7b
}

.fusion-accordian .panel-title a .fa.pull-left {
  margin-left: 1px
}

.fusion-accordian .panel-title a .fa-fusion-box {
  display: inline-block;
  vertical-align: middle;
  background-color: #333;
  color: #fff;
  text-align: center;
  padding: 4.5px;
  -webkit-font-smoothing: subpixel-antialiased
}

.fusion-accordian .panel-title a .fa-fusion-box:before {
  font-style: normal;
  line-height: normal;
  font-size: 13px;
  display: grid
}

.fusion-accordian .panel-title .active .fa-fusion-box {
  background-color: #65bc7b
}

.fusion-accordian .panel-title .fusion-toggle-heading {
  margin-left: 18px
}

.fusion-accordian .panel-body {
  padding: 10px 0 15px;
  border: none;
  line-height: var(--body_typography-line-height)
}

.fusion-accordian .fusion-panel.fusion-toggle-no-divider.fusion-toggle-boxed-mode {
  margin-bottom: 10px;
  border-style: solid;
  cursor: pointer
}

.fusion-accordian .fusion-panel.fusion-toggle-no-divider.fusion-toggle-boxed-mode .panel-body {
  padding-left: 25px;
  padding-right: 25px
}

.fusion-accordian .fusion-panel.fusion-toggle-no-divider.fusion-toggle-boxed-mode .panel-title a {
  padding: 15px 25px
}

.fusion-accordian .fusion-panel.fusion-toggle-no-divider {
  border-bottom: none
}

.fusion-accordian .fusion-panel.fusion-toggle-no-divider .panel-title a {
  padding: 10px 0
}

.fusion-accordian .fusion-toggle-icon-unboxed .panel-title a .fa-fusion-box {
  background-color: transparent;
  padding: 0
}

.fusion-accordian .fusion-toggle-icon-unboxed .panel-title a:hover .fa-fusion-box {
  background-color: transparent !important
}

.fusion-accordian .fusion-toggle-icon-unboxed .panel-heading .fusion-toggle-icon-wrapper {
  left: 0
}

.fusion-accordian .fusion-toggle-icon-right .fusion-toggle-heading {
  margin-left: 0;
  width: 100%
}

.fusion-accordian .fusion-toggle-icon-right.fusion-toggle-icon-unboxed .fusion-toggle-icon-wrapper {
  left: auto
}

.fusion-accordian .fusion-toggle-icon-right .panel-heading a {
  flex-direction: row-reverse
}

.fusion-faq-shortcode .fusion-accordian .fusion-panel {
  border-bottom: 1px solid var(--faq_accordion_divider_color)
}

.fusion-faq-shortcode .fusion-accordian .fusion-panel:hover {
  border-bottom: 1px solid var(--faq_accordion_divider_hover_color)
}

.fusion-single-accordian {
  margin-bottom: 0
}

.fusion-accordian .panel-title a .fa-fusion-box {
  background-color: var(--accordian_inactive_color)
}

.fusion-accordian .fusion-toggle-boxed-mode:hover .panel-title a,
.fusion-accordian .panel-title a:hover {
  color: var(--accordian_active_color, var(--primary_color))
}

.fusion-accordian .panel-title a:hover .fa-fusion-box {
  background-color: var(--accordian_active_color) !important;
  border-color: var(--accordian_active_color) !important
}

.fusion-accordian .panel-title .active .fa-fusion-box {
  background-color: var(--accordian_active_color)
}

.tooltip {
  position: absolute;
  z-index: 2030;
  display: block;
  visibility: visible;
  font-size: 12px;
  line-height: 1.4;
  opacity: 0
}

.tooltip.in {
  opacity: .9
}

.tooltip.top {
  margin-top: -3px;
  padding: 5px 0
}

.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: rgba(33, 33, 33, .97)
}

.tooltip.right {
  margin-left: 3px;
  padding: 0 5px
}

.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: rgba(33, 33, 33, .97)
}

.tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0
}

.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: rgba(33, 33, 33, .97)
}

.tooltip.left {
  margin-left: -3px;
  padding: 0 5px
}

.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: rgba(33, 33, 33, .97)
}

.tooltip.top-left .tooltip-arrow {
  bottom: 0;
  left: 5px;
  border-width: 5px 5px 0;
  border-top-color: rgba(33, 33, 33, .97)
}

.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  right: 5px;
  border-width: 5px 5px 0;
  border-top-color: rgba(33, 33, 33, .97)
}

.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  left: 5px;
  border-width: 0 5px 5px;
  border-bottom-color: rgba(33, 33, 33, .97)
}

.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  right: 5px;
  border-width: 0 5px 5px;
  border-bottom-color: rgba(33, 33, 33, .97)
}

.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #d1d1d2;
  text-align: center;
  text-decoration: none;
  background-color: rgba(33, 33, 33, .97);
  border-radius: 4px;
  background-clip: padding-box
}

.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid
}

.fusion-tooltip {
  cursor: pointer
}

.fusion-login-box .fusion-login-caption {
  margin-bottom: 20px
}

.fusion-login-box .fusion-login-form {
  padding: 25px;
  background-color: #f6f6f6
}

.fusion-login-box .fusion-login-form input[type=password],
.fusion-login-box .fusion-login-form input[type=text] {
  margin: 0;
  width: 100%;
  box-sizing: border-box;
  vertical-align: middle;
  -webkit-appearance: none
}

.fusion-login-box .fusion-login-form a {
  text-decoration: none
}

.fusion-login-box .fusion-login-button {
  float: none;
  width: 100%
}

.fusion-login-box .fusion-login-button-no-fullwidth {
  width: auto
}

.fusion-login-box .fusion-login-input-wrapper {
  margin-bottom: 20px
}

.fusion-login-box .fusion-login-links {
  margin: 0 -10px
}

.fusion-login-box .fusion-login-links .fusion-login-remember-me,
.fusion-login-box .fusion-login-links>a {
  padding: 0 10px
}

.fusion-login-box .fusion-login-links .fusion-login-remember-me {
  display: inline-block
}

.fusion-login-box .fusion-login-loggedin-links {
  display: inline-block;
  list-style: outside none none;
  margin: 0;
  padding: 0;
  text-align: initial
}

.fusion-login-box .fusion-login-avatar {
  display: inline-block;
  vertical-align: top;
  margin-right: 10px
}

.fusion-login-box .fusion-login-box-error {
  margin-bottom: 20px;
  color: #d04544
}

.fusion-login-box.fusion-login-box-login .fusion-login-submit-wrapper {
  margin-bottom: 20px
}

.fusion-login-box.fusion-login-align-center {
  text-align: center
}

.fusion-login-box.fusion-login-field-layout-floated .fusion-login-fields {
  display: flex;
  justify-content: space-between;
  margin: 0 -10px
}

.fusion-login-box.fusion-login-field-layout-floated .fusion-login-fields .fusion-login-input-wrapper {
  flex-grow: 1;
  padding: 0 10px
}

.fusion-login-box.fusion-login-field-layout-floated.fusion-login-align-textflow.fusion-login-box-login .fusion-login-additional-content,
.fusion-login-box.fusion-login-field-layout-floated.fusion-login-align-textflow.fusion-login-box-register .fusion-login-additional-content {
  display: flex;
  align-items: center
}

.fusion-login-box.fusion-login-field-layout-floated.fusion-login-align-textflow.fusion-login-box-login .fusion-login-registration-confirm,
.fusion-login-box.fusion-login-field-layout-floated.fusion-login-align-textflow.fusion-login-box-register .fusion-login-registration-confirm {
  order: 1;
  margin: 0 15px
}

.fusion-login-box.fusion-login-field-layout-floated.fusion-login-align-textflow.fusion-login-box-login .fusion-login-submit-wrapper,
.fusion-login-box.fusion-login-field-layout-floated.fusion-login-align-textflow.fusion-login-box-register .fusion-login-submit-wrapper {
  margin-bottom: 0
}

.fusion-login-box.fusion-login-field-layout-floated .fusion-login-links {
  margin: 0 5px
}

.fusion-hidden-content {
  overflow: hidden;
  position: absolute;
  left: -10000px;
  top: auto;
  width: 1px;
  height: 1px
}

lite-vimeo {
  font-size: 10px;
  background-color: #000;
  position: relative;
  display: block;
  contain: content;
  background-position: center center;
  background-size: cover;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB2aWV3Qm94PSIwIDAgOCA0LjUiIHByZXNlcnZlQXNwZWN0UmF0aW89Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBvbHlnb24gcG9pbnRzPSIwLDAgMSwwIDEsNC41IDAsNC41IiBmaWxsPSIjODVkY2U1Ii8+PHBvbHlnb24gcG9pbnRzPSIxLDAgMiwwIDIsNC41IDEsNC41IiBmaWxsPSIjZWJmMmY0Ii8+PHBvbHlnb24gcG9pbnRzPSIyLDAgMywwIDMsNC41IDIsNC41IiBmaWxsPSIjZmU1MjIxIi8+PHBvbHlnb24gcG9pbnRzPSIzLDAgNCwwIDQsNC41IDMsNC41IiBmaWxsPSIjZjdmYzhiIi8+PHBvbHlnb24gcG9pbnRzPSI0LDAgNSwwIDUsNC41IDQsNC41IiBmaWxsPSIjMTJhOWQxIi8+PHBvbHlnb24gcG9pbnRzPSI1LDAgNiwwIDYsNC41IDUsNC41IiBmaWxsPSIjNDEzNzMxIi8+PHBvbHlnb24gcG9pbnRzPSI2LDAgNywwIDcsNC41IDYsNC41IiBmaWxsPSIjYmQyZDA3Ii8+PHBvbHlnb24gcG9pbnRzPSI3LDAgOCwwIDgsNC41IDcsNC41IiBmaWxsPSIjY2ZlZDI1Ii8+PC9zdmc+");
  cursor: pointer
}

lite-vimeo.awb-lite-vimeo-no-background {
  background-image: none
}

lite-vimeo::after {
  content: "";
  display: block;
  padding-bottom: calc(100% / (16 / 9))
}

lite-vimeo>iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0
}

lite-vimeo>.ltv-playbtn {
  width: 6.5em;
  height: 4em;
  background: rgba(23, 35, 34, .75);
  z-index: 1;
  opacity: .8;
  border-radius: .5em;
  transition: all .2s cubic-bezier(0, 0, .2, 1);
  outline: 0;
  border: 0;
  cursor: pointer
}

lite-vimeo:hover>.ltv-playbtn {
  background-color: #00adef;
  opacity: 1
}

lite-vimeo>.ltv-playbtn::before {
  content: '';
  border-style: solid;
  border-width: 10px 0 10px 20px;
  border-color: transparent transparent transparent #fff
}

lite-vimeo>.ltv-playbtn,
lite-vimeo>.ltv-playbtn::before {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate3d(-50%, -50%, 0)
}

lite-vimeo.ltv-activated {
  cursor: unset
}

lite-vimeo.ltv-activated::before,
lite-vimeo.ltv-activated>.ltv-playbtn {
  opacity: 0;
  pointer-events: none
}

.fusion-selfhosted-video {
  font-size: 0;
  width: 100%
}

.fusion-selfhosted-video .video-wrapper {
  width: 100%;
  display: inline-block;
  overflow: hidden;
  position: relative
}

.fusion-selfhosted-video .video-wrapper.fusion-video-overlay:after {
  content: "";
  display: block;
  background-color: inherit;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  pointer-events: none
}

.fusion-selfhosted-video video {
  max-width: var(--fusion-video-max-width, var(--fusion-video-max-width-default, 100%));
  height: auto;
  display: block
}

.awb-views-counter-separator {
  padding: 0 5px
}

.awb-views-counter-content {
  display: flex;
  flex-wrap: wrap
}

.awb-views-counter-content-stacked {
  flex-direction: column;
  align-items: flex-start
}

.awb-views-counter-content-stacked .awb-views-counter-separator {
  display: none
}

.fusion-widget.fusion-widget-align-center {
  text-align: center
}

.fusion-widget.fusion-widget-align-right {
  text-align: right
}

.fusion-widget.fusion-widget-align-left {
  text-align: left
}

.fusion-widget.fusion-widget-element .widget {
  margin: 0
}

.fusion-woo-slider .fusion-rollover-content .fusion-rollover-title {
  margin: 0;
  line-height: normal
}

.fusion-woo-slider .fusion-product-buttons {
  position: relative;
  z-index: 9
}

.fusion-woo-slider .fusion-carousel-title-below-image .fusion-product-buttons {
  position: relative;
  z-index: 9
}

.fusion-woo-slider .fusion-carousel-title-below-image .fusion-product-buttons a:first-child,
.fusion-woo-slider .fusion-carousel-title-below-image .fusion-product-buttons a:last-child {
  display: inline-block;
  float: none;
  margin: 0
}

.fusion-woo-slider .fusion-carousel-title-below-image .fusion-rollover-linebreak {
  display: block;
  margin-bottom: 8px;
  vertical-align: middle
}

.fusion-woo-slider .fusion-classic-product-image-wrapper .cart-loading>a {
  color: #fff !important
}

.fusion-woo-slider .cart-loading .view-cart {
  display: none
}

.fusion-woo-product-design-classic .fusion-woo-slider .fusion-image-wrapper .fusion-rollover .fusion-rollover-content .fusion-product-buttons {
  position: absolute;
  bottom: 15px;
  left: 0;
  right: 0;
  padding: 0 10%;
  height: 40px;
  width: 100%
}

.fusion-woo-product-design-classic .fusion-woo-slider .fusion-carousel-title-below-image .fusion-image-wrapper .fusion-rollover .fusion-rollover-content .fusion-product-buttons {
  position: relative;
  bottom: auto;
  height: auto
}

.fusion-woo-product-design-clean .fusion-woo-slider .fusion-image-wrapper .fusion-rollover .fusion-rollover-content .fusion-product-buttons {
  margin-top: 6px;
  text-transform: uppercase
}

.fusion-woo-product-design-clean .fusion-woo-slider .fusion-image-wrapper .fusion-rollover .fusion-rollover-content .fusion-product-buttons a {
  display: inline;
  float: none;
  margin-top: 0;
  padding: 0;
  letter-spacing: 1px
}

.fusion-woo-product-design-clean .fusion-woo-slider .fusion-image-wrapper .fusion-rollover .fusion-rollover-content .fusion-product-buttons a:hover {
  opacity: .6
}

.fusion-woo-product-design-clean .fusion-woo-slider .fusion-image-wrapper .fusion-rollover .fusion-rollover-content .fusion-product-buttons a:after,
.fusion-woo-product-design-clean .fusion-woo-slider .fusion-image-wrapper .fusion-rollover .fusion-rollover-content .fusion-product-buttons a:before {
  display: none
}

.fusion-woo-product-design-clean .fusion-woo-slider .fusion-image-wrapper .fusion-rollover .fusion-rollover-content .fusion-product-buttons .wc-forward {
  display: none
}

.fusion-woo-product-design-clean .fusion-woo-slider .fusion-image-wrapper .fusion-rollover .fusion-rollover-content .fusion-product-buttons .fusion-rollover-linebreak {
  display: inline-block;
  margin: 0 10px
}

.fusion-woo-product-design-clean .fusion-woo-slider .fusion-carousel-title-below-image .fusion-carousel-title {
  text-align: center
}

.fusion-woo-product-design-clean .fusion-woo-slider .fusion-carousel-title-below-image .fusion-carousel-meta {
  text-align: center
}

.fusion-woo-product-design-clean .fusion-woo-slider .fusion-carousel-title-on-rollover .fusion-rollover-linebreak {
  display: none
}

.fusion-woo-featured-products-slider {
  position: relative;
  margin-bottom: 25px
}

.fusion-woo-featured-products-slider .fusion-carousel-wrapper {
  overflow: hidden
}

.fusion-woo-featured-products-slider .fusion-rollover-content .price {
  margin-top: 3px
}

.fusion-woo-featured-products-slider .fusion-rollover-content .price .amount {
  font-size: 25px
}

.fusion-woo-featured-products-slider .fusion-carousel-nav .fusion-nav-next,
.fusion-woo-featured-products-slider .fusion-carousel-nav .fusion-nav-prev {
  margin-top: -31px;
  height: 63px;
  width: 63px
}

.fusion-woo-featured-products-slider .fusion-carousel-nav .fusion-nav-next:before,
.fusion-woo-featured-products-slider .fusion-carousel-nav .fusion-nav-prev:before {
  content: "\e61e";
  line-height: 63px;
  font-size: 25px
}

.fusion-woo-featured-products-slider .fusion-carousel-nav .fusion-nav-next:before {
  content: "\e620"
}

.fusion-woo-slider .fusion-rollover-content .fusion-rollover-title {
  margin: 0;
  line-height: normal
}

.fusion-woo-slider .fusion-product-buttons {
  position: relative;
  z-index: 9
}

.fusion-woo-slider .fusion-carousel-title-below-image .fusion-product-buttons {
  position: relative;
  z-index: 9
}

.fusion-woo-slider .fusion-carousel-title-below-image .fusion-product-buttons a:first-child,
.fusion-woo-slider .fusion-carousel-title-below-image .fusion-product-buttons a:last-child {
  display: inline-block;
  float: none;
  margin: 0
}

.fusion-woo-slider .fusion-carousel-title-below-image .fusion-rollover-linebreak {
  display: block;
  margin-bottom: 8px;
  vertical-align: middle
}

.fusion-woo-slider .fusion-classic-product-image-wrapper .cart-loading>a {
  color: #fff !important
}

.fusion-woo-slider .cart-loading .view-cart {
  display: none
}

.fusion-woo-product-design-classic .fusion-woo-slider .fusion-image-wrapper .fusion-rollover .fusion-rollover-content .fusion-product-buttons {
  position: absolute;
  bottom: 15px;
  left: 0;
  right: 0;
  padding: 0 10%;
  height: 40px;
  width: 100%
}

.fusion-woo-product-design-classic .fusion-woo-slider .fusion-carousel-title-below-image .fusion-image-wrapper .fusion-rollover .fusion-rollover-content .fusion-product-buttons {
  position: relative;
  bottom: auto;
  height: auto
}

.fusion-woo-product-design-clean .fusion-woo-slider .fusion-image-wrapper .fusion-rollover .fusion-rollover-content .fusion-product-buttons {
  margin-top: 6px;
  text-transform: uppercase
}

.fusion-woo-product-design-clean .fusion-woo-slider .fusion-image-wrapper .fusion-rollover .fusion-rollover-content .fusion-product-buttons a {
  display: inline;
  float: none;
  margin-top: 0;
  padding: 0;
  letter-spacing: 1px
}

.fusion-woo-product-design-clean .fusion-woo-slider .fusion-image-wrapper .fusion-rollover .fusion-rollover-content .fusion-product-buttons a:hover {
  opacity: .6
}

.fusion-woo-product-design-clean .fusion-woo-slider .fusion-image-wrapper .fusion-rollover .fusion-rollover-content .fusion-product-buttons a:after,
.fusion-woo-product-design-clean .fusion-woo-slider .fusion-image-wrapper .fusion-rollover .fusion-rollover-content .fusion-product-buttons a:before {
  display: none
}

.fusion-woo-product-design-clean .fusion-woo-slider .fusion-image-wrapper .fusion-rollover .fusion-rollover-content .fusion-product-buttons .wc-forward {
  display: none
}

.fusion-woo-product-design-clean .fusion-woo-slider .fusion-image-wrapper .fusion-rollover .fusion-rollover-content .fusion-product-buttons .fusion-rollover-linebreak {
  display: inline-block;
  margin: 0 10px
}

.fusion-woo-product-design-clean .fusion-woo-slider .fusion-carousel-title-below-image .fusion-carousel-title {
  text-align: center
}

.fusion-woo-product-design-clean .fusion-woo-slider .fusion-carousel-title-below-image .fusion-carousel-meta {
  text-align: center
}

.fusion-woo-product-design-clean .fusion-woo-slider .fusion-carousel-title-on-rollover .fusion-rollover-linebreak {
  display: none
}

.fusion-woo-product-slider {
  overflow: hidden;
  margin-bottom: 55px
}

.fusion-woo-product-slider .fusion-rollover .price {
  margin-top: 5px
}

.fusion-woo-product-slider .fusion-rollover .price .amount {
  font-size: 18px
}

.fusion-woo-product-slider .onsale {
  top: 20px;
  left: 15px;
  z-index: auto
}

.rtl .fusion-woo-product-slider .onsale {
  left: auto;
  right: 15px
}

.fusion-vimeo.center-video .video-shortcode,
.fusion-youtube.center-video .video-shortcode {
  margin: 0 auto
}

lite-youtube {
  background-color: #000;
  position: relative;
  display: block;
  contain: content;
  background-position: center center;
  background-size: cover;
  cursor: pointer;
  max-width: 100%
}

lite-youtube::before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAADGCAYAAAAT+OqFAAAAdklEQVQoz42QQQ7AIAgEF/T/D+kbq/RWAlnQyyazA4aoAB4FsBSA/bFjuF1EOL7VbrIrBuusmrt4ZZORfb6ehbWdnRHEIiITaEUKa5EJqUakRSaEYBJSCY2dEstQY7AuxahwXFrvZmWl2rh4JZ07z9dLtesfNj5q0FU3A5ObbwAAAABJRU5ErkJggg==);
  background-position: top;
  background-repeat: repeat-x;
  height: 60px;
  padding-bottom: 50px;
  width: 100%;
  transition: all .2s cubic-bezier(0, 0, .2, 1)
}

lite-youtube::after {
  content: "";
  display: block;
  padding-bottom: calc(100% / (16 / 9))
}

lite-youtube>iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border: 0
}

lite-youtube>.lty-playbtn {
  width: 68px;
  height: 48px;
  position: absolute;
  cursor: pointer;
  z-index: 1;
  background-color: red;
  filter: grayscale(100%);
  transition: filter .1s cubic-bezier(0, 0, .2, 1);
  border: none;
  border-radius: .5em
}

lite-youtube .lty-playbtn:focus,
lite-youtube:hover>.lty-playbtn {
  filter: none
}

lite-youtube>.lty-playbtn::before {
  content: '';
  border-style: solid;
  border-width: 10px 0 10px 20px;
  border-color: transparent transparent transparent #fff
}

lite-youtube>.lty-playbtn,
lite-youtube>.lty-playbtn::before {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate3d(-50%, -50%, 0)
}

lite-youtube.lyt-activated {
  cursor: unset
}

lite-youtube.lyt-activated::before,
lite-youtube.lyt-activated>.lty-playbtn {
  opacity: 0;
  pointer-events: none
}

.lyt-visually-hidden {
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  height: 1px;
  overflow: hidden;
  position: absolute;
  white-space: nowrap;
  width: 1px
}

.fusion-woo-cart_table thead tr th {
  padding-bottom: 0
}

div.fusion-woo-cart-totals-wrapper .cart_totals {
  border: 0;
  padding: 0 !important
}

div.fusion-woo-cart-totals-wrapper h2 {
  display: none
}

div.fusion-woo-cart-totals-wrapper table.shop_table {
  border: 0;
  padding: 0 !important
}

div.fusion-woo-cart-totals-wrapper table.shop_table tbody tr {
  height: auto
}

div.fusion-woo-cart-totals-wrapper div.wc-proceed-to-checkout {
  display: flex;
  justify-content: space-between;
  flex-direction: row
}

div.fusion-woo-cart-totals-wrapper tr.order-total td,
div.fusion-woo-cart-totals-wrapper tr.order-total th {
  font-weight: 700
}

div.fusion-woo-cart-totals-wrapper:not(.show-buttons) .wc-proceed-to-checkout {
  display: none
}

div.fusion-woo-cart-totals-wrapper ul li input[type=radio] {
  display: none
}

div.fusion-woo-cart-totals-wrapper ul li label {
  position: relative;
  cursor: pointer;
  padding-left: 55px
}

div.fusion-woo-cart-totals-wrapper ul li label:before {
  content: "";
  min-width: 13px;
  height: 13px;
  border: 1px solid var(--form_border_color);
  border-radius: 100%;
  position: absolute;
  left: 30px;
  top: 50%;
  transform: translateY(-50%);
  transition: all .2s ease
}

div.fusion-woo-cart-totals-wrapper ul li label:after {
  content: "";
  left: 34px;
  width: 7px;
  height: 7px;
  border-radius: 100%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%)
}

div.fusion-woo-cart-totals-wrapper ul li label:hover:before {
  border-color: var(--form_focus_border_color)
}

div.fusion-woo-cart-totals-wrapper ul li input:checked+label:before {
  border-color: var(--form_focus_border_color)
}

div.fusion-woo-cart-totals-wrapper ul li input:checked+label:after {
  background: var(--form_focus_border_color)
}

div.fusion-woo-cart-totals-wrapper ul li input[type=hidden]+label:before {
  display: none
}

div.fusion-woo-cart_coupons {
  border: 0;
  padding: 0 !important;
  display: flex;
  justify-content: stretch
}

div.fusion-woo-cart_coupons #avada_coupon_code {
  flex: 0.8;
  margin-right: 10px
}

div.fusion-woo-cart_coupons .fusion-apply-coupon {
  flex: 0.2
}

div.fusion-woo-cart_coupons label {
  display: none
}

form.fusion-woo-cart-coupons-checkout-form {
  border: 0;
  margin: 0 !important;
  padding: 0 !important
}

form.fusion-woo-cart-coupons-checkout-form div.fusion-woo-cart_coupons {
  flex: 1
}

form.fusion-woo-cart-coupons-checkout-form div.fusion-woo-cart_coupons .fusion-button {
  flex: 0.2
}

form.fusion-woocommerce-shipping-calculator {
  border: 0;
  padding: 0 !important
}

form.fusion-woocommerce-shipping-calculator select {
  width: 100%
}

form.fusion-woocommerce-shipping-calculator div.cart-collaterals {
  margin: 0
}

form.fusion-woocommerce-shipping-calculator #shipping_state_field {
  margin-bottom: 20px
}

form.fusion-woocommerce-shipping-calculator #shipping_state_field .select-arrow {
  top: 1px
}

form.fusion-woocommerce-shipping-calculator .fusion-shipping-update-totals {
  align-self: center
}

.fusion-post-card-image {
  overflow: hidden
}

.fusion-post-card-image .cart-loading .view-cart {
  display: none
}

.fusion-post-card-image .fusion-rollover-content .price {
  margin-top: 3px
}

.fusion-post-card-image .fusion-rollover-content .price .amount {
  font-size: 25px
}

.fusion-post-card-image .fusion-rollover-content .fusion-rollover-title {
  margin: 0;
  line-height: normal
}

.fusion-post-card-image .fusion-product-buttons {
  position: relative;
  z-index: 9
}

.fusion-post-card-image.fusion-classic-product-image-wrapper .fusion-image-wrapper .fusion-rollover .fusion-rollover-content .fusion-product-buttons {
  position: absolute;
  bottom: 15px;
  left: 0;
  right: 0;
  padding: 0 10%;
  height: 40px;
  width: 100%
}

.fusion-post-card-image.fusion-clean-product-image-wrapper .fusion-image-wrapper .fusion-rollover .fusion-rollover-content .fusion-product-buttons {
  margin-top: 6px;
  text-transform: uppercase
}

.fusion-post-card-image.fusion-clean-product-image-wrapper .fusion-image-wrapper .fusion-rollover .fusion-rollover-content .fusion-product-buttons a {
  display: inline;
  float: none;
  padding: 0;
  letter-spacing: 1px
}

.fusion-post-card-image.fusion-clean-product-image-wrapper .fusion-image-wrapper .fusion-rollover .fusion-rollover-content .fusion-product-buttons a:hover {
  opacity: .6
}

.fusion-post-card-image.fusion-clean-product-image-wrapper .fusion-image-wrapper .fusion-rollover .fusion-rollover-content .fusion-product-buttons a:after,
.fusion-post-card-image.fusion-clean-product-image-wrapper .fusion-image-wrapper .fusion-rollover .fusion-rollover-content .fusion-product-buttons a:before {
  display: none
}

.fusion-post-card-image.fusion-clean-product-image-wrapper .fusion-image-wrapper .fusion-rollover .fusion-rollover-content .fusion-product-buttons .wc-forward {
  display: none
}

.fusion-post-card-image.fusion-clean-product-image-wrapper .fusion-image-wrapper .fusion-rollover .fusion-rollover-content .fusion-product-buttons .fusion-rollover-linebreak {
  display: inline-block;
  margin: 0 10px;
  color: var(--image_rollover_text_color)
}

.fusion-post-card-image.fusion-clean-product-image-wrapper .fusion-rollover-linebreak {
  display: none
}

.post-card.product .fusion-post-card-image[data-layout=rollover] .fusion-rollover {
  z-index: 4
}

.post-card.product .fusion-post-card-image[data-layout=rollover] .fusion-woo-badges-wrapper {
  z-index: 3
}

.fusion-post-card-image.fusion-disable-link[data-layout=rollover] .fusion-link-wrapper,
.fusion-post-card-image.fusion-disable-link[data-layout=rollover] .fusion-rollover-title-link {
  pointer-events: none
}

.fusion-post-card-image.has-aspect-ratio {
  position: relative
}

.fusion-post-card-image.has-aspect-ratio img {
  aspect-ratio: 1;
  width: 100%;
  object-fit: cover;
  object-position: 50% 50%
}

.fusion-post-card-cart {
  display: flex
}

.fusion-post-card-cart .fusion-post-card-cart-button-wrapper {
  display: flex
}

.fusion-post-card-cart div.quantity {
  margin-right: 0
}

.fusion-post-card-cart .fusion-post-card-cart-add-to-cart,
.fusion-post-card-cart .fusion-post-card-cart-product-link,
.fusion-post-card-cart .fusion-post-card-cart-quantity {
  display: flex
}

.fusion-post-card-cart .fusion-post-card-cart-add-to-cart,
.fusion-post-card-cart .fusion-post-card-cart-product-link {
  align-items: center;
  border-style: solid;
  border-width: 0
}

.fusion-post-card-cart .buttons_added input[type=button],
.fusion-post-card-cart .buttons_added input[type=number] {
  border-style: solid;
  border-color: transparent
}

.fusion-post-card-cart .buttons_added input[type=number].qty {
  -moz-appearance: textfield
}

.fusion-post-card-cart .buttons_added input[type=number].qty::-webkit-inner-spin-button,
.fusion-post-card-cart .buttons_added input[type=number].qty::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0
}

.fusion-post-card-cart .quantity {
  border: none !important;
  margin-right: 1.2em;
  border-radius: 0 !important
}

.fusion-post-card-cart .quantity input[type=button].minus,
.fusion-post-card-cart .quantity input[type=button].plus {
  background-color: var(--qty_bg_color);
  border-width: var(--form_border_width-top) var(--form_border_width-right) var(--form_border_width-bottom) var(--form_border_width-left);
  border-style: solid;
  border-color: var(--sep_color)
}

.fusion-post-card-cart .quantity input[type=button].minus:hover,
.fusion-post-card-cart .quantity input[type=button].plus:hover {
  background-color: var(--qty_bg_hover_color)
}

.fusion-post-card-cart .quantity input[type=number].qty {
  border-width: 0;
  border-top-width: var(--form_border_width-top);
  border-bottom-width: var(--form_border_width-bottom);
  border-style: solid;
  border-color: var(--sep_color)
}

.fusion-post-card-cart.awb-variation-layout-floated .variations .label {
  width: 50%
}

.fusion-post-card-cart.awb-variation-layout-stacked .variations .label,
.fusion-post-card-cart.awb-variation-layout-stacked .variations .value {
  display: block
}

.fusion-post-card-cart.awb-variation-text-align-left .label {
  text-align: left
}

.fusion-post-card-cart.awb-variation-text-align-left .avada-select-wrapper {
  justify-content: flex-start
}

.rtl .fusion-post-card-cart.awb-variation-text-align-left .avada-select-wrapper {
  justify-content: flex-end
}

.fusion-post-card-cart.awb-variation-text-align-center .label,
.fusion-post-card-cart.awb-variation-text-align-center .value {
  text-align: center
}

.fusion-post-card-cart.awb-variation-text-align-center .avada-select-wrapper,
.fusion-post-card-cart.awb-variation-text-align-center .single_variation_price_reset {
  justify-content: center
}

.fusion-post-card-cart.awb-variation-text-align-right .label,
.fusion-post-card-cart.awb-variation-text-align-right .value {
  text-align: right
}

.fusion-post-card-cart.awb-variation-text-align-right .avada-select-wrapper,
.fusion-post-card-cart.awb-variation-text-align-right .single_variation_price_reset {
  justify-content: flex-end
}

.rtl .fusion-post-card-cart.awb-variation-text-align-right .avada-select-wrapper,
.rtl .fusion-post-card-cart.awb-variation-text-align-right .single_variation_price_reset {
  justify-content: flex-start
}

.fusion-post-card-cart.awb-variation-text-align-center .single_variation_price_reset,
.fusion-post-card-cart.awb-variation-text-align-right .single_variation_price_reset {
  display: flex
}

.fusion-post-card-cart.awb-add-to-cart-style-link .single_add_to_cart_button {
  background: 0 0;
  color: var(--link_color)
}

.fusion-post-card-cart.awb-add-to-cart-style-link .single_add_to_cart_button:hover {
  background: 0 0;
  color: var(--primary_color)
}

.fusion-post-card-cart .avada-button-select {
  height: auto
}

.fusion-post-card-cart .awb-hide-element {
  display: none
}

.fusion-post-cards .fusion-grid {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  margin-bottom: 0;
  padding: 0
}

.fusion-post-cards .fusion-grid .product-list-view {
  width: 100%
}

.fusion-post-cards .fusion-grid>li:last-child>.fusion-absolute-separator {
  display: none
}

.fusion-post-cards .fusion-grid.fusion-flex-align-items-stretch>.fusion-grid-column>.fusion-column-wrapper>.fusion-builder-row-inner:first-of-type:last-of-type {
  flex: 1
}

.fusion-post-cards .fusion-grid-column {
  margin-bottom: 0 !important
}

.fusion-post-cards.fusion-carousel .fusion-carousel-item {
  display: block !important;
  position: relative
}

.fusion-post-cards .fusion-load-more-button {
  color: var(--awb-color8);
  background-color: var(--awb-color3)
}

.fusion-post-cards .fusion-load-more-button:focus,
.fusion-post-cards .fusion-load-more-button:hover {
  color: var(--awb-color1);
  background-color: var(--awb-color5)
}

.fusion-post-cards .fusion-filters {
  flex-flow: wrap
}

.fusion-flickr-element {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 10px
}

.fusion-flickr-element .flickr-image {
  position: relative;
  width: 100%;
  padding-top: 100%
}

.fusion-flickr-element .flickr-image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 50%
}

.fusion-flickr-element.hover-zoomin .flickr-image {
  overflow: hidden;
  transform: translate3d(0, 0, 0)
}

.fusion-flickr-element.hover-zoomin .flickr-image img {
  transition: opacity 1s, transform 1s
}

.fusion-flickr-element.hover-zoomin .flickr-image img:hover {
  opacity: .9;
  transform: scale3d(1.1, 1.1, 1)
}

.fusion-flickr-element.hover-zoomout .flickr-image {
  overflow: hidden;
  transform: translate3d(0, 0, 0)
}

.fusion-flickr-element.hover-zoomout .flickr-image img {
  transform: scale(1.12);
  transition: opacity 1s, transform 1s
}

.fusion-flickr-element.hover-zoomout .flickr-image img:hover {
  opacity: .9;
  transform: scale(1)
}

.fusion-flickr-element.hover-liftup .flickr-image {
  position: relative
}

.fusion-flickr-element.hover-liftup .flickr-image img {
  transform: perspective(1000px) scale(1);
  transition: transform .35s
}

.fusion-flickr-element.hover-liftup .flickr-image::before {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  content: "";
  transition: opacity .35s, transform .35s;
  box-shadow: 0 3px 15px rgba(0, 0, 0, .4);
  opacity: 0;
  pointer-events: none
}

.fusion-flickr-element.hover-liftup .flickr-image:hover img {
  transform: perspective(1000px) scale(1.03)
}

.fusion-flickr-element.hover-liftup .flickr-image:hover::before {
  opacity: 1;
  transform: scale(1.02)
}

.fusion-flickr-element.loading {
  min-height: 250px;
  display: flex;
  align-items: center;
  justify-content: center
}

.fusion-flickr-element.loading .fusion-loading-container {
  margin: 0
}

.fusion-tagcloud-element {
  flex-wrap: wrap;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 10px
}

.fusion-tagcloud-element a.tag-cloud-link {
  --tag-color: rgba(255, 255, 255, 0);
  --tag-color-hover: var(--footer_link_color_hover);
  --tag-text-color: var(--footer_link_color);
  --tag-text-color-hover: #fff;
  --tag-border-color: var(--footer_divider_color);
  --tag-border-color-hover: var(--primary_color);
  display: flex;
  margin: 0;
  padding: .75em 1em;
  font-size: 14px;
  min-height: 40px;
  line-height: 1;
  align-items: center;
  border: 1px solid;
  background-color: var(--tag-color);
  color: var(--tag-text-color) !important;
  border-color: var(--tag-border-color)
}

.fusion-tagcloud-element a.tag-cloud-link:hover {
  background-color: var(--tag-color-hover) !important;
  color: var(--tag-text-color-hover) !important;
  border-color: var(--tag-border-color-hover) !important
}

.fusion-tagcloud-element a.tag-cloud-link .tag-link-count {
  margin-inline-start: .25em
}

.fusion-tagcloud-element.style-arrows a.tag-cloud-link {
  background: 0 0 !important;
  border: none;
  overflow: hidden;
  padding: 0;
  cursor: pointer;
  display: flex;
  align-items: stretch;
  transition: .24s;
  line-height: 1.7;
  height: 2.4em;
  font-size: 15px
}

.fusion-tagcloud-element.style-arrows a.tag-cloud-link .text {
  background-color: var(--tag-color);
  color: var(--tag-text-color);
  padding: 0 .65em 0 .5em;
  display: flex;
  align-items: center
}

.fusion-tagcloud-element.style-arrows a.tag-cloud-link .arrow {
  height: 100%
}

.fusion-tagcloud-element.style-arrows a.tag-cloud-link .arrow svg {
  height: 100%;
  width: auto;
  display: block;
  transform: translate(.1px, .1px);
  color: var(--tag-color)
}

.fusion-tagcloud-element.style-arrows a.tag-cloud-link:hover .text {
  background-color: var(--tag-color-hover);
  color: var(--tag-text-color-hover)
}

.fusion-tagcloud-element.style-arrows a.tag-cloud-link:hover svg {
  color: var(--tag-color-hover)
}

.fusion-tagcloud-element.variable-font-size a.tag-cloud-link[data-size="1"] {
  --size: 1
}

.fusion-tagcloud-element.variable-font-size a.tag-cloud-link[data-size="2"] {
  --size: 2
}

.fusion-tagcloud-element.variable-font-size a.tag-cloud-link[data-size="3"] {
  --size: 3
}

.fusion-tagcloud-element.variable-font-size a.tag-cloud-link[data-size="4"] {
  --size: 4
}

.fusion-tagcloud-element.variable-font-size a.tag-cloud-link[data-size="5"] {
  --size: 5
}

.fusion-tagcloud-element.variable-font-size a.tag-cloud-link[data-size="6"] {
  --size: 6
}

.fusion-tagcloud-element.variable-font-size a.tag-cloud-link[data-size="7"] {
  --size: 7
}

.fusion-tagcloud-element.variable-font-size a.tag-cloud-link[data-size="8"] {
  --size: 8
}

.fusion-tagcloud-element.variable-font-size a.tag-cloud-link[data-size="9"] {
  --size: 9
}

.fusion-tagcloud-element.variable-font-size a.tag-cloud-link {
  --size: 4;
  font-size: calc(var(--size) * .2rem + .5rem)
}

.awb-instagram-element {
  --awb-aspect-ratio: 1/1;
  --awb-object-position: 50% 50%;
  --awb-margin-top: 0;
  --awb-margin-right: 0;
  --awb-margin-bottom: 0;
  --awb-margin-left: 0;
  --awb-column-width: 25%;
  --awb-column-space: 10;
  --awb-md-column-width: var(--awb-column-width);
  --awb-md-column-space: var(--awb-column-space);
  --awb-sm-column-width: var(--awb-column-width);
  --awb-sm-column-space: var(--awb-column-space);
  --awb-bd-width: 0;
  --awb-bd-style: solid;
  --awb-bd-color: "";
  --awb-bd-radius: 0;
  --awb-buttons-alignment: center;
  --awb-more-btn-color: var(--awb-color8);
  --awb-more-btn-bg: var(--awb-color3);
  --awb-more-btn-hover-color: var(--awb-color1);
  --awb-more-btn-hover-bg: var(--awb-color5);
  --awb-follow-btn-color: var(--awb-color1);
  --awb-follow-btn-bg: var(--awb-color7);
  --awb-follow-btn-hover-color: var(--awb-color1);
  --awb-follow-btn-hover-bg: var(--awb-color5);
  margin-top: var(--awb-margin-top);
  margin-right: var(--awb-margin-right);
  margin-bottom: var(--awb-margin-bottom);
  margin-left: var(--awb-margin-left)
}

.awb-instagram-element .instagram-posts {
  display: flex;
  flex-wrap: wrap;
  margin: 0 calc(-1 * var(--awb-column-space)/ 2 * 1px)
}

.awb-instagram-element .instagram-post {
  width: var(--awb-column-width);
  padding: 0 calc(var(--awb-column-space)/ 2 * 1px);
  margin-bottom: calc(var(--awb-column-space) * 1px);
  position: relative;
  transition: opacity .5s
}

.awb-instagram-element .instagram-post a {
  display: block;
  position: relative;
  border-radius: var(--awb-bd-radius)
}

.awb-instagram-element .instagram-post img {
  width: 100%;
  border-width: var(--awb-bd-width);
  border-style: var(--awb-bd-style);
  border-color: var(--awb-bd-color);
  border-radius: var(--awb-bd-radius)
}

.awb-instagram-element .instagram-post span.instagram-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-shadow: 0 0 5px rgba(0, 0, 0, .3);
  z-index: 1;
  color: #fff;
  font-size: 26px
}

.awb-instagram-element.layout-grid .instagram-post img {
  aspect-ratio: var(--awb-aspect-ratio);
  object-position: var(--awb-object-position);
  object-fit: cover
}

.awb-instagram-element .instagram-post-children {
  display: none !important
}

.awb-instagram-element.hover-zoomin .instagram-post a {
  overflow: hidden;
  transform: translate3d(0, 0, 0)
}

.awb-instagram-element.hover-zoomin .instagram-post a img {
  transition: opacity 1s, transform 1s
}

.awb-instagram-element.hover-zoomin .instagram-post a img:hover {
  opacity: .9;
  transform: scale3d(1.1, 1.1, 1)
}

.awb-instagram-element.hover-zoomout .instagram-post a {
  overflow: hidden;
  transform: translate3d(0, 0, 0)
}

.awb-instagram-element.hover-zoomout .instagram-post a img {
  transform: scale(1.12);
  transition: opacity 1s, transform 1s
}

.awb-instagram-element.hover-zoomout .instagram-post a img:hover {
  opacity: .9;
  transform: scale(1)
}

.awb-instagram-element.hover-liftup .instagram-post a {
  position: relative
}

.awb-instagram-element.hover-liftup .instagram-post a img {
  transform: perspective(1000px) scale(1);
  transition: transform .35s
}

.awb-instagram-element.hover-liftup .instagram-post a::before {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  content: "";
  transition: opacity .35s, transform .35s;
  box-shadow: 0 3px 15px rgba(0, 0, 0, .4);
  opacity: 0;
  pointer-events: none;
  border-radius: inherit
}

.awb-instagram-element.hover-liftup .instagram-post a:hover img {
  transform: perspective(1000px) scale(1.03)
}

.awb-instagram-element.hover-liftup .instagram-post a:hover::before {
  opacity: 1;
  transform: scale(1.02)
}

.awb-instagram-element.loading .instagram-posts {
  min-height: 250px;
  display: flex;
  align-items: center;
  justify-content: center
}

.awb-instagram-element.loading .instagram-posts .fusion-loading-container {
  margin: 0
}

.awb-instagram-element .instagram-posts-loading-container {
  display: none
}

.awb-instagram-element .awb-instagram-buttons {
  display: flex;
  align-items: center;
  justify-content: var(--awb-buttons-alignment);
  margin-top: 30px
}

.awb-instagram-element .awb-instagram-buttons a:first-child {
  margin-inline-end: 10px
}

.awb-instagram-element .awb-instagram-load-more-btn {
  color: var(--awb-more-btn-color);
  background-color: var(--awb-more-btn-bg)
}

.awb-instagram-element .awb-instagram-load-more-btn:hover {
  color: var(--awb-more-btn-hover-color);
  background-color: var(--awb-more-btn-hover-bg)
}

.awb-instagram-element .awb-instagram-follow-btn {
  color: var(--awb-follow-btn-color);
  background-color: var(--awb-follow-btn-bg)
}

.awb-instagram-element .awb-instagram-follow-btn:hover {
  color: var(--awb-follow-btn-hover-color);
  background-color: var(--awb-follow-btn-hover-bg)
}

.fusion-portfolio {
  overflow: hidden;
  margin-bottom: 80px
}

.fusion-portfolio.fusion-portfolio-boxed .fusion-portfolio-content-wrapper {
  background-color: var(--timeline_bg_color)
}

.fusion-portfolio-carousel {
  overflow: hidden;
  height: auto
}

.fusion-portfolio-grid.fusion-portfolio-text {
  margin-bottom: 0
}

.fusion-portfolio-carousel-fixed.fusion-carousel .fusion-image-wrapper,
.fusion-portfolio-carousel-fixed.fusion-carousel .fusion-image-wrapper img {
  max-height: 115px;
  width: auto
}

.fusion-portfolio-paging-infinite .pagination,
.fusion-portfolio-paging-load-more-button .pagination {
  display: none
}

.fusion-portfolio-text-floated .fusion-portfolio-content-wrapper {
  display: flex;
  justify-content: flex-start;
  margin: 0 -12.5px
}

.fusion-portfolio-text-floated .fusion-image-wrapper {
  flex-shrink: 1;
  display: inline-block;
  margin: 0;
  padding: 0 12.5px;
  max-width: 540px;
  width: 100%
}

.fusion-portfolio-text-floated .fusion-rollover {
  width: calc(100% - 12.5px)
}

.fusion-portfolio-text-floated .fusion-portfolio-content {
  flex-shrink: 2;
  margin: 0;
  padding: 0 12.5px;
  vertical-align: top
}

.fusion-portfolio-layout-masonry .fusion-portfolio-content {
  background-color: var(--timeline_bg_color-not-transparent)
}

.fusion-body .fusion-comments-tb.fusion-order-comment-form {
  display: flex;
  flex-direction: column
}

.fusion-body .fusion-comments-tb.fusion-order-comment-form .comments-container {
  order: 2;
  margin-top: 40px
}

.fusion-body .fusion-comments-tb.fusion-order-comment-form #respond {
  order: 1;
  margin-top: 55px;
  clear: both
}

.fusion-body .fusion-pagination-tb {
  position: relative
}

.fusion-body .fusion-pagination-tb:not(.layout-sticky) {
  display: flex;
  justify-content: space-between;
  line-height: normal
}

.fusion-body .fusion-pagination-tb:not(.layout-sticky) a {
  margin: 0
}

.fusion-body .fusion-pagination-tb:not(.layout-sticky) a[rel=prev] {
  padding-left: 1em
}

.fusion-body .fusion-pagination-tb:not(.layout-sticky) a[rel=prev]:before {
  left: 0
}

.fusion-body .fusion-pagination-tb:not(.layout-sticky) a[rel=next] {
  padding-right: 1em
}

.fusion-body .fusion-pagination-tb:not(.layout-sticky) a[rel=next]:after {
  right: 0
}

.fusion-body .fusion-pagination-tb:not(.layout-sticky).clearfix:after,
.fusion-body .fusion-pagination-tb:not(.layout-sticky).clearfix:before {
  display: none
}

.fusion-body .fusion-pagination-tb:not(.layout-sticky).align-left {
  justify-content: flex-start
}

.fusion-body .fusion-pagination-tb:not(.layout-sticky).align-left a[rel=prev] {
  margin-right: 1em
}

.fusion-body .fusion-pagination-tb:not(.layout-sticky).align-right {
  justify-content: flex-end
}

.fusion-body .fusion-pagination-tb:not(.layout-sticky).align-right a[rel=next] {
  margin-left: 1em
}

.fusion-body .fusion-pagination-tb:not(.layout-sticky).layout-preview .fusion-pagination-preview-wrapper {
  background-color: #fff;
  position: absolute;
  z-index: 1000;
  visibility: hidden;
  opacity: 0;
  top: 100%;
  transition: opacity .1s ease-in .1s, visibility .1s ease-in .1s;
  animation: fadeOutLeft .1s ease-in .1s both;
  display: flex;
  align-items: center;
  flex-direction: row;
  pointer-events: none
}

.fusion-body .fusion-pagination-tb:not(.layout-sticky).layout-preview .fusion-pagination-preview-wrapper .fusion-item-title {
  padding: .5em .75em;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis
}

.fusion-body .fusion-pagination-tb:not(.layout-sticky).layout-preview .fusion-pagination-preview-wrapper .fusion-item-media img,
.fusion-body .fusion-pagination-tb:not(.layout-sticky).layout-preview .fusion-pagination-preview-wrapper .fusion-item-media svg {
  max-width: 90px
}

.fusion-body .fusion-pagination-tb:not(.layout-sticky).layout-preview .fusion-pagination-preview-wrapper .fusion-item-media svg {
  min-width: 90px;
  min-height: 90px;
  background: #eaecef;
  display: block
}

.fusion-body .fusion-pagination-tb:not(.layout-sticky).layout-preview.has-box-shadow .fusion-pagination-preview-wrapper {
  box-shadow: 0 0 5px rgba(0, 0, 0, .2)
}

.fusion-body .fusion-pagination-tb:not(.layout-sticky).layout-preview .fusion-tb-next:hover .fusion-pagination-preview-wrapper,
.fusion-body .fusion-pagination-tb:not(.layout-sticky).layout-preview .fusion-tb-previous:hover .fusion-pagination-preview-wrapper {
  visibility: visible;
  opacity: 1;
  transition: opacity .3s ease-out, visibility .3s ease-out;
  animation: fadeInLeft .3s ease-out both
}

.fusion-body .fusion-pagination-tb:not(.layout-sticky).layout-preview .fusion-tb-next .fusion-pagination-preview-wrapper {
  flex-direction: row-reverse;
  right: 0;
  animation: fadeOutRight .1s ease-out .1s both
}

.fusion-body .fusion-pagination-tb:not(.layout-sticky).layout-preview .fusion-tb-next .fusion-pagination-preview-wrapper a {
  flex-direction: row-reverse
}

.fusion-body .fusion-pagination-tb:not(.layout-sticky).layout-preview .fusion-tb-next .fusion-pagination-preview-wrapper a .fusion-item-title {
  flex: 1;
  text-align: left
}

.fusion-body .fusion-pagination-tb:not(.layout-sticky).layout-preview .fusion-tb-next:hover .fusion-pagination-preview-wrapper {
  animation: fadeInRight .3s ease-out both
}

.fusion-body .fusion-pagination-tb:not(.layout-sticky).layout-preview.align-left .fusion-tb-next .fusion-pagination-preview-wrapper {
  right: auto
}

.fusion-body .fusion-pagination-tb:not(.layout-sticky).layout-preview.align-right .fusion-tb-previous .fusion-pagination-preview-wrapper {
  right: auto
}

.fusion-body .fusion-pagination-tb:not(.layout-sticky).layout-preview.align-right .fusion-pagination-preview-wrapper {
  right: 0 !important
}

.fusion-body .fusion-pagination-tb:not(.layout-sticky).position-top .fusion-pagination-preview-wrapper {
  top: auto;
  bottom: 100%
}

.fusion-body .fusion-pagination-tb.layout-sticky {
  z-index: 100
}

.fusion-body .fusion-pagination-tb.layout-sticky.has-box-shadow .fusion-control-navigation:before {
  content: "";
  box-shadow: 0 0 5px rgba(0, 0, 0, .2);
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  pointer-events: none
}

.fusion-body .fusion-pagination-tb.layout-sticky .fusion-control-navigation {
  width: auto;
  max-width: 50vw;
  height: 90px;
  position: fixed;
  right: 0;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #fff
}

.fusion-body .fusion-pagination-tb.layout-sticky .fusion-control-navigation .fusion-item-title {
  text-align: center;
  flex: 1;
  display: flex;
  align-items: center;
  width: min-content;
  position: relative
}

.fusion-body .fusion-pagination-tb.layout-sticky .fusion-control-navigation .fusion-item-title p {
  margin: 0;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  overflow: hidden
}

.fusion-body .fusion-pagination-tb.layout-sticky .fusion-control-navigation .fusion-item-title i {
  position: absolute;
  left: 1em;
  margin: 0;
  top: 50%;
  transform: translateY(-50%)
}

.fusion-body .fusion-pagination-tb.layout-sticky .fusion-control-navigation.prev {
  border-left: 0;
  left: 0;
  right: auto;
  transform: translate(calc(max(-500px, -50vw) + 20px), -50%);
  transition: transform .3s ease-in
}

.fusion-body .fusion-pagination-tb.layout-sticky .fusion-control-navigation.prev:hover {
  transform: translate(0, -50%) !important;
  transition: transform .3s ease-out
}

.fusion-body .fusion-pagination-tb.layout-sticky .fusion-control-navigation.prev .fusion-item-title {
  padding-right: 1em;
  padding-left: 2em
}

.fusion-body .fusion-pagination-tb.layout-sticky .fusion-control-navigation.next {
  border-right: 0;
  right: 0;
  transform: translate(calc(min(500px, 50vw) - 20px), -50%);
  transition: transform .3s ease-in
}

.fusion-body .fusion-pagination-tb.layout-sticky .fusion-control-navigation.next:before {
  transform: rotateY(180deg)
}

.fusion-body .fusion-pagination-tb.layout-sticky .fusion-control-navigation.next:hover {
  transform: translate(0, -50%) !important;
  transition: transform .3s ease-out
}

.fusion-body .fusion-pagination-tb.layout-sticky .fusion-control-navigation.next .fusion-item-title {
  justify-content: flex-end;
  padding-left: 1em;
  padding-right: 2em
}

.fusion-body .fusion-pagination-tb.layout-sticky .fusion-control-navigation.next .fusion-item-media img {
  margin-right: auto;
  margin-left: 0
}

.fusion-body .fusion-pagination-tb.layout-sticky .fusion-control-navigation.next i {
  left: auto;
  right: 1em
}

.fusion-body .fusion-pagination-tb.layout-sticky .fusion-control-navigation .fusion-item-media {
  height: inherit;
  display: flex
}

.fusion-body .fusion-pagination-tb.layout-sticky .fusion-control-navigation .fusion-item-media img,
.fusion-body .fusion-pagination-tb.layout-sticky .fusion-control-navigation .fusion-item-media svg {
  display: block;
  max-width: fit-content;
  height: inherit;
  width: auto;
  margin-left: auto
}

.fusion-body .fusion-pagination-tb.layout-sticky .fusion-control-navigation .fusion-item-media svg {
  max-width: 150px;
  height: inherit;
  background: #eaecef
}

.fusion-body .fusion-pagination-tb.layout-sticky .fusion-control-navigation a {
  display: flex;
  flex: 1;
  justify-content: space-between;
  height: inherit
}

.fusion-body .fusion-pagination-tb .fusion-item-title {
  transition-property: color;
  transition-duration: .2s;
  transition-timing-function: linear
}

.fusion-body .fusion-pagination-tb .fusion-tb-next,
.fusion-body .fusion-pagination-tb .fusion-tb-previous {
  display: flex;
  align-items: center
}

.fusion-body.rtl .fusion-pagination-tb.layout-preview:not(.align-left) .fusion-tb-previous a,
.fusion-body.rtl .fusion-pagination-tb.layout-preview:not(.layout-sticky) .fusion-tb-previous a,
.fusion-body.rtl .fusion-pagination-tb.text:not(.align-left) .fusion-tb-previous a,
.fusion-body.rtl .fusion-pagination-tb.text:not(.layout-sticky) .fusion-tb-previous a {
  padding-right: 1em;
  padding-left: 0
}

.fusion-body.rtl .fusion-pagination-tb.layout-preview:not(.align-left) .fusion-tb-previous a:before,
.fusion-body.rtl .fusion-pagination-tb.layout-preview:not(.layout-sticky) .fusion-tb-previous a:before,
.fusion-body.rtl .fusion-pagination-tb.text:not(.align-left) .fusion-tb-previous a:before,
.fusion-body.rtl .fusion-pagination-tb.text:not(.layout-sticky) .fusion-tb-previous a:before {
  left: auto;
  right: 0
}

.fusion-body.rtl .fusion-pagination-tb.layout-preview:not(.align-left) .fusion-tb-previous .fusion-pagination-preview-wrapper,
.fusion-body.rtl .fusion-pagination-tb.layout-preview:not(.layout-sticky) .fusion-tb-previous .fusion-pagination-preview-wrapper,
.fusion-body.rtl .fusion-pagination-tb.text:not(.align-left) .fusion-tb-previous .fusion-pagination-preview-wrapper,
.fusion-body.rtl .fusion-pagination-tb.text:not(.layout-sticky) .fusion-tb-previous .fusion-pagination-preview-wrapper {
  animation: fadeOutRight .1s ease-in .1s both
}

.fusion-body.rtl .fusion-pagination-tb.layout-preview:not(.align-left) .fusion-tb-previous .fusion-pagination-preview-wrapper a,
.fusion-body.rtl .fusion-pagination-tb.layout-preview:not(.layout-sticky) .fusion-tb-previous .fusion-pagination-preview-wrapper a,
.fusion-body.rtl .fusion-pagination-tb.text:not(.align-left) .fusion-tb-previous .fusion-pagination-preview-wrapper a,
.fusion-body.rtl .fusion-pagination-tb.text:not(.layout-sticky) .fusion-tb-previous .fusion-pagination-preview-wrapper a {
  padding-left: 1em;
  padding-right: 0;
  flex-direction: inherit
}

.fusion-body.rtl .fusion-pagination-tb.layout-preview:not(.align-left) .fusion-tb-previous:hover .fusion-pagination-preview-wrapper,
.fusion-body.rtl .fusion-pagination-tb.layout-preview:not(.layout-sticky) .fusion-tb-previous:hover .fusion-pagination-preview-wrapper,
.fusion-body.rtl .fusion-pagination-tb.text:not(.align-left) .fusion-tb-previous:hover .fusion-pagination-preview-wrapper,
.fusion-body.rtl .fusion-pagination-tb.text:not(.layout-sticky) .fusion-tb-previous:hover .fusion-pagination-preview-wrapper {
  animation: fadeInRight .1s ease-out .1s both
}

.fusion-body.rtl .fusion-pagination-tb.layout-preview:not(.align-left) .fusion-tb-next .fusion-pagination-preview-wrapper,
.fusion-body.rtl .fusion-pagination-tb.layout-preview:not(.layout-sticky) .fusion-tb-next .fusion-pagination-preview-wrapper,
.fusion-body.rtl .fusion-pagination-tb.text:not(.align-left) .fusion-tb-next .fusion-pagination-preview-wrapper,
.fusion-body.rtl .fusion-pagination-tb.text:not(.layout-sticky) .fusion-tb-next .fusion-pagination-preview-wrapper {
  right: auto;
  left: 0;
  animation: fadeOutLeft .1s ease-in .1s both
}

.fusion-body.rtl .fusion-pagination-tb.layout-preview:not(.align-left) .fusion-tb-next .fusion-pagination-preview-wrapper a,
.fusion-body.rtl .fusion-pagination-tb.layout-preview:not(.layout-sticky) .fusion-tb-next .fusion-pagination-preview-wrapper a,
.fusion-body.rtl .fusion-pagination-tb.text:not(.align-left) .fusion-tb-next .fusion-pagination-preview-wrapper a,
.fusion-body.rtl .fusion-pagination-tb.text:not(.layout-sticky) .fusion-tb-next .fusion-pagination-preview-wrapper a {
  flex-direction: row-reverse;
  padding-left: 0;
  padding-right: 1em
}

.fusion-body.rtl .fusion-pagination-tb.layout-preview:not(.align-left) .fusion-tb-next a,
.fusion-body.rtl .fusion-pagination-tb.layout-preview:not(.layout-sticky) .fusion-tb-next a,
.fusion-body.rtl .fusion-pagination-tb.text:not(.align-left) .fusion-tb-next a,
.fusion-body.rtl .fusion-pagination-tb.text:not(.layout-sticky) .fusion-tb-next a {
  padding-left: 1em;
  padding-right: 0
}

.fusion-body.rtl .fusion-pagination-tb.layout-preview:not(.align-left) .fusion-tb-next a:after,
.fusion-body.rtl .fusion-pagination-tb.layout-preview:not(.layout-sticky) .fusion-tb-next a:after,
.fusion-body.rtl .fusion-pagination-tb.text:not(.align-left) .fusion-tb-next a:after,
.fusion-body.rtl .fusion-pagination-tb.text:not(.layout-sticky) .fusion-tb-next a:after {
  left: 0
}

.fusion-body.rtl .fusion-pagination-tb.layout-preview:not(.align-left) .fusion-tb-next:hover .fusion-pagination-preview-wrapper,
.fusion-body.rtl .fusion-pagination-tb.layout-preview:not(.layout-sticky) .fusion-tb-next:hover .fusion-pagination-preview-wrapper,
.fusion-body.rtl .fusion-pagination-tb.text:not(.align-left) .fusion-tb-next:hover .fusion-pagination-preview-wrapper,
.fusion-body.rtl .fusion-pagination-tb.text:not(.layout-sticky) .fusion-tb-next:hover .fusion-pagination-preview-wrapper {
  animation: fadeInLeft .1s ease-out .1s both
}

.fusion-body.rtl .fusion-pagination-tb.layout-preview.align-left .fusion-tb-previous a,
.fusion-body.rtl .fusion-pagination-tb.text.align-left .fusion-tb-previous a {
  margin-right: 0;
  margin-left: 1em
}

.fusion-body.rtl .fusion-pagination-tb.layout-preview.align-left .fusion-tb-previous .fusion-pagination-preview-wrapper,
.fusion-body.rtl .fusion-pagination-tb.text.align-left .fusion-tb-previous .fusion-pagination-preview-wrapper {
  right: 0
}

.fusion-body.rtl .fusion-pagination-tb.layout-preview.align-left .fusion-tb-next .fusion-pagination-preview-wrapper,
.fusion-body.rtl .fusion-pagination-tb.text.align-left .fusion-tb-next .fusion-pagination-preview-wrapper {
  right: 0
}

.fusion-body.rtl .fusion-pagination-tb.layout-preview.align-right .fusion-tb-next a,
.fusion-body.rtl .fusion-pagination-tb.text.align-right .fusion-tb-next a {
  margin-left: 0;
  margin-right: 1em
}

.fusion-body.rtl .fusion-pagination-tb.layout-preview.align-right .fusion-tb-next .fusion-pagination-preview-wrapper,
.fusion-body.rtl .fusion-pagination-tb.text.align-right .fusion-tb-next .fusion-pagination-preview-wrapper {
  left: 0;
  right: auto !important
}

.fusion-body.rtl .fusion-pagination-tb.layout-preview.align-right .fusion-tb-previous .fusion-pagination-preview-wrapper,
.fusion-body.rtl .fusion-pagination-tb.text.align-right .fusion-tb-previous .fusion-pagination-preview-wrapper {
  left: 0;
  right: auto !important
}

.fusion-body.rtl .fusion-pagination-tb.layout-sticky .fusion-control-navigation.next {
  left: 0;
  right: auto;
  transform: translate(calc(max(-500px, -50vw) + 20px), -50%);
  transition: transform .3s ease-in
}

.fusion-body.rtl .fusion-pagination-tb.layout-sticky .fusion-control-navigation.next .fusion-item-media img {
  margin-left: auto;
  margin-right: 0
}

.fusion-body.rtl .fusion-pagination-tb.layout-sticky .fusion-control-navigation.next:hover {
  transform: translate(0, -50%) !important;
  transition: transform .3s ease-in
}

.fusion-body.rtl .fusion-pagination-tb.layout-sticky .fusion-control-navigation.prev {
  right: 0;
  left: auto;
  transform: translate(calc(min(500px, 50vw) - 20px), -50%);
  transition: transform .3s ease-in
}

.fusion-body.rtl .fusion-pagination-tb.layout-sticky .fusion-control-navigation.prev .fusion-item-media img {
  margin-right: auto;
  margin-left: 0
}

.fusion-body.rtl .fusion-pagination-tb.layout-sticky .fusion-control-navigation.prev:hover {
  transform: translate(0, -50%) !important;
  transition: transform .3s ease-in
}

.fusion-body.fusion-builder-live:not(.fusion-builder-preview-mode) .fusion-pagination-tb.layout-sticky:not(.show-live) {
  display: none
}

.fusion-body .fusion-related-tb .fusion-carousel-title-below-image .fusion-rollover-title {
  display: none
}

.fusion-body .fusion-meta-tb {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
  line-height: normal;
  padding: 5px 0;
  border-top: 1px solid var(--sep_color, #e7e6e6);
  border-bottom: 1px solid var(--sep_color, #e7e6e6);
  border-left: 0 solid var(--sep_color, #e7e6e6);
  border-right: 0 solid var(--sep_color, #e7e6e6)
}

.fusion-body .fusion-meta-tb.stacked {
  flex-direction: column;
  align-items: flex-start
}

.fusion-body .fusion-meta-tb.stacked .fusion-meta-tb-sep {
  display: none
}

.fusion-body .fusion-meta-tb .fusion-meta-tb-sep {
  padding: 0 5px
}

.fusion-body .fusion-meta-tb .fusion-meta-tb-sep:last-child {
  display: none
}

.fusion-body .fusion-meta-tb span {
  border: 0 solid var(--sep_color, #e7e6e6)
}

.fusion-body .fusion-woo-price-tb {
  display: flex;
  flex-flow: wrap;
  align-items: center
}

.fusion-body .fusion-woo-price-tb.stacked {
  align-items: center
}

.fusion-body .fusion-woo-price-tb.stacked p.price {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center
}

.fusion-body .fusion-woo-price-tb.stacked p.price del {
  width: 100%;
  margin: 0
}

.fusion-body .fusion-woo-price-tb.stacked p.price del .amount {
  display: inherit
}

.fusion-body .fusion-woo-price-tb.stacked.sale-position-right ins {
  order: 1
}

.fusion-body .fusion-woo-price-tb.stacked.sale-position-right del {
  order: 2
}

.fusion-body .fusion-woo-price-tb.floated .price del .amount {
  display: inherit
}

.fusion-body .fusion-woo-price-tb.floated.sale-position-left .price.has-sale {
  display: flex;
  flex-flow: wrap;
  align-items: center
}

.fusion-body .fusion-woo-price-tb.hide-sale .price del {
  display: none
}

.fusion-body .fusion-woo-price-tb.has-badge.badge-position-left p.fusion-onsale {
  margin: 0 .625em 0 0
}

.fusion-body .fusion-woo-price-tb .fusion-onsale {
  position: inherit;
  border: 1px solid var(--primary_color);
  background: 0 0;
  color: var(--primary_color);
  border-radius: 0;
  padding: .125em .625em
}

.fusion-body .fusion-woo-price-tb.badge-position-left .fusion-onsale {
  order: 1
}

.fusion-body .fusion-woo-price-tb.badge-position-left .price {
  order: 2
}

.fusion-body .fusion-woo-price-tb.badge-position-left .stock {
  order: 3
}

.fusion-body .fusion-woo-price-tb.badge-position-left.has-border .fusion-onsale {
  margin-right: .625em
}

.fusion-body .fusion-woo-price-tb.badge-position-right .price {
  order: 1
}

.fusion-body .fusion-woo-price-tb.badge-position-right .fusion-onsale {
  order: 2
}

.fusion-body .fusion-woo-price-tb.badge-position-right .stock {
  order: 3
}

.fusion-body .fusion-woo-price-tb.sale-position-left .price del {
  margin: 0 .625em 0 0
}

.fusion-body .fusion-woo-price-tb.sale-position-right:not(.stacked) .price.has-sale {
  display: flex;
  flex-direction: row-reverse;
  align-items: center
}

.fusion-body .fusion-woo-price-tb .price del {
  margin: 0 0 0 .625em
}

.fusion-body .fusion-woo-price-tb .price del span {
  margin: 0
}

.fusion-body .fusion-woo-price-tb p {
  margin: 0 .625em 0 0;
  line-height: normal
}

.fusion-body .fusion-woo-price-tb p:last-of-type {
  margin: 0
}

.fusion-body .fusion-woo-price-tb ins {
  text-decoration: none
}

.fusion-body.rtl .fusion-woo-price-tb:not(.stacked).sale-position-left p.price,
.fusion-body.rtl .fusion-woo-price-tb:not(.stacked).sale-position-left p.price del {
  margin: 0 0 0 .625em
}

.fusion-body.rtl .fusion-woo-price-tb:not(.stacked).sale-position-left p:last-of-type {
  margin: 0
}

.fusion-body.rtl .fusion-woo-price-tb:not(.stacked).sale-position-right p.price {
  margin: 0 0 0 .625em
}

.fusion-body.rtl .fusion-woo-price-tb:not(.stacked).sale-position-right p.price del {
  margin: 0 .625em 0 0
}

.fusion-body.rtl .fusion-woo-price-tb:not(.stacked).sale-position-right p:last-of-type {
  margin: 0
}

.fusion-woo-rating-tb .woocommerce-product-rating {
  display: flex;
  align-items: center
}

.fusion-woo-rating-tb .woocommerce-product-rating .star-rating {
  font-family: awb-icons;
  display: inline-block;
  overflow: hidden;
  position: relative;
  height: 1em;
  line-height: 1em;
  font-size: 1em;
  width: 5.1em
}

.fusion-woo-rating-tb .woocommerce-product-rating .star-rating:before {
  content: "\f006\f006\f006\f006\f006";
  float: left;
  top: 0;
  left: 0;
  position: absolute;
  letter-spacing: .1em;
  color: var(--primary_color)
}

.fusion-woo-rating-tb .woocommerce-product-rating .star-rating span {
  overflow: hidden;
  float: left;
  top: 0;
  left: 0;
  position: absolute;
  padding-top: 1.5em
}

.fusion-woo-rating-tb .woocommerce-product-rating .star-rating span:before {
  content: "\f005\f005\f005\f005\f005";
  top: 0;
  position: absolute;
  left: 0;
  letter-spacing: .1em;
  color: var(--primary_color)
}

.fusion-woo-rating-tb .woocommerce-product-rating a.woocommerce-review-link:not(.fusion-no-rating) {
  margin-left: .5em
}

.fusion-woo-rating-tb.hide-count .woocommerce-review-link:not(.fusion-no-rating) {
  display: none
}

.fusion-woo-rating-tb.align-left .woocommerce-product-rating {
  justify-content: flex-start
}

.fusion-woo-rating-tb.align-center .woocommerce-product-rating {
  justify-content: center
}

.fusion-woo-rating-tb.align-right .woocommerce-product-rating {
  justify-content: flex-end
}

.fusion-woo-cart .buttons_added input[type=button],
.fusion-woo-cart .buttons_added input[type=number] {
  border-style: solid;
  border-color: transparent
}

.fusion-woo-cart .buttons_added input[type=number].qty {
  -moz-appearance: textfield
}

.fusion-woo-cart .buttons_added input[type=number].qty::-webkit-inner-spin-button,
.fusion-woo-cart .buttons_added input[type=number].qty::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0
}

.fusion-woo-cart[data-layout=stacked] td+td,
.fusion-woo-cart[data-layout=stacked] th+td,
.fusion-woo-cart[data-layout=stacked] tr:not(:first-of-type)>* {
  border-top-style: none !important
}

.fusion-woo-cart .fusion-button-wrapper {
  display: flex;
  align-items: center;
  margin-top: 1.2em
}

.fusion-woo-cart .woocommerce-grouped-product-list {
  width: 100%
}

.fusion-woo-cart .single_add_to_cart_button {
  cursor: pointer
}

.fusion-woo-cart .quantity {
  border: none !important;
  margin-right: 1.2em;
  border-radius: 0 !important
}

.fusion-woo-cart .quantity input[type=button].minus,
.fusion-woo-cart .quantity input[type=button].plus {
  background-color: var(--qty_bg_color);
  border-width: var(--form_border_width-top) var(--form_border_width-right) var(--form_border_width-bottom) var(--form_border_width-left);
  border-style: solid;
  border-color: var(--sep_color)
}

.fusion-woo-cart .quantity input[type=button].minus:hover,
.fusion-woo-cart .quantity input[type=button].plus:hover {
  background-color: var(--qty_bg_hover_color)
}

.fusion-woo-cart .quantity input[type=number].qty {
  border-width: 0;
  border-top-width: var(--form_border_width-top);
  border-bottom-width: var(--form_border_width-bottom);
  border-style: solid;
  border-color: var(--sep_color)
}

.fusion-woo-cart th {
  text-align: left
}

.fusion-woo-cart td,
.fusion-woo-cart th {
  border: 0 solid var(--sep_color);
  padding-bottom: 5px
}

.fusion-woo-cart table.variations {
  width: 100%;
  table-layout: fixed
}

.fusion-woo-cart table.variations tr:last-of-type .value {
  position: relative
}

.fusion-woo-cart .reset_variations {
  position: absolute;
  right: 0;
  top: 100%;
  line-height: 1
}

.fusion-woo-cart .woocommerce-variation {
  border-style: solid;
  border-color: transparent;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: baseline
}

.fusion-woo-cart .woocommerce-variation .woocommerce-variation-price:not(:empty) {
  margin-right: .5em
}

.fusion-woo-cart .woocommerce-variation .woocommerce-variation-availability {
  margin-left: .5em
}

.fusion-woo-cart .woocommerce-variation .woocommerce-variation-price:empty+.woocommerce-variation-availability {
  margin-left: 0
}

.fusion-woo-cart .woocommerce-variation .woocommerce-variation-description {
  width: 100%
}

.fusion-woo-cart .woocommerce-variation .price {
  display: inline-flex;
  align-items: baseline
}

.fusion-woo-cart .woocommerce-variation .price ins {
  text-decoration: none
}

.fusion-woo-cart .avada-select-parent select {
  width: 100%
}

.fusion-woo-cart .avada-select-parent .select-arrow {
  background-color: transparent !important;
  border: none;
  border-radius: 0 !important
}

.fusion-woo-cart ins {
  text-decoration: none
}

.fusion-woo-cart.hide-price .woocommerce-variation-price {
  display: none
}

.fusion-woo-cart.hide-price .woocommerce-variation-availability {
  margin: 0 !important
}

.fusion-woo-cart.hide-stock .stock,
.fusion-woo-cart.hide-stock .woocommerce-variation-availability {
  display: none
}

.fusion-woo-cart.hide-stock .woocommerce-variation-price {
  margin: 0 !important
}

.rtl .fusion-woo-cart .woocommerce-variation .woocommerce-variation-price:not(:empty) {
  margin-left: .5em;
  margin-right: 0
}

.rtl .fusion-woo-cart .woocommerce-variation .woocommerce-variation-availability {
  margin-left: 0;
  margin-right: .5em
}

.rtl .fusion-woo-cart .woocommerce-variation .woocommerce-variation-price:empty+.woocommerce-variation-availability {
  margin-right: 0
}

.rtl .fusion-woo-cart th {
  text-align: right
}

.fusion-woo-product-images {
  display: flex
}

.fusion-woo-products-tb .fusion-carousel ul.products {
  display: inherit;
  margin: 0
}

.fusion-woo-products-tb .fusion-carousel ul.products>li {
  margin-right: auto;
  padding: 0
}

.fusion-woo-products-tb .fusion-carousel .product-title {
  text-align: left
}

.fusion-woo-products-tb.cross-sells {
  border: none;
  padding: 0
}

.awb-woo-filters .widget ul {
  list-style: none;
  margin: 0;
  padding: 0
}

.awb-woo-filters .widget li {
  margin: 0;
  padding: 0;
  display: block
}

.awb-woo-filters .widget li a {
  display: inline
}

.awb-woo-filters .widget .widget-title {
  color: var(--awb-title-color, var(--h4_typography-color));
  font-family: var(--awb-title-font-font-family, var(--h4_typography-font-family));
  font-weight: var(--awb-title-font-font-weight, var(--h4_typography-font-weight));
  font-size: var(--awb-title-font-size, var(--h4_typography-font-size));
  line-height: var(--awb-title-line-height, var(--h4_typography-line-height));
  letter-spacing: var(--awb-title-letter-spacing, var(--h4_typography-letter-spacing));
  margin-top: var(--awb-title-margin-top, var(--h4_typography-margin-top));
  margin-bottom: var(--awb-title-margin-bottom, var(--h4_typography-margin-bottom));
  text-transform: var(--awb-title-text-transform, var(--h4_typography-text-transform))
}

.awb-woo-filters.hide-show_title .heading {
  display: none
}

.awb-woo-filters .widget_layered_nav_filters li.chosen {
  display: inline-flex;
  margin: .25em;
  line-height: normal;
  align-items: center;
  position: relative
}

.awb-woo-filters .widget_layered_nav_filters li.chosen a {
  background-color: var(--awb-woo-filter-item-bgcolor, var(--button_gradient_top_color));
  color: var(--awb-woo-filter-item-color, var(--button_accent_color));
  font-family: var(--awb-woo-filter-item-font-font-family, var(--body_typography-font-family));
  font-weight: var(--awb-woo-filter-item-font-font-weight, var(--body_typography-font-weight));
  font-size: var(--awb-woo-filter-item-font-size, var(--body_typography-font-size));
  line-height: var(--awb-woo-filter-item-line-height, var(--body_typography-line-height));
  letter-spacing: var(--awb-woo-filter-item-letter-spacing, var(--body_typography-letter-spacing));
  text-transform: var(--awb-woo-filter-item-text-transform, var(--body_typography-text-transform));
  padding-top: var(--awb-woo-filter-item-padding-top, .25em);
  padding-right: var(--awb-woo-filter-item-padding-right, .5em);
  padding-bottom: var(--awb-woo-filter-item-padding-bottom, .25em);
  padding-left: var(--awb-woo-filter-item-padding-left, .5em)
}

.awb-woo-filters .widget_layered_nav_filters li.chosen a:before {
  color: var(--awb-woo-filter-item-color, var(--button_accent_color));
  display: inline-block;
  content: "\e61d";
  transform: rotate(45deg);
  font-family: awb-icons
}

.awb-woo-filters .widget_layered_nav_filters li.chosen a:focus,
.awb-woo-filters .widget_layered_nav_filters li.chosen a:hover {
  background-color: var(--awb-woo-filter-item-hover-bgcolor, var(--button_gradient_top_color_hover));
  color: var(--awb-woo-filter-item-hover-color, var(--button_accent_hover_color))
}

.awb-woo-filters .widget_layered_nav_filters li.chosen a:focus:before,
.awb-woo-filters .widget_layered_nav_filters li.chosen a:hover:before {
  color: var(--awb-woo-filter-item-hover-color, var(--button_accent_hover_color))
}

.awb-woo-filters .widget_layered_nav li {
  display: block;
  border-bottom: 1px solid var(--awb-list-sep-color, var(--sep_color));
  position: relative;
  transition-property: color, background-color;
  transition-duration: .2s;
  transition-timing-function: linear
}

.awb-woo-filters .widget_layered_nav li.chosen {
  background-color: var(--awb-list-hover-bgcolor)
}

.awb-woo-filters .widget_layered_nav li.chosen a {
  color: var(--awb-list-hover-color, var(--primary_color))
}

.awb-woo-filters .widget_layered_nav li.chosen a .avada-button-select,
.awb-woo-filters .widget_layered_nav li.chosen a .avada-color-select,
.awb-woo-filters .widget_layered_nav li.chosen a .avada-image-select {
  background-color: var(--awb-attr-hover-bgcolor);
  border-color: var(--awb-attr-border-hover-color, var(--primary_color));
  color: var(--awb-attr-hover-color)
}

.awb-woo-filters .widget_layered_nav li.chosen a:before {
  color: var(--awb-list-hover-color, var(--primary_color))
}

.awb-woo-filters .widget_layered_nav li .avada-button-select,
.awb-woo-filters .widget_layered_nav li .avada-color-select,
.awb-woo-filters .widget_layered_nav li .avada-image-select {
  background-color: var(--awb-attr-bgcolor);
  border-color: var(--awb-attr-border-color, var(--link_color));
  color: var(--awb-attr-color);
  padding-top: var(--awb-attr-padding-top, 5px);
  padding-right: var(--awb-attr-padding-right, 5px);
  padding-bottom: var(--awb-attr-padding-bottom, 5px);
  padding-left: var(--awb-attr-padding-left, 5px);
  transition-property: color, background-color, border-color;
  transition-duration: .2s;
  transition-timing-function: linear
}

.awb-woo-filters .widget_layered_nav li .avada-button-select {
  height: auto
}

.awb-woo-filters .widget_layered_nav li .awb-woo-attr {
  background-color: var(--awb-list-bgcolor);
  color: var(--awb-list-color, var(--link_color));
  font-family: var(--awb-list-item-font-font-family);
  font-weight: var(--awb-list-item-font-font-weight);
  font-size: var(--awb-list-item-font-size);
  line-height: var(--awb-list-item-line-height);
  letter-spacing: var(--awb-list-item-letter-spacing);
  padding-top: var(--awb-list-padding-top, 10px);
  padding-right: var(--awb-list-padding-right, 0);
  padding-bottom: var(--awb-list-padding-bottom, 10px);
  padding-left: var(--awb-list-padding-left, 0);
  text-transform: var(--awb-list-item-text-transform);
  margin: 0;
  justify-content: var(--awb-list-align, space-between)
}

.awb-woo-filters .widget_layered_nav li .awb-woo-attr .awb-woo-attr-count {
  display: var(--awb-show-count);
  color: var(--awb-count-color);
  font-family: var(--awb-count-font-font-family);
  font-weight: var(--awb-count-font-font-weight);
  font-size: var(--awb-count-font-size);
  line-height: var(--awb-count-line-height);
  letter-spacing: var(--awb-count-letter-spacing)
}

.awb-woo-filters .widget_layered_nav li .awb-woo-attr:before {
  color: var(--awb-list-color, var(--link_color))
}

.awb-woo-filters .widget_layered_nav li .awb-woo-attr:hover {
  background-color: var(--awb-list-hover-bgcolor, var(--awb-list-bgcolor));
  color: var(--awb-list-hover-color, var(--primary_color))
}

.awb-woo-filters .widget_layered_nav li .awb-woo-attr:hover .avada-button-select,
.awb-woo-filters .widget_layered_nav li .awb-woo-attr:hover .avada-color-select,
.awb-woo-filters .widget_layered_nav li .awb-woo-attr:hover .avada-image-select {
  background-color: var(--awb-attr-hover-bgcolor);
  border-color: var(--awb-attr-border-hover-color, var(--awb-list-hover-color));
  color: var(--awb-attr-hover-color)
}

.awb-woo-filters .widget_layered_nav li .awb-woo-attr:hover:before {
  color: var(--awb-list-hover-color, var(--primary_color))
}

.awb-woo-filters .widget_layered_nav li .awb-woo-attr:hover .awb-woo-attr-count {
  color: var(--awb-count-hover-color)
}

.awb-woo-filters .select2-container--default .select2-selection--single {
  background-color: var(--awb-dd-bgcolor, var(--form_bg_color));
  border-radius: var(--form_border_radius);
  height: var(--form_input_height);
  margin: 0
}

.awb-woo-filters .select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: var(--form_input_height);
  padding-right: var(--form_input_height);
  padding-left: 15px
}

.awb-woo-filters .select2-container--default .select2-selection--single .select2-selection__arrow {
  height: var(--form_input_height);
  width: 40px;
  top: 0;
  right: 0;
  border-style: solid
}

.awb-woo-filters .select2-container .select2-selection .select2-selection__arrow,
.awb-woo-filters .select2-container--default .select2-selection--single,
.awb-woo-filters.select2-container--default.select2-container--open .select2-dropdown,
.awb-woo-filters.select2-container--default.select2-container--open .select2-dropdown .select2-search,
.awb-woo-filters.select2-container--default.select2-container--open .select2-search--dropdown .select2-search__field {
  border-color: var(--awb-dd-border-color, var(--form_border_color));
  background-color: var(--awb-dd-bgcolor, var(--form_bg_color));
  border-width: var(--form_border_width-top) var(--form_border_width-right) var(--form_border_width-bottom) var(--form_border_width-left)
}

.awb-woo-filters.select2-container--default.select2-container--open .select2-dropdown {
  border-radius: var(--form_border_radius);
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  overflow: hidden
}

.awb-woo-filters .select2-container--default .select2-selection--single .select2-selection__arrow b {
  border-top-color: var(--awb-dd-border-color, var(--form_border_color))
}

.awb-woo-filters .select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-bottom-color: var(--awb-dd-border-color, var(--form_border_color))
}

.awb-woo-filters.select2-container--default .select2-results__option {
  background-color: var(--awb-dd-bgcolor, var(--form_bg_color));
  padding-left: 15px
}

.awb-woo-filters .select2-container--default .select2-selection--single .select2-selection__placeholder,
.awb-woo-filters .select2-container--default .select2-selection--single .select2-selection__rendered,
.awb-woo-filters.select2-container--default .select2-results__option,
.awb-woo-filters.select2-container--default.select2-container--open .select2-search--dropdown .select2-search__field {
  color: var(--awb-dd-color, var(--form_text_color))
}

.awb-woo-filters.select2-container--default .select2-results__option--highlighted[aria-selected],
.awb-woo-filters.select2-container--default .select2-results__option--highlighted[data-selected],
.awb-woo-filters.select2-container--default .select2-results__option[data-selected=true] {
  background-color: var(--awb-dd-hover-bgcolor, var(--awb-dd-bgcolor));
  color: var(--awb-dd-hover-color, var(--body_typography-color))
}

.awb-woo-filters .widget_layered_nav .select-arrow {
  display: none
}

.awb-woo-filters .price_slider_wrapper {
  border-bottom: none
}

.awb-woo-filters .price_slider_wrapper .ui-slider .ui-slider-range {
  background-color: var(--awb-range-filled-color, var(--primary_color))
}

.awb-woo-filters .price_slider_wrapper .ui-slider .ui-slider-handle:after,
.awb-woo-filters .price_slider_wrapper .ui-slider .ui-slider-handle:before {
  background-color: var(--awb-range-handle-bgcolor, #fff);
  border-color: var(--awb-range-handle-border-color, #333)
}

.awb-woo-filters .price_slider_wrapper .ui-widget-content {
  background-color: var(--awb-range-unfilled-color, var(--sep_color))
}

.awb-woo-filters .price_slider_wrapper .price_slider_amount .button {
  background: var(--awb-range-button-bgcolor, var(--button_gradient_top_color));
  color: var(--awb-range-button-color, var(--button_accent_color))
}

.awb-woo-filters .price_slider_wrapper .price_slider_amount .button:hover {
  background: var(--awb-range-button-hover-bgcolor, var(--button_gradient_top_color_hover));
  color: var(--awb-range-button-hover-color, var(--button_accent_hover_color))
}

.awb-woo-filters .price_slider_wrapper .from,
.awb-woo-filters .price_slider_wrapper .price_label,
.awb-woo-filters .price_slider_wrapper .to {
  color: var(--awb-price-color, var(--body_typography-color));
  font-family: var(--awb-price-font-font-family, var(--body_typography-font-family));
  font-weight: var(--awb-price-font-font-weight, var(--body_typography-font-weight));
  font-size: var(--awb-price-font-size, var(--body_typography-font-size));
  line-height: var(--awb-price-line-height, var(--body_typography-line-height));
  letter-spacing: var(--awb-price-letter-spacing, var(--body_typography-letter-spacing));
  text-transform: var(--awb-price-text-transform, none)
}

.awb-woo-filters .wc-layered-nav-rating a {
  color: var(--awb-text-color, var(--link_color))
}

.awb-woo-filters .wc-layered-nav-rating a:hover {
  color: var(--awb-text-hover-color, var(--primary_color))
}

.awb-woo-filters .wc-layered-nav-rating a:hover .star-rating span:before,
.awb-woo-filters .wc-layered-nav-rating a:hover .star-rating:before {
  color: var(--awb-star-hover-color, var(--primary_color))
}

.awb-woo-filters .wc-layered-nav-rating .star-rating span:before,
.awb-woo-filters .wc-layered-nav-rating .star-rating:before {
  color: var(--awb-star-color, var(--primary_color))
}

.awb-woo-filters.awb-attribute-type-select .widget_layered_nav li {
  align-items: center;
  cursor: pointer;
  display: flex;
  justify-content: var(--awb-list-align, space-between);
  background-color: var(--awb-list-bgcolor);
  color: var(--awb-list-color, var(--link_color));
  padding-top: var(--awb-list-padding-top, 10px);
  padding-right: var(--awb-list-padding-right, 0);
  padding-bottom: var(--awb-list-padding-bottom, 10px);
  padding-left: var(--awb-list-padding-left, 0);
  margin: 0
}

.awb-woo-filters.awb-attribute-type-select .widget_layered_nav li a {
  color: var(--awb-list-color, var(--link_color));
  font-family: var(--awb-list-item-font-font-family);
  font-weight: var(--awb-list-item-font-font-weight);
  font-size: var(--awb-list-item-font-size);
  line-height: var(--awb-list-item-line-height);
  letter-spacing: var(--awb-list-item-letter-spacing);
  text-transform: var(--awb-list-item-text-transform)
}

.awb-woo-filters.awb-attribute-type-select .widget_layered_nav li a:before {
  content: ""
}

.awb-woo-filters.awb-attribute-type-select .widget_layered_nav li .count {
  display: var(--awb-show-count);
  color: var(--awb-count-color);
  font-family: var(--awb-count-font-font-family);
  font-weight: var(--awb-count-font-font-weight);
  font-size: var(--awb-count-font-size);
  line-height: var(--awb-count-line-height);
  letter-spacing: var(--awb-count-letter-spacing)
}

.awb-woo-filters.awb-attribute-type-select .widget_layered_nav li.chosen,
.awb-woo-filters.awb-attribute-type-select .widget_layered_nav li:hover {
  background-color: var(--awb-list-hover-bgcolor, var(--awb-list-bgcolor));
  color: var(--awb-list-hover-color, var(--primary_color))
}

.awb-woo-filters.awb-attribute-type-select .widget_layered_nav li.chosen a,
.awb-woo-filters.awb-attribute-type-select .widget_layered_nav li:hover a {
  color: var(--awb-list-hover-color, var(--primary_color))
}

.awb-woo-filters.awb-attribute-type-select .widget_layered_nav li.chosen .count,
.awb-woo-filters.awb-attribute-type-select .widget_layered_nav li:hover .count {
  color: var(--awb-count-hover-color)
}

.rtl .awb-woo-filters .select2-container--default .select2-selection--single .select2-selection__arrow {
  border-color: var(--awb-dd-border-color, var(--form_border_color));
  border-left-width: var(--form_border_width-left);
  border-left-style: solid;
  border-right-width: var(--form_border_width-left);
  border-right-style: solid
}

.fusion-woo-checkout-tabs-tb .is-active,
.fusion-woo-checkout-tabs-tb .woocommerce-content-box {
  border-color: #e2e2e2
}

.fusion-woo-checkout-tabs-tb .woocommerce-billing-fields>h3:first-child,
.fusion-woo-checkout-tabs-tb .woocommerce-shipping-fields>h3:first-child {
  margin-top: 0
}

.fusion-woo-checkout-tabs-tb .woocommerce-checkout-payment ul.wc_payment_methods li {
  margin: 0
}

.fusion-woo-checkout-tabs-tb .woocommerce-checkout-payment ul.wc_payment_methods li input {
  display: none
}

.fusion-woo-checkout-tabs-tb .woocommerce-checkout-payment ul.wc_payment_methods li label {
  position: relative;
  cursor: pointer;
  display: flex;
  align-items: center;
  background-color: var(--testimonial_bg_color);
  padding: 1.41575em;
  padding-left: 55px;
  margin: 0;
  transition: background-color .2s cubic-bezier(.21, .6, .35, 1)
}

.fusion-woo-checkout-tabs-tb .woocommerce-checkout-payment ul.wc_payment_methods li label:before {
  content: "";
  min-width: 13px;
  height: 13px;
  border: 1px solid var(--form_border_color);
  border-radius: 100%;
  position: absolute;
  left: 30px;
  top: 50%;
  transform: translateY(-50%);
  transition: all .2s ease
}

.fusion-woo-checkout-tabs-tb .woocommerce-checkout-payment ul.wc_payment_methods li label:after {
  content: "";
  left: 34px;
  width: 7px;
  height: 7px;
  border-radius: 100%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%)
}

.fusion-woo-checkout-tabs-tb .woocommerce-checkout-payment ul.wc_payment_methods li label:hover:before {
  border-color: var(--form_focus_border_color)
}

.fusion-woo-checkout-tabs-tb .woocommerce-checkout-payment ul.wc_payment_methods li label img {
  max-height: 1.618em;
  margin: 0 1em
}

.fusion-woo-checkout-tabs-tb .woocommerce-checkout-payment ul.wc_payment_methods li input:checked+label:before {
  border-color: var(--form_focus_border_color)
}

.fusion-woo-checkout-tabs-tb .woocommerce-checkout-payment ul.wc_payment_methods li input:checked+label:after {
  background: var(--form_focus_border_color)
}

.fusion-woo-checkout-tabs-tb .woocommerce-checkout-payment ul.wc_payment_methods li .payment_box,
.fusion-woo-checkout-tabs-tb .woocommerce-checkout-payment ul.wc_payment_methods li.woocommerce-notice {
  margin: 0;
  background-color: var(--testimonial_bg_color);
  padding: 1.41575em;
  border: none;
  transition: background-color .2s cubic-bezier(.21, .6, .35, 1)
}

.fusion-woo-checkout-tabs-tb .woocommerce-checkout-payment ul.wc_payment_methods li .payment_box p,
.fusion-woo-checkout-tabs-tb .woocommerce-checkout-payment ul.wc_payment_methods li.woocommerce-notice p {
  margin: 0
}

.fusion-woo-checkout-tabs-tb .woocommerce-checkout-payment ul.wc_payment_methods li.woocommerce-notice {
  position: relative;
  padding-left: 2.5em
}

.fusion-woo-checkout-tabs-tb .woocommerce-checkout-payment ul.wc_payment_methods li.woocommerce-notice:before {
  margin: 0;
  left: 1.2em
}

.fusion-woo-checkout-tabs-tb .woocommerce-checkout-payment ul.wc_payment_methods li:hover label {
  background: #f0f0f0
}

.fusion-woo-checkout-tabs-tb .woocommerce-checkout-payment .place-order {
  margin-top: 1em
}

.fusion-woo-checkout-tabs-tb ul.woocommerce-shipping-methods li {
  margin: 0
}

.fusion-woo-checkout-tabs-tb ul.woocommerce-shipping-methods li input {
  display: none
}

.fusion-woo-checkout-tabs-tb ul.woocommerce-shipping-methods li label {
  position: relative;
  cursor: pointer;
  padding-left: 35px;
  margin: 0;
  transition: background-color .2s cubic-bezier(.21, .6, .35, 1)
}

.fusion-woo-checkout-tabs-tb ul.woocommerce-shipping-methods li label:before {
  content: "";
  min-width: 13px;
  height: 13px;
  border: 1px solid var(--form_border_color);
  border-radius: 100%;
  position: absolute;
  left: 5px;
  top: 50%;
  transform: translateY(-50%);
  transition: all .2s ease
}

.fusion-woo-checkout-tabs-tb ul.woocommerce-shipping-methods li label:after {
  content: "";
  left: 9px;
  width: 7px;
  height: 7px;
  border-radius: 100%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%)
}

.fusion-woo-checkout-tabs-tb ul.woocommerce-shipping-methods li label:hover:before {
  border-color: var(--form_focus_border_color)
}

.fusion-woo-checkout-tabs-tb ul.woocommerce-shipping-methods li input:checked+label:before {
  border-color: var(--form_focus_border_color)
}

.fusion-woo-checkout-tabs-tb ul.woocommerce-shipping-methods li input:checked+label:after {
  background: var(--form_focus_border_color)
}

.fusion-woo-checkout-payment-tb .woocommerce-checkout-payment ul.wc_payment_methods {
  margin-top: 0
}

.fusion-woo-checkout-payment-tb .woocommerce-checkout-payment ul.wc_payment_methods li {
  margin: 0
}

.fusion-woo-checkout-payment-tb .woocommerce-checkout-payment ul.wc_payment_methods li>label {
  display: flex;
  align-items: center;
  background-color: var(--testimonial_bg_color);
  padding: 1.41575em;
  padding-left: 55px;
  margin: 0;
  transition: background-color .2s cubic-bezier(.21, .6, .35, 1)
}

.fusion-woo-checkout-payment-tb .woocommerce-checkout-payment ul.wc_payment_methods li>label img {
  max-height: 1.618em;
  margin: 0 1em
}

.fusion-woo-checkout-payment-tb .woocommerce-checkout-payment ul.wc_payment_methods li>label:after,
.fusion-woo-checkout-payment-tb .woocommerce-checkout-payment ul.wc_payment_methods li>label:before {
  top: auto;
  transform: inherit
}

.fusion-woo-checkout-payment-tb .woocommerce-checkout-payment ul.wc_payment_methods li .payment_box,
.fusion-woo-checkout-payment-tb .woocommerce-checkout-payment ul.wc_payment_methods li.woocommerce-notice {
  margin: 0;
  background-color: var(--testimonial_bg_color);
  padding: 1.41575em;
  border: none
}

.fusion-woo-checkout-payment-tb .woocommerce-checkout-payment ul.wc_payment_methods li .payment_box p,
.fusion-woo-checkout-payment-tb .woocommerce-checkout-payment ul.wc_payment_methods li.woocommerce-notice p {
  margin: 0
}

.fusion-woo-checkout-payment-tb .woocommerce-checkout-payment ul.wc_payment_methods li.woocommerce-notice {
  position: relative;
  padding-left: 2.5em
}

.fusion-woo-checkout-payment-tb .woocommerce-checkout-payment ul.wc_payment_methods li.woocommerce-notice:before {
  margin: 0;
  left: 1.2em
}

.fusion-woo-checkout-payment-tb .woocommerce-checkout-payment ul.wc_payment_methods li:hover label {
  background-color: #f0f0f0
}

.fusion-woo-checkout-payment-tb .woocommerce-checkout-payment .place-order {
  margin-top: 1em
}

.fusion-woo-checkout-payment-tb.button-align-left #place_order {
  float: left !important
}

.fusion-woo-checkout-payment-tb.button-align-right #place_order {
  float: right !important
}

.fusion-woo-checkout-payment-tb.button-align-center #place_order {
  float: none !important;
  left: 50%;
  transform: translateX(-50%)
}

.fusion-woo-notices-tb.alignment-text-left .woocommerce-error li,
.fusion-woo-notices-tb.alignment-text-left .woocommerce-info,
.fusion-woo-notices-tb.alignment-text-left .woocommerce-message {
  text-align: left
}

.fusion-woo-notices-tb.alignment-text-center .woocommerce-error li,
.fusion-woo-notices-tb.alignment-text-center .woocommerce-info,
.fusion-woo-notices-tb.alignment-text-center .woocommerce-message {
  text-align: center
}

.fusion-woo-notices-tb.alignment-text-center .woocommerce-error li .wc-forward,
.fusion-woo-notices-tb.alignment-text-center .woocommerce-info .wc-forward,
.fusion-woo-notices-tb.alignment-text-center .woocommerce-message .wc-forward {
  float: none;
  display: block
}

.fusion-woo-notices-tb.alignment-text-right .woocommerce-error li,
.fusion-woo-notices-tb.alignment-text-right .woocommerce-info,
.fusion-woo-notices-tb.alignment-text-right .woocommerce-message {
  text-align: right
}

.fusion-woo-notices-tb.alignment-text-right .woocommerce-error li .fusion-woo-notices-tb-icon,
.fusion-woo-notices-tb.alignment-text-right .woocommerce-info .fusion-woo-notices-tb-icon,
.fusion-woo-notices-tb.alignment-text-right .woocommerce-message .fusion-woo-notices-tb-icon {
  margin-left: .5em;
  margin-right: 0;
  order: 1
}

.fusion-woo-notices-tb.alignment-text-right .woocommerce-error li .wc-forward,
.fusion-woo-notices-tb.alignment-text-right .woocommerce-info .wc-forward,
.fusion-woo-notices-tb.alignment-text-right .woocommerce-message .wc-forward {
  order: -1
}

.fusion-woo-notices-tb.alignment-text-left .woocommerce-error li,
.fusion-woo-notices-tb.alignment-text-left .woocommerce-info,
.fusion-woo-notices-tb.alignment-text-left .woocommerce-message,
.fusion-woo-notices-tb.alignment-text-right .woocommerce-error li,
.fusion-woo-notices-tb.alignment-text-right .woocommerce-info,
.fusion-woo-notices-tb.alignment-text-right .woocommerce-message {
  align-items: center;
  display: flex;
  justify-content: space-between;
  gap: 0 .5em
}

.fusion-woo-notices-tb.alignment-text-left .woocommerce-error li .wc-forward,
.fusion-woo-notices-tb.alignment-text-left .woocommerce-info .wc-forward,
.fusion-woo-notices-tb.alignment-text-left .woocommerce-message .wc-forward,
.fusion-woo-notices-tb.alignment-text-right .woocommerce-error li .wc-forward,
.fusion-woo-notices-tb.alignment-text-right .woocommerce-info .wc-forward,
.fusion-woo-notices-tb.alignment-text-right .woocommerce-message .wc-forward {
  white-space: nowrap
}

.fusion-woo-notices-tb.alignment-text-left .woocommerce-error li .wc-notices-text,
.fusion-woo-notices-tb.alignment-text-left .woocommerce-info .wc-notices-text,
.fusion-woo-notices-tb.alignment-text-left .woocommerce-message .wc-notices-text,
.fusion-woo-notices-tb.alignment-text-right .woocommerce-error li .wc-notices-text,
.fusion-woo-notices-tb.alignment-text-right .woocommerce-info .wc-notices-text,
.fusion-woo-notices-tb.alignment-text-right .woocommerce-message .wc-notices-text {
  flex: 1
}

.fusion-woo-notices-tb .woocommerce-info:before,
.fusion-woo-notices-tb .woocommerce-message:before {
  content: none
}

.fusion-woo-notices-tb .woocommerce-error .fusion-woo-notices-tb-icon,
.fusion-woo-notices-tb .woocommerce-info .fusion-woo-notices-tb-icon,
.fusion-woo-notices-tb .woocommerce-message .fusion-woo-notices-tb-icon {
  margin-right: .5em;
  vertical-align: middle
}

.fusion-woo-notices-tb .woocommerce-error li,
.fusion-woo-notices-tb .woocommerce-info,
.fusion-woo-notices-tb .woocommerce-message {
  background-color: #fff;
  border: 1px solid grey;
  color: grey;
  margin-bottom: 15px;
  padding: 20px
}

.fusion-woo-notices-tb .woocommerce-error li a:before,
.fusion-woo-notices-tb .woocommerce-info a:before,
.fusion-woo-notices-tb .woocommerce-message a:before {
  transition: none
}

.fusion-woo-notices-tb.show-button-no .woocommerce-error li .wc-forward,
.fusion-woo-notices-tb.show-button-no .woocommerce-info .wc-forward,
.fusion-woo-notices-tb.show-button-no .woocommerce-message .wc-forward {
  display: none
}

.awb-woo-mini-cart .woocommerce-mini-cart {
  padding: 0;
  margin: 0
}

.awb-woo-mini-cart .woocommerce-mini-cart li {
  border-bottom: 1px solid var(--awb-separator-color, var(--grid_separator_color));
  padding: 1em 0;
  margin: 0;
  position: relative
}

.awb-woo-mini-cart .woocommerce-mini-cart li[style] {
  opacity: .5
}

.awb-woo-mini-cart .woocommerce-mini-cart li .blockUI.blockOverlay {
  display: none !important
}

.awb-woo-mini-cart .woocommerce-mini-cart li .remove {
  font-weight: 700;
  background: var(--awb-remove-icon-bg-color, var(--awb-color4));
  width: 15px;
  height: 15px;
  line-height: 15px;
  text-align: center;
  border-radius: 100%;
  color: var(--awb-remove-icon-color, var(--awb-color1));
  font-size: .8em;
  position: relative;
  left: 0;
  transition: all .2s;
  display: inline-block;
  vertical-align: middle;
  margin: 0 5px 0 0
}

.awb-woo-mini-cart .woocommerce-mini-cart li .remove.hover,
.awb-woo-mini-cart .woocommerce-mini-cart li .remove:hover {
  color: var(--awb-remove-icon-hover-color, var(--awb-color1));
  background: var(--awb-remove-icon-hover-bg-color, var(--awb-color4))
}

.awb-woo-mini-cart .woocommerce-mini-cart li .quantity {
  padding-left: 1.2em
}

.awb-woo-mini-cart .woocommerce-mini-cart li a img {
  max-width: var(--awb-image-max-width, 58px)
}

.awb-woo-mini-cart .woocommerce-mini-cart li a:not(.remove) {
  font-family: var(--awb-product-title-font-family, var(--body_typography-font-family));
  font-weight: var(--awb-product-title-font-weight, var(--body_typography-font-weight));
  font-size: var(--awb-product-title-font-size, var(--body_typography-font-size));
  letter-spacing: var(--awb-product-title-letter-spacing, var(--body_typography-letter-spacing));
  line-height: var(--awb-product-title-line-height, var(--body_typography-line-height));
  text-transform: var(--awb-product-title-text-transform, none);
  color: var(--awb-product-title-color, var(--link_color));
  vertical-align: middle
}

.awb-woo-mini-cart .woocommerce-mini-cart li a:not(.remove).hover,
.awb-woo-mini-cart .woocommerce-mini-cart li a:not(.remove):hover {
  color: var(--awb-product-title-hover-color, var(--primary_color))
}

.awb-woo-mini-cart .woocommerce-mini-cart__total {
  border-bottom: 1px solid var(--awb-separator-color, var(--grid_separator_color));
  padding: 1em 0;
  margin: 0;
  text-align: var(--awb-subtotal-alignment, center)
}

.awb-woo-mini-cart .woocommerce-mini-cart__total strong {
  font-family: var(--awb-subtotal-text-font-family, var(--body_typography-font-family));
  font-weight: var(--awb-subtotal-text-font-weight, bold);
  font-size: var(--awb-subtotal-text-font-size, var(--body_typography-font-size));
  letter-spacing: var(--awb-subtotal-text-letter-spacing, var(--body_typography-letter-spacing));
  line-height: var(--awb-subtotal-text-line-height, var(--body_typography-line-height));
  color: var(--awb-subtotal-text-color, var(--link_color))
}

.awb-woo-mini-cart .woocommerce-mini-cart__total .woocommerce-Price-amount {
  margin-left: 0;
  font-family: var(--awb-subtotal-amount-font-family, var(--body_typography-font-family));
  font-weight: var(--awb-subtotal-amount-font-weight, var(--body_typography-font-weight));
  font-size: var(--awb-subtotal-amount-font-size, var(--body_typography-font-size));
  letter-spacing: var(--awb-subtotal-amount-letter-spacing, var(--body_typography-letter-spacing));
  line-height: var(--awb-subtotal-amount-line-height, var(--body_typography-line-height));
  color: var(--awb-subtotal-amount-color, var(--primary_color))
}

.awb-woo-mini-cart .quantity {
  width: auto;
  font-family: var(--awb-product-price-font-family, var(--body_typography-font-family));
  font-weight: var(--awb-product-price-font-weight, bold);
  font-size: var(--awb-product-price-font-size, var(--body_typography-font-size));
  letter-spacing: var(--awb-product-price-letter-spacing, var(--body_typography-letter-spacing));
  line-height: var(--awb-product-price-line-height, var(--body_typography-line-height));
  text-transform: var(--awb-product-title-text-transform, none);
  color: var(--awb-product-price-color, var(--link_color))
}

.awb-woo-mini-cart .quantity .woocommerce-Price-amount {
  font-weight: var(--awb-product-price-font-weight, bold)
}

.awb-woo-mini-cart .buttons {
  background-color: transparent;
  display: flex;
  flex-flow: column;
  align-items: center;
  margin: var(--awb-link-margin-top, 1em) var(--awb-link-margin-right, 0) var(--awb-link-margin-bottom, 0) var(--awb-link-margin-left, 0)
}

.awb-woo-mini-cart .buttons .button {
  width: auto;
  height: auto;
  line-height: normal;
  display: block;
  float: none;
  text-align: center
}

.awb-woo-mini-cart .buttons a:not(.checkout) {
  font-family: var(--awb-view-cart-font-family, var(--body_typography-font-family));
  font-weight: var(--awb-view-cart-font-weight, var(--body_typography-font-weight));
  font-size: var(--awb-view-cart-font-size, var(--body_typography-font-size));
  letter-spacing: var(--awb-view-cart-letter-spacing, var(--body_typography-letter-spacing));
  line-height: var(--awb-view-cart-line-height, var(--body_typography-line-height));
  text-transform: var(--awb-view-cart-text-transform, none)
}

.awb-woo-mini-cart .buttons a.checkout {
  font-family: var(--awb-checkout-font-family, var(--body_typography-font-family));
  font-weight: var(--awb-checkout-font-weight, var(--body_typography-font-weight));
  font-size: var(--awb-checkout-font-size, var(--body_typography-font-size));
  letter-spacing: var(--awb-checkout-letter-spacing, var(--body_typography-letter-spacing));
  line-height: var(--awb-checkout-line-height, var(--body_typography-line-height));
  text-transform: var(--awb-checkout-text-transform, none)
}

.awb-woo-mini-cart.icon-position-right .button {
  display: inline-flex;
  flex-direction: row-reverse;
  justify-content: center
}

.awb-woo-mini-cart.icon-position-right .button:before {
  margin-right: 0;
  margin-left: 10px
}

.awb-woo-mini-cart.button-span-yes:not(.layout-floated) .button {
  width: 100%
}

.awb-woo-mini-cart.layout-floated .buttons {
  flex-flow: inherit;
  justify-content: var(--awb-links-justify, center)
}

.awb-woo-mini-cart.layout-floated.button-span-yes .button {
  flex-grow: 1
}

.awb-woo-mini-cart.layout-floated.button-span-yes .button:first-child {
  margin-inline-end: 10px
}

.awb-woo-mini-cart.link-style-button .buttons a:not(.checkout) {
  background: var(--awb-view-cart-button-background, var(--button_gradient_top_color));
  background-image: var(--awb-view-cart-button-background-image, none);
  color: var(--awb-view-cart-button-color, var(--button_accent_color));
  border-color: var(--awb-view-cart-border-color, var(--button_border_color));
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border-width: var(--awb-view-cart-border-top-width, 0) var(--awb-view-cart-border-right-width, 0) var(--awb-view-cart-border-bottom-width, 0) var(--awb-view-cart-border-left-width, 0);
  border-style: solid;
  padding-top: var(--button_padding-top, 13px);
  padding-right: var(--button_padding-right, 29px);
  padding-bottom: var(--button_padding-bottom, 13px);
  padding-left: var(--button_padding-left, 29px);
  transition: all .2s;
  font-family: var(--awb-view-cart-font-family, var(--button_typography-font-family));
  font-weight: var(--awb-view-cart-font-weight, var(--button_typography-font-weight));
  font-size: var(--awb-view-cart-font-size, var(--button_font_size, 14px));
  letter-spacing: var(--awb-view-cart-letter-spacing, var(--button_typography-letter-spacing));
  line-height: var(--awb-view-cart-line-height, var(--button_line_height, 1));
  text-transform: var(--awb-view-cart-text-transform, none)
}

.awb-woo-mini-cart.link-style-button .buttons a:not(.checkout):before {
  color: var(--awb-view-cart-button-color, var(--button_accent_color))
}

.awb-woo-mini-cart.link-style-button .buttons a:not(.checkout).hover,
.awb-woo-mini-cart.link-style-button .buttons a:not(.checkout):hover {
  background: var(--awb-view-cart-button-hover-background, var(--button_gradient_top_color_hover));
  background-image: var(--awb-view-cart-button-hover-background-image, none);
  color: var(--awb-view-cart-button-hover-color, var(--awb-view-cart-button-color, var(--button_accent_hover_color)));
  border-color: var(--awb-view-cart-hover-border-color, var(--button_border_hover_color))
}

.awb-woo-mini-cart.link-style-button .buttons a:not(.checkout).hover:before,
.awb-woo-mini-cart.link-style-button .buttons a:not(.checkout):hover:before {
  color: var(--awb-view-cart-button-hover-color, var(--awb-view-cart-button-color, var(--button_accent_hover_color)))
}

.awb-woo-mini-cart.link-style-button .buttons a.checkout {
  background: var(--awb-checkout-button-background, var(--button_gradient_top_color));
  background-image: var(--awb-checkout-button-background-image, none);
  color: var(--awb-checkout-button-color, var(--button_accent_color));
  border-color: var(--awb-checkout-border-color, var(--button_border_color));
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border-width: var(--awb-checkout-border-top-width, 0) var(--awb-checkout-border-right-width, 0) var(--awb-checkout-border-bottom-width, 0) var(--awb-checkout-border-left-width, 0);
  border-style: solid;
  padding-top: var(--button_padding-top, 13px);
  padding-right: var(--button_padding-right, 29px);
  padding-bottom: var(--button_padding-bottom, 13px);
  padding-left: var(--button_padding-left, 29px);
  transition: all .2s;
  font-family: var(--awb-checkout-font-family, var(--button_typography-font-family));
  font-weight: var(--awb-checkout-font-weight, var(--button_typography-font-weight));
  font-size: var(--awb-checkout-font-size, var(--button_font_size, 14px));
  letter-spacing: var(--awb-checkout-letter-spacing, var(--button_typography-letter-spacing));
  line-height: var(--awb-checkout-line-height, var(--button_line_height, 1));
  text-transform: var(--awb-checkout-text-transform, none)
}

.awb-woo-mini-cart.link-style-button .buttons a.checkout:before {
  color: var(--awb-checkout-button-color, var(--button_accent_color))
}

.awb-woo-mini-cart.link-style-button .buttons a.checkout.hover,
.awb-woo-mini-cart.link-style-button .buttons a.checkout:hover {
  background: var(--awb-checkout-button-hover-background, var(--button_gradient_top_color_hover));
  background-image: var(--awb-checkout-button-hover-background-image, none);
  color: var(--awb-checkout-button-hover-color, var(--awb-checkout-button-color, var(--button_accent_hover_color)));
  border-color: var(--awb-checkout-hover-border-color, var(--button_border_hover_color))
}

.awb-woo-mini-cart.link-style-button .buttons a.checkout.hover:before,
.awb-woo-mini-cart.link-style-button .buttons a.checkout:hover:before {
  color: var(--awb-checkout-button-hover-color, var(--awb-checkout-button-color, var(--button_accent_hover_color)))
}

.awb-woo-mini-cart.link-style-button.view-cart-button-size-small .buttons a:not(.checkout) {
  padding: 9px 20px
}

.awb-woo-mini-cart.link-style-button.view-cart-button-size-medium .buttons a:not(.checkout) {
  padding: 11px 23px
}

.awb-woo-mini-cart.link-style-button.view-cart-button-size-large .buttons a:not(.checkout) {
  padding: 13px 29px
}

.awb-woo-mini-cart.link-style-button.view-cart-button-size-xlarge .buttons a:not(.checkout) {
  padding: 17px 40px
}

.awb-woo-mini-cart.link-style-button.checkout-button-size-small .buttons a.checkout {
  padding: 9px 20px
}

.awb-woo-mini-cart.link-style-button.checkout-button-size-medium .buttons a.checkout {
  padding: 11px 23px
}

.awb-woo-mini-cart.link-style-button.checkout-button-size-large .buttons a.checkout {
  padding: 13px 29px
}

.awb-woo-mini-cart.link-style-button.checkout-button-size-xlarge .buttons a.checkout {
  padding: 17px 40px
}

.awb-woo-mini-cart.link-style-link .buttons a:not(.checkout) {
  color: var(--awb-view-cart-link-color, var(--link_color))
}

.awb-woo-mini-cart.link-style-link .buttons a:not(.checkout):before {
  color: var(--awb-view-cart-link-color, var(--link_color))
}

.awb-woo-mini-cart.link-style-link .buttons a:not(.checkout).hover,
.awb-woo-mini-cart.link-style-link .buttons a:not(.checkout):hover {
  color: var(--awb-view-cart-link-hover-color, var(--primary_color))
}

.awb-woo-mini-cart.link-style-link .buttons a:not(.checkout).hover:before,
.awb-woo-mini-cart.link-style-link .buttons a:not(.checkout):hover:before {
  color: var(--awb-view-cart-link-hover-color, var(--primary_color))
}

.awb-woo-mini-cart.link-style-link .buttons a.checkout {
  color: var(--awb-checkout-link-color, var(--link_color))
}

.awb-woo-mini-cart.link-style-link .buttons a.checkout:before {
  color: var(--awb-checkout-link-color, var(--link_color))
}

.awb-woo-mini-cart.link-style-link .buttons a.checkout.hover,
.awb-woo-mini-cart.link-style-link .buttons a.checkout:hover {
  color: var(--awb-checkout-link-hover-color, var(--primary_color))
}

.awb-woo-mini-cart.link-style-link .buttons a.checkout.hover:before,
.awb-woo-mini-cart.link-style-link .buttons a.checkout:hover:before {
  color: var(--awb-checkout-link-hover-color, var(--primary_color))
}

.awb-woo-mini-cart.layout-stacked .buttons {
  align-items: var(--awb-links-alignment, center)
}

.awb-woo-mini-cart.layout-stacked .buttons .button:first-child {
  margin-bottom: .6em
}

.awb-woo-mini-cart.hide-buttons .buttons {
  display: none
}

.awb-woo-mini-cart.hide-subtotal .total {
  display: none
}

.awb-woo-mini-cart.hide-remove-icon .remove {
  display: none !important
}

.awb-woo-mini-cart.hide-remove-icon .quantity {
  padding-left: 0 !important
}

.fusion-form-form-wrapper .fusion-form-field .fusion-form-select-wrapper {
  position: relative
}

.fusion-form-form-wrapper .fusion-form-field .fusion-form-select-wrapper .select-arrow {
  top: 1px
}

.fusion-form-form-wrapper .fusion-form-field .fusion-select-wrapper {
  position: relative
}

.fusion-form-form-wrapper .fusion-form-field .fusion-select-wrapper .select-arrow {
  border: none;
  top: 50%;
  transform: translateY(-50%);
  bottom: auto;
  height: auto;
  width: auto;
  right: 1em;
  font-size: inherit !important;
  background: 0 0 !important
}

.fusion-form-form-wrapper .fusion-form-field .fusion-select-wrapper .select-arrow svg path {
  stroke: var(--form_text_color)
}

.fusion-form-form-wrapper .fusion-form-field select {
  -webkit-appearance: none;
  -moz-appearance: none;
  text-overflow: "";
  cursor: pointer;
  display: block;
  outline: 0;
  width: 100%;
  position: relative;
  text-indent: 0;
  vertical-align: middle;
  z-index: 5;
  margin: 0;
  line-height: normal !important
}

.fusion-form-form-wrapper .fusion-form-field .fusion-form-radio {
  display: flex;
  align-items: center;
  flex-direction: row
}

.fusion-form-form-wrapper .fusion-form-field .fusion-form-radio.option-inline {
  display: inline-flex;
  margin-right: 1.5em
}

.fusion-form-form-wrapper .fusion-form-field .fusion-form-radio:not(.option-inline) {
  margin-bottom: .5em
}

.fusion-form-form-wrapper .fusion-form-field .fusion-form-radio label {
  margin: 0;
  position: relative;
  padding: 0 0 0 1.34em;
  cursor: pointer
}

.fusion-form-form-wrapper .fusion-form-field .fusion-form-radio label:before {
  content: "";
  min-width: 13px;
  height: 13px;
  border: 1px solid var(--form_border_color);
  border-radius: 100%;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  transition: all .2s ease
}

.fusion-form-form-wrapper .fusion-form-field .fusion-form-radio label:after {
  content: "";
  left: 4px;
  width: 7px;
  height: 7px;
  border-radius: 100%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%)
}

.fusion-form-form-wrapper .fusion-form-field .fusion-form-radio input {
  position: absolute;
  width: 14px;
  height: 14px;
  opacity: 0;
  margin: 0
}

.fusion-form-form-wrapper .fusion-form-field .fusion-form-radio input:checked+label:before {
  border-color: var(--form_focus_border_color)
}

.fusion-form-form-wrapper .fusion-form-field .fusion-form-radio input:checked+label:after {
  background: var(--form_focus_border_color)
}

.fusion-form-form-wrapper .fusion-form-field .fusion-form-radio input:hover:not(:checked)+label:before {
  border-color: var(--form_focus_border_color-5a)
}

.fusion-form-form-wrapper .fusion-form-field .fusion-form-radio input:focus+label:before {
  border-color: var(--form_focus_border_color)
}

.fusion-form-form-wrapper .fusion-form-field.option-inline .fusion-form-image-select {
  display: inline-block;
  margin: .33em
}

.fusion-form-form-wrapper .fusion-form-field.option-inline .fusion-form-image-select:first-child {
  margin-left: 0
}

.fusion-form-form-wrapper .fusion-form-field .fusion-form-image-select {
  margin: .33em 0;
  position: relative
}

.fusion-form-form-wrapper .fusion-form-field .fusion-form-image-select .fusion-form-input {
  opacity: 0;
  position: absolute;
  pointer-events: none;
  height: 100%;
  top: 0;
  width: 100%;
  left: 0
}

.fusion-form-form-wrapper .fusion-form-field .fusion-form-image-select .fusion-form-input:checked+label {
  border-color: var(--form_focus_border_color)
}

.fusion-form-form-wrapper .fusion-form-field .fusion-form-image-select .fusion-form-input:hover:not(:checked)+label {
  border-color: var(--form_focus_border_color-5a)
}

.fusion-form-form-wrapper .fusion-form-field .fusion-form-image-select .fusion-form-input:focus+label {
  border-color: var(--form_focus_border_color)
}

.fusion-form-form-wrapper .fusion-form-field .fusion-form-image-select label {
  border: 1px solid var(--form_border_color);
  border-width: var(--form_border_width-top) var(--form_border_width-right) var(--form_border_width-bottom) var(--form_border_width-left);
  border-radius: var(--form_border_radius);
  cursor: pointer;
  text-align: center;
  margin: 0;
  transition: all .2s ease;
  overflow: hidden
}

.fusion-form-form-wrapper .fusion-form-field .fusion-form-image-select label span {
  display: block
}

.fusion-form-form-wrapper .fusion-form-field .fusion-form-image-select label .fusion-form-image-wrapper {
  display: block;
  width: 80px;
  height: 80px;
  max-width: 100%
}

.fusion-form-form-wrapper .fusion-form-field .fusion-form-image-select img {
  width: 100%;
  height: 100%;
  object-fit: cover
}

.fusion-form-form-wrapper .fusion-form-field.fusion-form-label-above label span {
  margin-bottom: .35em
}

.fusion-form-form-wrapper .fusion-form-field.fusion-form-label-below label span {
  margin-top: .35em
}

.fusion-form-form-wrapper .fusion-form-field .fusion-form-checkbox {
  display: flex;
  align-items: center;
  flex-direction: row
}

.fusion-form-form-wrapper .fusion-form-field .fusion-form-checkbox.option-inline {
  display: inline-flex;
  margin-right: 1.5em
}

.fusion-form-form-wrapper .fusion-form-field .fusion-form-checkbox:not(.option-inline) {
  margin-bottom: .5em
}

.fusion-form-form-wrapper .fusion-form-field .fusion-form-checkbox label {
  margin: 0;
  position: relative;
  padding: 0 0 0 1.34em;
  cursor: pointer
}

.fusion-form-form-wrapper .fusion-form-field .fusion-form-checkbox label:before {
  content: "";
  height: 13px;
  position: absolute;
  left: 0;
  top: 50%;
  min-width: 13px;
  border: 1px solid var(--form_border_color);
  border-radius: 4px;
  transform: translateY(-50%);
  transition: all .2s ease
}

.fusion-form-form-wrapper .fusion-form-field .fusion-form-checkbox input {
  position: absolute;
  width: 14px;
  height: 14px;
  opacity: 0;
  margin: 0
}

.fusion-form-form-wrapper .fusion-form-field .fusion-form-checkbox input:checked+label:after {
  content: "";
  position: absolute;
  width: 7px;
  height: 7px;
  left: 4px;
  background: var(--form_focus_border_color);
  border-radius: 2px;
  top: 50%;
  transform: translateY(-50%)
}

.fusion-form-form-wrapper .fusion-form-field .fusion-form-checkbox input:checked+label:before {
  border: 1px solid var(--form_focus_border_color)
}

.fusion-form-form-wrapper .fusion-form-field .fusion-form-checkbox input:hover:not(:checked)+label:before {
  border-color: var(--form_focus_border_color-5a)
}

.fusion-form-form-wrapper .fusion-form-field .fusion-form-checkbox input:focus+label:before {
  border-color: var(--form_focus_border_color)
}

.fusion-form-form-wrapper .fusion-form-field input[type=range] {
  display: block;
  width: 100%;
  margin: 0;
  background-color: transparent !important;
  -webkit-appearance: none;
  border-width: 0 !important
}

.fusion-form-form-wrapper .fusion-form-field input[type=range]::-webkit-slider-runnable-track {
  background: var(--form_border_color);
  border-radius: 4px;
  width: 100%;
  height: 8px;
  cursor: pointer
}

.fusion-form-form-wrapper .fusion-form-field input[type=range]::-moz-range-track {
  background: var(--form_border_color);
  border-radius: 4px;
  width: 100%;
  height: 8px;
  cursor: pointer
}

.fusion-form-form-wrapper .fusion-form-field input[type=range]::-webkit-slider-thumb {
  margin-top: -3px;
  width: 14px;
  height: 14px;
  background: var(--form_focus_border_color);
  border: none;
  border-radius: 50px;
  cursor: pointer;
  -webkit-appearance: none
}

.fusion-form-form-wrapper .fusion-form-field input[type=range]::-moz-range-thumb {
  width: 14px;
  height: 14px;
  background: var(--form_focus_border_color);
  border: none;
  border-radius: 50px;
  cursor: pointer
}

.fusion-form-form-wrapper .fusion-form-field .fusion-form-range-field-container {
  display: flex
}

.fusion-form-form-wrapper .fusion-form-field .fusion-form-range-field-container.orientation-right .fusion-form-range-value {
  margin-right: 0;
  margin-left: .65em
}

.fusion-form-form-wrapper .fusion-form-field .fusion-form-range-field-container .fusion-form-range-value {
  width: 4em;
  margin: 0;
  text-align: center;
  margin-right: .65em;
  padding: .65em;
  transition: all .2s ease
}

.fusion-form-form-wrapper .fusion-form-field .fusion-form-range-field-container .fusion-form-range-value:hover:not(:focus) {
  border-color: var(--form_focus_border_color-5a)
}

.fusion-form-form-wrapper .fusion-form-field .fusion-form-range-field-container .fusion-form-input {
  padding: 0
}

.fusion-form-form-wrapper .fusion-form-field .fusion-form-upload-field-container {
  display: flex;
  align-items: flex-end;
  position: relative
}

.fusion-form-form-wrapper .fusion-form-field .fusion-form-upload-field-container .fusion-form-upload-field-button {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  opacity: 0;
  z-index: 100
}

.fusion-form-form-wrapper .fusion-form-field .fusion-form-upload-field-container .fusion-form-upload-field {
  width: 100%;
  margin: 0;
  text-align: center;
  height: 134px;
  border-style: dashed;
  border-width: 2px;
  line-height: normal;
  transition: all .2s ease
}

.fusion-form-form-wrapper .fusion-form-field .fusion-form-upload-field-container input[type=file] {
  opacity: 0;
  position: absolute;
  top: 0;
  pointer-events: none;
  height: 100%
}

.fusion-form-form-wrapper .fusion-form-field .fusion-form-upload-field-container:hover .fusion-form-upload-field {
  border-color: var(--form_focus_border_color-5a)
}

.fusion-form-form-wrapper .fusion-form-field.fusion-form-upload-field .fusion-form-input-with-icon i {
  left: 0 !important;
  right: 0;
  top: 50px;
  font-size: 25px
}

.fusion-form-form-wrapper .fusion-form-field.fusion-form-upload-field .fusion-form-input-with-icon .fusion-form-upload-field {
  padding: 35px 0 0 0
}

.fusion-form-form-wrapper .fusion-form-field.dragged.fusion-form-upload-field .fusion-form-upload-field {
  border-color: var(--form_focus_border_color)
}

.flatpickr-calendar {
  background: transparent;
  opacity: 0;
  display: none;
  text-align: center;
  visibility: hidden;
  padding: 0;
  -webkit-animation: none;
  animation: none;
  direction: ltr;
  border: 0;
  font-size: 14px;
  line-height: 24px;
  border-radius: 5px;
  position: absolute;
  width: 307.875px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  background: #fff;
  -webkit-box-shadow: 1px 0 0 #e6e6e6, -1px 0 0 #e6e6e6, 0 1px 0 #e6e6e6, 0 -1px 0 #e6e6e6, 0 3px 13px rgba(0, 0, 0, 0.08);
  box-shadow: 1px 0 0 #e6e6e6, -1px 0 0 #e6e6e6, 0 1px 0 #e6e6e6, 0 -1px 0 #e6e6e6, 0 3px 13px rgba(0, 0, 0, 0.08)
}

.flatpickr-calendar.open,
.flatpickr-calendar.inline {
  opacity: 1;
  max-height: 640px;
  visibility: visible
}

.flatpickr-calendar.open {
  display: inline-block;
  z-index: 99999
}

.flatpickr-calendar.animate.open {
  -webkit-animation: fpFadeInDown 300ms cubic-bezier(.23, 1, .32, 1);
  animation: fpFadeInDown 300ms cubic-bezier(.23, 1, .32, 1)
}

.flatpickr-calendar.inline {
  display: block;
  position: relative;
  top: 2px
}

.flatpickr-calendar.static {
  position: absolute;
  top: calc(100% + 2px)
}

.flatpickr-calendar.static.open {
  z-index: 999;
  display: block
}

.flatpickr-calendar.multiMonth .flatpickr-days .dayContainer:nth-child(n+1) .flatpickr-day.inRange:nth-child(7n+7) {
  -webkit-box-shadow: none !important;
  box-shadow: none !important
}

.flatpickr-calendar.multiMonth .flatpickr-days .dayContainer:nth-child(n+2) .flatpickr-day.inRange:nth-child(7n+1) {
  -webkit-box-shadow: -2px 0 0 #e6e6e6, 5px 0 0 #e6e6e6;
  box-shadow: -2px 0 0 #e6e6e6, 5px 0 0 #e6e6e6
}

.flatpickr-calendar .hasWeeks .dayContainer,
.flatpickr-calendar .hasTime .dayContainer {
  border-bottom: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0
}

.flatpickr-calendar .hasWeeks .dayContainer {
  border-left: 0
}

.flatpickr-calendar.hasTime .flatpickr-time {
  height: 40px;
  border-top: 1px solid #e6e6e6
}

.flatpickr-calendar.noCalendar.hasTime .flatpickr-time {
  height: auto
}

.flatpickr-calendar:before,
.flatpickr-calendar:after {
  position: absolute;
  display: block;
  pointer-events: none;
  border: solid transparent;
  content: '';
  height: 0;
  width: 0;
  left: 22px
}

.flatpickr-calendar.rightMost:before,
.flatpickr-calendar.arrowRight:before,
.flatpickr-calendar.rightMost:after,
.flatpickr-calendar.arrowRight:after {
  left: auto;
  right: 22px
}

.flatpickr-calendar.arrowCenter:before,
.flatpickr-calendar.arrowCenter:after {
  left: 50%;
  right: 50%
}

.flatpickr-calendar:before {
  border-width: 5px;
  margin: 0 -5px
}

.flatpickr-calendar:after {
  border-width: 4px;
  margin: 0 -4px
}

.flatpickr-calendar.arrowTop:before,
.flatpickr-calendar.arrowTop:after {
  bottom: 100%
}

.flatpickr-calendar.arrowTop:before {
  border-bottom-color: #e6e6e6
}

.flatpickr-calendar.arrowTop:after {
  border-bottom-color: #fff
}

.flatpickr-calendar.arrowBottom:before,
.flatpickr-calendar.arrowBottom:after {
  top: 100%
}

.flatpickr-calendar.arrowBottom:before {
  border-top-color: #e6e6e6
}

.flatpickr-calendar.arrowBottom:after {
  border-top-color: #fff
}

.flatpickr-calendar:focus {
  outline: 0
}

.flatpickr-wrapper {
  position: relative;
  display: inline-block
}

.flatpickr-months {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex
}

.flatpickr-months .flatpickr-month {
  background: transparent;
  color: rgba(0, 0, 0, 0.9);
  fill: rgba(0, 0, 0, 0.9);
  height: 34px;
  line-height: 1;
  text-align: center;
  position: relative;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  overflow: hidden;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1
}

.flatpickr-months .flatpickr-prev-month,
.flatpickr-months .flatpickr-next-month {
  text-decoration: none;
  cursor: pointer;
  position: absolute;
  top: 0;
  height: 34px;
  padding: 10px;
  z-index: 3;
  color: rgba(0, 0, 0, 0.9);
  fill: rgba(0, 0, 0, 0.9)
}

.flatpickr-months .flatpickr-prev-month.flatpickr-disabled,
.flatpickr-months .flatpickr-next-month.flatpickr-disabled {
  display: none
}

.flatpickr-months .flatpickr-prev-month i,
.flatpickr-months .flatpickr-next-month i {
  position: relative
}

.flatpickr-months .flatpickr-prev-month.flatpickr-prev-month,
.flatpickr-months .flatpickr-next-month.flatpickr-prev-month {
  /*
      /*rtl:begin:ignore*/
  left: 0
    /*
      /*rtl:end:ignore*/
}

/*
      /*rtl:begin:ignore*/
/*
      /*rtl:end:ignore*/
.flatpickr-months .flatpickr-prev-month.flatpickr-next-month,
.flatpickr-months .flatpickr-next-month.flatpickr-next-month {
  /*
      /*rtl:begin:ignore*/
  right: 0
    /*
      /*rtl:end:ignore*/
}

/*
      /*rtl:begin:ignore*/
/*
      /*rtl:end:ignore*/
.flatpickr-months .flatpickr-prev-month:hover,
.flatpickr-months .flatpickr-next-month:hover {
  color: #959ea9
}

.flatpickr-months .flatpickr-prev-month:hover svg,
.flatpickr-months .flatpickr-next-month:hover svg {
  fill: #f64747
}

.flatpickr-months .flatpickr-prev-month svg,
.flatpickr-months .flatpickr-next-month svg {
  width: 14px;
  height: 14px
}

.flatpickr-months .flatpickr-prev-month svg path,
.flatpickr-months .flatpickr-next-month svg path {
  -webkit-transition: fill .1s;
  transition: fill .1s;
  fill: inherit
}

.numInputWrapper {
  position: relative;
  height: auto
}

.numInputWrapper input,
.numInputWrapper span {
  display: inline-block
}

.numInputWrapper input {
  width: 100%
}

.numInputWrapper input::-ms-clear {
  display: none
}

.numInputWrapper input::-webkit-outer-spin-button,
.numInputWrapper input::-webkit-inner-spin-button {
  margin: 0;
  -webkit-appearance: none
}

.numInputWrapper span {
  position: absolute;
  right: 0;
  width: 14px;
  padding: 0 4px 0 2px;
  height: 50%;
  line-height: 50%;
  opacity: 0;
  cursor: pointer;
  border: 1px solid rgba(57, 57, 57, 0.15);
  -webkit-box-sizing: border-box;
  box-sizing: border-box
}

.numInputWrapper span:hover {
  background: rgba(0, 0, 0, 0.1)
}

.numInputWrapper span:active {
  background: rgba(0, 0, 0, 0.2)
}

.numInputWrapper span:after {
  display: block;
  content: "";
  position: absolute
}

.numInputWrapper span.arrowUp {
  top: 0;
  border-bottom: 0
}

.numInputWrapper span.arrowUp:after {
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-bottom: 4px solid rgba(57, 57, 57, 0.6);
  top: 26%
}

.numInputWrapper span.arrowDown {
  top: 50%
}

.numInputWrapper span.arrowDown:after {
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 4px solid rgba(57, 57, 57, 0.6);
  top: 40%
}

.numInputWrapper span svg {
  width: inherit;
  height: auto
}

.numInputWrapper span svg path {
  fill: rgba(0, 0, 0, 0.5)
}

.numInputWrapper:hover {
  background: rgba(0, 0, 0, 0.05)
}

.numInputWrapper:hover span {
  opacity: 1
}

.flatpickr-current-month {
  font-size: 135%;
  line-height: inherit;
  font-weight: 300;
  color: inherit;
  position: absolute;
  width: 75%;
  left: 12.5%;
  padding: 7.48px 0 0 0;
  line-height: 1;
  height: 34px;
  display: inline-block;
  text-align: center;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0)
}

.flatpickr-current-month span.cur-month {
  font-family: inherit;
  font-weight: 700;
  color: inherit;
  display: inline-block;
  margin-left: .5ch;
  padding: 0
}

.flatpickr-current-month span.cur-month:hover {
  background: rgba(0, 0, 0, 0.05)
}

.flatpickr-current-month .numInputWrapper {
  width: 6ch;
  width: 7ch\0;
  display: inline-block
}

.flatpickr-current-month .numInputWrapper span.arrowUp:after {
  border-bottom-color: rgba(0, 0, 0, 0.9)
}

.flatpickr-current-month .numInputWrapper span.arrowDown:after {
  border-top-color: rgba(0, 0, 0, 0.9)
}

.flatpickr-current-month input.cur-year {
  background: transparent;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: inherit;
  cursor: text;
  padding: 0 0 0 .5ch;
  margin: 0;
  display: inline-block;
  font-size: inherit;
  font-family: inherit;
  font-weight: 300;
  line-height: inherit;
  height: auto;
  border: 0;
  border-radius: 0;
  vertical-align: initial;
  -webkit-appearance: textfield;
  -moz-appearance: textfield;
  appearance: textfield
}

.flatpickr-current-month input.cur-year:focus {
  outline: 0
}

.flatpickr-current-month input.cur-year[disabled],
.flatpickr-current-month input.cur-year[disabled]:hover {
  font-size: 100%;
  color: rgba(0, 0, 0, 0.5);
  background: transparent;
  pointer-events: none
}

.flatpickr-current-month .flatpickr-monthDropdown-months {
  appearance: menulist;
  background: transparent;
  border: none;
  border-radius: 0;
  box-sizing: border-box;
  color: inherit;
  cursor: pointer;
  font-size: inherit;
  font-family: inherit;
  font-weight: 300;
  height: auto;
  line-height: inherit;
  margin: -1px 0 0 0;
  outline: none;
  padding: 0 0 0 .5ch;
  position: relative;
  vertical-align: initial;
  -webkit-box-sizing: border-box;
  -webkit-appearance: menulist;
  -moz-appearance: menulist;
  width: auto
}

.flatpickr-current-month .flatpickr-monthDropdown-months:focus,
.flatpickr-current-month .flatpickr-monthDropdown-months:active {
  outline: none
}

.flatpickr-current-month .flatpickr-monthDropdown-months:hover {
  background: rgba(0, 0, 0, 0.05)
}

.flatpickr-current-month .flatpickr-monthDropdown-months .flatpickr-monthDropdown-month {
  background-color: transparent;
  outline: none;
  padding: 0
}

.flatpickr-weekdays {
  background: transparent;
  text-align: center;
  overflow: hidden;
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  height: 28px
}

.flatpickr-weekdays .flatpickr-weekdaycontainer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1
}

span.flatpickr-weekday {
  cursor: default;
  font-size: 90%;
  background: transparent;
  color: rgba(0, 0, 0, 0.54);
  line-height: 1;
  margin: 0;
  text-align: center;
  display: block;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-weight: bolder
}

.dayContainer,
.flatpickr-weeks {
  padding: 1px 0 0 0
}

.flatpickr-days {
  position: relative;
  overflow: hidden;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  width: 307.875px
}

.flatpickr-days:focus {
  outline: 0
}

.dayContainer {
  padding: 0;
  outline: 0;
  text-align: left;
  width: 307.875px;
  min-width: 307.875px;
  max-width: 307.875px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: inline-block;
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-around;
  justify-content: space-around;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  opacity: 1
}

.dayContainer+.dayContainer {
  -webkit-box-shadow: -1px 0 0 #e6e6e6;
  box-shadow: -1px 0 0 #e6e6e6
}

.flatpickr-day {
  background: none;
  border: 1px solid transparent;
  border-radius: 150px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #393939;
  cursor: pointer;
  font-weight: 400;
  width: 14.2857143%;
  -webkit-flex-basis: 14.2857143%;
  -ms-flex-preferred-size: 14.2857143%;
  flex-basis: 14.2857143%;
  max-width: 39px;
  height: 39px;
  line-height: 39px;
  margin: 0;
  display: inline-block;
  position: relative;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center
}

.flatpickr-day.inRange,
.flatpickr-day.prevMonthDay.inRange,
.flatpickr-day.nextMonthDay.inRange,
.flatpickr-day.today.inRange,
.flatpickr-day.prevMonthDay.today.inRange,
.flatpickr-day.nextMonthDay.today.inRange,
.flatpickr-day:hover,
.flatpickr-day.prevMonthDay:hover,
.flatpickr-day.nextMonthDay:hover,
.flatpickr-day:focus,
.flatpickr-day.prevMonthDay:focus,
.flatpickr-day.nextMonthDay:focus {
  cursor: pointer;
  outline: 0;
  background: #e6e6e6;
  border-color: #e6e6e6
}

.flatpickr-day.today {
  border-color: #959ea9
}

.flatpickr-day.today:hover,
.flatpickr-day.today:focus {
  border-color: #959ea9;
  background: #959ea9;
  color: #fff
}

.flatpickr-day.selected,
.flatpickr-day.startRange,
.flatpickr-day.endRange,
.flatpickr-day.selected.inRange,
.flatpickr-day.startRange.inRange,
.flatpickr-day.endRange.inRange,
.flatpickr-day.selected:focus,
.flatpickr-day.startRange:focus,
.flatpickr-day.endRange:focus,
.flatpickr-day.selected:hover,
.flatpickr-day.startRange:hover,
.flatpickr-day.endRange:hover,
.flatpickr-day.selected.prevMonthDay,
.flatpickr-day.startRange.prevMonthDay,
.flatpickr-day.endRange.prevMonthDay,
.flatpickr-day.selected.nextMonthDay,
.flatpickr-day.startRange.nextMonthDay,
.flatpickr-day.endRange.nextMonthDay {
  background: #569ff7;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #fff;
  border-color: #569ff7
}

.flatpickr-day.selected.startRange,
.flatpickr-day.startRange.startRange,
.flatpickr-day.endRange.startRange {
  border-radius: 50px 0 0 50px
}

.flatpickr-day.selected.endRange,
.flatpickr-day.startRange.endRange,
.flatpickr-day.endRange.endRange {
  border-radius: 0 50px 50px 0
}

.flatpickr-day.selected.startRange+.endRange:not(:nth-child(7n+1)),
.flatpickr-day.startRange.startRange+.endRange:not(:nth-child(7n+1)),
.flatpickr-day.endRange.startRange+.endRange:not(:nth-child(7n+1)) {
  -webkit-box-shadow: -10px 0 0 #569ff7;
  box-shadow: -10px 0 0 #569ff7
}

.flatpickr-day.selected.startRange.endRange,
.flatpickr-day.startRange.startRange.endRange,
.flatpickr-day.endRange.startRange.endRange {
  border-radius: 50px
}

.flatpickr-day.inRange {
  border-radius: 0;
  -webkit-box-shadow: -5px 0 0 #e6e6e6, 5px 0 0 #e6e6e6;
  box-shadow: -5px 0 0 #e6e6e6, 5px 0 0 #e6e6e6
}

.flatpickr-day.flatpickr-disabled,
.flatpickr-day.flatpickr-disabled:hover,
.flatpickr-day.prevMonthDay,
.flatpickr-day.nextMonthDay,
.flatpickr-day.notAllowed,
.flatpickr-day.notAllowed.prevMonthDay,
.flatpickr-day.notAllowed.nextMonthDay {
  color: rgba(57, 57, 57, 0.3);
  background: transparent;
  border-color: transparent;
  cursor: default
}

.flatpickr-day.flatpickr-disabled,
.flatpickr-day.flatpickr-disabled:hover {
  cursor: not-allowed;
  color: rgba(57, 57, 57, 0.1)
}

.flatpickr-day.week.selected {
  border-radius: 0;
  -webkit-box-shadow: -5px 0 0 #569ff7, 5px 0 0 #569ff7;
  box-shadow: -5px 0 0 #569ff7, 5px 0 0 #569ff7
}

.flatpickr-day.hidden {
  visibility: hidden
}

.rangeMode .flatpickr-day {
  margin-top: 1px
}

.flatpickr-weekwrapper {
  float: left
}

.flatpickr-weekwrapper .flatpickr-weeks {
  padding: 0 12px;
  -webkit-box-shadow: 1px 0 0 #e6e6e6;
  box-shadow: 1px 0 0 #e6e6e6
}

.flatpickr-weekwrapper .flatpickr-weekday {
  float: none;
  width: 100%;
  line-height: 28px
}

.flatpickr-weekwrapper span.flatpickr-day,
.flatpickr-weekwrapper span.flatpickr-day:hover {
  display: block;
  width: 100%;
  max-width: none;
  color: rgba(57, 57, 57, 0.3);
  background: transparent;
  cursor: default;
  border: none
}

.flatpickr-innerContainer {
  display: block;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  overflow: hidden
}

.flatpickr-rContainer {
  display: inline-block;
  padding: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box
}

.flatpickr-time {
  text-align: center;
  outline: 0;
  display: block;
  height: 0;
  line-height: 40px;
  max-height: 40px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  overflow: hidden;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex
}

.flatpickr-time:after {
  content: "";
  display: table;
  clear: both
}

.flatpickr-time .numInputWrapper {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  width: 40%;
  height: 40px;
  float: left
}

.flatpickr-time .numInputWrapper span.arrowUp:after {
  border-bottom-color: #393939
}

.flatpickr-time .numInputWrapper span.arrowDown:after {
  border-top-color: #393939
}

.flatpickr-time.hasSeconds .numInputWrapper {
  width: 26%
}

.flatpickr-time.time24hr .numInputWrapper {
  width: 49%
}

.flatpickr-time input {
  background: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 0;
  border-radius: 0;
  text-align: center;
  margin: 0;
  padding: 0;
  height: inherit;
  line-height: inherit;
  color: #393939;
  font-size: 14px;
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-appearance: textfield;
  -moz-appearance: textfield;
  appearance: textfield
}

.flatpickr-time input.flatpickr-hour {
  font-weight: bold
}

.flatpickr-time input.flatpickr-minute,
.flatpickr-time input.flatpickr-second {
  font-weight: 400
}

.flatpickr-time input:focus {
  outline: 0;
  border: 0
}

.flatpickr-time .flatpickr-time-separator,
.flatpickr-time .flatpickr-am-pm {
  height: inherit;
  float: left;
  line-height: inherit;
  color: #393939;
  font-weight: bold;
  width: 2%;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center
}

.flatpickr-time .flatpickr-am-pm {
  outline: 0;
  width: 18%;
  cursor: pointer;
  text-align: center;
  font-weight: 400
}

.flatpickr-time input:hover,
.flatpickr-time .flatpickr-am-pm:hover,
.flatpickr-time input:focus,
.flatpickr-time .flatpickr-am-pm:focus {
  background: #eee
}

.flatpickr-input[readonly] {
  cursor: pointer
}

@-webkit-keyframes fpFadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0)
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
  }
}

@keyframes fpFadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0)
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
  }
}

.fusion-form-form-wrapper .fusion-form-field .fusion-form-rating-area {
  display: block;
  direction: rtl;
  padding: 0;
  position: relative;
  text-align: left
}

.fusion-form-form-wrapper .fusion-form-field .fusion-form-rating-area.rtl {
  text-align: right;
  direction: ltr
}

.fusion-form-form-wrapper .fusion-form-field .fusion-form-rating-area.rtl .fusion-form-input {
  left: initial;
  right: 0
}

.fusion-form-form-wrapper .fusion-form-field .fusion-form-rating-area .fusion-form-input {
  position: absolute;
  top: 0;
  height: 100%;
  width: 18px;
  left: 0;
  opacity: 0;
  pointer-events: none;
  margin: 0
}

.fusion-form-form-wrapper .fusion-form-field .fusion-form-rating-area .fusion-form-input:checked~label i {
  color: var(--form_focus_border_color)
}

.fusion-form-form-wrapper .fusion-form-field .fusion-form-rating-area .fusion-form-input:checked:hover~label i {
  color: var(--form_focus_border_color-5a)
}

.fusion-form-form-wrapper .fusion-form-field .fusion-form-rating-area .fusion-form-input:hover~label i {
  color: var(--form_focus_border_color-5a)
}

.fusion-form-form-wrapper .fusion-form-field .fusion-form-rating-area .fusion-form-rating-icon {
  margin-right: .27em;
  margin-top: 0;
  margin-bottom: 0;
  cursor: pointer;
  color: var(--form_border_color)
}

.fusion-form-form-wrapper .fusion-form-field .fusion-form-rating-area .fusion-form-rating-icon i {
  transition: all .2s ease
}

.fusion-form-form-wrapper .fusion-form-field .fusion-form-rating-area .fusion-form-rating-icon:hover i,
.fusion-form-form-wrapper .fusion-form-field .fusion-form-rating-area .fusion-form-rating-icon:hover~label i {
  color: var(--form_focus_border_color-5a)
}

.fusion-form-form-wrapper .fusion-form-honeypot-field {
  opacity: 0 !important;
  position: absolute !important;
  top: 0;
  left: 0;
  height: 0 !important;
  width: 0 !important;
  overflow: hidden !important;
  z-index: -1
}

.fusion-form-form-wrapper .form-form-submit::before {
  display: none
}

.fusion-form-form-wrapper .form-form-submit.fusion-form-working {
  outline: 0;
  letter-spacing: 0
}

.fusion-form-form-wrapper .form-form-submit.fusion-form-working span,
.fusion-form-form-wrapper .form-form-submit.fusion-form-working:active span,
.fusion-form-form-wrapper .form-form-submit.fusion-form-working:focus span,
.fusion-form-form-wrapper .form-form-submit.fusion-form-working:hover span {
  color: transparent !important
}

.fusion-form-form-wrapper .form-form-submit.fusion-form-working::before {
  content: "â€¢â€¢â€¢" !important;
  display: inline-block !important;
  letter-spacing: .94em;
  position: absolute;
  z-index: 10;
  color: inherit;
  text-align: center;
  left: 0;
  right: 0;
  font-size: 1em;
  line-height: 1;
  opacity: .5;
  margin-left: 1em
}

.fusion-form-form-wrapper .form-form-submit.fusion-form-working::after {
  content: "â€¢" !important;
  display: inline-block !important;
  position: absolute;
  z-index: 10;
  color: inherit;
  text-align: center;
  left: 0;
  right: 0;
  font-size: 1em;
  line-height: 1;
  margin-left: -.86em;
  animation: move .8s ease infinite
}

.fusion-tb-header {
  background-color: var(--awb_header_bg_color, transparent)
}

.clearfix,
.container,
.container-fluid,
.row {
  clear: both
}

.clearfix,
.container,
.container-fluid,
.fusion-clearfix,
.row {
  clear: both
}

.clearfix:after,
.clearfix:before,
.container-fluid:after,
.container-fluid:before,
.container:after,
.container:before,
.fusion-clearfix:after,
.fusion-clearfix:before,
.row:after,
.row:before {
  content: " ";
  display: table
}

.clearfix:after,
.container-fluid:after,
.container:after,
.fusion-clearfix:after,
.row:after {
  clear: both
}

.alignleft,
.fusion-alignleft {
  display: inline;
  float: left;
  margin-right: 15px
}

.alignright,
.fusion-alignright {
  display: inline;
  float: right;
  margin-left: 15px
}

.aligncenter,
.fusion-aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
  text-align: center
}

.aligncenter .fontawesome-icon,
.fusion-aligncenter .fontawesome-icon {
  float: none
}

.create-block-format-context {
  display: inline-block;
  clear: both;
  margin-bottom: 40px;
  width: 100%
}

.create-block-format-context:after,
.create-block-format-context:before {
  content: " ";
  display: table
}

.create-block-format-context:after {
  clear: both
}

.create-block-format-context:after,
.create-block-format-context:before {
  content: " ";
  display: table
}

.create-block-format-context:after {
  clear: both
}

.fusion-columns {
  margin: 0 -15px
}

.fusion-columns-5 .col-lg-2,
.fusion-columns-5 .col-md-2,
.fusion-columns-5 .col-sm-2,
.fusion-columns-5 .col-xs-2 {
  width: 20%
}

.fusion-columns-5 .fusion-column:nth-of-type(5n+1),
.fusion-columns-5 .fusion-flip-box-wrapper:nth-of-type(5n+1) {
  clear: both
}

.fusion-columns-6 .fusion-column:nth-of-type(6n+1),
.fusion-columns-6 .fusion-flip-box-wrapper:nth-of-type(6n+1) {
  clear: both
}

.fusion-columns-4 .fusion-column:nth-of-type(4n+1),
.fusion-columns-4 .fusion-flip-box-wrapper:nth-of-type(4n+1) {
  clear: both
}

.fusion-columns-3 .fusion-column:nth-of-type(3n+1),
.fusion-columns-3 .fusion-flip-box-wrapper:nth-of-type(3n+1) {
  clear: both
}

.fusion-columns-2 .fusion-column:nth-of-type(odd),
.fusion-columns-2 .fusion-flip-box-wrapper:nth-of-type(odd) {
  clear: both
}

.fusion-builder-row>p {
  display: none
}

.fusion-builder-row {
  width: 100%;
  margin: 0 auto
}

.fusion-builder-row.fusion-builder-row-inner {
  max-width: 100% !important
}

.fusion-builder-row:after {
  clear: both;
  content: " ";
  display: table
}

.row:after {
  clear: both;
  content: " ";
  display: table
}

.fusion-fullwidth {
  position: relative
}

.fusion-fullwidth .fusion-row {
  position: relative;
  z-index: 10
}

.fusion-fullwidth .fullwidth-video {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  min-height: 100%;
  min-width: 100%;
  -webkit-transform-style: preserve-3d;
  overflow: hidden
}

.fusion-fullwidth .fullwidth-video video {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  min-height: 100%;
  min-width: 100%
}

.fusion-fullwidth .fullwidth-overlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 5;
  height: 100%;
  width: 100%
}

.fusion-fullwidth.faded-background .fullwidth-faded {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  min-height: 100%;
  min-width: 100%
}

.fullwidth-box.video-background .fullwidth-video-image {
  display: none
}

.ua-mobile .fullwidth-box.video-background .fullwidth-video-image {
  width: 100%;
  height: 100%;
  display: block;
  z-index: 2;
  background-size: cover;
  background-position: center center;
  position: absolute;
  top: 0;
  left: 0
}

.fusion-overflow-visible {
  overflow: visible !important
}

.fusion-column-first {
  clear: left
}

.fusion-column-no-min-height .fusion-column-content-centered,
.fusion-column-no-min-height .fusion-column-wrapper {
  min-height: 0 !important
}

.fusion-builder-column.fusion-column-last {
  margin-right: 0
}

.fusion-builder-placeholder,
.fusion-builder-placeholder:active,
.fusion-builder-placeholder:hover,
.fusion-builder-placeholder:visited {
  display: block;
  background: rgba(42, 48, 53, .5);
  color: rgba(255, 255, 255, .9);
  text-align: center;
  padding: 30px;
  font-size: 18px;
  margin: 5px 0
}

.fusion-image-wrapper {
  overflow: hidden;
  z-index: 1;
  position: relative
}

.fusion-image-wrapper:hover .fusion-rollover {
  opacity: 1;
  transform: translateX(0)
}

.no-csstransforms .fusion-image-wrapper:hover .fusion-rollover {
  display: block
}

.fusion-image-wrapper.fusion-video {
  display: block
}

.fusion-image-size-fixed {
  display: inline-block;
  max-width: 100%;
  vertical-align: top
}

.fusion-rollover {
  display: flex;
  align-items: center;
  justify-content: space-around;
  opacity: 0;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  line-height: normal;
  text-align: center;
  background-image: linear-gradient(to top, #aad75d, #d1e990);
  transform: translateX(-100%);
  transition: all .3s ease-in-out;
  -webkit-transform-style: preserve-3d
}

.no-csstransforms .fusion-rollover {
  display: none
}

.fusion-rollover a {
  text-decoration: none;
  box-shadow: none !important
}

.fusion-rollover-content {
  padding: 10px;
  width: 90%;
  box-sizing: border-box
}

.fusion-rollover-content .fusion-rollover-categories,
.fusion-rollover-content .fusion-rollover-title {
  margin: 0;
  line-height: normal;
  font-size: 13px;
  color: #333
}

.fusion-rollover-content .fusion-rollover-title {
  margin-bottom: 3px;
  margin-top: 10px;
  padding-top: 0
}

.fusion-rollover-content .fusion-rollover-categories {
  z-index: 99;
  position: relative
}

.fusion-rollover-content .fusion-rollover-categories a {
  font-size: 11px
}

.fusion-rollover-content .fusion-rollover-categories a:hover {
  color: #444
}

.fusion-rollover-content .fusion-link-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
  z-index: 1
}

.fusion-rollover-sep {
  display: inline-block;
  vertical-align: middle;
  height: 36px;
  width: 5px
}

.fusion-rollover-gallery,
.fusion-rollover-link {
  display: inline-block;
  opacity: .9;
  position: relative;
  vertical-align: middle;
  margin: 0;
  height: 36px;
  width: 35px;
  text-indent: -10000px;
  background-color: #333;
  border-radius: 50%;
  background-clip: padding-box;
  z-index: 99
}

.fusion-rollover-gallery:hover,
.fusion-rollover-link:hover {
  opacity: 1
}

.fusion-rollover-gallery:before,
.fusion-rollover-link:before {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  text-indent: 0;
  line-height: normal;
  text-shadow: none;
  font-family: awb-icons;
  font-size: 15px;
  color: #fff;
  -webkit-font-smoothing: antialiased
}

.fusion-rollover-link:before {
  content: "\e619"
}

.fusion-rollover-gallery:before {
  content: "\f002"
}

.fusion-read-more {
  box-shadow: none !important;
  position: relative
}

.fusion-read-more:after {
  content: "\f105";
  top: 50%;
  right: -10px;
  padding-left: 5px;
  font-size: 14px;
  font-family: awb-icons;
  position: absolute;
  transform: translateY(-50%)
}

.fusion-text-no-margin>p {
  margin-top: 0
}

.fusion-text-no-margin>p:last-child {
  margin-bottom: 0
}

.fusion-blog-pagination .pagination .pagination-next:hover:after,
.fusion-blog-pagination .pagination .pagination-prev:hover:before,
.fusion-date-and-formats .fusion-format-box,
.fusion-dropcap,
.fusion-filters .fusion-filter.fusion-active a,
.fusion-login-box a:hover,
.fusion-popover,
.tooltip-shortcode {
  color: var(--primary_color)
}

.fusion-blog-pagination .fusion-hide-pagination-text .pagination-next:hover,
.fusion-blog-pagination .fusion-hide-pagination-text .pagination-prev:hover,
.fusion-blog-pagination .pagination .current,
.fusion-blog-pagination .pagination a.inactive:hover,
.fusion-date-and-formats .fusion-date-box,
.fusion-filters .fusion-filter.fusion-active a,
.fusion-hide-pagination-text .fusion-blog-pagination .pagination .pagination-next:hover,
.fusion-hide-pagination-text .fusion-blog-pagination .pagination .pagination-prev:hover,
.fusion-login-box a:hover .reading-box,
.fusion-tabs.classic .nav-tabs>li.active .tab-link,
.fusion-tabs.classic .nav-tabs>li.active .tab-link:focus,
.fusion-tabs.classic .nav-tabs>li.active .tab-link:hover,
.fusion-tabs.vertical-tabs.classic .nav-tabs>li.active .tab-link,
.table-2 table thead {
  border-color: var(--primary_color)
}

.fusion-blog-pagination .fusion-hide-pagination-text .pagination-next:hover,
.fusion-blog-pagination .fusion-hide-pagination-text .pagination-prev:hover,
.fusion-blog-pagination .pagination .current,
.fusion-date-and-formats .fusion-date-box,
.table-2 table thead {
  background-color: var(--primary_color)
}

.products .product-list-view .fusion-product-wrapper {
  padding-left: var(--timeline_bg_color-20px-transparent);
  padding-right: var(--timeline_bg_color-20px-transparent)
}

.products li.product .fusion-product-wrapper {
  background-color: var(--timeline_bg_color)
}

.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px
}

@media (min-width:0px) {
  .container {
    width: 750px
  }
}

@media (min-width:992px) {
  .container {
    width: 970px
  }
}

@media (min-width:1200px) {
  .container {
    width: 1170px
  }
}

.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px
}

.row {
  margin-left: -15px;
  margin-right: -15px
}

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

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

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

.col-xs-11 {
  width: 91.66666667%
}

.col-xs-10 {
  width: 83.33333333%
}

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

.col-xs-8 {
  width: 66.66666667%
}

.col-xs-7 {
  width: 58.33333333%
}

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

.col-xs-5 {
  width: 41.66666667%
}

.col-xs-4 {
  width: 33.33333333%
}

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

.col-xs-2 {
  width: 16.66666667%
}

.col-xs-1 {
  width: 8.33333333%
}

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

.col-xs-pull-11 {
  right: 91.66666667%
}

.col-xs-pull-10 {
  right: 83.33333333%
}

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

.col-xs-pull-8 {
  right: 66.66666667%
}

.col-xs-pull-7 {
  right: 58.33333333%
}

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

.col-xs-pull-5 {
  right: 41.66666667%
}

.col-xs-pull-4 {
  right: 33.33333333%
}

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

.col-xs-pull-2 {
  right: 16.66666667%
}

.col-xs-pull-1 {
  right: 8.33333333%
}

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

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

.col-xs-push-11 {
  left: 91.66666667%
}

.col-xs-push-10 {
  left: 83.33333333%
}

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

.col-xs-push-8 {
  left: 66.66666667%
}

.col-xs-push-7 {
  left: 58.33333333%
}

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

.col-xs-push-5 {
  left: 41.66666667%
}

.col-xs-push-4 {
  left: 33.33333333%
}

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

.col-xs-push-2 {
  left: 16.66666667%
}

.col-xs-push-1 {
  left: 8.33333333%
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width:0px) {

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

  .col-sm-12 {
    width: 100%
  }

  .col-sm-11 {
    width: 91.66666667%
  }

  .col-sm-10 {
    width: 83.33333333%
  }

  .col-sm-9 {
    width: 75%
  }

  .col-sm-8 {
    width: 66.66666667%
  }

  .col-sm-7 {
    width: 58.33333333%
  }

  .col-sm-6 {
    width: 50%
  }

  .col-sm-5 {
    width: 41.66666667%
  }

  .col-sm-4 {
    width: 33.33333333%
  }

  .col-sm-3 {
    width: 25%
  }

  .col-sm-2 {
    width: 16.66666667%
  }

  .col-sm-1 {
    width: 8.33333333%
  }

  .col-sm-pull-12 {
    right: 100%
  }

  .col-sm-pull-11 {
    right: 91.66666667%
  }

  .col-sm-pull-10 {
    right: 83.33333333%
  }

  .col-sm-pull-9 {
    right: 75%
  }

  .col-sm-pull-8 {
    right: 66.66666667%
  }

  .col-sm-pull-7 {
    right: 58.33333333%
  }

  .col-sm-pull-6 {
    right: 50%
  }

  .col-sm-pull-5 {
    right: 41.66666667%
  }

  .col-sm-pull-4 {
    right: 33.33333333%
  }

  .col-sm-pull-3 {
    right: 25%
  }

  .col-sm-pull-2 {
    right: 16.66666667%
  }

  .col-sm-pull-1 {
    right: 8.33333333%
  }

  .col-sm-pull-0 {
    right: 0
  }

  .col-sm-push-12 {
    left: 100%
  }

  .col-sm-push-11 {
    left: 91.66666667%
  }

  .col-sm-push-10 {
    left: 83.33333333%
  }

  .col-sm-push-9 {
    left: 75%
  }

  .col-sm-push-8 {
    left: 66.66666667%
  }

  .col-sm-push-7 {
    left: 58.33333333%
  }

  .col-sm-push-6 {
    left: 50%
  }

  .col-sm-push-5 {
    left: 41.66666667%
  }

  .col-sm-push-4 {
    left: 33.33333333%
  }

  .col-sm-push-3 {
    left: 25%
  }

  .col-sm-push-2 {
    left: 16.66666667%
  }

  .col-sm-push-1 {
    left: 8.33333333%
  }

  .col-sm-push-0 {
    left: 0
  }

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

  .col-sm-offset-11 {
    margin-left: 91.66666667%
  }

  .col-sm-offset-10 {
    margin-left: 83.33333333%
  }

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

  .col-sm-offset-8 {
    margin-left: 66.66666667%
  }

  .col-sm-offset-7 {
    margin-left: 58.33333333%
  }

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

  .col-sm-offset-5 {
    margin-left: 41.66666667%
  }

  .col-sm-offset-4 {
    margin-left: 33.33333333%
  }

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

  .col-sm-offset-2 {
    margin-left: 16.66666667%
  }

  .col-sm-offset-1 {
    margin-left: 8.33333333%
  }

  .col-sm-offset-0 {
    margin-left: 0
  }
}

@media (min-width:992px) {

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

  .col-md-12 {
    width: 100%
  }

  .col-md-11 {
    width: 91.66666667%
  }

  .col-md-10 {
    width: 83.33333333%
  }

  .col-md-9 {
    width: 75%
  }

  .col-md-8 {
    width: 66.66666667%
  }

  .col-md-7 {
    width: 58.33333333%
  }

  .col-md-6 {
    width: 50%
  }

  .col-md-5 {
    width: 41.66666667%
  }

  .col-md-4 {
    width: 33.33333333%
  }

  .col-md-3 {
    width: 25%
  }

  .col-md-2 {
    width: 16.66666667%
  }

  .col-md-1 {
    width: 8.33333333%
  }

  .col-md-pull-12 {
    right: 100%
  }

  .col-md-pull-11 {
    right: 91.66666667%
  }

  .col-md-pull-10 {
    right: 83.33333333%
  }

  .col-md-pull-9 {
    right: 75%
  }

  .col-md-pull-8 {
    right: 66.66666667%
  }

  .col-md-pull-7 {
    right: 58.33333333%
  }

  .col-md-pull-6 {
    right: 50%
  }

  .col-md-pull-5 {
    right: 41.66666667%
  }

  .col-md-pull-4 {
    right: 33.33333333%
  }

  .col-md-pull-3 {
    right: 25%
  }

  .col-md-pull-2 {
    right: 16.66666667%
  }

  .col-md-pull-1 {
    right: 8.33333333%
  }

  .col-md-pull-0 {
    right: 0
  }

  .col-md-push-12 {
    left: 100%
  }

  .col-md-push-11 {
    left: 91.66666667%
  }

  .col-md-push-10 {
    left: 83.33333333%
  }

  .col-md-push-9 {
    left: 75%
  }

  .col-md-push-8 {
    left: 66.66666667%
  }

  .col-md-push-7 {
    left: 58.33333333%
  }

  .col-md-push-6 {
    left: 50%
  }

  .col-md-push-5 {
    left: 41.66666667%
  }

  .col-md-push-4 {
    left: 33.33333333%
  }

  .col-md-push-3 {
    left: 25%
  }

  .col-md-push-2 {
    left: 16.66666667%
  }

  .col-md-push-1 {
    left: 8.33333333%
  }

  .col-md-push-0 {
    left: 0
  }

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

  .col-md-offset-11 {
    margin-left: 91.66666667%
  }

  .col-md-offset-10 {
    margin-left: 83.33333333%
  }

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

  .col-md-offset-8 {
    margin-left: 66.66666667%
  }

  .col-md-offset-7 {
    margin-left: 58.33333333%
  }

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

  .col-md-offset-5 {
    margin-left: 41.66666667%
  }

  .col-md-offset-4 {
    margin-left: 33.33333333%
  }

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

  .col-md-offset-2 {
    margin-left: 16.66666667%
  }

  .col-md-offset-1 {
    margin-left: 8.33333333%
  }

  .col-md-offset-0 {
    margin-left: 0
  }
}

@media (min-width:1200px) {

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

  .col-lg-12 {
    width: 100%
  }

  .col-lg-11 {
    width: 91.66666667%
  }

  .col-lg-10 {
    width: 83.33333333%
  }

  .col-lg-9 {
    width: 75%
  }

  .col-lg-8 {
    width: 66.66666667%
  }

  .col-lg-7 {
    width: 58.33333333%
  }

  .col-lg-6 {
    width: 50%
  }

  .col-lg-5 {
    width: 41.66666667%
  }

  .col-lg-4 {
    width: 33.33333333%
  }

  .col-lg-3 {
    width: 25%
  }

  .col-lg-2 {
    width: 16.66666667%
  }

  .col-lg-1 {
    width: 8.33333333%
  }

  .col-lg-pull-12 {
    right: 100%
  }

  .col-lg-pull-11 {
    right: 91.66666667%
  }

  .col-lg-pull-10 {
    right: 83.33333333%
  }

  .col-lg-pull-9 {
    right: 75%
  }

  .col-lg-pull-8 {
    right: 66.66666667%
  }

  .col-lg-pull-7 {
    right: 58.33333333%
  }

  .col-lg-pull-6 {
    right: 50%
  }

  .col-lg-pull-5 {
    right: 41.66666667%
  }

  .col-lg-pull-4 {
    right: 33.33333333%
  }

  .col-lg-pull-3 {
    right: 25%
  }

  .col-lg-pull-2 {
    right: 16.66666667%
  }

  .col-lg-pull-1 {
    right: 8.33333333%
  }

  .col-lg-pull-0 {
    right: 0
  }

  .col-lg-push-12 {
    left: 100%
  }

  .col-lg-push-11 {
    left: 91.66666667%
  }

  .col-lg-push-10 {
    left: 83.33333333%
  }

  .col-lg-push-9 {
    left: 75%
  }

  .col-lg-push-8 {
    left: 66.66666667%
  }

  .col-lg-push-7 {
    left: 58.33333333%
  }

  .col-lg-push-6 {
    left: 50%
  }

  .col-lg-push-5 {
    left: 41.66666667%
  }

  .col-lg-push-4 {
    left: 33.33333333%
  }

  .col-lg-push-3 {
    left: 25%
  }

  .col-lg-push-2 {
    left: 16.66666667%
  }

  .col-lg-push-1 {
    left: 8.33333333%
  }

  .col-lg-push-0 {
    left: 0
  }

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

  .col-lg-offset-11 {
    margin-left: 91.66666667%
  }

  .col-lg-offset-10 {
    margin-left: 83.33333333%
  }

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

  .col-lg-offset-8 {
    margin-left: 66.66666667%
  }

  .col-lg-offset-7 {
    margin-left: 58.33333333%
  }

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

  .col-lg-offset-5 {
    margin-left: 41.66666667%
  }

  .col-lg-offset-4 {
    margin-left: 33.33333333%
  }

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

  .col-lg-offset-2 {
    margin-left: 16.66666667%
  }

  .col-lg-offset-1 {
    margin-left: 8.33333333%
  }

  .col-lg-offset-0 {
    margin-left: 0
  }
}

.awb-background-pattern {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 6;
  min-height: 100%;
  min-width: 100%
}

.awb-background-mask {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 6;
  min-height: 100%;
  min-width: 100%;
  background-size: cover;
  background-position: center
}

.fusion-flexslider {
  position: relative;
  margin-bottom: 0;
  padding: 0;
  background-color: transparent;
  overflow: hidden
}

.fusion-flexslider .flex-control-nav,
.fusion-flexslider .flex-direction-nav,
.fusion-flexslider .slides {
  z-index: 100;
  margin: 0;
  padding: 0;
  list-style: none
}

.fusion-flexslider .slides {
  overflow: hidden;
  float: left
}

.fusion-flexslider .slides li {
  display: none;
  margin: 0
}

.fusion-flexslider .slides img {
  display: block;
  width: 100%;
  box-shadow: none;
  border-radius: 0
}

.fusion-flexslider.fusion-flexslider-loading .slides>li:first-child {
  display: block;
  opacity: 1 !important
}

.fusion-flexslider.fusion-post-slideshow .slides {
  float: none
}

.woocommerce-container .images .fusion-flexslider.fusion-flexslider-loading .slides>li:first-child {
  float: left
}

.fusion-flexslider .flex-control-nav {
  position: absolute;
  bottom: 0;
  width: 100%;
  text-align: center
}

.fusion-flexslider .flex-direction-nav {
  list-style: none
}

.fusion-flexslider .flex-direction-nav a {
  z-index: 100;
  position: absolute;
  top: 50%;
  overflow: hidden;
  width: 30px;
  height: 30px;
  text-align: center;
  line-height: 30px;
  background-color: rgba(0, 0, 0, .5);
  background-repeat: no-repeat;
  cursor: pointer;
  opacity: 0;
  font-size: 14px;
  font-weight: 400;
  font-family: awb-icons;
  -webkit-font-smoothing: none;
  color: #fff;
  transition: all .3s ease;
  transform: translateY(-50%)
}

.fusion-flexslider .flex-direction-nav .flex-next,
.fusion-flexslider .flex-direction-nav .flex-prev {
  background-color: var(--carousel_nav_color)
}

.fusion-flexslider .flex-direction-nav .flex-next:hover,
.fusion-flexslider .flex-direction-nav .flex-prev:hover {
  background-color: var(--carousel_hover_color)
}

.fusion-flexslider .flex-direction-nav .flex-next {
  right: 0
}

.fusion-flexslider .flex-direction-nav .flex-prev {
  left: 0
}

.fusion-flexslider:hover .flex-direction-nav .flex-next,
.fusion-flexslider:hover .flex-direction-nav .flex-prev {
  opacity: .8
}

.fusion-flexslider:hover .flex-direction-nav .flex-next:hover,
.fusion-flexslider:hover .flex-direction-nav .flex-prev:hover {
  opacity: 1
}

.fusion-flexslider:hover .flex-direction-nav .flex-disabled {
  display: none;
  opacity: 0;
  cursor: default
}

.fusion-flexslider.flexslider-attachments {
  overflow: visible
}

.fusion-flexslider.flexslider-attachments .flex-direction-nav a {
  width: 30px;
  height: 30px;
  text-align: center;
  line-height: 30px
}

.fusion-flexslider.flexslider-attachments .flex-direction-nav a:before {
  color: #fff
}

.fusion-flexslider.flexslider-attachments .flex-control-thumbs li {
  width: 60px;
  margin: 5px;
  float: none
}

.fusion-flexslider.flexslider-default .flex-direction-nav a {
  width: 60px;
  height: 60px;
  text-align: center;
  line-height: 60px;
  font-size: 30px
}

.fusion-flexslider.flexslider-posts .flex-direction-nav a {
  width: 30px;
  height: 30px;
  text-align: center;
  line-height: 30px
}

.fusion-flexslider.flexslider-posts .slide-excerpt {
  position: absolute;
  bottom: 20%
}

.fusion-flexslider.flexslider-posts .slide-excerpt h2 {
  color: #fff;
  background: rgba(0, 0, 0, .8);
  padding: 10px 15px;
  margin: 0
}

.fusion-flexslider.flexslider-posts .slide-excerpt h2 a {
  color: #fff
}

.fusion-flexslider.flexslider-posts .slide-excerpt p {
  color: #fff;
  background: rgba(0, 0, 0, .8);
  padding: 15px
}

.fusion-flexslider.flexslider-posts-with-excerpt .flex-direction-nav a {
  background-color: rgba(0, 0, 0, .5);
  width: 30px;
  height: 30px;
  text-align: center;
  line-height: 30px
}

.fusion-flexslider.flexslider-posts-with-excerpt .slide-excerpt {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  padding: 5%;
  width: 30%;
  box-sizing: content-box;
  background: rgba(0, 0, 0, .7);
  color: #fff
}

.fusion-flexslider.flexslider-posts-with-excerpt .slide-excerpt .excerpt-container {
  overflow: hidden;
  height: 100%
}

.fusion-flexslider.flexslider-posts-with-excerpt .slide-excerpt h2 {
  color: #fff;
  padding: 10px 15px;
  margin: 0
}

.fusion-flexslider.flexslider-posts-with-excerpt .slide-excerpt h2 a {
  color: #fff
}

.fusion-flexslider.flexslider-posts-with-excerpt .slide-excerpt p {
  color: #fff;
  padding: 15px
}

.flexslider-attachments .flex-control-nav {
  position: relative;
  margin-top: 10px
}

.page .post-slideshow {
  margin-bottom: 30px
}

.flex-container a:active,
.flex-container a:focus,
.flexslider a:active,
.flexslider a:focus {
  outline: 0
}

.flex-control-nav,
.flex-direction-nav,
.flexslider .slides {
  margin: 0;
  padding: 0;
  list-style: none;
  z-index: 2
}

.flexslider {
  padding: 0;
  background-color: transparent;
  position: relative
}

.fusion-slider-sc:not(.fusion-has-margin) .flexslider {
  margin: 0 0 60px
}

.fusion-slider-sc.fusion-has-margin .flexslider {
  margin: 0
}

.flexslider .slides {
  overflow: hidden
}

.flexslider .slides li {
  display: none;
  -webkit-backface-visibility: hidden;
  margin: 0
}

.flexslider .slides img {
  width: 100%;
  max-width: 100%;
  display: block;
  -webkit-user-select: none;
  user-select: none
}

.flexslider .slides .video-shortcode {
  margin-bottom: 0
}

.flex-pauseplay span {
  text-transform: capitalize
}

.flexslider .slides:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0
}

html[xmlns] .flexslider .slides {
  display: block
}

* html .flexslider .slides {
  height: 1%
}

.flex-viewport {
  max-height: 2000px;
  transition: all 1s ease
}

.loading .flex-viewport {
  max-height: 300px
}

.carousel li {
  margin-right: 5px
}

.flex-direction-nav {
  height: 0;
  list-style: none !important
}

.flex-direction-nav a {
  font-family: awb-icons;
  width: 30px;
  height: 30px;
  margin: 0;
  background-color: rgba(0, 0, 0, .5);
  background-repeat: no-repeat;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
  opacity: 0;
  z-index: 100;
  overflow: hidden;
  text-align: center;
  line-height: 30px;
  font-size: 16px;
  font-weight: 400;
  -webkit-font-smoothing: none;
  color: #fff;
  text-decoration: none
}

.flex-direction-nav a:hover {
  color: #fff
}

.sidebar .widget .flex-direction-nav a,
.sidebar .widget .flex-direction-nav a:hover {
  color: #fff
}

.no-opacity .flex-direction-nav a {
  display: none
}

.no-opacity .flexslider:hover .flex-direction-nav a {
  display: block
}

.flex-direction-nav .flex-next {
  right: 0;
  text-indent: 2px
}

.flex-direction-nav .flex-prev {
  left: 0;
  text-indent: -2px
}

.flexslider:hover .flex-next {
  opacity: .8;
  right: 0
}

.flexslider:hover .flex-prev {
  opacity: .8;
  left: 0
}

.flexslider:hover .flex-next:hover,
.flexslider:hover .flex-prev:hover {
  opacity: 1
}

.flex-direction-nav .flex-disabled,
.main-flex:hover .flex-direction-nav .flex-disabled {
  opacity: 0;
  cursor: default;
  display: none;
  visibility: hidden
}

.flex-control-nav {
  width: 100%;
  position: absolute;
  bottom: 0;
  text-align: center
}

.flex-control-nav li {
  margin: 0 6px;
  display: inline-block
}

.flex-control-paging li a {
  display: block;
  width: 11px;
  height: 11px;
  background: rgba(0, 0, 0, .5);
  cursor: pointer;
  text-indent: -9999px;
  border-radius: 20px;
  box-shadow: inset 0 0 3px rgba(0, 0, 0, .3)
}

.flex-control-paging li a:hover {
  background: #333;
  background: rgba(0, 0, 0, .7)
}

.flex-control-paging li a.flex-active {
  background: #000;
  background: rgba(0, 0, 0, .9);
  cursor: default
}

.flex-control-thumbs {
  margin: 5px 0 0;
  position: static;
  overflow: hidden
}

.flex-control-thumbs li {
  width: 25%;
  float: left;
  margin: 0
}

.flex-control-thumbs img {
  width: 100%;
  display: block;
  opacity: .7;
  cursor: pointer
}

.flex-control-thumbs img:hover {
  opacity: 1
}

.flex-control-thumbs .flex-active {
  opacity: 1;
  cursor: default
}

.flex-caption {
  position: absolute;
  background: rgba(0, 0, 0, .6);
  width: 96%;
  padding: 2%;
  color: #fff;
  left: 0;
  bottom: 0;
  margin: 0
}

.main-flex {
  margin-bottom: 0
}

@media screen and (max-width:860px) {
  .flex-direction-nav .flex-prev {
    opacity: 1;
    left: 0
  }

  .flex-direction-nav .flex-next {
    opacity: 1;
    right: 0
  }
}

.col .flexslider {
  margin: 0
}

.fusion-carousel .fusion-carousel-nav .fusion-nav-next,
.fusion-carousel .fusion-carousel-nav .fusion-nav-prev,
.fusion-flexslider .flex-direction-nav a,
.fusion-flexslider.flexslider-attachments .flex-direction-nav a,
.fusion-flexslider.flexslider-posts .flex-direction-nav a,
.fusion-flexslider.flexslider-posts-with-excerpt .flex-direction-nav a,
.fusion-slider-sc .flex-direction-nav a {
  width: var(--slider_nav_box_dimensions-width);
  height: var(--slider_nav_box_dimensions-height)
}

.fusion-carousel .fusion-carousel-nav .fusion-nav-next:before,
.fusion-carousel .fusion-carousel-nav .fusion-nav-prev:before,
.fusion-flexslider .flex-direction-nav a,
.fusion-flexslider.flexslider-attachments .flex-direction-nav a,
.fusion-flexslider.flexslider-posts .flex-direction-nav a,
.fusion-flexslider.flexslider-posts-with-excerpt .flex-direction-nav a,
.fusion-slider-sc .flex-direction-nav a {
  line-height: var(--slider_nav_box_dimensions-height);
  font-size: var(--slider_arrow_size)
}

.woocommerce-product-gallery .flex-direction-nav a {
  width: var(--slider_nav_box_dimensions-width)
}

.fusion-carousel .fusion-carousel-nav .fusion-nav-next,
.fusion-carousel .fusion-carousel-nav .fusion-nav-prev {
  margin-top: calc((var(--slider_nav_box_dimensions-height))/ -2);
  font-size: var(--slider_arrow_size)
}

.fullwidth-box.video-background {
  position: relative
}

.fullwidth-box.video-background .fullwidth-overlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 5;
  height: 100%;
  width: 100%
}

.fullwidth-box.video-background .fullwidth-video {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  min-height: 100%;
  min-width: 100%;
  -webkit-transform-style: preserve-3d
}

.fullwidth-box.video-background .fullwidth-video video {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 1;
  min-height: 100%;
  min-width: 100%;
  height: auto;
  width: auto;
  object-fit: cover;
  transform: translate(-50%, -50%)
}

.fullwidth-box.video-background .fusion-row {
  position: relative;
  z-index: 10
}

.fullwidth-box.video-background .fullwidth-video-image {
  display: none
}

.ua-mobile .fullwidth-box.video-background .fullwidth-video-image {
  width: 100%;
  height: 100%;
  display: block;
  z-index: 2;
  background-size: cover;
  background-position: center center;
  position: absolute;
  top: 0;
  left: 0
}

.fullwidth-box.faded-background {
  position: relative;
  overflow: hidden
}

.fullwidth-box.faded-background .fullwidth-faded {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  min-height: 100%;
  min-width: 100%
}

.fullwidth-box.faded-background .fusion-row {
  position: relative;
  z-index: 10
}

.hundred-percent-fullwidth .fusion-row {
  max-width: none !important
}

.hundred-percent-fullwidth .fusion-row .nonhundred-percent-fullwidth .fusion-row {
  max-width: var(--site_width) !important
}

#wrapper #main .fullwidth-box .fusion-row {
  padding-left: 0;
  padding-right: 0
}

.ua-safari .fullwidth-box.faded-background .fullwidth-faded {
  -webkit-transform: translate3d(0, 0, 0)
}

.ua-safari.ua-mobile .fullwidth-box.faded-background .fullwidth-faded {
  -webkit-transform: none
}

.hundred-percent-height {
  z-index: 1;
  overflow: hidden;
  height: 100vh
}

.fusion-fullwidth-center-content {
  display: flex;
  align-items: center;
  height: 100%
}

.fusion-scroll-section {
  position: relative
}

.fusion-scroll-section.active .fusion-scroll-section-nav {
  display: block;
  opacity: 1
}

.fusion-scroll-section-element {
  opacity: 0;
  transition: opacity .45s ease 0s
}

.fusion-scroll-section-element.active {
  z-index: 1;
  opacity: 1
}

.fusion-scroll-section-mobile-disabled .fusion-scroll-section-element {
  opacity: 1 !important
}

.fusion-scroll-section-element .fusion-fullwidth {
  -webkit-transform: translate3d(0, 0, 0)
}

.fusion-scroll-section-nav {
  display: none;
  opacity: 0;
  z-index: 10000;
  position: fixed;
  top: 50%;
  transform: translateY(-50%);
  margin: 0;
  padding: 0;
  background-color: var(--container_scroll_nav_bg_color);
  border-radius: 15px;
  transition: opacity .4s ease 0s
}

.fusion-scroll-section-nav.scroll-navigation-left {
  left: 20px
}

.fusion-scroll-section-nav.scroll-navigation-right {
  right: 20px
}

.fusion-scroll-section-mobile-disabled .fusion-scroll-section-nav {
  display: none !important
}

.fusion-scroll-section-nav ul {
  list-style: outside none none;
  margin: 10px 0;
  padding: 0
}

.fusion-scroll-section-link {
  display: block;
  box-sizing: content-box;
  opacity: .35;
  position: relative;
  padding: 10px 12px;
  transition: all .2s ease 0s
}

.fusion-scroll-section-link.active,
.fusion-scroll-section-link:hover {
  opacity: .8
}

.fusion-scroll-section-link[data-name=""]:before {
  display: none
}

.fusion-scroll-section-link:hover:before {
  pointer-events: auto;
  opacity: 1;
  transform: translate3d(-22px, -50%, 0);
  transition: all .2s ease 0s
}

.fusion-scroll-section-link:before {
  display: inline-block;
  content: attr(data-name);
  position: absolute;
  top: 50%;
  padding: 2px 10px;
  background-color: rgba(0, 0, 0, .2);
  border-radius: 15px;
  color: #fff;
  transition: all .2s ease 0s;
  white-space: nowrap;
  opacity: 0;
  pointer-events: none
}

.scroll-navigation-left .fusion-scroll-section-link:before {
  left: 65px;
  transform: translate3d(45px, -50%, 0)
}

.scroll-navigation-right .fusion-scroll-section-link:before {
  right: 20px;
  transform: translate3d(-40px, -50%, 0)
}

.fusion-parallax-fixed {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden
}

.fusion-scroll-section-link-bullet {
  display: block;
  height: 9px;
  width: 9px;
  border-radius: 50%;
  background-color: var(--container_scroll_nav_bullet_color)
}

#boxed-wrapper.safari-overflow {
  overflow-x: visible
}

.safari-overflow .fusion-fullwidth {
  overflow-x: hidden
}

.safari-overflow .fusion-fullwidth .fusion-fullwidth,
.safari-overflow .fusion-fullwidth.has-sticky {
  overflow-x: visible
}

.post-content:not(.fusion-post-content),
.single-fusion_tb_section .fusion-tb-header,
body:not(.side-header) #wrapper {
  position: relative
}

.fusion-tb-page-title-bar .fusion-fullwidth.fusion-absolute-container:not(.fusion-custom-z-index):not(.fusion-container-stuck) {
  z-index: 11
}

body.fusion-no-absolute-containers .fusion-absolute-container {
  position: relative !important
}

.fusion-flex-container {
  display: flex;
  justify-content: center
}

.fusion-flex-container .fusion-row {
  display: flex;
  flex-wrap: wrap;
  flex: 1;
  width: 100%
}

.fusion-flex-container .fusion-row .fusion-builder-row-inner {
  flex: auto;
  flex-grow: initial;
  flex-shrink: initial
}

.fusion-flex-container .fusion-row:after,
.fusion-flex-container .fusion-row:before {
  content: none
}

.fusion-flex-container .fusion-row .fusion-flex-column {
  display: flex
}

.fusion-flex-container .fusion-row .fusion-flex-column .fusion-column-wrapper,
.fusion-flex-container .fusion-row .fusion-flex-column.fusion_builder_column_1_1 {
  width: 100%
}

.fusion-flex-container .fusion-row .fusion-flex-column .fusion-column-inner-bg {
  width: auto;
  height: auto;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0
}

.fusion-flex-container .fusion-row .fusion-flex-column .fusion-column-inner-bg .fusion-column-anchor {
  display: block
}

.fusion-flex-container .fusion-row .fusion-flex-column .fusion-column-inner-bg .fusion-column-anchor .fusion-column-inner-bg-image {
  display: block;
  position: static
}

.fusion-flex-container .fusion-row .fusion-flex-column .fusion-column-wrapper:not(.fusion-flex-column-wrapper-legacy) {
  display: flex
}

.fusion-flex-container .fusion-row .fusion-flex-column .fusion-column-wrapper:not(.fusion-flex-column-wrapper-legacy).fusion-content-layout-column {
  flex-direction: column
}

.fusion-flex-container .fusion-row .fusion-flex-column .fusion-column-wrapper:not(.fusion-flex-column-wrapper-legacy).fusion-content-layout-row {
  flex-direction: row;
  flex-wrap: wrap
}

.fusion-flex-container .fusion-row .fusion-flex-column .fusion-column-wrapper:not(.fusion-flex-column-wrapper-legacy).fusion-content-layout-row.fusion-content-nowrap {
  flex-wrap: nowrap
}

.fusion-flex-container .fusion-row .fusion-flex-column .fusion-column-wrapper:not(.fusion-flex-column-wrapper-legacy).fusion-content-layout-block {
  display: block
}

.fusion-flex-container .fusion-flex-align-self-auto {
  align-self: auto
}

.fusion-flex-container .fusion-flex-align-self-flex-start {
  align-self: flex-start
}

.fusion-flex-container .fusion-flex-align-self-center {
  align-self: center
}

.fusion-flex-container .fusion-flex-align-self-flex-end {
  align-self: flex-end
}

.fusion-flex-container .fusion-flex-align-self-stretch {
  align-self: stretch
}

.fusion-flex-container .fusion-flex-align-self-baseline {
  align-self: baseline
}

.fusion-flex-container .fusion-flex-align-items-auto {
  align-items: auto
}

.fusion-flex-container .fusion-flex-align-items-flex-start {
  align-items: flex-start
}

.fusion-flex-container .fusion-flex-align-items-center {
  align-items: center
}

.fusion-flex-container .fusion-flex-align-items-flex-end {
  align-items: flex-end
}

.fusion-flex-container .fusion-flex-justify-content-normal {
  justify-content: normal
}

.fusion-flex-container .fusion-flex-justify-content-flex-start {
  justify-content: flex-start
}

.fusion-flex-container .fusion-flex-justify-content-center {
  justify-content: center
}

.fusion-flex-container .fusion-flex-justify-content-flex-end {
  justify-content: flex-end
}

.fusion-flex-container .fusion-flex-justify-content-space-between {
  justify-content: space-between
}

.fusion-flex-container .fusion-flex-justify-content-space-around {
  justify-content: space-around
}

.fusion-flex-container .fusion-flex-justify-content-space-evenly {
  justify-content: space-evenly
}

.fusion-flex-container .fusion-flex-align-content-flex-start {
  align-content: flex-start
}

.fusion-flex-container .fusion-flex-align-content-center {
  align-content: center
}

.fusion-flex-container .fusion-flex-align-content-flex-end {
  align-content: flex-end
}

.fusion-flex-container .fusion-flex-align-content-space-between {
  align-content: space-between
}

.fusion-flex-container .fusion-flex-align-content-space-around {
  align-content: space-around
}

.fusion-flex-container .fusion-flex-align-content-space-evenly {
  align-content: space-evenly
}

.fusion-sticky-container:not(.fusion-sticky-spacer) {
  transition: background .3s, border .3s, border-radius .3s, box-shadow .3s, min-height .1s ease-in-out;
  -webkit-backface-visibility: hidden
}

.fusion-sticky-container:not(.fusion-sticky-spacer):not(.fusion-custom-z-index) {
  z-index: 10010
}

.fusion-tb-header .fusion-sticky-container:not(.fusion-sticky-spacer):not(.fusion-custom-z-index) {
  z-index: 10011
}

.fusion-sticky-container.fusion-sticky-spacer {
  pointer-events: none;
  visibility: hidden;
  opacity: 0
}

.fusion-sticky-container .fusion-imageframe {
  transition: max-width .1s ease-in-out
}

.fusion-sticky-container:not(.fusion-sticky-transition) .fusion-display-sticky-only {
  display: none
}

.fusion-sticky-container.fusion-sticky-transition {
  transition: background .3s, border .3s, border-radius .3s, box-shadow .3s, min-height .3s ease-in-out
}

.fusion-scrolling-active .fusion-sticky-container.fusion-sticky-transition {
  transition: background .3s, border .3s, border-radius .3s, box-shadow .3s ease-in-out
}

.fusion-sticky-container.fusion-sticky-transition .fusion-menu-element-list {
  transition: min-height .3s ease-in-out
}

.fusion-sticky-container.fusion-sticky-transition .fusion-display-normal-only {
  display: none
}

.fusion-sticky-container.fusion-sticky-transition .fusion-imageframe {
  transition: max-width .3s ease-in-out
}

.fusion-sticky-container.fusion-sticky-scroll-transition.fusion-scrolling-down {
  opacity: 0;
  transform: translateY(-100%);
  transition: opacity .3s, transform .3s, background .3s, border .3s, border-radius .3s, box-shadow .3s ease-in-out;
  pointer-events: none
}

.fusion-sticky-container.fusion-sticky-scroll-transition.fusion-scrolling-up {
  opacity: 1;
  transform: translateY(0);
  transition: opacity .3s, transform .3s, background .3s, border .3s, border-radius .3s, box-shadow .3s ease-in-out;
  pointer-events: normal
}

.fusion-sticky-container:not(.fusion-container-stuck)+.fusion-sticky-spacer {
  display: none !important
}

.fusion-image-hovers .hover-type-zoomin {
  overflow: hidden;
  -webkit-transform: translate3d(0, 0, 0)
}

.fusion-image-hovers .hover-type-zoomin .fusion-column-inner-bg-image,
.fusion-image-hovers .hover-type-zoomin .fusion-masonry-element-container,
.fusion-image-hovers .hover-type-zoomin .tribe-events-event-image,
.fusion-image-hovers .hover-type-zoomin img {
  opacity: 1;
  transition: opacity 1s, transform 1s
}

.fusion-image-hovers .hover-type-zoomin.hover .fusion-column-inner-bg-image,
.fusion-image-hovers .hover-type-zoomin.hover .fusion-masonry-element-container,
.fusion-image-hovers .hover-type-zoomin.hover .tribe-events-event-image,
.fusion-image-hovers .hover-type-zoomin.hover img,
.fusion-image-hovers .hover-type-zoomin:hover .fusion-column-inner-bg-image,
.fusion-image-hovers .hover-type-zoomin:hover .fusion-masonry-element-container,
.fusion-image-hovers .hover-type-zoomin:hover .tribe-events-event-image,
.fusion-image-hovers .hover-type-zoomin:hover img {
  opacity: .9;
  transform: scale3d(1.1, 1.1, 1)
}

.fusion-image-hovers .hover-type-zoomout {
  overflow: hidden;
  -webkit-transform: translate3d(0, 0, 0)
}

.fusion-image-hovers .hover-type-zoomout .fusion-column-inner-bg-image,
.fusion-image-hovers .hover-type-zoomout .fusion-masonry-element-container,
.fusion-image-hovers .hover-type-zoomout .tribe-events-event-image,
.fusion-image-hovers .hover-type-zoomout img {
  opacity: 1;
  transform: scale(1.12);
  transition: opacity 1s, transform 1s
}

.fusion-image-hovers .hover-type-zoomout.hover .fusion-column-inner-bg-image,
.fusion-image-hovers .hover-type-zoomout.hover .fusion-masonry-element-container,
.fusion-image-hovers .hover-type-zoomout.hover .tribe-events-event-image,
.fusion-image-hovers .hover-type-zoomout.hover img,
.fusion-image-hovers .hover-type-zoomout:hover .fusion-column-inner-bg-image,
.fusion-image-hovers .hover-type-zoomout:hover .fusion-masonry-element-container,
.fusion-image-hovers .hover-type-zoomout:hover .tribe-events-event-image,
.fusion-image-hovers .hover-type-zoomout:hover img {
  opacity: .9;
  transform: scale(1)
}

.fusion-image-hovers .element-bottomshadow .hover-type-zoomin.hover img,
.fusion-image-hovers .element-bottomshadow .hover-type-zoomin:hover img,
.fusion-image-hovers .element-bottomshadow .hover-type-zoomout.hover img,
.fusion-image-hovers .element-bottomshadow .hover-type-zoomout:hover img {
  opacity: 1
}

.fusion-image-hovers .imageframe-liftup {
  display: inline-block;
  position: relative;
  max-width: 100%
}

.fusion-image-hovers .imageframe-liftup.fusion-imageframe-liftup-left {
  float: left;
  margin-right: 25px
}

.fusion-image-hovers .imageframe-liftup.fusion-imageframe-liftup-right {
  float: right;
  margin-left: 25px
}

.fusion-image-hovers .imageframe-liftup span,
.fusion-image-hovers .imageframe-liftup>div {
  opacity: 1;
  transform: perspective(1000px) scale(1);
  transition: transform .35s
}

.fusion-image-hovers .imageframe-liftup span.hover,
.fusion-image-hovers .imageframe-liftup span:hover,
.fusion-image-hovers .imageframe-liftup>div.hover,
.fusion-image-hovers .imageframe-liftup>div:hover {
  transform: perspective(1000px) scale(1.03)
}

.fusion-image-hovers .imageframe-liftup .person-image-container {
  position: relative
}

.fusion-image-hovers .imageframe-liftup:before {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  content: "";
  transition: opacity .35s, transform .35s;
  box-shadow: 0 3px 15px rgba(0, 0, 0, .4);
  opacity: 0
}

.fusion-image-hovers .imageframe-liftup.hover:before,
.fusion-image-hovers .imageframe-liftup:hover:before {
  opacity: 1;
  transform: scale(1.02)
}

.fusion-image-hovers .liftup-with-aspect-ratio {
  display: block
}

.fusion-image-hovers .hover-type-liftup {
  position: relative;
  display: inline-block;
  overflow: visible
}

.fusion-image-hovers .hover-type-liftup .fusion-column-inner-bg-image,
.fusion-image-hovers .hover-type-liftup .fusion-masonry-element-container,
.fusion-image-hovers .hover-type-liftup .person-image-container.element-bottomshadow,
.fusion-image-hovers .hover-type-liftup .tribe-events-event-image,
.fusion-image-hovers .hover-type-liftup .tribe-events-list-event-title>a,
.fusion-image-hovers .hover-type-liftup img {
  transform: perspective(1000px) scale(1);
  transition: transform .35s;
  position: relative;
  z-index: 1
}

.fusion-image-hovers .hover-type-liftup .person-image-container.element-bottomshadow img {
  transform: none;
  transition: all 0s ease 0s
}

.fusion-image-hovers .hover-type-liftup.fusion-column-inner-bg {
  position: absolute
}

.fusion-image-hovers .hover-type-liftup.fusion-column-inner-bg.hover,
.fusion-image-hovers .hover-type-liftup.fusion-column-inner-bg:hover {
  z-index: 2
}

.fusion-image-hovers .hover-type-liftup.fusion-column-inner-bg .fusion-column-inner-bg-image {
  position: absolute
}

.fusion-image-hovers .hover-type-liftup.fusion-column-inner-bg.hover .fusion-column-inner-bg-image,
.fusion-image-hovers .hover-type-liftup.fusion-column-inner-bg:hover .fusion-column-inner-bg-image {
  position: absolute
}

.fusion-image-hovers .hover-type-liftup.hover .fusion-column-inner-bg-image,
.fusion-image-hovers .hover-type-liftup.hover .fusion-masonry-element-container,
.fusion-image-hovers .hover-type-liftup.hover .person-image-container.element-bottomshadow,
.fusion-image-hovers .hover-type-liftup.hover .tribe-events-event-image,
.fusion-image-hovers .hover-type-liftup.hover .tribe-events-list-event-title>a,
.fusion-image-hovers .hover-type-liftup.hover img,
.fusion-image-hovers .hover-type-liftup:hover .fusion-column-inner-bg-image,
.fusion-image-hovers .hover-type-liftup:hover .fusion-masonry-element-container,
.fusion-image-hovers .hover-type-liftup:hover .person-image-container.element-bottomshadow,
.fusion-image-hovers .hover-type-liftup:hover .tribe-events-event-image,
.fusion-image-hovers .hover-type-liftup:hover .tribe-events-list-event-title>a,
.fusion-image-hovers .hover-type-liftup:hover img {
  transform: perspective(1000px) scale(1.03)
}

.fusion-image-hovers .hover-type-liftup.hover .person-image-container.element-bottomshadow img,
.fusion-image-hovers .hover-type-liftup:hover .person-image-container.element-bottomshadow img {
  transform: none
}

.fusion-image-hovers .hover-type-liftup:before {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  content: "";
  transition: opacity .35s, transform .35s;
  box-shadow: 0 3px 15px rgba(0, 0, 0, .4);
  opacity: 0;
  pointer-events: none
}

.fusion-image-hovers .hover-type-liftup.hover:before,
.fusion-image-hovers .hover-type-liftup:hover:before {
  opacity: 1;
  transform: scale(1.03)
}

.fusion-image-hovers .flexslider-hover-type-liftup {
  overflow: visible !important
}

.fusion-image-hovers .flexslider-hover-type-liftup .slides {
  overflow: visible !important
}

.fusion-image-hovers .flexslider-hover-type-liftup li {
  overflow: visible
}

.isotope-item {
  z-index: 2
}

.isotope-hidden.isotope-item {
  z-index: 1
}

.isotope,
.isotope .isotope-item {
  transition-duration: .8s
}

.isotope {
  transition-property: height, width
}

.isotope .isotope-item {
  transition-property: transform, opacity
}

.isotope .isotope-item.no-transition,
.isotope.no-transition,
.isotope.no-transition .isotope-item {
  transition-duration: 0s
}

#wrapper #posts-container .fusion-grid-sizer,
#wrapper .fusion-grid-sizer {
  margin: 0;
  padding: 0;
  height: 0;
  min-height: 0;
  visibility: hidden
}

.fusion-masonry-element-container {
  background-size: cover;
  background-position: center center
}

.fusion-element-grid .fusion-masonry-element-container {
  padding-top: 80%
}

.fusion-element-landscape .fusion-masonry-element-container {
  padding-top: 40%
}

.fusion-element-portrait .fusion-masonry-element-container {
  padding-top: 160%
}

.fusion-masonry-element-container .fusion-image-wrapper>img,
.fusion-masonry-element-container .fusion-placeholder-image,
.fusion-masonry-element-container>img {
  display: none
}

.fusion-layout-column {
  position: relative;
  float: left;
  margin-bottom: 20px
}

.fusion-layout-column.fusion-column-hover-type-liftup:hover {
  z-index: 2001
}

.fusion-layout-column.fusion-column-liftup-border:not(:hover) .fusion-column-inner-bg-image {
  border-color: transparent !important;
  transition: transform .35s, border-color 0s linear .35s
}

.fusion-layout-column.fusion-column-liftup-border .fusion-column-wrapper {
  transition: border-color 0s linear .35s, border-radius 0s linear .15s
}

.fusion-layout-column.fusion-column-liftup-border:hover .fusion-column-wrapper {
  border-color: transparent !important;
  border-radius: 0 !important;
  transition: border-color 0s, border-radius 0s
}

.fusion-layout-column .fusion-column-wrapper {
  min-height: 1px
}

.fusion-layout-column.fusion_builder_column_auto {
  width: auto
}

.fusion-layout-column.fusion-one-full {
  float: none;
  clear: both
}

.fusion-layout-column.fusion-one-sixth {
  width: 16.6666%
}

.fusion-layout-column.fusion-five-sixth {
  width: 83.3333%
}

.fusion-layout-column.fusion-one-fifth {
  width: 20%
}

.fusion-layout-column.fusion-two-fifth {
  width: 40%
}

.fusion-layout-column.fusion-three-fifth {
  width: 60%
}

.fusion-layout-column.fusion-four-fifth {
  width: 80%
}

.fusion-layout-column.fusion-one-fourth {
  width: 25%
}

.fusion-layout-column.fusion-three-fourth {
  width: 75%
}

.fusion-layout-column.fusion-one-third {
  width: 33.3333%
}

.fusion-layout-column.fusion-two-third {
  width: 66.6666%
}

.fusion-layout-column.fusion-one-half {
  width: 50%
}

.fusion-layout-column.fusion-column-last {
  margin-left: 0;
  margin-right: 0
}

.fusion-layout-column.fusion-spacing-yes {
  margin-right: 4%
}

.fusion-layout-column.fusion-spacing-yes.fusion-one-sixth {
  width: 13.3333%
}

.fusion-layout-column.fusion-spacing-yes.fusion-five-sixth {
  width: 82.6666%
}

.fusion-layout-column.fusion-spacing-yes.fusion-one-fifth {
  width: 16.8%
}

.fusion-layout-column.fusion-spacing-yes.fusion-two-fifth {
  width: 37.6%
}

.fusion-layout-column.fusion-spacing-yes.fusion-three-fifth {
  width: 58.4%
}

.fusion-layout-column.fusion-spacing-yes.fusion-four-fifth {
  width: 79.2%
}

.fusion-layout-column.fusion-spacing-yes.fusion-one-fourth {
  width: 22%
}

.fusion-layout-column.fusion-spacing-yes.fusion-three-fourth {
  width: 74%
}

.fusion-layout-column.fusion-spacing-yes.fusion-one-third {
  width: 30.6666%
}

.fusion-layout-column.fusion-spacing-yes.fusion-two-third {
  width: 65.3333%
}

.fusion-layout-column.fusion-spacing-yes.fusion-one-half {
  width: 48%
}

.fusion-layout-column.fusion-spacing-yes.fusion-column-last {
  margin-left: 0;
  margin-right: 0
}

.fusion-layout-column .fusion-column-content-centered {
  display: flex;
  justify-content: center;
  align-items: center
}

.fusion-layout-column .fusion-column-content-centered .fusion-column-content {
  flex: 1;
  max-width: 100%
}

.fusion-column-inner-bg-wrapper .fusion-column-wrapper {
  position: relative;
  z-index: 3;
  pointer-events: none
}

.fusion-column-inner-bg {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0
}

.fusion-column-inner-bg .fusion-column-anchor {
  width: 100%;
  height: 100%
}

.fusion-column-inner-bg .fusion-column-anchor span {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0
}

.fusion-image-wrapper .fusion-rollover {
  background-image: linear-gradient(to top, var(--image_gradient_bottom_color) 0, var(--image_gradient_top_color) 100%)
}

.fusion-image-wrapper .fusion-rollover .fusion-rollover-gallery:before,
.fusion-image-wrapper .fusion-rollover .fusion-rollover-link:before {
  font-size: var(--image_rollover_icon_size);
  color: var(--image_rollover_icon_color)
}

.avada-image-rollover-circle-no .fusion-image-wrapper .fusion-rollover .fusion-rollover-gallery,
.avada-image-rollover-circle-no .fusion-image-wrapper .fusion-rollover .fusion-rollover-link {
  width: calc((var(--image_rollover_icon_size)) * 1.5);
  height: calc((var(--image_rollover_icon_size)) * 1.5);
  background-color: transparent
}

.avada-image-rollover-circle-yes .fusion-image-wrapper .fusion-rollover .fusion-rollover-gallery,
.avada-image-rollover-circle-yes .fusion-image-wrapper .fusion-rollover .fusion-rollover-link {
  width: calc((var(--image_rollover_icon_size)) * 2.41);
  height: calc((var(--image_rollover_icon_size)) * 2.41);
  background-color: var(--image_rollover_text_color)
}

.fusion-woo-product-design-clean .products .fusion-rollover-content .fusion-product-buttons,
.fusion-woo-product-design-clean .products .fusion-rollover-content .fusion-product-buttons a,
.fusion-woo-product-design-clean .products .fusion-rollover-content .fusion-rollover-linebreak,
.fusion-woo-slider .fusion-product-buttons,
.fusion-woo-slider .fusion-product-buttons .fusion-rollover-linebreak,
.fusion-woo-slider .fusion-product-buttons a {
  color: var(--image_rollover_text_color)
}

body:not(.avada-image-rollover-direction-left) .fusion-image-wrapper .fusion-rollover .fusion-rollover-content .fusion-product-buttons a:before,
body:not(.avada-image-rollover-direction-left) .fusion-image-wrapper .fusion-rollover .fusion-rollover-content .fusion-rollover-categories,
body:not(.avada-image-rollover-direction-left) .fusion-image-wrapper .fusion-rollover .fusion-rollover-content .fusion-rollover-categories a,
body:not(.avada-image-rollover-direction-left) .fusion-image-wrapper .fusion-rollover .fusion-rollover-content .fusion-rollover-title a,
body:not(.avada-image-rollover-direction-left) .fusion-image-wrapper .fusion-rollover .fusion-rollover-content .price *,
body:not(.avada-image-rollover-direction-left) .fusion-image-wrapper .fusion-rollover .fusion-rollover-content a,
body:not(.avada-image-rollover-direction-left) .fusion-rollover .fusion-rollover-content .fusion-rollover-title {
  color: var(--image_rollover_text_color)
}

.fusion-woo-product-design-clean .products .fusion-rollover .star-rating span:before,
.fusion-woo-product-design-clean .products .fusion-rollover .star-rating:before {
  color: var(--image_rollover_icon_color)
}

@keyframes fusionSonarEffect {
  0% {
    opacity: .3
  }

  40% {
    opacity: .5
  }

  100% {
    transform: scale(1.5);
    opacity: 0
  }
}

@keyframes fusionToRightFromLeft {
  49% {
    transform: translate(100%)
  }

  50% {
    opacity: 0;
    transform: translate(-100%)
  }

  51% {
    opacity: 1
  }

  100% {
    opacity: 1
  }
}

@keyframes fusionExpandAndShow {
  0% {
    transform: scale(.5);
    opacity: 1
  }

  100% {
    transform: scale(1);
    opacity: 1
  }
}

@keyframes fusionExpandWidth {
  0% {
    width: 0
  }

  100% {
    width: 99%
  }
}

@keyframes fusionExpandHeight {
  0% {
    height: 0
  }

  100% {
    height: 100%
  }
}

.icon-hover-animation-slide .fontawesome-icon.circle-yes {
  overflow: hidden
}

.icon-hover-animation-slide .fontawesome-icon:before {
  display: block;
  opacity: 1
}

.icon-hover-animation-fade .fontawesome-icon {
  transition: background-color .3s, color .3s
}

.link-area-box-hover.icon-hover-animation-fade .fontawesome-icon,
.link-area-link-icon-hover.icon-hover-animation-fade .fontawesome-icon {
  transition: background-color .3s, color .3s
}

.link-area-box-hover.icon-hover-animation-slide .fontawesome-icon:before,
.link-area-link-icon-hover.icon-hover-animation-slide .fontawesome-icon:before {
  display: block;
  animation: fusionToRightFromLeft .3s forwards
}

.fusion-content-boxes .link-area-box-hover.icon-hover-animation-pulsate .heading,
.fusion-content-boxes .link-area-link-icon-hover.icon-hover-animation-pulsate .heading {
  overflow: visible
}

.link-area-box-hover.icon-hover-animation-pulsate .fontawesome-icon,
.link-area-link-icon-hover.icon-hover-animation-pulsate .fontawesome-icon {
  transition: background-color .3s, color .3s;
  transform: scale(.93)
}

.link-area-box-hover.icon-hover-animation-pulsate .fontawesome-icon:after,
.link-area-link-icon-hover.icon-hover-animation-pulsate .fontawesome-icon:after {
  pointer-events: none;
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: inherit;
  content: "";
  box-sizing: content-box;
  top: 0;
  left: 0;
  padding: 0;
  z-index: -1;
  box-shadow: 0 0 0 2px rgba(255, 255, 255, .1);
  opacity: 0;
  transform: scale(.9);
  display: inline-block;
  animation: fusionSonarEffect 1.3s ease-out 75ms
}

@-moz-document url-prefix() {

  .link-area-box-hover.icon-hover-animation-pulsate .fontawesome-icon:after,
  .link-area-link-icon-hover.icon-hover-animation-pulsate .fontawesome-icon:after {
    animation-iteration-count: infinite
  }
}

.fusion-content-boxes .link-area-box-hover.icon-wrapper-hover-animation-pulsate .heading,
.fusion-content-boxes .link-area-link-icon-hover.icon-wrapper-hover-animation-pulsate .heading {
  overflow: visible
}

.link-area-box-hover.icon-wrapper-hover-animation-pulsate .fontawesome-icon,
.link-area-link-icon-hover.icon-wrapper-hover-animation-pulsate .fontawesome-icon {
  transition: background-color .3s, color .3s
}

.link-area-box-hover.icon-wrapper-hover-animation-pulsate .icon span,
.link-area-link-icon-hover.icon-wrapper-hover-animation-pulsate .icon span {
  transform: scale(.93)
}

.link-area-box-hover.icon-wrapper-hover-animation-pulsate .icon span:after,
.link-area-link-icon-hover.icon-wrapper-hover-animation-pulsate .icon span:after {
  pointer-events: none;
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: inherit;
  content: "";
  box-sizing: content-box;
  top: 0;
  left: 0;
  padding: 0;
  z-index: -1;
  box-shadow: 0 0 0 2px rgba(255, 255, 255, .1);
  opacity: 0;
  transform: scale(.9);
  display: inline-block;
  animation: fusionSonarEffect 1.3s ease-out 75ms
}

@keyframes flash {

  0%,
  100%,
  50% {
    opacity: 1
  }

  25%,
  75% {
    opacity: 0
  }
}

@keyframes shake {

  0%,
  100% {
    transform: translateX(0)
  }

  10%,
  30%,
  50%,
  70%,
  90% {
    transform: translateX(-10px)
  }

  20%,
  40%,
  60%,
  80% {
    transform: translateX(10px)
  }
}

@keyframes bounce {

  0%,
  100%,
  20%,
  50%,
  80% {
    transform: translateY(0)
  }

  40% {
    transform: translateY(-30px)
  }

  60% {
    transform: translateY(-15px)
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0
  }

  100% {
    opacity: 1
  }
}

@keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translateY(20px)
  }

  100% {
    opacity: 1;
    transform: translateY(0)
  }
}

@keyframes fadeInDown {
  0% {
    opacity: 0;
    transform: translateY(-20px)
  }

  100% {
    opacity: 1;
    transform: translateY(0)
  }
}

@keyframes fadeInLeft {
  0% {
    opacity: 0;
    transform: translateX(-20px)
  }

  100% {
    opacity: 1;
    transform: translateX(0)
  }
}

@keyframes fadeInRight {
  0% {
    opacity: 0;
    transform: translateX(20px)
  }

  100% {
    opacity: 1;
    transform: translateX(0)
  }
}

@keyframes fadeInUpBig {
  0% {
    opacity: 0;
    transform: translateY(2000px)
  }

  100% {
    opacity: 1;
    transform: translateY(0)
  }
}

@keyframes fadeInDownBig {
  0% {
    opacity: 0;
    transform: translateY(-2000px)
  }

  100% {
    opacity: 1;
    transform: translateY(0)
  }
}

@keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    transform: translateX(-2000px)
  }

  100% {
    opacity: 1;
    transform: translateX(0)
  }
}

@keyframes fadeInRightBig {
  0% {
    opacity: 0;
    transform: translateX(2000px)
  }

  100% {
    opacity: 1;
    transform: translateX(0)
  }
}

@keyframes fadeOut {
  0% {
    opacity: 1
  }

  100% {
    opacity: 0
  }
}

@keyframes fadeOutUp {
  0% {
    opacity: 1;
    transform: translateY(0)
  }

  100% {
    opacity: 0;
    transform: translateY(-20px)
  }
}

@keyframes fadeOutDown {
  0% {
    opacity: 1;
    transform: translateY(0)
  }

  100% {
    opacity: 0;
    transform: translateY(20px)
  }
}

@keyframes fadeOutLeft {
  0% {
    opacity: 1;
    transform: translateX(0)
  }

  100% {
    opacity: 0;
    transform: translateX(-20px)
  }
}

@keyframes fadeOutRight {
  0% {
    opacity: 1;
    transform: translateX(0)
  }

  100% {
    opacity: 0;
    transform: translateX(20px)
  }
}

@keyframes fadeOutUpBig {
  0% {
    opacity: 1;
    transform: translateY(0)
  }

  100% {
    opacity: 0;
    transform: translateY(-2000px)
  }
}

@keyframes fadeOutDownBig {
  0% {
    opacity: 1;
    transform: translateY(0)
  }

  100% {
    opacity: 0;
    transform: translateY(2000px)
  }
}

@keyframes fadeOutLeftBig {
  0% {
    opacity: 1;
    transform: translateX(0)
  }

  100% {
    opacity: 0;
    transform: translateX(-2000px)
  }
}

@keyframes fadeOutRightBig {
  0% {
    opacity: 1;
    transform: translateX(0)
  }

  100% {
    opacity: 0;
    transform: translateX(2000px)
  }
}

@keyframes slideInDown {
  0% {
    opacity: 0;
    transform: translateY(-2000px)
  }

  100% {
    transform: translateY(0)
  }
}

@keyframes slideInUp {
  0% {
    opacity: 0;
    transform: translateY(2000px)
  }

  100% {
    transform: translateY(0)
  }
}

@keyframes slideInLeft {
  0% {
    opacity: 0;
    transform: translateX(-2000px)
  }

  100% {
    transform: translateX(0)
  }
}

@keyframes slideInRight {
  0% {
    opacity: 0;
    transform: translateX(2000px)
  }

  100% {
    transform: translateX(0)
  }
}

@keyframes slideOutUp {
  0% {
    transform: translateY(0)
  }

  100% {
    opacity: 0;
    transform: translateY(-2000px)
  }
}

@keyframes slideOutDown {
  0% {
    transform: translateY(0)
  }

  100% {
    opacity: 0;
    transform: translateY(2000px)
  }
}

@keyframes slideOutLeft {
  0% {
    transform: translateX(0)
  }

  100% {
    opacity: 0;
    transform: translateX(-2000px)
  }
}

@keyframes slideOutRight {
  0% {
    transform: translateX(0)
  }

  100% {
    opacity: 0;
    transform: translateX(2000px)
  }
}

@keyframes slideShortInDown {
  0% {
    opacity: 0;
    transform: translateY(-100%)
  }

  100% {
    transform: translateY(0)
  }
}

@keyframes slideShortInUp {
  0% {
    opacity: 0;
    transform: translateY(100%)
  }

  100% {
    transform: translateY(0)
  }
}

@keyframes slideShortInLeft {
  0% {
    opacity: 0;
    transform: translateX(-100%)
  }

  100% {
    transform: translateX(0)
  }
}

@keyframes slideShortInRight {
  0% {
    opacity: 0;
    transform: translateX(100%)
  }

  100% {
    transform: translateX(0)
  }
}

@keyframes slideShortOutUp {
  0% {
    transform: translateY(0)
  }

  100% {
    opacity: 0;
    transform: translateY(-100%)
  }
}

@keyframes slideShortOutDown {
  0% {
    transform: translateY(0)
  }

  100% {
    opacity: 0;
    transform: translateY(100%)
  }
}

@keyframes slideShortOutLeft {
  0% {
    transform: translateX(0)
  }

  100% {
    opacity: 0;
    transform: translateX(-100%)
  }
}

@keyframes slideShortOutRight {
  0% {
    transform: translateX(0)
  }

  100% {
    opacity: 0;
    transform: translateX(100%)
  }
}

@keyframes bounceIn {
  0% {
    opacity: 0;
    transform: scale(.3)
  }

  50% {
    opacity: 1;
    transform: scale(1.05)
  }

  70% {
    transform: scale(.9)
  }

  100% {
    transform: scale(1)
  }
}

@keyframes bounceInUp {
  0% {
    opacity: 0;
    transform: translateY(2000px)
  }

  60% {
    opacity: 1;
    transform: translateY(-30px)
  }

  80% {
    transform: translateY(10px)
  }

  100% {
    transform: translateY(0)
  }
}

@keyframes bounceInDown {
  0% {
    opacity: 0;
    transform: translateY(-2000px)
  }

  60% {
    opacity: 1;
    transform: translateY(30px)
  }

  80% {
    transform: translateY(-10px)
  }

  100% {
    transform: translateY(0)
  }
}

@keyframes bounceInLeft {
  0% {
    opacity: 0;
    transform: translateX(-2000px)
  }

  60% {
    opacity: 1;
    transform: translateX(30px)
  }

  80% {
    transform: translateX(-10px)
  }

  100% {
    transform: translateX(0)
  }
}

@keyframes bounceInRight {
  0% {
    opacity: 0;
    transform: translateX(2000px)
  }

  60% {
    opacity: 1;
    transform: translateX(-30px)
  }

  80% {
    transform: translateX(10px)
  }

  100% {
    transform: translateX(0)
  }
}

@keyframes bounceOut {
  0% {
    transform: scale(1)
  }

  25% {
    transform: scale(.95)
  }

  50% {
    opacity: 1;
    transform: scale(1.1)
  }

  100% {
    opacity: 0;
    transform: scale(.3)
  }
}

@keyframes bounceOutUp {
  0% {
    transform: translateY(0)
  }

  20% {
    opacity: 1;
    transform: translateY(20px)
  }

  100% {
    opacity: 0;
    transform: translateY(-2000px)
  }
}

@keyframes bounceOutDown {
  0% {
    transform: translateY(0)
  }

  20% {
    opacity: 1;
    transform: translateY(-20px)
  }

  100% {
    opacity: 0;
    transform: translateY(2000px)
  }
}

@keyframes bounceOutLeft {
  0% {
    transform: translateX(0)
  }

  20% {
    opacity: 1;
    transform: translateX(20px)
  }

  100% {
    opacity: 0;
    transform: translateX(-2000px)
  }
}

@keyframes bounceOutRight {
  0% {
    transform: translateX(0)
  }

  20% {
    opacity: 1;
    transform: translateX(-20px)
  }

  100% {
    opacity: 0;
    transform: translateX(2000px)
  }
}

@keyframes lightSpeedIn {
  0% {
    transform: translateX(100%) skewX(-30deg);
    opacity: 0
  }

  60% {
    transform: translateX(-20%) skewX(30deg);
    opacity: 1
  }

  80% {
    transform: translateX(0) skewX(-15deg);
    opacity: 1
  }

  100% {
    transform: translateX(0) skewX(0);
    opacity: 1
  }
}

@keyframes lightSpeedOut {
  0% {
    transform: translateX(0) skewX(0);
    opacity: 1
  }

  100% {
    transform: translateX(100%) skewX(-30deg);
    opacity: 0
  }
}

@keyframes rubberBand {
  0% {
    transform: scale3d(1, 1, 1)
  }

  30% {
    transform: scale3d(1.25, .75, 1)
  }

  40% {
    transform: scale3d(.75, 1.25, 1)
  }

  50% {
    transform: scale3d(1.15, .85, 1)
  }

  65% {
    transform: scale3d(.95, 1.05, 1)
  }

  75% {
    transform: scale3d(1.05, .95, 1)
  }

  100% {
    transform: scale3d(1, 1, 1)
  }
}

@keyframes zoomIn {
  0% {
    opacity: 0;
    transform: scale3d(.3, .3, .3)
  }

  50% {
    opacity: 1
  }
}

@keyframes zoomInDown {
  0% {
    opacity: 0;
    transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19)
  }

  60% {
    opacity: 1;
    transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1)
  }
}

@keyframes zoomInLeft {
  0% {
    opacity: 0;
    transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19)
  }

  60% {
    opacity: 1;
    transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1)
  }
}

@keyframes zoomInRight {
  0% {
    opacity: 0;
    transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19)
  }

  60% {
    opacity: 1;
    transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1)
  }
}

@keyframes zoomInUp {
  0% {
    opacity: 0;
    transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19)
  }

  60% {
    opacity: 1;
    transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1)
  }
}

@keyframes zoomOut {
  0% {
    opacity: 1
  }

  50% {
    opacity: 0;
    transform: scale3d(.3, .3, .3)
  }

  100% {
    opacity: 0
  }
}

@keyframes zoomOutDown {
  40% {
    opacity: 1;
    transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19)
  }

  100% {
    opacity: 0;
    transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
    transform-origin: center bottom;
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1)
  }
}

@keyframes zoomOutLeft {
  40% {
    opacity: 1;
    transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0)
  }

  100% {
    opacity: 0;
    transform: scale(.1) translate3d(-2000px, 0, 0);
    transform-origin: left center
  }
}

@keyframes zoomOutRight {
  40% {
    opacity: 1;
    transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0)
  }

  100% {
    opacity: 0;
    transform: scale(.1) translate3d(2000px, 0, 0);
    transform-origin: right center
  }
}

@keyframes zoomOutUp {
  40% {
    opacity: 1;
    transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19)
  }

  100% {
    opacity: 0;
    transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
    transform-origin: center bottom;
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1)
  }
}

@keyframes flipInX {
  from {
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    animation-timing-function: ease-in;
    opacity: 0
  }

  40% {
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    animation-timing-function: ease-in
  }

  60% {
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1
  }

  80% {
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg)
  }

  to {
    transform: perspective(400px)
  }
}

@keyframes flipInY {
  from {
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    animation-timing-function: ease-in;
    opacity: 0
  }

  40% {
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    animation-timing-function: ease-in
  }

  60% {
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1
  }

  80% {
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg)
  }

  to {
    transform: perspective(400px)
  }
}

@keyframes flipOutX {
  from {
    transform: perspective(400px)
  }

  30% {
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1
  }

  to {
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0
  }
}

@keyframes flipOutY {
  from {
    transform: perspective(400px)
  }

  30% {
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1
  }

  to {
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0
  }
}

.fusion-animated {
  visibility: hidden
}

.dont-animate .fusion-animated {
  visibility: visible
}

.do-animate .fusion-animated {
  animation-fill-mode: both;
  animation-duration: 1s
}

.do-animate .fusion-animated.hinge {
  animation-duration: 1s
}

.do-animate .flash {
  animation-name: flash
}

.do-animate .flipinx {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  animation-name: flipInX
}

.do-animate .flipiny {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  animation-name: flipInY
}

.do-animate .flipOutX {
  animation-name: flipOutX;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important
}

.do-animate .flipOutY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  animation-name: flipOutY
}

.do-animate .shake {
  animation-name: shake
}

.do-animate .bounce {
  animation-name: bounce
}

.do-animate .fadeIn {
  animation-name: fadeIn
}

.do-animate .fadeInUp {
  animation-name: fadeInUp
}

.do-animate .fadeInDown {
  animation-name: fadeInDown
}

.do-animate .fadeInLeft {
  animation-name: fadeInLeft
}

.do-animate .fadeInRight {
  animation-name: fadeInRight
}

.do-animate .fadeInUpBig {
  animation-name: fadeInUpBig
}

.do-animate .fadeInDownBig {
  animation-name: fadeInDownBig
}

.do-animate .fadeInLeftBig {
  animation-name: fadeInLeftBig
}

.do-animate .fadeInRightBig {
  animation-name: fadeInRightBig
}

.do-animate .fadeOut {
  animation-name: fadeOut
}

.do-animate .fadeOutUp {
  animation-name: fadeOutUp
}

.do-animate .fadeOutDown {
  animation-name: fadeOutDown
}

.do-animate .fadeOutLeft {
  animation-name: fadeOutLeft
}

.do-animate .fadeOutRight {
  animation-name: fadeOutRight
}

.do-animate .fadeOutUpBig {
  animation-name: fadeOutUpBig
}

.do-animate .fadeOutDownBig {
  animation-name: fadeOutDownBig
}

.do-animate .fadeOutLeftBig {
  animation-name: fadeOutLeftBig
}

.do-animate .fadeOutRightBig {
  animation-name: fadeOutRightBig
}

.do-animate .slideInDown {
  animation-name: slideInDown
}

.do-animate .slideInUp {
  animation-name: slideInUp
}

.do-animate .slideIn,
.do-animate .slideInLeft {
  animation-name: slideInLeft
}

.do-animate .slideInRight {
  animation-name: slideInRight
}

.do-animate .slideShortInDown {
  animation-name: slideShortInDown
}

.do-animate .slideShortInUp {
  animation-name: slideShortInUp
}

.do-animate .slideShortInLeft {
  animation-name: slideShortInLeft
}

.do-animate .slideShortInRight {
  animation-name: slideShortInRight
}

.do-animate .slideOutUp {
  animation-name: slideOutUp
}

.do-animate .slideOutDown {
  animation-name: slideOutDown
}

.do-animate .slideOut,
.do-animate .slideOutLeft {
  animation-name: slideOutLeft
}

.do-animate .slideOutRight {
  animation-name: slideOutRight
}

.do-animate .slideShortOutUp {
  animation-name: slideShortOutUp
}

.do-animate .slideShortOutDown {
  animation-name: slideShortOutDown
}

.do-animate .slideShortOutLeft {
  animation-name: slideShortOutLeft
}

.do-animate .slideShortOutRight {
  animation-name: slideShortOutRight
}

.do-animate .bounceIn {
  animation-name: bounceIn
}

.do-animate .bounceInUp {
  animation-name: bounceInUp
}

.do-animate .bounceInDown {
  animation-name: bounceInDown
}

.do-animate .bounceInLeft {
  animation-name: bounceInLeft
}

.do-animate .bounceInRight {
  animation-name: bounceInRight
}

.do-animate .bounceOut {
  animation-name: bounceOut
}

.do-animate .bounceOutUp {
  color: red;
  animation-name: bounceOutUp
}

.do-animate .bounceOutDown {
  animation-name: bounceOutDown
}

.do-animate .bounceOutLeft {
  animation-name: bounceOutLeft
}

.do-animate .bounceOutRight {
  animation-name: bounceOutRight
}

.do-animate .lightSpeedIn,
.do-animate .lightspeedin {
  animation-name: lightSpeedIn;
  animation-timing-function: ease-out
}

.do-animate .lightSpeedOut {
  animation-name: lightSpeedOut;
  animation-timing-function: ease-in
}

.do-animate .rubberBand {
  animation-name: rubberBand
}

.do-animate .zoomIn {
  animation-name: zoomIn
}

.do-animate .zoomInDown {
  animation-name: zoomInDown
}

.do-animate .zoomInLeft {
  animation-name: zoomInLeft
}

.do-animate .zoomInRight {
  animation-name: zoomInRight
}

.do-animate .zoomInUp {
  animation-name: zoomInUp
}

.do-animate .zoomOut {
  animation-name: zoomOut
}

.do-animate .zoomOutDown {
  animation-name: zoomOutDown
}

.do-animate .zoomOutLeft {
  animation-name: zoomOutLeft
}

.do-animate .zoomOutRight {
  animation-name: zoomOutRight
}

.do-animate .zoomOutUp {
  animation-name: zoomOutUp
}

.ilightbox-holder,
.ilightbox-holder .ilightbox-container,
.ilightbox-holder .ilightbox-container .ilightbox-caption,
.ilightbox-holder .ilightbox-container .ilightbox-social,
.ilightbox-holder .ilightbox-container .ilightbox-social *,
.ilightbox-holder .ilightbox-container img.ilightbox-image,
.ilightbox-loader,
.ilightbox-loader *,
.ilightbox-overlay,
.ilightbox-thumbnails,
.ilightbox-thumbnails *,
.ilightbox-toolbar,
.ilightbox-toolbar * {
  float: none;
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  line-height: 100%;
  vertical-align: baseline;
  background: 0 0;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  user-select: none
}

.fusion-disable-outline .ilightbox-holder,
.fusion-disable-outline .ilightbox-holder .ilightbox-container,
.fusion-disable-outline .ilightbox-holder .ilightbox-container .ilightbox-caption,
.fusion-disable-outline .ilightbox-holder .ilightbox-container .ilightbox-social,
.fusion-disable-outline .ilightbox-holder .ilightbox-container .ilightbox-social *,
.fusion-disable-outline .ilightbox-holder .ilightbox-container img.ilightbox-image,
.fusion-disable-outline .ilightbox-loader,
.fusion-disable-outline .ilightbox-loader *,
.fusion-disable-outline .ilightbox-overlay,
.fusion-disable-outline .ilightbox-thumbnails,
.fusion-disable-outline .ilightbox-thumbnails *,
.fusion-disable-outline .ilightbox-toolbar,
.fusion-disable-outline .ilightbox-toolbar * {
  outline: 0
}

.ilightbox-holder .ilightbox-container .ilightbox-caption,
.ilightbox-holder .ilightbox-container .ilightbox-social,
.ilightbox-loader,
.ilightbox-loader *,
.ilightbox-overlay,
.ilightbox-thumbnails,
.ilightbox-thumbnails *,
.ilightbox-toolbar {
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0)
}

.ilightbox-noscroll {
  overflow: hidden
}

.ilightbox-closedhand * {
  cursor: url(https://foxyhomestaging.com.au/wp-content/plugins/fusion-builder/assets/images/iLightbox/closedhand.cur), default !important
}

.ilightbox-overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 100000
}

.ilightbox-loader {
  position: fixed;
  z-index: 100005;
  top: 45%;
  left: -192px;
  padding-left: 30px;
  opacity: .9;
  border-radius: 0 100px 100px 0
}

.ilightbox-loader div {
  width: 72px;
  height: 72px;
  border-radius: 0 100px 100px 0
}

.ilightbox-loader.horizontal {
  left: 45%;
  top: -192px;
  padding: 0;
  padding-top: 30px;
  border-radius: 0 0 100px 100px
}

.ilightbox-loader.horizontal div {
  border-radius: 0 0 100px 100px
}

.ilightbox-toolbar {
  display: none;
  position: fixed;
  z-index: 100010
}

.ilightbox-toolbar a {
  float: left;
  cursor: pointer
}

.ilightbox-toolbar .ilightbox-next-button,
.ilightbox-toolbar .ilightbox-prev-button {
  display: none
}

.ilightbox-thumbnails {
  display: block;
  position: fixed;
  z-index: 100009
}

.ilightbox-thumbnails.ilightbox-horizontal {
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100px
}

.ilightbox-thumbnails.ilightbox-vertical {
  top: 0;
  right: 0;
  width: 140px;
  height: 100%;
  overflow: hidden
}

.ilightbox-thumbnails .ilightbox-thumbnails-container {
  display: block;
  position: relative
}

.ilightbox-thumbnails.ilightbox-horizontal .ilightbox-thumbnails-container {
  width: 100%;
  height: 100px
}

.ilightbox-thumbnails.ilightbox-vertical .ilightbox-thumbnails-container {
  width: 140px;
  height: 100%
}

.ilightbox-thumbnails .ilightbox-thumbnails-grid {
  display: block;
  position: absolute;
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0)
}

.ilightbox-thumbnails .ilightbox-thumbnails-grid .ilightbox-thumbnail {
  display: block;
  cursor: pointer;
  padding: 0;
  margin: 5px;
  position: relative
}

.ilightbox-thumbnails .ilightbox-thumbnails-grid .ilightbox-thumbnail img {
  width: 100%;
  height: 100%;
  border-radius: 2px
}

.ilightbox-thumbnails .ilightbox-thumbnails-grid .ilightbox-thumbnail .ilightbox-thumbnail-icon {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: .7
}

.ilightbox-thumbnails .ilightbox-thumbnails-grid .ilightbox-thumbnail .ilightbox-thumbnail-icon:hover {
  opacity: 1
}

.ilightbox-holder {
  display: none;
  position: fixed;
  z-index: 100003;
  -webkit-transform: none;
  -moz-transform: none
}

.ilightbox-holder.ilightbox-next,
.ilightbox-holder.ilightbox-prev {
  cursor: pointer
}

.ilightbox-holder div.ilightbox-container {
  position: relative;
  width: 100%;
  height: 100%
}

.ilightbox-holder.supportTouch div.ilightbox-container {
  overflow: scroll;
  -webkit-overflow-scrolling: touch
}

.ilightbox-holder img.ilightbox-image {
  width: 100%;
  height: 100%
}

.ilightbox-holder .ilightbox-container .ilightbox-caption {
  display: none;
  position: absolute;
  left: 30px;
  right: 30px;
  bottom: 0;
  max-width: 100%;
  padding: 5px 10px;
  margin: 0 auto;
  font-size: 12px;
  line-height: 150%;
  word-wrap: break-word;
  z-index: 20003;
  box-sizing: border-box;
  border-radius: 3px 3px 0 0
}

.ilightbox-holder .ilightbox-container .ilightbox-social {
  display: none;
  position: absolute;
  right: 10px;
  top: 10px;
  padding: 5px;
  padding-left: 0;
  z-index: 20003;
  height: 26px
}

.ilightbox-holder .ilightbox-container .ilightbox-social ul {
  float: left;
  list-style: none;
  height: 26px
}

.ilightbox-holder .ilightbox-container .ilightbox-social ul li {
  display: inline
}

.ilightbox-holder .ilightbox-container .ilightbox-social ul li a {
  float: left;
  margin-left: 5px;
  width: 16px;
  height: 16px;
  line-height: 16px;
  font-size: 14px;
  text-align: center;
  background-repeat: no-repeat;
  background-position: 50%;
  color: #fff
}

.ilightbox-holder .ilightbox-container .ilightbox-social ul li a:before {
  color: inherit
}

.ilightbox-holder .ilightbox-alert {
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  text-align: center;
  padding-top: 100px;
  margin: auto;
  width: 300px;
  height: 50px
}

.ilightbox-holder .ilightbox-wrapper {
  width: 100%;
  height: 100%;
  overflow: auto;
  -webkit-overflow-scrolling: touch
}

.ilightbox-holder .ilightbox-inner-toolbar {
  position: relative;
  z-index: 100
}

.ilightbox-holder .ilightbox-inner-toolbar .ilightbox-toolbar {
  position: absolute
}

.ilightbox-button {
  position: fixed;
  z-index: 100008;
  cursor: pointer
}

.ilightbox-button.ilightbox-next-button.disabled,
.ilightbox-button.ilightbox-prev-button.disabled {
  visibility: hidden;
  opacity: 0
}

.isMobile .ilightbox-button,
.isMobile .ilightbox-thumbnails {
  display: none !important
}

.isMobile .ilightbox-toolbar .ilightbox-next-button,
.isMobile .ilightbox-toolbar .ilightbox-prev-button {
  display: block
}

.ilightbox-title {
  line-height: 20px
}

.ilightbox-overlay.parade {
  background: #333 url(https://foxyhomestaging.com.au/wp-content/plugins/fusion-builder/assets/images/iLightbox/parade-skin/pattern.png)
}

.ilightbox-loader.parade {
  box-shadow: 0 0 35px hsla(0, 0%, 0%, .3)
}

.ilightbox-loader.parade div {
  background: #fff url(https://foxyhomestaging.com.au/wp-content/plugins/fusion-builder/assets/images/iLightbox/parade-skin/preloader.gif) no-repeat center
}

.ilightbox-holder.parade {
  padding: 10px;
  background: #333;
  background: rgba(0, 0, 0, .25);
  border-radius: 4px
}

.ilightbox-holder.parade .ilightbox-container {
  background: #fff
}

.ilightbox-holder.parade .ilightbox-container .ilightbox-caption {
  background: url(https://foxyhomestaging.com.au/wp-content/plugins/fusion-builder/assets/images/iLightbox/parade-skin/caption-bg.png);
  color: #fff;
  text-shadow: 0 1px #000
}

.ilightbox-holder.parade .ilightbox-container .ilightbox-social {
  background: url(https://foxyhomestaging.com.au/wp-content/plugins/fusion-builder/assets/images/iLightbox/parade-skin/caption-bg.png);
  border-radius: 2px
}

.ilightbox-holder.parade .ilightbox-alert {
  background: url(https://foxyhomestaging.com.au/wp-content/plugins/fusion-builder/assets/images/iLightbox/parade-skin/alert.png) no-repeat center top;
  color: #555
}

.ilightbox-toolbar.parade {
  top: 11px;
  left: 10px;
  padding: 3px;
  background: #333;
  background: rgba(0, 0, 0, .25)
}

.admin-bar:not(.isMobile) .ilightbox-toolbar.parade {
  top: 43px
}

.ilightbox-toolbar.parade a {
  width: 29px;
  height: 25px;
  background: #fff url(https://foxyhomestaging.com.au/wp-content/plugins/fusion-builder/assets/images/iLightbox/parade-skin/buttons.png) no-repeat 8px 6px
}

.ilightbox-toolbar.parade a:hover {
  background-color: #f5f5f5
}

.ilightbox-toolbar.parade a.ilightbox-close:hover {
  background-position: -29px 6px
}

.ilightbox-toolbar.parade a.ilightbox-fullscreen {
  background-position: 8px -33px;
  right: 35px
}

.ilightbox-toolbar.parade a.ilightbox-fullscreen:hover {
  background-position: -29px -33px
}

.ilightbox-thumbnails.parade .ilightbox-thumbnails-grid .ilightbox-thumbnail img {
  box-shadow: 0 0 6px rgba(0, 0, 0, .9)
}

.ilightbox-thumbnails.parade .ilightbox-thumbnails-grid .ilightbox-thumbnail .ilightbox-thumbnail-video {
  background: url(https://foxyhomestaging.com.au/wp-content/plugins/fusion-builder/assets/images/iLightbox/parade-skin/thumb-overlay-play.png) no-repeat center
}

.ilightbox-holder.parade .ilightbox-inner-toolbar .ilightbox-title {
  font-size: 18px;
  padding: 10px 8px;
  padding-right: 60px;
  color: #fff
}

.ilightbox-holder.parade .ilightbox-inner-toolbar .ilightbox-toolbar {
  left: auto;
  top: 5px;
  right: 5px
}

.ilightbox-holder.parade .ilightbox-inner-toolbar .ilightbox-toolbar a {
  float: right
}

@media only screen and (max-width: 1105px) {

  .fusion-body a.fusion-quick-view,
  .fusion-woocommerce-quick-view-container,
  .fusion-woocommerce-quick-view-overlay {
    display: none !important
  }

  .show_details_button.fusion-has-quick-view {
    display: block !important
  }
}

@media only screen and (min-width: 1105px) {
  .show_details_button.fusion-has-quick-view {
    display: none !important
  }
}

@media only screen and (max-width: 1024px) {}

@media only screen and (max-width: 640px) {}

@media only screen and (max-width: 1105px) {
  .woo-tabs-horizontal .woocommerce-tabs>.tabs {
    border: none
  }

  .woo-tabs-horizontal .woocommerce-tabs>.tabs>.wc-tab {
    border-top: 1px solid
  }

  .woo-tabs-horizontal .woocommerce-tabs>.tabs .active {
    border-top: none;
    border-left: none;
    border-right: none
  }

  .woo-tabs-horizontal .woocommerce-tabs>.tabs .active a {
    background-color: transparent
  }

  .woo-tabs-horizontal .woocommerce-tabs>.tabs li {
    float: none
  }

  .woo-tabs-horizontal .woocommerce-tabs>.tabs li a {
    padding: 10px 0
  }

  .woo-tabs-horizontal .woocommerce-tabs .entry-content {
    border-top: 1px solid
  }

  .woocommerce-tabs .tabs {
    margin-bottom: 25px
  }

  .woocommerce-tabs .panel {
    padding: 4% !important
  }

  .woocommerce-tabs .tabs {
    margin-bottom: 25px
  }

  #wrapper .woocommerce-tabs .panel,
  #wrapper .woocommerce-tabs .tabs {
    float: none;
    margin-left: auto !important;
    margin-right: auto !important;
    width: 100% !important
  }
}

@media only screen and (max-width: 949px) {

  .fusion-blog-layout-grid-6 .fusion-post-grid,
  .fusion-grid-6 .fusion-grid-column,
  .fusion-portfolio-six .fusion-portfolio-post,
  .products.products-6 .product-grid-view {
    width: 100% !important
  }

  .fusion-blog-layout-grid-6 .fusion-post-grid.fusion-element-landscape .fusion-masonry-element-container,
  .fusion-grid-6 .fusion-grid-column.fusion-element-landscape .fusion-masonry-element-container,
  .fusion-portfolio-six .fusion-portfolio-post.fusion-element-landscape .fusion-masonry-element-container,
  .products.products-6 .product-grid-view.fusion-element-landscape .fusion-masonry-element-container {
    padding-top: 65% !important
  }

  .fusion-blog-layout-grid-6 .fusion-post-grid.fusion-element-grid .fusion-masonry-element-container,
  .fusion-grid-6 .fusion-grid-column.fusion-element-grid .fusion-masonry-element-container,
  .fusion-portfolio-six .fusion-portfolio-post.fusion-element-grid .fusion-masonry-element-container,
  .products.products-6 .product-grid-view.fusion-element-grid .fusion-masonry-element-container {
    padding-top: 100% !important
  }
}

@media only screen and (max-width: 1040px) {

  .fusion-blog-layout-grid .fusion-post-grid,
  .fusion-grid-column,
  .fusion-portfolio-post,
  .products li.product-grid-view {
    width: 100% !important
  }

  .fusion-blog-layout-grid .fusion-post-grid.fusion-element-landscape .fusion-masonry-element-container,
  .fusion-grid-column.fusion-element-landscape .fusion-masonry-element-container,
  .fusion-portfolio-post.fusion-element-landscape .fusion-masonry-element-container,
  .products li.product-grid-view.fusion-element-landscape .fusion-masonry-element-container {
    padding-top: 65% !important
  }

  .fusion-blog-layout-grid .fusion-post-grid.fusion-element-grid .fusion-masonry-element-container,
  .fusion-grid-column.fusion-element-grid .fusion-masonry-element-container,
  .fusion-portfolio-post.fusion-element-grid .fusion-masonry-element-container,
  .products li.product-grid-view.fusion-element-grid .fusion-masonry-element-container {
    padding-top: 100% !important
  }

  .fusion-portfolio-grid:not(.fusion-portfolio-text) .fusion-portfolio-post .fusion-image-wrapper {
    display: block;
    text-align: center
  }

  .fusion-blog-layout-grid-6 .fusion-post-grid,
  .fusion-grid-6 .fusion-grid-column,
  .fusion-portfolio-six .fusion-portfolio-post,
  .products.products-6 .product-grid-view {
    width: 50% !important
  }

  .fusion-blog-layout-grid-6 .fusion-post-grid.fusion-element-landscape,
  .fusion-grid-6 .fusion-grid-column.fusion-element-landscape,
  .fusion-portfolio-six .fusion-portfolio-post.fusion-element-landscape,
  .products.products-6 .product-grid-view.fusion-element-landscape {
    width: 100% !important
  }
}

@media only screen and (min-width: 1040px) and (max-width: 1131px) {

  .fusion-blog-layout-grid-6 .fusion-post-grid,
  .fusion-grid-6 .fusion-grid-column,
  .fusion-portfolio-six .fusion-portfolio-post,
  .products.products-6 .product-grid-view {
    width: 33.33333333% !important
  }

  .fusion-blog-layout-grid-6 .fusion-post-grid.fusion-element-landscape,
  .fusion-grid-6 .fusion-grid-column.fusion-element-landscape,
  .fusion-portfolio-six .fusion-portfolio-post.fusion-element-landscape,
  .products.products-6 .product-grid-view.fusion-element-landscape {
    width: 66.66666667% !important
  }

  .fusion-blog-layout-grid-3 .fusion-post-grid,
  .fusion-blog-layout-grid-4 .fusion-post-grid,
  .fusion-blog-layout-grid-5 .fusion-post-grid,
  .fusion-grid-3 .fusion-grid-column,
  .fusion-grid-4 .fusion-grid-column,
  .fusion-grid-5 .fusion-grid-column,
  .fusion-portfolio-five .fusion-portfolio-post,
  .fusion-portfolio-four .fusion-portfolio-post,
  .fusion-portfolio-masonry .fusion-portfolio-post,
  .fusion-portfolio-three .fusion-portfolio-post,
  .products.products-3 .product-grid-view,
  .products.products-4 .product-grid-view,
  .products.products-5 .product-grid-view {
    width: 50% !important
  }

  .fusion-blog-layout-grid-3 .fusion-post-grid.fusion-element-landscape,
  .fusion-blog-layout-grid-4 .fusion-post-grid.fusion-element-landscape,
  .fusion-blog-layout-grid-5 .fusion-post-grid.fusion-element-landscape,
  .fusion-grid-3 .fusion-grid-column.fusion-element-landscape,
  .fusion-grid-4 .fusion-grid-column.fusion-element-landscape,
  .fusion-grid-5 .fusion-grid-column.fusion-element-landscape,
  .fusion-portfolio-five .fusion-portfolio-post.fusion-element-landscape,
  .fusion-portfolio-four .fusion-portfolio-post.fusion-element-landscape,
  .fusion-portfolio-masonry .fusion-portfolio-post.fusion-element-landscape,
  .fusion-portfolio-three .fusion-portfolio-post.fusion-element-landscape,
  .products.products-3 .product-grid-view.fusion-element-landscape,
  .products.products-4 .product-grid-view.fusion-element-landscape,
  .products.products-5 .product-grid-view.fusion-element-landscape {
    width: 100% !important
  }
}

@media only screen and (min-width: 1131px) and (max-width: 1222px) {

  .fusion-blog-layout-grid-6 .fusion-post-grid,
  .fusion-grid-6 .fusion-grid-column,
  .fusion-portfolio-six .fusion-portfolio-post,
  .products.products-6 .product-grid-view {
    width: 25% !important
  }

  .fusion-blog-layout-grid-6 .fusion-post-grid.fusion-element-landscape,
  .fusion-grid-6 .fusion-grid-column.fusion-element-landscape,
  .fusion-portfolio-six .fusion-portfolio-post.fusion-element-landscape,
  .products.products-6 .product-grid-view.fusion-element-landscape {
    width: 50% !important
  }

  .fusion-blog-layout-grid-3 .fusion-post-grid,
  .fusion-blog-layout-grid-4 .fusion-post-grid,
  .fusion-blog-layout-grid-5 .fusion-post-grid,
  .fusion-grid-3 .fusion-grid-column,
  .fusion-grid-4 .fusion-grid-column,
  .fusion-grid-5 .fusion-grid-column,
  .fusion-portfolio-five .fusion-portfolio-post,
  .fusion-portfolio-four .fusion-portfolio-post,
  .fusion-portfolio-three .fusion-portfolio-post,
  .products.products-3 .product-grid-view,
  .products.products-4 .product-grid-view,
  .products.products-5 .product-grid-view {
    width: 50% !important
  }

  .fusion-blog-layout-grid-3 .fusion-post-grid.fusion-element-landscape,
  .fusion-blog-layout-grid-4 .fusion-post-grid.fusion-element-landscape,
  .fusion-blog-layout-grid-5 .fusion-post-grid.fusion-element-landscape,
  .fusion-grid-3 .fusion-grid-column.fusion-element-landscape,
  .fusion-grid-4 .fusion-grid-column.fusion-element-landscape,
  .fusion-grid-5 .fusion-grid-column.fusion-element-landscape,
  .fusion-portfolio-five .fusion-portfolio-post.fusion-element-landscape,
  .fusion-portfolio-four .fusion-portfolio-post.fusion-element-landscape,
  .fusion-portfolio-three .fusion-portfolio-post.fusion-element-landscape,
  .products.products-3 .product-grid-view.fusion-element-landscape,
  .products.products-4 .product-grid-view.fusion-element-landscape,
  .products.products-5 .product-grid-view.fusion-element-landscape {
    width: 100% !important
  }
}

@media only screen and (min-width: 1222px) and (max-width: 1313px) {

  .fusion-blog-layout-grid-6 .fusion-post-grid,
  .fusion-grid-6 .fusion-grid-column,
  .fusion-portfolio-six .fusion-portfolio-post .products.products-6 .product-grid-view {
    width: 20% !important
  }

  .fusion-blog-layout-grid-6 .fusion-post-grid.fusion-element-landscape,
  .fusion-grid-6 .fusion-grid-column.fusion-element-landscape,
  .fusion-portfolio-six .fusion-portfolio-post .products.products-6 .product-grid-view.fusion-element-landscape {
    width: 40% !important
  }

  .fusion-blog-layout-grid-4 .fusion-post-grid,
  .fusion-blog-layout-grid-5 .fusion-post-grid,
  .fusion-grid-4 .fusion-grid-column,
  .fusion-grid-5 .fusion-grid-column,
  .fusion-portfolio-five .fusion-portfolio-post,
  .fusion-portfolio-four .fusion-portfolio-post,
  .products.products-4 .product-grid-view,
  .products.products-5 .product-grid-view {
    width: 33.33333333% !important
  }

  .fusion-blog-layout-grid-4 .fusion-post-grid.fusion-element-landscape,
  .fusion-blog-layout-grid-5 .fusion-post-grid.fusion-element-landscape,
  .fusion-grid-4 .fusion-grid-column.fusion-element-landscape,
  .fusion-grid-5 .fusion-grid-column.fusion-element-landscape,
  .fusion-portfolio-five .fusion-portfolio-post.fusion-element-landscape,
  .fusion-portfolio-four .fusion-portfolio-post.fusion-element-landscape,
  .products.products-4 .product-grid-view.fusion-element-landscape,
  .products.products-5 .product-grid-view.fusion-element-landscape {
    width: 66.66666667% !important
  }
}

@media only screen and (min-width: 1313px) and (max-width: 1404px) {

  .fusion-grid-6 .fusion-grid-column,
  .fusion-portfolio-six .fusion-portfolio-post,
  .grid-layout-6 .fusion-post-grid,
  .products.products-6 .product-grid-view {
    width: 20% !important
  }

  .fusion-grid-6 .fusion-grid-column.fusion-element-landscape,
  .fusion-portfolio-six .fusion-portfolio-post.fusion-element-landscape,
  .grid-layout-6 .fusion-post-grid.fusion-element-landscape,
  .products.products-6 .product-grid-view.fusion-element-landscape {
    width: 40% !important
  }

  .fusion-blog-layout-grid-5 .fusion-post-grid,
  .fusion-grid-5 .fusion-grid-column,
  .fusion-portfolio-five .fusion-portfolio-post,
  .products.products-5 .product-grid-view {
    width: 25% !important
  }

  .fusion-blog-layout-grid-5 .fusion-post-grid.fusion-element-landscape,
  .fusion-grid-5 .fusion-grid-column.fusion-element-landscape,
  .fusion-portfolio-five .fusion-portfolio-post.fusion-element-landscape,
  .products.products-5 .product-grid-view.fusion-element-landscape {
    width: 50% !important
  }
}

@media only screen and (min-width: 1024px) {
  .fusion-icon-only-link .menu-title {
    display: none
  }
}

@media only screen and (min-width: 1024px) {
  .fusion-main-menu>ul>li>a.fusion-icon-only-link>.fusion-megamenu-icon {
    padding: 0
  }

  body.side-header-right.layout-boxed-mode #side-header {
    position: absolute;
    top: 0;
    right: 0
  }

  body.side-header-right.layout-boxed-mode #side-header .side-header-wrapper {
    position: fixed;
    width: var(--side_header_width)
  }

  .fusion-mobile-menu-search {
    display: none !important
  }

  .fusion-header-wrapper .fusion-header .fusion-logo-background:after {
    top: calc((var(--header_padding-top)) * -1);
    border-top: var(--header_padding-top) solid var(--logo_background_color);
    border-bottom: var(--header_padding-bottom) solid var(--logo_background_color)
  }

  .avada-has-logo-background.avada-responsive.fusion-top-header:not(.fusion-header-layout-v4):not(.fusion-header-layout-v5) .fusion-header .fusion-logo-background {
    display: inline-flex;
    position: relative;
    background-color: var(--logo_background_color)
  }

  .avada-has-logo-background.avada-responsive.fusion-top-header:not(.fusion-header-layout-v4):not(.fusion-header-layout-v5) .fusion-header-wrapper .fusion-header .fusion-logo-background:after {
    content: "";
    pointer-events: none;
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%
  }

  .avada-has-logo-background.avada-responsive.fusion-top-header:not(.fusion-header-layout-v4):not(.fusion-header-layout-v5):not(.fusion-header-layout-v7) .fusion-header .fusion-logo-background {
    float: var(--logo_alignment)
  }

  .avada-has-logo-background.avada-responsive.fusion-top-header:not(.fusion-header-layout-v4):not(.fusion-header-layout-v5):not(.fusion-header-layout-v7).avada-has-header-100-width .fusion-logo-center .fusion-header,
  .avada-has-logo-background.avada-responsive.fusion-top-header:not(.fusion-header-layout-v4):not(.fusion-header-layout-v5):not(.fusion-header-layout-v7).avada-has-header-100-width .fusion-logo-left .fusion-header {
    padding-left: 0
  }

  .avada-has-logo-background.avada-responsive.fusion-top-header:not(.fusion-header-layout-v4):not(.fusion-header-layout-v5):not(.fusion-header-layout-v7).avada-has-header-100-width .fusion-logo-right .fusion-header {
    padding-right: 0
  }

  .avada-has-logo-background.avada-responsive.fusion-top-header:not(.fusion-header-layout-v4):not(.fusion-header-layout-v5).mobile-logo-pos-center .fusion-header .fusion-logo-background {
    float: left
  }

  .avada-has-logo-background.fusion-header-layout-v6.mobile-logo-pos-right.avada-has-header-100-width .fusion-header {
    order: 2
  }

  .avada-has-logo-background.fusion-header-layout-v6.mobile-logo-pos-right .fusion-header .fusion-logo-background {
    order: 2
  }

  .avada-has-logo-background:not(.fusion-top-header) .side-header-content.fusion-logo-center,
  .avada-has-logo-background:not(.fusion-top-header) .side-header-content.fusion-logo-left,
  .avada-has-logo-background:not(.fusion-top-header) .side-header-content.fusion-logo-right {
    background-color: var(--logo_background_color)
  }

  .avada-has-logo-background.avada-sticky-shrinkage:not(.fusion-header-layout-v4):not(.fusion-header-layout-v5) .fusion-header-wrapper.fusion-is-sticky .fusion-header .fusion-logo-background:after {
    transition: border-width .25s ease-in-out;
    border-bottom-width: 0
  }

  .avada-has-logo-background.fusion-top-header.fusion-header-layout-v7:not(.avada-menu-highlight-style-background) .fusion-header .fusion-logo-background {
    padding-right: 0;
    margin-right: var(--nav_padding)
  }

  .avada-has-logo-background.fusion-top-header.fusion-header-layout-v7:not(.avada-menu-highlight-style-background) .fusion-is-sticky .fusion-header .fusion-logo-background {
    padding-right: 0;
    margin-right: var(--header_sticky_nav_padding)
  }

  html.avada-header-color-not-opaque .fusion-header,
  html.avada-header-color-not-opaque .fusion-secondary-header {
    border-top: none
  }

  html.avada-header-color-not-opaque .fusion-header-v1 .fusion-header,
  html.avada-header-color-not-opaque .fusion-secondary-main-menu {
    border: none
  }

  html.avada-header-color-not-opaque .fusion-header-wrapper {
    position: absolute;
    z-index: 10000
  }

  html.avada-header-color-not-opaque .fusion-header-wrapper .fusion-header {
    background-image: none
  }

  html.avada-header-color-not-opaque .layout-boxed-mode .fusion-header-wrapper {
    width: 100%;
    max-width: var(--site_width)
  }

  html.avada-header-color-not-opaque .layout-wide-mode .fusion-header-wrapper {
    left: 0;
    right: 0
  }
}

@media only screen and (max-width: 1023px) {
  .width-100 .fusion-section-separator-with-offset {
    margin-left: calc((100vw - 100%)/ -2) !important;
    margin-right: calc((100vw - 100%)/ -2) !important
  }
}

@media only screen and (max-width: 1023px) {
  body.side-header #wrapper {
    margin-left: 0 !important;
    margin-right: 0 !important
  }

  body.side-header.layout-boxed-mode #wrapper {
    margin-left: auto !important;
    margin-right: auto !important
  }

  .layout-boxed-mode .side-header-wrapper {
    background-color: transparent
  }

  #side-header {
    transition: background-color .25s ease-in-out;
    position: static;
    height: auto;
    width: 100% !important;
    padding: 20px 30px !important;
    margin: 0 !important;
    background-color: var(--mobile_header_bg_color)
  }

  #side-header .side-header-styling-wrapper {
    display: none
  }

  #side-header .side-header-wrapper {
    padding-top: 0;
    padding-bottom: 0;
    position: relative
  }

  #side-header .header-social,
  #side-header .header-v4-content {
    display: none
  }

  #side-header .fusion-logo {
    margin: 0 !important;
    float: left
  }

  #side-header .side-header-content {
    padding: 0 !important
  }

  #side-header.fusion-mobile-menu-design-classic .fusion-logo {
    float: none;
    text-align: center
  }

  #side-header.fusion-mobile-menu-design-classic .fusion-main-menu-container .fusion-mobile-nav-holder {
    display: block;
    margin-top: 20px
  }

  #side-header.fusion-mobile-menu-design-classic .fusion-main-menu-container .fusion-mobile-sticky-nav-holder {
    display: none
  }

  #side-header .fusion-main-menu,
  #side-header .side-header-content-1-2,
  #side-header .side-header-content-3 {
    display: none
  }

  #side-header.fusion-mobile-menu-design-modern .fusion-logo {
    float: left;
    margin: 0
  }

  #side-header.fusion-mobile-menu-design-modern .fusion-logo-left {
    float: left
  }

  #side-header.fusion-mobile-menu-design-modern .fusion-logo-center {
    float: none
  }

  #side-header.fusion-mobile-menu-design-modern .fusion-logo-right {
    float: right
  }

  #side-header.fusion-mobile-menu-design-modern .fusion-logo-menu-right .fusion-mobile-menu-icons {
    float: left;
    position: static
  }

  #side-header.fusion-mobile-menu-design-modern .fusion-logo-menu-right .fusion-mobile-menu-icons a {
    float: left
  }

  #side-header.fusion-mobile-menu-design-modern .fusion-logo-menu-right .fusion-mobile-menu-icons :first-child {
    margin-left: 0
  }

  #side-header.fusion-mobile-menu-design-modern .fusion-logo-menu-left .fusion-mobile-menu-icons {
    float: right
  }

  #side-header.fusion-mobile-menu-design-modern .fusion-logo-menu-left .fusion-mobile-menu-icons:last-child {
    margin-left: 0
  }

  #side-header.fusion-mobile-menu-design-modern .fusion-mobile-menu-icons {
    display: block
  }

  #side-header.fusion-mobile-menu-design-modern .fusion-main-menu-container .fusion-mobile-nav-holder,
  #side-header.fusion-mobile-menu-design-modern .side-header-wrapper>.fusion-secondary-menu-search {
    padding-top: 20px;
    margin-left: -30px;
    margin-right: -30px;
    margin-bottom: -20px
  }

  #side-header.fusion-mobile-menu-design-modern .fusion-main-menu-container .fusion-mobile-nav-holder>ul {
    display: block;
    border-right: 0;
    border-left: 0;
    border-bottom: 0
  }

  #side-header.fusion-mobile-menu-design-flyout .fusion-logo-left {
    float: left
  }

  #side-header.fusion-mobile-menu-design-flyout.fusion-header-has-flyout-menu .fusion-flyout-mobile-menu-icons {
    z-index: 99999;
    position: relative;
    display: flex
  }

  .avada-responsive #side-header.fusion-is-sticky {
    background-color: var(--header_sticky_bg_color)
  }

  body #wrapper .header-shadow:after,
  body.side-header #wrapper #side-header.header-shadow .side-header-border:after {
    position: static;
    height: auto;
    box-shadow: none
  }

  body.layout-boxed-mode.side-header-right #side-header {
    position: absolute;
    top: 0
  }

  body.layout-boxed-mode.layout-scroll-offset-framed #wrapper #side-header {
    height: auto;
    position: relative
  }

  .fusion-header-has-flyout-menu .fusion-header-has-flyout-menu-content {
    z-index: 99999;
    display: flex;
    align-items: center;
    justify-content: space-between
  }

  .fusion-is-sticky .fusion-mobile-menu-design-flyout .fusion-header {
    position: fixed
  }

  .fusion-header-v4.fusion-flyout-active .fusion-flyout-menu,
  .fusion-header-v5.fusion-flyout-active .fusion-flyout-menu {
    top: 100px !important
  }

  .fusion-header-v4.fusion-flyout-active .fusion-flyout-menu .fusion-menu,
  .fusion-header-v5.fusion-flyout-active .fusion-flyout-menu .fusion-menu {
    margin-top: 0
  }

  .admin-bar .fusion-header-v4.fusion-flyout-active .fusion-flyout-menu,
  .admin-bar .fusion-header-v5.fusion-flyout-active .fusion-flyout-menu {
    top: 146px
  }

  .admin-bar .fusion-header-v4.fusion-flyout-active .fusion-flyout-menu .fusion-menu,
  .admin-bar .fusion-header-v5.fusion-flyout-active .fusion-flyout-menu .fusion-menu {
    margin-top: 0
  }

  .fusion-mobile-menu-design-flyout .fusion-secondary-header,
  .fusion-mobile-menu-design-modern .fusion-secondary-header {
    padding: 0
  }

  .fusion-mobile-menu-design-flyout .fusion-secondary-header .fusion-row,
  .fusion-mobile-menu-design-modern .fusion-secondary-header .fusion-row {
    padding-left: 0;
    padding-right: 0
  }

  .fusion-mobile-menu-design-flyout .fusion-social-links-header,
  .fusion-mobile-menu-design-modern .fusion-social-links-header {
    max-width: 100%;
    text-align: center;
    margin-top: 10px;
    margin-bottom: 8px
  }

  .fusion-mobile-menu-design-flyout .fusion-social-links-header a,
  .fusion-mobile-menu-design-modern .fusion-social-links-header a {
    margin-right: 20px;
    margin-bottom: 5px
  }

  .fusion-mobile-menu-design-flyout .fusion-alignleft,
  .fusion-mobile-menu-design-modern .fusion-alignleft {
    border-bottom: 1px solid transparent
  }

  .fusion-mobile-menu-design-flyout .fusion-alignleft,
  .fusion-mobile-menu-design-flyout .fusion-alignright,
  .fusion-mobile-menu-design-modern .fusion-alignleft,
  .fusion-mobile-menu-design-modern .fusion-alignright {
    width: 100%;
    float: none;
    display: block
  }

  .fusion-mobile-menu-design-flyout .fusion-secondary-menu>ul>li,
  .fusion-mobile-menu-design-modern .fusion-secondary-menu>ul>li {
    display: inline-block;
    vertical-align: middle;
    text-align: left
  }

  .fusion-mobile-menu-design-flyout .fusion-secondary-menu-cart,
  .fusion-mobile-menu-design-modern .fusion-secondary-menu-cart {
    border-right: 0
  }

  .fusion-mobile-menu-design-flyout .fusion-secondary-menu-icon,
  .fusion-mobile-menu-design-modern .fusion-secondary-menu-icon {
    background-color: transparent;
    padding-left: 10px;
    padding-right: 7px;
    min-width: 100%
  }

  .fusion-mobile-menu-design-flyout .fusion-secondary-menu-icon:after,
  .fusion-mobile-menu-design-modern .fusion-secondary-menu-icon:after {
    display: none
  }

  .fusion-mobile-menu-design-flyout .fusion-header-tagline,
  .fusion-mobile-menu-design-modern .fusion-header-tagline {
    margin-top: 10px;
    float: none;
    line-height: 24px
  }

  .fusion-body .fusion-mobile-menu-design-flyout .fusion-secondary-header .fusion-alignleft,
  .fusion-body .fusion-mobile-menu-design-flyout .fusion-secondary-header .fusion-alignright,
  .fusion-body .fusion-mobile-menu-design-modern .fusion-secondary-header .fusion-alignleft,
  .fusion-body .fusion-mobile-menu-design-modern .fusion-secondary-header .fusion-alignright {
    text-align: center
  }

  .fusion-body .fusion-mobile-menu-design-flyout .fusion-secondary-menu>ul>li,
  .fusion-body .fusion-mobile-menu-design-modern .fusion-secondary-menu>ul>li {
    float: none
  }

  @media only screen and (-webkit-min-device-pixel-ratio:1.5),
  only screen and (min-resolution:144dpi),
  only screen and (min-resolution:1.5dppx) {

    #side-header .fusion-mobile-logo,
    .fusion-mobile-logo {
      display: inline-block
    }
  }

  .fusion-mobile-menu-design-flyout .fusion-secondary-menu .fusion-secondary-menu-icon,
  .fusion-mobile-menu-design-flyout .fusion-secondary-menu .fusion-secondary-menu-icon:hover,
  .fusion-mobile-menu-design-flyout .fusion-secondary-menu-icon:before,
  .fusion-mobile-menu-design-modern .fusion-secondary-menu .fusion-secondary-menu-icon,
  .fusion-mobile-menu-design-modern .fusion-secondary-menu .fusion-secondary-menu-icon:hover,
  .fusion-mobile-menu-design-modern .fusion-secondary-menu-icon:before {
    color: var(--snav_color)
  }

  .side-header-background-color {
    background-color: var(--mobile_header_bg_color)
  }

  .fusion-body .fusion-header-wrapper .fusion-header,
  .fusion-body .fusion-header-wrapper .fusion-secondary-main-menu {
    background-color: var(--mobile_header_bg_color)
  }

  .avada-mobile-header-color-not-opaque .fusion-body #side-header {
    position: absolute;
    z-index: 10000
  }

  .avada-mobile-header-color-not-opaque .layout-boxed-mode.fusion-body #side-header {
    width: 100%;
    max-width: calc(var(--site_width) - var(--side_header_width))
  }

  .avada-mobile-header-color-not-opaque .layout-wide-mode.fusion-body #side-header {
    left: 0;
    right: 0
  }
}

@media only screen and (max-width: 1328px) {

  .fusion-footer-copyright-area>.fusion-row,
  .fusion-footer-widget-area>.fusion-row {
    padding-left: 0;
    padding-right: 0
  }
}

@media only screen and (max-width: 1328px) {
  .fusion-mobile-menu-design-modern .fusion-secondary-header {
    padding-left: 0 !important;
    padding-right: 0 !important
  }

  .fusion-mobile-menu-design-modern .ubermenu-responsive-toggle,
  .fusion-mobile-menu-design-modern .ubermenu-sticky-toggle-wrapper {
    clear: both
  }

  .fusion-mobile-menu-design-modern.fusion-header-v7 .fusion-main-menu {
    width: auto;
    display: block;
    float: left
  }

  .fusion-mobile-menu-design-modern.fusion-header-v7 .fusion-main-menu>ul .fusion-middle-logo-menu-logo {
    display: block
  }

  .fusion-mobile-menu-design-modern.fusion-header-v7 .fusion-sticky-menu {
    display: none
  }

  .fusion-mobile-menu-design-modern.fusion-header-v7.mobile-logo-pos-right .fusion-main-menu {
    float: right
  }

  .fusion-mobile-menu-design-modern.fusion-header-v7 .fusion-logo {
    padding: 0
  }

  .fusion-mobile-menu-design-modern.fusion-header-v1 .fusion-header,
  .fusion-mobile-menu-design-modern.fusion-header-v2 .fusion-header,
  .fusion-mobile-menu-design-modern.fusion-header-v3 .fusion-header,
  .fusion-mobile-menu-design-modern.fusion-header-v4 .fusion-header,
  .fusion-mobile-menu-design-modern.fusion-header-v5 .fusion-header,
  .fusion-mobile-menu-design-modern.fusion-header-v7 .fusion-header {
    padding-top: 20px;
    padding-bottom: 20px
  }

  .fusion-mobile-menu-design-modern.fusion-header-v1 .fusion-header .fusion-row,
  .fusion-mobile-menu-design-modern.fusion-header-v2 .fusion-header .fusion-row,
  .fusion-mobile-menu-design-modern.fusion-header-v3 .fusion-header .fusion-row,
  .fusion-mobile-menu-design-modern.fusion-header-v4 .fusion-header .fusion-row,
  .fusion-mobile-menu-design-modern.fusion-header-v5 .fusion-header .fusion-row,
  .fusion-mobile-menu-design-modern.fusion-header-v7 .fusion-header .fusion-row {
    width: 100%
  }

  .fusion-mobile-menu-design-modern.fusion-header-v1 .fusion-logo,
  .fusion-mobile-menu-design-modern.fusion-header-v2 .fusion-logo,
  .fusion-mobile-menu-design-modern.fusion-header-v3 .fusion-logo,
  .fusion-mobile-menu-design-modern.fusion-header-v4 .fusion-logo,
  .fusion-mobile-menu-design-modern.fusion-header-v5 .fusion-logo,
  .fusion-mobile-menu-design-modern.fusion-header-v7 .fusion-logo {
    margin: 0 !important
  }

  .fusion-mobile-menu-design-modern.fusion-header-v1 .modern-mobile-menu-expanded .fusion-logo,
  .fusion-mobile-menu-design-modern.fusion-header-v2 .modern-mobile-menu-expanded .fusion-logo,
  .fusion-mobile-menu-design-modern.fusion-header-v3 .modern-mobile-menu-expanded .fusion-logo,
  .fusion-mobile-menu-design-modern.fusion-header-v4 .modern-mobile-menu-expanded .fusion-logo,
  .fusion-mobile-menu-design-modern.fusion-header-v5 .modern-mobile-menu-expanded .fusion-logo,
  .fusion-mobile-menu-design-modern.fusion-header-v7 .modern-mobile-menu-expanded .fusion-logo {
    margin-bottom: 20px !important
  }

  .fusion-mobile-menu-design-modern.fusion-header-v1 .fusion-mobile-nav-holder,
  .fusion-mobile-menu-design-modern.fusion-header-v2 .fusion-mobile-nav-holder,
  .fusion-mobile-menu-design-modern.fusion-header-v3 .fusion-mobile-nav-holder,
  .fusion-mobile-menu-design-modern.fusion-header-v4 .fusion-mobile-nav-holder,
  .fusion-mobile-menu-design-modern.fusion-header-v5 .fusion-mobile-nav-holder,
  .fusion-mobile-menu-design-modern.fusion-header-v7 .fusion-mobile-nav-holder {
    padding-top: 20px;
    margin-left: -30px;
    margin-right: -30px;
    margin-bottom: calc(-20px - var(--header_padding-bottom))
  }

  .fusion-mobile-menu-design-modern.fusion-header-v1 .fusion-mobile-nav-holder>ul,
  .fusion-mobile-menu-design-modern.fusion-header-v2 .fusion-mobile-nav-holder>ul,
  .fusion-mobile-menu-design-modern.fusion-header-v3 .fusion-mobile-nav-holder>ul,
  .fusion-mobile-menu-design-modern.fusion-header-v4 .fusion-mobile-nav-holder>ul,
  .fusion-mobile-menu-design-modern.fusion-header-v5 .fusion-mobile-nav-holder>ul,
  .fusion-mobile-menu-design-modern.fusion-header-v7 .fusion-mobile-nav-holder>ul {
    display: block
  }

  .fusion-mobile-menu-design-modern.fusion-header-v1 .fusion-mobile-sticky-nav-holder,
  .fusion-mobile-menu-design-modern.fusion-header-v2 .fusion-mobile-sticky-nav-holder,
  .fusion-mobile-menu-design-modern.fusion-header-v3 .fusion-mobile-sticky-nav-holder,
  .fusion-mobile-menu-design-modern.fusion-header-v4 .fusion-mobile-sticky-nav-holder,
  .fusion-mobile-menu-design-modern.fusion-header-v5 .fusion-mobile-sticky-nav-holder,
  .fusion-mobile-menu-design-modern.fusion-header-v7 .fusion-mobile-sticky-nav-holder {
    display: none
  }

  .fusion-mobile-menu-design-modern.fusion-header-v1 .fusion-mobile-menu-icons,
  .fusion-mobile-menu-design-modern.fusion-header-v2 .fusion-mobile-menu-icons,
  .fusion-mobile-menu-design-modern.fusion-header-v3 .fusion-mobile-menu-icons,
  .fusion-mobile-menu-design-modern.fusion-header-v4 .fusion-mobile-menu-icons,
  .fusion-mobile-menu-design-modern.fusion-header-v5 .fusion-mobile-menu-icons,
  .fusion-mobile-menu-design-modern.fusion-header-v7 .fusion-mobile-menu-icons {
    display: block
  }

  .fusion-mobile-menu-design-modern.fusion-header-v4 .fusion-logo a {
    float: none
  }

  .fusion-mobile-menu-design-modern.fusion-header-v4 .fusion-logo .searchform {
    float: none;
    display: none
  }

  .fusion-mobile-menu-design-modern.fusion-header-v4 .fusion-header-banner {
    margin-top: 10px
  }

  .fusion-mobile-menu-design-modern.fusion-header-v5.fusion-logo-center .fusion-logo {
    float: left
  }

  .rtl .fusion-mobile-menu-design-modern.fusion-header-v5.fusion-logo-center .fusion-logo {
    float: right
  }

  .rtl .fusion-mobile-menu-design-modern.fusion-header-v5.fusion-logo-center .fusion-mobile-menu-icons {
    float: left
  }

  .rtl .fusion-mobile-menu-design-modern.fusion-header-v5.fusion-logo-center .fusion-mobile-menu-icons a {
    float: left;
    margin-left: 0;
    margin-right: 15px
  }

  .fusion-mobile-menu-design-modern.fusion-header-v4 .fusion-mobile-nav-holder,
  .fusion-mobile-menu-design-modern.fusion-header-v5 .fusion-mobile-nav-holder {
    padding-top: 0;
    margin-left: -30px;
    margin-right: -30px;
    margin-bottom: 0
  }

  .fusion-mobile-menu-design-modern.fusion-header-v4 .fusion-secondary-main-menu,
  .fusion-mobile-menu-design-modern.fusion-header-v5 .fusion-secondary-main-menu {
    position: static;
    border: 0
  }

  .fusion-mobile-menu-design-modern.fusion-header-v4 .fusion-secondary-main-menu .fusion-mobile-nav-holder>ul,
  .fusion-mobile-menu-design-modern.fusion-header-v5 .fusion-secondary-main-menu .fusion-mobile-nav-holder>ul {
    border: 0
  }

  .fusion-mobile-menu-design-modern.fusion-header-v4 .fusion-secondary-main-menu .searchform,
  .fusion-mobile-menu-design-modern.fusion-header-v5 .fusion-secondary-main-menu .searchform {
    float: none
  }

  .fusion-mobile-menu-design-modern.fusion-header-v4.fusion-logo-right .fusion-logo,
  .fusion-mobile-menu-design-modern.fusion-header-v5.fusion-logo-right .fusion-logo {
    float: right
  }

  .fusion-mobile-menu-design-modern.fusion-header-v4.fusion-sticky-menu-only .fusion-secondary-main-menu,
  .fusion-mobile-menu-design-modern.fusion-header-v5.fusion-sticky-menu-only .fusion-secondary-main-menu {
    position: static
  }

  .fusion-header .fusion-row {
    padding-left: 0;
    padding-right: 0
  }

  .fusion-header-wrapper .fusion-row {
    padding-left: 0;
    padding-right: 0;
    max-width: 100%
  }

  .fusion-header-wrapper .fusion-mobile-menu-design-classic .fusion-contact-info {
    text-align: center;
    line-height: normal
  }

  .fusion-header-wrapper .fusion-mobile-menu-design-classic .fusion-secondary-menu {
    display: none
  }

  .fusion-header-wrapper .fusion-mobile-menu-design-classic .fusion-social-links-header {
    max-width: 100%;
    margin-top: 5px;
    text-align: center;
    margin-bottom: 5px
  }

  .fusion-header-wrapper .fusion-mobile-menu-design-classic .fusion-header-tagline {
    float: none;
    text-align: center;
    margin-top: 10px;
    line-height: 24px;
    margin-left: auto;
    margin-right: auto
  }

  .fusion-header-wrapper .fusion-mobile-menu-design-classic .fusion-header-banner {
    float: none;
    text-align: center;
    margin: 0 auto;
    width: 100%;
    margin-top: 20px;
    clear: both
  }

  .fusion-secondary-header {
    background-color: var(--header_top_bg_color)
  }

  .fusion-secondary-header .fusion-row {
    display: block
  }

  .fusion-secondary-header .fusion-alignleft {
    margin-right: 0
  }

  .fusion-secondary-header .fusion-alignright {
    margin-left: 0
  }

  body.fusion-body .fusion-secondary-header .fusion-alignright>* {
    float: none
  }

  body.fusion-body .fusion-secondary-header .fusion-alignright .fusion-social-links-header .boxed-icons {
    margin-bottom: 5px
  }

  .fusion-mobile-menu-design-classic.fusion-header-v1 .fusion-header,
  .fusion-mobile-menu-design-classic.fusion-header-v2 .fusion-header,
  .fusion-mobile-menu-design-classic.fusion-header-v3 .fusion-header,
  .fusion-mobile-menu-design-classic.fusion-header-v7 .fusion-header {
    padding-top: 20px;
    padding-bottom: 20px
  }

  .fusion-mobile-menu-design-classic.fusion-header-v1 .fusion-logo,
  .fusion-mobile-menu-design-classic.fusion-header-v1 .fusion-logo a,
  .fusion-mobile-menu-design-classic.fusion-header-v2 .fusion-logo,
  .fusion-mobile-menu-design-classic.fusion-header-v2 .fusion-logo a,
  .fusion-mobile-menu-design-classic.fusion-header-v3 .fusion-logo,
  .fusion-mobile-menu-design-classic.fusion-header-v3 .fusion-logo a,
  .fusion-mobile-menu-design-classic.fusion-header-v7 .fusion-logo,
  .fusion-mobile-menu-design-classic.fusion-header-v7 .fusion-logo a {
    float: none;
    text-align: center;
    margin: 0 !important
  }

  .fusion-mobile-menu-design-classic.fusion-header-v1 .fusion-mobile-nav-holder,
  .fusion-mobile-menu-design-classic.fusion-header-v2 .fusion-mobile-nav-holder,
  .fusion-mobile-menu-design-classic.fusion-header-v3 .fusion-mobile-nav-holder,
  .fusion-mobile-menu-design-classic.fusion-header-v7 .fusion-mobile-nav-holder {
    display: block;
    margin-top: 20px
  }

  .fusion-mobile-menu-design-classic.fusion-header-v1 .fusion-main-menu,
  .fusion-mobile-menu-design-classic.fusion-header-v2 .fusion-main-menu,
  .fusion-mobile-menu-design-classic.fusion-header-v3 .fusion-main-menu {
    display: none
  }

  .fusion-mobile-menu-design-classic.fusion-header-v7 .fusion-main-menu {
    display: block;
    max-width: none
  }

  .fusion-mobile-menu-design-classic.fusion-header-v7 .fusion-main-menu>ul>li {
    display: none
  }

  .fusion-mobile-menu-design-classic.fusion-header-v7 .fusion-main-menu>ul .fusion-middle-logo-menu-logo {
    display: block
  }

  .fusion-mobile-menu-design-classic.fusion-header-v7 .fusion-sticky-menu>ul .fusion-middle-logo-menu-logo {
    display: none
  }

  .fusion-mobile-menu-design-classic.fusion-header-v7 .fusion-logo {
    padding: 0
  }

  .fusion-mobile-menu-design-classic .fusion-secondary-header {
    padding: 10px
  }

  .fusion-mobile-menu-design-classic .fusion-secondary-header .fusion-mobile-nav-holder {
    margin-top: 0
  }

  .fusion-mobile-menu-design-classic.fusion-header-v4 .fusion-header,
  .fusion-mobile-menu-design-classic.fusion-header-v5 .fusion-header {
    padding-top: 20px;
    padding-bottom: 20px
  }

  .fusion-mobile-menu-design-classic.fusion-header-v4 .fusion-secondary-main-menu,
  .fusion-mobile-menu-design-classic.fusion-header-v5 .fusion-secondary-main-menu {
    padding-top: 6px;
    padding-bottom: 6px
  }

  .fusion-mobile-menu-design-classic.fusion-header-v4 .fusion-main-menu,
  .fusion-mobile-menu-design-classic.fusion-header-v5 .fusion-main-menu {
    display: none
  }

  .fusion-mobile-menu-design-classic.fusion-header-v4 .fusion-mobile-nav-holder,
  .fusion-mobile-menu-design-classic.fusion-header-v5 .fusion-mobile-nav-holder {
    display: block
  }

  .fusion-mobile-menu-design-classic.fusion-header-v4 .fusion-logo,
  .fusion-mobile-menu-design-classic.fusion-header-v4 .fusion-logo a,
  .fusion-mobile-menu-design-classic.fusion-header-v5 .fusion-logo,
  .fusion-mobile-menu-design-classic.fusion-header-v5 .fusion-logo a {
    float: none;
    text-align: center;
    margin: 0 !important
  }

  .fusion-mobile-menu-design-classic.fusion-header-v4 .searchform,
  .fusion-mobile-menu-design-classic.fusion-header-v5 .searchform {
    display: block;
    float: none;
    width: 100%;
    margin: 13px 0 0
  }

  .fusion-mobile-menu-design-classic.fusion-header-v4 .search-table,
  .fusion-mobile-menu-design-classic.fusion-header-v5 .search-table {
    width: 100%
  }

  .fusion-mobile-menu-design-classic.fusion-header-v4 .fusion-logo a {
    float: none
  }

  .fusion-mobile-menu-design-classic.fusion-header-v4 .fusion-header-banner {
    margin-top: 10px
  }

  .fusion-mobile-menu-design-classic .fusion-alignleft {
    margin-bottom: 10px
  }

  .fusion-mobile-menu-design-classic .fusion-alignleft,
  .fusion-mobile-menu-design-classic .fusion-alignright {
    float: none;
    width: 100%;
    line-height: normal;
    display: block
  }

  .fusion-mobile-menu-design-classic .fusion-mobile-nav-holder .fusion-secondary-menu-icon:after,
  .fusion-mobile-menu-design-classic .fusion-mobile-nav-holder .fusion-secondary-menu-icon:before {
    display: none
  }

  .fusion-header-v4 .fusion-logo {
    display: block
  }

  .fusion-header-v4.fusion-mobile-menu-design-modern .fusion-logo .fusion-logo-link {
    max-width: 75%
  }

  .fusion-header-v4.fusion-mobile-menu-design-modern .fusion-mobile-menu-icons {
    position: absolute
  }

  .fusion-header-v4.fusion-mobile-menu-design-flyout .fusion-logo .fusion-logo-link {
    max-width: 75%
  }

  .fusion-header-v4.fusion-mobile-menu-design-flyout .fusion-mobile-menu-icons {
    position: absolute
  }

  .fusion-is-sticky .fusion-mobile-menu-design-classic.fusion-header-v7 .fusion-main-menu>ul .fusion-middle-logo-menu-logo {
    display: none
  }

  .fusion-is-sticky .fusion-mobile-menu-design-classic.fusion-header-v7 .fusion-main-menu-sticky>ul .fusion-middle-logo-menu-logo,
  .fusion-is-sticky .fusion-mobile-menu-design-classic.fusion-header-v7 .fusion-sticky-menu>ul .fusion-middle-logo-menu-logo {
    display: block
  }

  .fusion-is-sticky .fusion-mobile-menu-design-modern.fusion-header-v7 .fusion-main-menu {
    display: none
  }

  .fusion-is-sticky .fusion-mobile-menu-design-modern.fusion-header-v7 .fusion-main-menu-sticky,
  .fusion-is-sticky .fusion-mobile-menu-design-modern.fusion-header-v7 .fusion-sticky-menu {
    display: block
  }

  .fusion-is-sticky .fusion-mobile-menu-design-modern.fusion-header-v4 .fusion-sticky-header-wrapper,
  .fusion-is-sticky .fusion-mobile-menu-design-modern.fusion-header-v5 .fusion-sticky-header-wrapper {
    position: fixed;
    width: 100%
  }

  .fusion-is-sticky .fusion-sticky-menu-only.fusion-header-v4.fusion-mobile-menu-design-flyout.fusion-flyout-menu-active .fusion-secondary-main-menu,
  .fusion-is-sticky .fusion-sticky-menu-only.fusion-header-v5.fusion-mobile-menu-design-flyout.fusion-flyout-menu-active .fusion-secondary-main-menu {
    z-index: 9999999
  }

  .fusion-mobile-menu-design-flyout.fusion-header-v1 .fusion-main-menu,
  .fusion-mobile-menu-design-flyout.fusion-header-v2 .fusion-main-menu,
  .fusion-mobile-menu-design-flyout.fusion-header-v3 .fusion-main-menu,
  .fusion-mobile-menu-design-flyout.fusion-header-v4 .fusion-main-menu,
  .fusion-mobile-menu-design-flyout.fusion-header-v5 .fusion-main-menu,
  .fusion-mobile-menu-design-flyout.fusion-header-v7 .fusion-main-menu>ul>li,
  .fusion-mobile-menu-design-modern.fusion-header-v1 .fusion-main-menu,
  .fusion-mobile-menu-design-modern.fusion-header-v2 .fusion-main-menu,
  .fusion-mobile-menu-design-modern.fusion-header-v3 .fusion-main-menu,
  .fusion-mobile-menu-design-modern.fusion-header-v4 .fusion-main-menu,
  .fusion-mobile-menu-design-modern.fusion-header-v5 .fusion-main-menu,
  .fusion-mobile-menu-design-modern.fusion-header-v7 .fusion-main-menu>ul>li {
    display: none
  }

  .fusion-mobile-menu-design-classic.fusion-header-v1 .fusion-mobile-sticky-nav-holder,
  .fusion-mobile-menu-design-classic.fusion-header-v2 .fusion-mobile-sticky-nav-holder,
  .fusion-mobile-menu-design-classic.fusion-header-v3 .fusion-mobile-sticky-nav-holder,
  .fusion-mobile-menu-design-classic.fusion-header-v4 .fusion-mobile-sticky-nav-holder,
  .fusion-mobile-menu-design-classic.fusion-header-v5 .fusion-mobile-sticky-nav-holder,
  .fusion-mobile-menu-design-classic.fusion-header-v7 .fusion-mobile-sticky-nav-holder,
  .fusion-mobile-menu-design-flyout.fusion-header-v1 .fusion-mobile-sticky-nav-holder,
  .fusion-mobile-menu-design-flyout.fusion-header-v2 .fusion-mobile-sticky-nav-holder,
  .fusion-mobile-menu-design-flyout.fusion-header-v3 .fusion-mobile-sticky-nav-holder,
  .fusion-mobile-menu-design-flyout.fusion-header-v4 .fusion-mobile-sticky-nav-holder,
  .fusion-mobile-menu-design-flyout.fusion-header-v5 .fusion-mobile-sticky-nav-holder,
  .fusion-mobile-menu-design-flyout.fusion-header-v7 .fusion-mobile-sticky-nav-holder,
  .fusion-mobile-menu-design-modern.fusion-header-v1 .fusion-mobile-sticky-nav-holder,
  .fusion-mobile-menu-design-modern.fusion-header-v2 .fusion-mobile-sticky-nav-holder,
  .fusion-mobile-menu-design-modern.fusion-header-v3 .fusion-mobile-sticky-nav-holder,
  .fusion-mobile-menu-design-modern.fusion-header-v4 .fusion-mobile-sticky-nav-holder,
  .fusion-mobile-menu-design-modern.fusion-header-v5 .fusion-mobile-sticky-nav-holder,
  .fusion-mobile-menu-design-modern.fusion-header-v7 .fusion-mobile-sticky-nav-holder {
    display: none
  }

  .fusion-is-sticky .fusion-mobile-menu-design-classic.fusion-header-v1.fusion-sticky-menu-1 .fusion-mobile-nav-holder,
  .fusion-is-sticky .fusion-mobile-menu-design-classic.fusion-header-v2.fusion-sticky-menu-1 .fusion-mobile-nav-holder,
  .fusion-is-sticky .fusion-mobile-menu-design-classic.fusion-header-v3.fusion-sticky-menu-1 .fusion-mobile-nav-holder,
  .fusion-is-sticky .fusion-mobile-menu-design-classic.fusion-header-v4.fusion-sticky-menu-1 .fusion-mobile-nav-holder,
  .fusion-is-sticky .fusion-mobile-menu-design-classic.fusion-header-v5.fusion-sticky-menu-1 .fusion-mobile-nav-holder,
  .fusion-is-sticky .fusion-mobile-menu-design-classic.fusion-header-v7.fusion-sticky-menu-1 .fusion-mobile-nav-holder,
  .fusion-is-sticky .fusion-mobile-menu-design-flyout.fusion-header-v1.fusion-sticky-menu-1 .fusion-mobile-nav-holder,
  .fusion-is-sticky .fusion-mobile-menu-design-flyout.fusion-header-v2.fusion-sticky-menu-1 .fusion-mobile-nav-holder,
  .fusion-is-sticky .fusion-mobile-menu-design-flyout.fusion-header-v3.fusion-sticky-menu-1 .fusion-mobile-nav-holder,
  .fusion-is-sticky .fusion-mobile-menu-design-flyout.fusion-header-v4.fusion-sticky-menu-1 .fusion-mobile-nav-holder,
  .fusion-is-sticky .fusion-mobile-menu-design-flyout.fusion-header-v5.fusion-sticky-menu-1 .fusion-mobile-nav-holder,
  .fusion-is-sticky .fusion-mobile-menu-design-flyout.fusion-header-v7.fusion-sticky-menu-1 .fusion-mobile-nav-holder,
  .fusion-is-sticky .fusion-mobile-menu-design-modern.fusion-header-v1.fusion-sticky-menu-1 .fusion-mobile-nav-holder,
  .fusion-is-sticky .fusion-mobile-menu-design-modern.fusion-header-v2.fusion-sticky-menu-1 .fusion-mobile-nav-holder,
  .fusion-is-sticky .fusion-mobile-menu-design-modern.fusion-header-v3.fusion-sticky-menu-1 .fusion-mobile-nav-holder,
  .fusion-is-sticky .fusion-mobile-menu-design-modern.fusion-header-v4.fusion-sticky-menu-1 .fusion-mobile-nav-holder,
  .fusion-is-sticky .fusion-mobile-menu-design-modern.fusion-header-v5.fusion-sticky-menu-1 .fusion-mobile-nav-holder,
  .fusion-is-sticky .fusion-mobile-menu-design-modern.fusion-header-v7.fusion-sticky-menu-1 .fusion-mobile-nav-holder {
    display: none
  }

  .fusion-is-sticky .fusion-mobile-menu-design-classic.fusion-header-v1.fusion-sticky-menu-1 .fusion-mobile-sticky-nav-holder,
  .fusion-is-sticky .fusion-mobile-menu-design-classic.fusion-header-v2.fusion-sticky-menu-1 .fusion-mobile-sticky-nav-holder,
  .fusion-is-sticky .fusion-mobile-menu-design-classic.fusion-header-v3.fusion-sticky-menu-1 .fusion-mobile-sticky-nav-holder,
  .fusion-is-sticky .fusion-mobile-menu-design-classic.fusion-header-v4.fusion-sticky-menu-1 .fusion-mobile-sticky-nav-holder,
  .fusion-is-sticky .fusion-mobile-menu-design-classic.fusion-header-v5.fusion-sticky-menu-1 .fusion-mobile-sticky-nav-holder,
  .fusion-is-sticky .fusion-mobile-menu-design-classic.fusion-header-v7.fusion-sticky-menu-1 .fusion-mobile-sticky-nav-holder,
  .fusion-is-sticky .fusion-mobile-menu-design-flyout.fusion-header-v1.fusion-sticky-menu-1 .fusion-mobile-sticky-nav-holder,
  .fusion-is-sticky .fusion-mobile-menu-design-flyout.fusion-header-v2.fusion-sticky-menu-1 .fusion-mobile-sticky-nav-holder,
  .fusion-is-sticky .fusion-mobile-menu-design-flyout.fusion-header-v3.fusion-sticky-menu-1 .fusion-mobile-sticky-nav-holder,
  .fusion-is-sticky .fusion-mobile-menu-design-flyout.fusion-header-v4.fusion-sticky-menu-1 .fusion-mobile-sticky-nav-holder,
  .fusion-is-sticky .fusion-mobile-menu-design-flyout.fusion-header-v5.fusion-sticky-menu-1 .fusion-mobile-sticky-nav-holder,
  .fusion-is-sticky .fusion-mobile-menu-design-flyout.fusion-header-v7.fusion-sticky-menu-1 .fusion-mobile-sticky-nav-holder,
  .fusion-is-sticky .fusion-mobile-menu-design-modern.fusion-header-v1.fusion-sticky-menu-1 .fusion-mobile-sticky-nav-holder,
  .fusion-is-sticky .fusion-mobile-menu-design-modern.fusion-header-v2.fusion-sticky-menu-1 .fusion-mobile-sticky-nav-holder,
  .fusion-is-sticky .fusion-mobile-menu-design-modern.fusion-header-v3.fusion-sticky-menu-1 .fusion-mobile-sticky-nav-holder,
  .fusion-is-sticky .fusion-mobile-menu-design-modern.fusion-header-v4.fusion-sticky-menu-1 .fusion-mobile-sticky-nav-holder,
  .fusion-is-sticky .fusion-mobile-menu-design-modern.fusion-header-v5.fusion-sticky-menu-1 .fusion-mobile-sticky-nav-holder,
  .fusion-is-sticky .fusion-mobile-menu-design-modern.fusion-header-v7.fusion-sticky-menu-1 .fusion-mobile-sticky-nav-holder {
    display: block
  }

  #side-header.fusion-mobile-menu-design-flyout .side-header-wrapper,
  .fusion-mobile-menu-design-flyout .fusion-header .fusion-row {
    z-index: 9999
  }

  .fusion-mobile-menu-design-flyout.fusion-header-v1 .fusion-flyout-mobile-menu-icons,
  .fusion-mobile-menu-design-flyout.fusion-header-v2 .fusion-flyout-mobile-menu-icons,
  .fusion-mobile-menu-design-flyout.fusion-header-v3 .fusion-flyout-mobile-menu-icons,
  .fusion-mobile-menu-design-flyout.fusion-header-v4 .fusion-flyout-mobile-menu-icons,
  .fusion-mobile-menu-design-flyout.fusion-header-v5 .fusion-flyout-mobile-menu-icons,
  .fusion-mobile-menu-design-flyout.fusion-header-v7 .fusion-flyout-mobile-menu-icons {
    z-index: 99999;
    position: relative;
    display: flex
  }

  .fusion-mobile-menu-design-flyout.fusion-header-v7 .fusion-main-menu {
    display: block;
    float: left;
    width: auto
  }

  .fusion-mobile-menu-design-flyout.fusion-header-v7 .fusion-main-menu>ul .fusion-middle-logo-menu-logo {
    display: block
  }

  .fusion-mobile-menu-design-flyout.fusion-header-v7.fusion-flyout-active .fusion-main-menu {
    z-index: 99999
  }

  .fusion-mobile-menu-design-flyout.fusion-header-v7.fusion-flyout-active .fusion-logo {
    z-index: 99999
  }

  .fusion-flyout-mobile-menu.fusion-mobile-nav-holder>ul {
    display: block;
    width: 100%;
    text-align: center;
    border: none
  }

  .fusion-flyout-mobile-menu.fusion-mobile-nav-holder .fusion-mobile-nav-item a {
    border: none
  }

  .fusion-flyout-mobile-menu.fusion-mobile-nav-holder .fusion-open-submenu,
  .fusion-flyout-mobile-menu.fusion-mobile-nav-holder .sub-menu,
  .fusion-header-has-flyout-menu .fusion-flyout-menu .fusion-menu .fusion-main-menu-cart,
  .fusion-header-v4 .fusion-logo .fusion-header-content-3-wrapper .fusion-secondary-menu-search,
  .fusion-mobile-menu-design-flyout.fusion-header-v7 .fusion-flyout-menu .fusion-middle-logo-menu-logo,
  .fusion-mobile-menu-design-flyout.fusion-header-v7 .fusion-main-menu.fusion-sticky-menu {
    display: none
  }

  .fusion-header-v4.fusion-header-has-flyout-menu .fusion-header>.fusion-row {
    position: relative
  }

  .avada-not-responsive .fusion-main-menu>ul>li {
    padding-right: var(--mobile_nav_padding)
  }

  .avada-responsive .fusion-mobile-menu-design-modern.fusion-header-v7 .fusion-main-menu {
    float: var(--logo_alignment)
  }

  .avada-responsive.mobile-logo-pos-center .fusion-mobile-menu-design-modern.fusion-header-v7 .fusion-main-menu {
    float: left
  }

  .mobile-logo-pos-right .fusion-mobile-menu-design-modern.fusion-header-v7 .fusion-main-menu {
    float: right
  }

  .fusion-body .fusion-header-wrapper .fusion-main-menu.fusion-ubermenu-mobile {
    display: block
  }

  .fusion-mobile-nav-holder li.fusion-mobile-nav-item .wpml-ls-item a::before {
    display: none
  }

  .fusion-mobile-nav-holder .wpml-ls-native {
    padding: 0 5px
  }

  .avada-mobile-header-color-not-opaque .fusion-header-wrapper {
    position: absolute;
    z-index: 10000
  }

  .avada-mobile-header-color-not-opaque .fusion-header-wrapper .fusion-header {
    background-image: none
  }

  .avada-mobile-header-color-not-opaque .layout-boxed-mode .fusion-header-wrapper {
    width: 100%;
    max-width: var(--site_width)
  }

  .avada-mobile-header-color-not-opaque .layout-wide-mode .fusion-header-wrapper {
    left: 0;
    right: 0
  }

  body.avada-has-mobile-menu-search:not(.avada-has-main-nav-search-icon) .fusion-header-v6.fusion-header-has-flyout-menu .fusion-flyout-menu-icons .fusion-flyout-search-toggle {
    display: flex
  }

  body:not(.avada-has-mobile-menu-search) .fusion-header-v6.fusion-header-has-flyout-menu .fusion-flyout-menu-icons .fusion-flyout-search-toggle {
    display: none
  }
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {

  .fusion-blog-layout-grid-6 .fusion-post-grid,
  .fusion-grid-6 .fusion-grid-column,
  .fusion-portfolio-six .fusion-portfolio-post,
  .products.products-6 .product-grid-view {
    width: 33.33333333% !important
  }

  .fusion-blog-layout-grid-6 .fusion-post-grid.fusion-element-landscape,
  .fusion-grid-6 .fusion-grid-column.fusion-element-landscape,
  .fusion-portfolio-six .fusion-portfolio-post.fusion-element-landscape,
  .products.products-6 .product-grid-view.fusion-element-landscape {
    width: 66.66666667% !important
  }

  .fusion-blog-layout-grid-3 .fusion-post-grid,
  .fusion-blog-layout-grid-4 .fusion-post-grid,
  .fusion-blog-layout-grid-5 .fusion-post-grid,
  .fusion-grid-3 .fusion-grid-column,
  .fusion-grid-4 .fusion-grid-column,
  .fusion-grid-5 .fusion-grid-column,
  .fusion-portfolio-five .fusion-portfolio-post,
  .fusion-portfolio-four .fusion-portfolio-post,
  .fusion-portfolio-masonry .fusion-portfolio-post,
  .fusion-portfolio-three .fusion-portfolio-post,
  .products.products-3 .product-grid-view,
  .products.products-4 .product-grid-view,
  .products.products-5 .product-grid-view {
    width: 50% !important
  }

  .fusion-blog-layout-grid-3 .fusion-post-grid.fusion-element-landscape,
  .fusion-blog-layout-grid-4 .fusion-post-grid.fusion-element-landscape,
  .fusion-blog-layout-grid-5 .fusion-post-grid.fusion-element-landscape,
  .fusion-grid-3 .fusion-grid-column.fusion-element-landscape,
  .fusion-grid-4 .fusion-grid-column.fusion-element-landscape,
  .fusion-grid-5 .fusion-grid-column.fusion-element-landscape,
  .fusion-portfolio-five .fusion-portfolio-post.fusion-element-landscape,
  .fusion-portfolio-four .fusion-portfolio-post.fusion-element-landscape,
  .fusion-portfolio-masonry .fusion-portfolio-post.fusion-element-landscape,
  .fusion-portfolio-three .fusion-portfolio-post.fusion-element-landscape,
  .products.products-3 .product-grid-view.fusion-element-landscape,
  .products.products-4 .product-grid-view.fusion-element-landscape,
  .products.products-5 .product-grid-view.fusion-element-landscape {
    width: 100% !important
  }

  .fusion-columns-1 .fusion-column:first-child,
  .fusion-columns-2 .fusion-column:first-child,
  .fusion-columns-3 .fusion-column:first-child,
  .fusion-columns-4 .fusion-column:first-child,
  .fusion-columns-5 .fusion-column:first-child {
    margin-left: 0
  }

  .fusion-column,
  .fusion-column:nth-child(2n),
  .fusion-column:nth-child(3n),
  .fusion-column:nth-child(4n),
  .fusion-column:nth-child(5n) {
    margin-right: 0
  }

  #wrapper {
    width: auto !important
  }

  #wrapper .ei-slider {
    width: 100% !important;
    height: 200px !important
  }

  .create-block-format-context {
    display: none
  }

  .columns .col {
    float: none;
    width: 100% !important;
    margin: 0;
    box-sizing: border-box
  }

  .fullwidth-box {
    background-attachment: scroll !important
  }

  .fullwidth-box .fullwidth-faded {
    background-attachment: scroll !important
  }

  .review {
    float: none;
    width: 100%
  }

  .fusion-social-links-footer {
    width: auto
  }

  .fusion-social-links-footer .fusion-social-networks {
    display: inline-block;
    float: none
  }

  .fusion-author .fusion-author-ssocial .fusion-author-tagline {
    float: none;
    text-align: center;
    max-width: 100%
  }

  .fusion-author .fusion-author-ssocial .fusion-social-networks {
    text-align: center
  }

  .fusion-author .fusion-author-ssocial .fusion-social-networks .fusion-social-network-icon:first-child {
    margin-left: 0
  }

  .fusion-page-title-wrapper {
    display: block
  }

  .fusion-page-title-bar-left .fusion-page-title-captions,
  .fusion-page-title-bar-left .fusion-page-title-secondary,
  .fusion-page-title-bar-right .fusion-page-title-captions,
  .fusion-page-title-bar-right .fusion-page-title-secondary {
    display: block;
    float: none;
    width: 100%;
    line-height: normal
  }

  .fusion-page-title-bar-left .fusion-page-title-secondary {
    text-align: left
  }

  .fusion-page-title-bar-left .searchform {
    display: block;
    max-width: 100%
  }

  .fusion-page-title-bar .fusion-page-title-secondary {
    margin: 2px 0 0
  }

  .fusion-page-title-bar-right .fusion-page-title-secondary {
    text-align: right
  }

  .fusion-page-title-bar-right .searchform {
    max-width: 100%
  }

  .sidebar .social_links .social li {
    width: auto;
    margin-right: 5px
  }

  #comment-input {
    margin-bottom: 0
  }

  #comment-input input {
    width: 90%;
    float: none !important;
    margin-bottom: 10px
  }

  #comment-textarea textarea {
    width: 90%
  }

  .pagination {
    margin-top: 40px
  }

  .portfolio-one .portfolio-item .image {
    float: none;
    width: auto;
    height: auto;
    margin-bottom: 20px
  }

  h5.toggle span.toggle-title {
    width: 80%
  }

  .project-content .project-description {
    float: none !important
  }

  .project-content .fusion-project-description-details {
    margin-bottom: 50px
  }

  .project-content .project-description,
  .project-content .project-info {
    width: 100% !important
  }

  .portfolio-half .flexslider {
    width: 100%
  }

  .portfolio-half .project-content {
    width: 100% !important
  }

  #style_selector {
    display: none
  }

  .faq-tabs,
  .portfolio-tabs {
    height: auto;
    border-bottom-width: 1px;
    border-bottom-style: solid
  }

  .faq-tabs li,
  .portfolio-tabs li {
    float: left;
    margin-right: 30px;
    border-bottom: 0
  }

  .ls-avada .ls-nav-next,
  .ls-avada .ls-nav-prev {
    display: none !important
  }

  nav#nav,
  nav#sticky-nav {
    margin-right: 0
  }

  #footer .social-networks {
    width: 100%;
    margin: 0 auto;
    position: relative;
    left: -11px
  }

  .tab-holder .tabs {
    height: auto !important;
    width: 100% !important
  }

  .shortcode-tabs .tab-hold .tabs li {
    width: 100% !important
  }

  body .shortcode-tabs .tab-hold .tabs li,
  body.dark .sidebar .tab-hold .tabs li {
    border-right: none !important
  }

  body #small-nav {
    visibility: visible !important
  }

  .error_page .useful_links {
    width: 100%;
    padding-left: 0
  }

  .fusion-google-map {
    width: 100% !important
  }

  .fusion-blog-layout-medium-alternate .fusion-post-content {
    flex: 1 0 100%;
    width: 100%;
    padding-top: 20px
  }

  .gform_wrapper .gfield input[type=text],
  .gform_wrapper .gfield textarea,
  .gform_wrapper .ginput_complex .ginput_left,
  .gform_wrapper .ginput_complex .ginput_right,
  .wpcf7-form .wpcf7-number,
  .wpcf7-form .wpcf7-quiz,
  .wpcf7-form .wpcf7-text,
  .wpcf7-form textarea {
    float: none !important;
    width: 100% !important;
    box-sizing: border-box
  }

  #toTop {
    bottom: 30px;
    border-radius: 4px;
    height: 40px
  }

  #toTop:before {
    line-height: 38px
  }

  #toTop:hover {
    background-color: #333
  }

  .no-mobile-totop .to-top-container {
    display: none
  }

  .no-mobile-slidingbar #slidingbar-area {
    display: none
  }

  .no-mobile-slidingbar .fusion-flyout-sliding-bar-toggle {
    display: none !important
  }

  .tfs-slider .slide-content-container .btn {
    min-height: 0 !important;
    padding-left: 20px;
    padding-right: 20px !important;
    height: 26px !important;
    line-height: 26px !important
  }

  .fusion-soundcloud iframe {
    width: 100%
  }

  .fusion-columns-2 .fusion-column,
  .fusion-columns-2 .fusion-flip-box-wrapper,
  .fusion-columns-4 .fusion-column,
  .fusion-columns-4 .fusion-flip-box-wrapper {
    width: 50% !important;
    float: left !important
  }

  .fusion-columns-2 .fusion-column:nth-of-type(2n+1),
  .fusion-columns-2 .fusion-flip-box-wrapper:nth-of-type(2n+1),
  .fusion-columns-4 .fusion-column:nth-of-type(2n+1) {
    clear: both
  }

  .fusion-columns-3 .fusion-column,
  .fusion-columns-3 .fusion-flip-box-wrapper,
  .fusion-columns-5 .col-lg-2,
  .fusion-columns-5 .col-md-2,
  .fusion-columns-5 .col-sm-2,
  .fusion-columns-5 .fusion-column,
  .fusion-columns-5 .fusion-flip-box-wrapper,
  .fusion-columns-6 .fusion-column,
  .fusion-columns-6 .fusion-flip-box-wrapper {
    width: 33.33% !important;
    float: left !important
  }

  .fusion-columns-3 .fusion-column:nth-of-type(3n+1),
  .fusion-columns-3 .fusion-flip-box-wrapper:nth-of-type(3n+1),
  .fusion-columns-5 .fusion-column:nth-of-type(3n+1),
  .fusion-columns-5 .fusion-flip-box-wrapper:nth-of-type(3n+1),
  .fusion-columns-6 .fusion-column:nth-of-type(3n+1),
  .fusion-columns-6 .fusion-flip-box-wrapper:nth-of-type(3n+1) {
    clear: both
  }

  .footer-area .fusion-column,
  .fusion-sliding-bar-position-bottom .fusion-column,
  .fusion-sliding-bar-position-top .fusion-column {
    margin-bottom: 40px
  }

  .fusion-layout-column.fusion-five-sixth,
  .fusion-layout-column.fusion-four-fifth,
  .fusion-layout-column.fusion-one-fifth,
  .fusion-layout-column.fusion-one-fourth,
  .fusion-layout-column.fusion-one-half,
  .fusion-layout-column.fusion-one-sixth,
  .fusion-layout-column.fusion-one-third,
  .fusion-layout-column.fusion-three-fifth,
  .fusion-layout-column.fusion-three-fourth,
  .fusion-layout-column.fusion-two-fifth,
  .fusion-layout-column.fusion-two-third {
    position: relative;
    margin-bottom: 20px;
    float: left;
    margin-right: 4%
  }

  .rtl .fusion-layout-column.fusion-five-sixth,
  .rtl .fusion-layout-column.fusion-four-fifth,
  .rtl .fusion-layout-column.fusion-one-fifth,
  .rtl .fusion-layout-column.fusion-one-fourth,
  .rtl .fusion-layout-column.fusion-one-half,
  .rtl .fusion-layout-column.fusion-one-sixth,
  .rtl .fusion-layout-column.fusion-one-third,
  .rtl .fusion-layout-column.fusion-three-fifth,
  .rtl .fusion-layout-column.fusion-three-fourth,
  .rtl .fusion-layout-column.fusion-two-fifth,
  .rtl .fusion-layout-column.fusion-two-third {
    float: right;
    margin-left: 4%;
    margin-right: 0
  }

  .fusion-layout-column.fusion-one-sixth {
    width: 13.3333%
  }

  .fusion-layout-column.fusion-five-sixth {
    width: 82.6666%
  }

  .fusion-layout-column.fusion-one-fifth {
    width: 16.8%
  }

  .fusion-layout-column.fusion-two-fifth {
    width: 37.6%
  }

  .fusion-layout-column.fusion-three-fifth {
    width: 58.4%
  }

  .fusion-layout-column.fusion-four-fifth {
    width: 79.2%
  }

  .fusion-layout-column.fusion-one-fourth {
    width: 22%
  }

  .fusion-layout-column.fusion-three-fourth {
    width: 74%
  }

  .fusion-layout-column.fusion-one-third {
    width: 30.6666%
  }

  .fusion-layout-column.fusion-two-third {
    width: 65.3333%
  }

  .fusion-layout-column.fusion-one-half {
    width: 48%
  }

  .fusion-layout-column.fusion-one-full {
    clear: both
  }

  .fusion-layout-column.fusion-spacing-no {
    margin-left: 0;
    margin-right: 0
  }

  .fusion-layout-column.fusion-spacing-no.fusion-one-sixth {
    width: 16.66666667%
  }

  .fusion-layout-column.fusion-spacing-no.fusion-five-sixth {
    width: 83.33333333%
  }

  .fusion-layout-column.fusion-spacing-no.fusion-one-fifth {
    width: 20%
  }

  .fusion-layout-column.fusion-spacing-no.fusion-two-fifth {
    width: 40%
  }

  .fusion-layout-column.fusion-spacing-no.fusion-three-fifth {
    width: 60%
  }

  .fusion-layout-column.fusion-spacing-no.fusion-four-fifth {
    width: 80%
  }

  .fusion-layout-column.fusion-spacing-no.fusion-one-fourth {
    width: 25%
  }

  .fusion-layout-column.fusion-spacing-no.fusion-three-fourth {
    width: 75%
  }

  .fusion-layout-column.fusion-spacing-no.fusion-one-third {
    width: 33.33333333%
  }

  .fusion-layout-column.fusion-spacing-no.fusion-two-third {
    width: 66.66666667%
  }

  .fusion-layout-column.fusion-spacing-no.fusion-one-half {
    width: 50%
  }

  .fusion-layout-column.fusion-column-last {
    clear: right;
    zoom: 1;
    margin-left: 0;
    margin-right: 0
  }

  .rtl .fusion-layout-column.fusion-column-last {
    clear: left;
    margin-left: 0
  }

  .fusion-layout-column.fusion-column-last.fusion-one-full {
    clear: both
  }

  .avada-footer-fx-bg-parallax .fusion-footer-widget-area {
    background-attachment: initial;
    margin: 0
  }

  .avada-footer-fx-bg-parallax #main {
    margin-bottom: 0
  }

  .fusion-column.fusion-spacing-no {
    margin-bottom: 0;
    width: 100% !important
  }

  .ua-mobile #main,
  .ua-mobile .fusion-footer-widget-area,
  .ua-mobile .page-title-bar,
  .ua-mobile body {
    background-attachment: scroll !important
  }

  #footer>.fusion-row,
  .footer-area>.fusion-row {
    padding-left: 0 !important;
    padding-right: 0 !important
  }

  #main,
  .fullwidth-box,
  .fusion-footer-widget-area,
  .page-title-bar,
  body {
    background-attachment: scroll !important
  }

  #customer_login_box .button {
    float: left;
    margin-bottom: 15px
  }

  #customer_login_box .remember-box {
    clear: both;
    display: block;
    padding: 0;
    width: 125px;
    float: left
  }

  #customer_login_box .lost_password {
    float: left
  }

  .fusion-body .fusion-page-title-bar:not(.fusion-tb-page-title-bar) {
    padding-top: 5px;
    padding-bottom: 5px
  }

  .fusion-body.avada-has-page-title-mobile-height-auto .fusion-page-title-bar {
    padding-top: 10px;
    padding-bottom: 10px;
    height: auto
  }

  .fusion-body:not(.avada-has-page-title-mobile-height-auto) .fusion-page-title-bar:not(.fusion-tb-page-title-bar) {
    min-height: calc(var(--page_title_mobile_height) - 10px)
  }

  .fusion-body:not(.avada-has-page-title-mobile-height-auto) .fusion-page-title-bar {
    height: auto
  }

  .fusion-body:not(.avada-has-page-title-mobile-height-auto) .fusion-page-title-row {
    display: flex;
    align-items: center;
    width: 100%;
    min-height: calc(var(--page_title_mobile_height) - 10px)
  }

  .fusion-body:not(.avada-has-page-title-mobile-height-auto) .fusion-page-title-bar-center .fusion-page-title-row {
    width: auto
  }

  .fusion-body:not(.avada-has-page-title-mobile-height-auto) .fusion-page-title-captions {
    width: 100%
  }

  .avada-has-breadcrumb-mobile-hidden.fusion-body .fusion-page-title-bar .fusion-breadcrumbs {
    display: none
  }

  .avada-has-slider-fallback-image #sliders-container {
    display: none
  }

  .avada-has-slider-fallback-image #fallback-slide {
    display: block
  }
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {
  #nav-uber #megaMenu {
    width: 100%
  }

  #header-sticky .fusion-row,
  .fusion-header .fusion-row,
  .fusion-secondary-header .fusion-row {
    padding-left: 0 !important;
    padding-right: 0 !important
  }

  .avada-responsive.rtl:not(.avada-menu-highlight-style-background) .fusion-header-v1 .fusion-main-menu>ul>li,
  .avada-responsive.rtl:not(.avada-menu-highlight-style-background) .fusion-header-v2 .fusion-main-menu>ul>li,
  .avada-responsive.rtl:not(.avada-menu-highlight-style-background) .fusion-header-v3 .fusion-main-menu>ul>li,
  .avada-responsive.rtl:not(.avada-menu-highlight-style-background) .fusion-header-v4 .fusion-main-menu>ul>li,
  .avada-responsive.rtl:not(.avada-menu-highlight-style-background) .fusion-header-v5 .fusion-main-menu>ul>li,
  .avada-responsive.rtl:not(.avada-menu-highlight-style-background) .fusion-header-v7 .fusion-main-menu>ul>li {
    padding-left: var(--mobile_nav_padding)
  }

  .avada-responsive:not(.rtl):not(.avada-menu-highlight-style-background) .fusion-header-v1 .fusion-main-menu>ul>li,
  .avada-responsive:not(.rtl):not(.avada-menu-highlight-style-background) .fusion-header-v2 .fusion-main-menu>ul>li,
  .avada-responsive:not(.rtl):not(.avada-menu-highlight-style-background) .fusion-header-v3 .fusion-main-menu>ul>li,
  .avada-responsive:not(.rtl):not(.avada-menu-highlight-style-background) .fusion-header-v4 .fusion-main-menu>ul>li,
  .avada-responsive:not(.rtl):not(.avada-menu-highlight-style-background) .fusion-header-v5 .fusion-main-menu>ul>li,
  .avada-responsive:not(.rtl):not(.avada-menu-highlight-style-background) .fusion-header-v7 .fusion-main-menu>ul>li {
    padding-right: var(--mobile_nav_padding)
  }
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
  .fullwidth-box {
    background-attachment: scroll !important
  }

  .fullwidth-box .fullwidth-faded {
    background-attachment: scroll !important
  }

  .avada-footer-fx-bg-parallax .fusion-footer-widget-area {
    background-attachment: initial;
    margin: 0
  }

  .avada-footer-fx-bg-parallax #main {
    margin-bottom: 0
  }

  #main,
  .fullwidth-box,
  .fusion-footer-widget-area,
  .page-title-bar,
  body {
    background-attachment: scroll !important
  }
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {

  .avada-responsive.rtl .fusion-header-v1 .fusion-main-menu>ul>li,
  .avada-responsive.rtl .fusion-header-v2 .fusion-main-menu>ul>li,
  .avada-responsive.rtl .fusion-header-v3 .fusion-main-menu>ul>li,
  .avada-responsive.rtl .fusion-header-v4 .fusion-main-menu>ul>li,
  .avada-responsive.rtl .fusion-header-v5 .fusion-main-menu>ul>li,
  .avada-responsive.rtl .fusion-header-v7 .fusion-main-menu>ul>li {
    padding-left: var(--mobile_nav_padding)
  }

  .avada-responsive:not(.rtl) .fusion-header-v1 .fusion-main-menu>ul>li,
  .avada-responsive:not(.rtl) .fusion-header-v2 .fusion-main-menu>ul>li,
  .avada-responsive:not(.rtl) .fusion-header-v3 .fusion-main-menu>ul>li,
  .avada-responsive:not(.rtl) .fusion-header-v4 .fusion-main-menu>ul>li,
  .avada-responsive:not(.rtl) .fusion-header-v5 .fusion-main-menu>ul>li,
  .avada-responsive:not(.rtl) .fusion-header-v7 .fusion-main-menu>ul>li {
    padding-right: var(--mobile_nav_padding)
  }
}

@media only screen and (max-width: 1105px) {
  .fusion-layout-column {
    margin-left: 0 !important;
    margin-right: 0 !important
  }

  .fusion-layout-column.fusion-spacing-no {
    margin-bottom: 0
  }

  .fusion-body .fusion-layout-column:not(.fusion-flex-column) {
    width: 100% !important
  }

  .fusion-body .fusion-footer-widget-area-center .widget.tweets:not(.fusion-widget-mobile-align-left):not(.fusion-widget-mobile-align-right) .jtwt .jtwt_tweet {
    padding: 0
  }

  .fusion-body .fusion-footer-widget-area-center .widget.tweets:not(.fusion-widget-mobile-align-left):not(.fusion-widget-mobile-align-right) .jtwt .jtwt_tweet::before {
    top: 0
  }

  .fusion-body .fusion-footer-widget-area-center .widget.tweets:not(.fusion-widget-mobile-align-left):not(.fusion-widget-mobile-align-right) .jtwt .jtwt_tweet:before {
    position: relative;
    margin: 0
  }

  .fusion-body .fusion-blog-layout-medium-alternate .fusion-post-content,
  .fusion-body .fusion-blog-layout-medium-alternate .has-post-thumbnail .fusion-post-content {
    margin: 0;
    padding-top: 20px;
    flex: 1 0 100%
  }

  .fusion-body .fusion-author .fusion-social-networks {
    text-align: center
  }

  .fusion-columns-1 .fusion-column:first-child,
  .fusion-columns-2 .fusion-column:first-child,
  .fusion-columns-3 .fusion-column:first-child,
  .fusion-columns-4 .fusion-column:first-child,
  .fusion-columns-5 .fusion-column:first-child {
    margin-left: 0
  }

  .fusion-columns .fusion-column {
    width: 100% !important;
    float: none;
    box-sizing: border-box
  }

  .fusion-columns .fusion-column:not(.fusion-column-last) {
    margin: 0 0 50px
  }

  .widget.tweets.fusion-widget-mobile-align-center .jtwt .jtwt_tweet {
    padding: 0
  }

  .widget.tweets.fusion-widget-mobile-align-center .jtwt .jtwt_tweet:before {
    top: 0;
    position: relative;
    margin: 0
  }

  .widget.tweets.fusion-widget-mobile-align-right .jtwt .jtwt_tweet {
    padding-left: 0;
    padding-right: 45px
  }

  .widget.tweets.fusion-widget-mobile-align-right .jtwt .jtwt_tweet:before {
    margin-left: 0;
    right: 0
  }

  .widget.tribe-events-list-widget.fusion-widget-align-right .tribe-events-list-widget-events {
    justify-content: end
  }

  .widget.tribe-events-list-widget.fusion-widget-align-center .tribe-events-list-widget-events {
    justify-content: center
  }

  .widget.facebook_like iframe {
    width: 100% !important;
    max-width: none !important
  }

  .rtl .fusion-column {
    float: none
  }

  .rtl .no-mobile-slidingbar.mobile-logo-pos-right .mobile-menu-icons {
    margin-left: 0
  }

  #slidingbar-area .columns .col,
  .avada-container .columns .col,
  .col-sm-12,
  .col-sm-2,
  .col-sm-3,
  .col-sm-4,
  .col-sm-6,
  .footer-area .fusion-columns .fusion-column,
  .fusion-columns-5 .col-lg-2,
  .fusion-columns-5 .col-md-2,
  .fusion-columns-5 .col-sm-2 {
    float: none;
    width: 100%
  }

  .fusion-portfolio-text-floated .fusion-portfolio-content-wrapper {
    display: block
  }

  .fusion-portfolio-text-floated .fusion-image-wrapper {
    max-width: none
  }

  .fusion-secondary-menu-icon {
    min-width: 100%
  }

  .fusion-page-title-row {
    height: auto
  }

  .fusion-page-title-wrapper {
    flex-wrap: wrap
  }

  .fusion-page-title-bar-left .fusion-page-title-captions,
  .fusion-page-title-bar-left .fusion-page-title-secondary,
  .fusion-page-title-bar-right .fusion-page-title-captions,
  .fusion-page-title-bar-right .fusion-page-title-secondary {
    display: block;
    float: none;
    width: 100%;
    line-height: normal
  }

  .fusion-page-title-bar-left .fusion-page-title-secondary {
    text-align: left
  }

  .fusion-page-title-bar-left .fusion-page-title-secondary {
    margin: 2px 0 0
  }

  .fusion-page-title-bar-left .searchform {
    display: block;
    max-width: 100%
  }

  .fusion-page-title-bar-right .fusion-page-title-secondary {
    text-align: right
  }

  .fusion-page-title-bar-right .searchform {
    max-width: 100%
  }

  .fusion-contact-info {
    padding: .6em 30px;
    line-height: 1.5em
  }

  .fusion-author .fusion-social-networks {
    display: block;
    margin-top: 10px
  }

  .fusion-author-tagline {
    display: block;
    float: none;
    text-align: center;
    max-width: 100%
  }

  #wrapper {
    width: auto !important
  }

  #wrapper .ei-slider {
    width: 100% !important;
    height: 200px !important
  }

  .create-block-format-context {
    display: none
  }

  .review {
    float: none;
    width: 100%
  }

  .fusion-body .fusion-social-links-footer,
  .fusion-copyright-notice {
    display: block;
    text-align: center
  }

  .fusion-social-links-footer {
    width: auto
  }

  .fusion-social-links-footer .fusion-social-networks {
    display: inline-block;
    float: none;
    margin-top: 0
  }

  .fusion-copyright-notice {
    padding: 0 0 15px
  }

  .fusion-copyright-notice:after,
  .fusion-social-networks:after {
    content: "";
    display: block;
    clear: both
  }

  .fusion-copyright-notice li,
  .fusion-social-networks li {
    float: none;
    display: inline-block
  }

  .tfs-slider .fusion-title {
    margin-top: 0 !important;
    margin-bottom: 0 !important
  }

  .tfs-slider .slide-content-container .btn {
    min-height: 0 !important;
    padding-left: 30px;
    padding-right: 30px !important;
    height: 26px !important;
    line-height: 26px !important
  }

  #main .cart-empty {
    float: none;
    text-align: center;
    border-top-width: 1px;
    border-top-style: solid;
    border-bottom: none;
    width: 100%;
    line-height: normal !important;
    height: auto !important;
    margin-bottom: 10px;
    padding-top: 10px
  }

  #main .return-to-shop {
    float: none;
    border-top: none;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    width: 100%;
    text-align: center;
    line-height: normal !important;
    height: auto !important;
    padding-bottom: 10px
  }

  #content.full-width {
    margin-bottom: 0
  }

  .sidebar .social_links .social li {
    width: auto;
    margin-right: 5px
  }

  #comment-input {
    margin-bottom: 0
  }

  #comment-input input {
    width: 100%;
    float: none !important;
    margin-bottom: 10px
  }

  #comment-textarea textarea {
    width: 100%
  }

  .pagination {
    margin-top: 40px
  }

  .portfolio-one .portfolio-item .image {
    float: none;
    width: auto;
    height: auto;
    margin-bottom: 20px
  }

  h5.toggle span.toggle-title {
    width: 80%
  }

  .project-content .project-description {
    float: none !important
  }

  .project-content .fusion-project-description-details {
    margin-bottom: 50px
  }

  .project-content .project-description,
  .project-content .project-info {
    width: 100% !important
  }

  .single-avada_portfolio .portfolio-half .project-content .project-description h3 {
    margin-top: 24px
  }

  .portfolio-half .flexslider {
    width: 100% !important
  }

  .portfolio-half .project-content {
    width: 100% !important
  }

  #style_selector {
    display: none
  }

  .ls-avada .ls-nav-next,
  .ls-avada .ls-nav-prev {
    display: none !important
  }

  #footer .social-networks {
    width: 100%;
    margin: 0 auto;
    position: relative;
    left: -11px
  }

  .tab-holder .tabs {
    height: auto !important;
    width: 100% !important
  }

  .shortcode-tabs .tab-hold .tabs li {
    width: 100% !important
  }

  body .shortcode-tabs .tab-hold .tabs li,
  body.dark .sidebar .tab-hold .tabs li {
    border-right: none !important
  }

  .error_page .useful_links {
    width: 100%
  }

  .error-page .useful_links {
    padding-left: 0
  }

  .fusion-google-map {
    width: 100% !important
  }

  .fullwidth-box {
    background-attachment: scroll !important
  }

  .fullwidth-box .fullwidth-faded {
    background-attachment: scroll !important
  }

  #toTop {
    bottom: 30px;
    border-radius: 4px;
    height: 44px;
    width: 44px
  }

  #toTop:before {
    line-height: 42px
  }

  .to-top-container #toTop {
    border-radius: var(--totop_border_radius)
  }

  .no-mobile-totop .to-top-container {
    display: none
  }

  .no-mobile-slidingbar #slidingbar-area,
  .no-mobile-slidingbar .fusion-flyout-sliding-bar-toggle {
    display: none !important
  }

  .no-mobile-slidingbar.mobile-logo-pos-left .mobile-menu-icons {
    margin-right: 0
  }

  .fusion-soundcloud iframe {
    width: 100%
  }

  .ua-mobile #main,
  .ua-mobile .footer-area,
  .ua-mobile .fusion-header,
  .ua-mobile .fusion-page-title-bar,
  .ua-mobile body {
    background-attachment: scroll !important
  }

  .fusion-footer footer .fusion-row .fusion-columns .fusion-column {
    border-right: none;
    border-left: none
  }

  .flex-direction-nav .flex-prev {
    opacity: 1;
    left: 0
  }

  .flex-direction-nav .flex-next {
    opacity: 1;
    right: 0
  }

  .rtl .shop_table_responsive .product-remove {
    left: 0
  }

  .ltr .shop_table_responsive .product-remove {
    right: 0
  }

  .fusion-body .fusion-page-title-bar {
    height: auto
  }

  .fusion-body .fusion-page-title-bar:not(.fusion-tb-page-title-bar) {
    padding-top: 5px;
    padding-bottom: 5px
  }

  .fusion-body.avada-has-page-title-mobile-height-auto .fusion-page-title-bar {
    padding-top: 10px;
    padding-bottom: 10px
  }

  .fusion-body:not(.avada-has-page-title-mobile-height-auto) .fusion-page-title-row {
    display: flex;
    align-items: center;
    width: 100%;
    min-height: calc(var(--page_title_mobile_height) - 10px)
  }

  .fusion-body:not(.avada-has-page-title-mobile-height-auto) .fusion-page-title-bar-center .fusion-page-title-row,
  .fusion-body:not(.avada-has-page-title-mobile-height-auto) .fusion-page-title-captions {
    width: 100%
  }

  .fusion-body:not(.avada-has-page-title-mobile-height-auto) .fusion-page-title-bar:not(.fusion-tb-page-title-bar) {
    min-height: calc(var(--page_title_mobile_height) - 10px)
  }

  .avada-has-breadcrumb-mobile-hidden.fusion-body .fusion-page-title-bar .fusion-breadcrumbs {
    display: none
  }
}

@media only screen and (max-width: 1105px) {
  #content {
    width: 100% !important;
    margin-left: 0 !important
  }

  .sidebar {
    width: 100% !important;
    float: none !important;
    margin-left: 0 !important;
    clear: both
  }

  #main>.fusion-row {
    display: flex;
    flex-wrap: wrap
  }
}

@media only screen and (max-width: 945px) {
  .fusion-body .fusion-page-title-bar {
    max-height: none
  }

  .fusion-body .fusion-page-title-bar h1 {
    margin: 0
  }

  .fusion-body .fusion-blog-layout-medium .fusion-post-slideshow {
    float: none;
    margin: 0 0 20px;
    width: auto;
    height: auto;
    flex: 0 1 100%
  }

  .fusion-body .fusion-blog-layout-medium .fusion-post-content {
    flex: 0 1 100%
  }

  .fusion-body .fusion-blog-layout-large-alternate .fusion-post-content {
    margin: 0
  }

  .fusion-blog-layout-large .fusion-meta-info .fusion-alignleft,
  .fusion-blog-layout-large .fusion-meta-info .fusion-alignright,
  .fusion-blog-layout-medium .fusion-meta-info .fusion-alignleft,
  .fusion-blog-layout-medium .fusion-meta-info .fusion-alignright {
    display: block;
    float: none;
    margin: 0;
    width: 100%
  }

  .fusion-blog-layout-large-alternate .fusion-date-and-formats {
    margin-bottom: 35px
  }

  .fusion-blog-layout-medium-alternate .has-post-thumbnail .fusion-post-slideshow {
    display: inline-block;
    float: none;
    margin-right: 0;
    max-width: 197px
  }

  .fusion-blog-layout-grid .fusion-post-grid {
    position: static;
    width: 100%
  }

  .flex-direction-nav,
  .wooslider-direction-nav,
  .wooslider-pauseplay {
    display: none
  }

  .buttons a {
    margin-right: 5px
  }

  .ls-avada .ls-nav-next,
  .ls-avada .ls-nav-prev {
    display: none !important
  }

  #wrapper .ei-slider {
    width: 100% !important;
    height: 200px !important
  }

  .page-template-contact-php .fusion-google-map {
    height: 270px !important
  }

  .timeline-icon {
    display: none !important
  }

  .timeline-layout {
    padding-top: 0 !important
  }

  .portfolio-masonry .portfolio-item {
    width: 100% !important
  }

  .table-1 table,
  .tkt-slctr-tbl-wrap-dv table {
    border-collapse: collapse;
    border-spacing: 0;
    width: 100%
  }

  .table-1 td,
  .table-1 th,
  .tkt-slctr-tbl-wrap-dv td,
  .tkt-slctr-tbl-wrap-dv th {
    white-space: nowrap
  }

  .table-2 table {
    border-collapse: collapse;
    border-spacing: 0;
    width: 100%
  }

  .table-2 td,
  .table-2 th {
    white-space: nowrap
  }

  #main,
  .footer-area,
  .page-title-bar,
  body {
    background-attachment: scroll !important
  }

  .tfs-slider[data-animation=slide] {
    height: auto !important
  }

  #content {
    width: 100% !important;
    margin-left: 0 !important
  }

  .sidebar {
    width: 100% !important;
    float: none !important;
    margin-left: 0 !important;
    clear: both
  }

  .fusion-hide-on-mobile {
    display: none
  }

  .fusion-blog-layout-timeline {
    padding-top: 0
  }

  .fusion-blog-layout-timeline .fusion-post-timeline {
    float: none;
    width: 100%
  }

  .fusion-blog-layout-timeline .fusion-timeline-date {
    margin-bottom: 0;
    margin-top: 2px
  }

  .fusion-timeline-arrow,
  .fusion-timeline-circle,
  .fusion-timeline-icon,
  .fusion-timeline-line {
    display: none
  }
}

@media only screen and (max-width: 1005px) {

  .admin-bar p.woocommerce-store-notice,
  body.admin-bar #wrapper .fusion-sliding-bar-position-top,
  body.layout-boxed-mode.side-header-right .fusion-sliding-bar-position-top {
    top: 46px
  }

  body.fusion-blank-page.admin-bar {
    top: 45px
  }

  html #wpadminbar {
    z-index: 99999 !important;
    position: fixed !important
  }
}

@media only screen and (max-width: 991px) {
  .fusion-tabs.vertical-tabs .tab-pane {
    max-width: none !important
  }
}

@media only screen and (min-width: 1105px) {
  .ilightbox-holder.supportTouch div.ilightbox-container {
    overflow: visible
  }

  .widget.tweets.fusion-widget-align-right .jtwt .jtwt_tweet {
    padding-left: 0;
    padding-right: 45px
  }

  .widget.tweets.fusion-widget-align-right .jtwt .jtwt_tweet:before {
    margin-left: 0;
    right: 0
  }

  .widget.tweets.fusion-widget-align-center .jtwt .jtwt_tweet {
    padding: 0
  }

  .widget.tweets.fusion-widget-align-center .jtwt .jtwt_tweet:before {
    top: 0;
    position: relative;
    margin: 0
  }

  .widget.tribe-events-list-widget.fusion-widget-align-right .tribe-events-list-widget-events {
    justify-content: end
  }

  .widget.tribe-events-list-widget.fusion-widget-align-center .tribe-events-list-widget-events {
    justify-content: center
  }

  .fusion-body .fusion-footer-widget-area-center .widget.tweets:not(.fusion-widget-align-left):not(.fusion-widget-align-right) .jtwt .jtwt_tweet {
    padding: 0
  }

  .fusion-body .fusion-footer-widget-area-center .widget.tweets:not(.fusion-widget-align-left):not(.fusion-widget-align-right) .jtwt .jtwt_tweet:before {
    top: 0;
    position: relative;
    margin: 0
  }

  .no-desktop-totop .to-top-container {
    display: none
  }
}

@media only screen and (max-device-width: 640px) {
  #wrapper {
    width: auto !important
  }

  #wrapper .ei-slider {
    width: 100% !important;
    height: 200px !important
  }

  .fusion-columns .fusion-column {
    float: none;
    width: 100% !important;
    margin: 0 0 50px;
    box-sizing: border-box
  }

  .footer-area .fusion-columns .fusion-column,
  .fusion-sliding-bar-position-bottom .fusion-columns .fusion-column,
  .fusion-sliding-bar-position-top .fusion-columns .fusion-column {
    float: left;
    width: 98% !important
  }

  .fullwidth-box {
    background-attachment: scroll !important
  }

  .fullwidth-box .fullwidth-faded {
    background-attachment: scroll !important
  }

  .no-mobile-slidingbar #slidingbar-area,
  .no-mobile-slidingbar .fusion-flyout-sliding-bar-toggle {
    display: none !important
  }

  .review {
    float: none;
    width: 100%
  }

  .copyright,
  .social-networks {
    float: none;
    padding: 0 0 15px;
    text-align: center
  }

  .copyright:after,
  .social-networks:after {
    content: "";
    display: block;
    clear: both
  }

  .copyright li,
  .social-networks li {
    float: none;
    display: inline-block
  }

  .continue {
    display: none
  }

  .mobile-button {
    display: block !important;
    float: none
  }

  .title {
    margin-top: 0 !important;
    margin-bottom: 20px !important
  }

  #content {
    width: 100% !important;
    float: none !important;
    margin-left: 0 !important;
    margin-bottom: 50px
  }

  #content.full-width {
    margin-bottom: 0
  }

  .sidebar {
    width: 100% !important;
    float: none !important;
    margin-left: 0 !important;
    clear: both
  }

  .sidebar .social_links .social li {
    width: auto;
    margin-right: 5px
  }

  #comment-input {
    margin-bottom: 0
  }

  .widget.facebook_like iframe {
    width: 100% !important;
    max-width: none !important
  }

  .pagination {
    margin-top: 40px
  }

  .portfolio-one .portfolio-item .image {
    float: none;
    width: auto;
    height: auto;
    margin-bottom: 20px
  }

  h5.toggle span.toggle-title {
    width: 80%
  }

  .project-content .project-description {
    float: none !important
  }

  .project-content .fusion-project-description-details {
    margin-bottom: 50px
  }

  .project-content .project-description,
  .project-content .project-info {
    width: 100% !important
  }

  .portfolio-half .flexslider {
    width: 100% !important
  }

  .portfolio-half .project-content {
    width: 100% !important
  }

  #style_selector {
    display: none
  }

  .ls-avada .ls-nav-next,
  .ls-avada .ls-nav-prev {
    display: none !important
  }

  #footer .social-networks {
    width: 100%;
    margin: 0 auto;
    position: relative;
    left: -11px
  }

  .recent-works-items a {
    max-width: 64px
  }

  #slidingbar-area .flickr_badge_image img,
  .footer-area .flickr_badge_image img {
    max-width: 64px;
    padding: 3px !important
  }

  .tab-holder .tabs {
    height: auto !important;
    width: 100% !important
  }

  .shortcode-tabs .tab-hold .tabs li {
    width: 100% !important
  }

  body .shortcode-tabs .tab-hold .tabs li,
  body.dark .sidebar .tab-hold .tabs li {
    border-right: none !important
  }

  .error_page .useful_links {
    width: 100%;
    padding-left: 0
  }

  .fusion-google-map {
    width: 100% !important
  }

  #cloudsCandy {
    height: 40px
  }

  #cloudsCandy>path:nth-child(2n+2) {
    opacity: 0
  }

  .ltr .fusion-blog-layout-medium-alternate .has-post-thumbnail .fusion-date-and-formats {
    margin-right: 12px
  }

  .rtl .fusion-blog-layout-medium-alternate .has-post-thumbnail .fusion-date-and-formats {
    margin-left: 12px
  }

  .fusion-blog-layout-medium-alternate .has-post-thumbnail .fusion-post-slideshow {
    max-width: 166px
  }
}

@media only screen and (max-width: 1099px) {
  .fusion-responsive-typography-calculated {
    --minFontSize: calc(var(--typography_factor) * var(--base-font-size));
    --minViewportSize: 360;
    --maxViewportSize: var(--grid_main_break_point);
    font-size: calc((var(--fontSize) * 1px) - (var(--typography_sensitivity) * (var(--fontSize) - var(--minFontSize)) * (var(--minViewportSize) * 1px - 100vw))/ (var(--maxViewportSize) - var(--minViewportSize)) - (var(--fontSize) - var(--minFontSize)) * var(--typography_sensitivity) * 1px) !important
  }

  .fusion-top-header .fusion-responsive-typography-calculated {
    --side_header_width: 0;
    --side_header_width-int: 0
  }
}

@media only screen and (max-width: 800px) {
  .fusion-responsive-typography-calculated {
    --maxViewportSize: var(--content_break_point) !important
  }
}

@media only screen and (max-device-width: 640px) {

  .ls-container .button,
  .ls-container .fusion-button,
  .rev_slider .button,
  .rev_slider .fusion-button {
    padding: 0 20px;
    line-height: 20px;
    font-size: 10px;
    font-size: 10px !important;
    line-height: 20px !important;
    padding: 0 10px !important
  }

  .ls-container .button.button-3d:active,
  .ls-container .fusion-button.button-3d:active,
  .rev_slider .button.button-3d:active,
  .rev_slider .fusion-button.button-3d:active {
    top: 2px
  }

  .ls-container .button .fusion-button-text-left,
  .ls-container .fusion-button .fusion-button-text-left,
  .rev_slider .button .fusion-button-text-left,
  .rev_slider .fusion-button .fusion-button-text-left {
    display: inline-block;
    padding-left: 25px
  }

  .ls-container .button .fusion-button-text-right,
  .ls-container .fusion-button .fusion-button-text-right,
  .rev_slider .button .fusion-button-text-right,
  .rev_slider .fusion-button .fusion-button-text-right {
    display: inline-block;
    padding-right: 25px
  }

  .ls-container .button .button-icon-divider-left,
  .ls-container .fusion-button .button-icon-divider-left,
  .rev_slider .button .button-icon-divider-left,
  .rev_slider .fusion-button .button-icon-divider-left {
    padding: 0 11px
  }

  .ls-container .button .button-icon-divider-left.fusion-megamenu-image,
  .ls-container .fusion-button .button-icon-divider-left.fusion-megamenu-image,
  .rev_slider .button .button-icon-divider-left.fusion-megamenu-image,
  .rev_slider .fusion-button .button-icon-divider-left.fusion-megamenu-image {
    padding: 0 5.5px
  }

  .ls-container .button .button-icon-divider-right,
  .ls-container .fusion-button .button-icon-divider-right,
  .rev_slider .button .button-icon-divider-right,
  .rev_slider .fusion-button .button-icon-divider-right {
    padding: 0 11px
  }

  .ls-container .button .button-icon-divider-right.fusion-megamenu-image,
  .ls-container .fusion-button .button-icon-divider-right.fusion-megamenu-image,
  .rev_slider .button .button-icon-divider-right.fusion-megamenu-image,
  .rev_slider .fusion-button .button-icon-divider-right.fusion-megamenu-image {
    padding: 0 5.5px
  }

  .ls-container .button .button-icon-divider-left i,
  .ls-container .button .button-icon-divider-left img,
  .ls-container .button .button-icon-divider-right i,
  .ls-container .button .button-icon-divider-right img,
  .ls-container .fusion-button .button-icon-divider-left i,
  .ls-container .fusion-button .button-icon-divider-left img,
  .ls-container .fusion-button .button-icon-divider-right i,
  .ls-container .fusion-button .button-icon-divider-right img,
  .rev_slider .button .button-icon-divider-left i,
  .rev_slider .button .button-icon-divider-left img,
  .rev_slider .button .button-icon-divider-right i,
  .rev_slider .button .button-icon-divider-right img,
  .rev_slider .fusion-button .button-icon-divider-left i,
  .rev_slider .fusion-button .button-icon-divider-left img,
  .rev_slider .fusion-button .button-icon-divider-right i,
  .rev_slider .fusion-button .button-icon-divider-right img {
    top: 50%;
    transform: translateY(-50%);
    display: block
  }

  .ls-container .button.button-3d:active,
  .ls-container .fusion-button.button-3d:active,
  .rev_slider .button.button-3d:active,
  .rev_slider .fusion-button.button-3d:active {
    top: 2px !important
  }

  .ls-container .button span,
  .ls-container .fusion-button span,
  .rev_slider .button span,
  .rev_slider .fusion-button span {
    font-size: 10px !important
  }
}

@media only screen and (max-width: 1105px) {

  .ls-container .button,
  .ls-container .fusion-button,
  .rev_slider .button,
  .rev_slider .fusion-button {
    padding: 0 20px;
    line-height: 30px;
    font-size: 12px;
    font-size: 10px !important;
    line-height: 30px !important;
    padding: 0 20px !important
  }

  .ls-container .button.button-3d:active,
  .ls-container .fusion-button.button-3d:active,
  .rev_slider .button.button-3d:active,
  .rev_slider .fusion-button.button-3d:active {
    top: 2px
  }

  .ls-container .button .fusion-button-text-left,
  .ls-container .fusion-button .fusion-button-text-left,
  .rev_slider .button .fusion-button-text-left,
  .rev_slider .fusion-button .fusion-button-text-left {
    display: inline-block;
    padding-left: 25px
  }

  .ls-container .button .fusion-button-text-right,
  .ls-container .fusion-button .fusion-button-text-right,
  .rev_slider .button .fusion-button-text-right,
  .rev_slider .fusion-button .fusion-button-text-right {
    display: inline-block;
    padding-right: 25px
  }

  .ls-container .button .button-icon-divider-left,
  .ls-container .fusion-button .button-icon-divider-left,
  .rev_slider .button .button-icon-divider-left,
  .rev_slider .fusion-button .button-icon-divider-left {
    padding: 0 10px
  }

  .ls-container .button .button-icon-divider-left.fusion-megamenu-image,
  .ls-container .fusion-button .button-icon-divider-left.fusion-megamenu-image,
  .rev_slider .button .button-icon-divider-left.fusion-megamenu-image,
  .rev_slider .fusion-button .button-icon-divider-left.fusion-megamenu-image {
    padding: 0 5px
  }

  .ls-container .button .button-icon-divider-right,
  .ls-container .fusion-button .button-icon-divider-right,
  .rev_slider .button .button-icon-divider-right,
  .rev_slider .fusion-button .button-icon-divider-right {
    padding: 0 10px
  }

  .ls-container .button .button-icon-divider-right.fusion-megamenu-image,
  .ls-container .fusion-button .button-icon-divider-right.fusion-megamenu-image,
  .rev_slider .button .button-icon-divider-right.fusion-megamenu-image,
  .rev_slider .fusion-button .button-icon-divider-right.fusion-megamenu-image {
    padding: 0 5px
  }

  .ls-container .button .button-icon-divider-left i,
  .ls-container .button .button-icon-divider-left img,
  .ls-container .button .button-icon-divider-right i,
  .ls-container .button .button-icon-divider-right img,
  .ls-container .fusion-button .button-icon-divider-left i,
  .ls-container .fusion-button .button-icon-divider-left img,
  .ls-container .fusion-button .button-icon-divider-right i,
  .ls-container .fusion-button .button-icon-divider-right img,
  .rev_slider .button .button-icon-divider-left i,
  .rev_slider .button .button-icon-divider-left img,
  .rev_slider .button .button-icon-divider-right i,
  .rev_slider .button .button-icon-divider-right img,
  .rev_slider .fusion-button .button-icon-divider-left i,
  .rev_slider .fusion-button .button-icon-divider-left img,
  .rev_slider .fusion-button .button-icon-divider-right i,
  .rev_slider .fusion-button .button-icon-divider-right img {
    top: 50%;
    transform: translateY(-50%);
    display: block
  }

  .ls-container .button.button-3d:active,
  .ls-container .fusion-button.button-3d:active,
  .rev_slider .button.button-3d:active,
  .rev_slider .fusion-button.button-3d:active {
    top: 2px !important
  }

  .ls-container .button span,
  .ls-container .fusion-button span,
  .rev_slider .button span,
  .rev_slider .fusion-button span {
    font-size: 10px !important
  }

  .fusion-revslider-mobile-padding {
    padding-left: 30px !important;
    padding-right: 30px !important
  }
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {}

@media only screen and (max-width: 945px) {}

@media only screen and (max-device-width: 640px) {}

@media only screen and (max-width: 1105px) {
  .fusion-theme-sharing-box {
    flex-direction: column;
    align-items: center
  }

  .fusion-theme-sharing-box h4 {
    margin-bottom: .5em;
    text-align: center
  }

  .fusion-theme-sharing-box .fusion-social-networks .fusion-social-networks-wrapper {
    justify-content: center
  }
}

@media only screen and (max-width: 1105px) {
  .fusion-layout-column:not(.fusion-flex-column) {
    margin-left: 0 !important;
    margin-right: 0 !important;
    width: 100% !important
  }

  .fusion-layout-column:not(.fusion-flex-column).fusion-spacing-no {
    margin-bottom: 0
  }

  .fusion-columns-1 .fusion-column:first-child,
  .fusion-columns-2 .fusion-column:first-child,
  .fusion-columns-3 .fusion-column:first-child,
  .fusion-columns-4 .fusion-column:first-child,
  .fusion-columns-5 .fusion-column:first-child {
    margin-left: 0
  }

  .fusion-columns .fusion-column {
    width: 100% !important;
    float: none;
    box-sizing: border-box
  }

  .fusion-columns .fusion-column:not(.fusion-column-last) {
    margin: 0 0 50px
  }

  .rtl .fusion-columns {
    float: none
  }

  .col-sm-12,
  .col-sm-2,
  .col-sm-3,
  .col-sm-4,
  .col-sm-6,
  .fusion-columns-5 .col-lg-2,
  .fusion-columns-5 .col-md-2,
  .fusion-columns-5 .col-sm-2 {
    float: none;
    width: 100%
  }

  .fusion-blog-layout-medium-alternate .fusion-post-content,
  .fusion-blog-layout-medium-alternate .has-post-thumbnail .fusion-post-content {
    margin: 0;
    padding-top: 20px;
    flex: 1 0 100%
  }

  .fusion-chart.legend-left .fusion-chart-inner,
  .fusion-chart.legend-right .fusion-chart-inner {
    flex-direction: column
  }

  .fusion-chart.legend-left .fusion-chart-inner .fusion-chart-legend-wrap li,
  .fusion-chart.legend-right .fusion-chart-inner .fusion-chart-legend-wrap li {
    display: inline-block
  }

  .fusion-chart.legend-left .fusion-chart-legend-wrap,
  .fusion-chart.legend-right .fusion-chart-legend-wrap {
    padding-top: 20px
  }

  .fusion-chart.legend-right .fusion-chart-legend-wrap {
    padding-left: 0
  }

  .fusion-chart.legend-left .fusion-chart-legend-wrap {
    padding-right: 0;
    order: 2
  }

  .fusion-content-boxes .fusion-column {
    margin-bottom: 55px
  }

  .fusion-content-boxes .fusion-read-more-button {
    margin-top: 8px
  }

  .fusion-tabs.vertical-tabs .nav-tabs>li.active>.tab-link {
    border-left: 3px solid var(--primary_color)
  }
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {

  .fusion-columns-1 .fusion-column:first-child,
  .fusion-columns-2 .fusion-column:first-child,
  .fusion-columns-3 .fusion-column:first-child,
  .fusion-columns-4 .fusion-column:first-child,
  .fusion-columns-5 .fusion-column:first-child {
    margin-left: 0
  }

  .fusion-column,
  .fusion-column:nth-child(2n),
  .fusion-column:nth-child(3n),
  .fusion-column:nth-child(4n),
  .fusion-column:nth-child(5n) {
    margin-right: 0
  }

  .columns .col {
    float: none;
    width: 100% !important;
    margin: 0 0 20px;
    box-sizing: border-box
  }

  .fusion-columns-2 .fusion-column,
  .fusion-columns-2 .fusion-flip-box-wrapper,
  .fusion-columns-4 .fusion-column,
  .fusion-columns-4 .fusion-flip-box-wrapper {
    width: 50% !important;
    float: left !important
  }

  .fusion-columns-2 .fusion-column:nth-of-type(odd),
  .fusion-columns-2 .fusion-flip-box-wrapper:nth-of-type(odd),
  .fusion-columns-4 .fusion-column:nth-of-type(odd) {
    clear: both
  }

  .fusion-columns-3 .fusion-column,
  .fusion-columns-3 .fusion-flip-box-wrapper,
  .fusion-columns-5 .col-lg-2,
  .fusion-columns-5 .col-md-2,
  .fusion-columns-5 .col-sm-2,
  .fusion-columns-5 .fusion-column,
  .fusion-columns-5 .fusion-flip-box-wrapper,
  .fusion-columns-6 .fusion-column,
  .fusion-columns-6 .fusion-flip-box-wrapper {
    width: 33.33% !important;
    float: left !important
  }

  .fusion-columns-3 .fusion-column:nth-of-type(3n+1),
  .fusion-columns-3 .fusion-flip-box-wrapper:nth-of-type(3n+1),
  .fusion-columns-5 .fusion-column:nth-of-type(3n+1),
  .fusion-columns-5 .fusion-flip-box-wrapper:nth-of-type(3n+1),
  .fusion-columns-6 .fusion-column:nth-of-type(3n+1),
  .fusion-columns-6 .fusion-flip-box-wrapper:nth-of-type(3n+1) {
    clear: both
  }

  .fusion-columns-5 .fusion-column:nth-of-type(5n+1),
  .fusion-columns-5 .fusion-flip-box-wrapper:nth-of-type(5n+1) {
    clear: none
  }

  .fusion-layout-column.fusion-five-sixth,
  .fusion-layout-column.fusion-four-fifth,
  .fusion-layout-column.fusion-one-fifth,
  .fusion-layout-column.fusion-one-fourth,
  .fusion-layout-column.fusion-one-half,
  .fusion-layout-column.fusion-one-sixth,
  .fusion-layout-column.fusion-one-third,
  .fusion-layout-column.fusion-three-fifth,
  .fusion-layout-column.fusion-three-fourth,
  .fusion-layout-column.fusion-two-fifth,
  .fusion-layout-column.fusion-two-third {
    position: relative;
    float: left;
    margin-right: 4%;
    margin-bottom: 20px
  }

  .rtl .fusion-layout-column.fusion-five-sixth,
  .rtl .fusion-layout-column.fusion-four-fifth,
  .rtl .fusion-layout-column.fusion-one-fifth,
  .rtl .fusion-layout-column.fusion-one-fourth,
  .rtl .fusion-layout-column.fusion-one-half,
  .rtl .fusion-layout-column.fusion-one-sixth,
  .rtl .fusion-layout-column.fusion-one-third,
  .rtl .fusion-layout-column.fusion-three-fifth,
  .rtl .fusion-layout-column.fusion-three-fourth,
  .rtl .fusion-layout-column.fusion-two-fifth,
  .rtl .fusion-layout-column.fusion-two-third {
    position: relative;
    float: right;
    margin-left: 4%;
    margin-right: 0;
    margin-bottom: 20px
  }

  .fusion-layout-column.fusion-one-sixth {
    width: 13.3333%
  }

  .fusion-layout-column.fusion-one-sixth.fusion-spacing-no {
    width: 16.66666667%
  }

  .fusion-layout-column.fusion-one-fifth {
    width: 16.8%
  }

  .fusion-layout-column.fusion-one-fifthfusion-spacing-no {
    width: 20%
  }

  .fusion-layout-column.fusion-one-fourth {
    width: 22%
  }

  .fusion-layout-column.fusion-one-fourth.fusion-spacing-no {
    width: 25%
  }

  .fusion-layout-column.fusion-one-third {
    width: 30.6666%
  }

  .fusion-layout-column.fusion-one-third.fusion-spacing-no {
    width: 33.33333333%
  }

  .fusion-layout-column.fusion-two-fifth {
    width: 37.6%
  }

  .fusion-layout-column.fusion-two-fifth.fusion-spacing-no {
    width: 40%
  }

  .fusion-layout-column.fusion-one-half {
    width: 48%
  }

  .fusion-layout-column.fusion-one-half.fusion-spacing-no {
    width: 50%
  }

  .fusion-layout-column.fusion-three-fifth {
    width: 58.4%
  }

  .fusion-layout-column.fusion-three-fifth.fusion-spacing-no {
    width: 60%
  }

  .fusion-layout-column.fusion-two-third {
    width: 65.3333%
  }

  .fusion-layout-column.fusion-two-third.fusion-spacing-no {
    width: 66.66666667%
  }

  .fusion-layout-column.fusion-three-fourth {
    width: 74%
  }

  .fusion-layout-column.fusion-three-fourth.fusion-spacing-no {
    width: 75%
  }

  .fusion-layout-column.fusion-four-fifth {
    width: 79.2%
  }

  .fusion-layout-column.fusion-four-fifth.fusion-spacing-no {
    width: 80%
  }

  .fusion-layout-column.fusion-five-sixth {
    width: 82.6666%
  }

  .fusion-layout-column.fusion-five-sixth.fusion-spacing-no {
    width: 83.33333333%
  }

  .fusion-layout-column.fusion-spacing-no {
    margin-left: 0;
    margin-right: 0
  }

  .fusion-layout-column.fusion-column-last {
    zoom: 1;
    margin-left: 0;
    margin-right: 0;
    clear: right
  }

  .rtl .fusion-layout-column.fusion-column-last {
    clear: left
  }

  .fusion-layout-column.fusion-one-full {
    clear: both
  }

  .fusion-column.fusion-spacing-no {
    margin-bottom: 0;
    width: 100% !important
  }

  .fusion-blog-layout-grid-6 .fusion-post-grid {
    width: 33.33333333% !important
  }

  .fusion-blog-layout-grid-6 .fusion-element-landscape {
    width: 66.66666667% !important
  }

  .fusion-blog-layout-grid-3 .fusion-post-grid,
  .fusion-blog-layout-grid-4 .fusion-post-grid,
  .fusion-blog-layout-grid-5 .fusion-post-grid {
    width: 50% !important
  }

  .fusion-blog-layout-grid-3 .fusion-post-grid.fusion-element-landscape,
  .fusion-blog-layout-grid-4 .fusion-post-grid.fusion-element-landscape,
  .fusion-blog-layout-grid-5 .fusion-post-grid.fusion-element-landscape {
    width: 100% !important
  }

  .fusion-blog-layout-medium-alternate .fusion-post-content {
    flex: 1 0 100%;
    width: 100%;
    margin-top: 20px
  }
}

@media only screen and (max-device-width: 640px) {
  .fusion-columns .fusion-column {
    float: none;
    width: 100% !important;
    margin: 0 0 50px;
    box-sizing: border-box
  }

  .fusion-blog-layout-large .fusion-meta-info .fusion-alignleft,
  .fusion-blog-layout-large .fusion-meta-info .fusion-alignright,
  .fusion-blog-layout-medium .fusion-meta-info .fusion-alignleft,
  .fusion-blog-layout-medium .fusion-meta-info .fusion-alignright {
    display: block;
    float: none;
    margin: 0;
    width: 100%
  }

  .fusion-blog-layout-medium .fusion-post-slideshow {
    margin: 0 0 20px 0;
    height: auto;
    width: auto;
    flex: 1 0 100%
  }

  .fusion-blog-layout-medium .fusion-post-content {
    flex: 0 1 100%
  }

  .fusion-blog-layout-large-alternate .fusion-date-and-formats {
    margin-bottom: 35px
  }

  .fusion-blog-layout-large-alternate .fusion-post-content {
    margin: 0
  }

  .fusion-blog-layout-medium-alternate .has-post-thumbnail .fusion-post-slideshow {
    display: inline-block;
    margin-right: 0;
    max-width: 197px
  }

  .fusion-blog-layout-grid .fusion-post-grid {
    position: static;
    width: 100%
  }

  .fusion-blog-layout-timeline {
    padding-top: 0
  }

  .fusion-blog-layout-timeline .fusion-post-timeline {
    float: none;
    width: 100%
  }

  .fusion-blog-layout-timeline .fusion-timeline-date {
    margin-bottom: 0;
    margin-top: 2px
  }

  .fusion-timeline-arrow,
  .fusion-timeline-circle,
  .fusion-timeline-icon,
  .fusion-timeline-line {
    display: none
  }
}

@media only screen and (max-width: 949px) {
  .fusion-blog-layout-grid-6 .fusion-post-grid {
    width: 100% !important;
  }
}

@media only screen and (max-width: 1040px) {
  .fusion-blog-layout-grid .fusion-post-grid {
    width: 100% !important;
  }

  .fusion-blog-layout-grid-6 .fusion-post-grid {
    width: 50% !important;
  }

  .fusion-blog-layout-grid-6 .fusion-element-landscape {
    width: 100% !important;
  }
}

@media only screen and (min-width: 1040px) and (max-width: 1131px) {
  .fusion-blog-layout-grid-6 .fusion-post-grid {
    width: 33.33333333% !important;
  }

  .fusion-blog-layout-grid-6 .fusion-element-landscape {
    width: 66.66666667% !important;
  }

  .fusion-blog-layout-grid-3 .fusion-post-grid,
  .fusion-blog-layout-grid-4 .fusion-post-grid,
  .fusion-blog-layout-grid-5 .fusion-post-grid {
    width: 50% !important;
  }

  .fusion-blog-layout-grid-3 .fusion-post-grid.fusion-element-landscape,
  .fusion-blog-layout-grid-4 .fusion-post-grid.fusion-element-landscape,
  .fusion-blog-layout-grid-5 .fusion-post-grid.fusion-element-landscape {
    width: 100% !important;
  }
}

@media only screen and (min-width: 1131px) and (max-width: 1222px) {
  .fusion-blog-layout-grid-6 .fusion-post-grid {
    width: 25% !important;
  }

  .fusion-blog-layout-grid-6 .fusion-element-landscape {
    width: 50% !important;
  }

  .fusion-blog-layout-grid-3 .fusion-post-grid,
  .fusion-blog-layout-grid-4 .fusion-post-grid,
  .fusion-blog-layout-grid-5 .fusion-post-grid {
    width: 50% !important;
  }

  .fusion-blog-layout-grid-3 .fusion-post-grid.fusion-element-landscape,
  .fusion-blog-layout-grid-4 .fusion-post-grid.fusion-element-landscape,
  .fusion-blog-layout-grid-5 .fusion-post-grid.fusion-element-landscape {
    width: 100% !important;
  }
}

@media only screen and (min-width: 1222px) and (max-width: 1313px) {
  .fusion-blog-layout-grid-6 .fusion-post-grid {
    width: 20% !important;
  }

  .fusion-blog-layout-grid-6 .fusion-element-landscape {
    width: 40% !important;
  }

  .fusion-blog-layout-grid-5 .fusion-post-grid {
    width: 33.33333333% !important;
  }

  .fusion-blog-layout-grid-5 .fusion-element-landscape {
    width: 66.66666667% !important;
  }

  .fusion-blog-layout-grid-4 .fusion-post-grid {
    width: 33.33333333% !important;
  }

  .fusion-blog-layout-grid-4 .fusion-element-landscape {
    width: 66.66666667% !important;
  }
}

@media only screen and (min-width: 1313px) and (max-width: 1404px) {
  .fusion-blog-layout-grid-6 .fusion-post-grid {
    width: 20% !important;
  }

  .fusion-blog-layout-grid-6 .fusion-element-landscape {
    width: 40% !important;
  }

  .fusion-blog-layout-grid-5 .fusion-post-grid {
    width: 25% !important;
  }

  .fusion-blog-layout-grid-5 .fusion-element-landscape {
    width: 50% !important;
  }
}

@media only screen and (max-width: 1105px) {
  .woo-tabs-horizontal .woocommerce-tabs>.tabs {
    border: none
  }

  .woo-tabs-horizontal .woocommerce-tabs>.tabs>.wc-tab {
    border-top: 1px solid
  }

  .woo-tabs-horizontal .woocommerce-tabs>.tabs .active {
    border-top: none;
    border-left: none;
    border-right: none
  }

  .woo-tabs-horizontal .woocommerce-tabs>.tabs .active a {
    background-color: transparent
  }

  .woo-tabs-horizontal .woocommerce-tabs>.tabs li {
    float: none
  }

  .woo-tabs-horizontal .woocommerce-tabs>.tabs li a {
    padding: 10px 0
  }

  .woo-tabs-horizontal .woocommerce-tabs .entry-content {
    border-top: 1px solid
  }

  .woocommerce-tabs .tabs {
    margin-bottom: 25px
  }

  .woocommerce-tabs .panel {
    padding: 4% !important
  }

  .woocommerce-tabs .tabs {
    margin-bottom: 25px
  }

  #wrapper .woocommerce-tabs .panel,
  #wrapper .woocommerce-tabs .tabs {
    float: none;
    margin-left: auto !important;
    margin-right: auto !important;
    width: 100% !important
  }
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
  @media only screen and (orientation:portrait) {
    .products .product-list-view {
      width: 100% !important;
      min-width: 100% !important
    }

    #main .cart-empty {
      float: none;
      text-align: center;
      border-top: 1px solid;
      border-bottom: none;
      width: 100%;
      line-height: normal !important;
      height: auto !important;
      margin-bottom: 10px;
      padding-top: 10px
    }

    #main .return-to-shop {
      float: none;
      border-top: none;
      border-bottom: 1px solid;
      width: 100%;
      text-align: center;
      line-height: normal !important;
      height: auto !important;
      padding-bottom: 10px
    }

    .woocommerce .checkout_coupon .promo-code-heading {
      display: block;
      margin-bottom: 10px !important;
      float: none;
      text-align: center
    }

    .woocommerce .checkout_coupon .coupon-contents {
      display: block;
      float: none;
      margin: 0
    }

    .woocommerce .checkout_coupon .coupon-input {
      display: block;
      width: auto !important;
      float: none;
      text-align: center;
      margin-right: 0;
      margin-bottom: 10px !important
    }

    .woocommerce .checkout_coupon .coupon-button {
      display: block;
      margin-right: 0;
      float: none;
      text-align: center
    }

    .woocommerce #customer_login .login .form-row {
      float: none
    }

    .woocommerce #customer_login .login .inline,
    .woocommerce #customer_login .login .woocommerce-LostPassword {
      display: block;
      margin-left: 0
    }

    .avada-customer-details .addresses .col-1,
    .avada-customer-details .addresses .col-2,
    .avada-myaccount-data .addresses .col-1,
    .avada-myaccount-data .addresses .col-2 {
      float: none !important;
      margin-left: auto !important;
      margin-right: auto !important
    }

    .avada-customer-details .addresses .col-1,
    .avada-customer-details .addresses .col-2,
    .avada-myaccount-data .addresses .col-1,
    .avada-myaccount-data .addresses .col-2 {
      margin: 0 !important;
      width: 100%
    }

    #wrapper .catalog-ordering {
      margin-bottom: 50px
    }

    #wrapper .order-dropdown>li:hover>ul {
      display: block;
      position: relative;
      top: 0
    }

    #wrapper .product .avada-product-images-global {
      float: left;
      width: 48%
    }

    #wrapper .product .avada-product-images-global .woocommerce-product-gallery {
      width: 100%
    }

    #wrapper .product .summary.entry-summary {
      float: left !important;
      margin-left: 4% !important;
      width: 48% !important
    }

    #wrapper .woocommerce-tabs .tabs {
      width: 26% !important;
      float: left !important
    }

    #wrapper .woocommerce-tabs .panel {
      float: right !important;
      width: 70% !important;
      margin-left: 4%;
      padding: 4% !important
    }

    .catalog-ordering .fusion-grid-list-view {
      display: block;
      width: 78px
    }

    .avada-myaccount-data .my_account_orders .woocommerce-orders-table__cell-order-number {
      padding-right: 8px
    }

    .avada-myaccount-data .my_account_orders .woocommerce-orders-table__cell-order-actions {
      padding-left: 8px
    }

    .shop_table .product-name {
      width: 35%
    }

    .shop_table .product-thumbnail {
      float: none;
      padding: 10px 0
    }

    .shop_table .product-thumbnail .product-info,
    .shop_table .product-thumbnail .product-info p,
    .shop_table .product-thumbnail img {
      float: none;
      width: 100%;
      margin: 0 !important;
      padding: 0
    }

    #wrapper #customer_login .col-1,
    #wrapper #customer_login .col-2,
    #wrapper .cart_totals,
    #wrapper .shipping-coupon,
    #wrapper .woocommerce form.checkout #customer_details .col-1,
    #wrapper .woocommerce form.checkout #customer_details .col-2,
    #wrapper .woocommerce-content-box,
    #wrapper .woocommerce-side-nav,
    .fusion-body .woocommerce-MyAccount-content,
    .fusion-body .woocommerce-MyAccount-navigation {
      float: none;
      margin-left: auto;
      margin-right: auto;
      width: 100% !important
    }

    #customer_login .col-1,
    .coupon {
      margin-bottom: 20px
    }

    .product-info {
      margin-left: 0;
      margin-top: 10px
    }

    .product .entry-summary div .price {
      float: none
    }

    .product .entry-summary .woocommerce-product-rating {
      float: none;
      margin-left: 0
    }

    .product .avada-product-images-global .woocommerce-product-gallery {
      margin-bottom: 30px
    }

    .woocommerce-MyAccount-navigation,
    .woocommerce-side-nav,
    .woocommerce-tabs .tabs {
      margin-bottom: 25px
    }

    .woocommerce-tabs .panel {
      width: 91% !important;
      padding: 4% !important
    }

    #reviews li .avatar {
      display: none
    }

    #reviews li .comment-text {
      width: 90% !important;
      margin-left: 0 !important;
      padding: 5% !important
    }

    .woocommerce-container .social-share {
      overflow: hidden
    }

    .woocommerce-container .social-share li {
      display: block;
      float: left;
      margin: 0 auto;
      border-right: 0 !important;
      border-left: 0 !important;
      padding-left: 0 !important;
      padding-right: 0 !important;
      width: 25%
    }

    .has-sidebar .woocommerce-container .social-share li {
      width: 50%
    }

    .avada-myaccount-user {
      display: block;
      padding-top: 10px;
      padding-bottom: 10px
    }

    .avada-myaccount-user .avada-myaccount-user-column {
      width: 100%;
      display: block;
      padding: 5px 0;
      border-right: 0;
      padding-left: 0 !important;
      padding-right: 0 !important
    }

    .rtl .avada-myaccount-user .avada-myaccount-user-column {
      border-left: 0
    }

    .avada-myaccount-user .username .not-user {
      display: inline
    }

    .fusion-body .avada-myaccount-user .username .not-user {
      padding: 0 5px
    }

    .avada-has-woo-gallery-disabled .product .entry-summary .summary-container,
    .avada-has-woo-gallery-disabled.product .entry-summary .summary-container {
      margin-top: 20px
    }
  }
}

@media only screen and (max-width: 945px) {
  .post-content .wooslider .wooslider-control-thumbs {
    margin-top: -10px
  }

  body .wooslider .overlay-full.layout-text-left .slide-excerpt {
    padding: 20px !important
  }

  .products-slider .es-nav span {
    transform: scale(.5) !important
  }

  .shop_table .filler-td {
    display: none
  }

  .my_account_orders .woocommerce-orders-table__cell-order-date,
  .my_account_orders .woocommerce-orders-table__cell-order-status {
    display: none
  }

  .my_account_orders .woocommerce-orders-table__cell-order-number time {
    display: block !important;
    font-size: 10px;
    line-height: normal
  }

  .woocommerce-MyAccount-downloads .download-expires,
  .woocommerce-MyAccount-downloads .download-remaining {
    display: none
  }

  .fusion-woo-product-design-clean .fusion-woo-slider .fusion-clean-product-image-wrapper .fusion-product-buttons {
    height: auto;
    margin-top: 0
  }

  .fusion-woo-product-design-clean .fusion-woo-slider .fusion-clean-product-image-wrapper .fusion-product-buttons * {
    display: block;
    text-align: center;
    float: none !important;
    max-width: 100%;
    margin-top: 0
  }

  .fusion-body .group_table .quantity {
    width: 78px
  }

  .group_table td.label {
    font-size: 12px
  }

  .group_table .price .woocommerce-Price-amount {
    font-size: 14px
  }

  .comment-form-rating p.stars a {
    padding: .5em;
    color: transparent
  }

  .comment-form-rating p.stars a:after {
    width: 100%;
    left: 0;
    right: 0;
    text-align: center
  }

  .current-li-content {
    display: table-cell;
    height: 39px;
    line-height: normal;
    vertical-align: middle
  }

  .order-dropdown li ul li {
    display: table;
    width: 100%
  }

  .order-dropdown ul li a {
    display: table-cell;
    line-height: normal;
    vertical-align: middle
  }

  .catalog-ordering .order li a {
    width: 39px
  }
}

@media only screen and (max-width: 1105px) {

  .woocommerce-MyAccount-navigation,
  .woocommerce-side-nav {
    margin-bottom: 25px
  }

  .woocommerce .checkout_coupon {
    justify-content: center;
    flex-wrap: wrap
  }

  .woocommerce .checkout_coupon .promo-code-heading {
    margin-bottom: 5px
  }

  .woocommerce .checkout_coupon .coupon-contents {
    margin: 0
  }

  .woocommerce .login .form-row {
    float: none
  }

  .woocommerce .login #customer_login #customer_login .login .woocommerce-form-login__submit {
    margin-bottom: 10px
  }

  .woocommerce .login #customer_login #customer_login .login .woocommerce-form-login__rememberme {
    margin-bottom: 10px;
    padding: 0;
    width: 100%
  }

  .woocommerce .login #customer_login .inline,
  .woocommerce .login #customer_login .lost_password {
    display: block;
    margin-left: 0;
    margin-right: 0
  }

  .woocommerce .login #customer_login .button {
    margin-bottom: 10px
  }

  .woocommerce-MyAccount-content .my_account_orders .woocommerce-orders-table__cell-order-number {
    padding-right: 8px
  }

  .woocommerce-MyAccount-content .my_account_orders .woocommerce-orders-table__cell-order-actions {
    padding-left: 8px
  }

  .woocommerce-MyAccount-navigation,
  .woocommerce-side-nav {
    margin-bottom: 25px
  }

  .woocommerce-container .social-share {
    overflow: hidden
  }

  .woocommerce-container .social-share li {
    display: block;
    float: left;
    margin: 0 auto;
    border-right: 0 !important;
    border-left: 0 !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
    width: 50%
  }

  .fusion-body .avada-myaccount-user .username .not-user {
    padding: 0 5px
  }

  .avada-customer-details .addresses .col-1,
  .avada-customer-details .addresses .col-2,
  .avada-myaccount-data .addresses .col-1,
  .avada-myaccount-data .addresses .col-2,
  .woocommerce-MyAccount-content .addresses .col-1,
  .woocommerce-MyAccount-content .addresses .col-2 {
    float: none !important;
    margin-left: auto !important;
    margin-right: auto !important
  }

  .avada-customer-details .addresses .col-1,
  .avada-customer-details .addresses .col-2,
  .avada-myaccount-data .addresses .col-1,
  .avada-myaccount-data .addresses .col-2,
  .woocommerce-MyAccount-content .addresses .col-1,
  .woocommerce-MyAccount-content .addresses .col-2 {
    margin: 0 !important;
    width: 100%
  }

  #wrapper .catalog-ordering {
    align-items: center;
    flex-direction: column;
    margin-bottom: 50px
  }

  #wrapper .catalog-ordering .order {
    margin: 0
  }

  #wrapper .orderby-order-container {
    margin-bottom: 10px;
    justify-content: space-between
  }

  #wrapper .order-dropdown>li:hover>ul {
    display: block;
    position: relative;
    top: 0
  }

  #wrapper .order-dropdown.orderby {
    z-index: 101
  }

  #wrapper .order-dropdown.orderby li a {
    max-width: 100%
  }

  #wrapper .order-dropdown.sort-count {
    display: block;
    margin: 0 0 10px 0;
    min-width: 245px
  }

  .catalog-ordering .fusion-grid-list-view {
    display: block;
    width: 78px
  }

  .avada-myaccount-data .my_account_orders .woocommerce-orders-table__cell-order-number {
    padding-right: 8px
  }

  .avada-myaccount-data .my_account_orders .woocommerce-orders-table__cell-order-actions {
    padding-left: 8px
  }

  .shop_table {
    table-layout: fixed
  }

  .shop_table .product-name {
    width: 70%
  }

  .shop_table .product-thumbnail {
    width: 65px
  }

  .fusion-body .shop_table .product-thumbnail {
    float: none
  }

  .shop_table .product-info {
    min-width: 80px
  }

  form.checkout .shop_table tbody .product-thumbnail {
    width: 65px
  }

  form.checkout .shop_table tfoot th {
    padding-right: 20px;
    width: 60%
  }

  form.checkout .shop_table tfoot td {
    width: 40%
  }

  .woocommerce-cart-form__contents {
    margin-top: -30px
  }

  .shop_table_responsive.woocommerce-cart-form__contents thead {
    display: none
  }

  .shop_table_responsive.woocommerce-cart-form__contents tbody tr {
    display: block;
    position: relative;
    padding: 25px 0;
    height: auto
  }

  .shop_table_responsive.woocommerce-cart-form__contents tbody td {
    display: block;
    padding: 10px 0;
    width: 100%;
    text-align: center
  }

  .shop_table_responsive.woocommerce-cart-form__contents .product-name {
    width: 100%
  }

  .shop_table_responsive.woocommerce-cart-form__contents .fusion-product-name-wrapper {
    display: block
  }

  .shop_table_responsive.woocommerce-cart-form__contents .product-thumbnail {
    display: inline-block;
    margin: 0;
    width: 140px
  }

  .shop_table_responsive.woocommerce-cart-form__contents .product-thumbnail img {
    max-width: 140px
  }

  .shop_table_responsive.woocommerce-cart-form__contents .product-info {
    margin-top: 15px
  }

  .shop_table_responsive.woocommerce-cart-form__contents .product-info .variation {
    float: none;
    margin-top: 5px
  }

  .shop_table_responsive.woocommerce-cart-form__contents .product-info .variation dd,
  .shop_table_responsive.woocommerce-cart-form__contents .product-info .variation dt {
    float: none
  }

  .shop_table_responsive.woocommerce-cart-form__contents .product-remove {
    display: inline;
    z-index: 1;
    position: absolute;
    top: 35px;
    right: 0;
    padding: 0;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    text-align: center
  }

  .shop_table_responsive.woocommerce-cart-form__contents .product-remove a {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    float: none;
    line-height: 25px
  }

  .cart-collaterals {
    flex-direction: column
  }

  .cart-collaterals .shipping-coupon .coupon #avada_coupon_code {
    margin: 0 0 20px;
    width: 100%
  }

  .avada-coupon-fields {
    flex-wrap: wrap;
    justify-content: flex-end
  }

  #wrapper #customer_login .col-1,
  #wrapper #customer_login .col-2,
  #wrapper .cart-totals-buttons,
  #wrapper .product .summary.entry-summary,
  #wrapper .shipping-coupon,
  #wrapper .woocommerce form.checkout #customer_details .col-1,
  #wrapper .woocommerce form.checkout #customer_details .col-2,
  #wrapper .woocommerce-content-box,
  #wrapper .woocommerce-side-nav,
  .avada-single-product-gallery-wrapper,
  .fusion-body .cart-collaterals .cart_totals,
  .fusion-body .woocommerce-MyAccount-content,
  .fusion-body .woocommerce-MyAccount-navigation {
    float: none;
    margin-left: auto;
    margin-right: auto;
    width: 100% !important
  }

  #wrapper .product .woocommerce-product-gallery {
    float: none;
    width: 100% !important
  }

  #customer_login .col-1,
  .coupon {
    margin-bottom: 30px
  }

  .product-info {
    margin-left: 0;
    margin-top: 10px
  }

  .product .entry-summary div .price {
    float: none
  }

  .product .entry-summary .woocommerce-product-rating {
    float: none;
    margin-left: 0
  }

  .product .avada-product-images-global .woocommerce-product-gallery {
    margin-bottom: 30px
  }

  #reviews li .avatar {
    display: none
  }

  #reviews li .comment-text {
    width: 90% !important;
    margin-left: 0 !important;
    padding: 5% !important
  }

  html .woocommerce .woocommerce-container .social-share {
    display: block
  }

  .has-sidebar .woocommerce-container .social-share li {
    width: 50%
  }

  .avada-myaccount-user {
    display: block;
    padding-top: 10px;
    padding-bottom: 10px
  }

  .avada-myaccount-user .avada-myaccount-user-column {
    width: 100%;
    display: block;
    padding: 5px 0 !important;
    border-right: 0
  }

  .rtl .avada-myaccount-user .avada-myaccount-user-column {
    border-left: 0
  }

  .avada-myaccount-user .username .not-user {
    display: inline
  }

  .shop_table .product-thumbnail .product-info,
  .shop_table .product-thumbnail .product-info p,
  .shop_table .product-thumbnail img {
    float: none;
    width: 100%;
    margin: 0 !important;
    padding: 0
  }

  #customer_login_box .button {
    float: left;
    margin-bottom: 15px
  }

  #customer_login_box .remember-box {
    clear: both;
    display: block;
    padding: 0;
    width: 125px;
    float: left
  }

  #customer_login_box .lost_password {
    float: left
  }

  .fusion-woo-slider .fusion-carousel-title-on-rollover .fusion-rollover-categories,
  .fusion-woo-slider .fusion-carousel-title-on-rollover .price {
    display: none
  }

  .shop_table_responsive .product-remove {
    background-color: var(--qty_bg_color)
  }

  .avada-has-woo-gallery-disabled .product .entry-summary .summary-container,
  .avada-has-woo-gallery-disabled.product .entry-summary .summary-container {
    margin-top: 20px
  }
}

@media only screen and (min-width: 1105px) {

  .woo-tabs-horizontal .woocommerce-MyAccount-navigation>ul,
  .woo-tabs-horizontal .woocommerce-checkout-nav {
    width: 100%
  }

  .woo-tabs-horizontal .woocommerce-MyAccount-navigation>ul li,
  .woo-tabs-horizontal .woocommerce-checkout-nav li {
    float: left
  }

  .rtl .woo-tabs-horizontal .woocommerce-MyAccount-navigation>ul li,
  .rtl .woo-tabs-horizontal .woocommerce-checkout-nav li {
    float: right
  }

  .woo-tabs-horizontal .woocommerce-MyAccount-navigation>ul li a,
  .woo-tabs-horizontal .woocommerce-checkout-nav li a {
    border: 1px solid transparent !important;
    padding: 10px 20px;
    height: auto;
    line-height: normal
  }

  .woo-tabs-horizontal .woocommerce-MyAccount-navigation>ul li a:after,
  .woo-tabs-horizontal .woocommerce-checkout-nav li a:after {
    display: none
  }

  .woo-tabs-horizontal .woocommerce-MyAccount-navigation>ul .is-active,
  .woo-tabs-horizontal .woocommerce-checkout-nav .is-active {
    border: 1px solid #e2e2e2;
    border-bottom: none;
    min-height: 40px;
    margin-bottom: -1px
  }

  .woo-tabs-horizontal .woocommerce-MyAccount-navigation>ul .is-active:hover a,
  .woo-tabs-horizontal .woocommerce-checkout-nav .is-active:hover a {
    cursor: default
  }

  .woocommerce .cart-empty~.woocommerce-notices-wrapper {
    position: absolute;
    left: 50%;
    transform: translateX(-42%)
  }

  .woocommerce .cart-empty~.woocommerce-notices-wrapper .woocommerce-message {
    padding: 0 10px;
    white-space: nowrap;
    height: 55px;
    line-height: 55px
  }
}

/* hide portfolio categories on activity page */
.fusion-portfolio-content>h4 {
  display: none;
}

/* Single Product Title Bar */
.fusion-page-title-wrapper {
  height: 220% !important;
}

/* Single Products */
@media only screen and (max-width: 781px) {
  .product .wp-block-column:nth-child(2n) {
    margin-top: 50px;
  }
}

@media only screen and (max-width: 1105px) {
  .fusion-page-title-wrapper {
    transform: translate(10px, 100px) !important;
  }

  .fusion-page-title-wrapper .fusion-page-title-captions {
    display: none !important;
  }
}

.fusion-page-title-secondary .fusion-breadcrumbs {
  display: block !important;
  text-align: left !important;
}

/* Mailchimp Form Button Styling - Larger */
input[type="submit"] {
  background-color: #F26522;
  color: #fff;
  border: none;
  padding: 18px 40px;
  /* Increased padding */
  font-size: 18px;
  /* Increased font size */
  font-weight: bold;
  border-radius: 4px;
  cursor: pointer;
  transition: background 0.3s ease;
}

input[type="submit"]:hover {
  background-color: #d94f10;
}

#posts-container.fusion-blog-layout-grid {
  margin: -20px -20px 0 -20px;
}

#posts-container.fusion-blog-layout-grid .fusion-post-grid {
  padding: 20px;
}

.fusion-builder-row.fusion-row {
  max-width: var(--site_width);
}

.fusion-content-boxes .content-box-heading {
  font-size: 18;
  color: #212934;
}

.fusion-content-boxes .content-container {
  color: #212934;
}

.fusion-content-boxes .content-wrapper-background {
  background-color: #ffffff;
}

.fusion-content-boxes .link-type-button-bar .fusion-read-more {
  background: #B68A4A;
  color: #fff;
}

.fusion-content-boxes .link-type-button-bar .fusion-read-more:after,
.fusion-content-boxes .link-type-button-bar .fusion-read-more:before {
  color: #fff;
}

.fusion-content-boxes .link-type-button-bar .fusion-read-more:hover,
.fusion-content-boxes .link-type-button-bar.link-area-box:hover .fusion-read-more {
  background: #B68A4A;
  color: #fff !important;
}

.fusion-content-boxes .link-type-button-bar .fusion-read-more:hover:after,
.fusion-content-boxes .link-type-button-bar .fusion-read-more:hover:before,
.fusion-content-boxes .link-type-button-bar.link-area-box:hover .fusion-read-more:after,
.fusion-content-boxes .link-type-button-bar.link-area-box:hover .fusion-read-more:before {
  color: #fff !important;
}

.fusion-counters-box .content-box-percentage {
  color: #a0ce4e;
}

.full-boxed-pricing.fusion-pricing-table .panel-heading h3 {
  color: #ffffff;
}

.sep-boxed-pricing .panel-heading h3 {
  color: #ffffff;
}

.fusion-progressbar-bar .progress-bar-content {
  background-color: #a0ce4e;
  border-color: #a0ce4e;
}

.fusion-progressbar-bar {
  background-color: #f6f6f6;
  border-color: #f6f6f6;
}

.fusion-separator.sep-dashed,
.fusion-separator.sep-dotted,
.fusion-separator.sep-double,
.fusion-separator.sep-single {
  border-color: #e0dede;
}

.fusion-body .fusion-content-sep:not([class*="sep-"]) {
  border-top-width: 1pxpx;
  border-bottom-width: 1pxpx;
}

.fusion-tabs.icon-position-right .nav-tabs li .tab-link .fontawesome-icon {
  margin-right: 0;
  margin-left: 10px;
}

.fusion-tabs.icon-position-top .nav-tabs li .tab-link .fontawesome-icon {
  display: block;
  margin: 0 auto;
  margin-bottom: 10px;
  text-align: center;
}

.fusion-reading-box-container .reading-box {
  background-color: var(--awb-color2);
}

.fusion-title .title-sep,
.fusion-title.sep-underline {
  border-color: #e0dede;
}

.fusion-faq-shortcode .fusion-accordian .panel-title a .fa-fusion-box {
  background-color: #333333;
}

.fusion-faq-shortcode .fusion-accordian .panel-title .active .fa-fusion-box {
  background-color: #B68A4A;
}

.fusion-faq-shortcode .fusion-accordian .panel-title a:hover .fa-fusion-box {
  background-color: #B68A4A !important;
}

.fusion-faq-shortcode .fusion-accordian .fusion-toggle-boxed-mode:hover .panel-title a,
.fusion-faq-shortcode .fusion-accordian .panel-title a:hover {
  color: #B68A4A;
}

.fusion-filters .fusion-filter.fusion-active a {
  color: var(--primary_color);
  color: var(--primary_color);
  border-color: var(--primary_color);
  border-color: var(--primary_color);
}

.fusion-portfolio.fusion-portfolio-boxed .fusion-portfolio-content-wrapper {
  border-color: #ebeaea;
}

@media only screen and (max-width: 1105px) {

  .fusion-content-boxes.content-boxes-clean-horizontal .content-box-column,
  .fusion-content-boxes.content-boxes-clean-vertical .content-box-column {
    border-right-width: 1px;
  }

  .fusion-content-boxes .content-box-shortcode-timeline {
    display: none;
  }

  .fusion-content-boxes.content-boxes-icon-boxed .content-wrapper-boxed {
    padding-bottom: 20px;
    padding-left: 3%;
    padding-right: 3%;
  }

  .fusion-content-boxes.content-boxes-icon-boxed .content-box-column,
  .fusion-content-boxes.content-boxes-icon-on-top .content-box-column {
    margin-bottom: 55px;
  }

  .fusion-countdown .fusion-countdown-heading-wrapper,
  .fusion-countdown .fusion-countdown-link-wrapper,
  .fusion-countdown .fusion-countdown-wrapper {
    display: block;
  }

  .fusion-countdown .fusion-countdown-heading-wrapper {
    text-align: center;
  }

  .fusion-countdown.fusion-countdown-has-heading .fusion-countdown-counter-wrapper {
    margin-top: 1em;
  }

  .fusion-countdown.fusion-countdown-has-link .fusion-countdown-counter-wrapper {
    margin-bottom: 1em;
  }

  .fusion-countdown .fusion-countdown-link-wrapper {
    text-align: center;
  }

  .fusion-counters-box .fusion-counter-box {
    margin-bottom: 20px;
    padding: 0 15px;
  }

  .fusion-counters-box .fusion-counter-box:last-child {
    margin-bottom: 0;
  }

  .fusion-google-map {
    width: 100% !important;
  }

  .fusion-progressbar {
    margin-bottom: 10px !important;
  }

  .fusion-reading-box-container .fusion-reading-box-flex {
    display: block;
  }

  .fusion-reading-box-container .fusion-desktop-button {
    display: none;
  }

  .fusion-reading-box-container .fusion-mobile-button {
    display: block;
  }

  .fusion-reading-box-container .fusion-mobile-button.continue-center {
    display: block;
  }

  .fusion-title {
    margin-top: 0px !important;
    margin-bottom: 20px !important;
  }

  .fusion-login-box.fusion-login-field-layout-floated .fusion-login-fields,
  .fusion-login-box.fusion-login-field-layout-floated.fusion-login-align-textflow.fusion-login-box-login .fusion-login-additional-content,
  .fusion-login-box.fusion-login-field-layout-floated.fusion-login-align-textflow.fusion-login-box-register .fusion-login-additional-content {
    display: block;
  }

  .fusion-login-box.fusion-login-field-layout-floated .fusion-login-links {
    margin: 0 -10px;
  }

  .fusion-login-box.fusion-login-field-layout-floated.fusion-login-align-textflow.fusion-login-box-register .fusion-login-registration-confirm {
    margin: 0 0 20px 0;
  }

  .fusion-login-box.fusion-login-field-layout-floated.fusion-login-align-textflow.fusion-login-box-login .fusion-login-submit-wrapper {
    margin-bottom: 20px;
  }

  .fusion-widget.fusion-widget-mobile-align-left {
    text-align: left;
  }

  .fusion-widget.fusion-widget-mobile-align-right {
    text-align: right;
  }

  .fusion-widget.fusion-widget-mobile-align-center {
    text-align: center;
  }

  .fusion-post-cards .fusion-filters {
    display: block !important;
  }

  .fusion-filters {
    border-bottom: 0;
    border-bottom: 0;
  }

  .fusion-filter {
    float: none;
    float: none;
    margin: 0;
    margin: 0;
    border-bottom: 1px solid #e0dede;
    border-bottom: 1px solid #e0dede;
  }
}

@media only screen and (max-width: 945px) {
  .fusion-content-boxes.content-boxes-icon-boxed .content-wrapper-boxed {
    min-height: inherit !important;
    padding-bottom: 20px;
    padding-left: 3% !important;
    padding-right: 3% !important;
  }

  .fusion-content-boxes.content-boxes-icon-boxed .content-box-column,
  .fusion-content-boxes.content-boxes-icon-on-top .content-box-column {
    margin-bottom: 55px;
  }

  .fusion-content-boxes.content-boxes-icon-boxed .content-box-column .heading h1 {
    margin-top: -5px;
  }

  .fusion-content-boxes.content-boxes-icon-boxed .content-box-column .heading h2 {
    margin-top: -5px;
  }

  .fusion-content-boxes.content-boxes-icon-boxed .content-box-column .heading h3 {
    margin-top: -5px;
  }

  .fusion-content-boxes.content-boxes-icon-boxed .content-box-column .heading h4 {
    margin-top: -5px;
  }

  .fusion-content-boxes.content-boxes-icon-boxed .content-box-column .heading h5 {
    margin-top: -5px;
  }

  .fusion-content-boxes.content-boxes-icon-boxed .content-box-column .heading h6 {
    margin-top: -5px;
  }

  .fusion-content-boxes.content-boxes-icon-boxed .content-box-column .more {
    margin-top: 12px;
  }

  .fusion-content-boxes.content-boxes-icon-boxed .col {
    box-sizing: border-box;
  }

  .fusion-counters-circle .counter-circle-wrapper {
    display: block;
    margin-right: auto;
    margin-left: auto;
  }

  .full-boxed-pricing .column,
  .sep-boxed-pricing .column {
    float: none;
    margin-bottom: 10px;
    margin-left: 0;
    width: 100%;
  }

  .fusion-progressbar {
    margin-bottom: 10px !important;
  }
}

@media only screen and (min-device-width: 320px) and (max-device-width: 640px) {
  .fusion-content-boxes.content-boxes-icon-boxed .content-wrapper-boxed {
    min-height: inherit !important;
    padding-bottom: 20px;
    padding-left: 3% !important;
    padding-right: 3% !important;
  }

  .fusion-content-boxes.content-boxes-icon-boxed .content-box-column,
  .fusion-content-boxes.content-boxes-icon-on-top .content-box-column {
    margin-bottom: 55px;
  }

  .fusion-google-map {
    width: 100% !important;
  }

  #wrapper .sep-boxed-pricing .panel-wrapper {
    padding: 0;
  }

  .full-boxed-pricing .column,
  .sep-boxed-pricing .column {
    float: none;
    margin-bottom: 10px;
    margin-left: 0;
    width: 100%;
  }

  .fusion-progressbar {
    margin-bottom: 10px !important;
  }
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {
  .fusion-content-boxes.content-boxes-icon-boxed .content-wrapper-boxed {
    padding-bottom: 20px;
    padding-left: 3%;
    padding-right: 3%;
  }

  .fusion-content-boxes.content-boxes-icon-boxed .content-box-column,
  .fusion-content-boxes.content-boxes-icon-on-top .content-box-column {
    margin-bottom: 55px;
  }

  .fusion-counters-box .fusion-counter-box {
    margin-bottom: 20px;
    padding: 0 15px;
  }

  .fusion-counters-box .fusion-counter-box:last-child {
    margin-bottom: 0;
  }

  .fusion-google-map {
    width: 100% !important;
  }

  #wrapper .sep-boxed-pricing .panel-wrapper {
    padding: 0;
  }

  .full-boxed-pricing .column,
  .sep-boxed-pricing .column {
    float: none;
    margin-bottom: 10px;
    margin-left: 0;
    width: 100%;
  }

  .fusion-progressbar {
    margin-bottom: 10px !important;
  }

  .fusion-reading-box-container .fusion-mobile-button {
    display: none;
    float: none;
  }

  .fusion-reading-box-container .continue {
    display: block;
  }

  .fusion-title {
    margin-top: 0px !important;
    margin-bottom: 20px !important;
  }
}

@media only screen and (min-width: 1105px) {
  .sep-boxed-pricing .panel-wrapper {
    padding: 0 12px;
    margin: 0;
  }

  .fusion-pricing-table .standout .panel-container {
    z-index: 1000;
  }

  .fusion-pricing-table .standout .panel-footer,
  .fusion-pricing-table .standout .panel-heading {
    padding: 20px;
  }

  .full-boxed-pricing {
    padding: 0 9px;
    background-color: #F8F8F8;
  }

  .full-boxed-pricing .panel-container {
    padding: 9px 0;
  }

  .full-boxed-pricing .panel-wrapper:last-child .fusion-panel {
    border-right: 1px solid #E5E4E3;
  }

  .full-boxed-pricing .fusion-panel {
    border-right: none;
  }

  .full-boxed-pricing .standout .panel-container {
    position: relative;
    box-sizing: content-box;
    margin: -10px -9px;
    padding: 9px;
    box-shadow: 0 0 6px 6px rgba(0, 0, 0, 0.08);
    background-color: #F8F8F8;
  }

  .full-boxed-pricing .standout .fusion-panel {
    border-right: 1px solid #E5E4E3;
  }

  .full-boxed-pricing .standout .panel-heading h3 {
    color: #65bc7b;
  }

  .sep-boxed-pricing {
    margin: 0 -15px 20px;
  }

  .sep-boxed-pricing .standout .panel-container {
    margin: -10px;
    box-shadow: 0 0 15px 5px rgba(0, 0, 0, 0.16);
  }

  .fusion-tabs .nav {
    display: block;
  }

  .fusion-tabs .fusion-mobile-tab-nav {
    display: none;
  }

  .fusion-tabs.clean .tab-pane {
    margin: 0;
  }

  .fusion-tabs .nav-tabs {
    display: inline-block;
    vertical-align: middle;
  }

  .fusion-tabs .nav-tabs.nav-justified>li {
    display: table-cell;
    width: 1%;
  }

  .fusion-tabs .nav-tabs li .tab-link {
    margin-right: 1px;
  }

  .fusion-tabs .nav-tabs li:last-child .tab-link {
    margin-right: 0;
  }

  .fusion-tabs.horizontal-tabs .nav-tabs {
    margin: 0 0 -1px;
  }

  .fusion-tabs.horizontal-tabs .nav {
    border-bottom: 1px solid #ebeaea;
  }

  .fusion-tabs.horizontal-tabs.clean .nav {
    border: none;
    text-align: center;
  }

  .fusion-tabs.horizontal-tabs.clean .nav-tabs {
    border: none;
  }

  .fusion-tabs.horizontal-tabs.clean .nav-tabs li {
    margin-bottom: 0;
  }

  .fusion-tabs.horizontal-tabs.clean .nav-tabs li .tab-link {
    margin-right: -1px;
  }

  .fusion-tabs.horizontal-tabs.clean .tab-content {
    margin-top: 40px;
  }

  .fusion-tabs.nav-not-justified {
    border: none;
  }

  .fusion-tabs.nav-not-justified .nav-tabs li {
    display: inline-block;
  }

  .fusion-tabs.nav-not-justified.clean .nav-tabs li .tab-link {
    padding: 14px 55px;
  }

  .fusion-tabs.vertical-tabs {
    display: flex;
    border: none;
    clear: both;
    zoom: 1;
  }

  .fusion-tabs.vertical-tabs:before,
  .fusion-tabs.vertical-tabs:after {
    content: " ";
    display: table;
  }

  .fusion-tabs.vertical-tabs:after {
    clear: both;
  }

  .fusion-tabs.vertical-tabs .nav-tabs {
    display: block;
    position: relative;
    left: 1px;
    border: 1px solid #ebeaea;
    border-right: none;
  }

  .fusion-tabs.vertical-tabs .nav-tabs>li .tab-link {
    margin-right: 0;
    margin-bottom: 1px;
    padding: 10px 35px;
    white-space: nowrap;
    border-top: none;
    text-align: left;
    border-left: 3px transparent solid;
  }

  .fusion-tabs.vertical-tabs .nav-tabs>li:last-child .tab-link {
    margin-bottom: 0;
  }

  .fusion-tabs.vertical-tabs .nav-tabs>li.active>.tab-link {
    border-bottom: none;
    border-left: 3px solid var(--primary_color);
    border-top: none;
    cursor: pointer;
  }

  .fusion-tabs.vertical-tabs .nav {
    width: auto;
  }

  .fusion-tabs.vertical-tabs .tab-content {
    width: 84.5%;
  }

  .fusion-tabs.vertical-tabs .tab-pane {
    padding: 30px;
    border: 1px solid #ebeaea;
  }

  .fusion-tabs.vertical-tabs.clean .nav-tabs {
    background-color: transparent;
    border: none;
  }

  .fusion-tabs.vertical-tabs.clean .nav-tabs li .tab-link {
    margin: 0;
    padding: 10px 35px;
    white-space: nowrap;
  }

  .fusion-body .fusion-tabs.vertical-tabs.clean .nav-tabs li .tab-link {
    border: 1px solid;
  }

  .fusion-tabs.vertical-tabs.clean .nav {
    width: auto;
  }

  .fusion-tabs.vertical-tabs.clean .tab-content {
    margin: 0;
    width: 75%;
    padding-left: 40px;
  }

  .fusion-reading-box-container .fusion-desktop-button {
    display: block;
  }

  .fusion-reading-box-container .fusion-mobile-button {
    display: none;
  }

  .fusion-reading-box-container .continue-center {
    display: inline-block;
  }

  .fusion-reading-box-container .reading-box.reading-box-center {
    text-align: center;
  }

  .fusion-reading-box-container .reading-box.reading-box-right {
    text-align: right;
  }
}