@charset "UTF-8";
/** Import Bootstrap functions */
/** Import everything from autoload */
:root {
  --blue: #007bff;
  --indigo: #005AA8;
  --purple: #8C358F;
  --pink: #e83e8c;
  --red: #dc3545;
  --orange: #fd7e14;
  --yellow: #ffc107;
  --green: #10735B;
  --teal: #20c997;
  --cyan: #17a2b8;
  --white: #fff;
  --gray: #B0B0B0;
  --gray-dark: #363636;
  --sky: #70C4E8;
  --ballet: #F99BBB;
  --lavender: #CB8BDB;
  --royal: #1E2859;
  --dandelion: #F4AA4F;
  --guacamole: #B2D666;
  --Master_Libra_Blue: #0a233f;
  --Master_Libra_Lighter: #2f445c;
  --grey-text: #6e6e6e;
  --primary: #0a233f;
  --secondary: #addbe3;
  --success: #B2D666;
  --info: #70C4E8;
  --warning: #F4AA4F;
  --danger: #F4AA4F;
  --light: #f8f9fa;
  --dark: #343a40;
  --primary-light: #2f445c;
  --shop-primary: #0a233f;
  --shop-secondary: #2f445c;
  --breakpoint-xs: 0;
  --breakpoint-sm: 576px;
  --breakpoint-md: 768px;
  --breakpoint-lg: 992px;
  --breakpoint-xl: 1320px;
  --font-family-sans-serif: "LL Brown Light Web", "Turbinado Bold Pro", "Roboto", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

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

html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -ms-overflow-style: scrollbar;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

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

body {
  margin: 0;
  font-family: "LL Brown Light Web", "Turbinado Bold Pro", "Roboto", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-size: 1rem;
  font-weight: normal;
  line-height: 1.5;
  color: #0a233f;
  text-align: left;
  background-color: #fff;
}

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

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

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

p, .wpcf7-form-control.wpcf7-radio, .wpcf7-form-control.wpcf7-checkbox {
  margin-top: 0;
  margin-bottom: 1rem;
}

abbr[title],
abbr[data-original-title] {
  text-decoration: underline;
  text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0;
}

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}

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

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

dt {
  font-weight: 700;
}

dd {
  margin-bottom: 0.5rem;
  margin-left: 0;
}

blockquote {
  margin: 0 0 1rem;
}

dfn {
  font-style: italic;
}

b,
strong {
  font-weight: bolder;
}

small {
  font-size: 80%;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

a {
  color: #0a233f;
  text-decoration: none;
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}
a:hover {
  color: black;
  text-decoration: underline;
}

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

pre,
code,
kbd,
samp {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  font-size: 1em;
}

pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  -ms-overflow-style: scrollbar;
}

figure {
  margin: 0 0 1rem;
}

img {
  vertical-align: middle;
  border-style: none;
}

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

table {
  border-collapse: collapse;
}

caption {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: #B0B0B0;
  text-align: left;
  caption-side: bottom;
}

th {
  text-align: inherit;
}

label {
  display: inline-block;
  margin-bottom: 0.5rem;
}

button {
  border-radius: 0;
}

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

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

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

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

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

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

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

textarea {
  overflow: auto;
  resize: vertical;
}

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

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

progress {
  vertical-align: baseline;
}

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

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

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

::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}

output {
  display: inline-block;
}

summary {
  display: list-item;
  cursor: pointer;
}

template {
  display: none;
}

[hidden] {
  display: none !important;
}

h1, h2, h3, h4, h5, h6,
.h1,
.login-wrap__header-body,
.intro-fancy__header-title,
.promo__title,
.product-selector .product-selector__headline,
.template-subscriptions .featured-products__headline,
.page-header__title,
.fxc-odd_spot .card__question-title,
.fxc-form_embed__heading,
.faq-multi__title,
.cta-full-split__title, .h2, .product-selector__tagline, .article-bulletin .article__title, body.libragirl .page-header.page-header-full .page-header__body, .page-header.page-header-intro .page-header__body, .accordion-set__title, .forum-content .new-topic-cta-wrap, .h3, .variations_form .single_variation, .woocommerce-order-received .woocommerce-table tfoot tr:last-child, .cs-builder__details-billing, .lg_home__col-right .article .article__title, .fxc-featured_posts .card__headline, body.libragirl .banner .nav, .home-featured-posts .card__headline, legend, .featured-poll__question, .pep-item__counter .pep-counter, .cta-ask-gemmah__footer-cta .cta__label, .circle-box, .product-selector .number-badge, .cs-builder__steps-int, .h4, .shop_table thead, .woocommerce-order-received .addresses .woocommerce-column__title, .fxc-resources__heading, .box-tabs__item .item-text-name, .h5, .login-wrap__footer, .variations_form .reset_variations, .sidebar-sealed-section__handle-label__close,
.sidebar-sealed-section__handle-label span, .fxc-pull_quote__attribution, .article-single .comment .comment-awaiting-moderation, .breadcrumbs, .menu-bar__header-title .item-pretext, .bbpress .bbp-topic-freshness .bbp-topic-reply-count, .hot-topics__item-count, .forums-menu.forums-menu__type-full .forums-menu__item-label-count, .article time, .h6 {
  margin-bottom: 1em;
  line-height: 1.2;
  color: inherit;
}

h1, .h1, .login-wrap__header-body, .intro-fancy__header-title, .promo__title, .product-selector .product-selector__headline, .template-subscriptions .featured-products__headline, .page-header__title, .fxc-odd_spot .card__question-title, .fxc-form_embed__heading, .faq-multi__title, .cta-full-split__title, .f1 {
  font-size: 32px;
  letter-spacing: -0.017em;
}

h2, .h2, .product-selector__tagline, .article-bulletin .article__title, body.libragirl .page-header.page-header-full .page-header__body, .page-header.page-header-intro .page-header__body, .accordion-set__title, .forum-content .new-topic-cta-wrap, .f2 {
  font-size: 32px;
  letter-spacing: -0.017em;
}

h3, .h3, .variations_form .single_variation, .woocommerce-order-received .woocommerce-table tfoot tr:last-child, .cs-builder__details-billing, .lg_home__col-right .article .article__title, .fxc-featured_posts .card__headline, body.libragirl .banner .nav, .home-featured-posts .card__headline, legend, .featured-poll__question, .pep-item__counter .pep-counter, .cta-ask-gemmah__footer-cta .cta__label, .circle-box, .product-selector .number-badge, .cs-builder__steps-int, .f3, .login-wrap .login .input-text {
  font-size: 28px;
  letter-spacing: 0;
}

h4, .h4, .shop_table thead, .woocommerce-order-received .addresses .woocommerce-column__title, .fxc-resources__heading, .box-tabs__item .item-text-name, .f4, .card__title, .category-slides .slide-pane__term {
  font-size: 22px;
  letter-spacing: 0.25em;
  text-transform: uppercase;
}

h5, .h5, .login-wrap__footer, .variations_form .reset_variations, .sidebar-sealed-section__handle-label__close,
.sidebar-sealed-section__handle-label span, .fxc-pull_quote__attribution, .article-single .comment .comment-awaiting-moderation, .breadcrumbs, .menu-bar__header-title .item-pretext, .bbpress .bbp-topic-freshness .bbp-topic-reply-count, .hot-topics__item-count, .forums-menu.forums-menu__type-full .forums-menu__item-label-count, .article time, .f5, .sidebar-posts .article__term {
  font-size: 0.5625rem;
  letter-spacing: 0.25em;
  text-transform: uppercase;
}

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

.hero-text, .cta-subscriptions-block .card__text {
  font-size: 20px;
}

.lead, .shop_table.order_details .order-total, .cart_totals .shop_table .order-total, .shop_table.woocommerce-checkout-review-order-table .order-total, .variations_form select, .woocommerce-notice,
.woocommerce-message,
.woocommerce-error, .shop_table.cart tbody, .cart-collaterals .cart_totals, .woocommerce-MyAccount-content-subscriptions .no_subscriptions, .page-header__body, .fxc-odd_spot .card__answer-title, .fxc-resources__desc, .custom-qty, .dropdown-select__toggle, .bbpress .bbp-topic-title .bbp-topic-permalink, .bbp-template-notice, .hot-topics__item-title, .forums-menu.forums-menu__type-full .forums-menu__item-label-text, .cta-ask-gemmah__answer, .bootstrap-select.big-select {
  font-size: 1.125rem;
}

.term-item, .term-menu__item {
  font-size: 20px;
  font-weight: 500;
  letter-spacing: -0.84px;
}

.card-headline, .card__headline {
  font-size: 28px;
}

.card-text, .card__text {
  font-size: 16px;
}

.card-link, .cta__card-link {
  letter-spacing: -0.74px;
  color: #0a233f;
  font-weight: 200;
}

.nav-cta, .login .button .text, .cta-form.cta-form-collapse .cta-form__btn:not(.collapsed)::after, .cta .footer-cta, .wpcf7-submit .footer-cta {
  font-size: 11px;
  letter-spacing: 0.25em;
  text-transform: uppercase;
  vertical-align: text-top;
}

.text-nav, .cart-collaterals .shipping-calculator-button, .header-util-nav__item.sampling .icon-btn__label-link, .banner .nav, .archive-loop__header-title, .tag-lg, .tag-filter.no-dropdown .tag, .tab, .lg_home-intro__headline, .article.restricted_content-restricted .post-flags, .article__term, .hot-topics__header, .label, .woocommerce-form label, .my-account .woocommerce-address-fields__field-wrapper label,
.woocommerce-billing-fields__field-wrapper label,
.woocommerce-additional-fields__field-wrapper label,
.woocommerce-account-fields label,
.woocommerce-form-register label,
.woocommerce-form-login label,
.create-account__inner label,
.woocommerce-form-coupon label, .woocommerce-checkout-subform-wrap form .lost_password, .woocommerce-MyAccount-content label, .wpcf7 label, .tag-filter__dropdown__toggle, .tag-filter__clear-btn, .archive-clear-row__btn, .tag-filter__output-label, .bbpress li.bbp-header .bbp-topic-title, .pep-item__counter .pep-counter::after, .bbp-pagination,
.pagination, .nav-slides .nav-item,
.nav-tabs .nav-item {
  letter-spacing: 0.25em;
  text-transform: uppercase;
}

.text-subnav, .footer-menu__nav {
  font-size: 13px;
  letter-spacing: 0;
}

.cta_inner, .lg_home .new-topic-cta__link-inner, .grid-item__simple .grid-item__cta-link-inner, .cta-products-fancy__cta-link-inner {
  letter-spacing: 2.5px;
  text-transform: uppercase;
  font-weight: 200;
}

.display-1, .page-template-template-blood .page-content-columns .fxc-odd_spot .card__answer-title, .intro-fancy__header-cta, .fxc-pull_quote__quote, .cta, .wpcf7-submit {
  font-family: "Homemade Apple", "LL Brown Light Web", "Turbinado Bold Pro", "Roboto", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  letter-spacing: 0.25em;
  font-weight: 400;
}

.display-2, .header-quicklinks .header-quicklinks__item-label, .switch-site-cta__prelabel, .switch-site-cta__label-sm, .bbpress ul.topic .bbp-topic-flags__item, .bbp-pagination .page-numbers:not(.dots),
.pg-link, .card__title, .category-slides .slide-pane__term {
  letter-spacing: 0.25em;
  text-transform: uppercase;
  line-height: 1;
}

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

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

.display-5, .cta__label, .box-tabs__item .item-text-main {
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: -0.98px;
}

.display-ticker, .blog-ticker {
  font-weight: 200;
}

.cta-body, .cta-full-split__body {
  line-height: 1.5;
  font-size: 20px;
}

.login-footer, .login {
  line-height: 1.5;
}

.bottom-cta, .cta-form.cta-form-collapse .cta-form__btn {
  letter-spacing: 2.5px;
  font-size: 11px;
  line-height: 2.18;
}

@media (max-width: 767.98px) {
  body {
    font-size: 0.875rem;
  }
}
@media (min-width: 768px) {
  h1, .h1, .login-wrap__header-body, .intro-fancy__header-title, .promo__title, .product-selector .product-selector__headline, .template-subscriptions .featured-products__headline, .page-header__title, .fxc-odd_spot .card__question-title, .fxc-form_embed__heading, .faq-multi__title, .cta-full-split__title, .f1 {
    font-size: 2.375rem;
  }

  h2, .h2, .product-selector__tagline, .article-bulletin .article__title, body.libragirl .page-header.page-header-full .page-header__body, .page-header.page-header-intro .page-header__body, .accordion-set__title, .forum-content .new-topic-cta-wrap, .f2 {
    font-size: 1.75rem;
  }

  h3, .h3, .variations_form .single_variation, .woocommerce-order-received .woocommerce-table tfoot tr:last-child, .cs-builder__details-billing, .lg_home__col-right .article .article__title, .fxc-featured_posts .card__headline, body.libragirl .banner .nav, .home-featured-posts .card__headline, legend, .featured-poll__question, .pep-item__counter .pep-counter, .cta-ask-gemmah__footer-cta .cta__label, .circle-box, .product-selector .number-badge, .cs-builder__steps-int, .f3, .login-wrap .login .input-text {
    font-size: 1.375rem;
  }

  h4, .h4, .shop_table thead, .woocommerce-order-received .addresses .woocommerce-column__title, .fxc-resources__heading, .box-tabs__item .item-text-name, .f4, .card__title, .category-slides .slide-pane__term {
    font-size: 0.75rem;
  }

  h5, .h5, .login-wrap__footer, .variations_form .reset_variations, .sidebar-sealed-section__handle-label__close,
.sidebar-sealed-section__handle-label span, .fxc-pull_quote__attribution, .article-single .comment .comment-awaiting-moderation, .breadcrumbs, .menu-bar__header-title .item-pretext, .bbpress .bbp-topic-freshness .bbp-topic-reply-count, .hot-topics__item-count, .forums-menu.forums-menu__type-full .forums-menu__item-label-count, .article time, .f5, .sidebar-posts .article__term {
    font-size: 0.6875rem;
  }

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

  .hero, .template-subscriptions .page-header__title, .article-bulletin.bulletin_cat-competition .article__title {
    font-size: 2.5rem;
  }

  .lead, .shop_table.order_details .order-total, .cart_totals .shop_table .order-total, .shop_table.woocommerce-checkout-review-order-table .order-total, .variations_form select, .woocommerce-notice,
.woocommerce-message,
.woocommerce-error, .shop_table.cart tbody, .cart-collaterals .cart_totals, .woocommerce-MyAccount-content-subscriptions .no_subscriptions, .page-header__body, .fxc-odd_spot .card__answer-title, .fxc-resources__desc, .custom-qty, .dropdown-select__toggle, .bbpress .bbp-topic-title .bbp-topic-permalink, .bbp-template-notice, .hot-topics__item-title, .forums-menu.forums-menu__type-full .forums-menu__item-label-text, .cta-ask-gemmah__answer, .bootstrap-select.big-select {
    font-size: 1.25rem;
  }

  .text-nav, .cart-collaterals .shipping-calculator-button, .header-util-nav__item.sampling .icon-btn__label-link, .banner .nav, .archive-loop__header-title, .tag-lg, .tag-filter.no-dropdown .tag, .tab, .lg_home-intro__headline, .article.restricted_content-restricted .post-flags, .article__term, .hot-topics__header, .label, .woocommerce-form label, .my-account .woocommerce-address-fields__field-wrapper label,
.woocommerce-billing-fields__field-wrapper label,
.woocommerce-additional-fields__field-wrapper label,
.woocommerce-account-fields label,
.woocommerce-form-register label,
.woocommerce-form-login label,
.create-account__inner label,
.woocommerce-form-coupon label, .woocommerce-checkout-subform-wrap form .lost_password, .woocommerce-MyAccount-content label, .wpcf7 label, .tag-filter__dropdown__toggle, .tag-filter__clear-btn, .archive-clear-row__btn, .tag-filter__output-label, .bbpress li.bbp-header .bbp-topic-title, .pep-item__counter .pep-counter::after, .bbp-pagination,
.pagination, .nav-slides .nav-item,
.nav-tabs .nav-item {
    font-size: 0.75rem;
  }
}
hr {
  margin-top: 1rem;
  margin-bottom: 1rem;
  border: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

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

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

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

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

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

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

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

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

.img-fluid, .wp-caption img {
  max-width: 100%;
  height: auto;
}

.img-thumbnail {
  padding: 0.25rem;
  background-color: #fff;
  border: 1px solid #dee2e6;
  border-radius: 1.5rem;
  max-width: 100%;
  height: auto;
}

.figure, .wp-caption {
  display: inline-block;
}

.figure-img, .wp-caption img {
  margin-bottom: 0.5rem;
  line-height: 1;
}

.figure-caption, .wp-caption-text {
  font-size: 90%;
  color: #6c757d;
}

code {
  font-size: 87.5%;
  color: #e83e8c;
  word-break: break-word;
}
a > code {
  color: inherit;
}

kbd {
  padding: 0.2rem 0.4rem;
  font-size: 87.5%;
  color: #fff;
  background-color: #212529;
  border-radius: 0.625rem;
}
kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: 700;
}

pre {
  display: block;
  font-size: 87.5%;
  color: #212529;
}
pre code {
  font-size: inherit;
  color: inherit;
  word-break: normal;
}

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

.container, .woocommerce-notice,
.woocommerce-message,
.woocommerce-error, .page-header.page-header-std-full .page-header__container, .fxc-form_embed.fxc-full-width .fxc-form_embed__container, body.libragirl .banner__container, .archive-loop__container, .modal-dialog.modal-full {
  width: 100%;
  padding-right: 10px;
  padding-left: 10px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 576px) {
  .container, .woocommerce-notice,
.woocommerce-message,
.woocommerce-error, .page-header.page-header-std-full .page-header__container, .fxc-form_embed.fxc-full-width .fxc-form_embed__container, body.libragirl .banner__container, .archive-loop__container, .modal-dialog.modal-full {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container, .woocommerce-notice,
.woocommerce-message,
.woocommerce-error, .page-header.page-header-std-full .page-header__container, .fxc-form_embed.fxc-full-width .fxc-form_embed__container, body.libragirl .banner__container, .archive-loop__container, .modal-dialog.modal-full {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container, .woocommerce-notice,
.woocommerce-message,
.woocommerce-error, .page-header.page-header-std-full .page-header__container, .fxc-form_embed.fxc-full-width .fxc-form_embed__container, body.libragirl .banner__container, .archive-loop__container, .modal-dialog.modal-full {
    max-width: 960px;
  }
}
@media (min-width: 1320px) {
  .container, .woocommerce-notice,
.woocommerce-message,
.woocommerce-error, .page-header.page-header-std-full .page-header__container, .fxc-form_embed.fxc-full-width .fxc-form_embed__container, body.libragirl .banner__container, .archive-loop__container, .modal-dialog.modal-full {
    max-width: 1280px;
  }
}

.container-fluid, .modal .login-wrap__container {
  width: 100%;
  padding-right: 10px;
  padding-left: 10px;
  margin-right: auto;
  margin-left: auto;
}

.row, .woocommerce .col2-set, .login-wrap__form, .fxc-form_embed.fxc-full-width .fxc-form_embed__inner-row, .archive-loop__row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -10px;
  margin-left: -10px;
}

.no-gutters {
  margin-right: 0;
  margin-left: 0;
}
.no-gutters > .col,
.no-gutters > [class*=col-] {
  padding-right: 0;
  padding-left: 0;
}

.col-xl,
.col-xl-auto, .col-xl-12, .col-xl-11, .col-xl-10, .modal-dialog.modal-full .modal-content, .col-xl-9, .col-xl-8, .col-xl-7, .col-xl-6, .col-xl-5, body.libragirl .page-header.page-header-full .page-header__col, .col-xl-4, .col-xl-3, .col-xl-2, .col-xl-1, .col-lg,
.col-lg-auto, .col-lg-12, .col-lg-11, .col-lg-10, .template-subscriptions .page-header__col, .col-lg-9, .col-lg-8, .login-wrap__form-inner, .archive-loop.has-sidebar .archive-loop__posts-wrap, .col-lg-7, .col-lg-6, .article-single__header__col, .search-body__col, .archive-loop.has-sidebar .article, .col-lg-5, .fxc-form_embed.fxc-full-width .fxc-form_embed__col-text, .fxc-form_embed.fxc-full-width .fxc-form_embed__col-form, .col-lg-4, .archive-loop__sidebar, .archive-loop .article.article-post, .archive-loop .article.article-lg-post, .archive-loop .article.article-product, .col-lg-3, .col-lg-2, .col-lg-1, .col-md,
.col-md-auto, .col-md-12, .col-md-11, .col-md-10, .col-md-9, .col-md-8, .page-header.page-header-std-full .page-header__container .page-header__col, .col-md-7, .col-md-6, .woocommerce .col2-set > .col-1,
.woocommerce .col2-set > .col-2, .col-md-5, .col-md-4, .featured-products__items.slider .article, .featured-products .article, .col-md-3, .col-md-2, .col-md-1, .col-sm,
.col-sm-auto, .col-sm-12, .col-sm-11, .col-sm-10, .col-sm-9, .col-sm-8, .col-sm-7, .col-sm-6, .col-sm-5, .col-sm-4, .col-sm-3, .col-sm-2, .col-sm-1, .col,
.col-auto, .col-12, .archive-loop .article, .archive-loop__header, .archive-loop__posts-wrap, .col-11, .col-10, .col-9, .col-8, .col-7, .col-6, .col-5, .col-4, .col-3, .col-2, .col-1 {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px;
}

.col {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%;
}

.col-auto {
  flex: 0 0 auto;
  width: auto;
  max-width: none;
}

.col-1 {
  flex: 0 0 8.3333333333%;
  max-width: 8.3333333333%;
}

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

.col-3 {
  flex: 0 0 25%;
  max-width: 25%;
}

.col-4 {
  flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%;
}

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

.col-6 {
  flex: 0 0 50%;
  max-width: 50%;
}

.col-7 {
  flex: 0 0 58.3333333333%;
  max-width: 58.3333333333%;
}

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

.col-9 {
  flex: 0 0 75%;
  max-width: 75%;
}

.col-10 {
  flex: 0 0 83.3333333333%;
  max-width: 83.3333333333%;
}

.col-11, .featured-products__items.slider .article {
  flex: 0 0 91.6666666667%;
  max-width: 91.6666666667%;
}

.col-12, .woocommerce .col2-set > .col-1,
.woocommerce .col2-set > .col-2, .login-wrap__form-inner, .template-subscriptions .page-header__col, .article-single__header__col, .search-body__col, .fxc-form_embed.fxc-full-width .fxc-form_embed__col-text, .fxc-form_embed.fxc-full-width .fxc-form_embed__col-form, .featured-products .article, .archive-loop__sidebar, .archive-loop .article, .archive-loop__header, .archive-loop__posts-wrap {
  flex: 0 0 100%;
  max-width: 100%;
}

.order-first {
  order: -1;
}

.order-last {
  order: 13;
}

.order-0 {
  order: 0;
}

.order-1 {
  order: 1;
}

.order-2 {
  order: 2;
}

.order-3 {
  order: 3;
}

.order-4 {
  order: 4;
}

.order-5 {
  order: 5;
}

.order-6 {
  order: 6;
}

.order-7 {
  order: 7;
}

.order-8 {
  order: 8;
}

.order-9 {
  order: 9;
}

.order-10 {
  order: 10;
}

.order-11 {
  order: 11;
}

.order-12 {
  order: 12;
}

.offset-1 {
  margin-left: 8.3333333333%;
}

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

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

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .col-sm {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }

  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }

  .col-sm-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }

  .col-sm-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

  .col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-sm-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .col-sm-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }

  .col-sm-6, .featured-products .article, .archive-loop .article.article-post, .archive-loop .article.article-lg-post, .archive-loop .article.article-product {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-sm-7, .featured-products__items.slider .article {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }

  .col-sm-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }

  .col-sm-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-sm-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }

  .col-sm-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }

  .col-sm-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .order-sm-first {
    order: -1;
  }

  .order-sm-last {
    order: 13;
  }

  .order-sm-0 {
    order: 0;
  }

  .order-sm-1 {
    order: 1;
  }

  .order-sm-2 {
    order: 2;
  }

  .order-sm-3 {
    order: 3;
  }

  .order-sm-4 {
    order: 4;
  }

  .order-sm-5 {
    order: 5;
  }

  .order-sm-6 {
    order: 6;
  }

  .order-sm-7 {
    order: 7;
  }

  .order-sm-8 {
    order: 8;
  }

  .order-sm-9 {
    order: 9;
  }

  .order-sm-10 {
    order: 10;
  }

  .order-sm-11 {
    order: 11;
  }

  .order-sm-12 {
    order: 12;
  }

  .offset-sm-0 {
    margin-left: 0;
  }

  .offset-sm-1 {
    margin-left: 8.3333333333%;
  }

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

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

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

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

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

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

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

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

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

  .offset-sm-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 768px) {
  .col-md {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }

  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }

  .col-md-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }

  .col-md-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

  .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-md-4, .featured-products__items.slider .article, .featured-products .article {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .col-md-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }

  .col-md-6, .woocommerce .col2-set > .col-1,
.woocommerce .col2-set > .col-2 {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-md-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }

  .col-md-8, .page-header.page-header-std-full .page-header__container .page-header__col {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }

  .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-md-10, .login-wrap__form-inner {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }

  .col-md-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }

  .col-md-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .order-md-first {
    order: -1;
  }

  .order-md-last {
    order: 13;
  }

  .order-md-0 {
    order: 0;
  }

  .order-md-1 {
    order: 1;
  }

  .order-md-2 {
    order: 2;
  }

  .order-md-3 {
    order: 3;
  }

  .order-md-4 {
    order: 4;
  }

  .order-md-5 {
    order: 5;
  }

  .order-md-6 {
    order: 6;
  }

  .order-md-7 {
    order: 7;
  }

  .order-md-8 {
    order: 8;
  }

  .order-md-9 {
    order: 9;
  }

  .order-md-10 {
    order: 10;
  }

  .order-md-11 {
    order: 11;
  }

  .order-md-12 {
    order: 12;
  }

  .offset-md-0 {
    margin-left: 0;
  }

  .offset-md-1, .page-header.page-header-full.page-header-full-sm .page-header__col {
    margin-left: 8.3333333333%;
  }

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

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

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

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

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

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

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

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

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

  .offset-md-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 992px) {
  .col-lg {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }

  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }

  .col-lg-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }

  .col-lg-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

  .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-lg-4, .archive-loop__sidebar, .archive-loop .article.article-post, .archive-loop .article.article-lg-post, .archive-loop .article.article-product {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .col-lg-5, body.libragirl .page-header.page-header-full .page-header__col, .fxc-form_embed.fxc-full-width .fxc-form_embed__col-text, .fxc-form_embed.fxc-full-width .fxc-form_embed__col-form {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }

  .col-lg-6, .article-single__header__col, .search-body__col, .archive-loop.has-sidebar .article {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-lg-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }

  .col-lg-8, .login-wrap__form-inner, .archive-loop.has-sidebar .archive-loop__posts-wrap {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }

  .col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-lg-10, .template-subscriptions .page-header__col {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }

  .col-lg-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }

  .col-lg-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .order-lg-first {
    order: -1;
  }

  .order-lg-last {
    order: 13;
  }

  .order-lg-0 {
    order: 0;
  }

  .order-lg-1 {
    order: 1;
  }

  .order-lg-2 {
    order: 2;
  }

  .order-lg-3 {
    order: 3;
  }

  .order-lg-4 {
    order: 4;
  }

  .order-lg-5 {
    order: 5;
  }

  .order-lg-6 {
    order: 6;
  }

  .order-lg-7 {
    order: 7;
  }

  .order-lg-8 {
    order: 8;
  }

  .order-lg-9 {
    order: 9;
  }

  .order-lg-10 {
    order: 10;
  }

  .order-lg-11 {
    order: 11;
  }

  .order-lg-12 {
    order: 12;
  }

  .offset-lg-0 {
    margin-left: 0;
  }

  .offset-lg-1 {
    margin-left: 8.3333333333%;
  }

  .offset-lg-2, .article-single__header__col, .search-body__col {
    margin-left: 16.6666666667%;
  }

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

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

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

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

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

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

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

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

  .offset-lg-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 1320px) {
  .col-xl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }

  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }

  .col-xl-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }

  .col-xl-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

  .col-xl-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-xl-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .col-xl-5, body.libragirl .page-header.page-header-full .page-header__col {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }

  .col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-xl-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }

  .col-xl-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }

  .col-xl-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-xl-10, .modal-dialog.modal-full .modal-content {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }

  .col-xl-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }

  .col-xl-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .order-xl-first {
    order: -1;
  }

  .order-xl-last {
    order: 13;
  }

  .order-xl-0 {
    order: 0;
  }

  .order-xl-1 {
    order: 1;
  }

  .order-xl-2 {
    order: 2;
  }

  .order-xl-3 {
    order: 3;
  }

  .order-xl-4 {
    order: 4;
  }

  .order-xl-5 {
    order: 5;
  }

  .order-xl-6 {
    order: 6;
  }

  .order-xl-7 {
    order: 7;
  }

  .order-xl-8 {
    order: 8;
  }

  .order-xl-9 {
    order: 9;
  }

  .order-xl-10 {
    order: 10;
  }

  .order-xl-11 {
    order: 11;
  }

  .order-xl-12 {
    order: 12;
  }

  .offset-xl-0 {
    margin-left: 0;
  }

  .offset-xl-1, body.libragirl .page-header.page-header-full .page-header__col {
    margin-left: 8.3333333333%;
  }

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

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

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

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

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

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

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

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

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

  .offset-xl-11 {
    margin-left: 91.6666666667%;
  }
}
.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 1rem;
  background-color: transparent;
}
.table th,
.table td {
  padding: 0.75rem;
  vertical-align: top;
  border-top: 1px solid #dee2e6;
}
.table thead th {
  vertical-align: bottom;
  border-bottom: 2px solid #dee2e6;
}
.table tbody + tbody {
  border-top: 2px solid #dee2e6;
}
.table .table {
  background-color: #fff;
}

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

.table-bordered {
  border: 1px solid #dee2e6;
}
.table-bordered th,
.table-bordered td {
  border: 1px solid #dee2e6;
}
.table-bordered thead th,
.table-bordered thead td {
  border-bottom-width: 2px;
}

.table-borderless th,
.table-borderless td,
.table-borderless thead th,
.table-borderless tbody + tbody {
  border: 0;
}

.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(0, 0, 0, 0.05);
}

.table-hover tbody tr:hover {
  background-color: rgba(0, 0, 0, 0.075);
}

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

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

.table-secondary,
.table-secondary > th,
.table-secondary > td {
  background-color: #e8f5f7;
}

.table-hover .table-secondary:hover {
  background-color: #d5edf0;
}
.table-hover .table-secondary:hover > td,
.table-hover .table-secondary:hover > th {
  background-color: #d5edf0;
}

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

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

.table-info,
.table-info > th,
.table-info > td {
  background-color: #d7eef9;
}

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

.table-warning,
.table-warning > th,
.table-warning > td {
  background-color: #fce7ce;
}

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

.table-danger,
.table-danger > th,
.table-danger > td {
  background-color: #fce7ce;
}

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

.table-light,
.table-light > th,
.table-light > td {
  background-color: #fdfdfe;
}

.table-hover .table-light:hover {
  background-color: #ececf6;
}
.table-hover .table-light:hover > td,
.table-hover .table-light:hover > th {
  background-color: #ececf6;
}

.table-dark,
.table-dark > th,
.table-dark > td {
  background-color: #c6c8ca;
}

.table-hover .table-dark:hover {
  background-color: #b9bbbe;
}
.table-hover .table-dark:hover > td,
.table-hover .table-dark:hover > th {
  background-color: #b9bbbe;
}

.table-primary-light,
.table-primary-light > th,
.table-primary-light > td {
  background-color: #c5cbd1;
}

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

.table-shop-primary,
.table-shop-primary > th,
.table-shop-primary > td {
  background-color: #bac1c9;
}

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

.table-shop-secondary,
.table-shop-secondary > th,
.table-shop-secondary > td {
  background-color: #c5cbd1;
}

.table-hover .table-shop-secondary:hover {
  background-color: #b7bec6;
}
.table-hover .table-shop-secondary:hover > td,
.table-hover .table-shop-secondary:hover > th {
  background-color: #b7bec6;
}

.table-active,
.table-active > th,
.table-active > td {
  background-color: rgba(0, 0, 0, 0.075);
}

.table-hover .table-active:hover {
  background-color: rgba(0, 0, 0, 0.075);
}
.table-hover .table-active:hover > td,
.table-hover .table-active:hover > th {
  background-color: rgba(0, 0, 0, 0.075);
}

.table .thead-dark th {
  color: #fff;
  background-color: #212529;
  border-color: #32383e;
}
.table .thead-light th {
  color: #495057;
  background-color: #e9ecef;
  border-color: #dee2e6;
}

.table-dark {
  color: #fff;
  background-color: #212529;
}
.table-dark th,
.table-dark td,
.table-dark thead th {
  border-color: #32383e;
}
.table-dark.table-bordered {
  border: 0;
}
.table-dark.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(255, 255, 255, 0.05);
}
.table-dark.table-hover tbody tr:hover {
  background-color: rgba(255, 255, 255, 0.075);
}

@media (max-width: 575.98px) {
  .table-responsive-sm {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
  .table-responsive-sm > .table-bordered {
    border: 0;
  }
}
@media (max-width: 767.98px) {
  .table-responsive-md {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
  .table-responsive-md > .table-bordered {
    border: 0;
  }
}
@media (max-width: 991.98px) {
  .table-responsive-lg {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
  .table-responsive-lg > .table-bordered {
    border: 0;
  }
}
@media (max-width: 1319.98px) {
  .table-responsive-xl {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
  .table-responsive-xl > .table-bordered {
    border: 0;
  }
}
.table-responsive {
  display: block;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
}
.table-responsive > .table-bordered {
  border: 0;
}

.form-control, .woocommerce .input-text, .search-body__fields .search-field, .wpcf7-form-control.wpcf7-text, .wpcf7-form-control.wpcf7-date, .wpcf7-form-control.wpcf7-number, .wpcf7-form-control.wpcf7-password, .wpcf7-form-control.wpcf7-textarea, .comment-form input[type=text],
.comment-form input[type=email],
.comment-form input[type=url],
.comment-form textarea {
  display: block;
  width: 100%;
  padding: 0.375rem 0;
  font-size: 1rem;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: none;
  border-bottom: 1px solid #ced4da;
  border-radius: 0;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media screen and (prefers-reduced-motion: reduce) {
  .form-control, .woocommerce .input-text, .search-body__fields .search-field, .wpcf7-form-control.wpcf7-text, .wpcf7-form-control.wpcf7-date, .wpcf7-form-control.wpcf7-number, .wpcf7-form-control.wpcf7-password, .wpcf7-form-control.wpcf7-textarea, .comment-form input[type=text],
.comment-form input[type=email],
.comment-form input[type=url],
.comment-form textarea {
    transition: none;
  }
}
.form-control::-ms-expand, .woocommerce .input-text::-ms-expand, .search-body__fields .search-field::-ms-expand, .wpcf7-form-control.wpcf7-text::-ms-expand, .wpcf7-form-control.wpcf7-date::-ms-expand, .wpcf7-form-control.wpcf7-number::-ms-expand, .wpcf7-form-control.wpcf7-password::-ms-expand, .wpcf7-form-control.wpcf7-textarea::-ms-expand, .comment-form input[type=text]::-ms-expand,
.comment-form input[type=email]::-ms-expand,
.comment-form input[type=url]::-ms-expand,
.comment-form textarea::-ms-expand {
  background-color: transparent;
  border: 0;
}
.form-control:focus, .woocommerce .input-text:focus, .search-body__fields .search-field:focus, .wpcf7-form-control.wpcf7-text:focus, .wpcf7-form-control.wpcf7-date:focus, .wpcf7-form-control.wpcf7-number:focus, .wpcf7-form-control.wpcf7-password:focus, .wpcf7-form-control.wpcf7-textarea:focus, .comment-form input[type=text]:focus,
.comment-form input[type=email]:focus,
.comment-form input[type=url]:focus,
.comment-form textarea:focus {
  color: #495057;
  background-color: #fff;
  border-color: #363636;
  outline: 0;
  box-shadow: none;
}
.form-control::placeholder, .woocommerce .input-text::placeholder, .search-body__fields .search-field::placeholder, .wpcf7-form-control.wpcf7-text::placeholder, .wpcf7-form-control.wpcf7-date::placeholder, .wpcf7-form-control.wpcf7-number::placeholder, .wpcf7-form-control.wpcf7-password::placeholder, .wpcf7-form-control.wpcf7-textarea::placeholder, .comment-form input[type=text]::placeholder,
.comment-form input[type=email]::placeholder,
.comment-form input[type=url]::placeholder,
.comment-form textarea::placeholder {
  color: #6c757d;
  opacity: 1;
}
.form-control:disabled, .woocommerce .input-text:disabled, .search-body__fields .search-field:disabled, .wpcf7-form-control.wpcf7-text:disabled, .wpcf7-form-control.wpcf7-date:disabled, .wpcf7-form-control.wpcf7-number:disabled, .wpcf7-form-control.wpcf7-password:disabled, .wpcf7-form-control.wpcf7-textarea:disabled, .comment-form input[type=text]:disabled,
.comment-form input[type=email]:disabled,
.comment-form input[type=url]:disabled,
.comment-form textarea:disabled {
  opacity: 0.6;
}
.form-control[readonly], .woocommerce [readonly].input-text, .search-body__fields [readonly].search-field, [readonly].wpcf7-form-control.wpcf7-text, [readonly].wpcf7-form-control.wpcf7-date, [readonly].wpcf7-form-control.wpcf7-number, [readonly].wpcf7-form-control.wpcf7-password, [readonly].wpcf7-form-control.wpcf7-textarea, .comment-form input[readonly][type=text],
.comment-form input[readonly][type=email],
.comment-form input[readonly][type=url],
.comment-form textarea[readonly] {
  border-bottom-color: transparent;
  opacity: 1;
}

textarea.form-control, .woocommerce textarea.input-text, .search-body__fields textarea.search-field, textarea.wpcf7-form-control.wpcf7-text, textarea.wpcf7-form-control.wpcf7-date, textarea.wpcf7-form-control.wpcf7-number, textarea.wpcf7-form-control.wpcf7-password, textarea.wpcf7-form-control.wpcf7-textarea,
.comment-form textarea {
  border: 1px solid #ced4da;
  padding: 0.375rem;
}

select.form-control:focus::-ms-value, .woocommerce select.input-text:focus::-ms-value, .search-body__fields select.search-field:focus::-ms-value, select.wpcf7-form-control.wpcf7-text:focus::-ms-value, select.wpcf7-form-control.wpcf7-date:focus::-ms-value, select.wpcf7-form-control.wpcf7-number:focus::-ms-value, select.wpcf7-form-control.wpcf7-password:focus::-ms-value, select.wpcf7-form-control.wpcf7-textarea:focus::-ms-value {
  color: #495057;
  background-color: #fff;
}
select.form-control:not([size]):not([multiple]), .woocommerce select.input-text:not([size]):not([multiple]), .search-body__fields select.search-field:not([size]):not([multiple]), select.wpcf7-form-control.wpcf7-text:not([size]):not([multiple]), select.wpcf7-form-control.wpcf7-date:not([size]):not([multiple]), select.wpcf7-form-control.wpcf7-number:not([size]):not([multiple]), select.wpcf7-form-control.wpcf7-password:not([size]):not([multiple]), select.wpcf7-form-control.wpcf7-textarea:not([size]):not([multiple]) {
  height: calc(2.25rem + 2px);
}

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

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

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

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

.form-control-plaintext {
  display: block;
  width: 100%;
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
  margin-bottom: 0;
  line-height: 1.5;
  color: #0a233f;
  background-color: transparent;
  border: solid transparent;
  border-width: 1px 0;
}
.form-control-plaintext.form-control-sm, .input-group-sm > .form-control-plaintext.form-control, .woocommerce .input-group-sm > .form-control-plaintext.input-text, .input-group-sm > .form-control-plaintext.wpcf7-form-control.wpcf7-text, .input-group-sm > .form-control-plaintext.wpcf7-form-control.wpcf7-date, .input-group-sm > .form-control-plaintext.wpcf7-form-control.wpcf7-number, .input-group-sm > .form-control-plaintext.wpcf7-form-control.wpcf7-password, .input-group-sm > .form-control-plaintext.wpcf7-form-control.wpcf7-textarea, .comment-form .input-group-sm > input.form-control-plaintext[type=text],
.comment-form .input-group-sm > input.form-control-plaintext[type=email],
.comment-form .input-group-sm > input.form-control-plaintext[type=url],
.comment-form .input-group-sm > textarea.form-control-plaintext,
.input-group-sm > .input-group-prepend > .form-control-plaintext.input-group-text,
.input-group-sm > .input-group-append > .form-control-plaintext.input-group-text,
.input-group-sm > .input-group-prepend > .form-control-plaintext.btn,
.woocommerce-notice .input-group-sm > .input-group-prepend > .form-control-plaintext.button,
.woocommerce-message .input-group-sm > .input-group-prepend > .form-control-plaintext.button,
.woocommerce-error .input-group-sm > .input-group-prepend > .form-control-plaintext.button,
.shop_table.cart .input-group-sm > .input-group-prepend > .form-control-plaintext.remove,
.woocommerce-MyAccount-content .input-group-sm > .input-group-prepend > .form-control-plaintext.button,
.woocommerce-MyAccount-navigation ul li .input-group-sm > .input-group-prepend > a.form-control-plaintext,
.single-product .input-group-sm > .input-group-prepend > .form-control-plaintext.button,
.woocommerce-order-received .input-group-sm > .input-group-prepend > .form-control-plaintext.button,
.woocommerce-checkout .input-group-sm > .input-group-prepend > .form-control-plaintext.button,
.woocommerce-cart .input-group-sm > .input-group-prepend > .form-control-plaintext.button,
.page-landing__content .input-group-sm > .input-group-prepend > .form-control-plaintext.content-columns__cta-link,
.page-landing__content .fxc-mixed_cta .input-group-sm > .input-group-prepend > .form-control-plaintext.card__cta,
.page-landing__content .input-group-sm > .input-group-prepend > .form-control-plaintext.slide-pane__cta,
.input-group-sm > .input-group-prepend > .form-control-plaintext.account-cta__link,
.comment-form .input-group-sm > .input-group-prepend > input.form-control-plaintext[type=submit],
.input-group-sm > .input-group-prepend > .form-control-plaintext.bbp-pagination__more,
.input-group-sm > .input-group-prepend > .form-control-plaintext.pagination__more,
.input-group-sm > .input-group-append > .form-control-plaintext.btn,
.woocommerce-notice .input-group-sm > .input-group-append > .form-control-plaintext.button,
.woocommerce-message .input-group-sm > .input-group-append > .form-control-plaintext.button,
.woocommerce-error .input-group-sm > .input-group-append > .form-control-plaintext.button,
.shop_table.cart .input-group-sm > .input-group-append > .form-control-plaintext.remove,
.woocommerce-MyAccount-content .input-group-sm > .input-group-append > .form-control-plaintext.button,
.woocommerce-MyAccount-navigation ul li .input-group-sm > .input-group-append > a.form-control-plaintext,
.single-product .input-group-sm > .input-group-append > .form-control-plaintext.button,
.woocommerce-order-received .input-group-sm > .input-group-append > .form-control-plaintext.button,
.woocommerce-checkout .input-group-sm > .input-group-append > .form-control-plaintext.button,
.woocommerce-cart .input-group-sm > .input-group-append > .form-control-plaintext.button,
.page-landing__content .input-group-sm > .input-group-append > .form-control-plaintext.content-columns__cta-link,
.page-landing__content .fxc-mixed_cta .input-group-sm > .input-group-append > .form-control-plaintext.card__cta,
.page-landing__content .input-group-sm > .input-group-append > .form-control-plaintext.slide-pane__cta,
.input-group-sm > .input-group-append > .form-control-plaintext.account-cta__link,
.comment-form .input-group-sm > .input-group-append > input.form-control-plaintext[type=submit],
.input-group-sm > .input-group-append > .form-control-plaintext.bbp-pagination__more,
.input-group-sm > .input-group-append > .form-control-plaintext.pagination__more, .form-control-plaintext.form-control-lg, .woocommerce .form-control-plaintext.coupon-input-text, .search-body__fields .form-control-plaintext.search-field, .input-group-lg > .form-control-plaintext.form-control, .woocommerce .input-group-lg > .form-control-plaintext.input-text, .input-group-lg > .form-control-plaintext.wpcf7-form-control.wpcf7-text, .input-group-lg > .form-control-plaintext.wpcf7-form-control.wpcf7-date, .input-group-lg > .form-control-plaintext.wpcf7-form-control.wpcf7-number, .input-group-lg > .form-control-plaintext.wpcf7-form-control.wpcf7-password, .input-group-lg > .form-control-plaintext.wpcf7-form-control.wpcf7-textarea, .comment-form .input-group-lg > input.form-control-plaintext[type=text],
.comment-form .input-group-lg > input.form-control-plaintext[type=email],
.comment-form .input-group-lg > input.form-control-plaintext[type=url],
.comment-form .input-group-lg > textarea.form-control-plaintext,
.input-group-lg > .input-group-prepend > .form-control-plaintext.input-group-text,
.input-group-lg > .input-group-append > .form-control-plaintext.input-group-text,
.input-group-lg > .input-group-prepend > .form-control-plaintext.btn,
.woocommerce-notice .input-group-lg > .input-group-prepend > .form-control-plaintext.button,
.woocommerce-message .input-group-lg > .input-group-prepend > .form-control-plaintext.button,
.woocommerce-error .input-group-lg > .input-group-prepend > .form-control-plaintext.button,
.shop_table.cart .input-group-lg > .input-group-prepend > .form-control-plaintext.remove,
.woocommerce-MyAccount-content .input-group-lg > .input-group-prepend > .form-control-plaintext.button,
.woocommerce-MyAccount-navigation ul li .input-group-lg > .input-group-prepend > a.form-control-plaintext,
.single-product .input-group-lg > .input-group-prepend > .form-control-plaintext.button,
.woocommerce-order-received .input-group-lg > .input-group-prepend > .form-control-plaintext.button,
.woocommerce-checkout .input-group-lg > .input-group-prepend > .form-control-plaintext.button,
.woocommerce-cart .input-group-lg > .input-group-prepend > .form-control-plaintext.button,
.page-landing__content .input-group-lg > .input-group-prepend > .form-control-plaintext.content-columns__cta-link,
.page-landing__content .fxc-mixed_cta .input-group-lg > .input-group-prepend > .form-control-plaintext.card__cta,
.page-landing__content .input-group-lg > .input-group-prepend > .form-control-plaintext.slide-pane__cta,
.input-group-lg > .input-group-prepend > .form-control-plaintext.account-cta__link,
.comment-form .input-group-lg > .input-group-prepend > input.form-control-plaintext[type=submit],
.input-group-lg > .input-group-prepend > .form-control-plaintext.bbp-pagination__more,
.input-group-lg > .input-group-prepend > .form-control-plaintext.pagination__more,
.input-group-lg > .input-group-append > .form-control-plaintext.btn,
.woocommerce-notice .input-group-lg > .input-group-append > .form-control-plaintext.button,
.woocommerce-message .input-group-lg > .input-group-append > .form-control-plaintext.button,
.woocommerce-error .input-group-lg > .input-group-append > .form-control-plaintext.button,
.shop_table.cart .input-group-lg > .input-group-append > .form-control-plaintext.remove,
.woocommerce-MyAccount-content .input-group-lg > .input-group-append > .form-control-plaintext.button,
.woocommerce-MyAccount-navigation ul li .input-group-lg > .input-group-append > a.form-control-plaintext,
.single-product .input-group-lg > .input-group-append > .form-control-plaintext.button,
.woocommerce-order-received .input-group-lg > .input-group-append > .form-control-plaintext.button,
.woocommerce-checkout .input-group-lg > .input-group-append > .form-control-plaintext.button,
.woocommerce-cart .input-group-lg > .input-group-append > .form-control-plaintext.button,
.page-landing__content .input-group-lg > .input-group-append > .form-control-plaintext.content-columns__cta-link,
.page-landing__content .fxc-mixed_cta .input-group-lg > .input-group-append > .form-control-plaintext.card__cta,
.page-landing__content .input-group-lg > .input-group-append > .form-control-plaintext.slide-pane__cta,
.input-group-lg > .input-group-append > .form-control-plaintext.account-cta__link,
.comment-form .input-group-lg > .input-group-append > input.form-control-plaintext[type=submit],
.input-group-lg > .input-group-append > .form-control-plaintext.bbp-pagination__more,
.input-group-lg > .input-group-append > .form-control-plaintext.pagination__more {
  padding-right: 0;
  padding-left: 0;
}

.form-control-sm, .input-group-sm > .form-control, .woocommerce .input-group-sm > .input-text, .search-body__fields .input-group-sm > .search-field, .input-group-sm > .wpcf7-form-control.wpcf7-text, .input-group-sm > .wpcf7-form-control.wpcf7-date, .input-group-sm > .wpcf7-form-control.wpcf7-number, .input-group-sm > .wpcf7-form-control.wpcf7-password, .input-group-sm > .wpcf7-form-control.wpcf7-textarea, .comment-form .input-group-sm > input[type=text],
.comment-form .input-group-sm > input[type=email],
.comment-form .input-group-sm > input[type=url],
.comment-form .input-group-sm > textarea,
.input-group-sm > .input-group-prepend > .input-group-text,
.input-group-sm > .input-group-append > .input-group-text,
.input-group-sm > .input-group-prepend > .btn,
.woocommerce-notice .input-group-sm > .input-group-prepend > .button,
.woocommerce-message .input-group-sm > .input-group-prepend > .button,
.woocommerce-error .input-group-sm > .input-group-prepend > .button,
.shop_table.cart .input-group-sm > .input-group-prepend > .remove,
.woocommerce-MyAccount-content .input-group-sm > .input-group-prepend > .button,
.woocommerce-MyAccount-navigation ul li .input-group-sm > .input-group-prepend > a,
.single-product .input-group-sm > .input-group-prepend > .button,
.woocommerce-order-received .input-group-sm > .input-group-prepend > .button,
.woocommerce-checkout .input-group-sm > .input-group-prepend > .button,
.woocommerce-cart .input-group-sm > .input-group-prepend > .button,
.page-landing__content .input-group-sm > .input-group-prepend > .content-columns__cta-link,
.page-landing__content .fxc-mixed_cta .input-group-sm > .input-group-prepend > .card__cta,
.page-landing__content .input-group-sm > .input-group-prepend > .slide-pane__cta,
.input-group-sm > .input-group-prepend > .account-cta__link,
.comment-form .input-group-sm > .input-group-prepend > input[type=submit],
.input-group-sm > .input-group-prepend > .bbp-pagination__more,
.input-group-sm > .input-group-prepend > .pagination__more,
.input-group-sm > .input-group-append > .btn,
.woocommerce-notice .input-group-sm > .input-group-append > .button,
.woocommerce-message .input-group-sm > .input-group-append > .button,
.woocommerce-error .input-group-sm > .input-group-append > .button,
.shop_table.cart .input-group-sm > .input-group-append > .remove,
.woocommerce-MyAccount-content .input-group-sm > .input-group-append > .button,
.woocommerce-MyAccount-navigation ul li .input-group-sm > .input-group-append > a,
.single-product .input-group-sm > .input-group-append > .button,
.woocommerce-order-received .input-group-sm > .input-group-append > .button,
.woocommerce-checkout .input-group-sm > .input-group-append > .button,
.woocommerce-cart .input-group-sm > .input-group-append > .button,
.page-landing__content .input-group-sm > .input-group-append > .content-columns__cta-link,
.page-landing__content .fxc-mixed_cta .input-group-sm > .input-group-append > .card__cta,
.page-landing__content .input-group-sm > .input-group-append > .slide-pane__cta,
.input-group-sm > .input-group-append > .account-cta__link,
.comment-form .input-group-sm > .input-group-append > input[type=submit],
.input-group-sm > .input-group-append > .bbp-pagination__more,
.input-group-sm > .input-group-append > .pagination__more {
  padding: 0.25rem 0.5rem;
  font-size: 0.8125rem;
  line-height: 1.26;
  border-radius: 0;
}

select.form-control-sm:not([size]):not([multiple]), .input-group-sm > select.form-control:not([size]):not([multiple]), .woocommerce .input-group-sm > select.input-text:not([size]):not([multiple]), .search-body__fields .input-group-sm > select.search-field:not([size]):not([multiple]), .input-group-sm > select.wpcf7-form-control.wpcf7-text:not([size]):not([multiple]), .input-group-sm > select.wpcf7-form-control.wpcf7-date:not([size]):not([multiple]), .input-group-sm > select.wpcf7-form-control.wpcf7-number:not([size]):not([multiple]), .input-group-sm > select.wpcf7-form-control.wpcf7-password:not([size]):not([multiple]), .input-group-sm > select.wpcf7-form-control.wpcf7-textarea:not([size]):not([multiple]),
.input-group-sm > .input-group-prepend > select.input-group-text:not([size]):not([multiple]),
.input-group-sm > .input-group-append > select.input-group-text:not([size]):not([multiple]),
.input-group-sm > .input-group-prepend > select.btn:not([size]):not([multiple]),
.woocommerce-notice .input-group-sm > .input-group-prepend > select.button:not([size]):not([multiple]),
.woocommerce-message .input-group-sm > .input-group-prepend > select.button:not([size]):not([multiple]),
.woocommerce-error .input-group-sm > .input-group-prepend > select.button:not([size]):not([multiple]),
.shop_table.cart .input-group-sm > .input-group-prepend > select.remove:not([size]):not([multiple]),
.woocommerce-MyAccount-content .input-group-sm > .input-group-prepend > select.button:not([size]):not([multiple]),
.single-product .input-group-sm > .input-group-prepend > select.button:not([size]):not([multiple]),
.woocommerce-order-received .input-group-sm > .input-group-prepend > select.button:not([size]):not([multiple]),
.woocommerce-checkout .input-group-sm > .input-group-prepend > select.button:not([size]):not([multiple]),
.woocommerce-cart .input-group-sm > .input-group-prepend > select.button:not([size]):not([multiple]),
.page-landing__content .input-group-sm > .input-group-prepend > select.content-columns__cta-link:not([size]):not([multiple]),
.page-landing__content .fxc-mixed_cta .input-group-sm > .input-group-prepend > select.card__cta:not([size]):not([multiple]),
.page-landing__content .input-group-sm > .input-group-prepend > select.slide-pane__cta:not([size]):not([multiple]),
.input-group-sm > .input-group-prepend > select.account-cta__link:not([size]):not([multiple]),
.input-group-sm > .input-group-prepend > select.bbp-pagination__more:not([size]):not([multiple]),
.input-group-sm > .input-group-prepend > select.pagination__more:not([size]):not([multiple]),
.input-group-sm > .input-group-append > select.btn:not([size]):not([multiple]),
.woocommerce-notice .input-group-sm > .input-group-append > select.button:not([size]):not([multiple]),
.woocommerce-message .input-group-sm > .input-group-append > select.button:not([size]):not([multiple]),
.woocommerce-error .input-group-sm > .input-group-append > select.button:not([size]):not([multiple]),
.shop_table.cart .input-group-sm > .input-group-append > select.remove:not([size]):not([multiple]),
.woocommerce-MyAccount-content .input-group-sm > .input-group-append > select.button:not([size]):not([multiple]),
.single-product .input-group-sm > .input-group-append > select.button:not([size]):not([multiple]),
.woocommerce-order-received .input-group-sm > .input-group-append > select.button:not([size]):not([multiple]),
.woocommerce-checkout .input-group-sm > .input-group-append > select.button:not([size]):not([multiple]),
.woocommerce-cart .input-group-sm > .input-group-append > select.button:not([size]):not([multiple]),
.page-landing__content .input-group-sm > .input-group-append > select.content-columns__cta-link:not([size]):not([multiple]),
.page-landing__content .fxc-mixed_cta .input-group-sm > .input-group-append > select.card__cta:not([size]):not([multiple]),
.page-landing__content .input-group-sm > .input-group-append > select.slide-pane__cta:not([size]):not([multiple]),
.input-group-sm > .input-group-append > select.account-cta__link:not([size]):not([multiple]),
.input-group-sm > .input-group-append > select.bbp-pagination__more:not([size]):not([multiple]),
.input-group-sm > .input-group-append > select.pagination__more:not([size]):not([multiple]) {
  height: calc(1.52375rem + 2px);
}

.form-control-lg, .woocommerce .coupon-input-text, .search-body__fields .search-field, .input-group-lg > .form-control, .woocommerce .input-group-lg > .input-text, .input-group-lg > .wpcf7-form-control.wpcf7-text, .input-group-lg > .wpcf7-form-control.wpcf7-date, .input-group-lg > .wpcf7-form-control.wpcf7-number, .input-group-lg > .wpcf7-form-control.wpcf7-password, .input-group-lg > .wpcf7-form-control.wpcf7-textarea, .comment-form .input-group-lg > input[type=text],
.comment-form .input-group-lg > input[type=email],
.comment-form .input-group-lg > input[type=url],
.comment-form .input-group-lg > textarea,
.input-group-lg > .input-group-prepend > .input-group-text,
.input-group-lg > .input-group-append > .input-group-text,
.input-group-lg > .input-group-prepend > .btn,
.woocommerce-notice .input-group-lg > .input-group-prepend > .button,
.woocommerce-message .input-group-lg > .input-group-prepend > .button,
.woocommerce-error .input-group-lg > .input-group-prepend > .button,
.shop_table.cart .input-group-lg > .input-group-prepend > .remove,
.woocommerce-MyAccount-content .input-group-lg > .input-group-prepend > .button,
.woocommerce-MyAccount-navigation ul li .input-group-lg > .input-group-prepend > a,
.single-product .input-group-lg > .input-group-prepend > .button,
.woocommerce-order-received .input-group-lg > .input-group-prepend > .button,
.woocommerce-checkout .input-group-lg > .input-group-prepend > .button,
.woocommerce-cart .input-group-lg > .input-group-prepend > .button,
.page-landing__content .input-group-lg > .input-group-prepend > .content-columns__cta-link,
.page-landing__content .fxc-mixed_cta .input-group-lg > .input-group-prepend > .card__cta,
.page-landing__content .input-group-lg > .input-group-prepend > .slide-pane__cta,
.input-group-lg > .input-group-prepend > .account-cta__link,
.comment-form .input-group-lg > .input-group-prepend > input[type=submit],
.input-group-lg > .input-group-prepend > .bbp-pagination__more,
.input-group-lg > .input-group-prepend > .pagination__more,
.input-group-lg > .input-group-append > .btn,
.woocommerce-notice .input-group-lg > .input-group-append > .button,
.woocommerce-message .input-group-lg > .input-group-append > .button,
.woocommerce-error .input-group-lg > .input-group-append > .button,
.shop_table.cart .input-group-lg > .input-group-append > .remove,
.woocommerce-MyAccount-content .input-group-lg > .input-group-append > .button,
.woocommerce-MyAccount-navigation ul li .input-group-lg > .input-group-append > a,
.single-product .input-group-lg > .input-group-append > .button,
.woocommerce-order-received .input-group-lg > .input-group-append > .button,
.woocommerce-checkout .input-group-lg > .input-group-append > .button,
.woocommerce-cart .input-group-lg > .input-group-append > .button,
.page-landing__content .input-group-lg > .input-group-append > .content-columns__cta-link,
.page-landing__content .fxc-mixed_cta .input-group-lg > .input-group-append > .card__cta,
.page-landing__content .input-group-lg > .input-group-append > .slide-pane__cta,
.input-group-lg > .input-group-append > .account-cta__link,
.comment-form .input-group-lg > .input-group-append > input[type=submit],
.input-group-lg > .input-group-append > .bbp-pagination__more,
.input-group-lg > .input-group-append > .pagination__more {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0;
}

select.form-control-lg:not([size]):not([multiple]), .woocommerce select.coupon-input-text:not([size]):not([multiple]), .search-body__fields select.search-field:not([size]):not([multiple]), .input-group-lg > select.form-control:not([size]):not([multiple]), .woocommerce .input-group-lg > select.input-text:not([size]):not([multiple]), .input-group-lg > select.wpcf7-form-control.wpcf7-text:not([size]):not([multiple]), .input-group-lg > select.wpcf7-form-control.wpcf7-date:not([size]):not([multiple]), .input-group-lg > select.wpcf7-form-control.wpcf7-number:not([size]):not([multiple]), .input-group-lg > select.wpcf7-form-control.wpcf7-password:not([size]):not([multiple]), .input-group-lg > select.wpcf7-form-control.wpcf7-textarea:not([size]):not([multiple]),
.input-group-lg > .input-group-prepend > select.input-group-text:not([size]):not([multiple]),
.input-group-lg > .input-group-append > select.input-group-text:not([size]):not([multiple]),
.input-group-lg > .input-group-prepend > select.btn:not([size]):not([multiple]),
.woocommerce-notice .input-group-lg > .input-group-prepend > select.button:not([size]):not([multiple]),
.woocommerce-message .input-group-lg > .input-group-prepend > select.button:not([size]):not([multiple]),
.woocommerce-error .input-group-lg > .input-group-prepend > select.button:not([size]):not([multiple]),
.shop_table.cart .input-group-lg > .input-group-prepend > select.remove:not([size]):not([multiple]),
.woocommerce-MyAccount-content .input-group-lg > .input-group-prepend > select.button:not([size]):not([multiple]),
.single-product .input-group-lg > .input-group-prepend > select.button:not([size]):not([multiple]),
.woocommerce-order-received .input-group-lg > .input-group-prepend > select.button:not([size]):not([multiple]),
.woocommerce-checkout .input-group-lg > .input-group-prepend > select.button:not([size]):not([multiple]),
.woocommerce-cart .input-group-lg > .input-group-prepend > select.button:not([size]):not([multiple]),
.page-landing__content .input-group-lg > .input-group-prepend > select.content-columns__cta-link:not([size]):not([multiple]),
.page-landing__content .fxc-mixed_cta .input-group-lg > .input-group-prepend > select.card__cta:not([size]):not([multiple]),
.page-landing__content .input-group-lg > .input-group-prepend > select.slide-pane__cta:not([size]):not([multiple]),
.input-group-lg > .input-group-prepend > select.account-cta__link:not([size]):not([multiple]),
.input-group-lg > .input-group-prepend > select.bbp-pagination__more:not([size]):not([multiple]),
.input-group-lg > .input-group-prepend > select.pagination__more:not([size]):not([multiple]),
.input-group-lg > .input-group-append > select.btn:not([size]):not([multiple]),
.woocommerce-notice .input-group-lg > .input-group-append > select.button:not([size]):not([multiple]),
.woocommerce-message .input-group-lg > .input-group-append > select.button:not([size]):not([multiple]),
.woocommerce-error .input-group-lg > .input-group-append > select.button:not([size]):not([multiple]),
.shop_table.cart .input-group-lg > .input-group-append > select.remove:not([size]):not([multiple]),
.woocommerce-MyAccount-content .input-group-lg > .input-group-append > select.button:not([size]):not([multiple]),
.single-product .input-group-lg > .input-group-append > select.button:not([size]):not([multiple]),
.woocommerce-order-received .input-group-lg > .input-group-append > select.button:not([size]):not([multiple]),
.woocommerce-checkout .input-group-lg > .input-group-append > select.button:not([size]):not([multiple]),
.woocommerce-cart .input-group-lg > .input-group-append > select.button:not([size]):not([multiple]),
.page-landing__content .input-group-lg > .input-group-append > select.content-columns__cta-link:not([size]):not([multiple]),
.page-landing__content .fxc-mixed_cta .input-group-lg > .input-group-append > select.card__cta:not([size]):not([multiple]),
.page-landing__content .input-group-lg > .input-group-append > select.slide-pane__cta:not([size]):not([multiple]),
.input-group-lg > .input-group-append > select.account-cta__link:not([size]):not([multiple]),
.input-group-lg > .input-group-append > select.bbp-pagination__more:not([size]):not([multiple]),
.input-group-lg > .input-group-append > select.pagination__more:not([size]):not([multiple]) {
  height: calc(2.875rem + 2px);
}

.form-group, .comment-form p, .comment-form .wpcf7-form-control.wpcf7-radio, .comment-form .wpcf7-form-control.wpcf7-checkbox {
  margin-bottom: 1rem;
}

.form-text {
  display: block;
  margin-top: 0.25rem;
}

.form-check {
  position: relative;
  display: block;
  padding-left: 1.25rem;
}

.form-check-label {
  margin-bottom: 0;
}

.form-check-input {
  position: absolute;
  margin-top: 0.3rem;
  margin-left: -1.25rem;
}
.form-check-input:disabled ~ .form-check-label {
  color: #B0B0B0;
}

.form-check-inline {
  display: inline-flex;
  align-items: center;
  padding-left: 0;
  margin-right: 0.75rem;
}
.form-check-inline .form-check-input {
  position: static;
  margin-top: 0;
  margin-right: 0.3125rem;
  margin-left: 0;
}

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

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

.was-validated .form-control:valid, .was-validated .woocommerce .input-text:valid, .woocommerce .was-validated .input-text:valid, .was-validated .search-body__fields .search-field:valid, .search-body__fields .was-validated .search-field:valid, .was-validated .wpcf7-form-control.wpcf7-text:valid, .was-validated .wpcf7-form-control.wpcf7-date:valid, .was-validated .wpcf7-form-control.wpcf7-number:valid, .was-validated .wpcf7-form-control.wpcf7-password:valid, .was-validated .wpcf7-form-control.wpcf7-textarea:valid, .was-validated .comment-form input[type=text]:valid, .comment-form .was-validated input[type=text]:valid,
.was-validated .comment-form input[type=email]:valid,
.comment-form .was-validated input[type=email]:valid,
.was-validated .comment-form input[type=url]:valid,
.comment-form .was-validated input[type=url]:valid,
.was-validated .comment-form textarea:valid,
.comment-form .was-validated textarea:valid, .form-control.is-valid, .woocommerce .is-valid.input-text, .search-body__fields .is-valid.search-field, .is-valid.wpcf7-form-control.wpcf7-text, .is-valid.wpcf7-form-control.wpcf7-date, .is-valid.wpcf7-form-control.wpcf7-number, .is-valid.wpcf7-form-control.wpcf7-password, .is-valid.wpcf7-form-control.wpcf7-textarea, .comment-form input.is-valid[type=text],
.comment-form input.is-valid[type=email],
.comment-form input.is-valid[type=url],
.comment-form textarea.is-valid,
.was-validated .custom-select:valid,
.was-validated .woocommerce-input-wrapper select:valid,
.woocommerce-input-wrapper .was-validated select:valid,
.custom-select.is-valid,
.woocommerce-input-wrapper select.is-valid {
  border-color: #B2D666;
}
.was-validated .form-control:valid:focus, .was-validated .woocommerce .input-text:valid:focus, .woocommerce .was-validated .input-text:valid:focus, .was-validated .search-body__fields .search-field:valid:focus, .search-body__fields .was-validated .search-field:valid:focus, .was-validated .wpcf7-form-control.wpcf7-text:valid:focus, .was-validated .wpcf7-form-control.wpcf7-date:valid:focus, .was-validated .wpcf7-form-control.wpcf7-number:valid:focus, .was-validated .wpcf7-form-control.wpcf7-password:valid:focus, .was-validated .wpcf7-form-control.wpcf7-textarea:valid:focus, .was-validated .comment-form input[type=text]:valid:focus, .comment-form .was-validated input[type=text]:valid:focus,
.was-validated .comment-form input[type=email]:valid:focus,
.comment-form .was-validated input[type=email]:valid:focus,
.was-validated .comment-form input[type=url]:valid:focus,
.comment-form .was-validated input[type=url]:valid:focus,
.was-validated .comment-form textarea:valid:focus,
.comment-form .was-validated textarea:valid:focus, .form-control.is-valid:focus, .woocommerce .is-valid.input-text:focus, .search-body__fields .is-valid.search-field:focus, .is-valid.wpcf7-form-control.wpcf7-text:focus, .is-valid.wpcf7-form-control.wpcf7-date:focus, .is-valid.wpcf7-form-control.wpcf7-number:focus, .is-valid.wpcf7-form-control.wpcf7-password:focus, .is-valid.wpcf7-form-control.wpcf7-textarea:focus, .comment-form input.is-valid[type=text]:focus,
.comment-form input.is-valid[type=email]:focus,
.comment-form input.is-valid[type=url]:focus,
.comment-form textarea.is-valid:focus,
.was-validated .custom-select:valid:focus,
.was-validated .woocommerce-input-wrapper select:valid:focus,
.woocommerce-input-wrapper .was-validated select:valid:focus,
.custom-select.is-valid:focus,
.woocommerce-input-wrapper select.is-valid:focus {
  border-color: #B2D666;
  box-shadow: 0 0 0 0.2rem rgba(178, 214, 102, 0.25);
}
.was-validated .form-control:valid ~ .valid-feedback, .was-validated .woocommerce .input-text:valid ~ .valid-feedback, .woocommerce .was-validated .input-text:valid ~ .valid-feedback, .was-validated .search-body__fields .search-field:valid ~ .valid-feedback, .search-body__fields .was-validated .search-field:valid ~ .valid-feedback, .was-validated .wpcf7-form-control.wpcf7-text:valid ~ .valid-feedback, .was-validated .wpcf7-form-control.wpcf7-date:valid ~ .valid-feedback, .was-validated .wpcf7-form-control.wpcf7-number:valid ~ .valid-feedback, .was-validated .wpcf7-form-control.wpcf7-password:valid ~ .valid-feedback, .was-validated .wpcf7-form-control.wpcf7-textarea:valid ~ .valid-feedback, .was-validated .comment-form input[type=text]:valid ~ .valid-feedback, .comment-form .was-validated input[type=text]:valid ~ .valid-feedback,
.was-validated .comment-form input[type=email]:valid ~ .valid-feedback,
.comment-form .was-validated input[type=email]:valid ~ .valid-feedback,
.was-validated .comment-form input[type=url]:valid ~ .valid-feedback,
.comment-form .was-validated input[type=url]:valid ~ .valid-feedback,
.was-validated .comment-form textarea:valid ~ .valid-feedback,
.comment-form .was-validated textarea:valid ~ .valid-feedback,
.was-validated .form-control:valid ~ .valid-tooltip,
.was-validated .woocommerce .input-text:valid ~ .valid-tooltip,
.woocommerce .was-validated .input-text:valid ~ .valid-tooltip,
.was-validated .search-body__fields .search-field:valid ~ .valid-tooltip,
.search-body__fields .was-validated .search-field:valid ~ .valid-tooltip,
.was-validated .wpcf7-form-control.wpcf7-text:valid ~ .valid-tooltip,
.was-validated .wpcf7-form-control.wpcf7-date:valid ~ .valid-tooltip,
.was-validated .wpcf7-form-control.wpcf7-number:valid ~ .valid-tooltip,
.was-validated .wpcf7-form-control.wpcf7-password:valid ~ .valid-tooltip,
.was-validated .wpcf7-form-control.wpcf7-textarea:valid ~ .valid-tooltip,
.was-validated .comment-form input[type=text]:valid ~ .valid-tooltip,
.comment-form .was-validated input[type=text]:valid ~ .valid-tooltip,
.was-validated .comment-form input[type=email]:valid ~ .valid-tooltip,
.comment-form .was-validated input[type=email]:valid ~ .valid-tooltip,
.was-validated .comment-form input[type=url]:valid ~ .valid-tooltip,
.comment-form .was-validated input[type=url]:valid ~ .valid-tooltip,
.was-validated .comment-form textarea:valid ~ .valid-tooltip,
.comment-form .was-validated textarea:valid ~ .valid-tooltip, .form-control.is-valid ~ .valid-feedback, .woocommerce .is-valid.input-text ~ .valid-feedback, .search-body__fields .is-valid.search-field ~ .valid-feedback, .is-valid.wpcf7-form-control.wpcf7-text ~ .valid-feedback, .is-valid.wpcf7-form-control.wpcf7-date ~ .valid-feedback, .is-valid.wpcf7-form-control.wpcf7-number ~ .valid-feedback, .is-valid.wpcf7-form-control.wpcf7-password ~ .valid-feedback, .is-valid.wpcf7-form-control.wpcf7-textarea ~ .valid-feedback, .comment-form input.is-valid[type=text] ~ .valid-feedback,
.comment-form input.is-valid[type=email] ~ .valid-feedback,
.comment-form input.is-valid[type=url] ~ .valid-feedback,
.comment-form textarea.is-valid ~ .valid-feedback,
.form-control.is-valid ~ .valid-tooltip,
.woocommerce .is-valid.input-text ~ .valid-tooltip,
.search-body__fields .is-valid.search-field ~ .valid-tooltip,
.is-valid.wpcf7-form-control.wpcf7-text ~ .valid-tooltip,
.is-valid.wpcf7-form-control.wpcf7-date ~ .valid-tooltip,
.is-valid.wpcf7-form-control.wpcf7-number ~ .valid-tooltip,
.is-valid.wpcf7-form-control.wpcf7-password ~ .valid-tooltip,
.is-valid.wpcf7-form-control.wpcf7-textarea ~ .valid-tooltip,
.comment-form input.is-valid[type=text] ~ .valid-tooltip,
.comment-form input.is-valid[type=email] ~ .valid-tooltip,
.comment-form input.is-valid[type=url] ~ .valid-tooltip,
.comment-form textarea.is-valid ~ .valid-tooltip,
.was-validated .custom-select:valid ~ .valid-feedback,
.was-validated .woocommerce-input-wrapper select:valid ~ .valid-feedback,
.woocommerce-input-wrapper .was-validated select:valid ~ .valid-feedback,
.was-validated .custom-select:valid ~ .valid-tooltip,
.was-validated .woocommerce-input-wrapper select:valid ~ .valid-tooltip,
.woocommerce-input-wrapper .was-validated select:valid ~ .valid-tooltip,
.custom-select.is-valid ~ .valid-feedback,
.woocommerce-input-wrapper select.is-valid ~ .valid-feedback,
.custom-select.is-valid ~ .valid-tooltip,
.woocommerce-input-wrapper select.is-valid ~ .valid-tooltip {
  display: block;
}

.was-validated .form-control-file:valid ~ .valid-feedback,
.was-validated .form-control-file:valid ~ .valid-tooltip, .form-control-file.is-valid ~ .valid-feedback,
.form-control-file.is-valid ~ .valid-tooltip {
  display: block;
}

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

.was-validated .custom-control-input:valid ~ .custom-control-label, .was-validated .wc_payment_methods .wc_payment_method .custom-control-input:valid ~ label, .wc_payment_methods .wc_payment_method .was-validated .custom-control-input:valid ~ label, .was-validated .wc_payment_methods .wc_payment_method input:valid ~ .custom-control-label, .was-validated .wc_payment_methods .wc_payment_method input:valid ~ label, .wc_payment_methods .wc_payment_method .was-validated input:valid ~ .custom-control-label, .wc_payment_methods .wc_payment_method .was-validated input:valid ~ label, .was-validated .woocommerce-form__label.woocommerce-form__label-for-checkbox > .custom-control-input:valid ~ span:first-of-type, .was-validated .woocommerce-form__label.checkbox > .custom-control-input:valid ~ span:first-of-type, .was-validated .woocommerce-form__label.woocommerce-form__label-for-checkbox input:valid ~ .custom-control-label, .was-validated .woocommerce-form__label.woocommerce-form__label-for-checkbox .wc_payment_methods .wc_payment_method input:valid ~ label, .wc_payment_methods .wc_payment_method .was-validated .woocommerce-form__label.woocommerce-form__label-for-checkbox input:valid ~ label, .was-validated .woocommerce-form__label.woocommerce-form__label-for-checkbox > input:valid ~ span:first-of-type, .woocommerce-form__label.woocommerce-form__label-for-checkbox .was-validated input:valid ~ .custom-control-label, .woocommerce-form__label.woocommerce-form__label-for-checkbox .was-validated .wc_payment_methods .wc_payment_method input:valid ~ label, .wc_payment_methods .wc_payment_method .woocommerce-form__label.woocommerce-form__label-for-checkbox .was-validated input:valid ~ label, .was-validated .woocommerce-form__label.checkbox input:valid ~ .custom-control-label, .was-validated .woocommerce-form__label.checkbox .wc_payment_methods .wc_payment_method input:valid ~ label, .wc_payment_methods .wc_payment_method .was-validated .woocommerce-form__label.checkbox input:valid ~ label, .was-validated .woocommerce-form__label.checkbox > input:valid ~ span:first-of-type, .woocommerce-form__label.checkbox .was-validated input:valid ~ .custom-control-label, .woocommerce-form__label.checkbox .was-validated .wc_payment_methods .wc_payment_method input:valid ~ label, .wc_payment_methods .wc_payment_method .woocommerce-form__label.checkbox .was-validated input:valid ~ label, .was-validated .shipping ul[id^=shipping_method] li .custom-control-input:valid ~ label, .was-validated .shipping ul[id^=shipping_method] li .wc_payment_methods .wc_payment_method input:valid ~ label, .was-validated .shipping ul[id^=shipping_method] li .woocommerce-form__label.woocommerce-form__label-for-checkbox input:valid ~ label, .was-validated .shipping ul[id^=shipping_method] li .woocommerce-form__label.checkbox input:valid ~ label, .shipping ul[id^=shipping_method] li .was-validated .custom-control-input:valid ~ label, .shipping ul[id^=shipping_method] li .was-validated .wc_payment_methods .wc_payment_method input:valid ~ label, .shipping ul[id^=shipping_method] li .was-validated .woocommerce-form__label.woocommerce-form__label-for-checkbox input:valid ~ label, .shipping ul[id^=shipping_method] li .was-validated .woocommerce-form__label.checkbox input:valid ~ label, .was-validated .shipping ul[id^=shipping_method] li input:valid ~ .custom-control-label, .was-validated .shipping ul[id^=shipping_method] li .wc_payment_methods .wc_payment_method input:valid ~ label, .wc_payment_methods .wc_payment_method .was-validated .shipping ul[id^=shipping_method] li input:valid ~ label, .was-validated .shipping ul[id^=shipping_method] li input:valid ~ label, .shipping ul[id^=shipping_method] li .was-validated input:valid ~ .custom-control-label, .shipping ul[id^=shipping_method] li .was-validated .wc_payment_methods .wc_payment_method input:valid ~ label, .wc_payment_methods .wc_payment_method .shipping ul[id^=shipping_method] li .was-validated input:valid ~ label, .shipping ul[id^=shipping_method] li .was-validated input:valid ~ label, .was-validated .custom-control-input:valid ~ .wpcf7-list-item-label, .was-validated .wc_payment_methods .wc_payment_method input:valid ~ .wpcf7-list-item-label, .wc_payment_methods .wc_payment_method .was-validated input:valid ~ .wpcf7-list-item-label, .was-validated .woocommerce-form__label.woocommerce-form__label-for-checkbox input:valid ~ .wpcf7-list-item-label, .woocommerce-form__label.woocommerce-form__label-for-checkbox .was-validated input:valid ~ .wpcf7-list-item-label, .was-validated .woocommerce-form__label.checkbox input:valid ~ .wpcf7-list-item-label, .woocommerce-form__label.checkbox .was-validated input:valid ~ .wpcf7-list-item-label, .was-validated .shipping ul[id^=shipping_method] li input:valid ~ .wpcf7-list-item-label, .shipping ul[id^=shipping_method] li .was-validated input:valid ~ .wpcf7-list-item-label, .was-validated .wpcf7-list-item input:valid ~ .custom-control-label, .was-validated .wpcf7-list-item .wc_payment_methods .wc_payment_method input:valid ~ label, .wc_payment_methods .wc_payment_method .was-validated .wpcf7-list-item input:valid ~ label, .shipping ul[id^=shipping_method] li .was-validated .wpcf7-list-item input:valid ~ label, .was-validated .wpcf7-list-item input:valid ~ .wpcf7-list-item-label, .wpcf7-list-item .was-validated input:valid ~ .custom-control-label, .wpcf7-list-item .was-validated .wc_payment_methods .wc_payment_method input:valid ~ label, .wc_payment_methods .wc_payment_method .wpcf7-list-item .was-validated input:valid ~ label, .wpcf7-list-item .was-validated input:valid ~ .wpcf7-list-item-label, .was-validated .wpcf7-checkbox input:valid ~ .custom-control-label, .was-validated .wpcf7-checkbox .wc_payment_methods .wc_payment_method input:valid ~ label, .wc_payment_methods .wc_payment_method .was-validated .wpcf7-checkbox input:valid ~ label, .shipping ul[id^=shipping_method] li .was-validated .wpcf7-checkbox input:valid ~ label, .was-validated .wpcf7-checkbox input:valid ~ .wpcf7-list-item-label, .wpcf7-checkbox .was-validated input:valid ~ .custom-control-label, .wpcf7-checkbox .was-validated .wc_payment_methods .wc_payment_method input:valid ~ label, .wc_payment_methods .wc_payment_method .wpcf7-checkbox .was-validated input:valid ~ label, .wpcf7-checkbox .was-validated input:valid ~ .wpcf7-list-item-label, .custom-control-input.is-valid ~ .custom-control-label, .wc_payment_methods .wc_payment_method .custom-control-input.is-valid ~ label, .wc_payment_methods .wc_payment_method input.is-valid ~ .custom-control-label, .wc_payment_methods .wc_payment_method input.is-valid ~ label, .woocommerce-form__label.woocommerce-form__label-for-checkbox > .custom-control-input.is-valid ~ span:first-of-type, .woocommerce-form__label.checkbox > .custom-control-input.is-valid ~ span:first-of-type, .woocommerce-form__label.woocommerce-form__label-for-checkbox input.is-valid ~ .custom-control-label, .woocommerce-form__label.woocommerce-form__label-for-checkbox .wc_payment_methods .wc_payment_method input.is-valid ~ label, .wc_payment_methods .wc_payment_method .woocommerce-form__label.woocommerce-form__label-for-checkbox input.is-valid ~ label, .woocommerce-form__label.woocommerce-form__label-for-checkbox > input.is-valid ~ span:first-of-type, .woocommerce-form__label.checkbox input.is-valid ~ .custom-control-label, .woocommerce-form__label.checkbox .wc_payment_methods .wc_payment_method input.is-valid ~ label, .wc_payment_methods .wc_payment_method .woocommerce-form__label.checkbox input.is-valid ~ label, .woocommerce-form__label.checkbox > input.is-valid ~ span:first-of-type, .shipping ul[id^=shipping_method] li .custom-control-input.is-valid ~ label, .shipping ul[id^=shipping_method] li .wc_payment_methods .wc_payment_method input.is-valid ~ label, .shipping ul[id^=shipping_method] li .woocommerce-form__label.woocommerce-form__label-for-checkbox input.is-valid ~ label, .shipping ul[id^=shipping_method] li .woocommerce-form__label.checkbox input.is-valid ~ label, .shipping ul[id^=shipping_method] li input.is-valid ~ .custom-control-label, .shipping ul[id^=shipping_method] li .wc_payment_methods .wc_payment_method input.is-valid ~ label, .wc_payment_methods .wc_payment_method .shipping ul[id^=shipping_method] li input.is-valid ~ label, .shipping ul[id^=shipping_method] li input.is-valid ~ label, .custom-control-input.is-valid ~ .wpcf7-list-item-label, .wc_payment_methods .wc_payment_method input.is-valid ~ .wpcf7-list-item-label, .woocommerce-form__label.woocommerce-form__label-for-checkbox input.is-valid ~ .wpcf7-list-item-label, .woocommerce-form__label.checkbox input.is-valid ~ .wpcf7-list-item-label, .shipping ul[id^=shipping_method] li input.is-valid ~ .wpcf7-list-item-label, .wpcf7-list-item input.is-valid ~ .custom-control-label, .wpcf7-list-item .wc_payment_methods .wc_payment_method input.is-valid ~ label, .wc_payment_methods .wc_payment_method .wpcf7-list-item input.is-valid ~ label, .shipping ul[id^=shipping_method] li .wpcf7-list-item input.is-valid ~ label, .wpcf7-list-item input.is-valid ~ .wpcf7-list-item-label, .wpcf7-checkbox input.is-valid ~ .custom-control-label, .wpcf7-checkbox .wc_payment_methods .wc_payment_method input.is-valid ~ label, .wc_payment_methods .wc_payment_method .wpcf7-checkbox input.is-valid ~ label, .shipping ul[id^=shipping_method] li .wpcf7-checkbox input.is-valid ~ label, .wpcf7-checkbox input.is-valid ~ .wpcf7-list-item-label {
  color: #B2D666;
}
.was-validated .custom-control-input:valid ~ .custom-control-label::before, .was-validated .wc_payment_methods .wc_payment_method .custom-control-input:valid ~ label::before, .wc_payment_methods .wc_payment_method .was-validated .custom-control-input:valid ~ label::before, .was-validated .wc_payment_methods .wc_payment_method input:valid ~ .custom-control-label::before, .was-validated .wc_payment_methods .wc_payment_method input:valid ~ label::before, .wc_payment_methods .wc_payment_method .was-validated input:valid ~ .custom-control-label::before, .wc_payment_methods .wc_payment_method .was-validated input:valid ~ label::before, .was-validated .woocommerce-form__label.woocommerce-form__label-for-checkbox > .custom-control-input:valid ~ span:first-of-type::before, .was-validated .woocommerce-form__label.checkbox > .custom-control-input:valid ~ span:first-of-type::before, .was-validated .woocommerce-form__label.woocommerce-form__label-for-checkbox input:valid ~ .custom-control-label::before, .was-validated .woocommerce-form__label.woocommerce-form__label-for-checkbox .wc_payment_methods .wc_payment_method input:valid ~ label::before, .wc_payment_methods .wc_payment_method .was-validated .woocommerce-form__label.woocommerce-form__label-for-checkbox input:valid ~ label::before, .was-validated .woocommerce-form__label.woocommerce-form__label-for-checkbox > input:valid ~ span:first-of-type::before, .woocommerce-form__label.woocommerce-form__label-for-checkbox .was-validated input:valid ~ .custom-control-label::before, .woocommerce-form__label.woocommerce-form__label-for-checkbox .was-validated .wc_payment_methods .wc_payment_method input:valid ~ label::before, .wc_payment_methods .wc_payment_method .woocommerce-form__label.woocommerce-form__label-for-checkbox .was-validated input:valid ~ label::before, .was-validated .woocommerce-form__label.checkbox input:valid ~ .custom-control-label::before, .was-validated .woocommerce-form__label.checkbox .wc_payment_methods .wc_payment_method input:valid ~ label::before, .wc_payment_methods .wc_payment_method .was-validated .woocommerce-form__label.checkbox input:valid ~ label::before, .was-validated .woocommerce-form__label.checkbox > input:valid ~ span:first-of-type::before, .woocommerce-form__label.checkbox .was-validated input:valid ~ .custom-control-label::before, .woocommerce-form__label.checkbox .was-validated .wc_payment_methods .wc_payment_method input:valid ~ label::before, .wc_payment_methods .wc_payment_method .woocommerce-form__label.checkbox .was-validated input:valid ~ label::before, .was-validated .shipping ul[id^=shipping_method] li .custom-control-input:valid ~ label::before, .was-validated .shipping ul[id^=shipping_method] li .wc_payment_methods .wc_payment_method input:valid ~ label::before, .was-validated .shipping ul[id^=shipping_method] li .woocommerce-form__label.woocommerce-form__label-for-checkbox input:valid ~ label::before, .was-validated .shipping ul[id^=shipping_method] li .woocommerce-form__label.checkbox input:valid ~ label::before, .shipping ul[id^=shipping_method] li .was-validated .custom-control-input:valid ~ label::before, .shipping ul[id^=shipping_method] li .was-validated .wc_payment_methods .wc_payment_method input:valid ~ label::before, .shipping ul[id^=shipping_method] li .was-validated .woocommerce-form__label.woocommerce-form__label-for-checkbox input:valid ~ label::before, .shipping ul[id^=shipping_method] li .was-validated .woocommerce-form__label.checkbox input:valid ~ label::before, .was-validated .shipping ul[id^=shipping_method] li input:valid ~ .custom-control-label::before, .was-validated .shipping ul[id^=shipping_method] li .wc_payment_methods .wc_payment_method input:valid ~ label::before, .wc_payment_methods .wc_payment_method .was-validated .shipping ul[id^=shipping_method] li input:valid ~ label::before, .was-validated .shipping ul[id^=shipping_method] li input:valid ~ label::before, .shipping ul[id^=shipping_method] li .was-validated input:valid ~ .custom-control-label::before, .shipping ul[id^=shipping_method] li .was-validated .wc_payment_methods .wc_payment_method input:valid ~ label::before, .wc_payment_methods .wc_payment_method .shipping ul[id^=shipping_method] li .was-validated input:valid ~ label::before, .shipping ul[id^=shipping_method] li .was-validated input:valid ~ label::before, .was-validated .custom-control-input:valid ~ .wpcf7-list-item-label::before, .was-validated .wc_payment_methods .wc_payment_method input:valid ~ .wpcf7-list-item-label::before, .wc_payment_methods .wc_payment_method .was-validated input:valid ~ .wpcf7-list-item-label::before, .was-validated .woocommerce-form__label.woocommerce-form__label-for-checkbox input:valid ~ .wpcf7-list-item-label::before, .woocommerce-form__label.woocommerce-form__label-for-checkbox .was-validated input:valid ~ .wpcf7-list-item-label::before, .was-validated .woocommerce-form__label.checkbox input:valid ~ .wpcf7-list-item-label::before, .woocommerce-form__label.checkbox .was-validated input:valid ~ .wpcf7-list-item-label::before, .was-validated .shipping ul[id^=shipping_method] li input:valid ~ .wpcf7-list-item-label::before, .shipping ul[id^=shipping_method] li .was-validated input:valid ~ .wpcf7-list-item-label::before, .was-validated .wpcf7-list-item input:valid ~ .custom-control-label::before, .was-validated .wpcf7-list-item .wc_payment_methods .wc_payment_method input:valid ~ label::before, .wc_payment_methods .wc_payment_method .was-validated .wpcf7-list-item input:valid ~ label::before, .shipping ul[id^=shipping_method] li .was-validated .wpcf7-list-item input:valid ~ label::before, .was-validated .wpcf7-list-item input:valid ~ .wpcf7-list-item-label::before, .wpcf7-list-item .was-validated input:valid ~ .custom-control-label::before, .wpcf7-list-item .was-validated .wc_payment_methods .wc_payment_method input:valid ~ label::before, .wc_payment_methods .wc_payment_method .wpcf7-list-item .was-validated input:valid ~ label::before, .wpcf7-list-item .was-validated input:valid ~ .wpcf7-list-item-label::before, .was-validated .wpcf7-checkbox input:valid ~ .custom-control-label::before, .was-validated .wpcf7-checkbox .wc_payment_methods .wc_payment_method input:valid ~ label::before, .wc_payment_methods .wc_payment_method .was-validated .wpcf7-checkbox input:valid ~ label::before, .shipping ul[id^=shipping_method] li .was-validated .wpcf7-checkbox input:valid ~ label::before, .was-validated .wpcf7-checkbox input:valid ~ .wpcf7-list-item-label::before, .wpcf7-checkbox .was-validated input:valid ~ .custom-control-label::before, .wpcf7-checkbox .was-validated .wc_payment_methods .wc_payment_method input:valid ~ label::before, .wc_payment_methods .wc_payment_method .wpcf7-checkbox .was-validated input:valid ~ label::before, .wpcf7-checkbox .was-validated input:valid ~ .wpcf7-list-item-label::before, .custom-control-input.is-valid ~ .custom-control-label::before, .wc_payment_methods .wc_payment_method .custom-control-input.is-valid ~ label::before, .wc_payment_methods .wc_payment_method input.is-valid ~ .custom-control-label::before, .wc_payment_methods .wc_payment_method input.is-valid ~ label::before, .woocommerce-form__label.woocommerce-form__label-for-checkbox > .custom-control-input.is-valid ~ span:first-of-type::before, .woocommerce-form__label.checkbox > .custom-control-input.is-valid ~ span:first-of-type::before, .woocommerce-form__label.woocommerce-form__label-for-checkbox input.is-valid ~ .custom-control-label::before, .woocommerce-form__label.woocommerce-form__label-for-checkbox .wc_payment_methods .wc_payment_method input.is-valid ~ label::before, .wc_payment_methods .wc_payment_method .woocommerce-form__label.woocommerce-form__label-for-checkbox input.is-valid ~ label::before, .woocommerce-form__label.woocommerce-form__label-for-checkbox > input.is-valid ~ span:first-of-type::before, .woocommerce-form__label.checkbox input.is-valid ~ .custom-control-label::before, .woocommerce-form__label.checkbox .wc_payment_methods .wc_payment_method input.is-valid ~ label::before, .wc_payment_methods .wc_payment_method .woocommerce-form__label.checkbox input.is-valid ~ label::before, .woocommerce-form__label.checkbox > input.is-valid ~ span:first-of-type::before, .shipping ul[id^=shipping_method] li .custom-control-input.is-valid ~ label::before, .shipping ul[id^=shipping_method] li .wc_payment_methods .wc_payment_method input.is-valid ~ label::before, .shipping ul[id^=shipping_method] li .woocommerce-form__label.woocommerce-form__label-for-checkbox input.is-valid ~ label::before, .shipping ul[id^=shipping_method] li .woocommerce-form__label.checkbox input.is-valid ~ label::before, .shipping ul[id^=shipping_method] li input.is-valid ~ .custom-control-label::before, .shipping ul[id^=shipping_method] li .wc_payment_methods .wc_payment_method input.is-valid ~ label::before, .wc_payment_methods .wc_payment_method .shipping ul[id^=shipping_method] li input.is-valid ~ label::before, .shipping ul[id^=shipping_method] li input.is-valid ~ label::before, .custom-control-input.is-valid ~ .wpcf7-list-item-label::before, .wc_payment_methods .wc_payment_method input.is-valid ~ .wpcf7-list-item-label::before, .woocommerce-form__label.woocommerce-form__label-for-checkbox input.is-valid ~ .wpcf7-list-item-label::before, .woocommerce-form__label.checkbox input.is-valid ~ .wpcf7-list-item-label::before, .shipping ul[id^=shipping_method] li input.is-valid ~ .wpcf7-list-item-label::before, .wpcf7-list-item input.is-valid ~ .custom-control-label::before, .wpcf7-list-item .wc_payment_methods .wc_payment_method input.is-valid ~ label::before, .wc_payment_methods .wc_payment_method .wpcf7-list-item input.is-valid ~ label::before, .shipping ul[id^=shipping_method] li .wpcf7-list-item input.is-valid ~ label::before, .wpcf7-list-item input.is-valid ~ .wpcf7-list-item-label::before, .wpcf7-checkbox input.is-valid ~ .custom-control-label::before, .wpcf7-checkbox .wc_payment_methods .wc_payment_method input.is-valid ~ label::before, .wc_payment_methods .wc_payment_method .wpcf7-checkbox input.is-valid ~ label::before, .shipping ul[id^=shipping_method] li .wpcf7-checkbox input.is-valid ~ label::before, .wpcf7-checkbox input.is-valid ~ .wpcf7-list-item-label::before {
  background-color: #e5f1cb;
}
.was-validated .custom-control-input:valid ~ .valid-feedback, .was-validated .wc_payment_methods .wc_payment_method input:valid ~ .valid-feedback, .wc_payment_methods .wc_payment_method .was-validated input:valid ~ .valid-feedback, .was-validated .woocommerce-form__label.woocommerce-form__label-for-checkbox input:valid ~ .valid-feedback, .woocommerce-form__label.woocommerce-form__label-for-checkbox .was-validated input:valid ~ .valid-feedback, .was-validated .woocommerce-form__label.checkbox input:valid ~ .valid-feedback, .woocommerce-form__label.checkbox .was-validated input:valid ~ .valid-feedback, .was-validated .shipping ul[id^=shipping_method] li input:valid ~ .valid-feedback, .shipping ul[id^=shipping_method] li .was-validated input:valid ~ .valid-feedback, .was-validated .wpcf7-list-item input:valid ~ .valid-feedback, .wpcf7-list-item .was-validated input:valid ~ .valid-feedback, .was-validated .wpcf7-checkbox input:valid ~ .valid-feedback, .wpcf7-checkbox .was-validated input:valid ~ .valid-feedback,
.was-validated .custom-control-input:valid ~ .valid-tooltip,
.was-validated .wc_payment_methods .wc_payment_method input:valid ~ .valid-tooltip,
.wc_payment_methods .wc_payment_method .was-validated input:valid ~ .valid-tooltip,
.was-validated .woocommerce-form__label.woocommerce-form__label-for-checkbox input:valid ~ .valid-tooltip,
.woocommerce-form__label.woocommerce-form__label-for-checkbox .was-validated input:valid ~ .valid-tooltip,
.was-validated .woocommerce-form__label.checkbox input:valid ~ .valid-tooltip,
.woocommerce-form__label.checkbox .was-validated input:valid ~ .valid-tooltip,
.was-validated .shipping ul[id^=shipping_method] li input:valid ~ .valid-tooltip,
.shipping ul[id^=shipping_method] li .was-validated input:valid ~ .valid-tooltip,
.was-validated .wpcf7-list-item input:valid ~ .valid-tooltip,
.wpcf7-list-item .was-validated input:valid ~ .valid-tooltip,
.was-validated .wpcf7-checkbox input:valid ~ .valid-tooltip,
.wpcf7-checkbox .was-validated input:valid ~ .valid-tooltip, .custom-control-input.is-valid ~ .valid-feedback, .wc_payment_methods .wc_payment_method input.is-valid ~ .valid-feedback, .woocommerce-form__label.woocommerce-form__label-for-checkbox input.is-valid ~ .valid-feedback, .woocommerce-form__label.checkbox input.is-valid ~ .valid-feedback, .shipping ul[id^=shipping_method] li input.is-valid ~ .valid-feedback, .wpcf7-list-item input.is-valid ~ .valid-feedback, .wpcf7-checkbox input.is-valid ~ .valid-feedback,
.custom-control-input.is-valid ~ .valid-tooltip,
.wc_payment_methods .wc_payment_method input.is-valid ~ .valid-tooltip,
.woocommerce-form__label.woocommerce-form__label-for-checkbox input.is-valid ~ .valid-tooltip,
.woocommerce-form__label.checkbox input.is-valid ~ .valid-tooltip,
.shipping ul[id^=shipping_method] li input.is-valid ~ .valid-tooltip,
.wpcf7-list-item input.is-valid ~ .valid-tooltip,
.wpcf7-checkbox input.is-valid ~ .valid-tooltip {
  display: block;
}
.was-validated .custom-control-input:valid:checked ~ .custom-control-label::before, .was-validated .wc_payment_methods .wc_payment_method .custom-control-input:valid:checked ~ label::before, .wc_payment_methods .wc_payment_method .was-validated .custom-control-input:valid:checked ~ label::before, .was-validated .wc_payment_methods .wc_payment_method input:valid:checked ~ .custom-control-label::before, .was-validated .wc_payment_methods .wc_payment_method input:valid:checked ~ label::before, .wc_payment_methods .wc_payment_method .was-validated input:valid:checked ~ .custom-control-label::before, .wc_payment_methods .wc_payment_method .was-validated input:valid:checked ~ label::before, .was-validated .woocommerce-form__label.woocommerce-form__label-for-checkbox > .custom-control-input:valid:checked ~ span:first-of-type::before, .was-validated .woocommerce-form__label.checkbox > .custom-control-input:valid:checked ~ span:first-of-type::before, .was-validated .woocommerce-form__label.woocommerce-form__label-for-checkbox input:valid:checked ~ .custom-control-label::before, .was-validated .woocommerce-form__label.woocommerce-form__label-for-checkbox .wc_payment_methods .wc_payment_method input:valid:checked ~ label::before, .wc_payment_methods .wc_payment_method .was-validated .woocommerce-form__label.woocommerce-form__label-for-checkbox input:valid:checked ~ label::before, .was-validated .woocommerce-form__label.woocommerce-form__label-for-checkbox > input:valid:checked ~ span:first-of-type::before, .woocommerce-form__label.woocommerce-form__label-for-checkbox .was-validated input:valid:checked ~ .custom-control-label::before, .woocommerce-form__label.woocommerce-form__label-for-checkbox .was-validated .wc_payment_methods .wc_payment_method input:valid:checked ~ label::before, .wc_payment_methods .wc_payment_method .woocommerce-form__label.woocommerce-form__label-for-checkbox .was-validated input:valid:checked ~ label::before, .was-validated .woocommerce-form__label.checkbox input:valid:checked ~ .custom-control-label::before, .was-validated .woocommerce-form__label.checkbox .wc_payment_methods .wc_payment_method input:valid:checked ~ label::before, .wc_payment_methods .wc_payment_method .was-validated .woocommerce-form__label.checkbox input:valid:checked ~ label::before, .was-validated .woocommerce-form__label.checkbox > input:valid:checked ~ span:first-of-type::before, .woocommerce-form__label.checkbox .was-validated input:valid:checked ~ .custom-control-label::before, .woocommerce-form__label.checkbox .was-validated .wc_payment_methods .wc_payment_method input:valid:checked ~ label::before, .wc_payment_methods .wc_payment_method .woocommerce-form__label.checkbox .was-validated input:valid:checked ~ label::before, .was-validated .shipping ul[id^=shipping_method] li .custom-control-input:valid:checked ~ label::before, .was-validated .shipping ul[id^=shipping_method] li .wc_payment_methods .wc_payment_method input:valid:checked ~ label::before, .was-validated .shipping ul[id^=shipping_method] li .woocommerce-form__label.woocommerce-form__label-for-checkbox input:valid:checked ~ label::before, .was-validated .shipping ul[id^=shipping_method] li .woocommerce-form__label.checkbox input:valid:checked ~ label::before, .shipping ul[id^=shipping_method] li .was-validated .custom-control-input:valid:checked ~ label::before, .shipping ul[id^=shipping_method] li .was-validated .wc_payment_methods .wc_payment_method input:valid:checked ~ label::before, .shipping ul[id^=shipping_method] li .was-validated .woocommerce-form__label.woocommerce-form__label-for-checkbox input:valid:checked ~ label::before, .shipping ul[id^=shipping_method] li .was-validated .woocommerce-form__label.checkbox input:valid:checked ~ label::before, .was-validated .shipping ul[id^=shipping_method] li input:valid:checked ~ .custom-control-label::before, .was-validated .shipping ul[id^=shipping_method] li .wc_payment_methods .wc_payment_method input:valid:checked ~ label::before, .wc_payment_methods .wc_payment_method .was-validated .shipping ul[id^=shipping_method] li input:valid:checked ~ label::before, .was-validated .shipping ul[id^=shipping_method] li input:valid:checked ~ label::before, .shipping ul[id^=shipping_method] li .was-validated input:valid:checked ~ .custom-control-label::before, .shipping ul[id^=shipping_method] li .was-validated .wc_payment_methods .wc_payment_method input:valid:checked ~ label::before, .wc_payment_methods .wc_payment_method .shipping ul[id^=shipping_method] li .was-validated input:valid:checked ~ label::before, .shipping ul[id^=shipping_method] li .was-validated input:valid:checked ~ label::before, .was-validated .custom-control-input:valid:checked ~ .wpcf7-list-item-label::before, .was-validated .wc_payment_methods .wc_payment_method input:valid:checked ~ .wpcf7-list-item-label::before, .wc_payment_methods .wc_payment_method .was-validated input:valid:checked ~ .wpcf7-list-item-label::before, .was-validated .woocommerce-form__label.woocommerce-form__label-for-checkbox input:valid:checked ~ .wpcf7-list-item-label::before, .woocommerce-form__label.woocommerce-form__label-for-checkbox .was-validated input:valid:checked ~ .wpcf7-list-item-label::before, .was-validated .woocommerce-form__label.checkbox input:valid:checked ~ .wpcf7-list-item-label::before, .woocommerce-form__label.checkbox .was-validated input:valid:checked ~ .wpcf7-list-item-label::before, .was-validated .shipping ul[id^=shipping_method] li input:valid:checked ~ .wpcf7-list-item-label::before, .shipping ul[id^=shipping_method] li .was-validated input:valid:checked ~ .wpcf7-list-item-label::before, .was-validated .wpcf7-list-item input:valid:checked ~ .custom-control-label::before, .was-validated .wpcf7-list-item .wc_payment_methods .wc_payment_method input:valid:checked ~ label::before, .wc_payment_methods .wc_payment_method .was-validated .wpcf7-list-item input:valid:checked ~ label::before, .shipping ul[id^=shipping_method] li .was-validated .wpcf7-list-item input:valid:checked ~ label::before, .was-validated .wpcf7-list-item input:valid:checked ~ .wpcf7-list-item-label::before, .wpcf7-list-item .was-validated input:valid:checked ~ .custom-control-label::before, .wpcf7-list-item .was-validated .wc_payment_methods .wc_payment_method input:valid:checked ~ label::before, .wc_payment_methods .wc_payment_method .wpcf7-list-item .was-validated input:valid:checked ~ label::before, .wpcf7-list-item .was-validated input:valid:checked ~ .wpcf7-list-item-label::before, .was-validated .wpcf7-checkbox input:valid:checked ~ .custom-control-label::before, .was-validated .wpcf7-checkbox .wc_payment_methods .wc_payment_method input:valid:checked ~ label::before, .wc_payment_methods .wc_payment_method .was-validated .wpcf7-checkbox input:valid:checked ~ label::before, .shipping ul[id^=shipping_method] li .was-validated .wpcf7-checkbox input:valid:checked ~ label::before, .was-validated .wpcf7-checkbox input:valid:checked ~ .wpcf7-list-item-label::before, .wpcf7-checkbox .was-validated input:valid:checked ~ .custom-control-label::before, .wpcf7-checkbox .was-validated .wc_payment_methods .wc_payment_method input:valid:checked ~ label::before, .wc_payment_methods .wc_payment_method .wpcf7-checkbox .was-validated input:valid:checked ~ label::before, .wpcf7-checkbox .was-validated input:valid:checked ~ .wpcf7-list-item-label::before, .custom-control-input.is-valid:checked ~ .custom-control-label::before, .wc_payment_methods .wc_payment_method .custom-control-input.is-valid:checked ~ label::before, .wc_payment_methods .wc_payment_method input.is-valid:checked ~ .custom-control-label::before, .wc_payment_methods .wc_payment_method input.is-valid:checked ~ label::before, .woocommerce-form__label.woocommerce-form__label-for-checkbox > .custom-control-input.is-valid:checked ~ span:first-of-type::before, .woocommerce-form__label.checkbox > .custom-control-input.is-valid:checked ~ span:first-of-type::before, .woocommerce-form__label.woocommerce-form__label-for-checkbox input.is-valid:checked ~ .custom-control-label::before, .woocommerce-form__label.woocommerce-form__label-for-checkbox .wc_payment_methods .wc_payment_method input.is-valid:checked ~ label::before, .wc_payment_methods .wc_payment_method .woocommerce-form__label.woocommerce-form__label-for-checkbox input.is-valid:checked ~ label::before, .woocommerce-form__label.woocommerce-form__label-for-checkbox > input.is-valid:checked ~ span:first-of-type::before, .woocommerce-form__label.checkbox input.is-valid:checked ~ .custom-control-label::before, .woocommerce-form__label.checkbox .wc_payment_methods .wc_payment_method input.is-valid:checked ~ label::before, .wc_payment_methods .wc_payment_method .woocommerce-form__label.checkbox input.is-valid:checked ~ label::before, .woocommerce-form__label.checkbox > input.is-valid:checked ~ span:first-of-type::before, .shipping ul[id^=shipping_method] li .custom-control-input.is-valid:checked ~ label::before, .shipping ul[id^=shipping_method] li .wc_payment_methods .wc_payment_method input.is-valid:checked ~ label::before, .shipping ul[id^=shipping_method] li .woocommerce-form__label.woocommerce-form__label-for-checkbox input.is-valid:checked ~ label::before, .shipping ul[id^=shipping_method] li .woocommerce-form__label.checkbox input.is-valid:checked ~ label::before, .shipping ul[id^=shipping_method] li input.is-valid:checked ~ .custom-control-label::before, .shipping ul[id^=shipping_method] li .wc_payment_methods .wc_payment_method input.is-valid:checked ~ label::before, .wc_payment_methods .wc_payment_method .shipping ul[id^=shipping_method] li input.is-valid:checked ~ label::before, .shipping ul[id^=shipping_method] li input.is-valid:checked ~ label::before, .custom-control-input.is-valid:checked ~ .wpcf7-list-item-label::before, .wc_payment_methods .wc_payment_method input.is-valid:checked ~ .wpcf7-list-item-label::before, .woocommerce-form__label.woocommerce-form__label-for-checkbox input.is-valid:checked ~ .wpcf7-list-item-label::before, .woocommerce-form__label.checkbox input.is-valid:checked ~ .wpcf7-list-item-label::before, .shipping ul[id^=shipping_method] li input.is-valid:checked ~ .wpcf7-list-item-label::before, .wpcf7-list-item input.is-valid:checked ~ .custom-control-label::before, .wpcf7-list-item .wc_payment_methods .wc_payment_method input.is-valid:checked ~ label::before, .wc_payment_methods .wc_payment_method .wpcf7-list-item input.is-valid:checked ~ label::before, .shipping ul[id^=shipping_method] li .wpcf7-list-item input.is-valid:checked ~ label::before, .wpcf7-list-item input.is-valid:checked ~ .wpcf7-list-item-label::before, .wpcf7-checkbox input.is-valid:checked ~ .custom-control-label::before, .wpcf7-checkbox .wc_payment_methods .wc_payment_method input.is-valid:checked ~ label::before, .wc_payment_methods .wc_payment_method .wpcf7-checkbox input.is-valid:checked ~ label::before, .shipping ul[id^=shipping_method] li .wpcf7-checkbox input.is-valid:checked ~ label::before, .wpcf7-checkbox input.is-valid:checked ~ .wpcf7-list-item-label::before {
  background-color: #c6e18e;
}
.was-validated .custom-control-input:valid:focus ~ .custom-control-label::before, .was-validated .wc_payment_methods .wc_payment_method .custom-control-input:valid:focus ~ label::before, .wc_payment_methods .wc_payment_method .was-validated .custom-control-input:valid:focus ~ label::before, .was-validated .wc_payment_methods .wc_payment_method input:valid:focus ~ .custom-control-label::before, .was-validated .wc_payment_methods .wc_payment_method input:valid:focus ~ label::before, .wc_payment_methods .wc_payment_method .was-validated input:valid:focus ~ .custom-control-label::before, .wc_payment_methods .wc_payment_method .was-validated input:valid:focus ~ label::before, .was-validated .woocommerce-form__label.woocommerce-form__label-for-checkbox > .custom-control-input:valid:focus ~ span:first-of-type::before, .was-validated .woocommerce-form__label.checkbox > .custom-control-input:valid:focus ~ span:first-of-type::before, .was-validated .woocommerce-form__label.woocommerce-form__label-for-checkbox input:valid:focus ~ .custom-control-label::before, .was-validated .woocommerce-form__label.woocommerce-form__label-for-checkbox .wc_payment_methods .wc_payment_method input:valid:focus ~ label::before, .wc_payment_methods .wc_payment_method .was-validated .woocommerce-form__label.woocommerce-form__label-for-checkbox input:valid:focus ~ label::before, .was-validated .woocommerce-form__label.woocommerce-form__label-for-checkbox > input:valid:focus ~ span:first-of-type::before, .woocommerce-form__label.woocommerce-form__label-for-checkbox .was-validated input:valid:focus ~ .custom-control-label::before, .woocommerce-form__label.woocommerce-form__label-for-checkbox .was-validated .wc_payment_methods .wc_payment_method input:valid:focus ~ label::before, .wc_payment_methods .wc_payment_method .woocommerce-form__label.woocommerce-form__label-for-checkbox .was-validated input:valid:focus ~ label::before, .was-validated .woocommerce-form__label.checkbox input:valid:focus ~ .custom-control-label::before, .was-validated .woocommerce-form__label.checkbox .wc_payment_methods .wc_payment_method input:valid:focus ~ label::before, .wc_payment_methods .wc_payment_method .was-validated .woocommerce-form__label.checkbox input:valid:focus ~ label::before, .was-validated .woocommerce-form__label.checkbox > input:valid:focus ~ span:first-of-type::before, .woocommerce-form__label.checkbox .was-validated input:valid:focus ~ .custom-control-label::before, .woocommerce-form__label.checkbox .was-validated .wc_payment_methods .wc_payment_method input:valid:focus ~ label::before, .wc_payment_methods .wc_payment_method .woocommerce-form__label.checkbox .was-validated input:valid:focus ~ label::before, .was-validated .shipping ul[id^=shipping_method] li .custom-control-input:valid:focus ~ label::before, .was-validated .shipping ul[id^=shipping_method] li .wc_payment_methods .wc_payment_method input:valid:focus ~ label::before, .was-validated .shipping ul[id^=shipping_method] li .woocommerce-form__label.woocommerce-form__label-for-checkbox input:valid:focus ~ label::before, .was-validated .shipping ul[id^=shipping_method] li .woocommerce-form__label.checkbox input:valid:focus ~ label::before, .shipping ul[id^=shipping_method] li .was-validated .custom-control-input:valid:focus ~ label::before, .shipping ul[id^=shipping_method] li .was-validated .wc_payment_methods .wc_payment_method input:valid:focus ~ label::before, .shipping ul[id^=shipping_method] li .was-validated .woocommerce-form__label.woocommerce-form__label-for-checkbox input:valid:focus ~ label::before, .shipping ul[id^=shipping_method] li .was-validated .woocommerce-form__label.checkbox input:valid:focus ~ label::before, .was-validated .shipping ul[id^=shipping_method] li input:valid:focus ~ .custom-control-label::before, .was-validated .shipping ul[id^=shipping_method] li .wc_payment_methods .wc_payment_method input:valid:focus ~ label::before, .wc_payment_methods .wc_payment_method .was-validated .shipping ul[id^=shipping_method] li input:valid:focus ~ label::before, .was-validated .shipping ul[id^=shipping_method] li input:valid:focus ~ label::before, .shipping ul[id^=shipping_method] li .was-validated input:valid:focus ~ .custom-control-label::before, .shipping ul[id^=shipping_method] li .was-validated .wc_payment_methods .wc_payment_method input:valid:focus ~ label::before, .wc_payment_methods .wc_payment_method .shipping ul[id^=shipping_method] li .was-validated input:valid:focus ~ label::before, .shipping ul[id^=shipping_method] li .was-validated input:valid:focus ~ label::before, .was-validated .custom-control-input:valid:focus ~ .wpcf7-list-item-label::before, .was-validated .wc_payment_methods .wc_payment_method input:valid:focus ~ .wpcf7-list-item-label::before, .wc_payment_methods .wc_payment_method .was-validated input:valid:focus ~ .wpcf7-list-item-label::before, .was-validated .woocommerce-form__label.woocommerce-form__label-for-checkbox input:valid:focus ~ .wpcf7-list-item-label::before, .woocommerce-form__label.woocommerce-form__label-for-checkbox .was-validated input:valid:focus ~ .wpcf7-list-item-label::before, .was-validated .woocommerce-form__label.checkbox input:valid:focus ~ .wpcf7-list-item-label::before, .woocommerce-form__label.checkbox .was-validated input:valid:focus ~ .wpcf7-list-item-label::before, .was-validated .shipping ul[id^=shipping_method] li input:valid:focus ~ .wpcf7-list-item-label::before, .shipping ul[id^=shipping_method] li .was-validated input:valid:focus ~ .wpcf7-list-item-label::before, .was-validated .wpcf7-list-item input:valid:focus ~ .custom-control-label::before, .was-validated .wpcf7-list-item .wc_payment_methods .wc_payment_method input:valid:focus ~ label::before, .wc_payment_methods .wc_payment_method .was-validated .wpcf7-list-item input:valid:focus ~ label::before, .shipping ul[id^=shipping_method] li .was-validated .wpcf7-list-item input:valid:focus ~ label::before, .was-validated .wpcf7-list-item input:valid:focus ~ .wpcf7-list-item-label::before, .wpcf7-list-item .was-validated input:valid:focus ~ .custom-control-label::before, .wpcf7-list-item .was-validated .wc_payment_methods .wc_payment_method input:valid:focus ~ label::before, .wc_payment_methods .wc_payment_method .wpcf7-list-item .was-validated input:valid:focus ~ label::before, .wpcf7-list-item .was-validated input:valid:focus ~ .wpcf7-list-item-label::before, .was-validated .wpcf7-checkbox input:valid:focus ~ .custom-control-label::before, .was-validated .wpcf7-checkbox .wc_payment_methods .wc_payment_method input:valid:focus ~ label::before, .wc_payment_methods .wc_payment_method .was-validated .wpcf7-checkbox input:valid:focus ~ label::before, .shipping ul[id^=shipping_method] li .was-validated .wpcf7-checkbox input:valid:focus ~ label::before, .was-validated .wpcf7-checkbox input:valid:focus ~ .wpcf7-list-item-label::before, .wpcf7-checkbox .was-validated input:valid:focus ~ .custom-control-label::before, .wpcf7-checkbox .was-validated .wc_payment_methods .wc_payment_method input:valid:focus ~ label::before, .wc_payment_methods .wc_payment_method .wpcf7-checkbox .was-validated input:valid:focus ~ label::before, .wpcf7-checkbox .was-validated input:valid:focus ~ .wpcf7-list-item-label::before, .custom-control-input.is-valid:focus ~ .custom-control-label::before, .wc_payment_methods .wc_payment_method .custom-control-input.is-valid:focus ~ label::before, .wc_payment_methods .wc_payment_method input.is-valid:focus ~ .custom-control-label::before, .wc_payment_methods .wc_payment_method input.is-valid:focus ~ label::before, .woocommerce-form__label.woocommerce-form__label-for-checkbox > .custom-control-input.is-valid:focus ~ span:first-of-type::before, .woocommerce-form__label.checkbox > .custom-control-input.is-valid:focus ~ span:first-of-type::before, .woocommerce-form__label.woocommerce-form__label-for-checkbox input.is-valid:focus ~ .custom-control-label::before, .woocommerce-form__label.woocommerce-form__label-for-checkbox .wc_payment_methods .wc_payment_method input.is-valid:focus ~ label::before, .wc_payment_methods .wc_payment_method .woocommerce-form__label.woocommerce-form__label-for-checkbox input.is-valid:focus ~ label::before, .woocommerce-form__label.woocommerce-form__label-for-checkbox > input.is-valid:focus ~ span:first-of-type::before, .woocommerce-form__label.checkbox input.is-valid:focus ~ .custom-control-label::before, .woocommerce-form__label.checkbox .wc_payment_methods .wc_payment_method input.is-valid:focus ~ label::before, .wc_payment_methods .wc_payment_method .woocommerce-form__label.checkbox input.is-valid:focus ~ label::before, .woocommerce-form__label.checkbox > input.is-valid:focus ~ span:first-of-type::before, .shipping ul[id^=shipping_method] li .custom-control-input.is-valid:focus ~ label::before, .shipping ul[id^=shipping_method] li .wc_payment_methods .wc_payment_method input.is-valid:focus ~ label::before, .shipping ul[id^=shipping_method] li .woocommerce-form__label.woocommerce-form__label-for-checkbox input.is-valid:focus ~ label::before, .shipping ul[id^=shipping_method] li .woocommerce-form__label.checkbox input.is-valid:focus ~ label::before, .shipping ul[id^=shipping_method] li input.is-valid:focus ~ .custom-control-label::before, .shipping ul[id^=shipping_method] li .wc_payment_methods .wc_payment_method input.is-valid:focus ~ label::before, .wc_payment_methods .wc_payment_method .shipping ul[id^=shipping_method] li input.is-valid:focus ~ label::before, .shipping ul[id^=shipping_method] li input.is-valid:focus ~ label::before, .custom-control-input.is-valid:focus ~ .wpcf7-list-item-label::before, .wc_payment_methods .wc_payment_method input.is-valid:focus ~ .wpcf7-list-item-label::before, .woocommerce-form__label.woocommerce-form__label-for-checkbox input.is-valid:focus ~ .wpcf7-list-item-label::before, .woocommerce-form__label.checkbox input.is-valid:focus ~ .wpcf7-list-item-label::before, .shipping ul[id^=shipping_method] li input.is-valid:focus ~ .wpcf7-list-item-label::before, .wpcf7-list-item input.is-valid:focus ~ .custom-control-label::before, .wpcf7-list-item .wc_payment_methods .wc_payment_method input.is-valid:focus ~ label::before, .wc_payment_methods .wc_payment_method .wpcf7-list-item input.is-valid:focus ~ label::before, .shipping ul[id^=shipping_method] li .wpcf7-list-item input.is-valid:focus ~ label::before, .wpcf7-list-item input.is-valid:focus ~ .wpcf7-list-item-label::before, .wpcf7-checkbox input.is-valid:focus ~ .custom-control-label::before, .wpcf7-checkbox .wc_payment_methods .wc_payment_method input.is-valid:focus ~ label::before, .wc_payment_methods .wc_payment_method .wpcf7-checkbox input.is-valid:focus ~ label::before, .shipping ul[id^=shipping_method] li .wpcf7-checkbox input.is-valid:focus ~ label::before, .wpcf7-checkbox input.is-valid:focus ~ .wpcf7-list-item-label::before {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(178, 214, 102, 0.25);
}

.was-validated .custom-file-input:valid ~ .custom-file-label, .custom-file-input.is-valid ~ .custom-file-label {
  border-color: #B2D666;
}
.was-validated .custom-file-input:valid ~ .custom-file-label::before, .custom-file-input.is-valid ~ .custom-file-label::before {
  border-color: inherit;
}
.was-validated .custom-file-input:valid ~ .valid-feedback,
.was-validated .custom-file-input:valid ~ .valid-tooltip, .custom-file-input.is-valid ~ .valid-feedback,
.custom-file-input.is-valid ~ .valid-tooltip {
  display: block;
}
.was-validated .custom-file-input:valid:focus ~ .custom-file-label, .custom-file-input.is-valid:focus ~ .custom-file-label {
  box-shadow: 0 0 0 0.2rem rgba(178, 214, 102, 0.25);
}

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

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

.was-validated .form-control:invalid, .was-validated .woocommerce .input-text:invalid, .woocommerce .was-validated .input-text:invalid, .was-validated .search-body__fields .search-field:invalid, .search-body__fields .was-validated .search-field:invalid, .was-validated .wpcf7-form-control.wpcf7-text:invalid, .was-validated .wpcf7-form-control.wpcf7-date:invalid, .was-validated .wpcf7-form-control.wpcf7-number:invalid, .was-validated .wpcf7-form-control.wpcf7-password:invalid, .was-validated .wpcf7-form-control.wpcf7-textarea:invalid, .was-validated .comment-form input[type=text]:invalid, .comment-form .was-validated input[type=text]:invalid,
.was-validated .comment-form input[type=email]:invalid,
.comment-form .was-validated input[type=email]:invalid,
.was-validated .comment-form input[type=url]:invalid,
.comment-form .was-validated input[type=url]:invalid,
.was-validated .comment-form textarea:invalid,
.comment-form .was-validated textarea:invalid, .form-control.is-invalid, .woocommerce .is-invalid.input-text, .search-body__fields .is-invalid.search-field, .is-invalid.wpcf7-form-control.wpcf7-text, .is-invalid.wpcf7-form-control.wpcf7-date, .is-invalid.wpcf7-form-control.wpcf7-number, .is-invalid.wpcf7-form-control.wpcf7-password, .is-invalid.wpcf7-form-control.wpcf7-textarea, .comment-form input.is-invalid[type=text],
.comment-form input.is-invalid[type=email],
.comment-form input.is-invalid[type=url],
.comment-form textarea.is-invalid,
.was-validated .custom-select:invalid,
.was-validated .woocommerce-input-wrapper select:invalid,
.woocommerce-input-wrapper .was-validated select:invalid,
.custom-select.is-invalid,
.woocommerce-input-wrapper select.is-invalid {
  border-color: #F4AA4F;
}
.was-validated .form-control:invalid:focus, .was-validated .woocommerce .input-text:invalid:focus, .woocommerce .was-validated .input-text:invalid:focus, .was-validated .search-body__fields .search-field:invalid:focus, .search-body__fields .was-validated .search-field:invalid:focus, .was-validated .wpcf7-form-control.wpcf7-text:invalid:focus, .was-validated .wpcf7-form-control.wpcf7-date:invalid:focus, .was-validated .wpcf7-form-control.wpcf7-number:invalid:focus, .was-validated .wpcf7-form-control.wpcf7-password:invalid:focus, .was-validated .wpcf7-form-control.wpcf7-textarea:invalid:focus, .was-validated .comment-form input[type=text]:invalid:focus, .comment-form .was-validated input[type=text]:invalid:focus,
.was-validated .comment-form input[type=email]:invalid:focus,
.comment-form .was-validated input[type=email]:invalid:focus,
.was-validated .comment-form input[type=url]:invalid:focus,
.comment-form .was-validated input[type=url]:invalid:focus,
.was-validated .comment-form textarea:invalid:focus,
.comment-form .was-validated textarea:invalid:focus, .form-control.is-invalid:focus, .woocommerce .is-invalid.input-text:focus, .search-body__fields .is-invalid.search-field:focus, .is-invalid.wpcf7-form-control.wpcf7-text:focus, .is-invalid.wpcf7-form-control.wpcf7-date:focus, .is-invalid.wpcf7-form-control.wpcf7-number:focus, .is-invalid.wpcf7-form-control.wpcf7-password:focus, .is-invalid.wpcf7-form-control.wpcf7-textarea:focus, .comment-form input.is-invalid[type=text]:focus,
.comment-form input.is-invalid[type=email]:focus,
.comment-form input.is-invalid[type=url]:focus,
.comment-form textarea.is-invalid:focus,
.was-validated .custom-select:invalid:focus,
.was-validated .woocommerce-input-wrapper select:invalid:focus,
.woocommerce-input-wrapper .was-validated select:invalid:focus,
.custom-select.is-invalid:focus,
.woocommerce-input-wrapper select.is-invalid:focus {
  border-color: #F4AA4F;
  box-shadow: 0 0 0 0.2rem rgba(244, 170, 79, 0.25);
}
.was-validated .form-control:invalid ~ .invalid-feedback, .was-validated .woocommerce .input-text:invalid ~ .invalid-feedback, .woocommerce .was-validated .input-text:invalid ~ .invalid-feedback, .was-validated .search-body__fields .search-field:invalid ~ .invalid-feedback, .search-body__fields .was-validated .search-field:invalid ~ .invalid-feedback, .was-validated .wpcf7-form-control.wpcf7-text:invalid ~ .invalid-feedback, .was-validated .wpcf7-form-control.wpcf7-date:invalid ~ .invalid-feedback, .was-validated .wpcf7-form-control.wpcf7-number:invalid ~ .invalid-feedback, .was-validated .wpcf7-form-control.wpcf7-password:invalid ~ .invalid-feedback, .was-validated .wpcf7-form-control.wpcf7-textarea:invalid ~ .invalid-feedback, .was-validated .comment-form input[type=text]:invalid ~ .invalid-feedback, .comment-form .was-validated input[type=text]:invalid ~ .invalid-feedback,
.was-validated .comment-form input[type=email]:invalid ~ .invalid-feedback,
.comment-form .was-validated input[type=email]:invalid ~ .invalid-feedback,
.was-validated .comment-form input[type=url]:invalid ~ .invalid-feedback,
.comment-form .was-validated input[type=url]:invalid ~ .invalid-feedback,
.was-validated .comment-form textarea:invalid ~ .invalid-feedback,
.comment-form .was-validated textarea:invalid ~ .invalid-feedback,
.was-validated .form-control:invalid ~ .invalid-tooltip,
.was-validated .woocommerce .input-text:invalid ~ .invalid-tooltip,
.woocommerce .was-validated .input-text:invalid ~ .invalid-tooltip,
.was-validated .search-body__fields .search-field:invalid ~ .invalid-tooltip,
.search-body__fields .was-validated .search-field:invalid ~ .invalid-tooltip,
.was-validated .wpcf7-form-control.wpcf7-text:invalid ~ .invalid-tooltip,
.was-validated .wpcf7-form-control.wpcf7-date:invalid ~ .invalid-tooltip,
.was-validated .wpcf7-form-control.wpcf7-number:invalid ~ .invalid-tooltip,
.was-validated .wpcf7-form-control.wpcf7-password:invalid ~ .invalid-tooltip,
.was-validated .wpcf7-form-control.wpcf7-textarea:invalid ~ .invalid-tooltip,
.was-validated .comment-form input[type=text]:invalid ~ .invalid-tooltip,
.comment-form .was-validated input[type=text]:invalid ~ .invalid-tooltip,
.was-validated .comment-form input[type=email]:invalid ~ .invalid-tooltip,
.comment-form .was-validated input[type=email]:invalid ~ .invalid-tooltip,
.was-validated .comment-form input[type=url]:invalid ~ .invalid-tooltip,
.comment-form .was-validated input[type=url]:invalid ~ .invalid-tooltip,
.was-validated .comment-form textarea:invalid ~ .invalid-tooltip,
.comment-form .was-validated textarea:invalid ~ .invalid-tooltip, .form-control.is-invalid ~ .invalid-feedback, .woocommerce .is-invalid.input-text ~ .invalid-feedback, .search-body__fields .is-invalid.search-field ~ .invalid-feedback, .is-invalid.wpcf7-form-control.wpcf7-text ~ .invalid-feedback, .is-invalid.wpcf7-form-control.wpcf7-date ~ .invalid-feedback, .is-invalid.wpcf7-form-control.wpcf7-number ~ .invalid-feedback, .is-invalid.wpcf7-form-control.wpcf7-password ~ .invalid-feedback, .is-invalid.wpcf7-form-control.wpcf7-textarea ~ .invalid-feedback, .comment-form input.is-invalid[type=text] ~ .invalid-feedback,
.comment-form input.is-invalid[type=email] ~ .invalid-feedback,
.comment-form input.is-invalid[type=url] ~ .invalid-feedback,
.comment-form textarea.is-invalid ~ .invalid-feedback,
.form-control.is-invalid ~ .invalid-tooltip,
.woocommerce .is-invalid.input-text ~ .invalid-tooltip,
.search-body__fields .is-invalid.search-field ~ .invalid-tooltip,
.is-invalid.wpcf7-form-control.wpcf7-text ~ .invalid-tooltip,
.is-invalid.wpcf7-form-control.wpcf7-date ~ .invalid-tooltip,
.is-invalid.wpcf7-form-control.wpcf7-number ~ .invalid-tooltip,
.is-invalid.wpcf7-form-control.wpcf7-password ~ .invalid-tooltip,
.is-invalid.wpcf7-form-control.wpcf7-textarea ~ .invalid-tooltip,
.comment-form input.is-invalid[type=text] ~ .invalid-tooltip,
.comment-form input.is-invalid[type=email] ~ .invalid-tooltip,
.comment-form input.is-invalid[type=url] ~ .invalid-tooltip,
.comment-form textarea.is-invalid ~ .invalid-tooltip,
.was-validated .custom-select:invalid ~ .invalid-feedback,
.was-validated .woocommerce-input-wrapper select:invalid ~ .invalid-feedback,
.woocommerce-input-wrapper .was-validated select:invalid ~ .invalid-feedback,
.was-validated .custom-select:invalid ~ .invalid-tooltip,
.was-validated .woocommerce-input-wrapper select:invalid ~ .invalid-tooltip,
.woocommerce-input-wrapper .was-validated select:invalid ~ .invalid-tooltip,
.custom-select.is-invalid ~ .invalid-feedback,
.woocommerce-input-wrapper select.is-invalid ~ .invalid-feedback,
.custom-select.is-invalid ~ .invalid-tooltip,
.woocommerce-input-wrapper select.is-invalid ~ .invalid-tooltip {
  display: block;
}

.was-validated .form-control-file:invalid ~ .invalid-feedback,
.was-validated .form-control-file:invalid ~ .invalid-tooltip, .form-control-file.is-invalid ~ .invalid-feedback,
.form-control-file.is-invalid ~ .invalid-tooltip {
  display: block;
}

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

.was-validated .custom-control-input:invalid ~ .custom-control-label, .was-validated .wc_payment_methods .wc_payment_method .custom-control-input:invalid ~ label, .wc_payment_methods .wc_payment_method .was-validated .custom-control-input:invalid ~ label, .was-validated .wc_payment_methods .wc_payment_method input:invalid ~ .custom-control-label, .was-validated .wc_payment_methods .wc_payment_method input:invalid ~ label, .wc_payment_methods .wc_payment_method .was-validated input:invalid ~ .custom-control-label, .wc_payment_methods .wc_payment_method .was-validated input:invalid ~ label, .was-validated .woocommerce-form__label.woocommerce-form__label-for-checkbox > .custom-control-input:invalid ~ span:first-of-type, .was-validated .woocommerce-form__label.checkbox > .custom-control-input:invalid ~ span:first-of-type, .was-validated .woocommerce-form__label.woocommerce-form__label-for-checkbox input:invalid ~ .custom-control-label, .was-validated .woocommerce-form__label.woocommerce-form__label-for-checkbox .wc_payment_methods .wc_payment_method input:invalid ~ label, .wc_payment_methods .wc_payment_method .was-validated .woocommerce-form__label.woocommerce-form__label-for-checkbox input:invalid ~ label, .was-validated .woocommerce-form__label.woocommerce-form__label-for-checkbox > input:invalid ~ span:first-of-type, .woocommerce-form__label.woocommerce-form__label-for-checkbox .was-validated input:invalid ~ .custom-control-label, .woocommerce-form__label.woocommerce-form__label-for-checkbox .was-validated .wc_payment_methods .wc_payment_method input:invalid ~ label, .wc_payment_methods .wc_payment_method .woocommerce-form__label.woocommerce-form__label-for-checkbox .was-validated input:invalid ~ label, .was-validated .woocommerce-form__label.checkbox input:invalid ~ .custom-control-label, .was-validated .woocommerce-form__label.checkbox .wc_payment_methods .wc_payment_method input:invalid ~ label, .wc_payment_methods .wc_payment_method .was-validated .woocommerce-form__label.checkbox input:invalid ~ label, .was-validated .woocommerce-form__label.checkbox > input:invalid ~ span:first-of-type, .woocommerce-form__label.checkbox .was-validated input:invalid ~ .custom-control-label, .woocommerce-form__label.checkbox .was-validated .wc_payment_methods .wc_payment_method input:invalid ~ label, .wc_payment_methods .wc_payment_method .woocommerce-form__label.checkbox .was-validated input:invalid ~ label, .was-validated .shipping ul[id^=shipping_method] li .custom-control-input:invalid ~ label, .was-validated .shipping ul[id^=shipping_method] li .wc_payment_methods .wc_payment_method input:invalid ~ label, .was-validated .shipping ul[id^=shipping_method] li .woocommerce-form__label.woocommerce-form__label-for-checkbox input:invalid ~ label, .was-validated .shipping ul[id^=shipping_method] li .woocommerce-form__label.checkbox input:invalid ~ label, .shipping ul[id^=shipping_method] li .was-validated .custom-control-input:invalid ~ label, .shipping ul[id^=shipping_method] li .was-validated .wc_payment_methods .wc_payment_method input:invalid ~ label, .shipping ul[id^=shipping_method] li .was-validated .woocommerce-form__label.woocommerce-form__label-for-checkbox input:invalid ~ label, .shipping ul[id^=shipping_method] li .was-validated .woocommerce-form__label.checkbox input:invalid ~ label, .was-validated .shipping ul[id^=shipping_method] li input:invalid ~ .custom-control-label, .was-validated .shipping ul[id^=shipping_method] li .wc_payment_methods .wc_payment_method input:invalid ~ label, .wc_payment_methods .wc_payment_method .was-validated .shipping ul[id^=shipping_method] li input:invalid ~ label, .was-validated .shipping ul[id^=shipping_method] li input:invalid ~ label, .shipping ul[id^=shipping_method] li .was-validated input:invalid ~ .custom-control-label, .shipping ul[id^=shipping_method] li .was-validated .wc_payment_methods .wc_payment_method input:invalid ~ label, .wc_payment_methods .wc_payment_method .shipping ul[id^=shipping_method] li .was-validated input:invalid ~ label, .shipping ul[id^=shipping_method] li .was-validated input:invalid ~ label, .was-validated .custom-control-input:invalid ~ .wpcf7-list-item-label, .was-validated .wc_payment_methods .wc_payment_method input:invalid ~ .wpcf7-list-item-label, .wc_payment_methods .wc_payment_method .was-validated input:invalid ~ .wpcf7-list-item-label, .was-validated .woocommerce-form__label.woocommerce-form__label-for-checkbox input:invalid ~ .wpcf7-list-item-label, .woocommerce-form__label.woocommerce-form__label-for-checkbox .was-validated input:invalid ~ .wpcf7-list-item-label, .was-validated .woocommerce-form__label.checkbox input:invalid ~ .wpcf7-list-item-label, .woocommerce-form__label.checkbox .was-validated input:invalid ~ .wpcf7-list-item-label, .was-validated .shipping ul[id^=shipping_method] li input:invalid ~ .wpcf7-list-item-label, .shipping ul[id^=shipping_method] li .was-validated input:invalid ~ .wpcf7-list-item-label, .was-validated .wpcf7-list-item input:invalid ~ .custom-control-label, .was-validated .wpcf7-list-item .wc_payment_methods .wc_payment_method input:invalid ~ label, .wc_payment_methods .wc_payment_method .was-validated .wpcf7-list-item input:invalid ~ label, .shipping ul[id^=shipping_method] li .was-validated .wpcf7-list-item input:invalid ~ label, .was-validated .wpcf7-list-item input:invalid ~ .wpcf7-list-item-label, .wpcf7-list-item .was-validated input:invalid ~ .custom-control-label, .wpcf7-list-item .was-validated .wc_payment_methods .wc_payment_method input:invalid ~ label, .wc_payment_methods .wc_payment_method .wpcf7-list-item .was-validated input:invalid ~ label, .wpcf7-list-item .was-validated input:invalid ~ .wpcf7-list-item-label, .was-validated .wpcf7-checkbox input:invalid ~ .custom-control-label, .was-validated .wpcf7-checkbox .wc_payment_methods .wc_payment_method input:invalid ~ label, .wc_payment_methods .wc_payment_method .was-validated .wpcf7-checkbox input:invalid ~ label, .shipping ul[id^=shipping_method] li .was-validated .wpcf7-checkbox input:invalid ~ label, .was-validated .wpcf7-checkbox input:invalid ~ .wpcf7-list-item-label, .wpcf7-checkbox .was-validated input:invalid ~ .custom-control-label, .wpcf7-checkbox .was-validated .wc_payment_methods .wc_payment_method input:invalid ~ label, .wc_payment_methods .wc_payment_method .wpcf7-checkbox .was-validated input:invalid ~ label, .wpcf7-checkbox .was-validated input:invalid ~ .wpcf7-list-item-label, .custom-control-input.is-invalid ~ .custom-control-label, .wc_payment_methods .wc_payment_method .custom-control-input.is-invalid ~ label, .wc_payment_methods .wc_payment_method input.is-invalid ~ .custom-control-label, .wc_payment_methods .wc_payment_method input.is-invalid ~ label, .woocommerce-form__label.woocommerce-form__label-for-checkbox > .custom-control-input.is-invalid ~ span:first-of-type, .woocommerce-form__label.checkbox > .custom-control-input.is-invalid ~ span:first-of-type, .woocommerce-form__label.woocommerce-form__label-for-checkbox input.is-invalid ~ .custom-control-label, .woocommerce-form__label.woocommerce-form__label-for-checkbox .wc_payment_methods .wc_payment_method input.is-invalid ~ label, .wc_payment_methods .wc_payment_method .woocommerce-form__label.woocommerce-form__label-for-checkbox input.is-invalid ~ label, .woocommerce-form__label.woocommerce-form__label-for-checkbox > input.is-invalid ~ span:first-of-type, .woocommerce-form__label.checkbox input.is-invalid ~ .custom-control-label, .woocommerce-form__label.checkbox .wc_payment_methods .wc_payment_method input.is-invalid ~ label, .wc_payment_methods .wc_payment_method .woocommerce-form__label.checkbox input.is-invalid ~ label, .woocommerce-form__label.checkbox > input.is-invalid ~ span:first-of-type, .shipping ul[id^=shipping_method] li .custom-control-input.is-invalid ~ label, .shipping ul[id^=shipping_method] li .wc_payment_methods .wc_payment_method input.is-invalid ~ label, .shipping ul[id^=shipping_method] li .woocommerce-form__label.woocommerce-form__label-for-checkbox input.is-invalid ~ label, .shipping ul[id^=shipping_method] li .woocommerce-form__label.checkbox input.is-invalid ~ label, .shipping ul[id^=shipping_method] li input.is-invalid ~ .custom-control-label, .shipping ul[id^=shipping_method] li .wc_payment_methods .wc_payment_method input.is-invalid ~ label, .wc_payment_methods .wc_payment_method .shipping ul[id^=shipping_method] li input.is-invalid ~ label, .shipping ul[id^=shipping_method] li input.is-invalid ~ label, .custom-control-input.is-invalid ~ .wpcf7-list-item-label, .wc_payment_methods .wc_payment_method input.is-invalid ~ .wpcf7-list-item-label, .woocommerce-form__label.woocommerce-form__label-for-checkbox input.is-invalid ~ .wpcf7-list-item-label, .woocommerce-form__label.checkbox input.is-invalid ~ .wpcf7-list-item-label, .shipping ul[id^=shipping_method] li input.is-invalid ~ .wpcf7-list-item-label, .wpcf7-list-item input.is-invalid ~ .custom-control-label, .wpcf7-list-item .wc_payment_methods .wc_payment_method input.is-invalid ~ label, .wc_payment_methods .wc_payment_method .wpcf7-list-item input.is-invalid ~ label, .shipping ul[id^=shipping_method] li .wpcf7-list-item input.is-invalid ~ label, .wpcf7-list-item input.is-invalid ~ .wpcf7-list-item-label, .wpcf7-checkbox input.is-invalid ~ .custom-control-label, .wpcf7-checkbox .wc_payment_methods .wc_payment_method input.is-invalid ~ label, .wc_payment_methods .wc_payment_method .wpcf7-checkbox input.is-invalid ~ label, .shipping ul[id^=shipping_method] li .wpcf7-checkbox input.is-invalid ~ label, .wpcf7-checkbox input.is-invalid ~ .wpcf7-list-item-label {
  color: #F4AA4F;
}
.was-validated .custom-control-input:invalid ~ .custom-control-label::before, .was-validated .wc_payment_methods .wc_payment_method .custom-control-input:invalid ~ label::before, .wc_payment_methods .wc_payment_method .was-validated .custom-control-input:invalid ~ label::before, .was-validated .wc_payment_methods .wc_payment_method input:invalid ~ .custom-control-label::before, .was-validated .wc_payment_methods .wc_payment_method input:invalid ~ label::before, .wc_payment_methods .wc_payment_method .was-validated input:invalid ~ .custom-control-label::before, .wc_payment_methods .wc_payment_method .was-validated input:invalid ~ label::before, .was-validated .woocommerce-form__label.woocommerce-form__label-for-checkbox > .custom-control-input:invalid ~ span:first-of-type::before, .was-validated .woocommerce-form__label.checkbox > .custom-control-input:invalid ~ span:first-of-type::before, .was-validated .woocommerce-form__label.woocommerce-form__label-for-checkbox input:invalid ~ .custom-control-label::before, .was-validated .woocommerce-form__label.woocommerce-form__label-for-checkbox .wc_payment_methods .wc_payment_method input:invalid ~ label::before, .wc_payment_methods .wc_payment_method .was-validated .woocommerce-form__label.woocommerce-form__label-for-checkbox input:invalid ~ label::before, .was-validated .woocommerce-form__label.woocommerce-form__label-for-checkbox > input:invalid ~ span:first-of-type::before, .woocommerce-form__label.woocommerce-form__label-for-checkbox .was-validated input:invalid ~ .custom-control-label::before, .woocommerce-form__label.woocommerce-form__label-for-checkbox .was-validated .wc_payment_methods .wc_payment_method input:invalid ~ label::before, .wc_payment_methods .wc_payment_method .woocommerce-form__label.woocommerce-form__label-for-checkbox .was-validated input:invalid ~ label::before, .was-validated .woocommerce-form__label.checkbox input:invalid ~ .custom-control-label::before, .was-validated .woocommerce-form__label.checkbox .wc_payment_methods .wc_payment_method input:invalid ~ label::before, .wc_payment_methods .wc_payment_method .was-validated .woocommerce-form__label.checkbox input:invalid ~ label::before, .was-validated .woocommerce-form__label.checkbox > input:invalid ~ span:first-of-type::before, .woocommerce-form__label.checkbox .was-validated input:invalid ~ .custom-control-label::before, .woocommerce-form__label.checkbox .was-validated .wc_payment_methods .wc_payment_method input:invalid ~ label::before, .wc_payment_methods .wc_payment_method .woocommerce-form__label.checkbox .was-validated input:invalid ~ label::before, .was-validated .shipping ul[id^=shipping_method] li .custom-control-input:invalid ~ label::before, .was-validated .shipping ul[id^=shipping_method] li .wc_payment_methods .wc_payment_method input:invalid ~ label::before, .was-validated .shipping ul[id^=shipping_method] li .woocommerce-form__label.woocommerce-form__label-for-checkbox input:invalid ~ label::before, .was-validated .shipping ul[id^=shipping_method] li .woocommerce-form__label.checkbox input:invalid ~ label::before, .shipping ul[id^=shipping_method] li .was-validated .custom-control-input:invalid ~ label::before, .shipping ul[id^=shipping_method] li .was-validated .wc_payment_methods .wc_payment_method input:invalid ~ label::before, .shipping ul[id^=shipping_method] li .was-validated .woocommerce-form__label.woocommerce-form__label-for-checkbox input:invalid ~ label::before, .shipping ul[id^=shipping_method] li .was-validated .woocommerce-form__label.checkbox input:invalid ~ label::before, .was-validated .shipping ul[id^=shipping_method] li input:invalid ~ .custom-control-label::before, .was-validated .shipping ul[id^=shipping_method] li .wc_payment_methods .wc_payment_method input:invalid ~ label::before, .wc_payment_methods .wc_payment_method .was-validated .shipping ul[id^=shipping_method] li input:invalid ~ label::before, .was-validated .shipping ul[id^=shipping_method] li input:invalid ~ label::before, .shipping ul[id^=shipping_method] li .was-validated input:invalid ~ .custom-control-label::before, .shipping ul[id^=shipping_method] li .was-validated .wc_payment_methods .wc_payment_method input:invalid ~ label::before, .wc_payment_methods .wc_payment_method .shipping ul[id^=shipping_method] li .was-validated input:invalid ~ label::before, .shipping ul[id^=shipping_method] li .was-validated input:invalid ~ label::before, .was-validated .custom-control-input:invalid ~ .wpcf7-list-item-label::before, .was-validated .wc_payment_methods .wc_payment_method input:invalid ~ .wpcf7-list-item-label::before, .wc_payment_methods .wc_payment_method .was-validated input:invalid ~ .wpcf7-list-item-label::before, .was-validated .woocommerce-form__label.woocommerce-form__label-for-checkbox input:invalid ~ .wpcf7-list-item-label::before, .woocommerce-form__label.woocommerce-form__label-for-checkbox .was-validated input:invalid ~ .wpcf7-list-item-label::before, .was-validated .woocommerce-form__label.checkbox input:invalid ~ .wpcf7-list-item-label::before, .woocommerce-form__label.checkbox .was-validated input:invalid ~ .wpcf7-list-item-label::before, .was-validated .shipping ul[id^=shipping_method] li input:invalid ~ .wpcf7-list-item-label::before, .shipping ul[id^=shipping_method] li .was-validated input:invalid ~ .wpcf7-list-item-label::before, .was-validated .wpcf7-list-item input:invalid ~ .custom-control-label::before, .was-validated .wpcf7-list-item .wc_payment_methods .wc_payment_method input:invalid ~ label::before, .wc_payment_methods .wc_payment_method .was-validated .wpcf7-list-item input:invalid ~ label::before, .shipping ul[id^=shipping_method] li .was-validated .wpcf7-list-item input:invalid ~ label::before, .was-validated .wpcf7-list-item input:invalid ~ .wpcf7-list-item-label::before, .wpcf7-list-item .was-validated input:invalid ~ .custom-control-label::before, .wpcf7-list-item .was-validated .wc_payment_methods .wc_payment_method input:invalid ~ label::before, .wc_payment_methods .wc_payment_method .wpcf7-list-item .was-validated input:invalid ~ label::before, .wpcf7-list-item .was-validated input:invalid ~ .wpcf7-list-item-label::before, .was-validated .wpcf7-checkbox input:invalid ~ .custom-control-label::before, .was-validated .wpcf7-checkbox .wc_payment_methods .wc_payment_method input:invalid ~ label::before, .wc_payment_methods .wc_payment_method .was-validated .wpcf7-checkbox input:invalid ~ label::before, .shipping ul[id^=shipping_method] li .was-validated .wpcf7-checkbox input:invalid ~ label::before, .was-validated .wpcf7-checkbox input:invalid ~ .wpcf7-list-item-label::before, .wpcf7-checkbox .was-validated input:invalid ~ .custom-control-label::before, .wpcf7-checkbox .was-validated .wc_payment_methods .wc_payment_method input:invalid ~ label::before, .wc_payment_methods .wc_payment_method .wpcf7-checkbox .was-validated input:invalid ~ label::before, .wpcf7-checkbox .was-validated input:invalid ~ .wpcf7-list-item-label::before, .custom-control-input.is-invalid ~ .custom-control-label::before, .wc_payment_methods .wc_payment_method .custom-control-input.is-invalid ~ label::before, .wc_payment_methods .wc_payment_method input.is-invalid ~ .custom-control-label::before, .wc_payment_methods .wc_payment_method input.is-invalid ~ label::before, .woocommerce-form__label.woocommerce-form__label-for-checkbox > .custom-control-input.is-invalid ~ span:first-of-type::before, .woocommerce-form__label.checkbox > .custom-control-input.is-invalid ~ span:first-of-type::before, .woocommerce-form__label.woocommerce-form__label-for-checkbox input.is-invalid ~ .custom-control-label::before, .woocommerce-form__label.woocommerce-form__label-for-checkbox .wc_payment_methods .wc_payment_method input.is-invalid ~ label::before, .wc_payment_methods .wc_payment_method .woocommerce-form__label.woocommerce-form__label-for-checkbox input.is-invalid ~ label::before, .woocommerce-form__label.woocommerce-form__label-for-checkbox > input.is-invalid ~ span:first-of-type::before, .woocommerce-form__label.checkbox input.is-invalid ~ .custom-control-label::before, .woocommerce-form__label.checkbox .wc_payment_methods .wc_payment_method input.is-invalid ~ label::before, .wc_payment_methods .wc_payment_method .woocommerce-form__label.checkbox input.is-invalid ~ label::before, .woocommerce-form__label.checkbox > input.is-invalid ~ span:first-of-type::before, .shipping ul[id^=shipping_method] li .custom-control-input.is-invalid ~ label::before, .shipping ul[id^=shipping_method] li .wc_payment_methods .wc_payment_method input.is-invalid ~ label::before, .shipping ul[id^=shipping_method] li .woocommerce-form__label.woocommerce-form__label-for-checkbox input.is-invalid ~ label::before, .shipping ul[id^=shipping_method] li .woocommerce-form__label.checkbox input.is-invalid ~ label::before, .shipping ul[id^=shipping_method] li input.is-invalid ~ .custom-control-label::before, .shipping ul[id^=shipping_method] li .wc_payment_methods .wc_payment_method input.is-invalid ~ label::before, .wc_payment_methods .wc_payment_method .shipping ul[id^=shipping_method] li input.is-invalid ~ label::before, .shipping ul[id^=shipping_method] li input.is-invalid ~ label::before, .custom-control-input.is-invalid ~ .wpcf7-list-item-label::before, .wc_payment_methods .wc_payment_method input.is-invalid ~ .wpcf7-list-item-label::before, .woocommerce-form__label.woocommerce-form__label-for-checkbox input.is-invalid ~ .wpcf7-list-item-label::before, .woocommerce-form__label.checkbox input.is-invalid ~ .wpcf7-list-item-label::before, .shipping ul[id^=shipping_method] li input.is-invalid ~ .wpcf7-list-item-label::before, .wpcf7-list-item input.is-invalid ~ .custom-control-label::before, .wpcf7-list-item .wc_payment_methods .wc_payment_method input.is-invalid ~ label::before, .wc_payment_methods .wc_payment_method .wpcf7-list-item input.is-invalid ~ label::before, .shipping ul[id^=shipping_method] li .wpcf7-list-item input.is-invalid ~ label::before, .wpcf7-list-item input.is-invalid ~ .wpcf7-list-item-label::before, .wpcf7-checkbox input.is-invalid ~ .custom-control-label::before, .wpcf7-checkbox .wc_payment_methods .wc_payment_method input.is-invalid ~ label::before, .wc_payment_methods .wc_payment_method .wpcf7-checkbox input.is-invalid ~ label::before, .shipping ul[id^=shipping_method] li .wpcf7-checkbox input.is-invalid ~ label::before, .wpcf7-checkbox input.is-invalid ~ .wpcf7-list-item-label::before {
  background-color: #fce4c7;
}
.was-validated .custom-control-input:invalid ~ .invalid-feedback, .was-validated .wc_payment_methods .wc_payment_method input:invalid ~ .invalid-feedback, .wc_payment_methods .wc_payment_method .was-validated input:invalid ~ .invalid-feedback, .was-validated .woocommerce-form__label.woocommerce-form__label-for-checkbox input:invalid ~ .invalid-feedback, .woocommerce-form__label.woocommerce-form__label-for-checkbox .was-validated input:invalid ~ .invalid-feedback, .was-validated .woocommerce-form__label.checkbox input:invalid ~ .invalid-feedback, .woocommerce-form__label.checkbox .was-validated input:invalid ~ .invalid-feedback, .was-validated .shipping ul[id^=shipping_method] li input:invalid ~ .invalid-feedback, .shipping ul[id^=shipping_method] li .was-validated input:invalid ~ .invalid-feedback, .was-validated .wpcf7-list-item input:invalid ~ .invalid-feedback, .wpcf7-list-item .was-validated input:invalid ~ .invalid-feedback, .was-validated .wpcf7-checkbox input:invalid ~ .invalid-feedback, .wpcf7-checkbox .was-validated input:invalid ~ .invalid-feedback,
.was-validated .custom-control-input:invalid ~ .invalid-tooltip,
.was-validated .wc_payment_methods .wc_payment_method input:invalid ~ .invalid-tooltip,
.wc_payment_methods .wc_payment_method .was-validated input:invalid ~ .invalid-tooltip,
.was-validated .woocommerce-form__label.woocommerce-form__label-for-checkbox input:invalid ~ .invalid-tooltip,
.woocommerce-form__label.woocommerce-form__label-for-checkbox .was-validated input:invalid ~ .invalid-tooltip,
.was-validated .woocommerce-form__label.checkbox input:invalid ~ .invalid-tooltip,
.woocommerce-form__label.checkbox .was-validated input:invalid ~ .invalid-tooltip,
.was-validated .shipping ul[id^=shipping_method] li input:invalid ~ .invalid-tooltip,
.shipping ul[id^=shipping_method] li .was-validated input:invalid ~ .invalid-tooltip,
.was-validated .wpcf7-list-item input:invalid ~ .invalid-tooltip,
.wpcf7-list-item .was-validated input:invalid ~ .invalid-tooltip,
.was-validated .wpcf7-checkbox input:invalid ~ .invalid-tooltip,
.wpcf7-checkbox .was-validated input:invalid ~ .invalid-tooltip, .custom-control-input.is-invalid ~ .invalid-feedback, .wc_payment_methods .wc_payment_method input.is-invalid ~ .invalid-feedback, .woocommerce-form__label.woocommerce-form__label-for-checkbox input.is-invalid ~ .invalid-feedback, .woocommerce-form__label.checkbox input.is-invalid ~ .invalid-feedback, .shipping ul[id^=shipping_method] li input.is-invalid ~ .invalid-feedback, .wpcf7-list-item input.is-invalid ~ .invalid-feedback, .wpcf7-checkbox input.is-invalid ~ .invalid-feedback,
.custom-control-input.is-invalid ~ .invalid-tooltip,
.wc_payment_methods .wc_payment_method input.is-invalid ~ .invalid-tooltip,
.woocommerce-form__label.woocommerce-form__label-for-checkbox input.is-invalid ~ .invalid-tooltip,
.woocommerce-form__label.checkbox input.is-invalid ~ .invalid-tooltip,
.shipping ul[id^=shipping_method] li input.is-invalid ~ .invalid-tooltip,
.wpcf7-list-item input.is-invalid ~ .invalid-tooltip,
.wpcf7-checkbox input.is-invalid ~ .invalid-tooltip {
  display: block;
}
.was-validated .custom-control-input:invalid:checked ~ .custom-control-label::before, .was-validated .wc_payment_methods .wc_payment_method .custom-control-input:invalid:checked ~ label::before, .wc_payment_methods .wc_payment_method .was-validated .custom-control-input:invalid:checked ~ label::before, .was-validated .wc_payment_methods .wc_payment_method input:invalid:checked ~ .custom-control-label::before, .was-validated .wc_payment_methods .wc_payment_method input:invalid:checked ~ label::before, .wc_payment_methods .wc_payment_method .was-validated input:invalid:checked ~ .custom-control-label::before, .wc_payment_methods .wc_payment_method .was-validated input:invalid:checked ~ label::before, .was-validated .woocommerce-form__label.woocommerce-form__label-for-checkbox > .custom-control-input:invalid:checked ~ span:first-of-type::before, .was-validated .woocommerce-form__label.checkbox > .custom-control-input:invalid:checked ~ span:first-of-type::before, .was-validated .woocommerce-form__label.woocommerce-form__label-for-checkbox input:invalid:checked ~ .custom-control-label::before, .was-validated .woocommerce-form__label.woocommerce-form__label-for-checkbox .wc_payment_methods .wc_payment_method input:invalid:checked ~ label::before, .wc_payment_methods .wc_payment_method .was-validated .woocommerce-form__label.woocommerce-form__label-for-checkbox input:invalid:checked ~ label::before, .was-validated .woocommerce-form__label.woocommerce-form__label-for-checkbox > input:invalid:checked ~ span:first-of-type::before, .woocommerce-form__label.woocommerce-form__label-for-checkbox .was-validated input:invalid:checked ~ .custom-control-label::before, .woocommerce-form__label.woocommerce-form__label-for-checkbox .was-validated .wc_payment_methods .wc_payment_method input:invalid:checked ~ label::before, .wc_payment_methods .wc_payment_method .woocommerce-form__label.woocommerce-form__label-for-checkbox .was-validated input:invalid:checked ~ label::before, .was-validated .woocommerce-form__label.checkbox input:invalid:checked ~ .custom-control-label::before, .was-validated .woocommerce-form__label.checkbox .wc_payment_methods .wc_payment_method input:invalid:checked ~ label::before, .wc_payment_methods .wc_payment_method .was-validated .woocommerce-form__label.checkbox input:invalid:checked ~ label::before, .was-validated .woocommerce-form__label.checkbox > input:invalid:checked ~ span:first-of-type::before, .woocommerce-form__label.checkbox .was-validated input:invalid:checked ~ .custom-control-label::before, .woocommerce-form__label.checkbox .was-validated .wc_payment_methods .wc_payment_method input:invalid:checked ~ label::before, .wc_payment_methods .wc_payment_method .woocommerce-form__label.checkbox .was-validated input:invalid:checked ~ label::before, .was-validated .shipping ul[id^=shipping_method] li .custom-control-input:invalid:checked ~ label::before, .was-validated .shipping ul[id^=shipping_method] li .wc_payment_methods .wc_payment_method input:invalid:checked ~ label::before, .was-validated .shipping ul[id^=shipping_method] li .woocommerce-form__label.woocommerce-form__label-for-checkbox input:invalid:checked ~ label::before, .was-validated .shipping ul[id^=shipping_method] li .woocommerce-form__label.checkbox input:invalid:checked ~ label::before, .shipping ul[id^=shipping_method] li .was-validated .custom-control-input:invalid:checked ~ label::before, .shipping ul[id^=shipping_method] li .was-validated .wc_payment_methods .wc_payment_method input:invalid:checked ~ label::before, .shipping ul[id^=shipping_method] li .was-validated .woocommerce-form__label.woocommerce-form__label-for-checkbox input:invalid:checked ~ label::before, .shipping ul[id^=shipping_method] li .was-validated .woocommerce-form__label.checkbox input:invalid:checked ~ label::before, .was-validated .shipping ul[id^=shipping_method] li input:invalid:checked ~ .custom-control-label::before, .was-validated .shipping ul[id^=shipping_method] li .wc_payment_methods .wc_payment_method input:invalid:checked ~ label::before, .wc_payment_methods .wc_payment_method .was-validated .shipping ul[id^=shipping_method] li input:invalid:checked ~ label::before, .was-validated .shipping ul[id^=shipping_method] li input:invalid:checked ~ label::before, .shipping ul[id^=shipping_method] li .was-validated input:invalid:checked ~ .custom-control-label::before, .shipping ul[id^=shipping_method] li .was-validated .wc_payment_methods .wc_payment_method input:invalid:checked ~ label::before, .wc_payment_methods .wc_payment_method .shipping ul[id^=shipping_method] li .was-validated input:invalid:checked ~ label::before, .shipping ul[id^=shipping_method] li .was-validated input:invalid:checked ~ label::before, .was-validated .custom-control-input:invalid:checked ~ .wpcf7-list-item-label::before, .was-validated .wc_payment_methods .wc_payment_method input:invalid:checked ~ .wpcf7-list-item-label::before, .wc_payment_methods .wc_payment_method .was-validated input:invalid:checked ~ .wpcf7-list-item-label::before, .was-validated .woocommerce-form__label.woocommerce-form__label-for-checkbox input:invalid:checked ~ .wpcf7-list-item-label::before, .woocommerce-form__label.woocommerce-form__label-for-checkbox .was-validated input:invalid:checked ~ .wpcf7-list-item-label::before, .was-validated .woocommerce-form__label.checkbox input:invalid:checked ~ .wpcf7-list-item-label::before, .woocommerce-form__label.checkbox .was-validated input:invalid:checked ~ .wpcf7-list-item-label::before, .was-validated .shipping ul[id^=shipping_method] li input:invalid:checked ~ .wpcf7-list-item-label::before, .shipping ul[id^=shipping_method] li .was-validated input:invalid:checked ~ .wpcf7-list-item-label::before, .was-validated .wpcf7-list-item input:invalid:checked ~ .custom-control-label::before, .was-validated .wpcf7-list-item .wc_payment_methods .wc_payment_method input:invalid:checked ~ label::before, .wc_payment_methods .wc_payment_method .was-validated .wpcf7-list-item input:invalid:checked ~ label::before, .shipping ul[id^=shipping_method] li .was-validated .wpcf7-list-item input:invalid:checked ~ label::before, .was-validated .wpcf7-list-item input:invalid:checked ~ .wpcf7-list-item-label::before, .wpcf7-list-item .was-validated input:invalid:checked ~ .custom-control-label::before, .wpcf7-list-item .was-validated .wc_payment_methods .wc_payment_method input:invalid:checked ~ label::before, .wc_payment_methods .wc_payment_method .wpcf7-list-item .was-validated input:invalid:checked ~ label::before, .wpcf7-list-item .was-validated input:invalid:checked ~ .wpcf7-list-item-label::before, .was-validated .wpcf7-checkbox input:invalid:checked ~ .custom-control-label::before, .was-validated .wpcf7-checkbox .wc_payment_methods .wc_payment_method input:invalid:checked ~ label::before, .wc_payment_methods .wc_payment_method .was-validated .wpcf7-checkbox input:invalid:checked ~ label::before, .shipping ul[id^=shipping_method] li .was-validated .wpcf7-checkbox input:invalid:checked ~ label::before, .was-validated .wpcf7-checkbox input:invalid:checked ~ .wpcf7-list-item-label::before, .wpcf7-checkbox .was-validated input:invalid:checked ~ .custom-control-label::before, .wpcf7-checkbox .was-validated .wc_payment_methods .wc_payment_method input:invalid:checked ~ label::before, .wc_payment_methods .wc_payment_method .wpcf7-checkbox .was-validated input:invalid:checked ~ label::before, .wpcf7-checkbox .was-validated input:invalid:checked ~ .wpcf7-list-item-label::before, .custom-control-input.is-invalid:checked ~ .custom-control-label::before, .wc_payment_methods .wc_payment_method .custom-control-input.is-invalid:checked ~ label::before, .wc_payment_methods .wc_payment_method input.is-invalid:checked ~ .custom-control-label::before, .wc_payment_methods .wc_payment_method input.is-invalid:checked ~ label::before, .woocommerce-form__label.woocommerce-form__label-for-checkbox > .custom-control-input.is-invalid:checked ~ span:first-of-type::before, .woocommerce-form__label.checkbox > .custom-control-input.is-invalid:checked ~ span:first-of-type::before, .woocommerce-form__label.woocommerce-form__label-for-checkbox input.is-invalid:checked ~ .custom-control-label::before, .woocommerce-form__label.woocommerce-form__label-for-checkbox .wc_payment_methods .wc_payment_method input.is-invalid:checked ~ label::before, .wc_payment_methods .wc_payment_method .woocommerce-form__label.woocommerce-form__label-for-checkbox input.is-invalid:checked ~ label::before, .woocommerce-form__label.woocommerce-form__label-for-checkbox > input.is-invalid:checked ~ span:first-of-type::before, .woocommerce-form__label.checkbox input.is-invalid:checked ~ .custom-control-label::before, .woocommerce-form__label.checkbox .wc_payment_methods .wc_payment_method input.is-invalid:checked ~ label::before, .wc_payment_methods .wc_payment_method .woocommerce-form__label.checkbox input.is-invalid:checked ~ label::before, .woocommerce-form__label.checkbox > input.is-invalid:checked ~ span:first-of-type::before, .shipping ul[id^=shipping_method] li .custom-control-input.is-invalid:checked ~ label::before, .shipping ul[id^=shipping_method] li .wc_payment_methods .wc_payment_method input.is-invalid:checked ~ label::before, .shipping ul[id^=shipping_method] li .woocommerce-form__label.woocommerce-form__label-for-checkbox input.is-invalid:checked ~ label::before, .shipping ul[id^=shipping_method] li .woocommerce-form__label.checkbox input.is-invalid:checked ~ label::before, .shipping ul[id^=shipping_method] li input.is-invalid:checked ~ .custom-control-label::before, .shipping ul[id^=shipping_method] li .wc_payment_methods .wc_payment_method input.is-invalid:checked ~ label::before, .wc_payment_methods .wc_payment_method .shipping ul[id^=shipping_method] li input.is-invalid:checked ~ label::before, .shipping ul[id^=shipping_method] li input.is-invalid:checked ~ label::before, .custom-control-input.is-invalid:checked ~ .wpcf7-list-item-label::before, .wc_payment_methods .wc_payment_method input.is-invalid:checked ~ .wpcf7-list-item-label::before, .woocommerce-form__label.woocommerce-form__label-for-checkbox input.is-invalid:checked ~ .wpcf7-list-item-label::before, .woocommerce-form__label.checkbox input.is-invalid:checked ~ .wpcf7-list-item-label::before, .shipping ul[id^=shipping_method] li input.is-invalid:checked ~ .wpcf7-list-item-label::before, .wpcf7-list-item input.is-invalid:checked ~ .custom-control-label::before, .wpcf7-list-item .wc_payment_methods .wc_payment_method input.is-invalid:checked ~ label::before, .wc_payment_methods .wc_payment_method .wpcf7-list-item input.is-invalid:checked ~ label::before, .shipping ul[id^=shipping_method] li .wpcf7-list-item input.is-invalid:checked ~ label::before, .wpcf7-list-item input.is-invalid:checked ~ .wpcf7-list-item-label::before, .wpcf7-checkbox input.is-invalid:checked ~ .custom-control-label::before, .wpcf7-checkbox .wc_payment_methods .wc_payment_method input.is-invalid:checked ~ label::before, .wc_payment_methods .wc_payment_method .wpcf7-checkbox input.is-invalid:checked ~ label::before, .shipping ul[id^=shipping_method] li .wpcf7-checkbox input.is-invalid:checked ~ label::before, .wpcf7-checkbox input.is-invalid:checked ~ .wpcf7-list-item-label::before {
  background-color: #f7c17f;
}
.was-validated .custom-control-input:invalid:focus ~ .custom-control-label::before, .was-validated .wc_payment_methods .wc_payment_method .custom-control-input:invalid:focus ~ label::before, .wc_payment_methods .wc_payment_method .was-validated .custom-control-input:invalid:focus ~ label::before, .was-validated .wc_payment_methods .wc_payment_method input:invalid:focus ~ .custom-control-label::before, .was-validated .wc_payment_methods .wc_payment_method input:invalid:focus ~ label::before, .wc_payment_methods .wc_payment_method .was-validated input:invalid:focus ~ .custom-control-label::before, .wc_payment_methods .wc_payment_method .was-validated input:invalid:focus ~ label::before, .was-validated .woocommerce-form__label.woocommerce-form__label-for-checkbox > .custom-control-input:invalid:focus ~ span:first-of-type::before, .was-validated .woocommerce-form__label.checkbox > .custom-control-input:invalid:focus ~ span:first-of-type::before, .was-validated .woocommerce-form__label.woocommerce-form__label-for-checkbox input:invalid:focus ~ .custom-control-label::before, .was-validated .woocommerce-form__label.woocommerce-form__label-for-checkbox .wc_payment_methods .wc_payment_method input:invalid:focus ~ label::before, .wc_payment_methods .wc_payment_method .was-validated .woocommerce-form__label.woocommerce-form__label-for-checkbox input:invalid:focus ~ label::before, .was-validated .woocommerce-form__label.woocommerce-form__label-for-checkbox > input:invalid:focus ~ span:first-of-type::before, .woocommerce-form__label.woocommerce-form__label-for-checkbox .was-validated input:invalid:focus ~ .custom-control-label::before, .woocommerce-form__label.woocommerce-form__label-for-checkbox .was-validated .wc_payment_methods .wc_payment_method input:invalid:focus ~ label::before, .wc_payment_methods .wc_payment_method .woocommerce-form__label.woocommerce-form__label-for-checkbox .was-validated input:invalid:focus ~ label::before, .was-validated .woocommerce-form__label.checkbox input:invalid:focus ~ .custom-control-label::before, .was-validated .woocommerce-form__label.checkbox .wc_payment_methods .wc_payment_method input:invalid:focus ~ label::before, .wc_payment_methods .wc_payment_method .was-validated .woocommerce-form__label.checkbox input:invalid:focus ~ label::before, .was-validated .woocommerce-form__label.checkbox > input:invalid:focus ~ span:first-of-type::before, .woocommerce-form__label.checkbox .was-validated input:invalid:focus ~ .custom-control-label::before, .woocommerce-form__label.checkbox .was-validated .wc_payment_methods .wc_payment_method input:invalid:focus ~ label::before, .wc_payment_methods .wc_payment_method .woocommerce-form__label.checkbox .was-validated input:invalid:focus ~ label::before, .was-validated .shipping ul[id^=shipping_method] li .custom-control-input:invalid:focus ~ label::before, .was-validated .shipping ul[id^=shipping_method] li .wc_payment_methods .wc_payment_method input:invalid:focus ~ label::before, .was-validated .shipping ul[id^=shipping_method] li .woocommerce-form__label.woocommerce-form__label-for-checkbox input:invalid:focus ~ label::before, .was-validated .shipping ul[id^=shipping_method] li .woocommerce-form__label.checkbox input:invalid:focus ~ label::before, .shipping ul[id^=shipping_method] li .was-validated .custom-control-input:invalid:focus ~ label::before, .shipping ul[id^=shipping_method] li .was-validated .wc_payment_methods .wc_payment_method input:invalid:focus ~ label::before, .shipping ul[id^=shipping_method] li .was-validated .woocommerce-form__label.woocommerce-form__label-for-checkbox input:invalid:focus ~ label::before, .shipping ul[id^=shipping_method] li .was-validated .woocommerce-form__label.checkbox input:invalid:focus ~ label::before, .was-validated .shipping ul[id^=shipping_method] li input:invalid:focus ~ .custom-control-label::before, .was-validated .shipping ul[id^=shipping_method] li .wc_payment_methods .wc_payment_method input:invalid:focus ~ label::before, .wc_payment_methods .wc_payment_method .was-validated .shipping ul[id^=shipping_method] li input:invalid:focus ~ label::before, .was-validated .shipping ul[id^=shipping_method] li input:invalid:focus ~ label::before, .shipping ul[id^=shipping_method] li .was-validated input:invalid:focus ~ .custom-control-label::before, .shipping ul[id^=shipping_method] li .was-validated .wc_payment_methods .wc_payment_method input:invalid:focus ~ label::before, .wc_payment_methods .wc_payment_method .shipping ul[id^=shipping_method] li .was-validated input:invalid:focus ~ label::before, .shipping ul[id^=shipping_method] li .was-validated input:invalid:focus ~ label::before, .was-validated .custom-control-input:invalid:focus ~ .wpcf7-list-item-label::before, .was-validated .wc_payment_methods .wc_payment_method input:invalid:focus ~ .wpcf7-list-item-label::before, .wc_payment_methods .wc_payment_method .was-validated input:invalid:focus ~ .wpcf7-list-item-label::before, .was-validated .woocommerce-form__label.woocommerce-form__label-for-checkbox input:invalid:focus ~ .wpcf7-list-item-label::before, .woocommerce-form__label.woocommerce-form__label-for-checkbox .was-validated input:invalid:focus ~ .wpcf7-list-item-label::before, .was-validated .woocommerce-form__label.checkbox input:invalid:focus ~ .wpcf7-list-item-label::before, .woocommerce-form__label.checkbox .was-validated input:invalid:focus ~ .wpcf7-list-item-label::before, .was-validated .shipping ul[id^=shipping_method] li input:invalid:focus ~ .wpcf7-list-item-label::before, .shipping ul[id^=shipping_method] li .was-validated input:invalid:focus ~ .wpcf7-list-item-label::before, .was-validated .wpcf7-list-item input:invalid:focus ~ .custom-control-label::before, .was-validated .wpcf7-list-item .wc_payment_methods .wc_payment_method input:invalid:focus ~ label::before, .wc_payment_methods .wc_payment_method .was-validated .wpcf7-list-item input:invalid:focus ~ label::before, .shipping ul[id^=shipping_method] li .was-validated .wpcf7-list-item input:invalid:focus ~ label::before, .was-validated .wpcf7-list-item input:invalid:focus ~ .wpcf7-list-item-label::before, .wpcf7-list-item .was-validated input:invalid:focus ~ .custom-control-label::before, .wpcf7-list-item .was-validated .wc_payment_methods .wc_payment_method input:invalid:focus ~ label::before, .wc_payment_methods .wc_payment_method .wpcf7-list-item .was-validated input:invalid:focus ~ label::before, .wpcf7-list-item .was-validated input:invalid:focus ~ .wpcf7-list-item-label::before, .was-validated .wpcf7-checkbox input:invalid:focus ~ .custom-control-label::before, .was-validated .wpcf7-checkbox .wc_payment_methods .wc_payment_method input:invalid:focus ~ label::before, .wc_payment_methods .wc_payment_method .was-validated .wpcf7-checkbox input:invalid:focus ~ label::before, .shipping ul[id^=shipping_method] li .was-validated .wpcf7-checkbox input:invalid:focus ~ label::before, .was-validated .wpcf7-checkbox input:invalid:focus ~ .wpcf7-list-item-label::before, .wpcf7-checkbox .was-validated input:invalid:focus ~ .custom-control-label::before, .wpcf7-checkbox .was-validated .wc_payment_methods .wc_payment_method input:invalid:focus ~ label::before, .wc_payment_methods .wc_payment_method .wpcf7-checkbox .was-validated input:invalid:focus ~ label::before, .wpcf7-checkbox .was-validated input:invalid:focus ~ .wpcf7-list-item-label::before, .custom-control-input.is-invalid:focus ~ .custom-control-label::before, .wc_payment_methods .wc_payment_method .custom-control-input.is-invalid:focus ~ label::before, .wc_payment_methods .wc_payment_method input.is-invalid:focus ~ .custom-control-label::before, .wc_payment_methods .wc_payment_method input.is-invalid:focus ~ label::before, .woocommerce-form__label.woocommerce-form__label-for-checkbox > .custom-control-input.is-invalid:focus ~ span:first-of-type::before, .woocommerce-form__label.checkbox > .custom-control-input.is-invalid:focus ~ span:first-of-type::before, .woocommerce-form__label.woocommerce-form__label-for-checkbox input.is-invalid:focus ~ .custom-control-label::before, .woocommerce-form__label.woocommerce-form__label-for-checkbox .wc_payment_methods .wc_payment_method input.is-invalid:focus ~ label::before, .wc_payment_methods .wc_payment_method .woocommerce-form__label.woocommerce-form__label-for-checkbox input.is-invalid:focus ~ label::before, .woocommerce-form__label.woocommerce-form__label-for-checkbox > input.is-invalid:focus ~ span:first-of-type::before, .woocommerce-form__label.checkbox input.is-invalid:focus ~ .custom-control-label::before, .woocommerce-form__label.checkbox .wc_payment_methods .wc_payment_method input.is-invalid:focus ~ label::before, .wc_payment_methods .wc_payment_method .woocommerce-form__label.checkbox input.is-invalid:focus ~ label::before, .woocommerce-form__label.checkbox > input.is-invalid:focus ~ span:first-of-type::before, .shipping ul[id^=shipping_method] li .custom-control-input.is-invalid:focus ~ label::before, .shipping ul[id^=shipping_method] li .wc_payment_methods .wc_payment_method input.is-invalid:focus ~ label::before, .shipping ul[id^=shipping_method] li .woocommerce-form__label.woocommerce-form__label-for-checkbox input.is-invalid:focus ~ label::before, .shipping ul[id^=shipping_method] li .woocommerce-form__label.checkbox input.is-invalid:focus ~ label::before, .shipping ul[id^=shipping_method] li input.is-invalid:focus ~ .custom-control-label::before, .shipping ul[id^=shipping_method] li .wc_payment_methods .wc_payment_method input.is-invalid:focus ~ label::before, .wc_payment_methods .wc_payment_method .shipping ul[id^=shipping_method] li input.is-invalid:focus ~ label::before, .shipping ul[id^=shipping_method] li input.is-invalid:focus ~ label::before, .custom-control-input.is-invalid:focus ~ .wpcf7-list-item-label::before, .wc_payment_methods .wc_payment_method input.is-invalid:focus ~ .wpcf7-list-item-label::before, .woocommerce-form__label.woocommerce-form__label-for-checkbox input.is-invalid:focus ~ .wpcf7-list-item-label::before, .woocommerce-form__label.checkbox input.is-invalid:focus ~ .wpcf7-list-item-label::before, .shipping ul[id^=shipping_method] li input.is-invalid:focus ~ .wpcf7-list-item-label::before, .wpcf7-list-item input.is-invalid:focus ~ .custom-control-label::before, .wpcf7-list-item .wc_payment_methods .wc_payment_method input.is-invalid:focus ~ label::before, .wc_payment_methods .wc_payment_method .wpcf7-list-item input.is-invalid:focus ~ label::before, .shipping ul[id^=shipping_method] li .wpcf7-list-item input.is-invalid:focus ~ label::before, .wpcf7-list-item input.is-invalid:focus ~ .wpcf7-list-item-label::before, .wpcf7-checkbox input.is-invalid:focus ~ .custom-control-label::before, .wpcf7-checkbox .wc_payment_methods .wc_payment_method input.is-invalid:focus ~ label::before, .wc_payment_methods .wc_payment_method .wpcf7-checkbox input.is-invalid:focus ~ label::before, .shipping ul[id^=shipping_method] li .wpcf7-checkbox input.is-invalid:focus ~ label::before, .wpcf7-checkbox input.is-invalid:focus ~ .wpcf7-list-item-label::before {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(244, 170, 79, 0.25);
}

.was-validated .custom-file-input:invalid ~ .custom-file-label, .custom-file-input.is-invalid ~ .custom-file-label {
  border-color: #F4AA4F;
}
.was-validated .custom-file-input:invalid ~ .custom-file-label::before, .custom-file-input.is-invalid ~ .custom-file-label::before {
  border-color: inherit;
}
.was-validated .custom-file-input:invalid ~ .invalid-feedback,
.was-validated .custom-file-input:invalid ~ .invalid-tooltip, .custom-file-input.is-invalid ~ .invalid-feedback,
.custom-file-input.is-invalid ~ .invalid-tooltip {
  display: block;
}
.was-validated .custom-file-input:invalid:focus ~ .custom-file-label, .custom-file-input.is-invalid:focus ~ .custom-file-label {
  box-shadow: 0 0 0 0.2rem rgba(244, 170, 79, 0.25);
}

.form-inline {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
}
.form-inline .form-check {
  width: 100%;
}
@media (min-width: 576px) {
  .form-inline label {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 0;
  }
  .form-inline .form-group, .form-inline .comment-form p, .form-inline .comment-form .wpcf7-form-control.wpcf7-radio, .form-inline .comment-form .wpcf7-form-control.wpcf7-checkbox, .comment-form .form-inline p, .comment-form .form-inline .wpcf7-form-control.wpcf7-radio, .comment-form .form-inline .wpcf7-form-control.wpcf7-checkbox {
    display: flex;
    flex: 0 0 auto;
    flex-flow: row wrap;
    align-items: center;
    margin-bottom: 0;
  }
  .form-inline .form-control, .form-inline .woocommerce .input-text, .woocommerce .form-inline .input-text, .form-inline .search-body__fields .search-field, .search-body__fields .form-inline .search-field, .form-inline .wpcf7-form-control.wpcf7-text, .form-inline .wpcf7-form-control.wpcf7-date, .form-inline .wpcf7-form-control.wpcf7-number, .form-inline .wpcf7-form-control.wpcf7-password, .form-inline .wpcf7-form-control.wpcf7-textarea, .form-inline .comment-form input[type=text], .comment-form .form-inline input[type=text],
.form-inline .comment-form input[type=email],
.comment-form .form-inline input[type=email],
.form-inline .comment-form input[type=url],
.comment-form .form-inline input[type=url],
.form-inline .comment-form textarea,
.comment-form .form-inline textarea {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .form-inline .form-control-plaintext {
    display: inline-block;
  }
  .form-inline .input-group,
.form-inline .custom-select,
.form-inline .woocommerce-input-wrapper select,
.woocommerce-input-wrapper .form-inline select {
    width: auto;
  }
  .form-inline .form-check {
    display: flex;
    align-items: center;
    justify-content: center;
    width: auto;
    padding-left: 0;
  }
  .form-inline .form-check-input {
    position: relative;
    margin-top: 0;
    margin-right: 0.25rem;
    margin-left: 0;
  }
  .form-inline .custom-control, .form-inline .wc_payment_methods .wc_payment_method, .wc_payment_methods .form-inline .wc_payment_method, .form-inline .woocommerce-form__label.woocommerce-form__label-for-checkbox, .form-inline .woocommerce-form__label.checkbox, .form-inline .shipping ul[id^=shipping_method] li, .shipping ul[id^=shipping_method] .form-inline li, .form-inline .wpcf7-list-item > label, .form-inline .wpcf7-checkbox {
    align-items: center;
    justify-content: center;
  }
  .form-inline .custom-control-label, .form-inline .wc_payment_methods .wc_payment_method label, .wc_payment_methods .wc_payment_method .form-inline label, .form-inline .woocommerce-form__label.woocommerce-form__label-for-checkbox > span:first-of-type, .form-inline .woocommerce-form__label.checkbox > span:first-of-type, .form-inline .shipping ul[id^=shipping_method] li label, .shipping ul[id^=shipping_method] li .form-inline label, .form-inline .wpcf7-list-item-label {
    margin-bottom: 0;
  }
}

.form-control-big, .shop_table.cart .input-text.qty {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  background-color: #fdd7e4;
  border: none;
}

.btn, .woocommerce-notice .button,
.woocommerce-message .button,
.woocommerce-error .button, .shop_table.cart .remove, .woocommerce-MyAccount-content .button,
.woocommerce-MyAccount-content a.button, .woocommerce-MyAccount-navigation ul li a, .single-product .button,
.woocommerce-order-received .button,
.woocommerce-checkout .button,
.woocommerce-cart .button, .page-landing__content .content-columns__cta-link,
.page-landing__content .fxc-mixed_cta .card__cta,
.page-landing__content .slide-pane__cta, .account-cta__link, .comment-form input[type=submit], .bbp-pagination__more,
.pagination__more {
  font-size: 0.6875rem;
  letter-spacing: 0.25em;
  text-transform: uppercase;
  display: inline-block;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  user-select: none;
  text-decoration: none;
  padding: 0.375rem 0.75rem;
  font-size: 0.6875rem;
  line-height: 1.5;
  border-radius: 1.5rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media screen and (prefers-reduced-motion: reduce) {
  .btn, .woocommerce-notice .button,
.woocommerce-message .button,
.woocommerce-error .button, .shop_table.cart .remove, .woocommerce-MyAccount-content .button,
.woocommerce-MyAccount-content a.button, .woocommerce-MyAccount-navigation ul li a, .single-product .button,
.woocommerce-order-received .button,
.woocommerce-checkout .button,
.woocommerce-cart .button, .page-landing__content .content-columns__cta-link,
.page-landing__content .fxc-mixed_cta .card__cta,
.page-landing__content .slide-pane__cta, .account-cta__link, .comment-form input[type=submit], .bbp-pagination__more,
.pagination__more {
    transition: none;
  }
}
.btn:hover, .woocommerce-notice .button:hover,
.woocommerce-message .button:hover,
.woocommerce-error .button:hover, .shop_table.cart .remove:hover, .woocommerce-MyAccount-content .button:hover, .woocommerce-MyAccount-navigation ul li a:hover, .single-product .button:hover,
.woocommerce-order-received .button:hover,
.woocommerce-checkout .button:hover,
.woocommerce-cart .button:hover, .page-landing__content .content-columns__cta-link:hover,
.page-landing__content .fxc-mixed_cta .card__cta:hover,
.page-landing__content .slide-pane__cta:hover, .account-cta__link:hover, .comment-form input[type=submit]:hover, .bbp-pagination__more:hover,
.pagination__more:hover, .btn:focus, .woocommerce-notice .button:focus,
.woocommerce-message .button:focus,
.woocommerce-error .button:focus, .shop_table.cart .remove:focus, .woocommerce-MyAccount-content .button:focus, .woocommerce-MyAccount-navigation ul li a:focus, .single-product .button:focus,
.woocommerce-order-received .button:focus,
.woocommerce-checkout .button:focus,
.woocommerce-cart .button:focus, .page-landing__content .content-columns__cta-link:focus,
.page-landing__content .fxc-mixed_cta .card__cta:focus,
.page-landing__content .slide-pane__cta:focus, .account-cta__link:focus, .comment-form input[type=submit]:focus, .bbp-pagination__more:focus,
.pagination__more:focus {
  text-decoration: none;
}
.btn:focus, .woocommerce-notice .button:focus,
.woocommerce-message .button:focus,
.woocommerce-error .button:focus, .shop_table.cart .remove:focus, .woocommerce-MyAccount-content .button:focus, .woocommerce-MyAccount-navigation ul li a:focus, .single-product .button:focus,
.woocommerce-order-received .button:focus,
.woocommerce-checkout .button:focus,
.woocommerce-cart .button:focus, .page-landing__content .content-columns__cta-link:focus,
.page-landing__content .fxc-mixed_cta .card__cta:focus,
.page-landing__content .slide-pane__cta:focus, .account-cta__link:focus, .comment-form input[type=submit]:focus, .bbp-pagination__more:focus,
.pagination__more:focus, .btn.focus, .woocommerce-notice .focus.button,
.woocommerce-message .focus.button,
.woocommerce-error .focus.button, .shop_table.cart .focus.remove, .woocommerce-MyAccount-content .focus.button, .woocommerce-MyAccount-navigation ul li a.focus, .single-product .focus.button,
.woocommerce-order-received .focus.button,
.woocommerce-checkout .focus.button,
.woocommerce-cart .focus.button, .page-landing__content .focus.content-columns__cta-link,
.page-landing__content .fxc-mixed_cta .focus.card__cta,
.page-landing__content .focus.slide-pane__cta, .focus.account-cta__link, .comment-form input.focus[type=submit], .focus.bbp-pagination__more,
.focus.pagination__more {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(10, 35, 63, 0.25);
}
.btn.disabled, .woocommerce-notice .disabled.button,
.woocommerce-message .disabled.button,
.woocommerce-error .disabled.button, .shop_table.cart .disabled.remove, .woocommerce-MyAccount-content .disabled.button, .woocommerce-MyAccount-navigation ul li a.disabled, .single-product .disabled.button,
.woocommerce-order-received .disabled.button,
.woocommerce-checkout .disabled.button,
.woocommerce-cart .disabled.button, .page-landing__content .disabled.content-columns__cta-link,
.page-landing__content .fxc-mixed_cta .disabled.card__cta,
.page-landing__content .disabled.slide-pane__cta, .disabled.account-cta__link, .comment-form input.disabled[type=submit], .disabled.bbp-pagination__more,
.disabled.pagination__more, .btn:disabled, .woocommerce-notice .button:disabled,
.woocommerce-message .button:disabled,
.woocommerce-error .button:disabled, .shop_table.cart .remove:disabled, .woocommerce-MyAccount-content .button:disabled, .woocommerce-MyAccount-navigation ul li a:disabled, .single-product .button:disabled,
.woocommerce-order-received .button:disabled,
.woocommerce-checkout .button:disabled,
.woocommerce-cart .button:disabled, .page-landing__content .content-columns__cta-link:disabled,
.page-landing__content .fxc-mixed_cta .card__cta:disabled,
.page-landing__content .slide-pane__cta:disabled, .account-cta__link:disabled, .comment-form input[type=submit]:disabled, .bbp-pagination__more:disabled,
.pagination__more:disabled {
  opacity: 0.65;
}
.btn:not(:disabled):not(.disabled), .woocommerce-notice .button:not(:disabled):not(.disabled),
.woocommerce-message .button:not(:disabled):not(.disabled),
.woocommerce-error .button:not(:disabled):not(.disabled), .shop_table.cart .remove:not(:disabled):not(.disabled), .woocommerce-MyAccount-content .button:not(:disabled):not(.disabled), .woocommerce-MyAccount-navigation ul li a:not(:disabled):not(.disabled), .single-product .button:not(:disabled):not(.disabled),
.woocommerce-order-received .button:not(:disabled):not(.disabled),
.woocommerce-checkout .button:not(:disabled):not(.disabled),
.woocommerce-cart .button:not(:disabled):not(.disabled), .page-landing__content .content-columns__cta-link:not(:disabled):not(.disabled),
.page-landing__content .fxc-mixed_cta .card__cta:not(:disabled):not(.disabled),
.page-landing__content .slide-pane__cta:not(:disabled):not(.disabled), .account-cta__link:not(:disabled):not(.disabled), .comment-form input[type=submit]:not(:disabled):not(.disabled), .bbp-pagination__more:not(:disabled):not(.disabled),
.pagination__more:not(:disabled):not(.disabled) {
  cursor: pointer;
}
.btn:not(:disabled):not(.disabled):active, .woocommerce-notice .button:not(:disabled):not(.disabled):active,
.woocommerce-message .button:not(:disabled):not(.disabled):active,
.woocommerce-error .button:not(:disabled):not(.disabled):active, .shop_table.cart .remove:not(:disabled):not(.disabled):active, .woocommerce-MyAccount-content .button:not(:disabled):not(.disabled):active, .woocommerce-MyAccount-navigation ul li a:not(:disabled):not(.disabled):active, .single-product .button:not(:disabled):not(.disabled):active,
.woocommerce-order-received .button:not(:disabled):not(.disabled):active,
.woocommerce-checkout .button:not(:disabled):not(.disabled):active,
.woocommerce-cart .button:not(:disabled):not(.disabled):active, .page-landing__content .content-columns__cta-link:not(:disabled):not(.disabled):active,
.page-landing__content .fxc-mixed_cta .card__cta:not(:disabled):not(.disabled):active,
.page-landing__content .slide-pane__cta:not(:disabled):not(.disabled):active, .account-cta__link:not(:disabled):not(.disabled):active, .comment-form input[type=submit]:not(:disabled):not(.disabled):active, .bbp-pagination__more:not(:disabled):not(.disabled):active,
.pagination__more:not(:disabled):not(.disabled):active, .btn:not(:disabled):not(.disabled).active, .woocommerce-notice .button:not(:disabled):not(.disabled).active,
.woocommerce-message .button:not(:disabled):not(.disabled).active,
.woocommerce-error .button:not(:disabled):not(.disabled).active, .shop_table.cart .remove:not(:disabled):not(.disabled).active, .woocommerce-MyAccount-content .button:not(:disabled):not(.disabled).active, .woocommerce-MyAccount-navigation ul li a:not(:disabled):not(.disabled).active, .single-product .button:not(:disabled):not(.disabled).active,
.woocommerce-order-received .button:not(:disabled):not(.disabled).active,
.woocommerce-checkout .button:not(:disabled):not(.disabled).active,
.woocommerce-cart .button:not(:disabled):not(.disabled).active, .page-landing__content .content-columns__cta-link:not(:disabled):not(.disabled).active,
.page-landing__content .fxc-mixed_cta .card__cta:not(:disabled):not(.disabled).active,
.page-landing__content .slide-pane__cta:not(:disabled):not(.disabled).active, .account-cta__link:not(:disabled):not(.disabled).active, .comment-form input[type=submit]:not(:disabled):not(.disabled).active, .bbp-pagination__more:not(:disabled):not(.disabled).active,
.pagination__more:not(:disabled):not(.disabled).active {
  background-image: none;
}
a.btn.disabled, .woocommerce-notice a.disabled.button,
.woocommerce-message a.disabled.button,
.woocommerce-error a.disabled.button, .shop_table.cart a.disabled.remove, .woocommerce-MyAccount-content a.disabled.button, .woocommerce-MyAccount-navigation ul li a.disabled, .single-product a.disabled.button,
.woocommerce-order-received a.disabled.button,
.woocommerce-checkout a.disabled.button,
.woocommerce-cart a.disabled.button, .page-landing__content a.disabled.content-columns__cta-link,
.page-landing__content .fxc-mixed_cta a.disabled.card__cta,
.page-landing__content a.disabled.slide-pane__cta, a.disabled.account-cta__link, a.disabled.bbp-pagination__more,
a.disabled.pagination__more,
fieldset:disabled a.btn,
fieldset:disabled .woocommerce-notice a.button,
.woocommerce-notice fieldset:disabled a.button,
fieldset:disabled .woocommerce-message a.button,
.woocommerce-message fieldset:disabled a.button,
fieldset:disabled .woocommerce-error a.button,
.woocommerce-error fieldset:disabled a.button,
fieldset:disabled .shop_table.cart a.remove,
.shop_table.cart fieldset:disabled a.remove,
fieldset:disabled .woocommerce-MyAccount-content a.button,
.woocommerce-MyAccount-content fieldset:disabled a.button,
fieldset:disabled .woocommerce-MyAccount-navigation ul li a,
.woocommerce-MyAccount-navigation ul li fieldset:disabled a,
fieldset:disabled .single-product a.button,
.single-product fieldset:disabled a.button,
fieldset:disabled .woocommerce-order-received a.button,
.woocommerce-order-received fieldset:disabled a.button,
fieldset:disabled .woocommerce-checkout a.button,
.woocommerce-checkout fieldset:disabled a.button,
fieldset:disabled .woocommerce-cart a.button,
.woocommerce-cart fieldset:disabled a.button,
fieldset:disabled .page-landing__content a.content-columns__cta-link,
.page-landing__content fieldset:disabled a.content-columns__cta-link,
fieldset:disabled .page-landing__content .fxc-mixed_cta a.card__cta,
.page-landing__content .fxc-mixed_cta fieldset:disabled a.card__cta,
fieldset:disabled .page-landing__content a.slide-pane__cta,
.page-landing__content fieldset:disabled a.slide-pane__cta,
fieldset:disabled a.account-cta__link,
fieldset:disabled a.bbp-pagination__more,
fieldset:disabled a.pagination__more {
  pointer-events: none;
}

.btn-primary, .woocommerce-form-login button.button, .woocommerce .form-row-inline .button, .comment-form input[type=submit], .bbp-pagination__more,
.pagination__more {
  color: #fff;
  background-color: #0a233f;
  border-color: #0a233f;
}
.btn-primary:hover, .woocommerce-form-login button.button:hover, .woocommerce .form-row-inline .button:hover, .comment-form input[type=submit]:hover, .bbp-pagination__more:hover,
.pagination__more:hover {
  color: #fff;
  background-color: #05111e;
  border-color: #030b13;
}
.btn-primary:focus, .woocommerce-form-login button.button:focus, .woocommerce .form-row-inline .button:focus, .comment-form input[type=submit]:focus, .bbp-pagination__more:focus,
.pagination__more:focus, .btn-primary.focus, .woocommerce-form-login button.focus.button, .woocommerce .form-row-inline .focus.button, .comment-form input.focus[type=submit], .focus.bbp-pagination__more,
.focus.pagination__more {
  box-shadow: 0 0 0 0.2rem rgba(10, 35, 63, 0.5);
}
.btn-primary.disabled, .woocommerce-form-login button.disabled.button, .woocommerce .form-row-inline .disabled.button, .comment-form input.disabled[type=submit], .disabled.bbp-pagination__more,
.disabled.pagination__more, .btn-primary:disabled, .woocommerce-form-login button.button:disabled, .woocommerce .form-row-inline .button:disabled, .comment-form input[type=submit]:disabled, .bbp-pagination__more:disabled,
.pagination__more:disabled {
  color: #fff;
  background-color: #0a233f;
  border-color: #0a233f;
}
.btn-primary:not(:disabled):not(.disabled):active, .woocommerce-form-login button.button:not(:disabled):not(.disabled):active, .woocommerce .form-row-inline .button:not(:disabled):not(.disabled):active, .comment-form input[type=submit]:not(:disabled):not(.disabled):active, .bbp-pagination__more:not(:disabled):not(.disabled):active,
.pagination__more:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active, .woocommerce-form-login button.button:not(:disabled):not(.disabled).active, .woocommerce .form-row-inline .button:not(:disabled):not(.disabled).active, .comment-form input[type=submit]:not(:disabled):not(.disabled).active, .bbp-pagination__more:not(:disabled):not(.disabled).active,
.pagination__more:not(:disabled):not(.disabled).active, .show > .btn-primary.dropdown-toggle, .woocommerce-form-login .show > button.dropdown-toggle.button, .woocommerce .form-row-inline .show > .dropdown-toggle.button, .comment-form .show > input.dropdown-toggle[type=submit], .show > .dropdown-toggle.bbp-pagination__more,
.show > .dropdown-toggle.pagination__more {
  color: #fff;
  background-color: #030b13;
  border-color: #010408;
}
.btn-primary:not(:disabled):not(.disabled):active:focus, .woocommerce-form-login button.button:not(:disabled):not(.disabled):active:focus, .woocommerce .form-row-inline .button:not(:disabled):not(.disabled):active:focus, .comment-form input[type=submit]:not(:disabled):not(.disabled):active:focus, .bbp-pagination__more:not(:disabled):not(.disabled):active:focus,
.pagination__more:not(:disabled):not(.disabled):active:focus, .btn-primary:not(:disabled):not(.disabled).active:focus, .woocommerce-form-login button.button:not(:disabled):not(.disabled).active:focus, .woocommerce .form-row-inline .button:not(:disabled):not(.disabled).active:focus, .comment-form input[type=submit]:not(:disabled):not(.disabled).active:focus, .bbp-pagination__more:not(:disabled):not(.disabled).active:focus,
.pagination__more:not(:disabled):not(.disabled).active:focus, .show > .btn-primary.dropdown-toggle:focus, .woocommerce-form-login .show > button.dropdown-toggle.button:focus, .woocommerce .form-row-inline .show > .dropdown-toggle.button:focus, .comment-form .show > input.dropdown-toggle[type=submit]:focus, .show > .dropdown-toggle.bbp-pagination__more:focus,
.show > .dropdown-toggle.pagination__more:focus {
  box-shadow: 0 0 0 0.2rem rgba(10, 35, 63, 0.5);
}

.btn-secondary {
  color: #212529;
  background-color: #addbe3;
  border-color: #addbe3;
}
.btn-secondary:hover {
  color: #212529;
  background-color: #90ced9;
  border-color: #87cad6;
}
.btn-secondary:focus, .btn-secondary.focus {
  box-shadow: 0 0 0 0.2rem rgba(173, 219, 227, 0.5);
}
.btn-secondary.disabled, .btn-secondary:disabled {
  color: #212529;
  background-color: #addbe3;
  border-color: #addbe3;
}
.btn-secondary:not(:disabled):not(.disabled):active, .btn-secondary:not(:disabled):not(.disabled).active, .show > .btn-secondary.dropdown-toggle {
  color: #212529;
  background-color: #87cad6;
  border-color: #7dc6d3;
}
.btn-secondary:not(:disabled):not(.disabled):active:focus, .btn-secondary:not(:disabled):not(.disabled).active:focus, .show > .btn-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(173, 219, 227, 0.5);
}

.btn-success {
  color: #212529;
  background-color: #B2D666;
  border-color: #B2D666;
}
.btn-success:hover {
  color: #212529;
  background-color: #a3ce48;
  border-color: #9ecb3e;
}
.btn-success:focus, .btn-success.focus {
  box-shadow: 0 0 0 0.2rem rgba(178, 214, 102, 0.5);
}
.btn-success.disabled, .btn-success:disabled {
  color: #212529;
  background-color: #B2D666;
  border-color: #B2D666;
}
.btn-success:not(:disabled):not(.disabled):active, .btn-success:not(:disabled):not(.disabled).active, .show > .btn-success.dropdown-toggle {
  color: #212529;
  background-color: #9ecb3e;
  border-color: #98c735;
}
.btn-success:not(:disabled):not(.disabled):active:focus, .btn-success:not(:disabled):not(.disabled).active:focus, .show > .btn-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(178, 214, 102, 0.5);
}

.btn-info {
  color: #212529;
  background-color: #70C4E8;
  border-color: #70C4E8;
}
.btn-info:hover {
  color: #212529;
  background-color: #4fb6e3;
  border-color: #44b2e1;
}
.btn-info:focus, .btn-info.focus {
  box-shadow: 0 0 0 0.2rem rgba(112, 196, 232, 0.5);
}
.btn-info.disabled, .btn-info:disabled {
  color: #212529;
  background-color: #70C4E8;
  border-color: #70C4E8;
}
.btn-info:not(:disabled):not(.disabled):active, .btn-info:not(:disabled):not(.disabled).active, .show > .btn-info.dropdown-toggle {
  color: #212529;
  background-color: #44b2e1;
  border-color: #39addf;
}
.btn-info:not(:disabled):not(.disabled):active:focus, .btn-info:not(:disabled):not(.disabled).active:focus, .show > .btn-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(112, 196, 232, 0.5);
}

.btn-warning {
  color: #212529;
  background-color: #F4AA4F;
  border-color: #F4AA4F;
}
.btn-warning:hover {
  color: #212529;
  background-color: #f2992b;
  border-color: #f1931f;
}
.btn-warning:focus, .btn-warning.focus {
  box-shadow: 0 0 0 0.2rem rgba(244, 170, 79, 0.5);
}
.btn-warning.disabled, .btn-warning:disabled {
  color: #212529;
  background-color: #F4AA4F;
  border-color: #F4AA4F;
}
.btn-warning:not(:disabled):not(.disabled):active, .btn-warning:not(:disabled):not(.disabled).active, .show > .btn-warning.dropdown-toggle {
  color: #212529;
  background-color: #f1931f;
  border-color: #f08d13;
}
.btn-warning:not(:disabled):not(.disabled):active:focus, .btn-warning:not(:disabled):not(.disabled).active:focus, .show > .btn-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(244, 170, 79, 0.5);
}

.btn-danger {
  color: #212529;
  background-color: #F4AA4F;
  border-color: #F4AA4F;
}
.btn-danger:hover {
  color: #212529;
  background-color: #f2992b;
  border-color: #f1931f;
}
.btn-danger:focus, .btn-danger.focus {
  box-shadow: 0 0 0 0.2rem rgba(244, 170, 79, 0.5);
}
.btn-danger.disabled, .btn-danger:disabled {
  color: #212529;
  background-color: #F4AA4F;
  border-color: #F4AA4F;
}
.btn-danger:not(:disabled):not(.disabled):active, .btn-danger:not(:disabled):not(.disabled).active, .show > .btn-danger.dropdown-toggle {
  color: #212529;
  background-color: #f1931f;
  border-color: #f08d13;
}
.btn-danger:not(:disabled):not(.disabled):active:focus, .btn-danger:not(:disabled):not(.disabled).active:focus, .show > .btn-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(244, 170, 79, 0.5);
}

.btn-light {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
.btn-light:hover {
  color: #212529;
  background-color: #e2e6ea;
  border-color: #dae0e5;
}
.btn-light:focus, .btn-light.focus {
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}
.btn-light.disabled, .btn-light:disabled {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
.btn-light:not(:disabled):not(.disabled):active, .btn-light:not(:disabled):not(.disabled).active, .show > .btn-light.dropdown-toggle {
  color: #212529;
  background-color: #dae0e5;
  border-color: #d3d9df;
}
.btn-light:not(:disabled):not(.disabled):active:focus, .btn-light:not(:disabled):not(.disabled).active:focus, .show > .btn-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}

.btn-dark {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}
.btn-dark:hover {
  color: #fff;
  background-color: #23272b;
  border-color: #1d2124;
}
.btn-dark:focus, .btn-dark.focus {
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}
.btn-dark.disabled, .btn-dark:disabled {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}
.btn-dark:not(:disabled):not(.disabled):active, .btn-dark:not(:disabled):not(.disabled).active, .show > .btn-dark.dropdown-toggle {
  color: #fff;
  background-color: #1d2124;
  border-color: #171a1d;
}
.btn-dark:not(:disabled):not(.disabled):active:focus, .btn-dark:not(:disabled):not(.disabled).active:focus, .show > .btn-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}

.btn-primary-light, .woocommerce-MyAccount-navigation ul li a, .template-subscriptions .page-header .btn, .template-subscriptions .page-header .woocommerce-notice .button, .woocommerce-notice .template-subscriptions .page-header .button,
.template-subscriptions .page-header .woocommerce-message .button,
.woocommerce-message .template-subscriptions .page-header .button,
.template-subscriptions .page-header .woocommerce-error .button,
.woocommerce-error .template-subscriptions .page-header .button, .template-subscriptions .page-header .shop_table.cart .remove, .shop_table.cart .template-subscriptions .page-header .remove, .template-subscriptions .page-header .woocommerce-MyAccount-content .button, .woocommerce-MyAccount-content .template-subscriptions .page-header .button, .template-subscriptions .page-header .woocommerce-MyAccount-navigation ul li a, .woocommerce-MyAccount-navigation ul li .template-subscriptions .page-header a, .template-subscriptions .page-header .single-product .button, .single-product .template-subscriptions .page-header .button,
.template-subscriptions .page-header .woocommerce-order-received .button,
.woocommerce-order-received .template-subscriptions .page-header .button,
.template-subscriptions .page-header .woocommerce-checkout .button,
.woocommerce-checkout .template-subscriptions .page-header .button,
.template-subscriptions .page-header .woocommerce-cart .button,
.woocommerce-cart .template-subscriptions .page-header .button, .template-subscriptions .page-header .bbp-pagination__more,
.template-subscriptions .page-header .pagination__more, .template-subscriptions .page-header .comment-form input[type=submit], .comment-form .template-subscriptions .page-header input[type=submit], .template-subscriptions .page-header .account-cta__link, .template-subscriptions .page-header .page-landing__content .content-columns__cta-link, .page-landing__content .template-subscriptions .page-header .content-columns__cta-link,
.template-subscriptions .page-header .page-landing__content .fxc-mixed_cta .card__cta,
.page-landing__content .fxc-mixed_cta .template-subscriptions .page-header .card__cta,
.template-subscriptions .page-header .page-landing__content .slide-pane__cta,
.page-landing__content .template-subscriptions .page-header .slide-pane__cta, .account-cta__link {
  color: #fff;
  background-color: #2f445c;
  border-color: #2f445c;
}
.btn-primary-light:hover, .woocommerce-MyAccount-navigation ul li a:hover, .template-subscriptions .page-header .btn:hover, .template-subscriptions .page-header .woocommerce-notice .button:hover, .woocommerce-notice .template-subscriptions .page-header .button:hover,
.template-subscriptions .page-header .woocommerce-message .button:hover,
.woocommerce-message .template-subscriptions .page-header .button:hover,
.template-subscriptions .page-header .woocommerce-error .button:hover,
.woocommerce-error .template-subscriptions .page-header .button:hover, .template-subscriptions .page-header .shop_table.cart .remove:hover, .shop_table.cart .template-subscriptions .page-header .remove:hover, .template-subscriptions .page-header .woocommerce-MyAccount-content .button:hover, .woocommerce-MyAccount-content .template-subscriptions .page-header .button:hover, .template-subscriptions .page-header .woocommerce-MyAccount-navigation ul li a:hover, .woocommerce-MyAccount-navigation ul li .template-subscriptions .page-header a:hover, .template-subscriptions .page-header .single-product .button:hover, .single-product .template-subscriptions .page-header .button:hover,
.template-subscriptions .page-header .woocommerce-order-received .button:hover,
.woocommerce-order-received .template-subscriptions .page-header .button:hover,
.template-subscriptions .page-header .woocommerce-checkout .button:hover,
.woocommerce-checkout .template-subscriptions .page-header .button:hover,
.template-subscriptions .page-header .woocommerce-cart .button:hover,
.woocommerce-cart .template-subscriptions .page-header .button:hover, .template-subscriptions .page-header .bbp-pagination__more:hover,
.template-subscriptions .page-header .pagination__more:hover, .template-subscriptions .page-header .comment-form input[type=submit]:hover, .comment-form .template-subscriptions .page-header input[type=submit]:hover, .template-subscriptions .page-header .account-cta__link:hover, .template-subscriptions .page-header .page-landing__content .content-columns__cta-link:hover, .page-landing__content .template-subscriptions .page-header .content-columns__cta-link:hover,
.template-subscriptions .page-header .page-landing__content .fxc-mixed_cta .card__cta:hover,
.page-landing__content .fxc-mixed_cta .template-subscriptions .page-header .card__cta:hover,
.template-subscriptions .page-header .page-landing__content .slide-pane__cta:hover,
.page-landing__content .template-subscriptions .page-header .slide-pane__cta:hover, .account-cta__link:hover {
  color: #fff;
  background-color: #223143;
  border-color: #1e2b3a;
}
.btn-primary-light:focus, .woocommerce-MyAccount-navigation ul li a:focus, .template-subscriptions .page-header .btn:focus, .template-subscriptions .page-header .woocommerce-notice .button:focus, .woocommerce-notice .template-subscriptions .page-header .button:focus,
.template-subscriptions .page-header .woocommerce-message .button:focus,
.woocommerce-message .template-subscriptions .page-header .button:focus,
.template-subscriptions .page-header .woocommerce-error .button:focus,
.woocommerce-error .template-subscriptions .page-header .button:focus, .template-subscriptions .page-header .shop_table.cart .remove:focus, .shop_table.cart .template-subscriptions .page-header .remove:focus, .template-subscriptions .page-header .woocommerce-MyAccount-content .button:focus, .woocommerce-MyAccount-content .template-subscriptions .page-header .button:focus, .template-subscriptions .page-header .woocommerce-MyAccount-navigation ul li a:focus, .woocommerce-MyAccount-navigation ul li .template-subscriptions .page-header a:focus, .template-subscriptions .page-header .single-product .button:focus, .single-product .template-subscriptions .page-header .button:focus,
.template-subscriptions .page-header .woocommerce-order-received .button:focus,
.woocommerce-order-received .template-subscriptions .page-header .button:focus,
.template-subscriptions .page-header .woocommerce-checkout .button:focus,
.woocommerce-checkout .template-subscriptions .page-header .button:focus,
.template-subscriptions .page-header .woocommerce-cart .button:focus,
.woocommerce-cart .template-subscriptions .page-header .button:focus, .template-subscriptions .page-header .bbp-pagination__more:focus,
.template-subscriptions .page-header .pagination__more:focus, .template-subscriptions .page-header .comment-form input[type=submit]:focus, .comment-form .template-subscriptions .page-header input[type=submit]:focus, .template-subscriptions .page-header .account-cta__link:focus, .template-subscriptions .page-header .page-landing__content .content-columns__cta-link:focus, .page-landing__content .template-subscriptions .page-header .content-columns__cta-link:focus,
.template-subscriptions .page-header .page-landing__content .fxc-mixed_cta .card__cta:focus,
.page-landing__content .fxc-mixed_cta .template-subscriptions .page-header .card__cta:focus,
.template-subscriptions .page-header .page-landing__content .slide-pane__cta:focus,
.page-landing__content .template-subscriptions .page-header .slide-pane__cta:focus, .account-cta__link:focus, .btn-primary-light.focus, .woocommerce-MyAccount-navigation ul li a.focus, .template-subscriptions .page-header .focus.btn, .template-subscriptions .page-header .woocommerce-notice .focus.button, .woocommerce-notice .template-subscriptions .page-header .focus.button,
.template-subscriptions .page-header .woocommerce-message .focus.button,
.woocommerce-message .template-subscriptions .page-header .focus.button,
.template-subscriptions .page-header .woocommerce-error .focus.button,
.woocommerce-error .template-subscriptions .page-header .focus.button, .template-subscriptions .page-header .shop_table.cart .focus.remove, .shop_table.cart .template-subscriptions .page-header .focus.remove, .template-subscriptions .page-header .woocommerce-MyAccount-content .focus.button, .woocommerce-MyAccount-content .template-subscriptions .page-header .focus.button, .template-subscriptions .page-header .woocommerce-MyAccount-navigation ul li a.focus, .woocommerce-MyAccount-navigation ul li .template-subscriptions .page-header a.focus, .template-subscriptions .page-header .single-product .focus.button, .single-product .template-subscriptions .page-header .focus.button,
.template-subscriptions .page-header .woocommerce-order-received .focus.button,
.woocommerce-order-received .template-subscriptions .page-header .focus.button,
.template-subscriptions .page-header .woocommerce-checkout .focus.button,
.woocommerce-checkout .template-subscriptions .page-header .focus.button,
.template-subscriptions .page-header .woocommerce-cart .focus.button,
.woocommerce-cart .template-subscriptions .page-header .focus.button, .template-subscriptions .page-header .focus.bbp-pagination__more,
.template-subscriptions .page-header .focus.pagination__more, .template-subscriptions .page-header .comment-form input.focus[type=submit], .comment-form .template-subscriptions .page-header input.focus[type=submit], .template-subscriptions .page-header .focus.account-cta__link, .template-subscriptions .page-header .page-landing__content .focus.content-columns__cta-link, .page-landing__content .template-subscriptions .page-header .focus.content-columns__cta-link,
.template-subscriptions .page-header .page-landing__content .fxc-mixed_cta .focus.card__cta,
.page-landing__content .fxc-mixed_cta .template-subscriptions .page-header .focus.card__cta,
.template-subscriptions .page-header .page-landing__content .focus.slide-pane__cta,
.page-landing__content .template-subscriptions .page-header .focus.slide-pane__cta, .focus.account-cta__link {
  box-shadow: 0 0 0 0.2rem rgba(47, 68, 92, 0.5);
}
.btn-primary-light.disabled, .woocommerce-MyAccount-navigation ul li a.disabled, .template-subscriptions .page-header .disabled.btn, .template-subscriptions .page-header .woocommerce-notice .disabled.button, .woocommerce-notice .template-subscriptions .page-header .disabled.button,
.template-subscriptions .page-header .woocommerce-message .disabled.button,
.woocommerce-message .template-subscriptions .page-header .disabled.button,
.template-subscriptions .page-header .woocommerce-error .disabled.button,
.woocommerce-error .template-subscriptions .page-header .disabled.button, .template-subscriptions .page-header .shop_table.cart .disabled.remove, .shop_table.cart .template-subscriptions .page-header .disabled.remove, .template-subscriptions .page-header .woocommerce-MyAccount-content .disabled.button, .woocommerce-MyAccount-content .template-subscriptions .page-header .disabled.button, .template-subscriptions .page-header .woocommerce-MyAccount-navigation ul li a.disabled, .woocommerce-MyAccount-navigation ul li .template-subscriptions .page-header a.disabled, .template-subscriptions .page-header .single-product .disabled.button, .single-product .template-subscriptions .page-header .disabled.button,
.template-subscriptions .page-header .woocommerce-order-received .disabled.button,
.woocommerce-order-received .template-subscriptions .page-header .disabled.button,
.template-subscriptions .page-header .woocommerce-checkout .disabled.button,
.woocommerce-checkout .template-subscriptions .page-header .disabled.button,
.template-subscriptions .page-header .woocommerce-cart .disabled.button,
.woocommerce-cart .template-subscriptions .page-header .disabled.button, .template-subscriptions .page-header .disabled.bbp-pagination__more,
.template-subscriptions .page-header .disabled.pagination__more, .template-subscriptions .page-header .comment-form input.disabled[type=submit], .comment-form .template-subscriptions .page-header input.disabled[type=submit], .template-subscriptions .page-header .disabled.account-cta__link, .template-subscriptions .page-header .page-landing__content .disabled.content-columns__cta-link, .page-landing__content .template-subscriptions .page-header .disabled.content-columns__cta-link,
.template-subscriptions .page-header .page-landing__content .fxc-mixed_cta .disabled.card__cta,
.page-landing__content .fxc-mixed_cta .template-subscriptions .page-header .disabled.card__cta,
.template-subscriptions .page-header .page-landing__content .disabled.slide-pane__cta,
.page-landing__content .template-subscriptions .page-header .disabled.slide-pane__cta, .disabled.account-cta__link, .btn-primary-light:disabled, .woocommerce-MyAccount-navigation ul li a:disabled, .template-subscriptions .page-header .btn:disabled, .template-subscriptions .page-header .woocommerce-notice .button:disabled, .woocommerce-notice .template-subscriptions .page-header .button:disabled,
.template-subscriptions .page-header .woocommerce-message .button:disabled,
.woocommerce-message .template-subscriptions .page-header .button:disabled,
.template-subscriptions .page-header .woocommerce-error .button:disabled,
.woocommerce-error .template-subscriptions .page-header .button:disabled, .template-subscriptions .page-header .shop_table.cart .remove:disabled, .shop_table.cart .template-subscriptions .page-header .remove:disabled, .template-subscriptions .page-header .woocommerce-MyAccount-content .button:disabled, .woocommerce-MyAccount-content .template-subscriptions .page-header .button:disabled, .template-subscriptions .page-header .woocommerce-MyAccount-navigation ul li a:disabled, .woocommerce-MyAccount-navigation ul li .template-subscriptions .page-header a:disabled, .template-subscriptions .page-header .single-product .button:disabled, .single-product .template-subscriptions .page-header .button:disabled,
.template-subscriptions .page-header .woocommerce-order-received .button:disabled,
.woocommerce-order-received .template-subscriptions .page-header .button:disabled,
.template-subscriptions .page-header .woocommerce-checkout .button:disabled,
.woocommerce-checkout .template-subscriptions .page-header .button:disabled,
.template-subscriptions .page-header .woocommerce-cart .button:disabled,
.woocommerce-cart .template-subscriptions .page-header .button:disabled, .template-subscriptions .page-header .bbp-pagination__more:disabled,
.template-subscriptions .page-header .pagination__more:disabled, .template-subscriptions .page-header .comment-form input[type=submit]:disabled, .comment-form .template-subscriptions .page-header input[type=submit]:disabled, .template-subscriptions .page-header .account-cta__link:disabled, .template-subscriptions .page-header .page-landing__content .content-columns__cta-link:disabled, .page-landing__content .template-subscriptions .page-header .content-columns__cta-link:disabled,
.template-subscriptions .page-header .page-landing__content .fxc-mixed_cta .card__cta:disabled,
.page-landing__content .fxc-mixed_cta .template-subscriptions .page-header .card__cta:disabled,
.template-subscriptions .page-header .page-landing__content .slide-pane__cta:disabled,
.page-landing__content .template-subscriptions .page-header .slide-pane__cta:disabled, .account-cta__link:disabled {
  color: #fff;
  background-color: #2f445c;
  border-color: #2f445c;
}
.btn-primary-light:not(:disabled):not(.disabled):active, .woocommerce-MyAccount-navigation ul li a:not(:disabled):not(.disabled):active, .template-subscriptions .page-header .btn:not(:disabled):not(.disabled):active, .template-subscriptions .page-header .woocommerce-notice .button:not(:disabled):not(.disabled):active, .woocommerce-notice .template-subscriptions .page-header .button:not(:disabled):not(.disabled):active,
.template-subscriptions .page-header .woocommerce-message .button:not(:disabled):not(.disabled):active,
.woocommerce-message .template-subscriptions .page-header .button:not(:disabled):not(.disabled):active,
.template-subscriptions .page-header .woocommerce-error .button:not(:disabled):not(.disabled):active,
.woocommerce-error .template-subscriptions .page-header .button:not(:disabled):not(.disabled):active, .template-subscriptions .page-header .shop_table.cart .remove:not(:disabled):not(.disabled):active, .shop_table.cart .template-subscriptions .page-header .remove:not(:disabled):not(.disabled):active, .template-subscriptions .page-header .woocommerce-MyAccount-content .button:not(:disabled):not(.disabled):active, .woocommerce-MyAccount-content .template-subscriptions .page-header .button:not(:disabled):not(.disabled):active, .template-subscriptions .page-header .single-product .button:not(:disabled):not(.disabled):active, .single-product .template-subscriptions .page-header .button:not(:disabled):not(.disabled):active,
.template-subscriptions .page-header .woocommerce-order-received .button:not(:disabled):not(.disabled):active,
.woocommerce-order-received .template-subscriptions .page-header .button:not(:disabled):not(.disabled):active,
.template-subscriptions .page-header .woocommerce-checkout .button:not(:disabled):not(.disabled):active,
.woocommerce-checkout .template-subscriptions .page-header .button:not(:disabled):not(.disabled):active,
.template-subscriptions .page-header .woocommerce-cart .button:not(:disabled):not(.disabled):active,
.woocommerce-cart .template-subscriptions .page-header .button:not(:disabled):not(.disabled):active, .template-subscriptions .page-header .bbp-pagination__more:not(:disabled):not(.disabled):active,
.template-subscriptions .page-header .pagination__more:not(:disabled):not(.disabled):active, .template-subscriptions .page-header .comment-form input[type=submit]:not(:disabled):not(.disabled):active, .comment-form .template-subscriptions .page-header input[type=submit]:not(:disabled):not(.disabled):active, .template-subscriptions .page-header .page-landing__content .content-columns__cta-link:not(:disabled):not(.disabled):active, .page-landing__content .template-subscriptions .page-header .content-columns__cta-link:not(:disabled):not(.disabled):active,
.template-subscriptions .page-header .page-landing__content .fxc-mixed_cta .card__cta:not(:disabled):not(.disabled):active,
.page-landing__content .fxc-mixed_cta .template-subscriptions .page-header .card__cta:not(:disabled):not(.disabled):active,
.template-subscriptions .page-header .page-landing__content .slide-pane__cta:not(:disabled):not(.disabled):active,
.page-landing__content .template-subscriptions .page-header .slide-pane__cta:not(:disabled):not(.disabled):active, .account-cta__link:not(:disabled):not(.disabled):active, .btn-primary-light:not(:disabled):not(.disabled).active, .woocommerce-MyAccount-navigation ul li a:not(:disabled):not(.disabled).active, .template-subscriptions .page-header .btn:not(:disabled):not(.disabled).active, .template-subscriptions .page-header .woocommerce-notice .button:not(:disabled):not(.disabled).active, .woocommerce-notice .template-subscriptions .page-header .button:not(:disabled):not(.disabled).active,
.template-subscriptions .page-header .woocommerce-message .button:not(:disabled):not(.disabled).active,
.woocommerce-message .template-subscriptions .page-header .button:not(:disabled):not(.disabled).active,
.template-subscriptions .page-header .woocommerce-error .button:not(:disabled):not(.disabled).active,
.woocommerce-error .template-subscriptions .page-header .button:not(:disabled):not(.disabled).active, .template-subscriptions .page-header .shop_table.cart .remove:not(:disabled):not(.disabled).active, .shop_table.cart .template-subscriptions .page-header .remove:not(:disabled):not(.disabled).active, .template-subscriptions .page-header .woocommerce-MyAccount-content .button:not(:disabled):not(.disabled).active, .woocommerce-MyAccount-content .template-subscriptions .page-header .button:not(:disabled):not(.disabled).active, .template-subscriptions .page-header .single-product .button:not(:disabled):not(.disabled).active, .single-product .template-subscriptions .page-header .button:not(:disabled):not(.disabled).active,
.template-subscriptions .page-header .woocommerce-order-received .button:not(:disabled):not(.disabled).active,
.woocommerce-order-received .template-subscriptions .page-header .button:not(:disabled):not(.disabled).active,
.template-subscriptions .page-header .woocommerce-checkout .button:not(:disabled):not(.disabled).active,
.woocommerce-checkout .template-subscriptions .page-header .button:not(:disabled):not(.disabled).active,
.template-subscriptions .page-header .woocommerce-cart .button:not(:disabled):not(.disabled).active,
.woocommerce-cart .template-subscriptions .page-header .button:not(:disabled):not(.disabled).active, .template-subscriptions .page-header .bbp-pagination__more:not(:disabled):not(.disabled).active,
.template-subscriptions .page-header .pagination__more:not(:disabled):not(.disabled).active, .template-subscriptions .page-header .comment-form input[type=submit]:not(:disabled):not(.disabled).active, .comment-form .template-subscriptions .page-header input[type=submit]:not(:disabled):not(.disabled).active, .template-subscriptions .page-header .page-landing__content .content-columns__cta-link:not(:disabled):not(.disabled).active, .page-landing__content .template-subscriptions .page-header .content-columns__cta-link:not(:disabled):not(.disabled).active,
.template-subscriptions .page-header .page-landing__content .fxc-mixed_cta .card__cta:not(:disabled):not(.disabled).active,
.page-landing__content .fxc-mixed_cta .template-subscriptions .page-header .card__cta:not(:disabled):not(.disabled).active,
.template-subscriptions .page-header .page-landing__content .slide-pane__cta:not(:disabled):not(.disabled).active,
.page-landing__content .template-subscriptions .page-header .slide-pane__cta:not(:disabled):not(.disabled).active, .account-cta__link:not(:disabled):not(.disabled).active, .show > .btn-primary-light.dropdown-toggle, .woocommerce-MyAccount-navigation ul li .show > a.dropdown-toggle, .template-subscriptions .page-header .show > .dropdown-toggle.btn, .template-subscriptions .page-header .woocommerce-notice .show > .dropdown-toggle.button, .woocommerce-notice .template-subscriptions .page-header .show > .dropdown-toggle.button,
.template-subscriptions .page-header .woocommerce-message .show > .dropdown-toggle.button,
.woocommerce-message .template-subscriptions .page-header .show > .dropdown-toggle.button,
.template-subscriptions .page-header .woocommerce-error .show > .dropdown-toggle.button,
.woocommerce-error .template-subscriptions .page-header .show > .dropdown-toggle.button, .template-subscriptions .page-header .shop_table.cart .show > .dropdown-toggle.remove, .shop_table.cart .template-subscriptions .page-header .show > .dropdown-toggle.remove, .template-subscriptions .page-header .woocommerce-MyAccount-content .show > .dropdown-toggle.button, .woocommerce-MyAccount-content .template-subscriptions .page-header .show > .dropdown-toggle.button, .woocommerce-MyAccount-navigation ul li .template-subscriptions .page-header .show > a.dropdown-toggle, .template-subscriptions .page-header .single-product .show > .dropdown-toggle.button, .single-product .template-subscriptions .page-header .show > .dropdown-toggle.button,
.template-subscriptions .page-header .woocommerce-order-received .show > .dropdown-toggle.button,
.woocommerce-order-received .template-subscriptions .page-header .show > .dropdown-toggle.button,
.template-subscriptions .page-header .woocommerce-checkout .show > .dropdown-toggle.button,
.woocommerce-checkout .template-subscriptions .page-header .show > .dropdown-toggle.button,
.template-subscriptions .page-header .woocommerce-cart .show > .dropdown-toggle.button,
.woocommerce-cart .template-subscriptions .page-header .show > .dropdown-toggle.button, .template-subscriptions .page-header .show > .dropdown-toggle.bbp-pagination__more,
.template-subscriptions .page-header .show > .dropdown-toggle.pagination__more, .template-subscriptions .page-header .comment-form .show > input.dropdown-toggle[type=submit], .comment-form .template-subscriptions .page-header .show > input.dropdown-toggle[type=submit], .template-subscriptions .page-header .show > .dropdown-toggle.account-cta__link, .template-subscriptions .page-header .page-landing__content .show > .dropdown-toggle.content-columns__cta-link, .page-landing__content .template-subscriptions .page-header .show > .dropdown-toggle.content-columns__cta-link,
.template-subscriptions .page-header .page-landing__content .fxc-mixed_cta .show > .dropdown-toggle.card__cta,
.page-landing__content .fxc-mixed_cta .template-subscriptions .page-header .show > .dropdown-toggle.card__cta,
.template-subscriptions .page-header .page-landing__content .show > .dropdown-toggle.slide-pane__cta,
.page-landing__content .template-subscriptions .page-header .show > .dropdown-toggle.slide-pane__cta, .show > .dropdown-toggle.account-cta__link {
  color: #fff;
  background-color: #1e2b3a;
  border-color: #192532;
}
.btn-primary-light:not(:disabled):not(.disabled):active:focus, .woocommerce-MyAccount-navigation ul li a:not(:disabled):not(.disabled):active:focus, .template-subscriptions .page-header .btn:not(:disabled):not(.disabled):active:focus, .template-subscriptions .page-header .woocommerce-notice .button:not(:disabled):not(.disabled):active:focus, .woocommerce-notice .template-subscriptions .page-header .button:not(:disabled):not(.disabled):active:focus,
.template-subscriptions .page-header .woocommerce-message .button:not(:disabled):not(.disabled):active:focus,
.woocommerce-message .template-subscriptions .page-header .button:not(:disabled):not(.disabled):active:focus,
.template-subscriptions .page-header .woocommerce-error .button:not(:disabled):not(.disabled):active:focus,
.woocommerce-error .template-subscriptions .page-header .button:not(:disabled):not(.disabled):active:focus, .template-subscriptions .page-header .shop_table.cart .remove:not(:disabled):not(.disabled):active:focus, .shop_table.cart .template-subscriptions .page-header .remove:not(:disabled):not(.disabled):active:focus, .template-subscriptions .page-header .woocommerce-MyAccount-content .button:not(:disabled):not(.disabled):active:focus, .woocommerce-MyAccount-content .template-subscriptions .page-header .button:not(:disabled):not(.disabled):active:focus, .template-subscriptions .page-header .single-product .button:not(:disabled):not(.disabled):active:focus, .single-product .template-subscriptions .page-header .button:not(:disabled):not(.disabled):active:focus,
.template-subscriptions .page-header .woocommerce-order-received .button:not(:disabled):not(.disabled):active:focus,
.woocommerce-order-received .template-subscriptions .page-header .button:not(:disabled):not(.disabled):active:focus,
.template-subscriptions .page-header .woocommerce-checkout .button:not(:disabled):not(.disabled):active:focus,
.woocommerce-checkout .template-subscriptions .page-header .button:not(:disabled):not(.disabled):active:focus,
.template-subscriptions .page-header .woocommerce-cart .button:not(:disabled):not(.disabled):active:focus,
.woocommerce-cart .template-subscriptions .page-header .button:not(:disabled):not(.disabled):active:focus, .template-subscriptions .page-header .bbp-pagination__more:not(:disabled):not(.disabled):active:focus,
.template-subscriptions .page-header .pagination__more:not(:disabled):not(.disabled):active:focus, .template-subscriptions .page-header .comment-form input[type=submit]:not(:disabled):not(.disabled):active:focus, .comment-form .template-subscriptions .page-header input[type=submit]:not(:disabled):not(.disabled):active:focus, .template-subscriptions .page-header .page-landing__content .content-columns__cta-link:not(:disabled):not(.disabled):active:focus, .page-landing__content .template-subscriptions .page-header .content-columns__cta-link:not(:disabled):not(.disabled):active:focus,
.template-subscriptions .page-header .page-landing__content .fxc-mixed_cta .card__cta:not(:disabled):not(.disabled):active:focus,
.page-landing__content .fxc-mixed_cta .template-subscriptions .page-header .card__cta:not(:disabled):not(.disabled):active:focus,
.template-subscriptions .page-header .page-landing__content .slide-pane__cta:not(:disabled):not(.disabled):active:focus,
.page-landing__content .template-subscriptions .page-header .slide-pane__cta:not(:disabled):not(.disabled):active:focus, .account-cta__link:not(:disabled):not(.disabled):active:focus, .btn-primary-light:not(:disabled):not(.disabled).active:focus, .woocommerce-MyAccount-navigation ul li a:not(:disabled):not(.disabled).active:focus, .template-subscriptions .page-header .btn:not(:disabled):not(.disabled).active:focus, .template-subscriptions .page-header .woocommerce-notice .button:not(:disabled):not(.disabled).active:focus, .woocommerce-notice .template-subscriptions .page-header .button:not(:disabled):not(.disabled).active:focus,
.template-subscriptions .page-header .woocommerce-message .button:not(:disabled):not(.disabled).active:focus,
.woocommerce-message .template-subscriptions .page-header .button:not(:disabled):not(.disabled).active:focus,
.template-subscriptions .page-header .woocommerce-error .button:not(:disabled):not(.disabled).active:focus,
.woocommerce-error .template-subscriptions .page-header .button:not(:disabled):not(.disabled).active:focus, .template-subscriptions .page-header .shop_table.cart .remove:not(:disabled):not(.disabled).active:focus, .shop_table.cart .template-subscriptions .page-header .remove:not(:disabled):not(.disabled).active:focus, .template-subscriptions .page-header .woocommerce-MyAccount-content .button:not(:disabled):not(.disabled).active:focus, .woocommerce-MyAccount-content .template-subscriptions .page-header .button:not(:disabled):not(.disabled).active:focus, .template-subscriptions .page-header .single-product .button:not(:disabled):not(.disabled).active:focus, .single-product .template-subscriptions .page-header .button:not(:disabled):not(.disabled).active:focus,
.template-subscriptions .page-header .woocommerce-order-received .button:not(:disabled):not(.disabled).active:focus,
.woocommerce-order-received .template-subscriptions .page-header .button:not(:disabled):not(.disabled).active:focus,
.template-subscriptions .page-header .woocommerce-checkout .button:not(:disabled):not(.disabled).active:focus,
.woocommerce-checkout .template-subscriptions .page-header .button:not(:disabled):not(.disabled).active:focus,
.template-subscriptions .page-header .woocommerce-cart .button:not(:disabled):not(.disabled).active:focus,
.woocommerce-cart .template-subscriptions .page-header .button:not(:disabled):not(.disabled).active:focus, .template-subscriptions .page-header .bbp-pagination__more:not(:disabled):not(.disabled).active:focus,
.template-subscriptions .page-header .pagination__more:not(:disabled):not(.disabled).active:focus, .template-subscriptions .page-header .comment-form input[type=submit]:not(:disabled):not(.disabled).active:focus, .comment-form .template-subscriptions .page-header input[type=submit]:not(:disabled):not(.disabled).active:focus, .template-subscriptions .page-header .page-landing__content .content-columns__cta-link:not(:disabled):not(.disabled).active:focus, .page-landing__content .template-subscriptions .page-header .content-columns__cta-link:not(:disabled):not(.disabled).active:focus,
.template-subscriptions .page-header .page-landing__content .fxc-mixed_cta .card__cta:not(:disabled):not(.disabled).active:focus,
.page-landing__content .fxc-mixed_cta .template-subscriptions .page-header .card__cta:not(:disabled):not(.disabled).active:focus,
.template-subscriptions .page-header .page-landing__content .slide-pane__cta:not(:disabled):not(.disabled).active:focus,
.page-landing__content .template-subscriptions .page-header .slide-pane__cta:not(:disabled):not(.disabled).active:focus, .account-cta__link:not(:disabled):not(.disabled).active:focus, .show > .btn-primary-light.dropdown-toggle:focus, .woocommerce-MyAccount-navigation ul li .show > a.dropdown-toggle:focus, .template-subscriptions .page-header .show > .dropdown-toggle.btn:focus, .template-subscriptions .page-header .woocommerce-notice .show > .dropdown-toggle.button:focus, .woocommerce-notice .template-subscriptions .page-header .show > .dropdown-toggle.button:focus,
.template-subscriptions .page-header .woocommerce-message .show > .dropdown-toggle.button:focus,
.woocommerce-message .template-subscriptions .page-header .show > .dropdown-toggle.button:focus,
.template-subscriptions .page-header .woocommerce-error .show > .dropdown-toggle.button:focus,
.woocommerce-error .template-subscriptions .page-header .show > .dropdown-toggle.button:focus, .template-subscriptions .page-header .shop_table.cart .show > .dropdown-toggle.remove:focus, .shop_table.cart .template-subscriptions .page-header .show > .dropdown-toggle.remove:focus, .template-subscriptions .page-header .woocommerce-MyAccount-content .show > .dropdown-toggle.button:focus, .woocommerce-MyAccount-content .template-subscriptions .page-header .show > .dropdown-toggle.button:focus, .woocommerce-MyAccount-navigation ul li .template-subscriptions .page-header .show > a.dropdown-toggle:focus, .template-subscriptions .page-header .single-product .show > .dropdown-toggle.button:focus, .single-product .template-subscriptions .page-header .show > .dropdown-toggle.button:focus,
.template-subscriptions .page-header .woocommerce-order-received .show > .dropdown-toggle.button:focus,
.woocommerce-order-received .template-subscriptions .page-header .show > .dropdown-toggle.button:focus,
.template-subscriptions .page-header .woocommerce-checkout .show > .dropdown-toggle.button:focus,
.woocommerce-checkout .template-subscriptions .page-header .show > .dropdown-toggle.button:focus,
.template-subscriptions .page-header .woocommerce-cart .show > .dropdown-toggle.button:focus,
.woocommerce-cart .template-subscriptions .page-header .show > .dropdown-toggle.button:focus, .template-subscriptions .page-header .show > .dropdown-toggle.bbp-pagination__more:focus,
.template-subscriptions .page-header .show > .dropdown-toggle.pagination__more:focus, .template-subscriptions .page-header .comment-form .show > input.dropdown-toggle[type=submit]:focus, .comment-form .template-subscriptions .page-header .show > input.dropdown-toggle[type=submit]:focus, .template-subscriptions .page-header .show > .dropdown-toggle.account-cta__link:focus, .template-subscriptions .page-header .page-landing__content .show > .dropdown-toggle.content-columns__cta-link:focus, .page-landing__content .template-subscriptions .page-header .show > .dropdown-toggle.content-columns__cta-link:focus,
.template-subscriptions .page-header .page-landing__content .fxc-mixed_cta .show > .dropdown-toggle.card__cta:focus,
.page-landing__content .fxc-mixed_cta .template-subscriptions .page-header .show > .dropdown-toggle.card__cta:focus,
.template-subscriptions .page-header .page-landing__content .show > .dropdown-toggle.slide-pane__cta:focus,
.page-landing__content .template-subscriptions .page-header .show > .dropdown-toggle.slide-pane__cta:focus, .show > .dropdown-toggle.account-cta__link:focus {
  box-shadow: 0 0 0 0.2rem rgba(47, 68, 92, 0.5);
}

.btn-shop-primary, .woocommerce-notice .button,
.woocommerce-message .button,
.woocommerce-error .button, form.checkout .place-order .button, .woocommerce-MyAccount-content .button,
.woocommerce-MyAccount-content a.button, .single-product .button,
.woocommerce-order-received .button,
.woocommerce-checkout .button,
.woocommerce-cart .button {
  color: #fff;
  background-color: #0a233f;
  border-color: #0a233f;
}
.btn-shop-primary:hover, .woocommerce-notice .button:hover,
.woocommerce-message .button:hover,
.woocommerce-error .button:hover, form.checkout .place-order .button:hover, .woocommerce-MyAccount-content .button:hover, .single-product .button:hover,
.woocommerce-order-received .button:hover,
.woocommerce-checkout .button:hover,
.woocommerce-cart .button:hover {
  color: #fff;
  background-color: #05111e;
  border-color: #030b13;
}
.btn-shop-primary:focus, .woocommerce-notice .button:focus,
.woocommerce-message .button:focus,
.woocommerce-error .button:focus, form.checkout .place-order .button:focus, .woocommerce-MyAccount-content .button:focus, .single-product .button:focus,
.woocommerce-order-received .button:focus,
.woocommerce-checkout .button:focus,
.woocommerce-cart .button:focus, .btn-shop-primary.focus, .woocommerce-notice .focus.button,
.woocommerce-message .focus.button,
.woocommerce-error .focus.button, form.checkout .place-order .focus.button, .woocommerce-MyAccount-content .focus.button, .single-product .focus.button,
.woocommerce-order-received .focus.button,
.woocommerce-checkout .focus.button,
.woocommerce-cart .focus.button {
  box-shadow: 0 0 0 0.2rem rgba(10, 35, 63, 0.5);
}
.btn-shop-primary.disabled, .woocommerce-notice .disabled.button,
.woocommerce-message .disabled.button,
.woocommerce-error .disabled.button, form.checkout .place-order .disabled.button, .woocommerce-MyAccount-content .disabled.button, .single-product .disabled.button,
.woocommerce-order-received .disabled.button,
.woocommerce-checkout .disabled.button,
.woocommerce-cart .disabled.button, .btn-shop-primary:disabled, .woocommerce-notice .button:disabled,
.woocommerce-message .button:disabled,
.woocommerce-error .button:disabled, form.checkout .place-order .button:disabled, .woocommerce-MyAccount-content .button:disabled, .single-product .button:disabled,
.woocommerce-order-received .button:disabled,
.woocommerce-checkout .button:disabled,
.woocommerce-cart .button:disabled {
  color: #fff;
  background-color: #0a233f;
  border-color: #0a233f;
}
.btn-shop-primary:not(:disabled):not(.disabled):active, .woocommerce-notice .button:not(:disabled):not(.disabled):active,
.woocommerce-message .button:not(:disabled):not(.disabled):active,
.woocommerce-error .button:not(:disabled):not(.disabled):active, form.checkout .place-order .button:not(:disabled):not(.disabled):active, .woocommerce-MyAccount-content .button:not(:disabled):not(.disabled):active, .single-product .button:not(:disabled):not(.disabled):active,
.woocommerce-order-received .button:not(:disabled):not(.disabled):active,
.woocommerce-checkout .button:not(:disabled):not(.disabled):active,
.woocommerce-cart .button:not(:disabled):not(.disabled):active, .btn-shop-primary:not(:disabled):not(.disabled).active, .woocommerce-notice .button:not(:disabled):not(.disabled).active,
.woocommerce-message .button:not(:disabled):not(.disabled).active,
.woocommerce-error .button:not(:disabled):not(.disabled).active, form.checkout .place-order .button:not(:disabled):not(.disabled).active, .woocommerce-MyAccount-content .button:not(:disabled):not(.disabled).active, .single-product .button:not(:disabled):not(.disabled).active,
.woocommerce-order-received .button:not(:disabled):not(.disabled).active,
.woocommerce-checkout .button:not(:disabled):not(.disabled).active,
.woocommerce-cart .button:not(:disabled):not(.disabled).active, .show > .btn-shop-primary.dropdown-toggle, .woocommerce-notice .show > .dropdown-toggle.button,
.woocommerce-message .show > .dropdown-toggle.button,
.woocommerce-error .show > .dropdown-toggle.button, form.checkout .place-order .show > .dropdown-toggle.button, .woocommerce-MyAccount-content .show > .dropdown-toggle.button, .single-product .show > .dropdown-toggle.button,
.woocommerce-order-received .show > .dropdown-toggle.button,
.woocommerce-checkout .show > .dropdown-toggle.button,
.woocommerce-cart .show > .dropdown-toggle.button {
  color: #fff;
  background-color: #030b13;
  border-color: #010408;
}
.btn-shop-primary:not(:disabled):not(.disabled):active:focus, .woocommerce-notice .button:not(:disabled):not(.disabled):active:focus,
.woocommerce-message .button:not(:disabled):not(.disabled):active:focus,
.woocommerce-error .button:not(:disabled):not(.disabled):active:focus, form.checkout .place-order .button:not(:disabled):not(.disabled):active:focus, .woocommerce-MyAccount-content .button:not(:disabled):not(.disabled):active:focus, .single-product .button:not(:disabled):not(.disabled):active:focus,
.woocommerce-order-received .button:not(:disabled):not(.disabled):active:focus,
.woocommerce-checkout .button:not(:disabled):not(.disabled):active:focus,
.woocommerce-cart .button:not(:disabled):not(.disabled):active:focus, .btn-shop-primary:not(:disabled):not(.disabled).active:focus, .woocommerce-notice .button:not(:disabled):not(.disabled).active:focus,
.woocommerce-message .button:not(:disabled):not(.disabled).active:focus,
.woocommerce-error .button:not(:disabled):not(.disabled).active:focus, form.checkout .place-order .button:not(:disabled):not(.disabled).active:focus, .woocommerce-MyAccount-content .button:not(:disabled):not(.disabled).active:focus, .single-product .button:not(:disabled):not(.disabled).active:focus,
.woocommerce-order-received .button:not(:disabled):not(.disabled).active:focus,
.woocommerce-checkout .button:not(:disabled):not(.disabled).active:focus,
.woocommerce-cart .button:not(:disabled):not(.disabled).active:focus, .show > .btn-shop-primary.dropdown-toggle:focus, .woocommerce-notice .show > .dropdown-toggle.button:focus,
.woocommerce-message .show > .dropdown-toggle.button:focus,
.woocommerce-error .show > .dropdown-toggle.button:focus, form.checkout .place-order .show > .dropdown-toggle.button:focus, .woocommerce-MyAccount-content .show > .dropdown-toggle.button:focus, .single-product .show > .dropdown-toggle.button:focus,
.woocommerce-order-received .show > .dropdown-toggle.button:focus,
.woocommerce-checkout .show > .dropdown-toggle.button:focus,
.woocommerce-cart .show > .dropdown-toggle.button:focus {
  box-shadow: 0 0 0 0.2rem rgba(10, 35, 63, 0.5);
}

.btn-shop-secondary, .shop_table.cart .remove, .edit-account .social-login .btn, .edit-account .social-login .woocommerce-notice .button, .woocommerce-notice .edit-account .social-login .button,
.edit-account .social-login .woocommerce-message .button,
.woocommerce-message .edit-account .social-login .button,
.edit-account .social-login .woocommerce-error .button,
.woocommerce-error .edit-account .social-login .button, .edit-account .social-login .shop_table.cart .remove, .shop_table.cart .edit-account .social-login .remove, .edit-account .social-login .bbp-pagination__more,
.edit-account .social-login .pagination__more, .edit-account .social-login .comment-form input[type=submit], .comment-form .edit-account .social-login input[type=submit], .edit-account .social-login .account-cta__link, .edit-account .social-login .page-landing__content .content-columns__cta-link, .page-landing__content .edit-account .social-login .content-columns__cta-link,
.edit-account .social-login .page-landing__content .fxc-mixed_cta .card__cta,
.page-landing__content .fxc-mixed_cta .edit-account .social-login .card__cta,
.edit-account .social-login .page-landing__content .slide-pane__cta,
.page-landing__content .edit-account .social-login .slide-pane__cta, .edit-account .social-login .single-product .button, .single-product .edit-account .social-login .button,
.edit-account .social-login .woocommerce-order-received .button,
.woocommerce-order-received .edit-account .social-login .button,
.edit-account .social-login .woocommerce-checkout .button,
.woocommerce-checkout .edit-account .social-login .button,
.edit-account .social-login .woocommerce-cart .button,
.woocommerce-cart .edit-account .social-login .button, .edit-account .social-login .woocommerce-MyAccount-navigation ul li a, .woocommerce-MyAccount-navigation ul li .edit-account .social-login a, .edit-account .social-login .woocommerce-MyAccount-content .button, .woocommerce-MyAccount-content .edit-account .social-login .button, .woocommerce-MyAccount-content .button.cancel {
  color: #fff;
  background-color: #2f445c;
  border-color: #2f445c;
}
.btn-shop-secondary:hover, .shop_table.cart .remove:hover, .edit-account .social-login .btn:hover, .edit-account .social-login .woocommerce-notice .button:hover, .woocommerce-notice .edit-account .social-login .button:hover,
.edit-account .social-login .woocommerce-message .button:hover,
.woocommerce-message .edit-account .social-login .button:hover,
.edit-account .social-login .woocommerce-error .button:hover,
.woocommerce-error .edit-account .social-login .button:hover, .edit-account .social-login .bbp-pagination__more:hover,
.edit-account .social-login .pagination__more:hover, .edit-account .social-login .comment-form input[type=submit]:hover, .comment-form .edit-account .social-login input[type=submit]:hover, .edit-account .social-login .account-cta__link:hover, .edit-account .social-login .page-landing__content .content-columns__cta-link:hover, .page-landing__content .edit-account .social-login .content-columns__cta-link:hover,
.edit-account .social-login .page-landing__content .fxc-mixed_cta .card__cta:hover,
.page-landing__content .fxc-mixed_cta .edit-account .social-login .card__cta:hover,
.edit-account .social-login .page-landing__content .slide-pane__cta:hover,
.page-landing__content .edit-account .social-login .slide-pane__cta:hover, .edit-account .social-login .single-product .button:hover, .single-product .edit-account .social-login .button:hover,
.edit-account .social-login .woocommerce-order-received .button:hover,
.woocommerce-order-received .edit-account .social-login .button:hover,
.edit-account .social-login .woocommerce-checkout .button:hover,
.woocommerce-checkout .edit-account .social-login .button:hover,
.edit-account .social-login .woocommerce-cart .button:hover,
.woocommerce-cart .edit-account .social-login .button:hover, .edit-account .social-login .woocommerce-MyAccount-navigation ul li a:hover, .woocommerce-MyAccount-navigation ul li .edit-account .social-login a:hover, .edit-account .social-login .woocommerce-MyAccount-content .button:hover, .woocommerce-MyAccount-content .edit-account .social-login .button:hover, .woocommerce-MyAccount-content .button.cancel:hover {
  color: #fff;
  background-color: #223143;
  border-color: #1e2b3a;
}
.btn-shop-secondary:focus, .shop_table.cart .remove:focus, .edit-account .social-login .btn:focus, .edit-account .social-login .woocommerce-notice .button:focus, .woocommerce-notice .edit-account .social-login .button:focus,
.edit-account .social-login .woocommerce-message .button:focus,
.woocommerce-message .edit-account .social-login .button:focus,
.edit-account .social-login .woocommerce-error .button:focus,
.woocommerce-error .edit-account .social-login .button:focus, .edit-account .social-login .bbp-pagination__more:focus,
.edit-account .social-login .pagination__more:focus, .edit-account .social-login .comment-form input[type=submit]:focus, .comment-form .edit-account .social-login input[type=submit]:focus, .edit-account .social-login .account-cta__link:focus, .edit-account .social-login .page-landing__content .content-columns__cta-link:focus, .page-landing__content .edit-account .social-login .content-columns__cta-link:focus,
.edit-account .social-login .page-landing__content .fxc-mixed_cta .card__cta:focus,
.page-landing__content .fxc-mixed_cta .edit-account .social-login .card__cta:focus,
.edit-account .social-login .page-landing__content .slide-pane__cta:focus,
.page-landing__content .edit-account .social-login .slide-pane__cta:focus, .edit-account .social-login .single-product .button:focus, .single-product .edit-account .social-login .button:focus,
.edit-account .social-login .woocommerce-order-received .button:focus,
.woocommerce-order-received .edit-account .social-login .button:focus,
.edit-account .social-login .woocommerce-checkout .button:focus,
.woocommerce-checkout .edit-account .social-login .button:focus,
.edit-account .social-login .woocommerce-cart .button:focus,
.woocommerce-cart .edit-account .social-login .button:focus, .edit-account .social-login .woocommerce-MyAccount-navigation ul li a:focus, .woocommerce-MyAccount-navigation ul li .edit-account .social-login a:focus, .edit-account .social-login .woocommerce-MyAccount-content .button:focus, .woocommerce-MyAccount-content .edit-account .social-login .button:focus, .woocommerce-MyAccount-content .button.cancel:focus, .btn-shop-secondary.focus, .shop_table.cart .focus.remove, .edit-account .social-login .focus.btn, .edit-account .social-login .woocommerce-notice .focus.button, .woocommerce-notice .edit-account .social-login .focus.button,
.edit-account .social-login .woocommerce-message .focus.button,
.woocommerce-message .edit-account .social-login .focus.button,
.edit-account .social-login .woocommerce-error .focus.button,
.woocommerce-error .edit-account .social-login .focus.button, .edit-account .social-login .focus.bbp-pagination__more,
.edit-account .social-login .focus.pagination__more, .edit-account .social-login .comment-form input.focus[type=submit], .comment-form .edit-account .social-login input.focus[type=submit], .edit-account .social-login .focus.account-cta__link, .edit-account .social-login .page-landing__content .focus.content-columns__cta-link, .page-landing__content .edit-account .social-login .focus.content-columns__cta-link,
.edit-account .social-login .page-landing__content .fxc-mixed_cta .focus.card__cta,
.page-landing__content .fxc-mixed_cta .edit-account .social-login .focus.card__cta,
.edit-account .social-login .page-landing__content .focus.slide-pane__cta,
.page-landing__content .edit-account .social-login .focus.slide-pane__cta, .edit-account .social-login .single-product .focus.button, .single-product .edit-account .social-login .focus.button,
.edit-account .social-login .woocommerce-order-received .focus.button,
.woocommerce-order-received .edit-account .social-login .focus.button,
.edit-account .social-login .woocommerce-checkout .focus.button,
.woocommerce-checkout .edit-account .social-login .focus.button,
.edit-account .social-login .woocommerce-cart .focus.button,
.woocommerce-cart .edit-account .social-login .focus.button, .edit-account .social-login .woocommerce-MyAccount-navigation ul li a.focus, .woocommerce-MyAccount-navigation ul li .edit-account .social-login a.focus, .edit-account .social-login .woocommerce-MyAccount-content .focus.button, .woocommerce-MyAccount-content .edit-account .social-login .focus.button, .woocommerce-MyAccount-content .focus.button.cancel {
  box-shadow: 0 0 0 0.2rem rgba(47, 68, 92, 0.5);
}
.btn-shop-secondary.disabled, .shop_table.cart .disabled.remove, .edit-account .social-login .disabled.btn, .edit-account .social-login .woocommerce-notice .disabled.button, .woocommerce-notice .edit-account .social-login .disabled.button,
.edit-account .social-login .woocommerce-message .disabled.button,
.woocommerce-message .edit-account .social-login .disabled.button,
.edit-account .social-login .woocommerce-error .disabled.button,
.woocommerce-error .edit-account .social-login .disabled.button, .edit-account .social-login .disabled.bbp-pagination__more,
.edit-account .social-login .disabled.pagination__more, .edit-account .social-login .comment-form input.disabled[type=submit], .comment-form .edit-account .social-login input.disabled[type=submit], .edit-account .social-login .disabled.account-cta__link, .edit-account .social-login .page-landing__content .disabled.content-columns__cta-link, .page-landing__content .edit-account .social-login .disabled.content-columns__cta-link,
.edit-account .social-login .page-landing__content .fxc-mixed_cta .disabled.card__cta,
.page-landing__content .fxc-mixed_cta .edit-account .social-login .disabled.card__cta,
.edit-account .social-login .page-landing__content .disabled.slide-pane__cta,
.page-landing__content .edit-account .social-login .disabled.slide-pane__cta, .edit-account .social-login .single-product .disabled.button, .single-product .edit-account .social-login .disabled.button,
.edit-account .social-login .woocommerce-order-received .disabled.button,
.woocommerce-order-received .edit-account .social-login .disabled.button,
.edit-account .social-login .woocommerce-checkout .disabled.button,
.woocommerce-checkout .edit-account .social-login .disabled.button,
.edit-account .social-login .woocommerce-cart .disabled.button,
.woocommerce-cart .edit-account .social-login .disabled.button, .edit-account .social-login .woocommerce-MyAccount-navigation ul li a.disabled, .woocommerce-MyAccount-navigation ul li .edit-account .social-login a.disabled, .edit-account .social-login .woocommerce-MyAccount-content .disabled.button, .woocommerce-MyAccount-content .edit-account .social-login .disabled.button, .woocommerce-MyAccount-content .disabled.button.cancel, .btn-shop-secondary:disabled, .shop_table.cart .remove:disabled, .edit-account .social-login .btn:disabled, .edit-account .social-login .woocommerce-notice .button:disabled, .woocommerce-notice .edit-account .social-login .button:disabled,
.edit-account .social-login .woocommerce-message .button:disabled,
.woocommerce-message .edit-account .social-login .button:disabled,
.edit-account .social-login .woocommerce-error .button:disabled,
.woocommerce-error .edit-account .social-login .button:disabled, .edit-account .social-login .bbp-pagination__more:disabled,
.edit-account .social-login .pagination__more:disabled, .edit-account .social-login .comment-form input[type=submit]:disabled, .comment-form .edit-account .social-login input[type=submit]:disabled, .edit-account .social-login .account-cta__link:disabled, .edit-account .social-login .page-landing__content .content-columns__cta-link:disabled, .page-landing__content .edit-account .social-login .content-columns__cta-link:disabled,
.edit-account .social-login .page-landing__content .fxc-mixed_cta .card__cta:disabled,
.page-landing__content .fxc-mixed_cta .edit-account .social-login .card__cta:disabled,
.edit-account .social-login .page-landing__content .slide-pane__cta:disabled,
.page-landing__content .edit-account .social-login .slide-pane__cta:disabled, .edit-account .social-login .single-product .button:disabled, .single-product .edit-account .social-login .button:disabled,
.edit-account .social-login .woocommerce-order-received .button:disabled,
.woocommerce-order-received .edit-account .social-login .button:disabled,
.edit-account .social-login .woocommerce-checkout .button:disabled,
.woocommerce-checkout .edit-account .social-login .button:disabled,
.edit-account .social-login .woocommerce-cart .button:disabled,
.woocommerce-cart .edit-account .social-login .button:disabled, .edit-account .social-login .woocommerce-MyAccount-navigation ul li a:disabled, .woocommerce-MyAccount-navigation ul li .edit-account .social-login a:disabled, .edit-account .social-login .woocommerce-MyAccount-content .button:disabled, .woocommerce-MyAccount-content .edit-account .social-login .button:disabled, .woocommerce-MyAccount-content .button.cancel:disabled {
  color: #fff;
  background-color: #2f445c;
  border-color: #2f445c;
}
.btn-shop-secondary:not(:disabled):not(.disabled):active, .shop_table.cart .remove:not(:disabled):not(.disabled):active, .edit-account .social-login .btn:not(:disabled):not(.disabled):active, .edit-account .social-login .woocommerce-notice .button:not(:disabled):not(.disabled):active, .woocommerce-notice .edit-account .social-login .button:not(:disabled):not(.disabled):active,
.edit-account .social-login .woocommerce-message .button:not(:disabled):not(.disabled):active,
.woocommerce-message .edit-account .social-login .button:not(:disabled):not(.disabled):active,
.edit-account .social-login .woocommerce-error .button:not(:disabled):not(.disabled):active,
.woocommerce-error .edit-account .social-login .button:not(:disabled):not(.disabled):active, .edit-account .social-login .bbp-pagination__more:not(:disabled):not(.disabled):active,
.edit-account .social-login .pagination__more:not(:disabled):not(.disabled):active, .edit-account .social-login .comment-form input[type=submit]:not(:disabled):not(.disabled):active, .comment-form .edit-account .social-login input[type=submit]:not(:disabled):not(.disabled):active, .edit-account .social-login .account-cta__link:not(:disabled):not(.disabled):active, .edit-account .social-login .page-landing__content .content-columns__cta-link:not(:disabled):not(.disabled):active, .page-landing__content .edit-account .social-login .content-columns__cta-link:not(:disabled):not(.disabled):active,
.edit-account .social-login .page-landing__content .fxc-mixed_cta .card__cta:not(:disabled):not(.disabled):active,
.page-landing__content .fxc-mixed_cta .edit-account .social-login .card__cta:not(:disabled):not(.disabled):active,
.edit-account .social-login .page-landing__content .slide-pane__cta:not(:disabled):not(.disabled):active,
.page-landing__content .edit-account .social-login .slide-pane__cta:not(:disabled):not(.disabled):active, .edit-account .social-login .single-product .button:not(:disabled):not(.disabled):active, .single-product .edit-account .social-login .button:not(:disabled):not(.disabled):active,
.edit-account .social-login .woocommerce-order-received .button:not(:disabled):not(.disabled):active,
.woocommerce-order-received .edit-account .social-login .button:not(:disabled):not(.disabled):active,
.edit-account .social-login .woocommerce-checkout .button:not(:disabled):not(.disabled):active,
.woocommerce-checkout .edit-account .social-login .button:not(:disabled):not(.disabled):active,
.edit-account .social-login .woocommerce-cart .button:not(:disabled):not(.disabled):active,
.woocommerce-cart .edit-account .social-login .button:not(:disabled):not(.disabled):active, .edit-account .social-login .woocommerce-MyAccount-navigation ul li a:not(:disabled):not(.disabled):active, .woocommerce-MyAccount-navigation ul li .edit-account .social-login a:not(:disabled):not(.disabled):active, .edit-account .social-login .woocommerce-MyAccount-content .button:not(:disabled):not(.disabled):active, .woocommerce-MyAccount-content .edit-account .social-login .button:not(:disabled):not(.disabled):active, .woocommerce-MyAccount-content .button.cancel:not(:disabled):not(.disabled):active, .btn-shop-secondary:not(:disabled):not(.disabled).active, .shop_table.cart .remove:not(:disabled):not(.disabled).active, .edit-account .social-login .btn:not(:disabled):not(.disabled).active, .edit-account .social-login .woocommerce-notice .button:not(:disabled):not(.disabled).active, .woocommerce-notice .edit-account .social-login .button:not(:disabled):not(.disabled).active,
.edit-account .social-login .woocommerce-message .button:not(:disabled):not(.disabled).active,
.woocommerce-message .edit-account .social-login .button:not(:disabled):not(.disabled).active,
.edit-account .social-login .woocommerce-error .button:not(:disabled):not(.disabled).active,
.woocommerce-error .edit-account .social-login .button:not(:disabled):not(.disabled).active, .edit-account .social-login .bbp-pagination__more:not(:disabled):not(.disabled).active,
.edit-account .social-login .pagination__more:not(:disabled):not(.disabled).active, .edit-account .social-login .comment-form input[type=submit]:not(:disabled):not(.disabled).active, .comment-form .edit-account .social-login input[type=submit]:not(:disabled):not(.disabled).active, .edit-account .social-login .account-cta__link:not(:disabled):not(.disabled).active, .edit-account .social-login .page-landing__content .content-columns__cta-link:not(:disabled):not(.disabled).active, .page-landing__content .edit-account .social-login .content-columns__cta-link:not(:disabled):not(.disabled).active,
.edit-account .social-login .page-landing__content .fxc-mixed_cta .card__cta:not(:disabled):not(.disabled).active,
.page-landing__content .fxc-mixed_cta .edit-account .social-login .card__cta:not(:disabled):not(.disabled).active,
.edit-account .social-login .page-landing__content .slide-pane__cta:not(:disabled):not(.disabled).active,
.page-landing__content .edit-account .social-login .slide-pane__cta:not(:disabled):not(.disabled).active, .edit-account .social-login .single-product .button:not(:disabled):not(.disabled).active, .single-product .edit-account .social-login .button:not(:disabled):not(.disabled).active,
.edit-account .social-login .woocommerce-order-received .button:not(:disabled):not(.disabled).active,
.woocommerce-order-received .edit-account .social-login .button:not(:disabled):not(.disabled).active,
.edit-account .social-login .woocommerce-checkout .button:not(:disabled):not(.disabled).active,
.woocommerce-checkout .edit-account .social-login .button:not(:disabled):not(.disabled).active,
.edit-account .social-login .woocommerce-cart .button:not(:disabled):not(.disabled).active,
.woocommerce-cart .edit-account .social-login .button:not(:disabled):not(.disabled).active, .edit-account .social-login .woocommerce-MyAccount-navigation ul li a:not(:disabled):not(.disabled).active, .woocommerce-MyAccount-navigation ul li .edit-account .social-login a:not(:disabled):not(.disabled).active, .edit-account .social-login .woocommerce-MyAccount-content .button:not(:disabled):not(.disabled).active, .woocommerce-MyAccount-content .edit-account .social-login .button:not(:disabled):not(.disabled).active, .woocommerce-MyAccount-content .button.cancel:not(:disabled):not(.disabled).active, .show > .btn-shop-secondary.dropdown-toggle, .shop_table.cart .show > .dropdown-toggle.remove, .edit-account .social-login .show > .dropdown-toggle.btn, .edit-account .social-login .woocommerce-notice .show > .dropdown-toggle.button, .woocommerce-notice .edit-account .social-login .show > .dropdown-toggle.button,
.edit-account .social-login .woocommerce-message .show > .dropdown-toggle.button,
.woocommerce-message .edit-account .social-login .show > .dropdown-toggle.button,
.edit-account .social-login .woocommerce-error .show > .dropdown-toggle.button,
.woocommerce-error .edit-account .social-login .show > .dropdown-toggle.button, .shop_table.cart .edit-account .social-login .show > .dropdown-toggle.remove, .edit-account .social-login .show > .dropdown-toggle.bbp-pagination__more,
.edit-account .social-login .show > .dropdown-toggle.pagination__more, .edit-account .social-login .comment-form .show > input.dropdown-toggle[type=submit], .comment-form .edit-account .social-login .show > input.dropdown-toggle[type=submit], .edit-account .social-login .show > .dropdown-toggle.account-cta__link, .edit-account .social-login .page-landing__content .show > .dropdown-toggle.content-columns__cta-link, .page-landing__content .edit-account .social-login .show > .dropdown-toggle.content-columns__cta-link,
.edit-account .social-login .page-landing__content .fxc-mixed_cta .show > .dropdown-toggle.card__cta,
.page-landing__content .fxc-mixed_cta .edit-account .social-login .show > .dropdown-toggle.card__cta,
.edit-account .social-login .page-landing__content .show > .dropdown-toggle.slide-pane__cta,
.page-landing__content .edit-account .social-login .show > .dropdown-toggle.slide-pane__cta, .edit-account .social-login .single-product .show > .dropdown-toggle.button, .single-product .edit-account .social-login .show > .dropdown-toggle.button,
.edit-account .social-login .woocommerce-order-received .show > .dropdown-toggle.button,
.woocommerce-order-received .edit-account .social-login .show > .dropdown-toggle.button,
.edit-account .social-login .woocommerce-checkout .show > .dropdown-toggle.button,
.woocommerce-checkout .edit-account .social-login .show > .dropdown-toggle.button,
.edit-account .social-login .woocommerce-cart .show > .dropdown-toggle.button,
.woocommerce-cart .edit-account .social-login .show > .dropdown-toggle.button, .edit-account .social-login .woocommerce-MyAccount-navigation ul li .show > a.dropdown-toggle, .woocommerce-MyAccount-navigation ul li .edit-account .social-login .show > a.dropdown-toggle, .edit-account .social-login .woocommerce-MyAccount-content .show > .dropdown-toggle.button, .woocommerce-MyAccount-content .edit-account .social-login .show > .dropdown-toggle.button, .woocommerce-MyAccount-content .show > .dropdown-toggle.button.cancel {
  color: #fff;
  background-color: #1e2b3a;
  border-color: #192532;
}
.btn-shop-secondary:not(:disabled):not(.disabled):active:focus, .shop_table.cart .remove:not(:disabled):not(.disabled):active:focus, .edit-account .social-login .btn:not(:disabled):not(.disabled):active:focus, .edit-account .social-login .woocommerce-notice .button:not(:disabled):not(.disabled):active:focus, .woocommerce-notice .edit-account .social-login .button:not(:disabled):not(.disabled):active:focus,
.edit-account .social-login .woocommerce-message .button:not(:disabled):not(.disabled):active:focus,
.woocommerce-message .edit-account .social-login .button:not(:disabled):not(.disabled):active:focus,
.edit-account .social-login .woocommerce-error .button:not(:disabled):not(.disabled):active:focus,
.woocommerce-error .edit-account .social-login .button:not(:disabled):not(.disabled):active:focus, .edit-account .social-login .bbp-pagination__more:not(:disabled):not(.disabled):active:focus,
.edit-account .social-login .pagination__more:not(:disabled):not(.disabled):active:focus, .edit-account .social-login .comment-form input[type=submit]:not(:disabled):not(.disabled):active:focus, .comment-form .edit-account .social-login input[type=submit]:not(:disabled):not(.disabled):active:focus, .edit-account .social-login .account-cta__link:not(:disabled):not(.disabled):active:focus, .edit-account .social-login .page-landing__content .content-columns__cta-link:not(:disabled):not(.disabled):active:focus, .page-landing__content .edit-account .social-login .content-columns__cta-link:not(:disabled):not(.disabled):active:focus,
.edit-account .social-login .page-landing__content .fxc-mixed_cta .card__cta:not(:disabled):not(.disabled):active:focus,
.page-landing__content .fxc-mixed_cta .edit-account .social-login .card__cta:not(:disabled):not(.disabled):active:focus,
.edit-account .social-login .page-landing__content .slide-pane__cta:not(:disabled):not(.disabled):active:focus,
.page-landing__content .edit-account .social-login .slide-pane__cta:not(:disabled):not(.disabled):active:focus, .edit-account .social-login .single-product .button:not(:disabled):not(.disabled):active:focus, .single-product .edit-account .social-login .button:not(:disabled):not(.disabled):active:focus,
.edit-account .social-login .woocommerce-order-received .button:not(:disabled):not(.disabled):active:focus,
.woocommerce-order-received .edit-account .social-login .button:not(:disabled):not(.disabled):active:focus,
.edit-account .social-login .woocommerce-checkout .button:not(:disabled):not(.disabled):active:focus,
.woocommerce-checkout .edit-account .social-login .button:not(:disabled):not(.disabled):active:focus,
.edit-account .social-login .woocommerce-cart .button:not(:disabled):not(.disabled):active:focus,
.woocommerce-cart .edit-account .social-login .button:not(:disabled):not(.disabled):active:focus, .edit-account .social-login .woocommerce-MyAccount-navigation ul li a:not(:disabled):not(.disabled):active:focus, .woocommerce-MyAccount-navigation ul li .edit-account .social-login a:not(:disabled):not(.disabled):active:focus, .edit-account .social-login .woocommerce-MyAccount-content .button:not(:disabled):not(.disabled):active:focus, .woocommerce-MyAccount-content .edit-account .social-login .button:not(:disabled):not(.disabled):active:focus, .woocommerce-MyAccount-content .button.cancel:not(:disabled):not(.disabled):active:focus, .btn-shop-secondary:not(:disabled):not(.disabled).active:focus, .shop_table.cart .remove:not(:disabled):not(.disabled).active:focus, .edit-account .social-login .btn:not(:disabled):not(.disabled).active:focus, .edit-account .social-login .woocommerce-notice .button:not(:disabled):not(.disabled).active:focus, .woocommerce-notice .edit-account .social-login .button:not(:disabled):not(.disabled).active:focus,
.edit-account .social-login .woocommerce-message .button:not(:disabled):not(.disabled).active:focus,
.woocommerce-message .edit-account .social-login .button:not(:disabled):not(.disabled).active:focus,
.edit-account .social-login .woocommerce-error .button:not(:disabled):not(.disabled).active:focus,
.woocommerce-error .edit-account .social-login .button:not(:disabled):not(.disabled).active:focus, .edit-account .social-login .bbp-pagination__more:not(:disabled):not(.disabled).active:focus,
.edit-account .social-login .pagination__more:not(:disabled):not(.disabled).active:focus, .edit-account .social-login .comment-form input[type=submit]:not(:disabled):not(.disabled).active:focus, .comment-form .edit-account .social-login input[type=submit]:not(:disabled):not(.disabled).active:focus, .edit-account .social-login .account-cta__link:not(:disabled):not(.disabled).active:focus, .edit-account .social-login .page-landing__content .content-columns__cta-link:not(:disabled):not(.disabled).active:focus, .page-landing__content .edit-account .social-login .content-columns__cta-link:not(:disabled):not(.disabled).active:focus,
.edit-account .social-login .page-landing__content .fxc-mixed_cta .card__cta:not(:disabled):not(.disabled).active:focus,
.page-landing__content .fxc-mixed_cta .edit-account .social-login .card__cta:not(:disabled):not(.disabled).active:focus,
.edit-account .social-login .page-landing__content .slide-pane__cta:not(:disabled):not(.disabled).active:focus,
.page-landing__content .edit-account .social-login .slide-pane__cta:not(:disabled):not(.disabled).active:focus, .edit-account .social-login .single-product .button:not(:disabled):not(.disabled).active:focus, .single-product .edit-account .social-login .button:not(:disabled):not(.disabled).active:focus,
.edit-account .social-login .woocommerce-order-received .button:not(:disabled):not(.disabled).active:focus,
.woocommerce-order-received .edit-account .social-login .button:not(:disabled):not(.disabled).active:focus,
.edit-account .social-login .woocommerce-checkout .button:not(:disabled):not(.disabled).active:focus,
.woocommerce-checkout .edit-account .social-login .button:not(:disabled):not(.disabled).active:focus,
.edit-account .social-login .woocommerce-cart .button:not(:disabled):not(.disabled).active:focus,
.woocommerce-cart .edit-account .social-login .button:not(:disabled):not(.disabled).active:focus, .edit-account .social-login .woocommerce-MyAccount-navigation ul li a:not(:disabled):not(.disabled).active:focus, .woocommerce-MyAccount-navigation ul li .edit-account .social-login a:not(:disabled):not(.disabled).active:focus, .edit-account .social-login .woocommerce-MyAccount-content .button:not(:disabled):not(.disabled).active:focus, .woocommerce-MyAccount-content .edit-account .social-login .button:not(:disabled):not(.disabled).active:focus, .woocommerce-MyAccount-content .button.cancel:not(:disabled):not(.disabled).active:focus, .show > .btn-shop-secondary.dropdown-toggle:focus, .shop_table.cart .show > .dropdown-toggle.remove:focus, .edit-account .social-login .show > .dropdown-toggle.btn:focus, .edit-account .social-login .woocommerce-notice .show > .dropdown-toggle.button:focus, .woocommerce-notice .edit-account .social-login .show > .dropdown-toggle.button:focus,
.edit-account .social-login .woocommerce-message .show > .dropdown-toggle.button:focus,
.woocommerce-message .edit-account .social-login .show > .dropdown-toggle.button:focus,
.edit-account .social-login .woocommerce-error .show > .dropdown-toggle.button:focus,
.woocommerce-error .edit-account .social-login .show > .dropdown-toggle.button:focus, .shop_table.cart .edit-account .social-login .show > .dropdown-toggle.remove:focus, .edit-account .social-login .show > .dropdown-toggle.bbp-pagination__more:focus,
.edit-account .social-login .show > .dropdown-toggle.pagination__more:focus, .edit-account .social-login .comment-form .show > input.dropdown-toggle[type=submit]:focus, .comment-form .edit-account .social-login .show > input.dropdown-toggle[type=submit]:focus, .edit-account .social-login .show > .dropdown-toggle.account-cta__link:focus, .edit-account .social-login .page-landing__content .show > .dropdown-toggle.content-columns__cta-link:focus, .page-landing__content .edit-account .social-login .show > .dropdown-toggle.content-columns__cta-link:focus,
.edit-account .social-login .page-landing__content .fxc-mixed_cta .show > .dropdown-toggle.card__cta:focus,
.page-landing__content .fxc-mixed_cta .edit-account .social-login .show > .dropdown-toggle.card__cta:focus,
.edit-account .social-login .page-landing__content .show > .dropdown-toggle.slide-pane__cta:focus,
.page-landing__content .edit-account .social-login .show > .dropdown-toggle.slide-pane__cta:focus, .edit-account .social-login .single-product .show > .dropdown-toggle.button:focus, .single-product .edit-account .social-login .show > .dropdown-toggle.button:focus,
.edit-account .social-login .woocommerce-order-received .show > .dropdown-toggle.button:focus,
.woocommerce-order-received .edit-account .social-login .show > .dropdown-toggle.button:focus,
.edit-account .social-login .woocommerce-checkout .show > .dropdown-toggle.button:focus,
.woocommerce-checkout .edit-account .social-login .show > .dropdown-toggle.button:focus,
.edit-account .social-login .woocommerce-cart .show > .dropdown-toggle.button:focus,
.woocommerce-cart .edit-account .social-login .show > .dropdown-toggle.button:focus, .edit-account .social-login .woocommerce-MyAccount-navigation ul li .show > a.dropdown-toggle:focus, .woocommerce-MyAccount-navigation ul li .edit-account .social-login .show > a.dropdown-toggle:focus, .edit-account .social-login .woocommerce-MyAccount-content .show > .dropdown-toggle.button:focus, .woocommerce-MyAccount-content .edit-account .social-login .show > .dropdown-toggle.button:focus, .woocommerce-MyAccount-content .show > .dropdown-toggle.button.cancel:focus {
  box-shadow: 0 0 0 0.2rem rgba(47, 68, 92, 0.5);
}

.btn-outline-primary {
  color: #0a233f;
  background-color: transparent;
  background-image: none;
  border-color: #0a233f;
}
.btn-outline-primary:hover {
  color: #fff;
  background-color: #0a233f;
  border-color: #0a233f;
}
.btn-outline-primary:focus, .btn-outline-primary.focus {
  box-shadow: 0 0 0 0.2rem rgba(10, 35, 63, 0.5);
}
.btn-outline-primary.disabled, .btn-outline-primary:disabled {
  color: #0a233f;
  background-color: transparent;
}
.btn-outline-primary:not(:disabled):not(.disabled):active, .btn-outline-primary:not(:disabled):not(.disabled).active, .show > .btn-outline-primary.dropdown-toggle {
  color: #fff;
  background-color: #0a233f;
  border-color: #0a233f;
}
.btn-outline-primary:not(:disabled):not(.disabled):active:focus, .btn-outline-primary:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(10, 35, 63, 0.5);
}

.btn-outline-secondary {
  color: #addbe3;
  background-color: transparent;
  background-image: none;
  border-color: #addbe3;
}
.btn-outline-secondary:hover {
  color: #212529;
  background-color: #addbe3;
  border-color: #addbe3;
}
.btn-outline-secondary:focus, .btn-outline-secondary.focus {
  box-shadow: 0 0 0 0.2rem rgba(173, 219, 227, 0.5);
}
.btn-outline-secondary.disabled, .btn-outline-secondary:disabled {
  color: #addbe3;
  background-color: transparent;
}
.btn-outline-secondary:not(:disabled):not(.disabled):active, .btn-outline-secondary:not(:disabled):not(.disabled).active, .show > .btn-outline-secondary.dropdown-toggle {
  color: #212529;
  background-color: #addbe3;
  border-color: #addbe3;
}
.btn-outline-secondary:not(:disabled):not(.disabled):active:focus, .btn-outline-secondary:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(173, 219, 227, 0.5);
}

.btn-outline-success {
  color: #B2D666;
  background-color: transparent;
  background-image: none;
  border-color: #B2D666;
}
.btn-outline-success:hover {
  color: #212529;
  background-color: #B2D666;
  border-color: #B2D666;
}
.btn-outline-success:focus, .btn-outline-success.focus {
  box-shadow: 0 0 0 0.2rem rgba(178, 214, 102, 0.5);
}
.btn-outline-success.disabled, .btn-outline-success:disabled {
  color: #B2D666;
  background-color: transparent;
}
.btn-outline-success:not(:disabled):not(.disabled):active, .btn-outline-success:not(:disabled):not(.disabled).active, .show > .btn-outline-success.dropdown-toggle {
  color: #212529;
  background-color: #B2D666;
  border-color: #B2D666;
}
.btn-outline-success:not(:disabled):not(.disabled):active:focus, .btn-outline-success:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(178, 214, 102, 0.5);
}

.btn-outline-info {
  color: #70C4E8;
  background-color: transparent;
  background-image: none;
  border-color: #70C4E8;
}
.btn-outline-info:hover {
  color: #212529;
  background-color: #70C4E8;
  border-color: #70C4E8;
}
.btn-outline-info:focus, .btn-outline-info.focus {
  box-shadow: 0 0 0 0.2rem rgba(112, 196, 232, 0.5);
}
.btn-outline-info.disabled, .btn-outline-info:disabled {
  color: #70C4E8;
  background-color: transparent;
}
.btn-outline-info:not(:disabled):not(.disabled):active, .btn-outline-info:not(:disabled):not(.disabled).active, .show > .btn-outline-info.dropdown-toggle {
  color: #212529;
  background-color: #70C4E8;
  border-color: #70C4E8;
}
.btn-outline-info:not(:disabled):not(.disabled):active:focus, .btn-outline-info:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(112, 196, 232, 0.5);
}

.btn-outline-warning {
  color: #F4AA4F;
  background-color: transparent;
  background-image: none;
  border-color: #F4AA4F;
}
.btn-outline-warning:hover {
  color: #212529;
  background-color: #F4AA4F;
  border-color: #F4AA4F;
}
.btn-outline-warning:focus, .btn-outline-warning.focus {
  box-shadow: 0 0 0 0.2rem rgba(244, 170, 79, 0.5);
}
.btn-outline-warning.disabled, .btn-outline-warning:disabled {
  color: #F4AA4F;
  background-color: transparent;
}
.btn-outline-warning:not(:disabled):not(.disabled):active, .btn-outline-warning:not(:disabled):not(.disabled).active, .show > .btn-outline-warning.dropdown-toggle {
  color: #212529;
  background-color: #F4AA4F;
  border-color: #F4AA4F;
}
.btn-outline-warning:not(:disabled):not(.disabled):active:focus, .btn-outline-warning:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(244, 170, 79, 0.5);
}

.btn-outline-danger {
  color: #F4AA4F;
  background-color: transparent;
  background-image: none;
  border-color: #F4AA4F;
}
.btn-outline-danger:hover {
  color: #212529;
  background-color: #F4AA4F;
  border-color: #F4AA4F;
}
.btn-outline-danger:focus, .btn-outline-danger.focus {
  box-shadow: 0 0 0 0.2rem rgba(244, 170, 79, 0.5);
}
.btn-outline-danger.disabled, .btn-outline-danger:disabled {
  color: #F4AA4F;
  background-color: transparent;
}
.btn-outline-danger:not(:disabled):not(.disabled):active, .btn-outline-danger:not(:disabled):not(.disabled).active, .show > .btn-outline-danger.dropdown-toggle {
  color: #212529;
  background-color: #F4AA4F;
  border-color: #F4AA4F;
}
.btn-outline-danger:not(:disabled):not(.disabled):active:focus, .btn-outline-danger:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(244, 170, 79, 0.5);
}

.btn-outline-light {
  color: #f8f9fa;
  background-color: transparent;
  background-image: none;
  border-color: #f8f9fa;
}
.btn-outline-light:hover {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
.btn-outline-light:focus, .btn-outline-light.focus {
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}
.btn-outline-light.disabled, .btn-outline-light:disabled {
  color: #f8f9fa;
  background-color: transparent;
}
.btn-outline-light:not(:disabled):not(.disabled):active, .btn-outline-light:not(:disabled):not(.disabled).active, .show > .btn-outline-light.dropdown-toggle {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
.btn-outline-light:not(:disabled):not(.disabled):active:focus, .btn-outline-light:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}

.btn-outline-dark {
  color: #343a40;
  background-color: transparent;
  background-image: none;
  border-color: #343a40;
}
.btn-outline-dark:hover {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}
.btn-outline-dark:focus, .btn-outline-dark.focus {
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}
.btn-outline-dark.disabled, .btn-outline-dark:disabled {
  color: #343a40;
  background-color: transparent;
}
.btn-outline-dark:not(:disabled):not(.disabled):active, .btn-outline-dark:not(:disabled):not(.disabled).active, .show > .btn-outline-dark.dropdown-toggle {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}
.btn-outline-dark:not(:disabled):not(.disabled):active:focus, .btn-outline-dark:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}

.btn-outline-primary-light {
  color: #2f445c;
  background-color: transparent;
  background-image: none;
  border-color: #2f445c;
}
.btn-outline-primary-light:hover {
  color: #fff;
  background-color: #2f445c;
  border-color: #2f445c;
}
.btn-outline-primary-light:focus, .btn-outline-primary-light.focus {
  box-shadow: 0 0 0 0.2rem rgba(47, 68, 92, 0.5);
}
.btn-outline-primary-light.disabled, .btn-outline-primary-light:disabled {
  color: #2f445c;
  background-color: transparent;
}
.btn-outline-primary-light:not(:disabled):not(.disabled):active, .btn-outline-primary-light:not(:disabled):not(.disabled).active, .show > .btn-outline-primary-light.dropdown-toggle {
  color: #fff;
  background-color: #2f445c;
  border-color: #2f445c;
}
.btn-outline-primary-light:not(:disabled):not(.disabled):active:focus, .btn-outline-primary-light:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-primary-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(47, 68, 92, 0.5);
}

.btn-outline-shop-primary {
  color: #0a233f;
  background-color: transparent;
  background-image: none;
  border-color: #0a233f;
}
.btn-outline-shop-primary:hover {
  color: #fff;
  background-color: #0a233f;
  border-color: #0a233f;
}
.btn-outline-shop-primary:focus, .btn-outline-shop-primary.focus {
  box-shadow: 0 0 0 0.2rem rgba(10, 35, 63, 0.5);
}
.btn-outline-shop-primary.disabled, .btn-outline-shop-primary:disabled {
  color: #0a233f;
  background-color: transparent;
}
.btn-outline-shop-primary:not(:disabled):not(.disabled):active, .btn-outline-shop-primary:not(:disabled):not(.disabled).active, .show > .btn-outline-shop-primary.dropdown-toggle {
  color: #fff;
  background-color: #0a233f;
  border-color: #0a233f;
}
.btn-outline-shop-primary:not(:disabled):not(.disabled):active:focus, .btn-outline-shop-primary:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-shop-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(10, 35, 63, 0.5);
}

.btn-outline-shop-secondary {
  color: #2f445c;
  background-color: transparent;
  background-image: none;
  border-color: #2f445c;
}
.btn-outline-shop-secondary:hover {
  color: #fff;
  background-color: #2f445c;
  border-color: #2f445c;
}
.btn-outline-shop-secondary:focus, .btn-outline-shop-secondary.focus {
  box-shadow: 0 0 0 0.2rem rgba(47, 68, 92, 0.5);
}
.btn-outline-shop-secondary.disabled, .btn-outline-shop-secondary:disabled {
  color: #2f445c;
  background-color: transparent;
}
.btn-outline-shop-secondary:not(:disabled):not(.disabled):active, .btn-outline-shop-secondary:not(:disabled):not(.disabled).active, .show > .btn-outline-shop-secondary.dropdown-toggle {
  color: #fff;
  background-color: #2f445c;
  border-color: #2f445c;
}
.btn-outline-shop-secondary:not(:disabled):not(.disabled):active:focus, .btn-outline-shop-secondary:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-shop-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(47, 68, 92, 0.5);
}

.btn-link {
  font-weight: 400;
  color: #0a233f;
  background-color: transparent;
}
.btn-link:hover {
  color: black;
  text-decoration: underline;
  background-color: transparent;
  border-color: transparent;
}
.btn-link:focus, .btn-link.focus {
  text-decoration: underline;
  border-color: transparent;
  box-shadow: none;
}
.btn-link:disabled, .btn-link.disabled {
  color: #6c757d;
  pointer-events: none;
}

.btn-lg, .woocommerce-form-login button.button, .woocommerce .form-row-inline .button, form.checkout .place-order .button, .shop_table.cart tfoot button, .woocommerce-MyAccount-content-edit-address form .button, .single-product .button.wc-forward,
.woocommerce-order-received .button.wc-forward,
.woocommerce-checkout .button.wc-forward,
.woocommerce-cart .button.wc-forward, .page-landing__content .content-columns__cta-link,
.page-landing__content .fxc-mixed_cta .card__cta,
.page-landing__content .slide-pane__cta, .btn-group-lg > .btn, .woocommerce-notice .btn-group-lg > .button,
.woocommerce-message .btn-group-lg > .button,
.woocommerce-error .btn-group-lg > .button, .shop_table.cart .btn-group-lg > .remove, .woocommerce-MyAccount-content .btn-group-lg > .button, .woocommerce-MyAccount-navigation ul li .btn-group-lg > a, .single-product .btn-group-lg > .button,
.woocommerce-order-received .btn-group-lg > .button,
.woocommerce-checkout .btn-group-lg > .button,
.woocommerce-cart .btn-group-lg > .button, .btn-group-lg > .account-cta__link, .comment-form .btn-group-lg > input[type=submit], .btn-group-lg > .bbp-pagination__more,
.btn-group-lg > .pagination__more {
  padding: 1rem 1.4rem;
  font-size: 0.75rem;
  line-height: 1.5;
  border-radius: 1.5rem;
}

.btn-sm, .btn-group-sm > .btn, .woocommerce-notice .btn-group-sm > .button,
.woocommerce-message .btn-group-sm > .button,
.woocommerce-error .btn-group-sm > .button, .shop_table.cart .btn-group-sm > .remove, .woocommerce-MyAccount-content .btn-group-sm > .button, .woocommerce-MyAccount-navigation ul li .btn-group-sm > a, .single-product .btn-group-sm > .button,
.woocommerce-order-received .btn-group-sm > .button,
.woocommerce-checkout .btn-group-sm > .button,
.woocommerce-cart .btn-group-sm > .button, .page-landing__content .btn-group-sm > .content-columns__cta-link,
.page-landing__content .fxc-mixed_cta .btn-group-sm > .card__cta,
.page-landing__content .btn-group-sm > .slide-pane__cta, .btn-group-sm > .account-cta__link, .comment-form .btn-group-sm > input[type=submit], .btn-group-sm > .bbp-pagination__more,
.btn-group-sm > .pagination__more {
  padding: 0.25rem 0.5rem;
  font-size: 0.75rem;
  line-height: 1.26;
  border-radius: 0.625rem;
}

.btn-tn {
  padding: 0.375rem 0.75rem;
  font-size: 0.6875rem;
  line-height: 1.5;
  border-radius: 0.625rem;
}

.btn-block, .woocommerce-form-login button.button, form.checkout .place-order .button, .cart-collaterals .button, .woocommerce-MyAccount-content-edit-address form .button, .woocommerce-MyAccount-navigation ul li a, .account-cta__link {
  display: block;
  width: 100%;
}
.btn-block + .btn-block, .woocommerce-form-login button.button + .btn-block, .woocommerce-form-login .btn-block + button.button, .woocommerce-form-login button.button + button.button, form.checkout .place-order .button + .btn-block, form.checkout .place-order .woocommerce-form-login .button + button.button, form.checkout .place-order .btn-block + .button, form.checkout .place-order .woocommerce-form-login button.button + .button, form.checkout .place-order .button + .button, .cart-collaterals .button + .btn-block, .cart-collaterals .woocommerce-form-login .button + button.button, form.checkout .place-order .cart-collaterals .button + .button, .cart-collaterals .btn-block + .button, .cart-collaterals .woocommerce-form-login button.button + .button, .cart-collaterals .button + .button, .woocommerce-MyAccount-content-edit-address form .button + .btn-block, .woocommerce-MyAccount-content-edit-address form .woocommerce-form-login .button + button.button, .woocommerce-MyAccount-content-edit-address form .btn-block + .button, .woocommerce-MyAccount-content-edit-address form .woocommerce-form-login button.button + .button, .woocommerce-MyAccount-content-edit-address form .button + .button, .woocommerce-MyAccount-navigation ul li a + .btn-block, .woocommerce-MyAccount-navigation ul li .woocommerce-form-login a + button.button, .woocommerce-form-login .woocommerce-MyAccount-navigation ul li a + button.button, .woocommerce-MyAccount-navigation ul li form.checkout .place-order a + .button, form.checkout .place-order .woocommerce-MyAccount-navigation ul li a + .button, .woocommerce-MyAccount-navigation ul li .cart-collaterals a + .button, .cart-collaterals .woocommerce-MyAccount-navigation ul li a + .button, .woocommerce-MyAccount-navigation ul li .woocommerce-MyAccount-content-edit-address form a + .button, .woocommerce-MyAccount-content-edit-address form .woocommerce-MyAccount-navigation ul li a + .button, .woocommerce-MyAccount-navigation ul li .btn-block + a, .woocommerce-MyAccount-navigation ul li .woocommerce-form-login button.button + a, .woocommerce-form-login .woocommerce-MyAccount-navigation ul li button.button + a, .woocommerce-MyAccount-navigation ul li form.checkout .place-order .button + a, form.checkout .place-order .woocommerce-MyAccount-navigation ul li .button + a, .woocommerce-MyAccount-navigation ul li .cart-collaterals .button + a, .cart-collaterals .woocommerce-MyAccount-navigation ul li .button + a, .woocommerce-MyAccount-navigation ul li .woocommerce-MyAccount-content-edit-address form .button + a, .woocommerce-MyAccount-content-edit-address form .woocommerce-MyAccount-navigation ul li .button + a, .woocommerce-MyAccount-navigation ul li a + a, .account-cta__link + .btn-block, .woocommerce-form-login .account-cta__link + button.button, form.checkout .place-order .account-cta__link + .button, .cart-collaterals .account-cta__link + .button, .woocommerce-MyAccount-content-edit-address form .account-cta__link + .button, .woocommerce-MyAccount-navigation ul li .account-cta__link + a, .btn-block + .account-cta__link, .woocommerce-form-login button.button + .account-cta__link, form.checkout .place-order .button + .account-cta__link, .cart-collaterals .button + .account-cta__link, .woocommerce-MyAccount-content-edit-address form .button + .account-cta__link, .woocommerce-MyAccount-navigation ul li a + .account-cta__link, .account-cta__link + .account-cta__link {
  margin-top: 0.5rem;
}

input[type=submit].btn-block, form.checkout .place-order input[type=submit].button, .cart-collaterals input[type=submit].button, .woocommerce-MyAccount-content-edit-address form input[type=submit].button, input[type=submit].account-cta__link,
input[type=reset].btn-block,
form.checkout .place-order input[type=reset].button,
.cart-collaterals input[type=reset].button,
.woocommerce-MyAccount-content-edit-address form input[type=reset].button,
input[type=reset].account-cta__link,
input[type=button].btn-block,
form.checkout .place-order input[type=button].button,
.cart-collaterals input[type=button].button,
.woocommerce-MyAccount-content-edit-address form input[type=button].button,
input[type=button].account-cta__link {
  width: 100%;
}

.fade {
  transition: opacity 0.15s linear;
}
@media screen and (prefers-reduced-motion: reduce) {
  .fade {
    transition: none;
  }
}
.fade:not(.show) {
  opacity: 0;
}

.collapse:not(.show) {
  display: none;
}

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  transition: height 0.35s ease;
}
@media screen and (prefers-reduced-motion: reduce) {
  .collapsing {
    transition: none;
  }
}

.dropup,
.dropright,
.dropdown,
.dropleft {
  position: relative;
}

.dropdown-toggle::after {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-bottom: 0;
  border-left: 0.3em solid transparent;
}
.dropdown-toggle:empty::after {
  margin-left: 0;
}

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 10rem;
  padding: 0.5rem 0;
  margin: 0.125rem 0 0;
  font-size: 1rem;
  color: #0a233f;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 1.5rem;
}

.dropdown-menu-right {
  right: 0;
  left: auto;
}

.dropup .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-top: 0;
  margin-bottom: 0.125rem;
}
.dropup .dropdown-toggle::after {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0;
  border-right: 0.3em solid transparent;
  border-bottom: 0.3em solid;
  border-left: 0.3em solid transparent;
}
.dropup .dropdown-toggle:empty::after {
  margin-left: 0;
}

.dropright .dropdown-menu {
  top: 0;
  right: auto;
  left: 100%;
  margin-top: 0;
  margin-left: 0.125rem;
}
.dropright .dropdown-toggle::after {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0;
  border-bottom: 0.3em solid transparent;
  border-left: 0.3em solid;
}
.dropright .dropdown-toggle:empty::after {
  margin-left: 0;
}
.dropright .dropdown-toggle::after {
  vertical-align: 0;
}

.dropleft .dropdown-menu {
  top: 0;
  right: 100%;
  left: auto;
  margin-top: 0;
  margin-right: 0.125rem;
}
.dropleft .dropdown-toggle::after {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
}
.dropleft .dropdown-toggle::after {
  display: none;
}
.dropleft .dropdown-toggle::before {
  display: inline-block;
  width: 0;
  height: 0;
  margin-right: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0.3em solid;
  border-bottom: 0.3em solid transparent;
}
.dropleft .dropdown-toggle:empty::after {
  margin-left: 0;
}
.dropleft .dropdown-toggle::before {
  vertical-align: 0;
}

.dropdown-menu[x-placement^=top], .dropdown-menu[x-placement^=right], .dropdown-menu[x-placement^=bottom], .dropdown-menu[x-placement^=left] {
  right: auto;
  bottom: auto;
}

.dropdown-divider {
  height: 0;
  margin: 0.5rem 0;
  overflow: hidden;
  border-top: 1px solid #e9ecef;
}

.dropdown-item {
  display: block;
  width: 100%;
  padding: 0.25rem 1.5rem;
  clear: both;
  font-weight: 400;
  color: #212529;
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
}
.dropdown-item:hover, .dropdown-item:focus {
  color: #16181b;
  text-decoration: none;
  background-color: #f8f9fa;
}
.dropdown-item.active, .dropdown-item:active {
  color: #fff;
  text-decoration: none;
  background-color: #0a233f;
}
.dropdown-item.disabled, .dropdown-item:disabled {
  color: #6c757d;
  background-color: transparent;
}

.dropdown-menu.show {
  display: block;
}

.dropdown-header {
  display: block;
  padding: 0.5rem 1.5rem;
  margin-bottom: 0;
  font-size: 0.8125rem;
  color: #6c757d;
  white-space: nowrap;
}

.dropdown-item-text {
  display: block;
  padding: 0.25rem 1.5rem;
  color: #212529;
}

.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-flex;
  vertical-align: middle;
}
.btn-group > .btn, .woocommerce-notice .btn-group > .button,
.woocommerce-message .btn-group > .button,
.woocommerce-error .btn-group > .button, .shop_table.cart .btn-group > .remove, .woocommerce-MyAccount-content .btn-group > .button, .woocommerce-MyAccount-navigation ul li .btn-group > a, .single-product .btn-group > .button,
.woocommerce-order-received .btn-group > .button,
.woocommerce-checkout .btn-group > .button,
.woocommerce-cart .btn-group > .button, .page-landing__content .btn-group > .content-columns__cta-link,
.page-landing__content .fxc-mixed_cta .btn-group > .card__cta,
.page-landing__content .btn-group > .slide-pane__cta, .btn-group > .account-cta__link, .comment-form .btn-group > input[type=submit], .btn-group > .bbp-pagination__more,
.btn-group > .pagination__more,
.btn-group-vertical > .btn,
.woocommerce-notice .btn-group-vertical > .button,
.woocommerce-message .btn-group-vertical > .button,
.woocommerce-error .btn-group-vertical > .button,
.shop_table.cart .btn-group-vertical > .remove,
.woocommerce-MyAccount-content .btn-group-vertical > .button,
.woocommerce-MyAccount-navigation ul li .btn-group-vertical > a,
.single-product .btn-group-vertical > .button,
.woocommerce-order-received .btn-group-vertical > .button,
.woocommerce-checkout .btn-group-vertical > .button,
.woocommerce-cart .btn-group-vertical > .button,
.page-landing__content .btn-group-vertical > .content-columns__cta-link,
.page-landing__content .fxc-mixed_cta .btn-group-vertical > .card__cta,
.page-landing__content .btn-group-vertical > .slide-pane__cta,
.btn-group-vertical > .account-cta__link,
.comment-form .btn-group-vertical > input[type=submit],
.btn-group-vertical > .bbp-pagination__more,
.btn-group-vertical > .pagination__more {
  position: relative;
  flex: 0 1 auto;
}
.btn-group > .btn:hover, .woocommerce-notice .btn-group > .button:hover,
.woocommerce-message .btn-group > .button:hover,
.woocommerce-error .btn-group > .button:hover, .shop_table.cart .btn-group > .remove:hover, .woocommerce-MyAccount-content .btn-group > .button:hover, .woocommerce-MyAccount-navigation ul li .btn-group > a:hover, .single-product .btn-group > .button:hover,
.woocommerce-order-received .btn-group > .button:hover,
.woocommerce-checkout .btn-group > .button:hover,
.woocommerce-cart .btn-group > .button:hover, .page-landing__content .btn-group > .content-columns__cta-link:hover,
.page-landing__content .fxc-mixed_cta .btn-group > .card__cta:hover,
.page-landing__content .btn-group > .slide-pane__cta:hover, .btn-group > .account-cta__link:hover, .comment-form .btn-group > input[type=submit]:hover, .btn-group > .bbp-pagination__more:hover,
.btn-group > .pagination__more:hover,
.btn-group-vertical > .btn:hover,
.woocommerce-notice .btn-group-vertical > .button:hover,
.woocommerce-message .btn-group-vertical > .button:hover,
.woocommerce-error .btn-group-vertical > .button:hover,
.shop_table.cart .btn-group-vertical > .remove:hover,
.woocommerce-MyAccount-content .btn-group-vertical > .button:hover,
.woocommerce-MyAccount-navigation ul li .btn-group-vertical > a:hover,
.single-product .btn-group-vertical > .button:hover,
.woocommerce-order-received .btn-group-vertical > .button:hover,
.woocommerce-checkout .btn-group-vertical > .button:hover,
.woocommerce-cart .btn-group-vertical > .button:hover,
.page-landing__content .btn-group-vertical > .content-columns__cta-link:hover,
.page-landing__content .fxc-mixed_cta .btn-group-vertical > .card__cta:hover,
.page-landing__content .btn-group-vertical > .slide-pane__cta:hover,
.btn-group-vertical > .account-cta__link:hover,
.comment-form .btn-group-vertical > input[type=submit]:hover,
.btn-group-vertical > .bbp-pagination__more:hover,
.btn-group-vertical > .pagination__more:hover {
  z-index: 1;
}
.btn-group > .btn:focus, .woocommerce-notice .btn-group > .button:focus,
.woocommerce-message .btn-group > .button:focus,
.woocommerce-error .btn-group > .button:focus, .shop_table.cart .btn-group > .remove:focus, .woocommerce-MyAccount-content .btn-group > .button:focus, .woocommerce-MyAccount-navigation ul li .btn-group > a:focus, .single-product .btn-group > .button:focus,
.woocommerce-order-received .btn-group > .button:focus,
.woocommerce-checkout .btn-group > .button:focus,
.woocommerce-cart .btn-group > .button:focus, .page-landing__content .btn-group > .content-columns__cta-link:focus,
.page-landing__content .fxc-mixed_cta .btn-group > .card__cta:focus,
.page-landing__content .btn-group > .slide-pane__cta:focus, .btn-group > .account-cta__link:focus, .comment-form .btn-group > input[type=submit]:focus, .btn-group > .bbp-pagination__more:focus,
.btn-group > .pagination__more:focus, .btn-group > .btn:active, .woocommerce-notice .btn-group > .button:active,
.woocommerce-message .btn-group > .button:active,
.woocommerce-error .btn-group > .button:active, .shop_table.cart .btn-group > .remove:active, .woocommerce-MyAccount-content .btn-group > .button:active, .woocommerce-MyAccount-navigation ul li .btn-group > a:active, .single-product .btn-group > .button:active,
.woocommerce-order-received .btn-group > .button:active,
.woocommerce-checkout .btn-group > .button:active,
.woocommerce-cart .btn-group > .button:active, .page-landing__content .btn-group > .content-columns__cta-link:active,
.page-landing__content .fxc-mixed_cta .btn-group > .card__cta:active,
.page-landing__content .btn-group > .slide-pane__cta:active, .btn-group > .account-cta__link:active, .comment-form .btn-group > input[type=submit]:active, .btn-group > .bbp-pagination__more:active,
.btn-group > .pagination__more:active, .btn-group > .btn.active, .woocommerce-notice .btn-group > .active.button,
.woocommerce-message .btn-group > .active.button,
.woocommerce-error .btn-group > .active.button, .shop_table.cart .btn-group > .active.remove, .woocommerce-MyAccount-content .btn-group > .active.button, .woocommerce-MyAccount-navigation ul li .btn-group > a.active, .single-product .btn-group > .active.button,
.woocommerce-order-received .btn-group > .active.button,
.woocommerce-checkout .btn-group > .active.button,
.woocommerce-cart .btn-group > .active.button, .page-landing__content .btn-group > .active.content-columns__cta-link,
.page-landing__content .fxc-mixed_cta .btn-group > .active.card__cta,
.page-landing__content .btn-group > .active.slide-pane__cta, .btn-group > .active.account-cta__link, .comment-form .btn-group > input.active[type=submit], .btn-group > .active.bbp-pagination__more,
.btn-group > .active.pagination__more,
.btn-group-vertical > .btn:focus,
.woocommerce-notice .btn-group-vertical > .button:focus,
.woocommerce-message .btn-group-vertical > .button:focus,
.woocommerce-error .btn-group-vertical > .button:focus,
.shop_table.cart .btn-group-vertical > .remove:focus,
.woocommerce-MyAccount-content .btn-group-vertical > .button:focus,
.woocommerce-MyAccount-navigation ul li .btn-group-vertical > a:focus,
.single-product .btn-group-vertical > .button:focus,
.woocommerce-order-received .btn-group-vertical > .button:focus,
.woocommerce-checkout .btn-group-vertical > .button:focus,
.woocommerce-cart .btn-group-vertical > .button:focus,
.page-landing__content .btn-group-vertical > .content-columns__cta-link:focus,
.page-landing__content .fxc-mixed_cta .btn-group-vertical > .card__cta:focus,
.page-landing__content .btn-group-vertical > .slide-pane__cta:focus,
.btn-group-vertical > .account-cta__link:focus,
.comment-form .btn-group-vertical > input[type=submit]:focus,
.btn-group-vertical > .bbp-pagination__more:focus,
.btn-group-vertical > .pagination__more:focus,
.btn-group-vertical > .btn:active,
.woocommerce-notice .btn-group-vertical > .button:active,
.woocommerce-message .btn-group-vertical > .button:active,
.woocommerce-error .btn-group-vertical > .button:active,
.shop_table.cart .btn-group-vertical > .remove:active,
.woocommerce-MyAccount-content .btn-group-vertical > .button:active,
.woocommerce-MyAccount-navigation ul li .btn-group-vertical > a:active,
.single-product .btn-group-vertical > .button:active,
.woocommerce-order-received .btn-group-vertical > .button:active,
.woocommerce-checkout .btn-group-vertical > .button:active,
.woocommerce-cart .btn-group-vertical > .button:active,
.page-landing__content .btn-group-vertical > .content-columns__cta-link:active,
.page-landing__content .fxc-mixed_cta .btn-group-vertical > .card__cta:active,
.page-landing__content .btn-group-vertical > .slide-pane__cta:active,
.btn-group-vertical > .account-cta__link:active,
.comment-form .btn-group-vertical > input[type=submit]:active,
.btn-group-vertical > .bbp-pagination__more:active,
.btn-group-vertical > .pagination__more:active,
.btn-group-vertical > .btn.active,
.woocommerce-notice .btn-group-vertical > .active.button,
.woocommerce-message .btn-group-vertical > .active.button,
.woocommerce-error .btn-group-vertical > .active.button,
.shop_table.cart .btn-group-vertical > .active.remove,
.woocommerce-MyAccount-content .btn-group-vertical > .active.button,
.woocommerce-MyAccount-navigation ul li .btn-group-vertical > a.active,
.single-product .btn-group-vertical > .active.button,
.woocommerce-order-received .btn-group-vertical > .active.button,
.woocommerce-checkout .btn-group-vertical > .active.button,
.woocommerce-cart .btn-group-vertical > .active.button,
.page-landing__content .btn-group-vertical > .active.content-columns__cta-link,
.page-landing__content .fxc-mixed_cta .btn-group-vertical > .active.card__cta,
.page-landing__content .btn-group-vertical > .active.slide-pane__cta,
.btn-group-vertical > .active.account-cta__link,
.comment-form .btn-group-vertical > input.active[type=submit],
.btn-group-vertical > .active.bbp-pagination__more,
.btn-group-vertical > .active.pagination__more {
  z-index: 1;
}
.btn-group .btn + .btn, .btn-group .woocommerce-notice .button + .btn, .woocommerce-notice .btn-group .button + .btn,
.btn-group .woocommerce-message .button + .btn,
.woocommerce-message .btn-group .button + .btn,
.btn-group .woocommerce-error .button + .btn,
.woocommerce-error .btn-group .button + .btn, .btn-group .woocommerce-notice .btn + .button, .woocommerce-notice .btn-group .btn + .button, .btn-group .woocommerce-notice .button + .button, .woocommerce-notice .btn-group .button + .button,
.btn-group .woocommerce-message .woocommerce-notice .button + .button,
.woocommerce-notice .btn-group .woocommerce-message .button + .button,
.woocommerce-message .btn-group .woocommerce-notice .button + .button,
.woocommerce-notice .woocommerce-message .btn-group .button + .button,
.btn-group .woocommerce-error .woocommerce-notice .button + .button,
.woocommerce-notice .btn-group .woocommerce-error .button + .button,
.woocommerce-error .btn-group .woocommerce-notice .button + .button,
.woocommerce-notice .woocommerce-error .btn-group .button + .button,
.btn-group .woocommerce-message .btn + .button,
.woocommerce-message .btn-group .btn + .button,
.btn-group .woocommerce-notice .woocommerce-message .button + .button,
.woocommerce-message .btn-group .woocommerce-notice .button + .button,
.woocommerce-notice .btn-group .woocommerce-message .button + .button,
.woocommerce-message .woocommerce-notice .btn-group .button + .button,
.btn-group .woocommerce-message .button + .button,
.woocommerce-message .btn-group .button + .button,
.btn-group .woocommerce-error .woocommerce-message .button + .button,
.woocommerce-message .btn-group .woocommerce-error .button + .button,
.woocommerce-error .btn-group .woocommerce-message .button + .button,
.woocommerce-message .woocommerce-error .btn-group .button + .button,
.btn-group .woocommerce-error .btn + .button,
.woocommerce-error .btn-group .btn + .button,
.btn-group .woocommerce-notice .woocommerce-error .button + .button,
.woocommerce-error .btn-group .woocommerce-notice .button + .button,
.woocommerce-notice .btn-group .woocommerce-error .button + .button,
.woocommerce-error .woocommerce-notice .btn-group .button + .button,
.btn-group .woocommerce-message .woocommerce-error .button + .button,
.woocommerce-error .btn-group .woocommerce-message .button + .button,
.woocommerce-message .btn-group .woocommerce-error .button + .button,
.woocommerce-error .woocommerce-message .btn-group .button + .button,
.btn-group .woocommerce-error .button + .button,
.woocommerce-error .btn-group .button + .button, .btn-group .shop_table.cart .remove + .btn, .btn-group .shop_table.cart .woocommerce-notice .remove + .button, .woocommerce-notice .btn-group .shop_table.cart .remove + .button,
.btn-group .shop_table.cart .woocommerce-message .remove + .button,
.woocommerce-message .btn-group .shop_table.cart .remove + .button,
.btn-group .shop_table.cart .woocommerce-error .remove + .button,
.woocommerce-error .btn-group .shop_table.cart .remove + .button, .shop_table.cart .btn-group .remove + .btn, .shop_table.cart .btn-group .woocommerce-notice .remove + .button, .woocommerce-notice .shop_table.cart .btn-group .remove + .button,
.shop_table.cart .btn-group .woocommerce-message .remove + .button,
.woocommerce-message .shop_table.cart .btn-group .remove + .button,
.shop_table.cart .btn-group .woocommerce-error .remove + .button,
.woocommerce-error .shop_table.cart .btn-group .remove + .button, .btn-group .shop_table.cart .btn + .remove, .btn-group .shop_table.cart .woocommerce-notice .button + .remove, .woocommerce-notice .btn-group .shop_table.cart .button + .remove,
.btn-group .shop_table.cart .woocommerce-message .button + .remove,
.woocommerce-message .btn-group .shop_table.cart .button + .remove,
.btn-group .shop_table.cart .woocommerce-error .button + .remove,
.woocommerce-error .btn-group .shop_table.cart .button + .remove, .shop_table.cart .btn-group .btn + .remove, .shop_table.cart .btn-group .woocommerce-notice .button + .remove, .woocommerce-notice .shop_table.cart .btn-group .button + .remove,
.shop_table.cart .btn-group .woocommerce-message .button + .remove,
.woocommerce-message .shop_table.cart .btn-group .button + .remove,
.shop_table.cart .btn-group .woocommerce-error .button + .remove,
.woocommerce-error .shop_table.cart .btn-group .button + .remove, .btn-group .shop_table.cart .remove + .remove, .shop_table.cart .btn-group .remove + .remove, .btn-group .woocommerce-MyAccount-content .button + .btn, .btn-group .woocommerce-MyAccount-content .woocommerce-notice .button + .button, .woocommerce-notice .btn-group .woocommerce-MyAccount-content .button + .button,
.btn-group .woocommerce-MyAccount-content .woocommerce-message .button + .button,
.woocommerce-message .btn-group .woocommerce-MyAccount-content .button + .button,
.btn-group .woocommerce-MyAccount-content .woocommerce-error .button + .button,
.woocommerce-error .btn-group .woocommerce-MyAccount-content .button + .button, .btn-group .woocommerce-MyAccount-content .shop_table.cart .button + .remove, .shop_table.cart .btn-group .woocommerce-MyAccount-content .button + .remove, .woocommerce-MyAccount-content .btn-group .button + .btn, .woocommerce-MyAccount-content .btn-group .woocommerce-notice .button + .button, .woocommerce-notice .woocommerce-MyAccount-content .btn-group .button + .button,
.woocommerce-MyAccount-content .btn-group .woocommerce-message .button + .button,
.woocommerce-message .woocommerce-MyAccount-content .btn-group .button + .button,
.woocommerce-MyAccount-content .btn-group .woocommerce-error .button + .button,
.woocommerce-error .woocommerce-MyAccount-content .btn-group .button + .button, .woocommerce-MyAccount-content .btn-group .shop_table.cart .button + .remove, .shop_table.cart .woocommerce-MyAccount-content .btn-group .button + .remove,
.btn-group .woocommerce-MyAccount-content a.button + .btn,
.btn-group .woocommerce-MyAccount-content .woocommerce-notice a.button + .button,
.woocommerce-notice .btn-group .woocommerce-MyAccount-content a.button + .button,
.btn-group .woocommerce-MyAccount-content .woocommerce-message a.button + .button,
.woocommerce-message .btn-group .woocommerce-MyAccount-content a.button + .button,
.btn-group .woocommerce-MyAccount-content .woocommerce-error a.button + .button,
.woocommerce-error .btn-group .woocommerce-MyAccount-content a.button + .button,
.btn-group .woocommerce-MyAccount-content .shop_table.cart a.button + .remove,
.shop_table.cart .btn-group .woocommerce-MyAccount-content a.button + .remove,
.woocommerce-MyAccount-content .btn-group a.button + .btn,
.woocommerce-MyAccount-content .btn-group .woocommerce-notice a.button + .button,
.woocommerce-notice .woocommerce-MyAccount-content .btn-group a.button + .button,
.woocommerce-MyAccount-content .btn-group .woocommerce-message a.button + .button,
.woocommerce-message .woocommerce-MyAccount-content .btn-group a.button + .button,
.woocommerce-MyAccount-content .btn-group .woocommerce-error a.button + .button,
.woocommerce-error .woocommerce-MyAccount-content .btn-group a.button + .button,
.woocommerce-MyAccount-content .btn-group .shop_table.cart a.button + .remove,
.shop_table.cart .woocommerce-MyAccount-content .btn-group a.button + .remove, .btn-group .woocommerce-MyAccount-content .btn + .button, .btn-group .woocommerce-MyAccount-content .woocommerce-notice .button + .button, .woocommerce-notice .btn-group .woocommerce-MyAccount-content .button + .button,
.btn-group .woocommerce-MyAccount-content .woocommerce-message .button + .button,
.woocommerce-message .btn-group .woocommerce-MyAccount-content .button + .button,
.btn-group .woocommerce-MyAccount-content .woocommerce-error .button + .button,
.woocommerce-error .btn-group .woocommerce-MyAccount-content .button + .button, .btn-group .woocommerce-MyAccount-content .shop_table.cart .remove + .button, .shop_table.cart .btn-group .woocommerce-MyAccount-content .remove + .button, .woocommerce-MyAccount-content .btn-group .btn + .button, .woocommerce-MyAccount-content .btn-group .woocommerce-notice .button + .button, .woocommerce-notice .woocommerce-MyAccount-content .btn-group .button + .button,
.woocommerce-MyAccount-content .btn-group .woocommerce-message .button + .button,
.woocommerce-message .woocommerce-MyAccount-content .btn-group .button + .button,
.woocommerce-MyAccount-content .btn-group .woocommerce-error .button + .button,
.woocommerce-error .woocommerce-MyAccount-content .btn-group .button + .button, .woocommerce-MyAccount-content .btn-group .shop_table.cart .remove + .button, .shop_table.cart .woocommerce-MyAccount-content .btn-group .remove + .button, .btn-group .woocommerce-MyAccount-content .button + .button, .woocommerce-MyAccount-content .btn-group .button + .button,
.btn-group .woocommerce-MyAccount-content a.button + .button,
.woocommerce-MyAccount-content .btn-group a.button + .button,
.btn-group .woocommerce-MyAccount-content .btn + a.button,
.btn-group .woocommerce-MyAccount-content .woocommerce-notice .button + a.button,
.woocommerce-notice .btn-group .woocommerce-MyAccount-content .button + a.button,
.btn-group .woocommerce-MyAccount-content .woocommerce-message .button + a.button,
.woocommerce-message .btn-group .woocommerce-MyAccount-content .button + a.button,
.btn-group .woocommerce-MyAccount-content .woocommerce-error .button + a.button,
.woocommerce-error .btn-group .woocommerce-MyAccount-content .button + a.button,
.btn-group .woocommerce-MyAccount-content .shop_table.cart .remove + a.button,
.shop_table.cart .btn-group .woocommerce-MyAccount-content .remove + a.button,
.woocommerce-MyAccount-content .btn-group .btn + a.button,
.woocommerce-MyAccount-content .btn-group .woocommerce-notice .button + a.button,
.woocommerce-notice .woocommerce-MyAccount-content .btn-group .button + a.button,
.woocommerce-MyAccount-content .btn-group .woocommerce-message .button + a.button,
.woocommerce-message .woocommerce-MyAccount-content .btn-group .button + a.button,
.woocommerce-MyAccount-content .btn-group .woocommerce-error .button + a.button,
.woocommerce-error .woocommerce-MyAccount-content .btn-group .button + a.button,
.woocommerce-MyAccount-content .btn-group .shop_table.cart .remove + a.button,
.shop_table.cart .woocommerce-MyAccount-content .btn-group .remove + a.button,
.btn-group .woocommerce-MyAccount-content .button + a.button,
.woocommerce-MyAccount-content .btn-group .button + a.button,
.btn-group .woocommerce-MyAccount-content a.button + a.button,
.woocommerce-MyAccount-content .btn-group a.button + a.button, .btn-group .woocommerce-MyAccount-navigation ul li a + .btn, .btn-group .woocommerce-MyAccount-navigation ul li .woocommerce-notice a + .button, .woocommerce-notice .btn-group .woocommerce-MyAccount-navigation ul li a + .button,
.btn-group .woocommerce-MyAccount-navigation ul li .woocommerce-message a + .button,
.woocommerce-message .btn-group .woocommerce-MyAccount-navigation ul li a + .button,
.btn-group .woocommerce-MyAccount-navigation ul li .woocommerce-error a + .button,
.woocommerce-error .btn-group .woocommerce-MyAccount-navigation ul li a + .button, .btn-group .woocommerce-MyAccount-navigation ul li .shop_table.cart a + .remove, .shop_table.cart .btn-group .woocommerce-MyAccount-navigation ul li a + .remove, .btn-group .woocommerce-MyAccount-navigation ul li .woocommerce-MyAccount-content a + .button, .woocommerce-MyAccount-content .btn-group .woocommerce-MyAccount-navigation ul li a + .button,
.btn-group .woocommerce-MyAccount-navigation ul li .woocommerce-MyAccount-content a + a.button,
.woocommerce-MyAccount-content .btn-group .woocommerce-MyAccount-navigation ul li a + a.button, .woocommerce-MyAccount-navigation ul li .btn-group a + .btn, .woocommerce-MyAccount-navigation ul li .btn-group .woocommerce-notice a + .button, .woocommerce-notice .woocommerce-MyAccount-navigation ul li .btn-group a + .button,
.woocommerce-MyAccount-navigation ul li .btn-group .woocommerce-message a + .button,
.woocommerce-message .woocommerce-MyAccount-navigation ul li .btn-group a + .button,
.woocommerce-MyAccount-navigation ul li .btn-group .woocommerce-error a + .button,
.woocommerce-error .woocommerce-MyAccount-navigation ul li .btn-group a + .button, .woocommerce-MyAccount-navigation ul li .btn-group .shop_table.cart a + .remove, .shop_table.cart .woocommerce-MyAccount-navigation ul li .btn-group a + .remove, .woocommerce-MyAccount-navigation ul li .btn-group .woocommerce-MyAccount-content a + .button, .woocommerce-MyAccount-content .woocommerce-MyAccount-navigation ul li .btn-group a + .button,
.woocommerce-MyAccount-navigation ul li .btn-group .woocommerce-MyAccount-content a + a.button,
.woocommerce-MyAccount-content .woocommerce-MyAccount-navigation ul li .btn-group a + a.button, .btn-group .woocommerce-MyAccount-navigation ul li .btn + a, .btn-group .woocommerce-MyAccount-navigation ul li .woocommerce-notice .button + a, .woocommerce-notice .btn-group .woocommerce-MyAccount-navigation ul li .button + a,
.btn-group .woocommerce-MyAccount-navigation ul li .woocommerce-message .button + a,
.woocommerce-message .btn-group .woocommerce-MyAccount-navigation ul li .button + a,
.btn-group .woocommerce-MyAccount-navigation ul li .woocommerce-error .button + a,
.woocommerce-error .btn-group .woocommerce-MyAccount-navigation ul li .button + a, .btn-group .woocommerce-MyAccount-navigation ul li .shop_table.cart .remove + a, .shop_table.cart .btn-group .woocommerce-MyAccount-navigation ul li .remove + a, .btn-group .woocommerce-MyAccount-navigation ul li .woocommerce-MyAccount-content .button + a, .woocommerce-MyAccount-content .btn-group .woocommerce-MyAccount-navigation ul li .button + a,
.btn-group .woocommerce-MyAccount-navigation ul li .woocommerce-MyAccount-content a.button + a,
.woocommerce-MyAccount-content .btn-group .woocommerce-MyAccount-navigation ul li a.button + a, .woocommerce-MyAccount-navigation ul li .btn-group .btn + a, .woocommerce-MyAccount-navigation ul li .btn-group .woocommerce-notice .button + a, .woocommerce-notice .woocommerce-MyAccount-navigation ul li .btn-group .button + a,
.woocommerce-MyAccount-navigation ul li .btn-group .woocommerce-message .button + a,
.woocommerce-message .woocommerce-MyAccount-navigation ul li .btn-group .button + a,
.woocommerce-MyAccount-navigation ul li .btn-group .woocommerce-error .button + a,
.woocommerce-error .woocommerce-MyAccount-navigation ul li .btn-group .button + a, .woocommerce-MyAccount-navigation ul li .btn-group .shop_table.cart .remove + a, .shop_table.cart .woocommerce-MyAccount-navigation ul li .btn-group .remove + a, .woocommerce-MyAccount-navigation ul li .btn-group .woocommerce-MyAccount-content .button + a, .woocommerce-MyAccount-content .woocommerce-MyAccount-navigation ul li .btn-group .button + a,
.woocommerce-MyAccount-navigation ul li .btn-group .woocommerce-MyAccount-content a.button + a,
.woocommerce-MyAccount-content .woocommerce-MyAccount-navigation ul li .btn-group a.button + a, .btn-group .woocommerce-MyAccount-navigation ul li a + a, .woocommerce-MyAccount-navigation ul li .btn-group a + a, .btn-group .single-product .button + .btn, .btn-group .single-product .woocommerce-notice .button + .button, .woocommerce-notice .btn-group .single-product .button + .button,
.btn-group .single-product .woocommerce-message .button + .button,
.woocommerce-message .btn-group .single-product .button + .button,
.btn-group .single-product .woocommerce-error .button + .button,
.woocommerce-error .btn-group .single-product .button + .button, .btn-group .single-product .shop_table.cart .button + .remove, .shop_table.cart .btn-group .single-product .button + .remove, .btn-group .single-product .woocommerce-MyAccount-content .button + .button, .woocommerce-MyAccount-content .btn-group .single-product .button + .button,
.btn-group .single-product .woocommerce-MyAccount-content .button + a.button,
.woocommerce-MyAccount-content .btn-group .single-product .button + a.button, .btn-group .single-product .woocommerce-MyAccount-navigation ul li .button + a, .woocommerce-MyAccount-navigation ul li .btn-group .single-product .button + a, .single-product .btn-group .button + .btn, .single-product .btn-group .woocommerce-notice .button + .button, .woocommerce-notice .single-product .btn-group .button + .button,
.single-product .btn-group .woocommerce-message .button + .button,
.woocommerce-message .single-product .btn-group .button + .button,
.single-product .btn-group .woocommerce-error .button + .button,
.woocommerce-error .single-product .btn-group .button + .button, .single-product .btn-group .shop_table.cart .button + .remove, .shop_table.cart .single-product .btn-group .button + .remove, .single-product .btn-group .woocommerce-MyAccount-content .button + .button, .woocommerce-MyAccount-content .single-product .btn-group .button + .button,
.single-product .btn-group .woocommerce-MyAccount-content .button + a.button,
.woocommerce-MyAccount-content .single-product .btn-group .button + a.button, .single-product .btn-group .woocommerce-MyAccount-navigation ul li .button + a, .woocommerce-MyAccount-navigation ul li .single-product .btn-group .button + a,
.btn-group .woocommerce-order-received .button + .btn,
.btn-group .woocommerce-order-received .woocommerce-notice .button + .button,
.woocommerce-notice .btn-group .woocommerce-order-received .button + .button,
.btn-group .woocommerce-order-received .woocommerce-message .button + .button,
.woocommerce-message .btn-group .woocommerce-order-received .button + .button,
.btn-group .woocommerce-order-received .woocommerce-error .button + .button,
.woocommerce-error .btn-group .woocommerce-order-received .button + .button,
.btn-group .woocommerce-order-received .shop_table.cart .button + .remove,
.shop_table.cart .btn-group .woocommerce-order-received .button + .remove,
.btn-group .woocommerce-order-received .woocommerce-MyAccount-content .button + .button,
.woocommerce-MyAccount-content .btn-group .woocommerce-order-received .button + .button,
.btn-group .woocommerce-order-received .woocommerce-MyAccount-content .button + a.button,
.woocommerce-MyAccount-content .btn-group .woocommerce-order-received .button + a.button,
.btn-group .woocommerce-order-received .woocommerce-MyAccount-navigation ul li .button + a,
.woocommerce-MyAccount-navigation ul li .btn-group .woocommerce-order-received .button + a,
.woocommerce-order-received .btn-group .button + .btn,
.woocommerce-order-received .btn-group .woocommerce-notice .button + .button,
.woocommerce-notice .woocommerce-order-received .btn-group .button + .button,
.woocommerce-order-received .btn-group .woocommerce-message .button + .button,
.woocommerce-message .woocommerce-order-received .btn-group .button + .button,
.woocommerce-order-received .btn-group .woocommerce-error .button + .button,
.woocommerce-error .woocommerce-order-received .btn-group .button + .button,
.woocommerce-order-received .btn-group .shop_table.cart .button + .remove,
.shop_table.cart .woocommerce-order-received .btn-group .button + .remove,
.woocommerce-order-received .btn-group .woocommerce-MyAccount-content .button + .button,
.woocommerce-MyAccount-content .woocommerce-order-received .btn-group .button + .button,
.woocommerce-order-received .btn-group .woocommerce-MyAccount-content .button + a.button,
.woocommerce-MyAccount-content .woocommerce-order-received .btn-group .button + a.button,
.woocommerce-order-received .btn-group .woocommerce-MyAccount-navigation ul li .button + a,
.woocommerce-MyAccount-navigation ul li .woocommerce-order-received .btn-group .button + a,
.btn-group .woocommerce-checkout .button + .btn,
.btn-group .woocommerce-checkout .woocommerce-notice .button + .button,
.woocommerce-notice .btn-group .woocommerce-checkout .button + .button,
.btn-group .woocommerce-checkout .woocommerce-message .button + .button,
.woocommerce-message .btn-group .woocommerce-checkout .button + .button,
.btn-group .woocommerce-checkout .woocommerce-error .button + .button,
.woocommerce-error .btn-group .woocommerce-checkout .button + .button,
.btn-group .woocommerce-checkout .shop_table.cart .button + .remove,
.shop_table.cart .btn-group .woocommerce-checkout .button + .remove,
.btn-group .woocommerce-checkout .woocommerce-MyAccount-content .button + .button,
.woocommerce-MyAccount-content .btn-group .woocommerce-checkout .button + .button,
.btn-group .woocommerce-checkout .woocommerce-MyAccount-content .button + a.button,
.woocommerce-MyAccount-content .btn-group .woocommerce-checkout .button + a.button,
.btn-group .woocommerce-checkout .woocommerce-MyAccount-navigation ul li .button + a,
.woocommerce-MyAccount-navigation ul li .btn-group .woocommerce-checkout .button + a,
.woocommerce-checkout .btn-group .button + .btn,
.woocommerce-checkout .btn-group .woocommerce-notice .button + .button,
.woocommerce-notice .woocommerce-checkout .btn-group .button + .button,
.woocommerce-checkout .btn-group .woocommerce-message .button + .button,
.woocommerce-message .woocommerce-checkout .btn-group .button + .button,
.woocommerce-checkout .btn-group .woocommerce-error .button + .button,
.woocommerce-error .woocommerce-checkout .btn-group .button + .button,
.woocommerce-checkout .btn-group .shop_table.cart .button + .remove,
.shop_table.cart .woocommerce-checkout .btn-group .button + .remove,
.woocommerce-checkout .btn-group .woocommerce-MyAccount-content .button + .button,
.woocommerce-MyAccount-content .woocommerce-checkout .btn-group .button + .button,
.woocommerce-checkout .btn-group .woocommerce-MyAccount-content .button + a.button,
.woocommerce-MyAccount-content .woocommerce-checkout .btn-group .button + a.button,
.woocommerce-checkout .btn-group .woocommerce-MyAccount-navigation ul li .button + a,
.woocommerce-MyAccount-navigation ul li .woocommerce-checkout .btn-group .button + a,
.btn-group .woocommerce-cart .button + .btn,
.btn-group .woocommerce-cart .woocommerce-notice .button + .button,
.woocommerce-notice .btn-group .woocommerce-cart .button + .button,
.btn-group .woocommerce-cart .woocommerce-message .button + .button,
.woocommerce-message .btn-group .woocommerce-cart .button + .button,
.btn-group .woocommerce-cart .woocommerce-error .button + .button,
.woocommerce-error .btn-group .woocommerce-cart .button + .button,
.btn-group .woocommerce-cart .shop_table.cart .button + .remove,
.shop_table.cart .btn-group .woocommerce-cart .button + .remove,
.btn-group .woocommerce-cart .woocommerce-MyAccount-content .button + .button,
.woocommerce-MyAccount-content .btn-group .woocommerce-cart .button + .button,
.btn-group .woocommerce-cart .woocommerce-MyAccount-content .button + a.button,
.woocommerce-MyAccount-content .btn-group .woocommerce-cart .button + a.button,
.btn-group .woocommerce-cart .woocommerce-MyAccount-navigation ul li .button + a,
.woocommerce-MyAccount-navigation ul li .btn-group .woocommerce-cart .button + a,
.woocommerce-cart .btn-group .button + .btn,
.woocommerce-cart .btn-group .woocommerce-notice .button + .button,
.woocommerce-notice .woocommerce-cart .btn-group .button + .button,
.woocommerce-cart .btn-group .woocommerce-message .button + .button,
.woocommerce-message .woocommerce-cart .btn-group .button + .button,
.woocommerce-cart .btn-group .woocommerce-error .button + .button,
.woocommerce-error .woocommerce-cart .btn-group .button + .button,
.woocommerce-cart .btn-group .shop_table.cart .button + .remove,
.shop_table.cart .woocommerce-cart .btn-group .button + .remove,
.woocommerce-cart .btn-group .woocommerce-MyAccount-content .button + .button,
.woocommerce-MyAccount-content .woocommerce-cart .btn-group .button + .button,
.woocommerce-cart .btn-group .woocommerce-MyAccount-content .button + a.button,
.woocommerce-MyAccount-content .woocommerce-cart .btn-group .button + a.button,
.woocommerce-cart .btn-group .woocommerce-MyAccount-navigation ul li .button + a,
.woocommerce-MyAccount-navigation ul li .woocommerce-cart .btn-group .button + a, .btn-group .single-product .btn + .button, .btn-group .single-product .woocommerce-notice .button + .button, .woocommerce-notice .btn-group .single-product .button + .button,
.btn-group .single-product .woocommerce-message .button + .button,
.woocommerce-message .btn-group .single-product .button + .button,
.btn-group .single-product .woocommerce-error .button + .button,
.woocommerce-error .btn-group .single-product .button + .button, .btn-group .single-product .shop_table.cart .remove + .button, .shop_table.cart .btn-group .single-product .remove + .button, .btn-group .single-product .woocommerce-MyAccount-content .button + .button, .woocommerce-MyAccount-content .btn-group .single-product .button + .button,
.btn-group .single-product .woocommerce-MyAccount-content a.button + .button,
.woocommerce-MyAccount-content .btn-group .single-product a.button + .button, .btn-group .single-product .woocommerce-MyAccount-navigation ul li a + .button, .woocommerce-MyAccount-navigation ul li .btn-group .single-product a + .button, .single-product .btn-group .btn + .button, .single-product .btn-group .woocommerce-notice .button + .button, .woocommerce-notice .single-product .btn-group .button + .button,
.single-product .btn-group .woocommerce-message .button + .button,
.woocommerce-message .single-product .btn-group .button + .button,
.single-product .btn-group .woocommerce-error .button + .button,
.woocommerce-error .single-product .btn-group .button + .button, .single-product .btn-group .shop_table.cart .remove + .button, .shop_table.cart .single-product .btn-group .remove + .button, .single-product .btn-group .woocommerce-MyAccount-content .button + .button, .woocommerce-MyAccount-content .single-product .btn-group .button + .button,
.single-product .btn-group .woocommerce-MyAccount-content a.button + .button,
.woocommerce-MyAccount-content .single-product .btn-group a.button + .button, .single-product .btn-group .woocommerce-MyAccount-navigation ul li a + .button, .woocommerce-MyAccount-navigation ul li .single-product .btn-group a + .button, .btn-group .single-product .button + .button, .single-product .btn-group .button + .button,
.btn-group .woocommerce-order-received .single-product .button + .button,
.single-product .btn-group .woocommerce-order-received .button + .button,
.woocommerce-order-received .btn-group .single-product .button + .button,
.single-product .woocommerce-order-received .btn-group .button + .button,
.btn-group .woocommerce-checkout .single-product .button + .button,
.single-product .btn-group .woocommerce-checkout .button + .button,
.woocommerce-checkout .btn-group .single-product .button + .button,
.single-product .woocommerce-checkout .btn-group .button + .button,
.btn-group .woocommerce-cart .single-product .button + .button,
.single-product .btn-group .woocommerce-cart .button + .button,
.woocommerce-cart .btn-group .single-product .button + .button,
.single-product .woocommerce-cart .btn-group .button + .button,
.btn-group .woocommerce-order-received .btn + .button,
.btn-group .woocommerce-order-received .woocommerce-notice .button + .button,
.woocommerce-notice .btn-group .woocommerce-order-received .button + .button,
.btn-group .woocommerce-order-received .woocommerce-message .button + .button,
.woocommerce-message .btn-group .woocommerce-order-received .button + .button,
.btn-group .woocommerce-order-received .woocommerce-error .button + .button,
.woocommerce-error .btn-group .woocommerce-order-received .button + .button,
.btn-group .woocommerce-order-received .shop_table.cart .remove + .button,
.shop_table.cart .btn-group .woocommerce-order-received .remove + .button,
.btn-group .woocommerce-order-received .woocommerce-MyAccount-content .button + .button,
.woocommerce-MyAccount-content .btn-group .woocommerce-order-received .button + .button,
.btn-group .woocommerce-order-received .woocommerce-MyAccount-content a.button + .button,
.woocommerce-MyAccount-content .btn-group .woocommerce-order-received a.button + .button,
.btn-group .woocommerce-order-received .woocommerce-MyAccount-navigation ul li a + .button,
.woocommerce-MyAccount-navigation ul li .btn-group .woocommerce-order-received a + .button,
.woocommerce-order-received .btn-group .btn + .button,
.woocommerce-order-received .btn-group .woocommerce-notice .button + .button,
.woocommerce-notice .woocommerce-order-received .btn-group .button + .button,
.woocommerce-order-received .btn-group .woocommerce-message .button + .button,
.woocommerce-message .woocommerce-order-received .btn-group .button + .button,
.woocommerce-order-received .btn-group .woocommerce-error .button + .button,
.woocommerce-error .woocommerce-order-received .btn-group .button + .button,
.woocommerce-order-received .btn-group .shop_table.cart .remove + .button,
.shop_table.cart .woocommerce-order-received .btn-group .remove + .button,
.woocommerce-order-received .btn-group .woocommerce-MyAccount-content .button + .button,
.woocommerce-MyAccount-content .woocommerce-order-received .btn-group .button + .button,
.woocommerce-order-received .btn-group .woocommerce-MyAccount-content a.button + .button,
.woocommerce-MyAccount-content .woocommerce-order-received .btn-group a.button + .button,
.woocommerce-order-received .btn-group .woocommerce-MyAccount-navigation ul li a + .button,
.woocommerce-MyAccount-navigation ul li .woocommerce-order-received .btn-group a + .button,
.btn-group .single-product .woocommerce-order-received .button + .button,
.woocommerce-order-received .btn-group .single-product .button + .button,
.single-product .btn-group .woocommerce-order-received .button + .button,
.woocommerce-order-received .single-product .btn-group .button + .button,
.btn-group .woocommerce-order-received .button + .button,
.woocommerce-order-received .btn-group .button + .button,
.btn-group .woocommerce-checkout .woocommerce-order-received .button + .button,
.woocommerce-order-received .btn-group .woocommerce-checkout .button + .button,
.woocommerce-checkout .btn-group .woocommerce-order-received .button + .button,
.woocommerce-order-received .woocommerce-checkout .btn-group .button + .button,
.btn-group .woocommerce-cart .woocommerce-order-received .button + .button,
.woocommerce-order-received .btn-group .woocommerce-cart .button + .button,
.woocommerce-cart .btn-group .woocommerce-order-received .button + .button,
.woocommerce-order-received .woocommerce-cart .btn-group .button + .button,
.btn-group .woocommerce-checkout .btn + .button,
.btn-group .woocommerce-checkout .woocommerce-notice .button + .button,
.woocommerce-notice .btn-group .woocommerce-checkout .button + .button,
.btn-group .woocommerce-checkout .woocommerce-message .button + .button,
.woocommerce-message .btn-group .woocommerce-checkout .button + .button,
.btn-group .woocommerce-checkout .woocommerce-error .button + .button,
.woocommerce-error .btn-group .woocommerce-checkout .button + .button,
.btn-group .woocommerce-checkout .shop_table.cart .remove + .button,
.shop_table.cart .btn-group .woocommerce-checkout .remove + .button,
.btn-group .woocommerce-checkout .woocommerce-MyAccount-content .button + .button,
.woocommerce-MyAccount-content .btn-group .woocommerce-checkout .button + .button,
.btn-group .woocommerce-checkout .woocommerce-MyAccount-content a.button + .button,
.woocommerce-MyAccount-content .btn-group .woocommerce-checkout a.button + .button,
.btn-group .woocommerce-checkout .woocommerce-MyAccount-navigation ul li a + .button,
.woocommerce-MyAccount-navigation ul li .btn-group .woocommerce-checkout a + .button,
.woocommerce-checkout .btn-group .btn + .button,
.woocommerce-checkout .btn-group .woocommerce-notice .button + .button,
.woocommerce-notice .woocommerce-checkout .btn-group .button + .button,
.woocommerce-checkout .btn-group .woocommerce-message .button + .button,
.woocommerce-message .woocommerce-checkout .btn-group .button + .button,
.woocommerce-checkout .btn-group .woocommerce-error .button + .button,
.woocommerce-error .woocommerce-checkout .btn-group .button + .button,
.woocommerce-checkout .btn-group .shop_table.cart .remove + .button,
.shop_table.cart .woocommerce-checkout .btn-group .remove + .button,
.woocommerce-checkout .btn-group .woocommerce-MyAccount-content .button + .button,
.woocommerce-MyAccount-content .woocommerce-checkout .btn-group .button + .button,
.woocommerce-checkout .btn-group .woocommerce-MyAccount-content a.button + .button,
.woocommerce-MyAccount-content .woocommerce-checkout .btn-group a.button + .button,
.woocommerce-checkout .btn-group .woocommerce-MyAccount-navigation ul li a + .button,
.woocommerce-MyAccount-navigation ul li .woocommerce-checkout .btn-group a + .button,
.btn-group .single-product .woocommerce-checkout .button + .button,
.woocommerce-checkout .btn-group .single-product .button + .button,
.single-product .btn-group .woocommerce-checkout .button + .button,
.woocommerce-checkout .single-product .btn-group .button + .button,
.btn-group .woocommerce-order-received .woocommerce-checkout .button + .button,
.woocommerce-checkout .btn-group .woocommerce-order-received .button + .button,
.woocommerce-order-received .btn-group .woocommerce-checkout .button + .button,
.woocommerce-checkout .woocommerce-order-received .btn-group .button + .button,
.btn-group .woocommerce-checkout .button + .button,
.woocommerce-checkout .btn-group .button + .button,
.btn-group .woocommerce-cart .woocommerce-checkout .button + .button,
.woocommerce-checkout .btn-group .woocommerce-cart .button + .button,
.woocommerce-cart .btn-group .woocommerce-checkout .button + .button,
.woocommerce-checkout .woocommerce-cart .btn-group .button + .button,
.btn-group .woocommerce-cart .btn + .button,
.btn-group .woocommerce-cart .woocommerce-notice .button + .button,
.woocommerce-notice .btn-group .woocommerce-cart .button + .button,
.btn-group .woocommerce-cart .woocommerce-message .button + .button,
.woocommerce-message .btn-group .woocommerce-cart .button + .button,
.btn-group .woocommerce-cart .woocommerce-error .button + .button,
.woocommerce-error .btn-group .woocommerce-cart .button + .button,
.btn-group .woocommerce-cart .shop_table.cart .remove + .button,
.shop_table.cart .btn-group .woocommerce-cart .remove + .button,
.btn-group .woocommerce-cart .woocommerce-MyAccount-content .button + .button,
.woocommerce-MyAccount-content .btn-group .woocommerce-cart .button + .button,
.btn-group .woocommerce-cart .woocommerce-MyAccount-content a.button + .button,
.woocommerce-MyAccount-content .btn-group .woocommerce-cart a.button + .button,
.btn-group .woocommerce-cart .woocommerce-MyAccount-navigation ul li a + .button,
.woocommerce-MyAccount-navigation ul li .btn-group .woocommerce-cart a + .button,
.woocommerce-cart .btn-group .btn + .button,
.woocommerce-cart .btn-group .woocommerce-notice .button + .button,
.woocommerce-notice .woocommerce-cart .btn-group .button + .button,
.woocommerce-cart .btn-group .woocommerce-message .button + .button,
.woocommerce-message .woocommerce-cart .btn-group .button + .button,
.woocommerce-cart .btn-group .woocommerce-error .button + .button,
.woocommerce-error .woocommerce-cart .btn-group .button + .button,
.woocommerce-cart .btn-group .shop_table.cart .remove + .button,
.shop_table.cart .woocommerce-cart .btn-group .remove + .button,
.woocommerce-cart .btn-group .woocommerce-MyAccount-content .button + .button,
.woocommerce-MyAccount-content .woocommerce-cart .btn-group .button + .button,
.woocommerce-cart .btn-group .woocommerce-MyAccount-content a.button + .button,
.woocommerce-MyAccount-content .woocommerce-cart .btn-group a.button + .button,
.woocommerce-cart .btn-group .woocommerce-MyAccount-navigation ul li a + .button,
.woocommerce-MyAccount-navigation ul li .woocommerce-cart .btn-group a + .button,
.btn-group .single-product .woocommerce-cart .button + .button,
.woocommerce-cart .btn-group .single-product .button + .button,
.single-product .btn-group .woocommerce-cart .button + .button,
.woocommerce-cart .single-product .btn-group .button + .button,
.btn-group .woocommerce-order-received .woocommerce-cart .button + .button,
.woocommerce-cart .btn-group .woocommerce-order-received .button + .button,
.woocommerce-order-received .btn-group .woocommerce-cart .button + .button,
.woocommerce-cart .woocommerce-order-received .btn-group .button + .button,
.btn-group .woocommerce-checkout .woocommerce-cart .button + .button,
.woocommerce-cart .btn-group .woocommerce-checkout .button + .button,
.woocommerce-checkout .btn-group .woocommerce-cart .button + .button,
.woocommerce-cart .woocommerce-checkout .btn-group .button + .button,
.btn-group .woocommerce-cart .button + .button,
.woocommerce-cart .btn-group .button + .button, .btn-group .page-landing__content .content-columns__cta-link + .btn, .btn-group .page-landing__content .woocommerce-notice .content-columns__cta-link + .button, .woocommerce-notice .btn-group .page-landing__content .content-columns__cta-link + .button,
.btn-group .page-landing__content .woocommerce-message .content-columns__cta-link + .button,
.woocommerce-message .btn-group .page-landing__content .content-columns__cta-link + .button,
.btn-group .page-landing__content .woocommerce-error .content-columns__cta-link + .button,
.woocommerce-error .btn-group .page-landing__content .content-columns__cta-link + .button, .btn-group .page-landing__content .shop_table.cart .content-columns__cta-link + .remove, .shop_table.cart .btn-group .page-landing__content .content-columns__cta-link + .remove, .btn-group .page-landing__content .woocommerce-MyAccount-content .content-columns__cta-link + .button, .woocommerce-MyAccount-content .btn-group .page-landing__content .content-columns__cta-link + .button,
.btn-group .page-landing__content .woocommerce-MyAccount-content .content-columns__cta-link + a.button,
.woocommerce-MyAccount-content .btn-group .page-landing__content .content-columns__cta-link + a.button, .btn-group .page-landing__content .woocommerce-MyAccount-navigation ul li .content-columns__cta-link + a, .woocommerce-MyAccount-navigation ul li .btn-group .page-landing__content .content-columns__cta-link + a, .btn-group .page-landing__content .single-product .content-columns__cta-link + .button, .single-product .btn-group .page-landing__content .content-columns__cta-link + .button,
.btn-group .page-landing__content .woocommerce-order-received .content-columns__cta-link + .button,
.woocommerce-order-received .btn-group .page-landing__content .content-columns__cta-link + .button,
.btn-group .page-landing__content .woocommerce-checkout .content-columns__cta-link + .button,
.woocommerce-checkout .btn-group .page-landing__content .content-columns__cta-link + .button,
.btn-group .page-landing__content .woocommerce-cart .content-columns__cta-link + .button,
.woocommerce-cart .btn-group .page-landing__content .content-columns__cta-link + .button, .page-landing__content .btn-group .content-columns__cta-link + .btn, .page-landing__content .btn-group .woocommerce-notice .content-columns__cta-link + .button, .woocommerce-notice .page-landing__content .btn-group .content-columns__cta-link + .button,
.page-landing__content .btn-group .woocommerce-message .content-columns__cta-link + .button,
.woocommerce-message .page-landing__content .btn-group .content-columns__cta-link + .button,
.page-landing__content .btn-group .woocommerce-error .content-columns__cta-link + .button,
.woocommerce-error .page-landing__content .btn-group .content-columns__cta-link + .button, .page-landing__content .btn-group .shop_table.cart .content-columns__cta-link + .remove, .shop_table.cart .page-landing__content .btn-group .content-columns__cta-link + .remove, .page-landing__content .btn-group .woocommerce-MyAccount-content .content-columns__cta-link + .button, .woocommerce-MyAccount-content .page-landing__content .btn-group .content-columns__cta-link + .button,
.page-landing__content .btn-group .woocommerce-MyAccount-content .content-columns__cta-link + a.button,
.woocommerce-MyAccount-content .page-landing__content .btn-group .content-columns__cta-link + a.button, .page-landing__content .btn-group .woocommerce-MyAccount-navigation ul li .content-columns__cta-link + a, .woocommerce-MyAccount-navigation ul li .page-landing__content .btn-group .content-columns__cta-link + a, .page-landing__content .btn-group .single-product .content-columns__cta-link + .button, .single-product .page-landing__content .btn-group .content-columns__cta-link + .button,
.page-landing__content .btn-group .woocommerce-order-received .content-columns__cta-link + .button,
.woocommerce-order-received .page-landing__content .btn-group .content-columns__cta-link + .button,
.page-landing__content .btn-group .woocommerce-checkout .content-columns__cta-link + .button,
.woocommerce-checkout .page-landing__content .btn-group .content-columns__cta-link + .button,
.page-landing__content .btn-group .woocommerce-cart .content-columns__cta-link + .button,
.woocommerce-cart .page-landing__content .btn-group .content-columns__cta-link + .button,
.btn-group .page-landing__content .fxc-mixed_cta .card__cta + .btn,
.btn-group .page-landing__content .fxc-mixed_cta .woocommerce-notice .card__cta + .button,
.woocommerce-notice .btn-group .page-landing__content .fxc-mixed_cta .card__cta + .button,
.btn-group .page-landing__content .fxc-mixed_cta .woocommerce-message .card__cta + .button,
.woocommerce-message .btn-group .page-landing__content .fxc-mixed_cta .card__cta + .button,
.btn-group .page-landing__content .fxc-mixed_cta .woocommerce-error .card__cta + .button,
.woocommerce-error .btn-group .page-landing__content .fxc-mixed_cta .card__cta + .button,
.btn-group .page-landing__content .fxc-mixed_cta .shop_table.cart .card__cta + .remove,
.shop_table.cart .btn-group .page-landing__content .fxc-mixed_cta .card__cta + .remove,
.btn-group .page-landing__content .fxc-mixed_cta .woocommerce-MyAccount-content .card__cta + .button,
.woocommerce-MyAccount-content .btn-group .page-landing__content .fxc-mixed_cta .card__cta + .button,
.btn-group .page-landing__content .fxc-mixed_cta .woocommerce-MyAccount-content .card__cta + a.button,
.woocommerce-MyAccount-content .btn-group .page-landing__content .fxc-mixed_cta .card__cta + a.button,
.btn-group .page-landing__content .fxc-mixed_cta .woocommerce-MyAccount-navigation ul li .card__cta + a,
.woocommerce-MyAccount-navigation ul li .btn-group .page-landing__content .fxc-mixed_cta .card__cta + a,
.btn-group .page-landing__content .fxc-mixed_cta .single-product .card__cta + .button,
.single-product .btn-group .page-landing__content .fxc-mixed_cta .card__cta + .button,
.btn-group .page-landing__content .fxc-mixed_cta .woocommerce-order-received .card__cta + .button,
.woocommerce-order-received .btn-group .page-landing__content .fxc-mixed_cta .card__cta + .button,
.btn-group .page-landing__content .fxc-mixed_cta .woocommerce-checkout .card__cta + .button,
.woocommerce-checkout .btn-group .page-landing__content .fxc-mixed_cta .card__cta + .button,
.btn-group .page-landing__content .fxc-mixed_cta .woocommerce-cart .card__cta + .button,
.woocommerce-cart .btn-group .page-landing__content .fxc-mixed_cta .card__cta + .button,
.page-landing__content .fxc-mixed_cta .btn-group .card__cta + .btn,
.page-landing__content .fxc-mixed_cta .btn-group .woocommerce-notice .card__cta + .button,
.woocommerce-notice .page-landing__content .fxc-mixed_cta .btn-group .card__cta + .button,
.page-landing__content .fxc-mixed_cta .btn-group .woocommerce-message .card__cta + .button,
.woocommerce-message .page-landing__content .fxc-mixed_cta .btn-group .card__cta + .button,
.page-landing__content .fxc-mixed_cta .btn-group .woocommerce-error .card__cta + .button,
.woocommerce-error .page-landing__content .fxc-mixed_cta .btn-group .card__cta + .button,
.page-landing__content .fxc-mixed_cta .btn-group .shop_table.cart .card__cta + .remove,
.shop_table.cart .page-landing__content .fxc-mixed_cta .btn-group .card__cta + .remove,
.page-landing__content .fxc-mixed_cta .btn-group .woocommerce-MyAccount-content .card__cta + .button,
.woocommerce-MyAccount-content .page-landing__content .fxc-mixed_cta .btn-group .card__cta + .button,
.page-landing__content .fxc-mixed_cta .btn-group .woocommerce-MyAccount-content .card__cta + a.button,
.woocommerce-MyAccount-content .page-landing__content .fxc-mixed_cta .btn-group .card__cta + a.button,
.page-landing__content .fxc-mixed_cta .btn-group .woocommerce-MyAccount-navigation ul li .card__cta + a,
.woocommerce-MyAccount-navigation ul li .page-landing__content .fxc-mixed_cta .btn-group .card__cta + a,
.page-landing__content .fxc-mixed_cta .btn-group .single-product .card__cta + .button,
.single-product .page-landing__content .fxc-mixed_cta .btn-group .card__cta + .button,
.page-landing__content .fxc-mixed_cta .btn-group .woocommerce-order-received .card__cta + .button,
.woocommerce-order-received .page-landing__content .fxc-mixed_cta .btn-group .card__cta + .button,
.page-landing__content .fxc-mixed_cta .btn-group .woocommerce-checkout .card__cta + .button,
.woocommerce-checkout .page-landing__content .fxc-mixed_cta .btn-group .card__cta + .button,
.page-landing__content .fxc-mixed_cta .btn-group .woocommerce-cart .card__cta + .button,
.woocommerce-cart .page-landing__content .fxc-mixed_cta .btn-group .card__cta + .button,
.btn-group .page-landing__content .slide-pane__cta + .btn,
.btn-group .page-landing__content .woocommerce-notice .slide-pane__cta + .button,
.woocommerce-notice .btn-group .page-landing__content .slide-pane__cta + .button,
.btn-group .page-landing__content .woocommerce-message .slide-pane__cta + .button,
.woocommerce-message .btn-group .page-landing__content .slide-pane__cta + .button,
.btn-group .page-landing__content .woocommerce-error .slide-pane__cta + .button,
.woocommerce-error .btn-group .page-landing__content .slide-pane__cta + .button,
.btn-group .page-landing__content .shop_table.cart .slide-pane__cta + .remove,
.shop_table.cart .btn-group .page-landing__content .slide-pane__cta + .remove,
.btn-group .page-landing__content .woocommerce-MyAccount-content .slide-pane__cta + .button,
.woocommerce-MyAccount-content .btn-group .page-landing__content .slide-pane__cta + .button,
.btn-group .page-landing__content .woocommerce-MyAccount-content .slide-pane__cta + a.button,
.woocommerce-MyAccount-content .btn-group .page-landing__content .slide-pane__cta + a.button,
.btn-group .page-landing__content .woocommerce-MyAccount-navigation ul li .slide-pane__cta + a,
.woocommerce-MyAccount-navigation ul li .btn-group .page-landing__content .slide-pane__cta + a,
.btn-group .page-landing__content .single-product .slide-pane__cta + .button,
.single-product .btn-group .page-landing__content .slide-pane__cta + .button,
.btn-group .page-landing__content .woocommerce-order-received .slide-pane__cta + .button,
.woocommerce-order-received .btn-group .page-landing__content .slide-pane__cta + .button,
.btn-group .page-landing__content .woocommerce-checkout .slide-pane__cta + .button,
.woocommerce-checkout .btn-group .page-landing__content .slide-pane__cta + .button,
.btn-group .page-landing__content .woocommerce-cart .slide-pane__cta + .button,
.woocommerce-cart .btn-group .page-landing__content .slide-pane__cta + .button,
.page-landing__content .btn-group .slide-pane__cta + .btn,
.page-landing__content .btn-group .woocommerce-notice .slide-pane__cta + .button,
.woocommerce-notice .page-landing__content .btn-group .slide-pane__cta + .button,
.page-landing__content .btn-group .woocommerce-message .slide-pane__cta + .button,
.woocommerce-message .page-landing__content .btn-group .slide-pane__cta + .button,
.page-landing__content .btn-group .woocommerce-error .slide-pane__cta + .button,
.woocommerce-error .page-landing__content .btn-group .slide-pane__cta + .button,
.page-landing__content .btn-group .shop_table.cart .slide-pane__cta + .remove,
.shop_table.cart .page-landing__content .btn-group .slide-pane__cta + .remove,
.page-landing__content .btn-group .woocommerce-MyAccount-content .slide-pane__cta + .button,
.woocommerce-MyAccount-content .page-landing__content .btn-group .slide-pane__cta + .button,
.page-landing__content .btn-group .woocommerce-MyAccount-content .slide-pane__cta + a.button,
.woocommerce-MyAccount-content .page-landing__content .btn-group .slide-pane__cta + a.button,
.page-landing__content .btn-group .woocommerce-MyAccount-navigation ul li .slide-pane__cta + a,
.woocommerce-MyAccount-navigation ul li .page-landing__content .btn-group .slide-pane__cta + a,
.page-landing__content .btn-group .single-product .slide-pane__cta + .button,
.single-product .page-landing__content .btn-group .slide-pane__cta + .button,
.page-landing__content .btn-group .woocommerce-order-received .slide-pane__cta + .button,
.woocommerce-order-received .page-landing__content .btn-group .slide-pane__cta + .button,
.page-landing__content .btn-group .woocommerce-checkout .slide-pane__cta + .button,
.woocommerce-checkout .page-landing__content .btn-group .slide-pane__cta + .button,
.page-landing__content .btn-group .woocommerce-cart .slide-pane__cta + .button,
.woocommerce-cart .page-landing__content .btn-group .slide-pane__cta + .button, .btn-group .page-landing__content .btn + .content-columns__cta-link, .btn-group .page-landing__content .woocommerce-notice .button + .content-columns__cta-link, .woocommerce-notice .btn-group .page-landing__content .button + .content-columns__cta-link,
.btn-group .page-landing__content .woocommerce-message .button + .content-columns__cta-link,
.woocommerce-message .btn-group .page-landing__content .button + .content-columns__cta-link,
.btn-group .page-landing__content .woocommerce-error .button + .content-columns__cta-link,
.woocommerce-error .btn-group .page-landing__content .button + .content-columns__cta-link, .btn-group .page-landing__content .shop_table.cart .remove + .content-columns__cta-link, .shop_table.cart .btn-group .page-landing__content .remove + .content-columns__cta-link, .btn-group .page-landing__content .woocommerce-MyAccount-content .button + .content-columns__cta-link, .woocommerce-MyAccount-content .btn-group .page-landing__content .button + .content-columns__cta-link,
.btn-group .page-landing__content .woocommerce-MyAccount-content a.button + .content-columns__cta-link,
.woocommerce-MyAccount-content .btn-group .page-landing__content a.button + .content-columns__cta-link, .btn-group .page-landing__content .woocommerce-MyAccount-navigation ul li a + .content-columns__cta-link, .woocommerce-MyAccount-navigation ul li .btn-group .page-landing__content a + .content-columns__cta-link, .btn-group .page-landing__content .single-product .button + .content-columns__cta-link, .single-product .btn-group .page-landing__content .button + .content-columns__cta-link,
.btn-group .page-landing__content .woocommerce-order-received .button + .content-columns__cta-link,
.woocommerce-order-received .btn-group .page-landing__content .button + .content-columns__cta-link,
.btn-group .page-landing__content .woocommerce-checkout .button + .content-columns__cta-link,
.woocommerce-checkout .btn-group .page-landing__content .button + .content-columns__cta-link,
.btn-group .page-landing__content .woocommerce-cart .button + .content-columns__cta-link,
.woocommerce-cart .btn-group .page-landing__content .button + .content-columns__cta-link, .page-landing__content .btn-group .btn + .content-columns__cta-link, .page-landing__content .btn-group .woocommerce-notice .button + .content-columns__cta-link, .woocommerce-notice .page-landing__content .btn-group .button + .content-columns__cta-link,
.page-landing__content .btn-group .woocommerce-message .button + .content-columns__cta-link,
.woocommerce-message .page-landing__content .btn-group .button + .content-columns__cta-link,
.page-landing__content .btn-group .woocommerce-error .button + .content-columns__cta-link,
.woocommerce-error .page-landing__content .btn-group .button + .content-columns__cta-link, .page-landing__content .btn-group .shop_table.cart .remove + .content-columns__cta-link, .shop_table.cart .page-landing__content .btn-group .remove + .content-columns__cta-link, .page-landing__content .btn-group .woocommerce-MyAccount-content .button + .content-columns__cta-link, .woocommerce-MyAccount-content .page-landing__content .btn-group .button + .content-columns__cta-link,
.page-landing__content .btn-group .woocommerce-MyAccount-content a.button + .content-columns__cta-link,
.woocommerce-MyAccount-content .page-landing__content .btn-group a.button + .content-columns__cta-link, .page-landing__content .btn-group .woocommerce-MyAccount-navigation ul li a + .content-columns__cta-link, .woocommerce-MyAccount-navigation ul li .page-landing__content .btn-group a + .content-columns__cta-link, .page-landing__content .btn-group .single-product .button + .content-columns__cta-link, .single-product .page-landing__content .btn-group .button + .content-columns__cta-link,
.page-landing__content .btn-group .woocommerce-order-received .button + .content-columns__cta-link,
.woocommerce-order-received .page-landing__content .btn-group .button + .content-columns__cta-link,
.page-landing__content .btn-group .woocommerce-checkout .button + .content-columns__cta-link,
.woocommerce-checkout .page-landing__content .btn-group .button + .content-columns__cta-link,
.page-landing__content .btn-group .woocommerce-cart .button + .content-columns__cta-link,
.woocommerce-cart .page-landing__content .btn-group .button + .content-columns__cta-link, .btn-group .page-landing__content .content-columns__cta-link + .content-columns__cta-link, .page-landing__content .btn-group .content-columns__cta-link + .content-columns__cta-link,
.btn-group .page-landing__content .fxc-mixed_cta .card__cta + .content-columns__cta-link,
.page-landing__content .fxc-mixed_cta .btn-group .card__cta + .content-columns__cta-link,
.btn-group .page-landing__content .slide-pane__cta + .content-columns__cta-link,
.page-landing__content .btn-group .slide-pane__cta + .content-columns__cta-link,
.btn-group .page-landing__content .fxc-mixed_cta .btn + .card__cta,
.btn-group .page-landing__content .fxc-mixed_cta .woocommerce-notice .button + .card__cta,
.woocommerce-notice .btn-group .page-landing__content .fxc-mixed_cta .button + .card__cta,
.btn-group .page-landing__content .fxc-mixed_cta .woocommerce-message .button + .card__cta,
.woocommerce-message .btn-group .page-landing__content .fxc-mixed_cta .button + .card__cta,
.btn-group .page-landing__content .fxc-mixed_cta .woocommerce-error .button + .card__cta,
.woocommerce-error .btn-group .page-landing__content .fxc-mixed_cta .button + .card__cta,
.btn-group .page-landing__content .fxc-mixed_cta .shop_table.cart .remove + .card__cta,
.shop_table.cart .btn-group .page-landing__content .fxc-mixed_cta .remove + .card__cta,
.btn-group .page-landing__content .fxc-mixed_cta .woocommerce-MyAccount-content .button + .card__cta,
.woocommerce-MyAccount-content .btn-group .page-landing__content .fxc-mixed_cta .button + .card__cta,
.btn-group .page-landing__content .fxc-mixed_cta .woocommerce-MyAccount-content a.button + .card__cta,
.woocommerce-MyAccount-content .btn-group .page-landing__content .fxc-mixed_cta a.button + .card__cta,
.btn-group .page-landing__content .fxc-mixed_cta .woocommerce-MyAccount-navigation ul li a + .card__cta,
.woocommerce-MyAccount-navigation ul li .btn-group .page-landing__content .fxc-mixed_cta a + .card__cta,
.btn-group .page-landing__content .fxc-mixed_cta .single-product .button + .card__cta,
.single-product .btn-group .page-landing__content .fxc-mixed_cta .button + .card__cta,
.btn-group .page-landing__content .fxc-mixed_cta .woocommerce-order-received .button + .card__cta,
.woocommerce-order-received .btn-group .page-landing__content .fxc-mixed_cta .button + .card__cta,
.btn-group .page-landing__content .fxc-mixed_cta .woocommerce-checkout .button + .card__cta,
.woocommerce-checkout .btn-group .page-landing__content .fxc-mixed_cta .button + .card__cta,
.btn-group .page-landing__content .fxc-mixed_cta .woocommerce-cart .button + .card__cta,
.woocommerce-cart .btn-group .page-landing__content .fxc-mixed_cta .button + .card__cta,
.page-landing__content .fxc-mixed_cta .btn-group .btn + .card__cta,
.page-landing__content .fxc-mixed_cta .btn-group .woocommerce-notice .button + .card__cta,
.woocommerce-notice .page-landing__content .fxc-mixed_cta .btn-group .button + .card__cta,
.page-landing__content .fxc-mixed_cta .btn-group .woocommerce-message .button + .card__cta,
.woocommerce-message .page-landing__content .fxc-mixed_cta .btn-group .button + .card__cta,
.page-landing__content .fxc-mixed_cta .btn-group .woocommerce-error .button + .card__cta,
.woocommerce-error .page-landing__content .fxc-mixed_cta .btn-group .button + .card__cta,
.page-landing__content .fxc-mixed_cta .btn-group .shop_table.cart .remove + .card__cta,
.shop_table.cart .page-landing__content .fxc-mixed_cta .btn-group .remove + .card__cta,
.page-landing__content .fxc-mixed_cta .btn-group .woocommerce-MyAccount-content .button + .card__cta,
.woocommerce-MyAccount-content .page-landing__content .fxc-mixed_cta .btn-group .button + .card__cta,
.page-landing__content .fxc-mixed_cta .btn-group .woocommerce-MyAccount-content a.button + .card__cta,
.woocommerce-MyAccount-content .page-landing__content .fxc-mixed_cta .btn-group a.button + .card__cta,
.page-landing__content .fxc-mixed_cta .btn-group .woocommerce-MyAccount-navigation ul li a + .card__cta,
.woocommerce-MyAccount-navigation ul li .page-landing__content .fxc-mixed_cta .btn-group a + .card__cta,
.page-landing__content .fxc-mixed_cta .btn-group .single-product .button + .card__cta,
.single-product .page-landing__content .fxc-mixed_cta .btn-group .button + .card__cta,
.page-landing__content .fxc-mixed_cta .btn-group .woocommerce-order-received .button + .card__cta,
.woocommerce-order-received .page-landing__content .fxc-mixed_cta .btn-group .button + .card__cta,
.page-landing__content .fxc-mixed_cta .btn-group .woocommerce-checkout .button + .card__cta,
.woocommerce-checkout .page-landing__content .fxc-mixed_cta .btn-group .button + .card__cta,
.page-landing__content .fxc-mixed_cta .btn-group .woocommerce-cart .button + .card__cta,
.woocommerce-cart .page-landing__content .fxc-mixed_cta .btn-group .button + .card__cta,
.btn-group .page-landing__content .fxc-mixed_cta .content-columns__cta-link + .card__cta,
.page-landing__content .btn-group .fxc-mixed_cta .content-columns__cta-link + .card__cta,
.page-landing__content .fxc-mixed_cta .btn-group .content-columns__cta-link + .card__cta,
.btn-group .page-landing__content .fxc-mixed_cta .card__cta + .card__cta,
.page-landing__content .fxc-mixed_cta .btn-group .card__cta + .card__cta,
.btn-group .page-landing__content .fxc-mixed_cta .slide-pane__cta + .card__cta,
.page-landing__content .btn-group .fxc-mixed_cta .slide-pane__cta + .card__cta,
.page-landing__content .fxc-mixed_cta .btn-group .slide-pane__cta + .card__cta,
.btn-group .page-landing__content .btn + .slide-pane__cta,
.btn-group .page-landing__content .woocommerce-notice .button + .slide-pane__cta,
.woocommerce-notice .btn-group .page-landing__content .button + .slide-pane__cta,
.btn-group .page-landing__content .woocommerce-message .button + .slide-pane__cta,
.woocommerce-message .btn-group .page-landing__content .button + .slide-pane__cta,
.btn-group .page-landing__content .woocommerce-error .button + .slide-pane__cta,
.woocommerce-error .btn-group .page-landing__content .button + .slide-pane__cta,
.btn-group .page-landing__content .shop_table.cart .remove + .slide-pane__cta,
.shop_table.cart .btn-group .page-landing__content .remove + .slide-pane__cta,
.btn-group .page-landing__content .woocommerce-MyAccount-content .button + .slide-pane__cta,
.woocommerce-MyAccount-content .btn-group .page-landing__content .button + .slide-pane__cta,
.btn-group .page-landing__content .woocommerce-MyAccount-content a.button + .slide-pane__cta,
.woocommerce-MyAccount-content .btn-group .page-landing__content a.button + .slide-pane__cta,
.btn-group .page-landing__content .woocommerce-MyAccount-navigation ul li a + .slide-pane__cta,
.woocommerce-MyAccount-navigation ul li .btn-group .page-landing__content a + .slide-pane__cta,
.btn-group .page-landing__content .single-product .button + .slide-pane__cta,
.single-product .btn-group .page-landing__content .button + .slide-pane__cta,
.btn-group .page-landing__content .woocommerce-order-received .button + .slide-pane__cta,
.woocommerce-order-received .btn-group .page-landing__content .button + .slide-pane__cta,
.btn-group .page-landing__content .woocommerce-checkout .button + .slide-pane__cta,
.woocommerce-checkout .btn-group .page-landing__content .button + .slide-pane__cta,
.btn-group .page-landing__content .woocommerce-cart .button + .slide-pane__cta,
.woocommerce-cart .btn-group .page-landing__content .button + .slide-pane__cta,
.page-landing__content .btn-group .btn + .slide-pane__cta,
.page-landing__content .btn-group .woocommerce-notice .button + .slide-pane__cta,
.woocommerce-notice .page-landing__content .btn-group .button + .slide-pane__cta,
.page-landing__content .btn-group .woocommerce-message .button + .slide-pane__cta,
.woocommerce-message .page-landing__content .btn-group .button + .slide-pane__cta,
.page-landing__content .btn-group .woocommerce-error .button + .slide-pane__cta,
.woocommerce-error .page-landing__content .btn-group .button + .slide-pane__cta,
.page-landing__content .btn-group .shop_table.cart .remove + .slide-pane__cta,
.shop_table.cart .page-landing__content .btn-group .remove + .slide-pane__cta,
.page-landing__content .btn-group .woocommerce-MyAccount-content .button + .slide-pane__cta,
.woocommerce-MyAccount-content .page-landing__content .btn-group .button + .slide-pane__cta,
.page-landing__content .btn-group .woocommerce-MyAccount-content a.button + .slide-pane__cta,
.woocommerce-MyAccount-content .page-landing__content .btn-group a.button + .slide-pane__cta,
.page-landing__content .btn-group .woocommerce-MyAccount-navigation ul li a + .slide-pane__cta,
.woocommerce-MyAccount-navigation ul li .page-landing__content .btn-group a + .slide-pane__cta,
.page-landing__content .btn-group .single-product .button + .slide-pane__cta,
.single-product .page-landing__content .btn-group .button + .slide-pane__cta,
.page-landing__content .btn-group .woocommerce-order-received .button + .slide-pane__cta,
.woocommerce-order-received .page-landing__content .btn-group .button + .slide-pane__cta,
.page-landing__content .btn-group .woocommerce-checkout .button + .slide-pane__cta,
.woocommerce-checkout .page-landing__content .btn-group .button + .slide-pane__cta,
.page-landing__content .btn-group .woocommerce-cart .button + .slide-pane__cta,
.woocommerce-cart .page-landing__content .btn-group .button + .slide-pane__cta,
.btn-group .page-landing__content .content-columns__cta-link + .slide-pane__cta,
.page-landing__content .btn-group .content-columns__cta-link + .slide-pane__cta,
.btn-group .page-landing__content .fxc-mixed_cta .card__cta + .slide-pane__cta,
.page-landing__content .fxc-mixed_cta .btn-group .card__cta + .slide-pane__cta,
.btn-group .page-landing__content .slide-pane__cta + .slide-pane__cta,
.page-landing__content .btn-group .slide-pane__cta + .slide-pane__cta, .btn-group .account-cta__link + .btn, .btn-group .woocommerce-notice .account-cta__link + .button, .woocommerce-notice .btn-group .account-cta__link + .button,
.btn-group .woocommerce-message .account-cta__link + .button,
.woocommerce-message .btn-group .account-cta__link + .button,
.btn-group .woocommerce-error .account-cta__link + .button,
.woocommerce-error .btn-group .account-cta__link + .button, .btn-group .shop_table.cart .account-cta__link + .remove, .shop_table.cart .btn-group .account-cta__link + .remove, .btn-group .woocommerce-MyAccount-content .account-cta__link + .button, .woocommerce-MyAccount-content .btn-group .account-cta__link + .button,
.btn-group .woocommerce-MyAccount-content .account-cta__link + a.button,
.woocommerce-MyAccount-content .btn-group .account-cta__link + a.button, .btn-group .woocommerce-MyAccount-navigation ul li .account-cta__link + a, .woocommerce-MyAccount-navigation ul li .btn-group .account-cta__link + a, .btn-group .single-product .account-cta__link + .button, .single-product .btn-group .account-cta__link + .button,
.btn-group .woocommerce-order-received .account-cta__link + .button,
.woocommerce-order-received .btn-group .account-cta__link + .button,
.btn-group .woocommerce-checkout .account-cta__link + .button,
.woocommerce-checkout .btn-group .account-cta__link + .button,
.btn-group .woocommerce-cart .account-cta__link + .button,
.woocommerce-cart .btn-group .account-cta__link + .button, .btn-group .page-landing__content .account-cta__link + .content-columns__cta-link, .page-landing__content .btn-group .account-cta__link + .content-columns__cta-link,
.btn-group .page-landing__content .fxc-mixed_cta .account-cta__link + .card__cta,
.page-landing__content .fxc-mixed_cta .btn-group .account-cta__link + .card__cta,
.btn-group .page-landing__content .account-cta__link + .slide-pane__cta,
.page-landing__content .btn-group .account-cta__link + .slide-pane__cta, .btn-group .btn + .account-cta__link, .btn-group .woocommerce-notice .button + .account-cta__link, .woocommerce-notice .btn-group .button + .account-cta__link,
.btn-group .woocommerce-message .button + .account-cta__link,
.woocommerce-message .btn-group .button + .account-cta__link,
.btn-group .woocommerce-error .button + .account-cta__link,
.woocommerce-error .btn-group .button + .account-cta__link, .btn-group .shop_table.cart .remove + .account-cta__link, .shop_table.cart .btn-group .remove + .account-cta__link, .btn-group .woocommerce-MyAccount-content .button + .account-cta__link, .woocommerce-MyAccount-content .btn-group .button + .account-cta__link,
.btn-group .woocommerce-MyAccount-content a.button + .account-cta__link,
.woocommerce-MyAccount-content .btn-group a.button + .account-cta__link, .btn-group .woocommerce-MyAccount-navigation ul li a + .account-cta__link, .woocommerce-MyAccount-navigation ul li .btn-group a + .account-cta__link, .btn-group .single-product .button + .account-cta__link, .single-product .btn-group .button + .account-cta__link,
.btn-group .woocommerce-order-received .button + .account-cta__link,
.woocommerce-order-received .btn-group .button + .account-cta__link,
.btn-group .woocommerce-checkout .button + .account-cta__link,
.woocommerce-checkout .btn-group .button + .account-cta__link,
.btn-group .woocommerce-cart .button + .account-cta__link,
.woocommerce-cart .btn-group .button + .account-cta__link, .btn-group .page-landing__content .content-columns__cta-link + .account-cta__link, .page-landing__content .btn-group .content-columns__cta-link + .account-cta__link,
.btn-group .page-landing__content .fxc-mixed_cta .card__cta + .account-cta__link,
.page-landing__content .fxc-mixed_cta .btn-group .card__cta + .account-cta__link,
.btn-group .page-landing__content .slide-pane__cta + .account-cta__link,
.page-landing__content .btn-group .slide-pane__cta + .account-cta__link, .btn-group .account-cta__link + .account-cta__link, .btn-group .comment-form input[type=submit] + .btn, .btn-group .comment-form .woocommerce-notice input[type=submit] + .button, .woocommerce-notice .btn-group .comment-form input[type=submit] + .button,
.btn-group .comment-form .woocommerce-message input[type=submit] + .button,
.woocommerce-message .btn-group .comment-form input[type=submit] + .button,
.btn-group .comment-form .woocommerce-error input[type=submit] + .button,
.woocommerce-error .btn-group .comment-form input[type=submit] + .button, .btn-group .comment-form .shop_table.cart input[type=submit] + .remove, .shop_table.cart .btn-group .comment-form input[type=submit] + .remove, .btn-group .comment-form .woocommerce-MyAccount-content input[type=submit] + .button, .woocommerce-MyAccount-content .btn-group .comment-form input[type=submit] + .button,
.btn-group .comment-form .woocommerce-MyAccount-content input[type=submit] + a.button,
.woocommerce-MyAccount-content .btn-group .comment-form input[type=submit] + a.button, .btn-group .comment-form .woocommerce-MyAccount-navigation ul li input[type=submit] + a, .woocommerce-MyAccount-navigation ul li .btn-group .comment-form input[type=submit] + a, .btn-group .comment-form .single-product input[type=submit] + .button, .single-product .btn-group .comment-form input[type=submit] + .button,
.btn-group .comment-form .woocommerce-order-received input[type=submit] + .button,
.woocommerce-order-received .btn-group .comment-form input[type=submit] + .button,
.btn-group .comment-form .woocommerce-checkout input[type=submit] + .button,
.woocommerce-checkout .btn-group .comment-form input[type=submit] + .button,
.btn-group .comment-form .woocommerce-cart input[type=submit] + .button,
.woocommerce-cart .btn-group .comment-form input[type=submit] + .button, .btn-group .comment-form .page-landing__content input[type=submit] + .content-columns__cta-link, .page-landing__content .btn-group .comment-form input[type=submit] + .content-columns__cta-link,
.btn-group .comment-form .page-landing__content .fxc-mixed_cta input[type=submit] + .card__cta,
.page-landing__content .fxc-mixed_cta .btn-group .comment-form input[type=submit] + .card__cta,
.btn-group .comment-form .page-landing__content input[type=submit] + .slide-pane__cta,
.page-landing__content .btn-group .comment-form input[type=submit] + .slide-pane__cta, .btn-group .comment-form input[type=submit] + .account-cta__link, .comment-form .btn-group input[type=submit] + .btn, .comment-form .btn-group .woocommerce-notice input[type=submit] + .button, .woocommerce-notice .comment-form .btn-group input[type=submit] + .button,
.comment-form .btn-group .woocommerce-message input[type=submit] + .button,
.woocommerce-message .comment-form .btn-group input[type=submit] + .button,
.comment-form .btn-group .woocommerce-error input[type=submit] + .button,
.woocommerce-error .comment-form .btn-group input[type=submit] + .button, .comment-form .btn-group .shop_table.cart input[type=submit] + .remove, .shop_table.cart .comment-form .btn-group input[type=submit] + .remove, .comment-form .btn-group .woocommerce-MyAccount-content input[type=submit] + .button, .woocommerce-MyAccount-content .comment-form .btn-group input[type=submit] + .button,
.comment-form .btn-group .woocommerce-MyAccount-content input[type=submit] + a.button,
.woocommerce-MyAccount-content .comment-form .btn-group input[type=submit] + a.button, .comment-form .btn-group .woocommerce-MyAccount-navigation ul li input[type=submit] + a, .woocommerce-MyAccount-navigation ul li .comment-form .btn-group input[type=submit] + a, .comment-form .btn-group .single-product input[type=submit] + .button, .single-product .comment-form .btn-group input[type=submit] + .button,
.comment-form .btn-group .woocommerce-order-received input[type=submit] + .button,
.woocommerce-order-received .comment-form .btn-group input[type=submit] + .button,
.comment-form .btn-group .woocommerce-checkout input[type=submit] + .button,
.woocommerce-checkout .comment-form .btn-group input[type=submit] + .button,
.comment-form .btn-group .woocommerce-cart input[type=submit] + .button,
.woocommerce-cart .comment-form .btn-group input[type=submit] + .button, .comment-form .btn-group .page-landing__content input[type=submit] + .content-columns__cta-link, .page-landing__content .comment-form .btn-group input[type=submit] + .content-columns__cta-link,
.comment-form .btn-group .page-landing__content .fxc-mixed_cta input[type=submit] + .card__cta,
.page-landing__content .fxc-mixed_cta .comment-form .btn-group input[type=submit] + .card__cta,
.comment-form .btn-group .page-landing__content input[type=submit] + .slide-pane__cta,
.page-landing__content .comment-form .btn-group input[type=submit] + .slide-pane__cta, .comment-form .btn-group input[type=submit] + .account-cta__link, .btn-group .comment-form .btn + input[type=submit], .btn-group .comment-form .woocommerce-notice .button + input[type=submit], .woocommerce-notice .btn-group .comment-form .button + input[type=submit],
.btn-group .comment-form .woocommerce-message .button + input[type=submit],
.woocommerce-message .btn-group .comment-form .button + input[type=submit],
.btn-group .comment-form .woocommerce-error .button + input[type=submit],
.woocommerce-error .btn-group .comment-form .button + input[type=submit], .btn-group .comment-form .shop_table.cart .remove + input[type=submit], .shop_table.cart .btn-group .comment-form .remove + input[type=submit], .btn-group .comment-form .woocommerce-MyAccount-content .button + input[type=submit], .woocommerce-MyAccount-content .btn-group .comment-form .button + input[type=submit],
.btn-group .comment-form .woocommerce-MyAccount-content a.button + input[type=submit],
.woocommerce-MyAccount-content .btn-group .comment-form a.button + input[type=submit], .btn-group .comment-form .woocommerce-MyAccount-navigation ul li a + input[type=submit], .woocommerce-MyAccount-navigation ul li .btn-group .comment-form a + input[type=submit], .btn-group .comment-form .single-product .button + input[type=submit], .single-product .btn-group .comment-form .button + input[type=submit],
.btn-group .comment-form .woocommerce-order-received .button + input[type=submit],
.woocommerce-order-received .btn-group .comment-form .button + input[type=submit],
.btn-group .comment-form .woocommerce-checkout .button + input[type=submit],
.woocommerce-checkout .btn-group .comment-form .button + input[type=submit],
.btn-group .comment-form .woocommerce-cart .button + input[type=submit],
.woocommerce-cart .btn-group .comment-form .button + input[type=submit], .btn-group .comment-form .page-landing__content .content-columns__cta-link + input[type=submit], .page-landing__content .btn-group .comment-form .content-columns__cta-link + input[type=submit],
.btn-group .comment-form .page-landing__content .fxc-mixed_cta .card__cta + input[type=submit],
.page-landing__content .fxc-mixed_cta .btn-group .comment-form .card__cta + input[type=submit],
.btn-group .comment-form .page-landing__content .slide-pane__cta + input[type=submit],
.page-landing__content .btn-group .comment-form .slide-pane__cta + input[type=submit], .btn-group .comment-form .account-cta__link + input[type=submit], .comment-form .btn-group .btn + input[type=submit], .comment-form .btn-group .woocommerce-notice .button + input[type=submit], .woocommerce-notice .comment-form .btn-group .button + input[type=submit],
.comment-form .btn-group .woocommerce-message .button + input[type=submit],
.woocommerce-message .comment-form .btn-group .button + input[type=submit],
.comment-form .btn-group .woocommerce-error .button + input[type=submit],
.woocommerce-error .comment-form .btn-group .button + input[type=submit], .comment-form .btn-group .shop_table.cart .remove + input[type=submit], .shop_table.cart .comment-form .btn-group .remove + input[type=submit], .comment-form .btn-group .woocommerce-MyAccount-content .button + input[type=submit], .woocommerce-MyAccount-content .comment-form .btn-group .button + input[type=submit],
.comment-form .btn-group .woocommerce-MyAccount-content a.button + input[type=submit],
.woocommerce-MyAccount-content .comment-form .btn-group a.button + input[type=submit], .comment-form .btn-group .woocommerce-MyAccount-navigation ul li a + input[type=submit], .woocommerce-MyAccount-navigation ul li .comment-form .btn-group a + input[type=submit], .comment-form .btn-group .single-product .button + input[type=submit], .single-product .comment-form .btn-group .button + input[type=submit],
.comment-form .btn-group .woocommerce-order-received .button + input[type=submit],
.woocommerce-order-received .comment-form .btn-group .button + input[type=submit],
.comment-form .btn-group .woocommerce-checkout .button + input[type=submit],
.woocommerce-checkout .comment-form .btn-group .button + input[type=submit],
.comment-form .btn-group .woocommerce-cart .button + input[type=submit],
.woocommerce-cart .comment-form .btn-group .button + input[type=submit], .comment-form .btn-group .page-landing__content .content-columns__cta-link + input[type=submit], .page-landing__content .comment-form .btn-group .content-columns__cta-link + input[type=submit],
.comment-form .btn-group .page-landing__content .fxc-mixed_cta .card__cta + input[type=submit],
.page-landing__content .fxc-mixed_cta .comment-form .btn-group .card__cta + input[type=submit],
.comment-form .btn-group .page-landing__content .slide-pane__cta + input[type=submit],
.page-landing__content .comment-form .btn-group .slide-pane__cta + input[type=submit], .comment-form .btn-group .account-cta__link + input[type=submit], .btn-group .comment-form input[type=submit] + input[type=submit], .comment-form .btn-group input[type=submit] + input[type=submit], .btn-group .bbp-pagination__more + .btn, .btn-group .woocommerce-notice .bbp-pagination__more + .button, .woocommerce-notice .btn-group .bbp-pagination__more + .button,
.btn-group .woocommerce-message .bbp-pagination__more + .button,
.woocommerce-message .btn-group .bbp-pagination__more + .button,
.btn-group .woocommerce-error .bbp-pagination__more + .button,
.woocommerce-error .btn-group .bbp-pagination__more + .button, .btn-group .shop_table.cart .bbp-pagination__more + .remove, .shop_table.cart .btn-group .bbp-pagination__more + .remove, .btn-group .woocommerce-MyAccount-content .bbp-pagination__more + .button, .woocommerce-MyAccount-content .btn-group .bbp-pagination__more + .button,
.btn-group .woocommerce-MyAccount-content .bbp-pagination__more + a.button,
.woocommerce-MyAccount-content .btn-group .bbp-pagination__more + a.button, .btn-group .woocommerce-MyAccount-navigation ul li .bbp-pagination__more + a, .woocommerce-MyAccount-navigation ul li .btn-group .bbp-pagination__more + a, .btn-group .single-product .bbp-pagination__more + .button, .single-product .btn-group .bbp-pagination__more + .button,
.btn-group .woocommerce-order-received .bbp-pagination__more + .button,
.woocommerce-order-received .btn-group .bbp-pagination__more + .button,
.btn-group .woocommerce-checkout .bbp-pagination__more + .button,
.woocommerce-checkout .btn-group .bbp-pagination__more + .button,
.btn-group .woocommerce-cart .bbp-pagination__more + .button,
.woocommerce-cart .btn-group .bbp-pagination__more + .button, .btn-group .page-landing__content .bbp-pagination__more + .content-columns__cta-link, .page-landing__content .btn-group .bbp-pagination__more + .content-columns__cta-link,
.btn-group .page-landing__content .fxc-mixed_cta .bbp-pagination__more + .card__cta,
.page-landing__content .fxc-mixed_cta .btn-group .bbp-pagination__more + .card__cta,
.btn-group .page-landing__content .bbp-pagination__more + .slide-pane__cta,
.page-landing__content .btn-group .bbp-pagination__more + .slide-pane__cta, .btn-group .bbp-pagination__more + .account-cta__link, .btn-group .comment-form .bbp-pagination__more + input[type=submit], .comment-form .btn-group .bbp-pagination__more + input[type=submit],
.btn-group .pagination__more + .btn,
.btn-group .woocommerce-notice .pagination__more + .button,
.woocommerce-notice .btn-group .pagination__more + .button,
.btn-group .woocommerce-message .pagination__more + .button,
.woocommerce-message .btn-group .pagination__more + .button,
.btn-group .woocommerce-error .pagination__more + .button,
.woocommerce-error .btn-group .pagination__more + .button,
.btn-group .shop_table.cart .pagination__more + .remove,
.shop_table.cart .btn-group .pagination__more + .remove,
.btn-group .woocommerce-MyAccount-content .pagination__more + .button,
.woocommerce-MyAccount-content .btn-group .pagination__more + .button,
.btn-group .woocommerce-MyAccount-content .pagination__more + a.button,
.woocommerce-MyAccount-content .btn-group .pagination__more + a.button,
.btn-group .woocommerce-MyAccount-navigation ul li .pagination__more + a,
.woocommerce-MyAccount-navigation ul li .btn-group .pagination__more + a,
.btn-group .single-product .pagination__more + .button,
.single-product .btn-group .pagination__more + .button,
.btn-group .woocommerce-order-received .pagination__more + .button,
.woocommerce-order-received .btn-group .pagination__more + .button,
.btn-group .woocommerce-checkout .pagination__more + .button,
.woocommerce-checkout .btn-group .pagination__more + .button,
.btn-group .woocommerce-cart .pagination__more + .button,
.woocommerce-cart .btn-group .pagination__more + .button,
.btn-group .page-landing__content .pagination__more + .content-columns__cta-link,
.page-landing__content .btn-group .pagination__more + .content-columns__cta-link,
.btn-group .page-landing__content .fxc-mixed_cta .pagination__more + .card__cta,
.page-landing__content .fxc-mixed_cta .btn-group .pagination__more + .card__cta,
.btn-group .page-landing__content .pagination__more + .slide-pane__cta,
.page-landing__content .btn-group .pagination__more + .slide-pane__cta,
.btn-group .pagination__more + .account-cta__link,
.btn-group .comment-form .pagination__more + input[type=submit],
.comment-form .btn-group .pagination__more + input[type=submit], .btn-group .btn + .bbp-pagination__more, .btn-group .woocommerce-notice .button + .bbp-pagination__more, .woocommerce-notice .btn-group .button + .bbp-pagination__more,
.btn-group .woocommerce-message .button + .bbp-pagination__more,
.woocommerce-message .btn-group .button + .bbp-pagination__more,
.btn-group .woocommerce-error .button + .bbp-pagination__more,
.woocommerce-error .btn-group .button + .bbp-pagination__more, .btn-group .shop_table.cart .remove + .bbp-pagination__more, .shop_table.cart .btn-group .remove + .bbp-pagination__more, .btn-group .woocommerce-MyAccount-content .button + .bbp-pagination__more, .woocommerce-MyAccount-content .btn-group .button + .bbp-pagination__more,
.btn-group .woocommerce-MyAccount-content a.button + .bbp-pagination__more,
.woocommerce-MyAccount-content .btn-group a.button + .bbp-pagination__more, .btn-group .woocommerce-MyAccount-navigation ul li a + .bbp-pagination__more, .woocommerce-MyAccount-navigation ul li .btn-group a + .bbp-pagination__more, .btn-group .single-product .button + .bbp-pagination__more, .single-product .btn-group .button + .bbp-pagination__more,
.btn-group .woocommerce-order-received .button + .bbp-pagination__more,
.woocommerce-order-received .btn-group .button + .bbp-pagination__more,
.btn-group .woocommerce-checkout .button + .bbp-pagination__more,
.woocommerce-checkout .btn-group .button + .bbp-pagination__more,
.btn-group .woocommerce-cart .button + .bbp-pagination__more,
.woocommerce-cart .btn-group .button + .bbp-pagination__more, .btn-group .page-landing__content .content-columns__cta-link + .bbp-pagination__more, .page-landing__content .btn-group .content-columns__cta-link + .bbp-pagination__more,
.btn-group .page-landing__content .fxc-mixed_cta .card__cta + .bbp-pagination__more,
.page-landing__content .fxc-mixed_cta .btn-group .card__cta + .bbp-pagination__more,
.btn-group .page-landing__content .slide-pane__cta + .bbp-pagination__more,
.page-landing__content .btn-group .slide-pane__cta + .bbp-pagination__more, .btn-group .account-cta__link + .bbp-pagination__more, .btn-group .comment-form input[type=submit] + .bbp-pagination__more, .comment-form .btn-group input[type=submit] + .bbp-pagination__more, .btn-group .bbp-pagination__more + .bbp-pagination__more,
.btn-group .pagination__more + .bbp-pagination__more,
.btn-group .btn + .pagination__more,
.btn-group .woocommerce-notice .button + .pagination__more,
.woocommerce-notice .btn-group .button + .pagination__more,
.btn-group .woocommerce-message .button + .pagination__more,
.woocommerce-message .btn-group .button + .pagination__more,
.btn-group .woocommerce-error .button + .pagination__more,
.woocommerce-error .btn-group .button + .pagination__more,
.btn-group .shop_table.cart .remove + .pagination__more,
.shop_table.cart .btn-group .remove + .pagination__more,
.btn-group .woocommerce-MyAccount-content .button + .pagination__more,
.woocommerce-MyAccount-content .btn-group .button + .pagination__more,
.btn-group .woocommerce-MyAccount-content a.button + .pagination__more,
.woocommerce-MyAccount-content .btn-group a.button + .pagination__more,
.btn-group .woocommerce-MyAccount-navigation ul li a + .pagination__more,
.woocommerce-MyAccount-navigation ul li .btn-group a + .pagination__more,
.btn-group .single-product .button + .pagination__more,
.single-product .btn-group .button + .pagination__more,
.btn-group .woocommerce-order-received .button + .pagination__more,
.woocommerce-order-received .btn-group .button + .pagination__more,
.btn-group .woocommerce-checkout .button + .pagination__more,
.woocommerce-checkout .btn-group .button + .pagination__more,
.btn-group .woocommerce-cart .button + .pagination__more,
.woocommerce-cart .btn-group .button + .pagination__more,
.btn-group .page-landing__content .content-columns__cta-link + .pagination__more,
.page-landing__content .btn-group .content-columns__cta-link + .pagination__more,
.btn-group .page-landing__content .fxc-mixed_cta .card__cta + .pagination__more,
.page-landing__content .fxc-mixed_cta .btn-group .card__cta + .pagination__more,
.btn-group .page-landing__content .slide-pane__cta + .pagination__more,
.page-landing__content .btn-group .slide-pane__cta + .pagination__more,
.btn-group .account-cta__link + .pagination__more,
.btn-group .comment-form input[type=submit] + .pagination__more,
.comment-form .btn-group input[type=submit] + .pagination__more,
.btn-group .bbp-pagination__more + .pagination__more,
.btn-group .pagination__more + .pagination__more,
.btn-group .btn + .btn-group,
.btn-group .woocommerce-notice .button + .btn-group,
.woocommerce-notice .btn-group .button + .btn-group,
.btn-group .woocommerce-message .button + .btn-group,
.woocommerce-message .btn-group .button + .btn-group,
.btn-group .woocommerce-error .button + .btn-group,
.woocommerce-error .btn-group .button + .btn-group,
.btn-group .shop_table.cart .remove + .btn-group,
.shop_table.cart .btn-group .remove + .btn-group,
.btn-group .woocommerce-MyAccount-content .button + .btn-group,
.woocommerce-MyAccount-content .btn-group .button + .btn-group,
.btn-group .woocommerce-MyAccount-content a.button + .btn-group,
.woocommerce-MyAccount-content .btn-group a.button + .btn-group,
.btn-group .woocommerce-MyAccount-navigation ul li a + .btn-group,
.woocommerce-MyAccount-navigation ul li .btn-group a + .btn-group,
.btn-group .single-product .button + .btn-group,
.single-product .btn-group .button + .btn-group,
.btn-group .woocommerce-order-received .button + .btn-group,
.woocommerce-order-received .btn-group .button + .btn-group,
.btn-group .woocommerce-checkout .button + .btn-group,
.woocommerce-checkout .btn-group .button + .btn-group,
.btn-group .woocommerce-cart .button + .btn-group,
.woocommerce-cart .btn-group .button + .btn-group,
.btn-group .page-landing__content .content-columns__cta-link + .btn-group,
.page-landing__content .btn-group .content-columns__cta-link + .btn-group,
.btn-group .page-landing__content .fxc-mixed_cta .card__cta + .btn-group,
.page-landing__content .fxc-mixed_cta .btn-group .card__cta + .btn-group,
.btn-group .page-landing__content .slide-pane__cta + .btn-group,
.page-landing__content .btn-group .slide-pane__cta + .btn-group,
.btn-group .account-cta__link + .btn-group,
.btn-group .comment-form input[type=submit] + .btn-group,
.comment-form .btn-group input[type=submit] + .btn-group,
.btn-group .bbp-pagination__more + .btn-group,
.btn-group .pagination__more + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .woocommerce-notice .btn-group + .button,
.woocommerce-notice .btn-group .btn-group + .button,
.btn-group .woocommerce-message .btn-group + .button,
.woocommerce-message .btn-group .btn-group + .button,
.btn-group .woocommerce-error .btn-group + .button,
.woocommerce-error .btn-group .btn-group + .button,
.btn-group .shop_table.cart .btn-group + .remove,
.shop_table.cart .btn-group .btn-group + .remove,
.btn-group .woocommerce-MyAccount-content .btn-group + .button,
.woocommerce-MyAccount-content .btn-group .btn-group + .button,
.btn-group .woocommerce-MyAccount-content .btn-group + a.button,
.woocommerce-MyAccount-content .btn-group .btn-group + a.button,
.btn-group .woocommerce-MyAccount-navigation ul li .btn-group + a,
.woocommerce-MyAccount-navigation ul li .btn-group .btn-group + a,
.btn-group .single-product .btn-group + .button,
.single-product .btn-group .btn-group + .button,
.btn-group .woocommerce-order-received .btn-group + .button,
.woocommerce-order-received .btn-group .btn-group + .button,
.btn-group .woocommerce-checkout .btn-group + .button,
.woocommerce-checkout .btn-group .btn-group + .button,
.btn-group .woocommerce-cart .btn-group + .button,
.woocommerce-cart .btn-group .btn-group + .button,
.btn-group .page-landing__content .btn-group + .content-columns__cta-link,
.page-landing__content .btn-group .btn-group + .content-columns__cta-link,
.btn-group .page-landing__content .fxc-mixed_cta .btn-group + .card__cta,
.page-landing__content .fxc-mixed_cta .btn-group .btn-group + .card__cta,
.btn-group .page-landing__content .btn-group + .slide-pane__cta,
.page-landing__content .btn-group .btn-group + .slide-pane__cta,
.btn-group .btn-group + .account-cta__link,
.btn-group .comment-form .btn-group + input[type=submit],
.comment-form .btn-group .btn-group + input[type=submit],
.btn-group .btn-group + .bbp-pagination__more,
.btn-group .btn-group + .pagination__more,
.btn-group .btn-group + .btn-group,
.btn-group-vertical .btn + .btn,
.btn-group-vertical .woocommerce-notice .button + .btn,
.woocommerce-notice .btn-group-vertical .button + .btn,
.btn-group-vertical .woocommerce-message .button + .btn,
.woocommerce-message .btn-group-vertical .button + .btn,
.btn-group-vertical .woocommerce-error .button + .btn,
.woocommerce-error .btn-group-vertical .button + .btn,
.btn-group-vertical .woocommerce-notice .btn + .button,
.woocommerce-notice .btn-group-vertical .btn + .button,
.btn-group-vertical .woocommerce-notice .button + .button,
.woocommerce-notice .btn-group-vertical .button + .button,
.btn-group-vertical .woocommerce-message .woocommerce-notice .button + .button,
.woocommerce-notice .btn-group-vertical .woocommerce-message .button + .button,
.woocommerce-message .btn-group-vertical .woocommerce-notice .button + .button,
.woocommerce-notice .woocommerce-message .btn-group-vertical .button + .button,
.btn-group-vertical .woocommerce-error .woocommerce-notice .button + .button,
.woocommerce-notice .btn-group-vertical .woocommerce-error .button + .button,
.woocommerce-error .btn-group-vertical .woocommerce-notice .button + .button,
.woocommerce-notice .woocommerce-error .btn-group-vertical .button + .button,
.btn-group-vertical .woocommerce-message .btn + .button,
.woocommerce-message .btn-group-vertical .btn + .button,
.btn-group-vertical .woocommerce-notice .woocommerce-message .button + .button,
.woocommerce-message .btn-group-vertical .woocommerce-notice .button + .button,
.woocommerce-notice .btn-group-vertical .woocommerce-message .button + .button,
.woocommerce-message .woocommerce-notice .btn-group-vertical .button + .button,
.btn-group-vertical .woocommerce-message .button + .button,
.woocommerce-message .btn-group-vertical .button + .button,
.btn-group-vertical .woocommerce-error .woocommerce-message .button + .button,
.woocommerce-message .btn-group-vertical .woocommerce-error .button + .button,
.woocommerce-error .btn-group-vertical .woocommerce-message .button + .button,
.woocommerce-message .woocommerce-error .btn-group-vertical .button + .button,
.btn-group-vertical .woocommerce-error .btn + .button,
.woocommerce-error .btn-group-vertical .btn + .button,
.btn-group-vertical .woocommerce-notice .woocommerce-error .button + .button,
.woocommerce-error .btn-group-vertical .woocommerce-notice .button + .button,
.woocommerce-notice .btn-group-vertical .woocommerce-error .button + .button,
.woocommerce-error .woocommerce-notice .btn-group-vertical .button + .button,
.btn-group-vertical .woocommerce-message .woocommerce-error .button + .button,
.woocommerce-error .btn-group-vertical .woocommerce-message .button + .button,
.woocommerce-message .btn-group-vertical .woocommerce-error .button + .button,
.woocommerce-error .woocommerce-message .btn-group-vertical .button + .button,
.btn-group-vertical .woocommerce-error .button + .button,
.woocommerce-error .btn-group-vertical .button + .button,
.btn-group-vertical .shop_table.cart .remove + .btn,
.btn-group-vertical .shop_table.cart .woocommerce-notice .remove + .button,
.woocommerce-notice .btn-group-vertical .shop_table.cart .remove + .button,
.btn-group-vertical .shop_table.cart .woocommerce-message .remove + .button,
.woocommerce-message .btn-group-vertical .shop_table.cart .remove + .button,
.btn-group-vertical .shop_table.cart .woocommerce-error .remove + .button,
.woocommerce-error .btn-group-vertical .shop_table.cart .remove + .button,
.shop_table.cart .btn-group-vertical .remove + .btn,
.shop_table.cart .btn-group-vertical .woocommerce-notice .remove + .button,
.woocommerce-notice .shop_table.cart .btn-group-vertical .remove + .button,
.shop_table.cart .btn-group-vertical .woocommerce-message .remove + .button,
.woocommerce-message .shop_table.cart .btn-group-vertical .remove + .button,
.shop_table.cart .btn-group-vertical .woocommerce-error .remove + .button,
.woocommerce-error .shop_table.cart .btn-group-vertical .remove + .button,
.btn-group-vertical .shop_table.cart .btn + .remove,
.btn-group-vertical .shop_table.cart .woocommerce-notice .button + .remove,
.woocommerce-notice .btn-group-vertical .shop_table.cart .button + .remove,
.btn-group-vertical .shop_table.cart .woocommerce-message .button + .remove,
.woocommerce-message .btn-group-vertical .shop_table.cart .button + .remove,
.btn-group-vertical .shop_table.cart .woocommerce-error .button + .remove,
.woocommerce-error .btn-group-vertical .shop_table.cart .button + .remove,
.shop_table.cart .btn-group-vertical .btn + .remove,
.shop_table.cart .btn-group-vertical .woocommerce-notice .button + .remove,
.woocommerce-notice .shop_table.cart .btn-group-vertical .button + .remove,
.shop_table.cart .btn-group-vertical .woocommerce-message .button + .remove,
.woocommerce-message .shop_table.cart .btn-group-vertical .button + .remove,
.shop_table.cart .btn-group-vertical .woocommerce-error .button + .remove,
.woocommerce-error .shop_table.cart .btn-group-vertical .button + .remove,
.btn-group-vertical .shop_table.cart .remove + .remove,
.shop_table.cart .btn-group-vertical .remove + .remove,
.btn-group-vertical .woocommerce-MyAccount-content .button + .btn,
.btn-group-vertical .woocommerce-MyAccount-content .woocommerce-notice .button + .button,
.woocommerce-notice .btn-group-vertical .woocommerce-MyAccount-content .button + .button,
.btn-group-vertical .woocommerce-MyAccount-content .woocommerce-message .button + .button,
.woocommerce-message .btn-group-vertical .woocommerce-MyAccount-content .button + .button,
.btn-group-vertical .woocommerce-MyAccount-content .woocommerce-error .button + .button,
.woocommerce-error .btn-group-vertical .woocommerce-MyAccount-content .button + .button,
.btn-group-vertical .woocommerce-MyAccount-content .shop_table.cart .button + .remove,
.shop_table.cart .btn-group-vertical .woocommerce-MyAccount-content .button + .remove,
.woocommerce-MyAccount-content .btn-group-vertical .button + .btn,
.woocommerce-MyAccount-content .btn-group-vertical .woocommerce-notice .button + .button,
.woocommerce-notice .woocommerce-MyAccount-content .btn-group-vertical .button + .button,
.woocommerce-MyAccount-content .btn-group-vertical .woocommerce-message .button + .button,
.woocommerce-message .woocommerce-MyAccount-content .btn-group-vertical .button + .button,
.woocommerce-MyAccount-content .btn-group-vertical .woocommerce-error .button + .button,
.woocommerce-error .woocommerce-MyAccount-content .btn-group-vertical .button + .button,
.woocommerce-MyAccount-content .btn-group-vertical .shop_table.cart .button + .remove,
.shop_table.cart .woocommerce-MyAccount-content .btn-group-vertical .button + .remove,
.btn-group-vertical .woocommerce-MyAccount-content a.button + .btn,
.btn-group-vertical .woocommerce-MyAccount-content .woocommerce-notice a.button + .button,
.woocommerce-notice .btn-group-vertical .woocommerce-MyAccount-content a.button + .button,
.btn-group-vertical .woocommerce-MyAccount-content .woocommerce-message a.button + .button,
.woocommerce-message .btn-group-vertical .woocommerce-MyAccount-content a.button + .button,
.btn-group-vertical .woocommerce-MyAccount-content .woocommerce-error a.button + .button,
.woocommerce-error .btn-group-vertical .woocommerce-MyAccount-content a.button + .button,
.btn-group-vertical .woocommerce-MyAccount-content .shop_table.cart a.button + .remove,
.shop_table.cart .btn-group-vertical .woocommerce-MyAccount-content a.button + .remove,
.woocommerce-MyAccount-content .btn-group-vertical a.button + .btn,
.woocommerce-MyAccount-content .btn-group-vertical .woocommerce-notice a.button + .button,
.woocommerce-notice .woocommerce-MyAccount-content .btn-group-vertical a.button + .button,
.woocommerce-MyAccount-content .btn-group-vertical .woocommerce-message a.button + .button,
.woocommerce-message .woocommerce-MyAccount-content .btn-group-vertical a.button + .button,
.woocommerce-MyAccount-content .btn-group-vertical .woocommerce-error a.button + .button,
.woocommerce-error .woocommerce-MyAccount-content .btn-group-vertical a.button + .button,
.woocommerce-MyAccount-content .btn-group-vertical .shop_table.cart a.button + .remove,
.shop_table.cart .woocommerce-MyAccount-content .btn-group-vertical a.button + .remove,
.btn-group-vertical .woocommerce-MyAccount-content .btn + .button,
.btn-group-vertical .woocommerce-MyAccount-content .woocommerce-notice .button + .button,
.woocommerce-notice .btn-group-vertical .woocommerce-MyAccount-content .button + .button,
.btn-group-vertical .woocommerce-MyAccount-content .woocommerce-message .button + .button,
.woocommerce-message .btn-group-vertical .woocommerce-MyAccount-content .button + .button,
.btn-group-vertical .woocommerce-MyAccount-content .woocommerce-error .button + .button,
.woocommerce-error .btn-group-vertical .woocommerce-MyAccount-content .button + .button,
.btn-group-vertical .woocommerce-MyAccount-content .shop_table.cart .remove + .button,
.shop_table.cart .btn-group-vertical .woocommerce-MyAccount-content .remove + .button,
.woocommerce-MyAccount-content .btn-group-vertical .btn + .button,
.woocommerce-MyAccount-content .btn-group-vertical .woocommerce-notice .button + .button,
.woocommerce-notice .woocommerce-MyAccount-content .btn-group-vertical .button + .button,
.woocommerce-MyAccount-content .btn-group-vertical .woocommerce-message .button + .button,
.woocommerce-message .woocommerce-MyAccount-content .btn-group-vertical .button + .button,
.woocommerce-MyAccount-content .btn-group-vertical .woocommerce-error .button + .button,
.woocommerce-error .woocommerce-MyAccount-content .btn-group-vertical .button + .button,
.woocommerce-MyAccount-content .btn-group-vertical .shop_table.cart .remove + .button,
.shop_table.cart .woocommerce-MyAccount-content .btn-group-vertical .remove + .button,
.btn-group-vertical .woocommerce-MyAccount-content .button + .button,
.woocommerce-MyAccount-content .btn-group-vertical .button + .button,
.btn-group-vertical .woocommerce-MyAccount-content a.button + .button,
.woocommerce-MyAccount-content .btn-group-vertical a.button + .button,
.btn-group-vertical .woocommerce-MyAccount-content .btn + a.button,
.btn-group-vertical .woocommerce-MyAccount-content .woocommerce-notice .button + a.button,
.woocommerce-notice .btn-group-vertical .woocommerce-MyAccount-content .button + a.button,
.btn-group-vertical .woocommerce-MyAccount-content .woocommerce-message .button + a.button,
.woocommerce-message .btn-group-vertical .woocommerce-MyAccount-content .button + a.button,
.btn-group-vertical .woocommerce-MyAccount-content .woocommerce-error .button + a.button,
.woocommerce-error .btn-group-vertical .woocommerce-MyAccount-content .button + a.button,
.btn-group-vertical .woocommerce-MyAccount-content .shop_table.cart .remove + a.button,
.shop_table.cart .btn-group-vertical .woocommerce-MyAccount-content .remove + a.button,
.woocommerce-MyAccount-content .btn-group-vertical .btn + a.button,
.woocommerce-MyAccount-content .btn-group-vertical .woocommerce-notice .button + a.button,
.woocommerce-notice .woocommerce-MyAccount-content .btn-group-vertical .button + a.button,
.woocommerce-MyAccount-content .btn-group-vertical .woocommerce-message .button + a.button,
.woocommerce-message .woocommerce-MyAccount-content .btn-group-vertical .button + a.button,
.woocommerce-MyAccount-content .btn-group-vertical .woocommerce-error .button + a.button,
.woocommerce-error .woocommerce-MyAccount-content .btn-group-vertical .button + a.button,
.woocommerce-MyAccount-content .btn-group-vertical .shop_table.cart .remove + a.button,
.shop_table.cart .woocommerce-MyAccount-content .btn-group-vertical .remove + a.button,
.btn-group-vertical .woocommerce-MyAccount-content .button + a.button,
.woocommerce-MyAccount-content .btn-group-vertical .button + a.button,
.btn-group-vertical .woocommerce-MyAccount-content a.button + a.button,
.woocommerce-MyAccount-content .btn-group-vertical a.button + a.button,
.btn-group-vertical .woocommerce-MyAccount-navigation ul li a + .btn,
.btn-group-vertical .woocommerce-MyAccount-navigation ul li .woocommerce-notice a + .button,
.woocommerce-notice .btn-group-vertical .woocommerce-MyAccount-navigation ul li a + .button,
.btn-group-vertical .woocommerce-MyAccount-navigation ul li .woocommerce-message a + .button,
.woocommerce-message .btn-group-vertical .woocommerce-MyAccount-navigation ul li a + .button,
.btn-group-vertical .woocommerce-MyAccount-navigation ul li .woocommerce-error a + .button,
.woocommerce-error .btn-group-vertical .woocommerce-MyAccount-navigation ul li a + .button,
.btn-group-vertical .woocommerce-MyAccount-navigation ul li .shop_table.cart a + .remove,
.shop_table.cart .btn-group-vertical .woocommerce-MyAccount-navigation ul li a + .remove,
.btn-group-vertical .woocommerce-MyAccount-navigation ul li .woocommerce-MyAccount-content a + .button,
.woocommerce-MyAccount-content .btn-group-vertical .woocommerce-MyAccount-navigation ul li a + .button,
.btn-group-vertical .woocommerce-MyAccount-navigation ul li .woocommerce-MyAccount-content a + a.button,
.woocommerce-MyAccount-content .btn-group-vertical .woocommerce-MyAccount-navigation ul li a + a.button,
.woocommerce-MyAccount-navigation ul li .btn-group-vertical a + .btn,
.woocommerce-MyAccount-navigation ul li .btn-group-vertical .woocommerce-notice a + .button,
.woocommerce-notice .woocommerce-MyAccount-navigation ul li .btn-group-vertical a + .button,
.woocommerce-MyAccount-navigation ul li .btn-group-vertical .woocommerce-message a + .button,
.woocommerce-message .woocommerce-MyAccount-navigation ul li .btn-group-vertical a + .button,
.woocommerce-MyAccount-navigation ul li .btn-group-vertical .woocommerce-error a + .button,
.woocommerce-error .woocommerce-MyAccount-navigation ul li .btn-group-vertical a + .button,
.woocommerce-MyAccount-navigation ul li .btn-group-vertical .shop_table.cart a + .remove,
.shop_table.cart .woocommerce-MyAccount-navigation ul li .btn-group-vertical a + .remove,
.woocommerce-MyAccount-navigation ul li .btn-group-vertical .woocommerce-MyAccount-content a + .button,
.woocommerce-MyAccount-content .woocommerce-MyAccount-navigation ul li .btn-group-vertical a + .button,
.woocommerce-MyAccount-navigation ul li .btn-group-vertical .woocommerce-MyAccount-content a + a.button,
.woocommerce-MyAccount-content .woocommerce-MyAccount-navigation ul li .btn-group-vertical a + a.button,
.btn-group-vertical .woocommerce-MyAccount-navigation ul li .btn + a,
.btn-group-vertical .woocommerce-MyAccount-navigation ul li .woocommerce-notice .button + a,
.woocommerce-notice .btn-group-vertical .woocommerce-MyAccount-navigation ul li .button + a,
.btn-group-vertical .woocommerce-MyAccount-navigation ul li .woocommerce-message .button + a,
.woocommerce-message .btn-group-vertical .woocommerce-MyAccount-navigation ul li .button + a,
.btn-group-vertical .woocommerce-MyAccount-navigation ul li .woocommerce-error .button + a,
.woocommerce-error .btn-group-vertical .woocommerce-MyAccount-navigation ul li .button + a,
.btn-group-vertical .woocommerce-MyAccount-navigation ul li .shop_table.cart .remove + a,
.shop_table.cart .btn-group-vertical .woocommerce-MyAccount-navigation ul li .remove + a,
.btn-group-vertical .woocommerce-MyAccount-navigation ul li .woocommerce-MyAccount-content .button + a,
.woocommerce-MyAccount-content .btn-group-vertical .woocommerce-MyAccount-navigation ul li .button + a,
.btn-group-vertical .woocommerce-MyAccount-navigation ul li .woocommerce-MyAccount-content a.button + a,
.woocommerce-MyAccount-content .btn-group-vertical .woocommerce-MyAccount-navigation ul li a.button + a,
.woocommerce-MyAccount-navigation ul li .btn-group-vertical .btn + a,
.woocommerce-MyAccount-navigation ul li .btn-group-vertical .woocommerce-notice .button + a,
.woocommerce-notice .woocommerce-MyAccount-navigation ul li .btn-group-vertical .button + a,
.woocommerce-MyAccount-navigation ul li .btn-group-vertical .woocommerce-message .button + a,
.woocommerce-message .woocommerce-MyAccount-navigation ul li .btn-group-vertical .button + a,
.woocommerce-MyAccount-navigation ul li .btn-group-vertical .woocommerce-error .button + a,
.woocommerce-error .woocommerce-MyAccount-navigation ul li .btn-group-vertical .button + a,
.woocommerce-MyAccount-navigation ul li .btn-group-vertical .shop_table.cart .remove + a,
.shop_table.cart .woocommerce-MyAccount-navigation ul li .btn-group-vertical .remove + a,
.woocommerce-MyAccount-navigation ul li .btn-group-vertical .woocommerce-MyAccount-content .button + a,
.woocommerce-MyAccount-content .woocommerce-MyAccount-navigation ul li .btn-group-vertical .button + a,
.woocommerce-MyAccount-navigation ul li .btn-group-vertical .woocommerce-MyAccount-content a.button + a,
.woocommerce-MyAccount-content .woocommerce-MyAccount-navigation ul li .btn-group-vertical a.button + a,
.btn-group-vertical .woocommerce-MyAccount-navigation ul li a + a,
.woocommerce-MyAccount-navigation ul li .btn-group-vertical a + a,
.btn-group-vertical .single-product .button + .btn,
.btn-group-vertical .single-product .woocommerce-notice .button + .button,
.woocommerce-notice .btn-group-vertical .single-product .button + .button,
.btn-group-vertical .single-product .woocommerce-message .button + .button,
.woocommerce-message .btn-group-vertical .single-product .button + .button,
.btn-group-vertical .single-product .woocommerce-error .button + .button,
.woocommerce-error .btn-group-vertical .single-product .button + .button,
.btn-group-vertical .single-product .shop_table.cart .button + .remove,
.shop_table.cart .btn-group-vertical .single-product .button + .remove,
.btn-group-vertical .single-product .woocommerce-MyAccount-content .button + .button,
.woocommerce-MyAccount-content .btn-group-vertical .single-product .button + .button,
.btn-group-vertical .single-product .woocommerce-MyAccount-content .button + a.button,
.woocommerce-MyAccount-content .btn-group-vertical .single-product .button + a.button,
.btn-group-vertical .single-product .woocommerce-MyAccount-navigation ul li .button + a,
.woocommerce-MyAccount-navigation ul li .btn-group-vertical .single-product .button + a,
.single-product .btn-group-vertical .button + .btn,
.single-product .btn-group-vertical .woocommerce-notice .button + .button,
.woocommerce-notice .single-product .btn-group-vertical .button + .button,
.single-product .btn-group-vertical .woocommerce-message .button + .button,
.woocommerce-message .single-product .btn-group-vertical .button + .button,
.single-product .btn-group-vertical .woocommerce-error .button + .button,
.woocommerce-error .single-product .btn-group-vertical .button + .button,
.single-product .btn-group-vertical .shop_table.cart .button + .remove,
.shop_table.cart .single-product .btn-group-vertical .button + .remove,
.single-product .btn-group-vertical .woocommerce-MyAccount-content .button + .button,
.woocommerce-MyAccount-content .single-product .btn-group-vertical .button + .button,
.single-product .btn-group-vertical .woocommerce-MyAccount-content .button + a.button,
.woocommerce-MyAccount-content .single-product .btn-group-vertical .button + a.button,
.single-product .btn-group-vertical .woocommerce-MyAccount-navigation ul li .button + a,
.woocommerce-MyAccount-navigation ul li .single-product .btn-group-vertical .button + a,
.btn-group-vertical .woocommerce-order-received .button + .btn,
.btn-group-vertical .woocommerce-order-received .woocommerce-notice .button + .button,
.woocommerce-notice .btn-group-vertical .woocommerce-order-received .button + .button,
.btn-group-vertical .woocommerce-order-received .woocommerce-message .button + .button,
.woocommerce-message .btn-group-vertical .woocommerce-order-received .button + .button,
.btn-group-vertical .woocommerce-order-received .woocommerce-error .button + .button,
.woocommerce-error .btn-group-vertical .woocommerce-order-received .button + .button,
.btn-group-vertical .woocommerce-order-received .shop_table.cart .button + .remove,
.shop_table.cart .btn-group-vertical .woocommerce-order-received .button + .remove,
.btn-group-vertical .woocommerce-order-received .woocommerce-MyAccount-content .button + .button,
.woocommerce-MyAccount-content .btn-group-vertical .woocommerce-order-received .button + .button,
.btn-group-vertical .woocommerce-order-received .woocommerce-MyAccount-content .button + a.button,
.woocommerce-MyAccount-content .btn-group-vertical .woocommerce-order-received .button + a.button,
.btn-group-vertical .woocommerce-order-received .woocommerce-MyAccount-navigation ul li .button + a,
.woocommerce-MyAccount-navigation ul li .btn-group-vertical .woocommerce-order-received .button + a,
.woocommerce-order-received .btn-group-vertical .button + .btn,
.woocommerce-order-received .btn-group-vertical .woocommerce-notice .button + .button,
.woocommerce-notice .woocommerce-order-received .btn-group-vertical .button + .button,
.woocommerce-order-received .btn-group-vertical .woocommerce-message .button + .button,
.woocommerce-message .woocommerce-order-received .btn-group-vertical .button + .button,
.woocommerce-order-received .btn-group-vertical .woocommerce-error .button + .button,
.woocommerce-error .woocommerce-order-received .btn-group-vertical .button + .button,
.woocommerce-order-received .btn-group-vertical .shop_table.cart .button + .remove,
.shop_table.cart .woocommerce-order-received .btn-group-vertical .button + .remove,
.woocommerce-order-received .btn-group-vertical .woocommerce-MyAccount-content .button + .button,
.woocommerce-MyAccount-content .woocommerce-order-received .btn-group-vertical .button + .button,
.woocommerce-order-received .btn-group-vertical .woocommerce-MyAccount-content .button + a.button,
.woocommerce-MyAccount-content .woocommerce-order-received .btn-group-vertical .button + a.button,
.woocommerce-order-received .btn-group-vertical .woocommerce-MyAccount-navigation ul li .button + a,
.woocommerce-MyAccount-navigation ul li .woocommerce-order-received .btn-group-vertical .button + a,
.btn-group-vertical .woocommerce-checkout .button + .btn,
.btn-group-vertical .woocommerce-checkout .woocommerce-notice .button + .button,
.woocommerce-notice .btn-group-vertical .woocommerce-checkout .button + .button,
.btn-group-vertical .woocommerce-checkout .woocommerce-message .button + .button,
.woocommerce-message .btn-group-vertical .woocommerce-checkout .button + .button,
.btn-group-vertical .woocommerce-checkout .woocommerce-error .button + .button,
.woocommerce-error .btn-group-vertical .woocommerce-checkout .button + .button,
.btn-group-vertical .woocommerce-checkout .shop_table.cart .button + .remove,
.shop_table.cart .btn-group-vertical .woocommerce-checkout .button + .remove,
.btn-group-vertical .woocommerce-checkout .woocommerce-MyAccount-content .button + .button,
.woocommerce-MyAccount-content .btn-group-vertical .woocommerce-checkout .button + .button,
.btn-group-vertical .woocommerce-checkout .woocommerce-MyAccount-content .button + a.button,
.woocommerce-MyAccount-content .btn-group-vertical .woocommerce-checkout .button + a.button,
.btn-group-vertical .woocommerce-checkout .woocommerce-MyAccount-navigation ul li .button + a,
.woocommerce-MyAccount-navigation ul li .btn-group-vertical .woocommerce-checkout .button + a,
.woocommerce-checkout .btn-group-vertical .button + .btn,
.woocommerce-checkout .btn-group-vertical .woocommerce-notice .button + .button,
.woocommerce-notice .woocommerce-checkout .btn-group-vertical .button + .button,
.woocommerce-checkout .btn-group-vertical .woocommerce-message .button + .button,
.woocommerce-message .woocommerce-checkout .btn-group-vertical .button + .button,
.woocommerce-checkout .btn-group-vertical .woocommerce-error .button + .button,
.woocommerce-error .woocommerce-checkout .btn-group-vertical .button + .button,
.woocommerce-checkout .btn-group-vertical .shop_table.cart .button + .remove,
.shop_table.cart .woocommerce-checkout .btn-group-vertical .button + .remove,
.woocommerce-checkout .btn-group-vertical .woocommerce-MyAccount-content .button + .button,
.woocommerce-MyAccount-content .woocommerce-checkout .btn-group-vertical .button + .button,
.woocommerce-checkout .btn-group-vertical .woocommerce-MyAccount-content .button + a.button,
.woocommerce-MyAccount-content .woocommerce-checkout .btn-group-vertical .button + a.button,
.woocommerce-checkout .btn-group-vertical .woocommerce-MyAccount-navigation ul li .button + a,
.woocommerce-MyAccount-navigation ul li .woocommerce-checkout .btn-group-vertical .button + a,
.btn-group-vertical .woocommerce-cart .button + .btn,
.btn-group-vertical .woocommerce-cart .woocommerce-notice .button + .button,
.woocommerce-notice .btn-group-vertical .woocommerce-cart .button + .button,
.btn-group-vertical .woocommerce-cart .woocommerce-message .button + .button,
.woocommerce-message .btn-group-vertical .woocommerce-cart .button + .button,
.btn-group-vertical .woocommerce-cart .woocommerce-error .button + .button,
.woocommerce-error .btn-group-vertical .woocommerce-cart .button + .button,
.btn-group-vertical .woocommerce-cart .shop_table.cart .button + .remove,
.shop_table.cart .btn-group-vertical .woocommerce-cart .button + .remove,
.btn-group-vertical .woocommerce-cart .woocommerce-MyAccount-content .button + .button,
.woocommerce-MyAccount-content .btn-group-vertical .woocommerce-cart .button + .button,
.btn-group-vertical .woocommerce-cart .woocommerce-MyAccount-content .button + a.button,
.woocommerce-MyAccount-content .btn-group-vertical .woocommerce-cart .button + a.button,
.btn-group-vertical .woocommerce-cart .woocommerce-MyAccount-navigation ul li .button + a,
.woocommerce-MyAccount-navigation ul li .btn-group-vertical .woocommerce-cart .button + a,
.woocommerce-cart .btn-group-vertical .button + .btn,
.woocommerce-cart .btn-group-vertical .woocommerce-notice .button + .button,
.woocommerce-notice .woocommerce-cart .btn-group-vertical .button + .button,
.woocommerce-cart .btn-group-vertical .woocommerce-message .button + .button,
.woocommerce-message .woocommerce-cart .btn-group-vertical .button + .button,
.woocommerce-cart .btn-group-vertical .woocommerce-error .button + .button,
.woocommerce-error .woocommerce-cart .btn-group-vertical .button + .button,
.woocommerce-cart .btn-group-vertical .shop_table.cart .button + .remove,
.shop_table.cart .woocommerce-cart .btn-group-vertical .button + .remove,
.woocommerce-cart .btn-group-vertical .woocommerce-MyAccount-content .button + .button,
.woocommerce-MyAccount-content .woocommerce-cart .btn-group-vertical .button + .button,
.woocommerce-cart .btn-group-vertical .woocommerce-MyAccount-content .button + a.button,
.woocommerce-MyAccount-content .woocommerce-cart .btn-group-vertical .button + a.button,
.woocommerce-cart .btn-group-vertical .woocommerce-MyAccount-navigation ul li .button + a,
.woocommerce-MyAccount-navigation ul li .woocommerce-cart .btn-group-vertical .button + a,
.btn-group-vertical .single-product .btn + .button,
.btn-group-vertical .single-product .woocommerce-notice .button + .button,
.woocommerce-notice .btn-group-vertical .single-product .button + .button,
.btn-group-vertical .single-product .woocommerce-message .button + .button,
.woocommerce-message .btn-group-vertical .single-product .button + .button,
.btn-group-vertical .single-product .woocommerce-error .button + .button,
.woocommerce-error .btn-group-vertical .single-product .button + .button,
.btn-group-vertical .single-product .shop_table.cart .remove + .button,
.shop_table.cart .btn-group-vertical .single-product .remove + .button,
.btn-group-vertical .single-product .woocommerce-MyAccount-content .button + .button,
.woocommerce-MyAccount-content .btn-group-vertical .single-product .button + .button,
.btn-group-vertical .single-product .woocommerce-MyAccount-content a.button + .button,
.woocommerce-MyAccount-content .btn-group-vertical .single-product a.button + .button,
.btn-group-vertical .single-product .woocommerce-MyAccount-navigation ul li a + .button,
.woocommerce-MyAccount-navigation ul li .btn-group-vertical .single-product a + .button,
.single-product .btn-group-vertical .btn + .button,
.single-product .btn-group-vertical .woocommerce-notice .button + .button,
.woocommerce-notice .single-product .btn-group-vertical .button + .button,
.single-product .btn-group-vertical .woocommerce-message .button + .button,
.woocommerce-message .single-product .btn-group-vertical .button + .button,
.single-product .btn-group-vertical .woocommerce-error .button + .button,
.woocommerce-error .single-product .btn-group-vertical .button + .button,
.single-product .btn-group-vertical .shop_table.cart .remove + .button,
.shop_table.cart .single-product .btn-group-vertical .remove + .button,
.single-product .btn-group-vertical .woocommerce-MyAccount-content .button + .button,
.woocommerce-MyAccount-content .single-product .btn-group-vertical .button + .button,
.single-product .btn-group-vertical .woocommerce-MyAccount-content a.button + .button,
.woocommerce-MyAccount-content .single-product .btn-group-vertical a.button + .button,
.single-product .btn-group-vertical .woocommerce-MyAccount-navigation ul li a + .button,
.woocommerce-MyAccount-navigation ul li .single-product .btn-group-vertical a + .button,
.btn-group-vertical .single-product .button + .button,
.single-product .btn-group-vertical .button + .button,
.btn-group-vertical .woocommerce-order-received .single-product .button + .button,
.single-product .btn-group-vertical .woocommerce-order-received .button + .button,
.woocommerce-order-received .btn-group-vertical .single-product .button + .button,
.single-product .woocommerce-order-received .btn-group-vertical .button + .button,
.btn-group-vertical .woocommerce-checkout .single-product .button + .button,
.single-product .btn-group-vertical .woocommerce-checkout .button + .button,
.woocommerce-checkout .btn-group-vertical .single-product .button + .button,
.single-product .woocommerce-checkout .btn-group-vertical .button + .button,
.btn-group-vertical .woocommerce-cart .single-product .button + .button,
.single-product .btn-group-vertical .woocommerce-cart .button + .button,
.woocommerce-cart .btn-group-vertical .single-product .button + .button,
.single-product .woocommerce-cart .btn-group-vertical .button + .button,
.btn-group-vertical .woocommerce-order-received .btn + .button,
.btn-group-vertical .woocommerce-order-received .woocommerce-notice .button + .button,
.woocommerce-notice .btn-group-vertical .woocommerce-order-received .button + .button,
.btn-group-vertical .woocommerce-order-received .woocommerce-message .button + .button,
.woocommerce-message .btn-group-vertical .woocommerce-order-received .button + .button,
.btn-group-vertical .woocommerce-order-received .woocommerce-error .button + .button,
.woocommerce-error .btn-group-vertical .woocommerce-order-received .button + .button,
.btn-group-vertical .woocommerce-order-received .shop_table.cart .remove + .button,
.shop_table.cart .btn-group-vertical .woocommerce-order-received .remove + .button,
.btn-group-vertical .woocommerce-order-received .woocommerce-MyAccount-content .button + .button,
.woocommerce-MyAccount-content .btn-group-vertical .woocommerce-order-received .button + .button,
.btn-group-vertical .woocommerce-order-received .woocommerce-MyAccount-content a.button + .button,
.woocommerce-MyAccount-content .btn-group-vertical .woocommerce-order-received a.button + .button,
.btn-group-vertical .woocommerce-order-received .woocommerce-MyAccount-navigation ul li a + .button,
.woocommerce-MyAccount-navigation ul li .btn-group-vertical .woocommerce-order-received a + .button,
.woocommerce-order-received .btn-group-vertical .btn + .button,
.woocommerce-order-received .btn-group-vertical .woocommerce-notice .button + .button,
.woocommerce-notice .woocommerce-order-received .btn-group-vertical .button + .button,
.woocommerce-order-received .btn-group-vertical .woocommerce-message .button + .button,
.woocommerce-message .woocommerce-order-received .btn-group-vertical .button + .button,
.woocommerce-order-received .btn-group-vertical .woocommerce-error .button + .button,
.woocommerce-error .woocommerce-order-received .btn-group-vertical .button + .button,
.woocommerce-order-received .btn-group-vertical .shop_table.cart .remove + .button,
.shop_table.cart .woocommerce-order-received .btn-group-vertical .remove + .button,
.woocommerce-order-received .btn-group-vertical .woocommerce-MyAccount-content .button + .button,
.woocommerce-MyAccount-content .woocommerce-order-received .btn-group-vertical .button + .button,
.woocommerce-order-received .btn-group-vertical .woocommerce-MyAccount-content a.button + .button,
.woocommerce-MyAccount-content .woocommerce-order-received .btn-group-vertical a.button + .button,
.woocommerce-order-received .btn-group-vertical .woocommerce-MyAccount-navigation ul li a + .button,
.woocommerce-MyAccount-navigation ul li .woocommerce-order-received .btn-group-vertical a + .button,
.btn-group-vertical .single-product .woocommerce-order-received .button + .button,
.woocommerce-order-received .btn-group-vertical .single-product .button + .button,
.single-product .btn-group-vertical .woocommerce-order-received .button + .button,
.woocommerce-order-received .single-product .btn-group-vertical .button + .button,
.btn-group-vertical .woocommerce-order-received .button + .button,
.woocommerce-order-received .btn-group-vertical .button + .button,
.btn-group-vertical .woocommerce-checkout .woocommerce-order-received .button + .button,
.woocommerce-order-received .btn-group-vertical .woocommerce-checkout .button + .button,
.woocommerce-checkout .btn-group-vertical .woocommerce-order-received .button + .button,
.woocommerce-order-received .woocommerce-checkout .btn-group-vertical .button + .button,
.btn-group-vertical .woocommerce-cart .woocommerce-order-received .button + .button,
.woocommerce-order-received .btn-group-vertical .woocommerce-cart .button + .button,
.woocommerce-cart .btn-group-vertical .woocommerce-order-received .button + .button,
.woocommerce-order-received .woocommerce-cart .btn-group-vertical .button + .button,
.btn-group-vertical .woocommerce-checkout .btn + .button,
.btn-group-vertical .woocommerce-checkout .woocommerce-notice .button + .button,
.woocommerce-notice .btn-group-vertical .woocommerce-checkout .button + .button,
.btn-group-vertical .woocommerce-checkout .woocommerce-message .button + .button,
.woocommerce-message .btn-group-vertical .woocommerce-checkout .button + .button,
.btn-group-vertical .woocommerce-checkout .woocommerce-error .button + .button,
.woocommerce-error .btn-group-vertical .woocommerce-checkout .button + .button,
.btn-group-vertical .woocommerce-checkout .shop_table.cart .remove + .button,
.shop_table.cart .btn-group-vertical .woocommerce-checkout .remove + .button,
.btn-group-vertical .woocommerce-checkout .woocommerce-MyAccount-content .button + .button,
.woocommerce-MyAccount-content .btn-group-vertical .woocommerce-checkout .button + .button,
.btn-group-vertical .woocommerce-checkout .woocommerce-MyAccount-content a.button + .button,
.woocommerce-MyAccount-content .btn-group-vertical .woocommerce-checkout a.button + .button,
.btn-group-vertical .woocommerce-checkout .woocommerce-MyAccount-navigation ul li a + .button,
.woocommerce-MyAccount-navigation ul li .btn-group-vertical .woocommerce-checkout a + .button,
.woocommerce-checkout .btn-group-vertical .btn + .button,
.woocommerce-checkout .btn-group-vertical .woocommerce-notice .button + .button,
.woocommerce-notice .woocommerce-checkout .btn-group-vertical .button + .button,
.woocommerce-checkout .btn-group-vertical .woocommerce-message .button + .button,
.woocommerce-message .woocommerce-checkout .btn-group-vertical .button + .button,
.woocommerce-checkout .btn-group-vertical .woocommerce-error .button + .button,
.woocommerce-error .woocommerce-checkout .btn-group-vertical .button + .button,
.woocommerce-checkout .btn-group-vertical .shop_table.cart .remove + .button,
.shop_table.cart .woocommerce-checkout .btn-group-vertical .remove + .button,
.woocommerce-checkout .btn-group-vertical .woocommerce-MyAccount-content .button + .button,
.woocommerce-MyAccount-content .woocommerce-checkout .btn-group-vertical .button + .button,
.woocommerce-checkout .btn-group-vertical .woocommerce-MyAccount-content a.button + .button,
.woocommerce-MyAccount-content .woocommerce-checkout .btn-group-vertical a.button + .button,
.woocommerce-checkout .btn-group-vertical .woocommerce-MyAccount-navigation ul li a + .button,
.woocommerce-MyAccount-navigation ul li .woocommerce-checkout .btn-group-vertical a + .button,
.btn-group-vertical .single-product .woocommerce-checkout .button + .button,
.woocommerce-checkout .btn-group-vertical .single-product .button + .button,
.single-product .btn-group-vertical .woocommerce-checkout .button + .button,
.woocommerce-checkout .single-product .btn-group-vertical .button + .button,
.btn-group-vertical .woocommerce-order-received .woocommerce-checkout .button + .button,
.woocommerce-checkout .btn-group-vertical .woocommerce-order-received .button + .button,
.woocommerce-order-received .btn-group-vertical .woocommerce-checkout .button + .button,
.woocommerce-checkout .woocommerce-order-received .btn-group-vertical .button + .button,
.btn-group-vertical .woocommerce-checkout .button + .button,
.woocommerce-checkout .btn-group-vertical .button + .button,
.btn-group-vertical .woocommerce-cart .woocommerce-checkout .button + .button,
.woocommerce-checkout .btn-group-vertical .woocommerce-cart .button + .button,
.woocommerce-cart .btn-group-vertical .woocommerce-checkout .button + .button,
.woocommerce-checkout .woocommerce-cart .btn-group-vertical .button + .button,
.btn-group-vertical .woocommerce-cart .btn + .button,
.btn-group-vertical .woocommerce-cart .woocommerce-notice .button + .button,
.woocommerce-notice .btn-group-vertical .woocommerce-cart .button + .button,
.btn-group-vertical .woocommerce-cart .woocommerce-message .button + .button,
.woocommerce-message .btn-group-vertical .woocommerce-cart .button + .button,
.btn-group-vertical .woocommerce-cart .woocommerce-error .button + .button,
.woocommerce-error .btn-group-vertical .woocommerce-cart .button + .button,
.btn-group-vertical .woocommerce-cart .shop_table.cart .remove + .button,
.shop_table.cart .btn-group-vertical .woocommerce-cart .remove + .button,
.btn-group-vertical .woocommerce-cart .woocommerce-MyAccount-content .button + .button,
.woocommerce-MyAccount-content .btn-group-vertical .woocommerce-cart .button + .button,
.btn-group-vertical .woocommerce-cart .woocommerce-MyAccount-content a.button + .button,
.woocommerce-MyAccount-content .btn-group-vertical .woocommerce-cart a.button + .button,
.btn-group-vertical .woocommerce-cart .woocommerce-MyAccount-navigation ul li a + .button,
.woocommerce-MyAccount-navigation ul li .btn-group-vertical .woocommerce-cart a + .button,
.woocommerce-cart .btn-group-vertical .btn + .button,
.woocommerce-cart .btn-group-vertical .woocommerce-notice .button + .button,
.woocommerce-notice .woocommerce-cart .btn-group-vertical .button + .button,
.woocommerce-cart .btn-group-vertical .woocommerce-message .button + .button,
.woocommerce-message .woocommerce-cart .btn-group-vertical .button + .button,
.woocommerce-cart .btn-group-vertical .woocommerce-error .button + .button,
.woocommerce-error .woocommerce-cart .btn-group-vertical .button + .button,
.woocommerce-cart .btn-group-vertical .shop_table.cart .remove + .button,
.shop_table.cart .woocommerce-cart .btn-group-vertical .remove + .button,
.woocommerce-cart .btn-group-vertical .woocommerce-MyAccount-content .button + .button,
.woocommerce-MyAccount-content .woocommerce-cart .btn-group-vertical .button + .button,
.woocommerce-cart .btn-group-vertical .woocommerce-MyAccount-content a.button + .button,
.woocommerce-MyAccount-content .woocommerce-cart .btn-group-vertical a.button + .button,
.woocommerce-cart .btn-group-vertical .woocommerce-MyAccount-navigation ul li a + .button,
.woocommerce-MyAccount-navigation ul li .woocommerce-cart .btn-group-vertical a + .button,
.btn-group-vertical .single-product .woocommerce-cart .button + .button,
.woocommerce-cart .btn-group-vertical .single-product .button + .button,
.single-product .btn-group-vertical .woocommerce-cart .button + .button,
.woocommerce-cart .single-product .btn-group-vertical .button + .button,
.btn-group-vertical .woocommerce-order-received .woocommerce-cart .button + .button,
.woocommerce-cart .btn-group-vertical .woocommerce-order-received .button + .button,
.woocommerce-order-received .btn-group-vertical .woocommerce-cart .button + .button,
.woocommerce-cart .woocommerce-order-received .btn-group-vertical .button + .button,
.btn-group-vertical .woocommerce-checkout .woocommerce-cart .button + .button,
.woocommerce-cart .btn-group-vertical .woocommerce-checkout .button + .button,
.woocommerce-checkout .btn-group-vertical .woocommerce-cart .button + .button,
.woocommerce-cart .woocommerce-checkout .btn-group-vertical .button + .button,
.btn-group-vertical .woocommerce-cart .button + .button,
.woocommerce-cart .btn-group-vertical .button + .button,
.btn-group-vertical .page-landing__content .content-columns__cta-link + .btn,
.btn-group-vertical .page-landing__content .woocommerce-notice .content-columns__cta-link + .button,
.woocommerce-notice .btn-group-vertical .page-landing__content .content-columns__cta-link + .button,
.btn-group-vertical .page-landing__content .woocommerce-message .content-columns__cta-link + .button,
.woocommerce-message .btn-group-vertical .page-landing__content .content-columns__cta-link + .button,
.btn-group-vertical .page-landing__content .woocommerce-error .content-columns__cta-link + .button,
.woocommerce-error .btn-group-vertical .page-landing__content .content-columns__cta-link + .button,
.btn-group-vertical .page-landing__content .shop_table.cart .content-columns__cta-link + .remove,
.shop_table.cart .btn-group-vertical .page-landing__content .content-columns__cta-link + .remove,
.btn-group-vertical .page-landing__content .woocommerce-MyAccount-content .content-columns__cta-link + .button,
.woocommerce-MyAccount-content .btn-group-vertical .page-landing__content .content-columns__cta-link + .button,
.btn-group-vertical .page-landing__content .woocommerce-MyAccount-content .content-columns__cta-link + a.button,
.woocommerce-MyAccount-content .btn-group-vertical .page-landing__content .content-columns__cta-link + a.button,
.btn-group-vertical .page-landing__content .woocommerce-MyAccount-navigation ul li .content-columns__cta-link + a,
.woocommerce-MyAccount-navigation ul li .btn-group-vertical .page-landing__content .content-columns__cta-link + a,
.btn-group-vertical .page-landing__content .single-product .content-columns__cta-link + .button,
.single-product .btn-group-vertical .page-landing__content .content-columns__cta-link + .button,
.btn-group-vertical .page-landing__content .woocommerce-order-received .content-columns__cta-link + .button,
.woocommerce-order-received .btn-group-vertical .page-landing__content .content-columns__cta-link + .button,
.btn-group-vertical .page-landing__content .woocommerce-checkout .content-columns__cta-link + .button,
.woocommerce-checkout .btn-group-vertical .page-landing__content .content-columns__cta-link + .button,
.btn-group-vertical .page-landing__content .woocommerce-cart .content-columns__cta-link + .button,
.woocommerce-cart .btn-group-vertical .page-landing__content .content-columns__cta-link + .button,
.page-landing__content .btn-group-vertical .content-columns__cta-link + .btn,
.page-landing__content .btn-group-vertical .woocommerce-notice .content-columns__cta-link + .button,
.woocommerce-notice .page-landing__content .btn-group-vertical .content-columns__cta-link + .button,
.page-landing__content .btn-group-vertical .woocommerce-message .content-columns__cta-link + .button,
.woocommerce-message .page-landing__content .btn-group-vertical .content-columns__cta-link + .button,
.page-landing__content .btn-group-vertical .woocommerce-error .content-columns__cta-link + .button,
.woocommerce-error .page-landing__content .btn-group-vertical .content-columns__cta-link + .button,
.page-landing__content .btn-group-vertical .shop_table.cart .content-columns__cta-link + .remove,
.shop_table.cart .page-landing__content .btn-group-vertical .content-columns__cta-link + .remove,
.page-landing__content .btn-group-vertical .woocommerce-MyAccount-content .content-columns__cta-link + .button,
.woocommerce-MyAccount-content .page-landing__content .btn-group-vertical .content-columns__cta-link + .button,
.page-landing__content .btn-group-vertical .woocommerce-MyAccount-content .content-columns__cta-link + a.button,
.woocommerce-MyAccount-content .page-landing__content .btn-group-vertical .content-columns__cta-link + a.button,
.page-landing__content .btn-group-vertical .woocommerce-MyAccount-navigation ul li .content-columns__cta-link + a,
.woocommerce-MyAccount-navigation ul li .page-landing__content .btn-group-vertical .content-columns__cta-link + a,
.page-landing__content .btn-group-vertical .single-product .content-columns__cta-link + .button,
.single-product .page-landing__content .btn-group-vertical .content-columns__cta-link + .button,
.page-landing__content .btn-group-vertical .woocommerce-order-received .content-columns__cta-link + .button,
.woocommerce-order-received .page-landing__content .btn-group-vertical .content-columns__cta-link + .button,
.page-landing__content .btn-group-vertical .woocommerce-checkout .content-columns__cta-link + .button,
.woocommerce-checkout .page-landing__content .btn-group-vertical .content-columns__cta-link + .button,
.page-landing__content .btn-group-vertical .woocommerce-cart .content-columns__cta-link + .button,
.woocommerce-cart .page-landing__content .btn-group-vertical .content-columns__cta-link + .button,
.btn-group-vertical .page-landing__content .fxc-mixed_cta .card__cta + .btn,
.btn-group-vertical .page-landing__content .fxc-mixed_cta .woocommerce-notice .card__cta + .button,
.woocommerce-notice .btn-group-vertical .page-landing__content .fxc-mixed_cta .card__cta + .button,
.btn-group-vertical .page-landing__content .fxc-mixed_cta .woocommerce-message .card__cta + .button,
.woocommerce-message .btn-group-vertical .page-landing__content .fxc-mixed_cta .card__cta + .button,
.btn-group-vertical .page-landing__content .fxc-mixed_cta .woocommerce-error .card__cta + .button,
.woocommerce-error .btn-group-vertical .page-landing__content .fxc-mixed_cta .card__cta + .button,
.btn-group-vertical .page-landing__content .fxc-mixed_cta .shop_table.cart .card__cta + .remove,
.shop_table.cart .btn-group-vertical .page-landing__content .fxc-mixed_cta .card__cta + .remove,
.btn-group-vertical .page-landing__content .fxc-mixed_cta .woocommerce-MyAccount-content .card__cta + .button,
.woocommerce-MyAccount-content .btn-group-vertical .page-landing__content .fxc-mixed_cta .card__cta + .button,
.btn-group-vertical .page-landing__content .fxc-mixed_cta .woocommerce-MyAccount-content .card__cta + a.button,
.woocommerce-MyAccount-content .btn-group-vertical .page-landing__content .fxc-mixed_cta .card__cta + a.button,
.btn-group-vertical .page-landing__content .fxc-mixed_cta .woocommerce-MyAccount-navigation ul li .card__cta + a,
.woocommerce-MyAccount-navigation ul li .btn-group-vertical .page-landing__content .fxc-mixed_cta .card__cta + a,
.btn-group-vertical .page-landing__content .fxc-mixed_cta .single-product .card__cta + .button,
.single-product .btn-group-vertical .page-landing__content .fxc-mixed_cta .card__cta + .button,
.btn-group-vertical .page-landing__content .fxc-mixed_cta .woocommerce-order-received .card__cta + .button,
.woocommerce-order-received .btn-group-vertical .page-landing__content .fxc-mixed_cta .card__cta + .button,
.btn-group-vertical .page-landing__content .fxc-mixed_cta .woocommerce-checkout .card__cta + .button,
.woocommerce-checkout .btn-group-vertical .page-landing__content .fxc-mixed_cta .card__cta + .button,
.btn-group-vertical .page-landing__content .fxc-mixed_cta .woocommerce-cart .card__cta + .button,
.woocommerce-cart .btn-group-vertical .page-landing__content .fxc-mixed_cta .card__cta + .button,
.page-landing__content .fxc-mixed_cta .btn-group-vertical .card__cta + .btn,
.page-landing__content .fxc-mixed_cta .btn-group-vertical .woocommerce-notice .card__cta + .button,
.woocommerce-notice .page-landing__content .fxc-mixed_cta .btn-group-vertical .card__cta + .button,
.page-landing__content .fxc-mixed_cta .btn-group-vertical .woocommerce-message .card__cta + .button,
.woocommerce-message .page-landing__content .fxc-mixed_cta .btn-group-vertical .card__cta + .button,
.page-landing__content .fxc-mixed_cta .btn-group-vertical .woocommerce-error .card__cta + .button,
.woocommerce-error .page-landing__content .fxc-mixed_cta .btn-group-vertical .card__cta + .button,
.page-landing__content .fxc-mixed_cta .btn-group-vertical .shop_table.cart .card__cta + .remove,
.shop_table.cart .page-landing__content .fxc-mixed_cta .btn-group-vertical .card__cta + .remove,
.page-landing__content .fxc-mixed_cta .btn-group-vertical .woocommerce-MyAccount-content .card__cta + .button,
.woocommerce-MyAccount-content .page-landing__content .fxc-mixed_cta .btn-group-vertical .card__cta + .button,
.page-landing__content .fxc-mixed_cta .btn-group-vertical .woocommerce-MyAccount-content .card__cta + a.button,
.woocommerce-MyAccount-content .page-landing__content .fxc-mixed_cta .btn-group-vertical .card__cta + a.button,
.page-landing__content .fxc-mixed_cta .btn-group-vertical .woocommerce-MyAccount-navigation ul li .card__cta + a,
.woocommerce-MyAccount-navigation ul li .page-landing__content .fxc-mixed_cta .btn-group-vertical .card__cta + a,
.page-landing__content .fxc-mixed_cta .btn-group-vertical .single-product .card__cta + .button,
.single-product .page-landing__content .fxc-mixed_cta .btn-group-vertical .card__cta + .button,
.page-landing__content .fxc-mixed_cta .btn-group-vertical .woocommerce-order-received .card__cta + .button,
.woocommerce-order-received .page-landing__content .fxc-mixed_cta .btn-group-vertical .card__cta + .button,
.page-landing__content .fxc-mixed_cta .btn-group-vertical .woocommerce-checkout .card__cta + .button,
.woocommerce-checkout .page-landing__content .fxc-mixed_cta .btn-group-vertical .card__cta + .button,
.page-landing__content .fxc-mixed_cta .btn-group-vertical .woocommerce-cart .card__cta + .button,
.woocommerce-cart .page-landing__content .fxc-mixed_cta .btn-group-vertical .card__cta + .button,
.btn-group-vertical .page-landing__content .slide-pane__cta + .btn,
.btn-group-vertical .page-landing__content .woocommerce-notice .slide-pane__cta + .button,
.woocommerce-notice .btn-group-vertical .page-landing__content .slide-pane__cta + .button,
.btn-group-vertical .page-landing__content .woocommerce-message .slide-pane__cta + .button,
.woocommerce-message .btn-group-vertical .page-landing__content .slide-pane__cta + .button,
.btn-group-vertical .page-landing__content .woocommerce-error .slide-pane__cta + .button,
.woocommerce-error .btn-group-vertical .page-landing__content .slide-pane__cta + .button,
.btn-group-vertical .page-landing__content .shop_table.cart .slide-pane__cta + .remove,
.shop_table.cart .btn-group-vertical .page-landing__content .slide-pane__cta + .remove,
.btn-group-vertical .page-landing__content .woocommerce-MyAccount-content .slide-pane__cta + .button,
.woocommerce-MyAccount-content .btn-group-vertical .page-landing__content .slide-pane__cta + .button,
.btn-group-vertical .page-landing__content .woocommerce-MyAccount-content .slide-pane__cta + a.button,
.woocommerce-MyAccount-content .btn-group-vertical .page-landing__content .slide-pane__cta + a.button,
.btn-group-vertical .page-landing__content .woocommerce-MyAccount-navigation ul li .slide-pane__cta + a,
.woocommerce-MyAccount-navigation ul li .btn-group-vertical .page-landing__content .slide-pane__cta + a,
.btn-group-vertical .page-landing__content .single-product .slide-pane__cta + .button,
.single-product .btn-group-vertical .page-landing__content .slide-pane__cta + .button,
.btn-group-vertical .page-landing__content .woocommerce-order-received .slide-pane__cta + .button,
.woocommerce-order-received .btn-group-vertical .page-landing__content .slide-pane__cta + .button,
.btn-group-vertical .page-landing__content .woocommerce-checkout .slide-pane__cta + .button,
.woocommerce-checkout .btn-group-vertical .page-landing__content .slide-pane__cta + .button,
.btn-group-vertical .page-landing__content .woocommerce-cart .slide-pane__cta + .button,
.woocommerce-cart .btn-group-vertical .page-landing__content .slide-pane__cta + .button,
.page-landing__content .btn-group-vertical .slide-pane__cta + .btn,
.page-landing__content .btn-group-vertical .woocommerce-notice .slide-pane__cta + .button,
.woocommerce-notice .page-landing__content .btn-group-vertical .slide-pane__cta + .button,
.page-landing__content .btn-group-vertical .woocommerce-message .slide-pane__cta + .button,
.woocommerce-message .page-landing__content .btn-group-vertical .slide-pane__cta + .button,
.page-landing__content .btn-group-vertical .woocommerce-error .slide-pane__cta + .button,
.woocommerce-error .page-landing__content .btn-group-vertical .slide-pane__cta + .button,
.page-landing__content .btn-group-vertical .shop_table.cart .slide-pane__cta + .remove,
.shop_table.cart .page-landing__content .btn-group-vertical .slide-pane__cta + .remove,
.page-landing__content .btn-group-vertical .woocommerce-MyAccount-content .slide-pane__cta + .button,
.woocommerce-MyAccount-content .page-landing__content .btn-group-vertical .slide-pane__cta + .button,
.page-landing__content .btn-group-vertical .woocommerce-MyAccount-content .slide-pane__cta + a.button,
.woocommerce-MyAccount-content .page-landing__content .btn-group-vertical .slide-pane__cta + a.button,
.page-landing__content .btn-group-vertical .woocommerce-MyAccount-navigation ul li .slide-pane__cta + a,
.woocommerce-MyAccount-navigation ul li .page-landing__content .btn-group-vertical .slide-pane__cta + a,
.page-landing__content .btn-group-vertical .single-product .slide-pane__cta + .button,
.single-product .page-landing__content .btn-group-vertical .slide-pane__cta + .button,
.page-landing__content .btn-group-vertical .woocommerce-order-received .slide-pane__cta + .button,
.woocommerce-order-received .page-landing__content .btn-group-vertical .slide-pane__cta + .button,
.page-landing__content .btn-group-vertical .woocommerce-checkout .slide-pane__cta + .button,
.woocommerce-checkout .page-landing__content .btn-group-vertical .slide-pane__cta + .button,
.page-landing__content .btn-group-vertical .woocommerce-cart .slide-pane__cta + .button,
.woocommerce-cart .page-landing__content .btn-group-vertical .slide-pane__cta + .button,
.btn-group-vertical .page-landing__content .btn + .content-columns__cta-link,
.btn-group-vertical .page-landing__content .woocommerce-notice .button + .content-columns__cta-link,
.woocommerce-notice .btn-group-vertical .page-landing__content .button + .content-columns__cta-link,
.btn-group-vertical .page-landing__content .woocommerce-message .button + .content-columns__cta-link,
.woocommerce-message .btn-group-vertical .page-landing__content .button + .content-columns__cta-link,
.btn-group-vertical .page-landing__content .woocommerce-error .button + .content-columns__cta-link,
.woocommerce-error .btn-group-vertical .page-landing__content .button + .content-columns__cta-link,
.btn-group-vertical .page-landing__content .shop_table.cart .remove + .content-columns__cta-link,
.shop_table.cart .btn-group-vertical .page-landing__content .remove + .content-columns__cta-link,
.btn-group-vertical .page-landing__content .woocommerce-MyAccount-content .button + .content-columns__cta-link,
.woocommerce-MyAccount-content .btn-group-vertical .page-landing__content .button + .content-columns__cta-link,
.btn-group-vertical .page-landing__content .woocommerce-MyAccount-content a.button + .content-columns__cta-link,
.woocommerce-MyAccount-content .btn-group-vertical .page-landing__content a.button + .content-columns__cta-link,
.btn-group-vertical .page-landing__content .woocommerce-MyAccount-navigation ul li a + .content-columns__cta-link,
.woocommerce-MyAccount-navigation ul li .btn-group-vertical .page-landing__content a + .content-columns__cta-link,
.btn-group-vertical .page-landing__content .single-product .button + .content-columns__cta-link,
.single-product .btn-group-vertical .page-landing__content .button + .content-columns__cta-link,
.btn-group-vertical .page-landing__content .woocommerce-order-received .button + .content-columns__cta-link,
.woocommerce-order-received .btn-group-vertical .page-landing__content .button + .content-columns__cta-link,
.btn-group-vertical .page-landing__content .woocommerce-checkout .button + .content-columns__cta-link,
.woocommerce-checkout .btn-group-vertical .page-landing__content .button + .content-columns__cta-link,
.btn-group-vertical .page-landing__content .woocommerce-cart .button + .content-columns__cta-link,
.woocommerce-cart .btn-group-vertical .page-landing__content .button + .content-columns__cta-link,
.page-landing__content .btn-group-vertical .btn + .content-columns__cta-link,
.page-landing__content .btn-group-vertical .woocommerce-notice .button + .content-columns__cta-link,
.woocommerce-notice .page-landing__content .btn-group-vertical .button + .content-columns__cta-link,
.page-landing__content .btn-group-vertical .woocommerce-message .button + .content-columns__cta-link,
.woocommerce-message .page-landing__content .btn-group-vertical .button + .content-columns__cta-link,
.page-landing__content .btn-group-vertical .woocommerce-error .button + .content-columns__cta-link,
.woocommerce-error .page-landing__content .btn-group-vertical .button + .content-columns__cta-link,
.page-landing__content .btn-group-vertical .shop_table.cart .remove + .content-columns__cta-link,
.shop_table.cart .page-landing__content .btn-group-vertical .remove + .content-columns__cta-link,
.page-landing__content .btn-group-vertical .woocommerce-MyAccount-content .button + .content-columns__cta-link,
.woocommerce-MyAccount-content .page-landing__content .btn-group-vertical .button + .content-columns__cta-link,
.page-landing__content .btn-group-vertical .woocommerce-MyAccount-content a.button + .content-columns__cta-link,
.woocommerce-MyAccount-content .page-landing__content .btn-group-vertical a.button + .content-columns__cta-link,
.page-landing__content .btn-group-vertical .woocommerce-MyAccount-navigation ul li a + .content-columns__cta-link,
.woocommerce-MyAccount-navigation ul li .page-landing__content .btn-group-vertical a + .content-columns__cta-link,
.page-landing__content .btn-group-vertical .single-product .button + .content-columns__cta-link,
.single-product .page-landing__content .btn-group-vertical .button + .content-columns__cta-link,
.page-landing__content .btn-group-vertical .woocommerce-order-received .button + .content-columns__cta-link,
.woocommerce-order-received .page-landing__content .btn-group-vertical .button + .content-columns__cta-link,
.page-landing__content .btn-group-vertical .woocommerce-checkout .button + .content-columns__cta-link,
.woocommerce-checkout .page-landing__content .btn-group-vertical .button + .content-columns__cta-link,
.page-landing__content .btn-group-vertical .woocommerce-cart .button + .content-columns__cta-link,
.woocommerce-cart .page-landing__content .btn-group-vertical .button + .content-columns__cta-link,
.btn-group-vertical .page-landing__content .content-columns__cta-link + .content-columns__cta-link,
.page-landing__content .btn-group-vertical .content-columns__cta-link + .content-columns__cta-link,
.btn-group-vertical .page-landing__content .fxc-mixed_cta .card__cta + .content-columns__cta-link,
.page-landing__content .fxc-mixed_cta .btn-group-vertical .card__cta + .content-columns__cta-link,
.btn-group-vertical .page-landing__content .slide-pane__cta + .content-columns__cta-link,
.page-landing__content .btn-group-vertical .slide-pane__cta + .content-columns__cta-link,
.btn-group-vertical .page-landing__content .fxc-mixed_cta .btn + .card__cta,
.btn-group-vertical .page-landing__content .fxc-mixed_cta .woocommerce-notice .button + .card__cta,
.woocommerce-notice .btn-group-vertical .page-landing__content .fxc-mixed_cta .button + .card__cta,
.btn-group-vertical .page-landing__content .fxc-mixed_cta .woocommerce-message .button + .card__cta,
.woocommerce-message .btn-group-vertical .page-landing__content .fxc-mixed_cta .button + .card__cta,
.btn-group-vertical .page-landing__content .fxc-mixed_cta .woocommerce-error .button + .card__cta,
.woocommerce-error .btn-group-vertical .page-landing__content .fxc-mixed_cta .button + .card__cta,
.btn-group-vertical .page-landing__content .fxc-mixed_cta .shop_table.cart .remove + .card__cta,
.shop_table.cart .btn-group-vertical .page-landing__content .fxc-mixed_cta .remove + .card__cta,
.btn-group-vertical .page-landing__content .fxc-mixed_cta .woocommerce-MyAccount-content .button + .card__cta,
.woocommerce-MyAccount-content .btn-group-vertical .page-landing__content .fxc-mixed_cta .button + .card__cta,
.btn-group-vertical .page-landing__content .fxc-mixed_cta .woocommerce-MyAccount-content a.button + .card__cta,
.woocommerce-MyAccount-content .btn-group-vertical .page-landing__content .fxc-mixed_cta a.button + .card__cta,
.btn-group-vertical .page-landing__content .fxc-mixed_cta .woocommerce-MyAccount-navigation ul li a + .card__cta,
.woocommerce-MyAccount-navigation ul li .btn-group-vertical .page-landing__content .fxc-mixed_cta a + .card__cta,
.btn-group-vertical .page-landing__content .fxc-mixed_cta .single-product .button + .card__cta,
.single-product .btn-group-vertical .page-landing__content .fxc-mixed_cta .button + .card__cta,
.btn-group-vertical .page-landing__content .fxc-mixed_cta .woocommerce-order-received .button + .card__cta,
.woocommerce-order-received .btn-group-vertical .page-landing__content .fxc-mixed_cta .button + .card__cta,
.btn-group-vertical .page-landing__content .fxc-mixed_cta .woocommerce-checkout .button + .card__cta,
.woocommerce-checkout .btn-group-vertical .page-landing__content .fxc-mixed_cta .button + .card__cta,
.btn-group-vertical .page-landing__content .fxc-mixed_cta .woocommerce-cart .button + .card__cta,
.woocommerce-cart .btn-group-vertical .page-landing__content .fxc-mixed_cta .button + .card__cta,
.page-landing__content .fxc-mixed_cta .btn-group-vertical .btn + .card__cta,
.page-landing__content .fxc-mixed_cta .btn-group-vertical .woocommerce-notice .button + .card__cta,
.woocommerce-notice .page-landing__content .fxc-mixed_cta .btn-group-vertical .button + .card__cta,
.page-landing__content .fxc-mixed_cta .btn-group-vertical .woocommerce-message .button + .card__cta,
.woocommerce-message .page-landing__content .fxc-mixed_cta .btn-group-vertical .button + .card__cta,
.page-landing__content .fxc-mixed_cta .btn-group-vertical .woocommerce-error .button + .card__cta,
.woocommerce-error .page-landing__content .fxc-mixed_cta .btn-group-vertical .button + .card__cta,
.page-landing__content .fxc-mixed_cta .btn-group-vertical .shop_table.cart .remove + .card__cta,
.shop_table.cart .page-landing__content .fxc-mixed_cta .btn-group-vertical .remove + .card__cta,
.page-landing__content .fxc-mixed_cta .btn-group-vertical .woocommerce-MyAccount-content .button + .card__cta,
.woocommerce-MyAccount-content .page-landing__content .fxc-mixed_cta .btn-group-vertical .button + .card__cta,
.page-landing__content .fxc-mixed_cta .btn-group-vertical .woocommerce-MyAccount-content a.button + .card__cta,
.woocommerce-MyAccount-content .page-landing__content .fxc-mixed_cta .btn-group-vertical a.button + .card__cta,
.page-landing__content .fxc-mixed_cta .btn-group-vertical .woocommerce-MyAccount-navigation ul li a + .card__cta,
.woocommerce-MyAccount-navigation ul li .page-landing__content .fxc-mixed_cta .btn-group-vertical a + .card__cta,
.page-landing__content .fxc-mixed_cta .btn-group-vertical .single-product .button + .card__cta,
.single-product .page-landing__content .fxc-mixed_cta .btn-group-vertical .button + .card__cta,
.page-landing__content .fxc-mixed_cta .btn-group-vertical .woocommerce-order-received .button + .card__cta,
.woocommerce-order-received .page-landing__content .fxc-mixed_cta .btn-group-vertical .button + .card__cta,
.page-landing__content .fxc-mixed_cta .btn-group-vertical .woocommerce-checkout .button + .card__cta,
.woocommerce-checkout .page-landing__content .fxc-mixed_cta .btn-group-vertical .button + .card__cta,
.page-landing__content .fxc-mixed_cta .btn-group-vertical .woocommerce-cart .button + .card__cta,
.woocommerce-cart .page-landing__content .fxc-mixed_cta .btn-group-vertical .button + .card__cta,
.btn-group-vertical .page-landing__content .fxc-mixed_cta .content-columns__cta-link + .card__cta,
.page-landing__content .btn-group-vertical .fxc-mixed_cta .content-columns__cta-link + .card__cta,
.page-landing__content .fxc-mixed_cta .btn-group-vertical .content-columns__cta-link + .card__cta,
.btn-group-vertical .page-landing__content .fxc-mixed_cta .card__cta + .card__cta,
.page-landing__content .fxc-mixed_cta .btn-group-vertical .card__cta + .card__cta,
.btn-group-vertical .page-landing__content .fxc-mixed_cta .slide-pane__cta + .card__cta,
.page-landing__content .btn-group-vertical .fxc-mixed_cta .slide-pane__cta + .card__cta,
.page-landing__content .fxc-mixed_cta .btn-group-vertical .slide-pane__cta + .card__cta,
.btn-group-vertical .page-landing__content .btn + .slide-pane__cta,
.btn-group-vertical .page-landing__content .woocommerce-notice .button + .slide-pane__cta,
.woocommerce-notice .btn-group-vertical .page-landing__content .button + .slide-pane__cta,
.btn-group-vertical .page-landing__content .woocommerce-message .button + .slide-pane__cta,
.woocommerce-message .btn-group-vertical .page-landing__content .button + .slide-pane__cta,
.btn-group-vertical .page-landing__content .woocommerce-error .button + .slide-pane__cta,
.woocommerce-error .btn-group-vertical .page-landing__content .button + .slide-pane__cta,
.btn-group-vertical .page-landing__content .shop_table.cart .remove + .slide-pane__cta,
.shop_table.cart .btn-group-vertical .page-landing__content .remove + .slide-pane__cta,
.btn-group-vertical .page-landing__content .woocommerce-MyAccount-content .button + .slide-pane__cta,
.woocommerce-MyAccount-content .btn-group-vertical .page-landing__content .button + .slide-pane__cta,
.btn-group-vertical .page-landing__content .woocommerce-MyAccount-content a.button + .slide-pane__cta,
.woocommerce-MyAccount-content .btn-group-vertical .page-landing__content a.button + .slide-pane__cta,
.btn-group-vertical .page-landing__content .woocommerce-MyAccount-navigation ul li a + .slide-pane__cta,
.woocommerce-MyAccount-navigation ul li .btn-group-vertical .page-landing__content a + .slide-pane__cta,
.btn-group-vertical .page-landing__content .single-product .button + .slide-pane__cta,
.single-product .btn-group-vertical .page-landing__content .button + .slide-pane__cta,
.btn-group-vertical .page-landing__content .woocommerce-order-received .button + .slide-pane__cta,
.woocommerce-order-received .btn-group-vertical .page-landing__content .button + .slide-pane__cta,
.btn-group-vertical .page-landing__content .woocommerce-checkout .button + .slide-pane__cta,
.woocommerce-checkout .btn-group-vertical .page-landing__content .button + .slide-pane__cta,
.btn-group-vertical .page-landing__content .woocommerce-cart .button + .slide-pane__cta,
.woocommerce-cart .btn-group-vertical .page-landing__content .button + .slide-pane__cta,
.page-landing__content .btn-group-vertical .btn + .slide-pane__cta,
.page-landing__content .btn-group-vertical .woocommerce-notice .button + .slide-pane__cta,
.woocommerce-notice .page-landing__content .btn-group-vertical .button + .slide-pane__cta,
.page-landing__content .btn-group-vertical .woocommerce-message .button + .slide-pane__cta,
.woocommerce-message .page-landing__content .btn-group-vertical .button + .slide-pane__cta,
.page-landing__content .btn-group-vertical .woocommerce-error .button + .slide-pane__cta,
.woocommerce-error .page-landing__content .btn-group-vertical .button + .slide-pane__cta,
.page-landing__content .btn-group-vertical .shop_table.cart .remove + .slide-pane__cta,
.shop_table.cart .page-landing__content .btn-group-vertical .remove + .slide-pane__cta,
.page-landing__content .btn-group-vertical .woocommerce-MyAccount-content .button + .slide-pane__cta,
.woocommerce-MyAccount-content .page-landing__content .btn-group-vertical .button + .slide-pane__cta,
.page-landing__content .btn-group-vertical .woocommerce-MyAccount-content a.button + .slide-pane__cta,
.woocommerce-MyAccount-content .page-landing__content .btn-group-vertical a.button + .slide-pane__cta,
.page-landing__content .btn-group-vertical .woocommerce-MyAccount-navigation ul li a + .slide-pane__cta,
.woocommerce-MyAccount-navigation ul li .page-landing__content .btn-group-vertical a + .slide-pane__cta,
.page-landing__content .btn-group-vertical .single-product .button + .slide-pane__cta,
.single-product .page-landing__content .btn-group-vertical .button + .slide-pane__cta,
.page-landing__content .btn-group-vertical .woocommerce-order-received .button + .slide-pane__cta,
.woocommerce-order-received .page-landing__content .btn-group-vertical .button + .slide-pane__cta,
.page-landing__content .btn-group-vertical .woocommerce-checkout .button + .slide-pane__cta,
.woocommerce-checkout .page-landing__content .btn-group-vertical .button + .slide-pane__cta,
.page-landing__content .btn-group-vertical .woocommerce-cart .button + .slide-pane__cta,
.woocommerce-cart .page-landing__content .btn-group-vertical .button + .slide-pane__cta,
.btn-group-vertical .page-landing__content .content-columns__cta-link + .slide-pane__cta,
.page-landing__content .btn-group-vertical .content-columns__cta-link + .slide-pane__cta,
.btn-group-vertical .page-landing__content .fxc-mixed_cta .card__cta + .slide-pane__cta,
.page-landing__content .fxc-mixed_cta .btn-group-vertical .card__cta + .slide-pane__cta,
.btn-group-vertical .page-landing__content .slide-pane__cta + .slide-pane__cta,
.page-landing__content .btn-group-vertical .slide-pane__cta + .slide-pane__cta,
.btn-group-vertical .account-cta__link + .btn,
.btn-group-vertical .woocommerce-notice .account-cta__link + .button,
.woocommerce-notice .btn-group-vertical .account-cta__link + .button,
.btn-group-vertical .woocommerce-message .account-cta__link + .button,
.woocommerce-message .btn-group-vertical .account-cta__link + .button,
.btn-group-vertical .woocommerce-error .account-cta__link + .button,
.woocommerce-error .btn-group-vertical .account-cta__link + .button,
.btn-group-vertical .shop_table.cart .account-cta__link + .remove,
.shop_table.cart .btn-group-vertical .account-cta__link + .remove,
.btn-group-vertical .woocommerce-MyAccount-content .account-cta__link + .button,
.woocommerce-MyAccount-content .btn-group-vertical .account-cta__link + .button,
.btn-group-vertical .woocommerce-MyAccount-content .account-cta__link + a.button,
.woocommerce-MyAccount-content .btn-group-vertical .account-cta__link + a.button,
.btn-group-vertical .woocommerce-MyAccount-navigation ul li .account-cta__link + a,
.woocommerce-MyAccount-navigation ul li .btn-group-vertical .account-cta__link + a,
.btn-group-vertical .single-product .account-cta__link + .button,
.single-product .btn-group-vertical .account-cta__link + .button,
.btn-group-vertical .woocommerce-order-received .account-cta__link + .button,
.woocommerce-order-received .btn-group-vertical .account-cta__link + .button,
.btn-group-vertical .woocommerce-checkout .account-cta__link + .button,
.woocommerce-checkout .btn-group-vertical .account-cta__link + .button,
.btn-group-vertical .woocommerce-cart .account-cta__link + .button,
.woocommerce-cart .btn-group-vertical .account-cta__link + .button,
.btn-group-vertical .page-landing__content .account-cta__link + .content-columns__cta-link,
.page-landing__content .btn-group-vertical .account-cta__link + .content-columns__cta-link,
.btn-group-vertical .page-landing__content .fxc-mixed_cta .account-cta__link + .card__cta,
.page-landing__content .fxc-mixed_cta .btn-group-vertical .account-cta__link + .card__cta,
.btn-group-vertical .page-landing__content .account-cta__link + .slide-pane__cta,
.page-landing__content .btn-group-vertical .account-cta__link + .slide-pane__cta,
.btn-group-vertical .btn + .account-cta__link,
.btn-group-vertical .woocommerce-notice .button + .account-cta__link,
.woocommerce-notice .btn-group-vertical .button + .account-cta__link,
.btn-group-vertical .woocommerce-message .button + .account-cta__link,
.woocommerce-message .btn-group-vertical .button + .account-cta__link,
.btn-group-vertical .woocommerce-error .button + .account-cta__link,
.woocommerce-error .btn-group-vertical .button + .account-cta__link,
.btn-group-vertical .shop_table.cart .remove + .account-cta__link,
.shop_table.cart .btn-group-vertical .remove + .account-cta__link,
.btn-group-vertical .woocommerce-MyAccount-content .button + .account-cta__link,
.woocommerce-MyAccount-content .btn-group-vertical .button + .account-cta__link,
.btn-group-vertical .woocommerce-MyAccount-content a.button + .account-cta__link,
.woocommerce-MyAccount-content .btn-group-vertical a.button + .account-cta__link,
.btn-group-vertical .woocommerce-MyAccount-navigation ul li a + .account-cta__link,
.woocommerce-MyAccount-navigation ul li .btn-group-vertical a + .account-cta__link,
.btn-group-vertical .single-product .button + .account-cta__link,
.single-product .btn-group-vertical .button + .account-cta__link,
.btn-group-vertical .woocommerce-order-received .button + .account-cta__link,
.woocommerce-order-received .btn-group-vertical .button + .account-cta__link,
.btn-group-vertical .woocommerce-checkout .button + .account-cta__link,
.woocommerce-checkout .btn-group-vertical .button + .account-cta__link,
.btn-group-vertical .woocommerce-cart .button + .account-cta__link,
.woocommerce-cart .btn-group-vertical .button + .account-cta__link,
.btn-group-vertical .page-landing__content .content-columns__cta-link + .account-cta__link,
.page-landing__content .btn-group-vertical .content-columns__cta-link + .account-cta__link,
.btn-group-vertical .page-landing__content .fxc-mixed_cta .card__cta + .account-cta__link,
.page-landing__content .fxc-mixed_cta .btn-group-vertical .card__cta + .account-cta__link,
.btn-group-vertical .page-landing__content .slide-pane__cta + .account-cta__link,
.page-landing__content .btn-group-vertical .slide-pane__cta + .account-cta__link,
.btn-group-vertical .account-cta__link + .account-cta__link,
.btn-group-vertical .comment-form input[type=submit] + .btn,
.btn-group-vertical .comment-form .woocommerce-notice input[type=submit] + .button,
.woocommerce-notice .btn-group-vertical .comment-form input[type=submit] + .button,
.btn-group-vertical .comment-form .woocommerce-message input[type=submit] + .button,
.woocommerce-message .btn-group-vertical .comment-form input[type=submit] + .button,
.btn-group-vertical .comment-form .woocommerce-error input[type=submit] + .button,
.woocommerce-error .btn-group-vertical .comment-form input[type=submit] + .button,
.btn-group-vertical .comment-form .shop_table.cart input[type=submit] + .remove,
.shop_table.cart .btn-group-vertical .comment-form input[type=submit] + .remove,
.btn-group-vertical .comment-form .woocommerce-MyAccount-content input[type=submit] + .button,
.woocommerce-MyAccount-content .btn-group-vertical .comment-form input[type=submit] + .button,
.btn-group-vertical .comment-form .woocommerce-MyAccount-content input[type=submit] + a.button,
.woocommerce-MyAccount-content .btn-group-vertical .comment-form input[type=submit] + a.button,
.btn-group-vertical .comment-form .woocommerce-MyAccount-navigation ul li input[type=submit] + a,
.woocommerce-MyAccount-navigation ul li .btn-group-vertical .comment-form input[type=submit] + a,
.btn-group-vertical .comment-form .single-product input[type=submit] + .button,
.single-product .btn-group-vertical .comment-form input[type=submit] + .button,
.btn-group-vertical .comment-form .woocommerce-order-received input[type=submit] + .button,
.woocommerce-order-received .btn-group-vertical .comment-form input[type=submit] + .button,
.btn-group-vertical .comment-form .woocommerce-checkout input[type=submit] + .button,
.woocommerce-checkout .btn-group-vertical .comment-form input[type=submit] + .button,
.btn-group-vertical .comment-form .woocommerce-cart input[type=submit] + .button,
.woocommerce-cart .btn-group-vertical .comment-form input[type=submit] + .button,
.btn-group-vertical .comment-form .page-landing__content input[type=submit] + .content-columns__cta-link,
.page-landing__content .btn-group-vertical .comment-form input[type=submit] + .content-columns__cta-link,
.btn-group-vertical .comment-form .page-landing__content .fxc-mixed_cta input[type=submit] + .card__cta,
.page-landing__content .fxc-mixed_cta .btn-group-vertical .comment-form input[type=submit] + .card__cta,
.btn-group-vertical .comment-form .page-landing__content input[type=submit] + .slide-pane__cta,
.page-landing__content .btn-group-vertical .comment-form input[type=submit] + .slide-pane__cta,
.btn-group-vertical .comment-form input[type=submit] + .account-cta__link,
.comment-form .btn-group-vertical input[type=submit] + .btn,
.comment-form .btn-group-vertical .woocommerce-notice input[type=submit] + .button,
.woocommerce-notice .comment-form .btn-group-vertical input[type=submit] + .button,
.comment-form .btn-group-vertical .woocommerce-message input[type=submit] + .button,
.woocommerce-message .comment-form .btn-group-vertical input[type=submit] + .button,
.comment-form .btn-group-vertical .woocommerce-error input[type=submit] + .button,
.woocommerce-error .comment-form .btn-group-vertical input[type=submit] + .button,
.comment-form .btn-group-vertical .shop_table.cart input[type=submit] + .remove,
.shop_table.cart .comment-form .btn-group-vertical input[type=submit] + .remove,
.comment-form .btn-group-vertical .woocommerce-MyAccount-content input[type=submit] + .button,
.woocommerce-MyAccount-content .comment-form .btn-group-vertical input[type=submit] + .button,
.comment-form .btn-group-vertical .woocommerce-MyAccount-content input[type=submit] + a.button,
.woocommerce-MyAccount-content .comment-form .btn-group-vertical input[type=submit] + a.button,
.comment-form .btn-group-vertical .woocommerce-MyAccount-navigation ul li input[type=submit] + a,
.woocommerce-MyAccount-navigation ul li .comment-form .btn-group-vertical input[type=submit] + a,
.comment-form .btn-group-vertical .single-product input[type=submit] + .button,
.single-product .comment-form .btn-group-vertical input[type=submit] + .button,
.comment-form .btn-group-vertical .woocommerce-order-received input[type=submit] + .button,
.woocommerce-order-received .comment-form .btn-group-vertical input[type=submit] + .button,
.comment-form .btn-group-vertical .woocommerce-checkout input[type=submit] + .button,
.woocommerce-checkout .comment-form .btn-group-vertical input[type=submit] + .button,
.comment-form .btn-group-vertical .woocommerce-cart input[type=submit] + .button,
.woocommerce-cart .comment-form .btn-group-vertical input[type=submit] + .button,
.comment-form .btn-group-vertical .page-landing__content input[type=submit] + .content-columns__cta-link,
.page-landing__content .comment-form .btn-group-vertical input[type=submit] + .content-columns__cta-link,
.comment-form .btn-group-vertical .page-landing__content .fxc-mixed_cta input[type=submit] + .card__cta,
.page-landing__content .fxc-mixed_cta .comment-form .btn-group-vertical input[type=submit] + .card__cta,
.comment-form .btn-group-vertical .page-landing__content input[type=submit] + .slide-pane__cta,
.page-landing__content .comment-form .btn-group-vertical input[type=submit] + .slide-pane__cta,
.comment-form .btn-group-vertical input[type=submit] + .account-cta__link,
.btn-group-vertical .comment-form .btn + input[type=submit],
.btn-group-vertical .comment-form .woocommerce-notice .button + input[type=submit],
.woocommerce-notice .btn-group-vertical .comment-form .button + input[type=submit],
.btn-group-vertical .comment-form .woocommerce-message .button + input[type=submit],
.woocommerce-message .btn-group-vertical .comment-form .button + input[type=submit],
.btn-group-vertical .comment-form .woocommerce-error .button + input[type=submit],
.woocommerce-error .btn-group-vertical .comment-form .button + input[type=submit],
.btn-group-vertical .comment-form .shop_table.cart .remove + input[type=submit],
.shop_table.cart .btn-group-vertical .comment-form .remove + input[type=submit],
.btn-group-vertical .comment-form .woocommerce-MyAccount-content .button + input[type=submit],
.woocommerce-MyAccount-content .btn-group-vertical .comment-form .button + input[type=submit],
.btn-group-vertical .comment-form .woocommerce-MyAccount-content a.button + input[type=submit],
.woocommerce-MyAccount-content .btn-group-vertical .comment-form a.button + input[type=submit],
.btn-group-vertical .comment-form .woocommerce-MyAccount-navigation ul li a + input[type=submit],
.woocommerce-MyAccount-navigation ul li .btn-group-vertical .comment-form a + input[type=submit],
.btn-group-vertical .comment-form .single-product .button + input[type=submit],
.single-product .btn-group-vertical .comment-form .button + input[type=submit],
.btn-group-vertical .comment-form .woocommerce-order-received .button + input[type=submit],
.woocommerce-order-received .btn-group-vertical .comment-form .button + input[type=submit],
.btn-group-vertical .comment-form .woocommerce-checkout .button + input[type=submit],
.woocommerce-checkout .btn-group-vertical .comment-form .button + input[type=submit],
.btn-group-vertical .comment-form .woocommerce-cart .button + input[type=submit],
.woocommerce-cart .btn-group-vertical .comment-form .button + input[type=submit],
.btn-group-vertical .comment-form .page-landing__content .content-columns__cta-link + input[type=submit],
.page-landing__content .btn-group-vertical .comment-form .content-columns__cta-link + input[type=submit],
.btn-group-vertical .comment-form .page-landing__content .fxc-mixed_cta .card__cta + input[type=submit],
.page-landing__content .fxc-mixed_cta .btn-group-vertical .comment-form .card__cta + input[type=submit],
.btn-group-vertical .comment-form .page-landing__content .slide-pane__cta + input[type=submit],
.page-landing__content .btn-group-vertical .comment-form .slide-pane__cta + input[type=submit],
.btn-group-vertical .comment-form .account-cta__link + input[type=submit],
.comment-form .btn-group-vertical .btn + input[type=submit],
.comment-form .btn-group-vertical .woocommerce-notice .button + input[type=submit],
.woocommerce-notice .comment-form .btn-group-vertical .button + input[type=submit],
.comment-form .btn-group-vertical .woocommerce-message .button + input[type=submit],
.woocommerce-message .comment-form .btn-group-vertical .button + input[type=submit],
.comment-form .btn-group-vertical .woocommerce-error .button + input[type=submit],
.woocommerce-error .comment-form .btn-group-vertical .button + input[type=submit],
.comment-form .btn-group-vertical .shop_table.cart .remove + input[type=submit],
.shop_table.cart .comment-form .btn-group-vertical .remove + input[type=submit],
.comment-form .btn-group-vertical .woocommerce-MyAccount-content .button + input[type=submit],
.woocommerce-MyAccount-content .comment-form .btn-group-vertical .button + input[type=submit],
.comment-form .btn-group-vertical .woocommerce-MyAccount-content a.button + input[type=submit],
.woocommerce-MyAccount-content .comment-form .btn-group-vertical a.button + input[type=submit],
.comment-form .btn-group-vertical .woocommerce-MyAccount-navigation ul li a + input[type=submit],
.woocommerce-MyAccount-navigation ul li .comment-form .btn-group-vertical a + input[type=submit],
.comment-form .btn-group-vertical .single-product .button + input[type=submit],
.single-product .comment-form .btn-group-vertical .button + input[type=submit],
.comment-form .btn-group-vertical .woocommerce-order-received .button + input[type=submit],
.woocommerce-order-received .comment-form .btn-group-vertical .button + input[type=submit],
.comment-form .btn-group-vertical .woocommerce-checkout .button + input[type=submit],
.woocommerce-checkout .comment-form .btn-group-vertical .button + input[type=submit],
.comment-form .btn-group-vertical .woocommerce-cart .button + input[type=submit],
.woocommerce-cart .comment-form .btn-group-vertical .button + input[type=submit],
.comment-form .btn-group-vertical .page-landing__content .content-columns__cta-link + input[type=submit],
.page-landing__content .comment-form .btn-group-vertical .content-columns__cta-link + input[type=submit],
.comment-form .btn-group-vertical .page-landing__content .fxc-mixed_cta .card__cta + input[type=submit],
.page-landing__content .fxc-mixed_cta .comment-form .btn-group-vertical .card__cta + input[type=submit],
.comment-form .btn-group-vertical .page-landing__content .slide-pane__cta + input[type=submit],
.page-landing__content .comment-form .btn-group-vertical .slide-pane__cta + input[type=submit],
.comment-form .btn-group-vertical .account-cta__link + input[type=submit],
.btn-group-vertical .comment-form input[type=submit] + input[type=submit],
.comment-form .btn-group-vertical input[type=submit] + input[type=submit],
.btn-group-vertical .bbp-pagination__more + .btn,
.btn-group-vertical .woocommerce-notice .bbp-pagination__more + .button,
.woocommerce-notice .btn-group-vertical .bbp-pagination__more + .button,
.btn-group-vertical .woocommerce-message .bbp-pagination__more + .button,
.woocommerce-message .btn-group-vertical .bbp-pagination__more + .button,
.btn-group-vertical .woocommerce-error .bbp-pagination__more + .button,
.woocommerce-error .btn-group-vertical .bbp-pagination__more + .button,
.btn-group-vertical .shop_table.cart .bbp-pagination__more + .remove,
.shop_table.cart .btn-group-vertical .bbp-pagination__more + .remove,
.btn-group-vertical .woocommerce-MyAccount-content .bbp-pagination__more + .button,
.woocommerce-MyAccount-content .btn-group-vertical .bbp-pagination__more + .button,
.btn-group-vertical .woocommerce-MyAccount-content .bbp-pagination__more + a.button,
.woocommerce-MyAccount-content .btn-group-vertical .bbp-pagination__more + a.button,
.btn-group-vertical .woocommerce-MyAccount-navigation ul li .bbp-pagination__more + a,
.woocommerce-MyAccount-navigation ul li .btn-group-vertical .bbp-pagination__more + a,
.btn-group-vertical .single-product .bbp-pagination__more + .button,
.single-product .btn-group-vertical .bbp-pagination__more + .button,
.btn-group-vertical .woocommerce-order-received .bbp-pagination__more + .button,
.woocommerce-order-received .btn-group-vertical .bbp-pagination__more + .button,
.btn-group-vertical .woocommerce-checkout .bbp-pagination__more + .button,
.woocommerce-checkout .btn-group-vertical .bbp-pagination__more + .button,
.btn-group-vertical .woocommerce-cart .bbp-pagination__more + .button,
.woocommerce-cart .btn-group-vertical .bbp-pagination__more + .button,
.btn-group-vertical .page-landing__content .bbp-pagination__more + .content-columns__cta-link,
.page-landing__content .btn-group-vertical .bbp-pagination__more + .content-columns__cta-link,
.btn-group-vertical .page-landing__content .fxc-mixed_cta .bbp-pagination__more + .card__cta,
.page-landing__content .fxc-mixed_cta .btn-group-vertical .bbp-pagination__more + .card__cta,
.btn-group-vertical .page-landing__content .bbp-pagination__more + .slide-pane__cta,
.page-landing__content .btn-group-vertical .bbp-pagination__more + .slide-pane__cta,
.btn-group-vertical .bbp-pagination__more + .account-cta__link,
.btn-group-vertical .comment-form .bbp-pagination__more + input[type=submit],
.comment-form .btn-group-vertical .bbp-pagination__more + input[type=submit],
.btn-group-vertical .pagination__more + .btn,
.btn-group-vertical .woocommerce-notice .pagination__more + .button,
.woocommerce-notice .btn-group-vertical .pagination__more + .button,
.btn-group-vertical .woocommerce-message .pagination__more + .button,
.woocommerce-message .btn-group-vertical .pagination__more + .button,
.btn-group-vertical .woocommerce-error .pagination__more + .button,
.woocommerce-error .btn-group-vertical .pagination__more + .button,
.btn-group-vertical .shop_table.cart .pagination__more + .remove,
.shop_table.cart .btn-group-vertical .pagination__more + .remove,
.btn-group-vertical .woocommerce-MyAccount-content .pagination__more + .button,
.woocommerce-MyAccount-content .btn-group-vertical .pagination__more + .button,
.btn-group-vertical .woocommerce-MyAccount-content .pagination__more + a.button,
.woocommerce-MyAccount-content .btn-group-vertical .pagination__more + a.button,
.btn-group-vertical .woocommerce-MyAccount-navigation ul li .pagination__more + a,
.woocommerce-MyAccount-navigation ul li .btn-group-vertical .pagination__more + a,
.btn-group-vertical .single-product .pagination__more + .button,
.single-product .btn-group-vertical .pagination__more + .button,
.btn-group-vertical .woocommerce-order-received .pagination__more + .button,
.woocommerce-order-received .btn-group-vertical .pagination__more + .button,
.btn-group-vertical .woocommerce-checkout .pagination__more + .button,
.woocommerce-checkout .btn-group-vertical .pagination__more + .button,
.btn-group-vertical .woocommerce-cart .pagination__more + .button,
.woocommerce-cart .btn-group-vertical .pagination__more + .button,
.btn-group-vertical .page-landing__content .pagination__more + .content-columns__cta-link,
.page-landing__content .btn-group-vertical .pagination__more + .content-columns__cta-link,
.btn-group-vertical .page-landing__content .fxc-mixed_cta .pagination__more + .card__cta,
.page-landing__content .fxc-mixed_cta .btn-group-vertical .pagination__more + .card__cta,
.btn-group-vertical .page-landing__content .pagination__more + .slide-pane__cta,
.page-landing__content .btn-group-vertical .pagination__more + .slide-pane__cta,
.btn-group-vertical .pagination__more + .account-cta__link,
.btn-group-vertical .comment-form .pagination__more + input[type=submit],
.comment-form .btn-group-vertical .pagination__more + input[type=submit],
.btn-group-vertical .btn + .bbp-pagination__more,
.btn-group-vertical .woocommerce-notice .button + .bbp-pagination__more,
.woocommerce-notice .btn-group-vertical .button + .bbp-pagination__more,
.btn-group-vertical .woocommerce-message .button + .bbp-pagination__more,
.woocommerce-message .btn-group-vertical .button + .bbp-pagination__more,
.btn-group-vertical .woocommerce-error .button + .bbp-pagination__more,
.woocommerce-error .btn-group-vertical .button + .bbp-pagination__more,
.btn-group-vertical .shop_table.cart .remove + .bbp-pagination__more,
.shop_table.cart .btn-group-vertical .remove + .bbp-pagination__more,
.btn-group-vertical .woocommerce-MyAccount-content .button + .bbp-pagination__more,
.woocommerce-MyAccount-content .btn-group-vertical .button + .bbp-pagination__more,
.btn-group-vertical .woocommerce-MyAccount-content a.button + .bbp-pagination__more,
.woocommerce-MyAccount-content .btn-group-vertical a.button + .bbp-pagination__more,
.btn-group-vertical .woocommerce-MyAccount-navigation ul li a + .bbp-pagination__more,
.woocommerce-MyAccount-navigation ul li .btn-group-vertical a + .bbp-pagination__more,
.btn-group-vertical .single-product .button + .bbp-pagination__more,
.single-product .btn-group-vertical .button + .bbp-pagination__more,
.btn-group-vertical .woocommerce-order-received .button + .bbp-pagination__more,
.woocommerce-order-received .btn-group-vertical .button + .bbp-pagination__more,
.btn-group-vertical .woocommerce-checkout .button + .bbp-pagination__more,
.woocommerce-checkout .btn-group-vertical .button + .bbp-pagination__more,
.btn-group-vertical .woocommerce-cart .button + .bbp-pagination__more,
.woocommerce-cart .btn-group-vertical .button + .bbp-pagination__more,
.btn-group-vertical .page-landing__content .content-columns__cta-link + .bbp-pagination__more,
.page-landing__content .btn-group-vertical .content-columns__cta-link + .bbp-pagination__more,
.btn-group-vertical .page-landing__content .fxc-mixed_cta .card__cta + .bbp-pagination__more,
.page-landing__content .fxc-mixed_cta .btn-group-vertical .card__cta + .bbp-pagination__more,
.btn-group-vertical .page-landing__content .slide-pane__cta + .bbp-pagination__more,
.page-landing__content .btn-group-vertical .slide-pane__cta + .bbp-pagination__more,
.btn-group-vertical .account-cta__link + .bbp-pagination__more,
.btn-group-vertical .comment-form input[type=submit] + .bbp-pagination__more,
.comment-form .btn-group-vertical input[type=submit] + .bbp-pagination__more,
.btn-group-vertical .bbp-pagination__more + .bbp-pagination__more,
.btn-group-vertical .pagination__more + .bbp-pagination__more,
.btn-group-vertical .btn + .pagination__more,
.btn-group-vertical .woocommerce-notice .button + .pagination__more,
.woocommerce-notice .btn-group-vertical .button + .pagination__more,
.btn-group-vertical .woocommerce-message .button + .pagination__more,
.woocommerce-message .btn-group-vertical .button + .pagination__more,
.btn-group-vertical .woocommerce-error .button + .pagination__more,
.woocommerce-error .btn-group-vertical .button + .pagination__more,
.btn-group-vertical .shop_table.cart .remove + .pagination__more,
.shop_table.cart .btn-group-vertical .remove + .pagination__more,
.btn-group-vertical .woocommerce-MyAccount-content .button + .pagination__more,
.woocommerce-MyAccount-content .btn-group-vertical .button + .pagination__more,
.btn-group-vertical .woocommerce-MyAccount-content a.button + .pagination__more,
.woocommerce-MyAccount-content .btn-group-vertical a.button + .pagination__more,
.btn-group-vertical .woocommerce-MyAccount-navigation ul li a + .pagination__more,
.woocommerce-MyAccount-navigation ul li .btn-group-vertical a + .pagination__more,
.btn-group-vertical .single-product .button + .pagination__more,
.single-product .btn-group-vertical .button + .pagination__more,
.btn-group-vertical .woocommerce-order-received .button + .pagination__more,
.woocommerce-order-received .btn-group-vertical .button + .pagination__more,
.btn-group-vertical .woocommerce-checkout .button + .pagination__more,
.woocommerce-checkout .btn-group-vertical .button + .pagination__more,
.btn-group-vertical .woocommerce-cart .button + .pagination__more,
.woocommerce-cart .btn-group-vertical .button + .pagination__more,
.btn-group-vertical .page-landing__content .content-columns__cta-link + .pagination__more,
.page-landing__content .btn-group-vertical .content-columns__cta-link + .pagination__more,
.btn-group-vertical .page-landing__content .fxc-mixed_cta .card__cta + .pagination__more,
.page-landing__content .fxc-mixed_cta .btn-group-vertical .card__cta + .pagination__more,
.btn-group-vertical .page-landing__content .slide-pane__cta + .pagination__more,
.page-landing__content .btn-group-vertical .slide-pane__cta + .pagination__more,
.btn-group-vertical .account-cta__link + .pagination__more,
.btn-group-vertical .comment-form input[type=submit] + .pagination__more,
.comment-form .btn-group-vertical input[type=submit] + .pagination__more,
.btn-group-vertical .bbp-pagination__more + .pagination__more,
.btn-group-vertical .pagination__more + .pagination__more,
.btn-group-vertical .btn + .btn-group,
.btn-group-vertical .woocommerce-notice .button + .btn-group,
.woocommerce-notice .btn-group-vertical .button + .btn-group,
.btn-group-vertical .woocommerce-message .button + .btn-group,
.woocommerce-message .btn-group-vertical .button + .btn-group,
.btn-group-vertical .woocommerce-error .button + .btn-group,
.woocommerce-error .btn-group-vertical .button + .btn-group,
.btn-group-vertical .shop_table.cart .remove + .btn-group,
.shop_table.cart .btn-group-vertical .remove + .btn-group,
.btn-group-vertical .woocommerce-MyAccount-content .button + .btn-group,
.woocommerce-MyAccount-content .btn-group-vertical .button + .btn-group,
.btn-group-vertical .woocommerce-MyAccount-content a.button + .btn-group,
.woocommerce-MyAccount-content .btn-group-vertical a.button + .btn-group,
.btn-group-vertical .woocommerce-MyAccount-navigation ul li a + .btn-group,
.woocommerce-MyAccount-navigation ul li .btn-group-vertical a + .btn-group,
.btn-group-vertical .single-product .button + .btn-group,
.single-product .btn-group-vertical .button + .btn-group,
.btn-group-vertical .woocommerce-order-received .button + .btn-group,
.woocommerce-order-received .btn-group-vertical .button + .btn-group,
.btn-group-vertical .woocommerce-checkout .button + .btn-group,
.woocommerce-checkout .btn-group-vertical .button + .btn-group,
.btn-group-vertical .woocommerce-cart .button + .btn-group,
.woocommerce-cart .btn-group-vertical .button + .btn-group,
.btn-group-vertical .page-landing__content .content-columns__cta-link + .btn-group,
.page-landing__content .btn-group-vertical .content-columns__cta-link + .btn-group,
.btn-group-vertical .page-landing__content .fxc-mixed_cta .card__cta + .btn-group,
.page-landing__content .fxc-mixed_cta .btn-group-vertical .card__cta + .btn-group,
.btn-group-vertical .page-landing__content .slide-pane__cta + .btn-group,
.page-landing__content .btn-group-vertical .slide-pane__cta + .btn-group,
.btn-group-vertical .account-cta__link + .btn-group,
.btn-group-vertical .comment-form input[type=submit] + .btn-group,
.comment-form .btn-group-vertical input[type=submit] + .btn-group,
.btn-group-vertical .bbp-pagination__more + .btn-group,
.btn-group-vertical .pagination__more + .btn-group,
.btn-group-vertical .btn-group + .btn,
.btn-group-vertical .woocommerce-notice .btn-group + .button,
.woocommerce-notice .btn-group-vertical .btn-group + .button,
.btn-group-vertical .woocommerce-message .btn-group + .button,
.woocommerce-message .btn-group-vertical .btn-group + .button,
.btn-group-vertical .woocommerce-error .btn-group + .button,
.woocommerce-error .btn-group-vertical .btn-group + .button,
.btn-group-vertical .shop_table.cart .btn-group + .remove,
.shop_table.cart .btn-group-vertical .btn-group + .remove,
.btn-group-vertical .woocommerce-MyAccount-content .btn-group + .button,
.woocommerce-MyAccount-content .btn-group-vertical .btn-group + .button,
.btn-group-vertical .woocommerce-MyAccount-content .btn-group + a.button,
.woocommerce-MyAccount-content .btn-group-vertical .btn-group + a.button,
.btn-group-vertical .woocommerce-MyAccount-navigation ul li .btn-group + a,
.woocommerce-MyAccount-navigation ul li .btn-group-vertical .btn-group + a,
.btn-group-vertical .single-product .btn-group + .button,
.single-product .btn-group-vertical .btn-group + .button,
.btn-group-vertical .woocommerce-order-received .btn-group + .button,
.woocommerce-order-received .btn-group-vertical .btn-group + .button,
.btn-group-vertical .woocommerce-checkout .btn-group + .button,
.woocommerce-checkout .btn-group-vertical .btn-group + .button,
.btn-group-vertical .woocommerce-cart .btn-group + .button,
.woocommerce-cart .btn-group-vertical .btn-group + .button,
.btn-group-vertical .page-landing__content .btn-group + .content-columns__cta-link,
.page-landing__content .btn-group-vertical .btn-group + .content-columns__cta-link,
.btn-group-vertical .page-landing__content .fxc-mixed_cta .btn-group + .card__cta,
.page-landing__content .fxc-mixed_cta .btn-group-vertical .btn-group + .card__cta,
.btn-group-vertical .page-landing__content .btn-group + .slide-pane__cta,
.page-landing__content .btn-group-vertical .btn-group + .slide-pane__cta,
.btn-group-vertical .btn-group + .account-cta__link,
.btn-group-vertical .comment-form .btn-group + input[type=submit],
.comment-form .btn-group-vertical .btn-group + input[type=submit],
.btn-group-vertical .btn-group + .bbp-pagination__more,
.btn-group-vertical .btn-group + .pagination__more,
.btn-group-vertical .btn-group + .btn-group {
  margin-left: -1px;
}

.btn-toolbar {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.btn-toolbar .input-group {
  width: auto;
}

.btn-group > .btn:first-child, .woocommerce-notice .btn-group > .button:first-child,
.woocommerce-message .btn-group > .button:first-child,
.woocommerce-error .btn-group > .button:first-child, .shop_table.cart .btn-group > .remove:first-child, .woocommerce-MyAccount-content .btn-group > .button:first-child, .woocommerce-MyAccount-navigation ul li .btn-group > a:first-child, .single-product .btn-group > .button:first-child,
.woocommerce-order-received .btn-group > .button:first-child,
.woocommerce-checkout .btn-group > .button:first-child,
.woocommerce-cart .btn-group > .button:first-child, .page-landing__content .btn-group > .content-columns__cta-link:first-child,
.page-landing__content .fxc-mixed_cta .btn-group > .card__cta:first-child,
.page-landing__content .btn-group > .slide-pane__cta:first-child, .btn-group > .account-cta__link:first-child, .comment-form .btn-group > input[type=submit]:first-child, .btn-group > .bbp-pagination__more:first-child,
.btn-group > .pagination__more:first-child {
  margin-left: 0;
}
.btn-group > .btn:not(:last-child):not(.dropdown-toggle), .woocommerce-notice .btn-group > .button:not(:last-child):not(.dropdown-toggle),
.woocommerce-message .btn-group > .button:not(:last-child):not(.dropdown-toggle),
.woocommerce-error .btn-group > .button:not(:last-child):not(.dropdown-toggle), .shop_table.cart .btn-group > .remove:not(:last-child):not(.dropdown-toggle), .woocommerce-MyAccount-content .btn-group > .button:not(:last-child):not(.dropdown-toggle), .woocommerce-MyAccount-navigation ul li .btn-group > a:not(:last-child):not(.dropdown-toggle), .single-product .btn-group > .button:not(:last-child):not(.dropdown-toggle),
.woocommerce-order-received .btn-group > .button:not(:last-child):not(.dropdown-toggle),
.woocommerce-checkout .btn-group > .button:not(:last-child):not(.dropdown-toggle),
.woocommerce-cart .btn-group > .button:not(:last-child):not(.dropdown-toggle), .page-landing__content .btn-group > .content-columns__cta-link:not(:last-child):not(.dropdown-toggle),
.page-landing__content .fxc-mixed_cta .btn-group > .card__cta:not(:last-child):not(.dropdown-toggle),
.page-landing__content .btn-group > .slide-pane__cta:not(:last-child):not(.dropdown-toggle), .btn-group > .account-cta__link:not(:last-child):not(.dropdown-toggle), .comment-form .btn-group > input[type=submit]:not(:last-child):not(.dropdown-toggle), .btn-group > .bbp-pagination__more:not(:last-child):not(.dropdown-toggle),
.btn-group > .pagination__more:not(:last-child):not(.dropdown-toggle),
.btn-group > .btn-group:not(:last-child) > .btn,
.woocommerce-notice .btn-group > .btn-group:not(:last-child) > .button,
.woocommerce-message .btn-group > .btn-group:not(:last-child) > .button,
.woocommerce-error .btn-group > .btn-group:not(:last-child) > .button,
.shop_table.cart .btn-group > .btn-group:not(:last-child) > .remove,
.woocommerce-MyAccount-content .btn-group > .btn-group:not(:last-child) > .button,
.woocommerce-MyAccount-navigation ul li .btn-group > .btn-group:not(:last-child) > a,
.single-product .btn-group > .btn-group:not(:last-child) > .button,
.woocommerce-order-received .btn-group > .btn-group:not(:last-child) > .button,
.woocommerce-checkout .btn-group > .btn-group:not(:last-child) > .button,
.woocommerce-cart .btn-group > .btn-group:not(:last-child) > .button,
.page-landing__content .btn-group > .btn-group:not(:last-child) > .content-columns__cta-link,
.page-landing__content .fxc-mixed_cta .btn-group > .btn-group:not(:last-child) > .card__cta,
.page-landing__content .btn-group > .btn-group:not(:last-child) > .slide-pane__cta,
.btn-group > .btn-group:not(:last-child) > .account-cta__link,
.comment-form .btn-group > .btn-group:not(:last-child) > input[type=submit],
.btn-group > .btn-group:not(:last-child) > .bbp-pagination__more,
.btn-group > .btn-group:not(:last-child) > .pagination__more {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.btn-group > .btn:not(:first-child), .woocommerce-notice .btn-group > .button:not(:first-child),
.woocommerce-message .btn-group > .button:not(:first-child),
.woocommerce-error .btn-group > .button:not(:first-child), .shop_table.cart .btn-group > .remove:not(:first-child), .woocommerce-MyAccount-content .btn-group > .button:not(:first-child), .woocommerce-MyAccount-navigation ul li .btn-group > a:not(:first-child), .single-product .btn-group > .button:not(:first-child),
.woocommerce-order-received .btn-group > .button:not(:first-child),
.woocommerce-checkout .btn-group > .button:not(:first-child),
.woocommerce-cart .btn-group > .button:not(:first-child), .page-landing__content .btn-group > .content-columns__cta-link:not(:first-child),
.page-landing__content .fxc-mixed_cta .btn-group > .card__cta:not(:first-child),
.page-landing__content .btn-group > .slide-pane__cta:not(:first-child), .btn-group > .account-cta__link:not(:first-child), .comment-form .btn-group > input[type=submit]:not(:first-child), .btn-group > .bbp-pagination__more:not(:first-child),
.btn-group > .pagination__more:not(:first-child),
.btn-group > .btn-group:not(:first-child) > .btn,
.woocommerce-notice .btn-group > .btn-group:not(:first-child) > .button,
.woocommerce-message .btn-group > .btn-group:not(:first-child) > .button,
.woocommerce-error .btn-group > .btn-group:not(:first-child) > .button,
.shop_table.cart .btn-group > .btn-group:not(:first-child) > .remove,
.woocommerce-MyAccount-content .btn-group > .btn-group:not(:first-child) > .button,
.woocommerce-MyAccount-navigation ul li .btn-group > .btn-group:not(:first-child) > a,
.single-product .btn-group > .btn-group:not(:first-child) > .button,
.woocommerce-order-received .btn-group > .btn-group:not(:first-child) > .button,
.woocommerce-checkout .btn-group > .btn-group:not(:first-child) > .button,
.woocommerce-cart .btn-group > .btn-group:not(:first-child) > .button,
.page-landing__content .btn-group > .btn-group:not(:first-child) > .content-columns__cta-link,
.page-landing__content .fxc-mixed_cta .btn-group > .btn-group:not(:first-child) > .card__cta,
.page-landing__content .btn-group > .btn-group:not(:first-child) > .slide-pane__cta,
.btn-group > .btn-group:not(:first-child) > .account-cta__link,
.comment-form .btn-group > .btn-group:not(:first-child) > input[type=submit],
.btn-group > .btn-group:not(:first-child) > .bbp-pagination__more,
.btn-group > .btn-group:not(:first-child) > .pagination__more {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.dropdown-toggle-split {
  padding-right: 0.5625rem;
  padding-left: 0.5625rem;
}
.dropdown-toggle-split::after, .dropup .dropdown-toggle-split::after, .dropright .dropdown-toggle-split::after {
  margin-left: 0;
}
.dropleft .dropdown-toggle-split::before {
  margin-right: 0;
}

.btn-sm + .dropdown-toggle-split, .btn-group-sm > .btn + .dropdown-toggle-split, .woocommerce-notice .btn-group-sm > .button + .dropdown-toggle-split,
.woocommerce-message .btn-group-sm > .button + .dropdown-toggle-split,
.woocommerce-error .btn-group-sm > .button + .dropdown-toggle-split, .shop_table.cart .btn-group-sm > .remove + .dropdown-toggle-split, .woocommerce-MyAccount-content .btn-group-sm > .button + .dropdown-toggle-split, .woocommerce-MyAccount-navigation ul li .btn-group-sm > a + .dropdown-toggle-split, .single-product .btn-group-sm > .button + .dropdown-toggle-split,
.woocommerce-order-received .btn-group-sm > .button + .dropdown-toggle-split,
.woocommerce-checkout .btn-group-sm > .button + .dropdown-toggle-split,
.woocommerce-cart .btn-group-sm > .button + .dropdown-toggle-split, .page-landing__content .btn-group-sm > .content-columns__cta-link + .dropdown-toggle-split,
.page-landing__content .fxc-mixed_cta .btn-group-sm > .card__cta + .dropdown-toggle-split,
.page-landing__content .btn-group-sm > .slide-pane__cta + .dropdown-toggle-split, .btn-group-sm > .account-cta__link + .dropdown-toggle-split, .comment-form .btn-group-sm > input[type=submit] + .dropdown-toggle-split, .btn-group-sm > .bbp-pagination__more + .dropdown-toggle-split,
.btn-group-sm > .pagination__more + .dropdown-toggle-split {
  padding-right: 0.375rem;
  padding-left: 0.375rem;
}

.btn-lg + .dropdown-toggle-split, .woocommerce-form-login button.button + .dropdown-toggle-split, .woocommerce .form-row-inline .button + .dropdown-toggle-split, form.checkout .place-order .button + .dropdown-toggle-split, .shop_table.cart tfoot button + .dropdown-toggle-split, .woocommerce-MyAccount-content-edit-address form .button + .dropdown-toggle-split, .single-product .button.wc-forward + .dropdown-toggle-split,
.woocommerce-order-received .button.wc-forward + .dropdown-toggle-split,
.woocommerce-checkout .button.wc-forward + .dropdown-toggle-split,
.woocommerce-cart .button.wc-forward + .dropdown-toggle-split, .page-landing__content .content-columns__cta-link + .dropdown-toggle-split,
.page-landing__content .fxc-mixed_cta .card__cta + .dropdown-toggle-split,
.page-landing__content .slide-pane__cta + .dropdown-toggle-split, .btn-group-lg > .btn + .dropdown-toggle-split, .woocommerce-notice .btn-group-lg > .button + .dropdown-toggle-split,
.woocommerce-message .btn-group-lg > .button + .dropdown-toggle-split,
.woocommerce-error .btn-group-lg > .button + .dropdown-toggle-split, .shop_table.cart .btn-group-lg > .remove + .dropdown-toggle-split, .woocommerce-MyAccount-content .btn-group-lg > .button + .dropdown-toggle-split, .woocommerce-MyAccount-navigation ul li .btn-group-lg > a + .dropdown-toggle-split, .single-product .btn-group-lg > .button + .dropdown-toggle-split,
.woocommerce-order-received .btn-group-lg > .button + .dropdown-toggle-split,
.woocommerce-checkout .btn-group-lg > .button + .dropdown-toggle-split,
.woocommerce-cart .btn-group-lg > .button + .dropdown-toggle-split, .page-landing__content .btn-group-lg > .content-columns__cta-link + .dropdown-toggle-split,
.page-landing__content .fxc-mixed_cta .btn-group-lg > .card__cta + .dropdown-toggle-split,
.page-landing__content .btn-group-lg > .slide-pane__cta + .dropdown-toggle-split, .btn-group-lg > .account-cta__link + .dropdown-toggle-split, .comment-form .btn-group-lg > input[type=submit] + .dropdown-toggle-split, .btn-group-lg > .bbp-pagination__more + .dropdown-toggle-split,
.btn-group-lg > .pagination__more + .dropdown-toggle-split {
  padding-right: 1.05rem;
  padding-left: 1.05rem;
}

.btn-group-vertical {
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}
.btn-group-vertical .btn, .btn-group-vertical .woocommerce-notice .button, .woocommerce-notice .btn-group-vertical .button,
.btn-group-vertical .woocommerce-message .button,
.woocommerce-message .btn-group-vertical .button,
.btn-group-vertical .woocommerce-error .button,
.woocommerce-error .btn-group-vertical .button, .btn-group-vertical .shop_table.cart .remove, .shop_table.cart .btn-group-vertical .remove, .btn-group-vertical .woocommerce-MyAccount-content .button, .woocommerce-MyAccount-content .btn-group-vertical .button, .btn-group-vertical .woocommerce-MyAccount-navigation ul li a, .woocommerce-MyAccount-navigation ul li .btn-group-vertical a, .btn-group-vertical .single-product .button, .single-product .btn-group-vertical .button,
.btn-group-vertical .woocommerce-order-received .button,
.woocommerce-order-received .btn-group-vertical .button,
.btn-group-vertical .woocommerce-checkout .button,
.woocommerce-checkout .btn-group-vertical .button,
.btn-group-vertical .woocommerce-cart .button,
.woocommerce-cart .btn-group-vertical .button, .btn-group-vertical .page-landing__content .content-columns__cta-link, .page-landing__content .btn-group-vertical .content-columns__cta-link,
.btn-group-vertical .page-landing__content .fxc-mixed_cta .card__cta,
.page-landing__content .fxc-mixed_cta .btn-group-vertical .card__cta,
.btn-group-vertical .page-landing__content .slide-pane__cta,
.page-landing__content .btn-group-vertical .slide-pane__cta, .btn-group-vertical .account-cta__link, .btn-group-vertical .comment-form input[type=submit], .comment-form .btn-group-vertical input[type=submit], .btn-group-vertical .bbp-pagination__more,
.btn-group-vertical .pagination__more,
.btn-group-vertical .btn-group {
  width: 100%;
}
.btn-group-vertical > .btn + .btn, .woocommerce-notice .btn-group-vertical > .button + .btn,
.woocommerce-message .btn-group-vertical > .button + .btn,
.woocommerce-error .btn-group-vertical > .button + .btn, .woocommerce-notice .btn-group-vertical > .btn + .button, .woocommerce-notice .btn-group-vertical > .button + .button,
.woocommerce-message .woocommerce-notice .btn-group-vertical > .button + .button,
.woocommerce-notice .woocommerce-message .btn-group-vertical > .button + .button,
.woocommerce-error .woocommerce-notice .btn-group-vertical > .button + .button,
.woocommerce-notice .woocommerce-error .btn-group-vertical > .button + .button,
.woocommerce-message .btn-group-vertical > .btn + .button,
.woocommerce-notice .woocommerce-message .btn-group-vertical > .button + .button,
.woocommerce-message .woocommerce-notice .btn-group-vertical > .button + .button,
.woocommerce-message .btn-group-vertical > .button + .button,
.woocommerce-error .woocommerce-message .btn-group-vertical > .button + .button,
.woocommerce-message .woocommerce-error .btn-group-vertical > .button + .button,
.woocommerce-error .btn-group-vertical > .btn + .button,
.woocommerce-notice .woocommerce-error .btn-group-vertical > .button + .button,
.woocommerce-error .woocommerce-notice .btn-group-vertical > .button + .button,
.woocommerce-message .woocommerce-error .btn-group-vertical > .button + .button,
.woocommerce-error .woocommerce-message .btn-group-vertical > .button + .button,
.woocommerce-error .btn-group-vertical > .button + .button, .shop_table.cart .btn-group-vertical > .remove + .btn, .shop_table.cart .woocommerce-notice .btn-group-vertical > .remove + .button, .woocommerce-notice .shop_table.cart .btn-group-vertical > .remove + .button,
.shop_table.cart .woocommerce-message .btn-group-vertical > .remove + .button,
.woocommerce-message .shop_table.cart .btn-group-vertical > .remove + .button,
.shop_table.cart .woocommerce-error .btn-group-vertical > .remove + .button,
.woocommerce-error .shop_table.cart .btn-group-vertical > .remove + .button, .shop_table.cart .btn-group-vertical > .btn + .remove, .shop_table.cart .woocommerce-notice .btn-group-vertical > .button + .remove, .woocommerce-notice .shop_table.cart .btn-group-vertical > .button + .remove,
.shop_table.cart .woocommerce-message .btn-group-vertical > .button + .remove,
.woocommerce-message .shop_table.cart .btn-group-vertical > .button + .remove,
.shop_table.cart .woocommerce-error .btn-group-vertical > .button + .remove,
.woocommerce-error .shop_table.cart .btn-group-vertical > .button + .remove, .shop_table.cart .btn-group-vertical > .remove + .remove, .woocommerce-MyAccount-content .btn-group-vertical > .button + .btn, .woocommerce-MyAccount-content .woocommerce-notice .btn-group-vertical > .button + .button, .woocommerce-notice .woocommerce-MyAccount-content .btn-group-vertical > .button + .button,
.woocommerce-MyAccount-content .woocommerce-message .btn-group-vertical > .button + .button,
.woocommerce-message .woocommerce-MyAccount-content .btn-group-vertical > .button + .button,
.woocommerce-MyAccount-content .woocommerce-error .btn-group-vertical > .button + .button,
.woocommerce-error .woocommerce-MyAccount-content .btn-group-vertical > .button + .button, .woocommerce-MyAccount-content .shop_table.cart .btn-group-vertical > .button + .remove, .shop_table.cart .woocommerce-MyAccount-content .btn-group-vertical > .button + .remove,
.woocommerce-MyAccount-content .btn-group-vertical > a.button + .btn,
.woocommerce-MyAccount-content .woocommerce-notice .btn-group-vertical > a.button + .button,
.woocommerce-notice .woocommerce-MyAccount-content .btn-group-vertical > a.button + .button,
.woocommerce-MyAccount-content .woocommerce-message .btn-group-vertical > a.button + .button,
.woocommerce-message .woocommerce-MyAccount-content .btn-group-vertical > a.button + .button,
.woocommerce-MyAccount-content .woocommerce-error .btn-group-vertical > a.button + .button,
.woocommerce-error .woocommerce-MyAccount-content .btn-group-vertical > a.button + .button,
.woocommerce-MyAccount-content .shop_table.cart .btn-group-vertical > a.button + .remove,
.shop_table.cart .woocommerce-MyAccount-content .btn-group-vertical > a.button + .remove, .woocommerce-MyAccount-content .btn-group-vertical > .btn + .button, .woocommerce-MyAccount-content .woocommerce-notice .btn-group-vertical > .button + .button, .woocommerce-notice .woocommerce-MyAccount-content .btn-group-vertical > .button + .button,
.woocommerce-MyAccount-content .woocommerce-message .btn-group-vertical > .button + .button,
.woocommerce-message .woocommerce-MyAccount-content .btn-group-vertical > .button + .button,
.woocommerce-MyAccount-content .woocommerce-error .btn-group-vertical > .button + .button,
.woocommerce-error .woocommerce-MyAccount-content .btn-group-vertical > .button + .button, .woocommerce-MyAccount-content .shop_table.cart .btn-group-vertical > .remove + .button, .shop_table.cart .woocommerce-MyAccount-content .btn-group-vertical > .remove + .button, .woocommerce-MyAccount-content .btn-group-vertical > .button + .button,
.woocommerce-MyAccount-content .btn-group-vertical > a.button + .button,
.woocommerce-MyAccount-content .btn-group-vertical > .btn + a.button,
.woocommerce-MyAccount-content .woocommerce-notice .btn-group-vertical > .button + a.button,
.woocommerce-notice .woocommerce-MyAccount-content .btn-group-vertical > .button + a.button,
.woocommerce-MyAccount-content .woocommerce-message .btn-group-vertical > .button + a.button,
.woocommerce-message .woocommerce-MyAccount-content .btn-group-vertical > .button + a.button,
.woocommerce-MyAccount-content .woocommerce-error .btn-group-vertical > .button + a.button,
.woocommerce-error .woocommerce-MyAccount-content .btn-group-vertical > .button + a.button,
.woocommerce-MyAccount-content .shop_table.cart .btn-group-vertical > .remove + a.button,
.shop_table.cart .woocommerce-MyAccount-content .btn-group-vertical > .remove + a.button,
.woocommerce-MyAccount-content .btn-group-vertical > .button + a.button,
.woocommerce-MyAccount-content .btn-group-vertical > a.button + a.button, .woocommerce-MyAccount-navigation ul li .btn-group-vertical > a + .btn, .woocommerce-MyAccount-navigation ul li .woocommerce-notice .btn-group-vertical > a + .button, .woocommerce-notice .woocommerce-MyAccount-navigation ul li .btn-group-vertical > a + .button,
.woocommerce-MyAccount-navigation ul li .woocommerce-message .btn-group-vertical > a + .button,
.woocommerce-message .woocommerce-MyAccount-navigation ul li .btn-group-vertical > a + .button,
.woocommerce-MyAccount-navigation ul li .woocommerce-error .btn-group-vertical > a + .button,
.woocommerce-error .woocommerce-MyAccount-navigation ul li .btn-group-vertical > a + .button, .woocommerce-MyAccount-navigation ul li .shop_table.cart .btn-group-vertical > a + .remove, .shop_table.cart .woocommerce-MyAccount-navigation ul li .btn-group-vertical > a + .remove, .woocommerce-MyAccount-navigation ul li .woocommerce-MyAccount-content .btn-group-vertical > a + .button, .woocommerce-MyAccount-content .woocommerce-MyAccount-navigation ul li .btn-group-vertical > a + .button,
.woocommerce-MyAccount-navigation ul li .woocommerce-MyAccount-content .btn-group-vertical > a + a.button,
.woocommerce-MyAccount-content .woocommerce-MyAccount-navigation ul li .btn-group-vertical > a + a.button, .woocommerce-MyAccount-navigation ul li .btn-group-vertical > .btn + a, .woocommerce-MyAccount-navigation ul li .woocommerce-notice .btn-group-vertical > .button + a, .woocommerce-notice .woocommerce-MyAccount-navigation ul li .btn-group-vertical > .button + a,
.woocommerce-MyAccount-navigation ul li .woocommerce-message .btn-group-vertical > .button + a,
.woocommerce-message .woocommerce-MyAccount-navigation ul li .btn-group-vertical > .button + a,
.woocommerce-MyAccount-navigation ul li .woocommerce-error .btn-group-vertical > .button + a,
.woocommerce-error .woocommerce-MyAccount-navigation ul li .btn-group-vertical > .button + a, .woocommerce-MyAccount-navigation ul li .shop_table.cart .btn-group-vertical > .remove + a, .shop_table.cart .woocommerce-MyAccount-navigation ul li .btn-group-vertical > .remove + a, .woocommerce-MyAccount-navigation ul li .woocommerce-MyAccount-content .btn-group-vertical > .button + a, .woocommerce-MyAccount-content .woocommerce-MyAccount-navigation ul li .btn-group-vertical > .button + a,
.woocommerce-MyAccount-navigation ul li .woocommerce-MyAccount-content .btn-group-vertical > a.button + a,
.woocommerce-MyAccount-content .woocommerce-MyAccount-navigation ul li .btn-group-vertical > a.button + a, .woocommerce-MyAccount-navigation ul li .btn-group-vertical > a + a, .single-product .btn-group-vertical > .button + .btn, .single-product .woocommerce-notice .btn-group-vertical > .button + .button, .woocommerce-notice .single-product .btn-group-vertical > .button + .button,
.single-product .woocommerce-message .btn-group-vertical > .button + .button,
.woocommerce-message .single-product .btn-group-vertical > .button + .button,
.single-product .woocommerce-error .btn-group-vertical > .button + .button,
.woocommerce-error .single-product .btn-group-vertical > .button + .button, .single-product .shop_table.cart .btn-group-vertical > .button + .remove, .shop_table.cart .single-product .btn-group-vertical > .button + .remove, .single-product .woocommerce-MyAccount-content .btn-group-vertical > .button + .button, .woocommerce-MyAccount-content .single-product .btn-group-vertical > .button + .button,
.single-product .woocommerce-MyAccount-content .btn-group-vertical > .button + a.button,
.woocommerce-MyAccount-content .single-product .btn-group-vertical > .button + a.button, .single-product .woocommerce-MyAccount-navigation ul li .btn-group-vertical > .button + a, .woocommerce-MyAccount-navigation ul li .single-product .btn-group-vertical > .button + a,
.woocommerce-order-received .btn-group-vertical > .button + .btn,
.woocommerce-order-received .woocommerce-notice .btn-group-vertical > .button + .button,
.woocommerce-notice .woocommerce-order-received .btn-group-vertical > .button + .button,
.woocommerce-order-received .woocommerce-message .btn-group-vertical > .button + .button,
.woocommerce-message .woocommerce-order-received .btn-group-vertical > .button + .button,
.woocommerce-order-received .woocommerce-error .btn-group-vertical > .button + .button,
.woocommerce-error .woocommerce-order-received .btn-group-vertical > .button + .button,
.woocommerce-order-received .shop_table.cart .btn-group-vertical > .button + .remove,
.shop_table.cart .woocommerce-order-received .btn-group-vertical > .button + .remove,
.woocommerce-order-received .woocommerce-MyAccount-content .btn-group-vertical > .button + .button,
.woocommerce-MyAccount-content .woocommerce-order-received .btn-group-vertical > .button + .button,
.woocommerce-order-received .woocommerce-MyAccount-content .btn-group-vertical > .button + a.button,
.woocommerce-MyAccount-content .woocommerce-order-received .btn-group-vertical > .button + a.button,
.woocommerce-order-received .woocommerce-MyAccount-navigation ul li .btn-group-vertical > .button + a,
.woocommerce-MyAccount-navigation ul li .woocommerce-order-received .btn-group-vertical > .button + a,
.woocommerce-checkout .btn-group-vertical > .button + .btn,
.woocommerce-checkout .woocommerce-notice .btn-group-vertical > .button + .button,
.woocommerce-notice .woocommerce-checkout .btn-group-vertical > .button + .button,
.woocommerce-checkout .woocommerce-message .btn-group-vertical > .button + .button,
.woocommerce-message .woocommerce-checkout .btn-group-vertical > .button + .button,
.woocommerce-checkout .woocommerce-error .btn-group-vertical > .button + .button,
.woocommerce-error .woocommerce-checkout .btn-group-vertical > .button + .button,
.woocommerce-checkout .shop_table.cart .btn-group-vertical > .button + .remove,
.shop_table.cart .woocommerce-checkout .btn-group-vertical > .button + .remove,
.woocommerce-checkout .woocommerce-MyAccount-content .btn-group-vertical > .button + .button,
.woocommerce-MyAccount-content .woocommerce-checkout .btn-group-vertical > .button + .button,
.woocommerce-checkout .woocommerce-MyAccount-content .btn-group-vertical > .button + a.button,
.woocommerce-MyAccount-content .woocommerce-checkout .btn-group-vertical > .button + a.button,
.woocommerce-checkout .woocommerce-MyAccount-navigation ul li .btn-group-vertical > .button + a,
.woocommerce-MyAccount-navigation ul li .woocommerce-checkout .btn-group-vertical > .button + a,
.woocommerce-cart .btn-group-vertical > .button + .btn,
.woocommerce-cart .woocommerce-notice .btn-group-vertical > .button + .button,
.woocommerce-notice .woocommerce-cart .btn-group-vertical > .button + .button,
.woocommerce-cart .woocommerce-message .btn-group-vertical > .button + .button,
.woocommerce-message .woocommerce-cart .btn-group-vertical > .button + .button,
.woocommerce-cart .woocommerce-error .btn-group-vertical > .button + .button,
.woocommerce-error .woocommerce-cart .btn-group-vertical > .button + .button,
.woocommerce-cart .shop_table.cart .btn-group-vertical > .button + .remove,
.shop_table.cart .woocommerce-cart .btn-group-vertical > .button + .remove,
.woocommerce-cart .woocommerce-MyAccount-content .btn-group-vertical > .button + .button,
.woocommerce-MyAccount-content .woocommerce-cart .btn-group-vertical > .button + .button,
.woocommerce-cart .woocommerce-MyAccount-content .btn-group-vertical > .button + a.button,
.woocommerce-MyAccount-content .woocommerce-cart .btn-group-vertical > .button + a.button,
.woocommerce-cart .woocommerce-MyAccount-navigation ul li .btn-group-vertical > .button + a,
.woocommerce-MyAccount-navigation ul li .woocommerce-cart .btn-group-vertical > .button + a, .single-product .btn-group-vertical > .btn + .button, .single-product .woocommerce-notice .btn-group-vertical > .button + .button, .woocommerce-notice .single-product .btn-group-vertical > .button + .button,
.single-product .woocommerce-message .btn-group-vertical > .button + .button,
.woocommerce-message .single-product .btn-group-vertical > .button + .button,
.single-product .woocommerce-error .btn-group-vertical > .button + .button,
.woocommerce-error .single-product .btn-group-vertical > .button + .button, .single-product .shop_table.cart .btn-group-vertical > .remove + .button, .shop_table.cart .single-product .btn-group-vertical > .remove + .button, .single-product .woocommerce-MyAccount-content .btn-group-vertical > .button + .button, .woocommerce-MyAccount-content .single-product .btn-group-vertical > .button + .button,
.single-product .woocommerce-MyAccount-content .btn-group-vertical > a.button + .button,
.woocommerce-MyAccount-content .single-product .btn-group-vertical > a.button + .button, .single-product .woocommerce-MyAccount-navigation ul li .btn-group-vertical > a + .button, .woocommerce-MyAccount-navigation ul li .single-product .btn-group-vertical > a + .button, .single-product .btn-group-vertical > .button + .button,
.woocommerce-order-received .single-product .btn-group-vertical > .button + .button,
.single-product .woocommerce-order-received .btn-group-vertical > .button + .button,
.woocommerce-checkout .single-product .btn-group-vertical > .button + .button,
.single-product .woocommerce-checkout .btn-group-vertical > .button + .button,
.woocommerce-cart .single-product .btn-group-vertical > .button + .button,
.single-product .woocommerce-cart .btn-group-vertical > .button + .button,
.woocommerce-order-received .btn-group-vertical > .btn + .button,
.woocommerce-order-received .woocommerce-notice .btn-group-vertical > .button + .button,
.woocommerce-notice .woocommerce-order-received .btn-group-vertical > .button + .button,
.woocommerce-order-received .woocommerce-message .btn-group-vertical > .button + .button,
.woocommerce-message .woocommerce-order-received .btn-group-vertical > .button + .button,
.woocommerce-order-received .woocommerce-error .btn-group-vertical > .button + .button,
.woocommerce-error .woocommerce-order-received .btn-group-vertical > .button + .button,
.woocommerce-order-received .shop_table.cart .btn-group-vertical > .remove + .button,
.shop_table.cart .woocommerce-order-received .btn-group-vertical > .remove + .button,
.woocommerce-order-received .woocommerce-MyAccount-content .btn-group-vertical > .button + .button,
.woocommerce-MyAccount-content .woocommerce-order-received .btn-group-vertical > .button + .button,
.woocommerce-order-received .woocommerce-MyAccount-content .btn-group-vertical > a.button + .button,
.woocommerce-MyAccount-content .woocommerce-order-received .btn-group-vertical > a.button + .button,
.woocommerce-order-received .woocommerce-MyAccount-navigation ul li .btn-group-vertical > a + .button,
.woocommerce-MyAccount-navigation ul li .woocommerce-order-received .btn-group-vertical > a + .button,
.single-product .woocommerce-order-received .btn-group-vertical > .button + .button,
.woocommerce-order-received .single-product .btn-group-vertical > .button + .button,
.woocommerce-order-received .btn-group-vertical > .button + .button,
.woocommerce-checkout .woocommerce-order-received .btn-group-vertical > .button + .button,
.woocommerce-order-received .woocommerce-checkout .btn-group-vertical > .button + .button,
.woocommerce-cart .woocommerce-order-received .btn-group-vertical > .button + .button,
.woocommerce-order-received .woocommerce-cart .btn-group-vertical > .button + .button,
.woocommerce-checkout .btn-group-vertical > .btn + .button,
.woocommerce-checkout .woocommerce-notice .btn-group-vertical > .button + .button,
.woocommerce-notice .woocommerce-checkout .btn-group-vertical > .button + .button,
.woocommerce-checkout .woocommerce-message .btn-group-vertical > .button + .button,
.woocommerce-message .woocommerce-checkout .btn-group-vertical > .button + .button,
.woocommerce-checkout .woocommerce-error .btn-group-vertical > .button + .button,
.woocommerce-error .woocommerce-checkout .btn-group-vertical > .button + .button,
.woocommerce-checkout .shop_table.cart .btn-group-vertical > .remove + .button,
.shop_table.cart .woocommerce-checkout .btn-group-vertical > .remove + .button,
.woocommerce-checkout .woocommerce-MyAccount-content .btn-group-vertical > .button + .button,
.woocommerce-MyAccount-content .woocommerce-checkout .btn-group-vertical > .button + .button,
.woocommerce-checkout .woocommerce-MyAccount-content .btn-group-vertical > a.button + .button,
.woocommerce-MyAccount-content .woocommerce-checkout .btn-group-vertical > a.button + .button,
.woocommerce-checkout .woocommerce-MyAccount-navigation ul li .btn-group-vertical > a + .button,
.woocommerce-MyAccount-navigation ul li .woocommerce-checkout .btn-group-vertical > a + .button,
.single-product .woocommerce-checkout .btn-group-vertical > .button + .button,
.woocommerce-checkout .single-product .btn-group-vertical > .button + .button,
.woocommerce-order-received .woocommerce-checkout .btn-group-vertical > .button + .button,
.woocommerce-checkout .woocommerce-order-received .btn-group-vertical > .button + .button,
.woocommerce-checkout .btn-group-vertical > .button + .button,
.woocommerce-cart .woocommerce-checkout .btn-group-vertical > .button + .button,
.woocommerce-checkout .woocommerce-cart .btn-group-vertical > .button + .button,
.woocommerce-cart .btn-group-vertical > .btn + .button,
.woocommerce-cart .woocommerce-notice .btn-group-vertical > .button + .button,
.woocommerce-notice .woocommerce-cart .btn-group-vertical > .button + .button,
.woocommerce-cart .woocommerce-message .btn-group-vertical > .button + .button,
.woocommerce-message .woocommerce-cart .btn-group-vertical > .button + .button,
.woocommerce-cart .woocommerce-error .btn-group-vertical > .button + .button,
.woocommerce-error .woocommerce-cart .btn-group-vertical > .button + .button,
.woocommerce-cart .shop_table.cart .btn-group-vertical > .remove + .button,
.shop_table.cart .woocommerce-cart .btn-group-vertical > .remove + .button,
.woocommerce-cart .woocommerce-MyAccount-content .btn-group-vertical > .button + .button,
.woocommerce-MyAccount-content .woocommerce-cart .btn-group-vertical > .button + .button,
.woocommerce-cart .woocommerce-MyAccount-content .btn-group-vertical > a.button + .button,
.woocommerce-MyAccount-content .woocommerce-cart .btn-group-vertical > a.button + .button,
.woocommerce-cart .woocommerce-MyAccount-navigation ul li .btn-group-vertical > a + .button,
.woocommerce-MyAccount-navigation ul li .woocommerce-cart .btn-group-vertical > a + .button,
.single-product .woocommerce-cart .btn-group-vertical > .button + .button,
.woocommerce-cart .single-product .btn-group-vertical > .button + .button,
.woocommerce-order-received .woocommerce-cart .btn-group-vertical > .button + .button,
.woocommerce-cart .woocommerce-order-received .btn-group-vertical > .button + .button,
.woocommerce-checkout .woocommerce-cart .btn-group-vertical > .button + .button,
.woocommerce-cart .woocommerce-checkout .btn-group-vertical > .button + .button,
.woocommerce-cart .btn-group-vertical > .button + .button, .page-landing__content .btn-group-vertical > .content-columns__cta-link + .btn, .page-landing__content .woocommerce-notice .btn-group-vertical > .content-columns__cta-link + .button, .woocommerce-notice .page-landing__content .btn-group-vertical > .content-columns__cta-link + .button,
.page-landing__content .woocommerce-message .btn-group-vertical > .content-columns__cta-link + .button,
.woocommerce-message .page-landing__content .btn-group-vertical > .content-columns__cta-link + .button,
.page-landing__content .woocommerce-error .btn-group-vertical > .content-columns__cta-link + .button,
.woocommerce-error .page-landing__content .btn-group-vertical > .content-columns__cta-link + .button, .page-landing__content .shop_table.cart .btn-group-vertical > .content-columns__cta-link + .remove, .shop_table.cart .page-landing__content .btn-group-vertical > .content-columns__cta-link + .remove, .page-landing__content .woocommerce-MyAccount-content .btn-group-vertical > .content-columns__cta-link + .button, .woocommerce-MyAccount-content .page-landing__content .btn-group-vertical > .content-columns__cta-link + .button,
.page-landing__content .woocommerce-MyAccount-content .btn-group-vertical > .content-columns__cta-link + a.button,
.woocommerce-MyAccount-content .page-landing__content .btn-group-vertical > .content-columns__cta-link + a.button, .page-landing__content .woocommerce-MyAccount-navigation ul li .btn-group-vertical > .content-columns__cta-link + a, .woocommerce-MyAccount-navigation ul li .page-landing__content .btn-group-vertical > .content-columns__cta-link + a, .page-landing__content .single-product .btn-group-vertical > .content-columns__cta-link + .button, .single-product .page-landing__content .btn-group-vertical > .content-columns__cta-link + .button,
.page-landing__content .woocommerce-order-received .btn-group-vertical > .content-columns__cta-link + .button,
.woocommerce-order-received .page-landing__content .btn-group-vertical > .content-columns__cta-link + .button,
.page-landing__content .woocommerce-checkout .btn-group-vertical > .content-columns__cta-link + .button,
.woocommerce-checkout .page-landing__content .btn-group-vertical > .content-columns__cta-link + .button,
.page-landing__content .woocommerce-cart .btn-group-vertical > .content-columns__cta-link + .button,
.woocommerce-cart .page-landing__content .btn-group-vertical > .content-columns__cta-link + .button,
.page-landing__content .fxc-mixed_cta .btn-group-vertical > .card__cta + .btn,
.page-landing__content .fxc-mixed_cta .woocommerce-notice .btn-group-vertical > .card__cta + .button,
.woocommerce-notice .page-landing__content .fxc-mixed_cta .btn-group-vertical > .card__cta + .button,
.page-landing__content .fxc-mixed_cta .woocommerce-message .btn-group-vertical > .card__cta + .button,
.woocommerce-message .page-landing__content .fxc-mixed_cta .btn-group-vertical > .card__cta + .button,
.page-landing__content .fxc-mixed_cta .woocommerce-error .btn-group-vertical > .card__cta + .button,
.woocommerce-error .page-landing__content .fxc-mixed_cta .btn-group-vertical > .card__cta + .button,
.page-landing__content .fxc-mixed_cta .shop_table.cart .btn-group-vertical > .card__cta + .remove,
.shop_table.cart .page-landing__content .fxc-mixed_cta .btn-group-vertical > .card__cta + .remove,
.page-landing__content .fxc-mixed_cta .woocommerce-MyAccount-content .btn-group-vertical > .card__cta + .button,
.woocommerce-MyAccount-content .page-landing__content .fxc-mixed_cta .btn-group-vertical > .card__cta + .button,
.page-landing__content .fxc-mixed_cta .woocommerce-MyAccount-content .btn-group-vertical > .card__cta + a.button,
.woocommerce-MyAccount-content .page-landing__content .fxc-mixed_cta .btn-group-vertical > .card__cta + a.button,
.page-landing__content .fxc-mixed_cta .woocommerce-MyAccount-navigation ul li .btn-group-vertical > .card__cta + a,
.woocommerce-MyAccount-navigation ul li .page-landing__content .fxc-mixed_cta .btn-group-vertical > .card__cta + a,
.page-landing__content .fxc-mixed_cta .single-product .btn-group-vertical > .card__cta + .button,
.single-product .page-landing__content .fxc-mixed_cta .btn-group-vertical > .card__cta + .button,
.page-landing__content .fxc-mixed_cta .woocommerce-order-received .btn-group-vertical > .card__cta + .button,
.woocommerce-order-received .page-landing__content .fxc-mixed_cta .btn-group-vertical > .card__cta + .button,
.page-landing__content .fxc-mixed_cta .woocommerce-checkout .btn-group-vertical > .card__cta + .button,
.woocommerce-checkout .page-landing__content .fxc-mixed_cta .btn-group-vertical > .card__cta + .button,
.page-landing__content .fxc-mixed_cta .woocommerce-cart .btn-group-vertical > .card__cta + .button,
.woocommerce-cart .page-landing__content .fxc-mixed_cta .btn-group-vertical > .card__cta + .button,
.page-landing__content .btn-group-vertical > .slide-pane__cta + .btn,
.page-landing__content .woocommerce-notice .btn-group-vertical > .slide-pane__cta + .button,
.woocommerce-notice .page-landing__content .btn-group-vertical > .slide-pane__cta + .button,
.page-landing__content .woocommerce-message .btn-group-vertical > .slide-pane__cta + .button,
.woocommerce-message .page-landing__content .btn-group-vertical > .slide-pane__cta + .button,
.page-landing__content .woocommerce-error .btn-group-vertical > .slide-pane__cta + .button,
.woocommerce-error .page-landing__content .btn-group-vertical > .slide-pane__cta + .button,
.page-landing__content .shop_table.cart .btn-group-vertical > .slide-pane__cta + .remove,
.shop_table.cart .page-landing__content .btn-group-vertical > .slide-pane__cta + .remove,
.page-landing__content .woocommerce-MyAccount-content .btn-group-vertical > .slide-pane__cta + .button,
.woocommerce-MyAccount-content .page-landing__content .btn-group-vertical > .slide-pane__cta + .button,
.page-landing__content .woocommerce-MyAccount-content .btn-group-vertical > .slide-pane__cta + a.button,
.woocommerce-MyAccount-content .page-landing__content .btn-group-vertical > .slide-pane__cta + a.button,
.page-landing__content .woocommerce-MyAccount-navigation ul li .btn-group-vertical > .slide-pane__cta + a,
.woocommerce-MyAccount-navigation ul li .page-landing__content .btn-group-vertical > .slide-pane__cta + a,
.page-landing__content .single-product .btn-group-vertical > .slide-pane__cta + .button,
.single-product .page-landing__content .btn-group-vertical > .slide-pane__cta + .button,
.page-landing__content .woocommerce-order-received .btn-group-vertical > .slide-pane__cta + .button,
.woocommerce-order-received .page-landing__content .btn-group-vertical > .slide-pane__cta + .button,
.page-landing__content .woocommerce-checkout .btn-group-vertical > .slide-pane__cta + .button,
.woocommerce-checkout .page-landing__content .btn-group-vertical > .slide-pane__cta + .button,
.page-landing__content .woocommerce-cart .btn-group-vertical > .slide-pane__cta + .button,
.woocommerce-cart .page-landing__content .btn-group-vertical > .slide-pane__cta + .button, .page-landing__content .btn-group-vertical > .btn + .content-columns__cta-link, .page-landing__content .woocommerce-notice .btn-group-vertical > .button + .content-columns__cta-link, .woocommerce-notice .page-landing__content .btn-group-vertical > .button + .content-columns__cta-link,
.page-landing__content .woocommerce-message .btn-group-vertical > .button + .content-columns__cta-link,
.woocommerce-message .page-landing__content .btn-group-vertical > .button + .content-columns__cta-link,
.page-landing__content .woocommerce-error .btn-group-vertical > .button + .content-columns__cta-link,
.woocommerce-error .page-landing__content .btn-group-vertical > .button + .content-columns__cta-link, .page-landing__content .shop_table.cart .btn-group-vertical > .remove + .content-columns__cta-link, .shop_table.cart .page-landing__content .btn-group-vertical > .remove + .content-columns__cta-link, .page-landing__content .woocommerce-MyAccount-content .btn-group-vertical > .button + .content-columns__cta-link, .woocommerce-MyAccount-content .page-landing__content .btn-group-vertical > .button + .content-columns__cta-link,
.page-landing__content .woocommerce-MyAccount-content .btn-group-vertical > a.button + .content-columns__cta-link,
.woocommerce-MyAccount-content .page-landing__content .btn-group-vertical > a.button + .content-columns__cta-link, .page-landing__content .woocommerce-MyAccount-navigation ul li .btn-group-vertical > a + .content-columns__cta-link, .woocommerce-MyAccount-navigation ul li .page-landing__content .btn-group-vertical > a + .content-columns__cta-link, .page-landing__content .single-product .btn-group-vertical > .button + .content-columns__cta-link, .single-product .page-landing__content .btn-group-vertical > .button + .content-columns__cta-link,
.page-landing__content .woocommerce-order-received .btn-group-vertical > .button + .content-columns__cta-link,
.woocommerce-order-received .page-landing__content .btn-group-vertical > .button + .content-columns__cta-link,
.page-landing__content .woocommerce-checkout .btn-group-vertical > .button + .content-columns__cta-link,
.woocommerce-checkout .page-landing__content .btn-group-vertical > .button + .content-columns__cta-link,
.page-landing__content .woocommerce-cart .btn-group-vertical > .button + .content-columns__cta-link,
.woocommerce-cart .page-landing__content .btn-group-vertical > .button + .content-columns__cta-link, .page-landing__content .btn-group-vertical > .content-columns__cta-link + .content-columns__cta-link,
.page-landing__content .fxc-mixed_cta .btn-group-vertical > .card__cta + .content-columns__cta-link,
.page-landing__content .btn-group-vertical > .slide-pane__cta + .content-columns__cta-link,
.page-landing__content .fxc-mixed_cta .btn-group-vertical > .btn + .card__cta,
.page-landing__content .fxc-mixed_cta .woocommerce-notice .btn-group-vertical > .button + .card__cta,
.woocommerce-notice .page-landing__content .fxc-mixed_cta .btn-group-vertical > .button + .card__cta,
.page-landing__content .fxc-mixed_cta .woocommerce-message .btn-group-vertical > .button + .card__cta,
.woocommerce-message .page-landing__content .fxc-mixed_cta .btn-group-vertical > .button + .card__cta,
.page-landing__content .fxc-mixed_cta .woocommerce-error .btn-group-vertical > .button + .card__cta,
.woocommerce-error .page-landing__content .fxc-mixed_cta .btn-group-vertical > .button + .card__cta,
.page-landing__content .fxc-mixed_cta .shop_table.cart .btn-group-vertical > .remove + .card__cta,
.shop_table.cart .page-landing__content .fxc-mixed_cta .btn-group-vertical > .remove + .card__cta,
.page-landing__content .fxc-mixed_cta .woocommerce-MyAccount-content .btn-group-vertical > .button + .card__cta,
.woocommerce-MyAccount-content .page-landing__content .fxc-mixed_cta .btn-group-vertical > .button + .card__cta,
.page-landing__content .fxc-mixed_cta .woocommerce-MyAccount-content .btn-group-vertical > a.button + .card__cta,
.woocommerce-MyAccount-content .page-landing__content .fxc-mixed_cta .btn-group-vertical > a.button + .card__cta,
.page-landing__content .fxc-mixed_cta .woocommerce-MyAccount-navigation ul li .btn-group-vertical > a + .card__cta,
.woocommerce-MyAccount-navigation ul li .page-landing__content .fxc-mixed_cta .btn-group-vertical > a + .card__cta,
.page-landing__content .fxc-mixed_cta .single-product .btn-group-vertical > .button + .card__cta,
.single-product .page-landing__content .fxc-mixed_cta .btn-group-vertical > .button + .card__cta,
.page-landing__content .fxc-mixed_cta .woocommerce-order-received .btn-group-vertical > .button + .card__cta,
.woocommerce-order-received .page-landing__content .fxc-mixed_cta .btn-group-vertical > .button + .card__cta,
.page-landing__content .fxc-mixed_cta .woocommerce-checkout .btn-group-vertical > .button + .card__cta,
.woocommerce-checkout .page-landing__content .fxc-mixed_cta .btn-group-vertical > .button + .card__cta,
.page-landing__content .fxc-mixed_cta .woocommerce-cart .btn-group-vertical > .button + .card__cta,
.woocommerce-cart .page-landing__content .fxc-mixed_cta .btn-group-vertical > .button + .card__cta,
.page-landing__content .fxc-mixed_cta .btn-group-vertical > .content-columns__cta-link + .card__cta,
.page-landing__content .fxc-mixed_cta .btn-group-vertical > .card__cta + .card__cta,
.page-landing__content .fxc-mixed_cta .btn-group-vertical > .slide-pane__cta + .card__cta,
.page-landing__content .btn-group-vertical > .btn + .slide-pane__cta,
.page-landing__content .woocommerce-notice .btn-group-vertical > .button + .slide-pane__cta,
.woocommerce-notice .page-landing__content .btn-group-vertical > .button + .slide-pane__cta,
.page-landing__content .woocommerce-message .btn-group-vertical > .button + .slide-pane__cta,
.woocommerce-message .page-landing__content .btn-group-vertical > .button + .slide-pane__cta,
.page-landing__content .woocommerce-error .btn-group-vertical > .button + .slide-pane__cta,
.woocommerce-error .page-landing__content .btn-group-vertical > .button + .slide-pane__cta,
.page-landing__content .shop_table.cart .btn-group-vertical > .remove + .slide-pane__cta,
.shop_table.cart .page-landing__content .btn-group-vertical > .remove + .slide-pane__cta,
.page-landing__content .woocommerce-MyAccount-content .btn-group-vertical > .button + .slide-pane__cta,
.woocommerce-MyAccount-content .page-landing__content .btn-group-vertical > .button + .slide-pane__cta,
.page-landing__content .woocommerce-MyAccount-content .btn-group-vertical > a.button + .slide-pane__cta,
.woocommerce-MyAccount-content .page-landing__content .btn-group-vertical > a.button + .slide-pane__cta,
.page-landing__content .woocommerce-MyAccount-navigation ul li .btn-group-vertical > a + .slide-pane__cta,
.woocommerce-MyAccount-navigation ul li .page-landing__content .btn-group-vertical > a + .slide-pane__cta,
.page-landing__content .single-product .btn-group-vertical > .button + .slide-pane__cta,
.single-product .page-landing__content .btn-group-vertical > .button + .slide-pane__cta,
.page-landing__content .woocommerce-order-received .btn-group-vertical > .button + .slide-pane__cta,
.woocommerce-order-received .page-landing__content .btn-group-vertical > .button + .slide-pane__cta,
.page-landing__content .woocommerce-checkout .btn-group-vertical > .button + .slide-pane__cta,
.woocommerce-checkout .page-landing__content .btn-group-vertical > .button + .slide-pane__cta,
.page-landing__content .woocommerce-cart .btn-group-vertical > .button + .slide-pane__cta,
.woocommerce-cart .page-landing__content .btn-group-vertical > .button + .slide-pane__cta,
.page-landing__content .btn-group-vertical > .content-columns__cta-link + .slide-pane__cta,
.page-landing__content .fxc-mixed_cta .btn-group-vertical > .card__cta + .slide-pane__cta,
.page-landing__content .btn-group-vertical > .slide-pane__cta + .slide-pane__cta, .btn-group-vertical > .account-cta__link + .btn, .woocommerce-notice .btn-group-vertical > .account-cta__link + .button,
.woocommerce-message .btn-group-vertical > .account-cta__link + .button,
.woocommerce-error .btn-group-vertical > .account-cta__link + .button, .shop_table.cart .btn-group-vertical > .account-cta__link + .remove, .woocommerce-MyAccount-content .btn-group-vertical > .account-cta__link + .button,
.woocommerce-MyAccount-content .btn-group-vertical > .account-cta__link + a.button, .woocommerce-MyAccount-navigation ul li .btn-group-vertical > .account-cta__link + a, .single-product .btn-group-vertical > .account-cta__link + .button,
.woocommerce-order-received .btn-group-vertical > .account-cta__link + .button,
.woocommerce-checkout .btn-group-vertical > .account-cta__link + .button,
.woocommerce-cart .btn-group-vertical > .account-cta__link + .button, .page-landing__content .btn-group-vertical > .account-cta__link + .content-columns__cta-link,
.page-landing__content .fxc-mixed_cta .btn-group-vertical > .account-cta__link + .card__cta,
.page-landing__content .btn-group-vertical > .account-cta__link + .slide-pane__cta, .btn-group-vertical > .btn + .account-cta__link, .woocommerce-notice .btn-group-vertical > .button + .account-cta__link,
.woocommerce-message .btn-group-vertical > .button + .account-cta__link,
.woocommerce-error .btn-group-vertical > .button + .account-cta__link, .shop_table.cart .btn-group-vertical > .remove + .account-cta__link, .woocommerce-MyAccount-content .btn-group-vertical > .button + .account-cta__link,
.woocommerce-MyAccount-content .btn-group-vertical > a.button + .account-cta__link, .woocommerce-MyAccount-navigation ul li .btn-group-vertical > a + .account-cta__link, .single-product .btn-group-vertical > .button + .account-cta__link,
.woocommerce-order-received .btn-group-vertical > .button + .account-cta__link,
.woocommerce-checkout .btn-group-vertical > .button + .account-cta__link,
.woocommerce-cart .btn-group-vertical > .button + .account-cta__link, .page-landing__content .btn-group-vertical > .content-columns__cta-link + .account-cta__link,
.page-landing__content .fxc-mixed_cta .btn-group-vertical > .card__cta + .account-cta__link,
.page-landing__content .btn-group-vertical > .slide-pane__cta + .account-cta__link, .btn-group-vertical > .account-cta__link + .account-cta__link, .comment-form .btn-group-vertical > input[type=submit] + .btn, .comment-form .woocommerce-notice .btn-group-vertical > input[type=submit] + .button, .woocommerce-notice .comment-form .btn-group-vertical > input[type=submit] + .button,
.comment-form .woocommerce-message .btn-group-vertical > input[type=submit] + .button,
.woocommerce-message .comment-form .btn-group-vertical > input[type=submit] + .button,
.comment-form .woocommerce-error .btn-group-vertical > input[type=submit] + .button,
.woocommerce-error .comment-form .btn-group-vertical > input[type=submit] + .button, .comment-form .shop_table.cart .btn-group-vertical > input[type=submit] + .remove, .shop_table.cart .comment-form .btn-group-vertical > input[type=submit] + .remove, .comment-form .woocommerce-MyAccount-content .btn-group-vertical > input[type=submit] + .button, .woocommerce-MyAccount-content .comment-form .btn-group-vertical > input[type=submit] + .button,
.comment-form .woocommerce-MyAccount-content .btn-group-vertical > input[type=submit] + a.button,
.woocommerce-MyAccount-content .comment-form .btn-group-vertical > input[type=submit] + a.button, .comment-form .woocommerce-MyAccount-navigation ul li .btn-group-vertical > input[type=submit] + a, .woocommerce-MyAccount-navigation ul li .comment-form .btn-group-vertical > input[type=submit] + a, .comment-form .single-product .btn-group-vertical > input[type=submit] + .button, .single-product .comment-form .btn-group-vertical > input[type=submit] + .button,
.comment-form .woocommerce-order-received .btn-group-vertical > input[type=submit] + .button,
.woocommerce-order-received .comment-form .btn-group-vertical > input[type=submit] + .button,
.comment-form .woocommerce-checkout .btn-group-vertical > input[type=submit] + .button,
.woocommerce-checkout .comment-form .btn-group-vertical > input[type=submit] + .button,
.comment-form .woocommerce-cart .btn-group-vertical > input[type=submit] + .button,
.woocommerce-cart .comment-form .btn-group-vertical > input[type=submit] + .button, .comment-form .page-landing__content .btn-group-vertical > input[type=submit] + .content-columns__cta-link, .page-landing__content .comment-form .btn-group-vertical > input[type=submit] + .content-columns__cta-link,
.comment-form .page-landing__content .fxc-mixed_cta .btn-group-vertical > input[type=submit] + .card__cta,
.page-landing__content .fxc-mixed_cta .comment-form .btn-group-vertical > input[type=submit] + .card__cta,
.comment-form .page-landing__content .btn-group-vertical > input[type=submit] + .slide-pane__cta,
.page-landing__content .comment-form .btn-group-vertical > input[type=submit] + .slide-pane__cta, .comment-form .btn-group-vertical > input[type=submit] + .account-cta__link, .comment-form .btn-group-vertical > .btn + input[type=submit], .comment-form .woocommerce-notice .btn-group-vertical > .button + input[type=submit], .woocommerce-notice .comment-form .btn-group-vertical > .button + input[type=submit],
.comment-form .woocommerce-message .btn-group-vertical > .button + input[type=submit],
.woocommerce-message .comment-form .btn-group-vertical > .button + input[type=submit],
.comment-form .woocommerce-error .btn-group-vertical > .button + input[type=submit],
.woocommerce-error .comment-form .btn-group-vertical > .button + input[type=submit], .comment-form .shop_table.cart .btn-group-vertical > .remove + input[type=submit], .shop_table.cart .comment-form .btn-group-vertical > .remove + input[type=submit], .comment-form .woocommerce-MyAccount-content .btn-group-vertical > .button + input[type=submit], .woocommerce-MyAccount-content .comment-form .btn-group-vertical > .button + input[type=submit],
.comment-form .woocommerce-MyAccount-content .btn-group-vertical > a.button + input[type=submit],
.woocommerce-MyAccount-content .comment-form .btn-group-vertical > a.button + input[type=submit], .comment-form .woocommerce-MyAccount-navigation ul li .btn-group-vertical > a + input[type=submit], .woocommerce-MyAccount-navigation ul li .comment-form .btn-group-vertical > a + input[type=submit], .comment-form .single-product .btn-group-vertical > .button + input[type=submit], .single-product .comment-form .btn-group-vertical > .button + input[type=submit],
.comment-form .woocommerce-order-received .btn-group-vertical > .button + input[type=submit],
.woocommerce-order-received .comment-form .btn-group-vertical > .button + input[type=submit],
.comment-form .woocommerce-checkout .btn-group-vertical > .button + input[type=submit],
.woocommerce-checkout .comment-form .btn-group-vertical > .button + input[type=submit],
.comment-form .woocommerce-cart .btn-group-vertical > .button + input[type=submit],
.woocommerce-cart .comment-form .btn-group-vertical > .button + input[type=submit], .comment-form .page-landing__content .btn-group-vertical > .content-columns__cta-link + input[type=submit], .page-landing__content .comment-form .btn-group-vertical > .content-columns__cta-link + input[type=submit],
.comment-form .page-landing__content .fxc-mixed_cta .btn-group-vertical > .card__cta + input[type=submit],
.page-landing__content .fxc-mixed_cta .comment-form .btn-group-vertical > .card__cta + input[type=submit],
.comment-form .page-landing__content .btn-group-vertical > .slide-pane__cta + input[type=submit],
.page-landing__content .comment-form .btn-group-vertical > .slide-pane__cta + input[type=submit], .comment-form .btn-group-vertical > .account-cta__link + input[type=submit], .comment-form .btn-group-vertical > input[type=submit] + input[type=submit], .btn-group-vertical > .bbp-pagination__more + .btn, .woocommerce-notice .btn-group-vertical > .bbp-pagination__more + .button,
.woocommerce-message .btn-group-vertical > .bbp-pagination__more + .button,
.woocommerce-error .btn-group-vertical > .bbp-pagination__more + .button, .shop_table.cart .btn-group-vertical > .bbp-pagination__more + .remove, .woocommerce-MyAccount-content .btn-group-vertical > .bbp-pagination__more + .button,
.woocommerce-MyAccount-content .btn-group-vertical > .bbp-pagination__more + a.button, .woocommerce-MyAccount-navigation ul li .btn-group-vertical > .bbp-pagination__more + a, .single-product .btn-group-vertical > .bbp-pagination__more + .button,
.woocommerce-order-received .btn-group-vertical > .bbp-pagination__more + .button,
.woocommerce-checkout .btn-group-vertical > .bbp-pagination__more + .button,
.woocommerce-cart .btn-group-vertical > .bbp-pagination__more + .button, .page-landing__content .btn-group-vertical > .bbp-pagination__more + .content-columns__cta-link,
.page-landing__content .fxc-mixed_cta .btn-group-vertical > .bbp-pagination__more + .card__cta,
.page-landing__content .btn-group-vertical > .bbp-pagination__more + .slide-pane__cta, .btn-group-vertical > .bbp-pagination__more + .account-cta__link, .comment-form .btn-group-vertical > .bbp-pagination__more + input[type=submit],
.btn-group-vertical > .pagination__more + .btn,
.woocommerce-notice .btn-group-vertical > .pagination__more + .button,
.woocommerce-message .btn-group-vertical > .pagination__more + .button,
.woocommerce-error .btn-group-vertical > .pagination__more + .button,
.shop_table.cart .btn-group-vertical > .pagination__more + .remove,
.woocommerce-MyAccount-content .btn-group-vertical > .pagination__more + .button,
.woocommerce-MyAccount-content .btn-group-vertical > .pagination__more + a.button,
.woocommerce-MyAccount-navigation ul li .btn-group-vertical > .pagination__more + a,
.single-product .btn-group-vertical > .pagination__more + .button,
.woocommerce-order-received .btn-group-vertical > .pagination__more + .button,
.woocommerce-checkout .btn-group-vertical > .pagination__more + .button,
.woocommerce-cart .btn-group-vertical > .pagination__more + .button,
.page-landing__content .btn-group-vertical > .pagination__more + .content-columns__cta-link,
.page-landing__content .fxc-mixed_cta .btn-group-vertical > .pagination__more + .card__cta,
.page-landing__content .btn-group-vertical > .pagination__more + .slide-pane__cta,
.btn-group-vertical > .pagination__more + .account-cta__link,
.comment-form .btn-group-vertical > .pagination__more + input[type=submit], .btn-group-vertical > .btn + .bbp-pagination__more, .woocommerce-notice .btn-group-vertical > .button + .bbp-pagination__more,
.woocommerce-message .btn-group-vertical > .button + .bbp-pagination__more,
.woocommerce-error .btn-group-vertical > .button + .bbp-pagination__more, .shop_table.cart .btn-group-vertical > .remove + .bbp-pagination__more, .woocommerce-MyAccount-content .btn-group-vertical > .button + .bbp-pagination__more,
.woocommerce-MyAccount-content .btn-group-vertical > a.button + .bbp-pagination__more, .woocommerce-MyAccount-navigation ul li .btn-group-vertical > a + .bbp-pagination__more, .single-product .btn-group-vertical > .button + .bbp-pagination__more,
.woocommerce-order-received .btn-group-vertical > .button + .bbp-pagination__more,
.woocommerce-checkout .btn-group-vertical > .button + .bbp-pagination__more,
.woocommerce-cart .btn-group-vertical > .button + .bbp-pagination__more, .page-landing__content .btn-group-vertical > .content-columns__cta-link + .bbp-pagination__more,
.page-landing__content .fxc-mixed_cta .btn-group-vertical > .card__cta + .bbp-pagination__more,
.page-landing__content .btn-group-vertical > .slide-pane__cta + .bbp-pagination__more, .btn-group-vertical > .account-cta__link + .bbp-pagination__more, .comment-form .btn-group-vertical > input[type=submit] + .bbp-pagination__more, .btn-group-vertical > .bbp-pagination__more + .bbp-pagination__more,
.btn-group-vertical > .pagination__more + .bbp-pagination__more,
.btn-group-vertical > .btn + .pagination__more,
.woocommerce-notice .btn-group-vertical > .button + .pagination__more,
.woocommerce-message .btn-group-vertical > .button + .pagination__more,
.woocommerce-error .btn-group-vertical > .button + .pagination__more,
.shop_table.cart .btn-group-vertical > .remove + .pagination__more,
.woocommerce-MyAccount-content .btn-group-vertical > .button + .pagination__more,
.woocommerce-MyAccount-content .btn-group-vertical > a.button + .pagination__more,
.woocommerce-MyAccount-navigation ul li .btn-group-vertical > a + .pagination__more,
.single-product .btn-group-vertical > .button + .pagination__more,
.woocommerce-order-received .btn-group-vertical > .button + .pagination__more,
.woocommerce-checkout .btn-group-vertical > .button + .pagination__more,
.woocommerce-cart .btn-group-vertical > .button + .pagination__more,
.page-landing__content .btn-group-vertical > .content-columns__cta-link + .pagination__more,
.page-landing__content .fxc-mixed_cta .btn-group-vertical > .card__cta + .pagination__more,
.page-landing__content .btn-group-vertical > .slide-pane__cta + .pagination__more,
.btn-group-vertical > .account-cta__link + .pagination__more,
.comment-form .btn-group-vertical > input[type=submit] + .pagination__more,
.btn-group-vertical > .bbp-pagination__more + .pagination__more,
.btn-group-vertical > .pagination__more + .pagination__more,
.btn-group-vertical > .btn + .btn-group,
.woocommerce-notice .btn-group-vertical > .button + .btn-group,
.woocommerce-message .btn-group-vertical > .button + .btn-group,
.woocommerce-error .btn-group-vertical > .button + .btn-group,
.shop_table.cart .btn-group-vertical > .remove + .btn-group,
.woocommerce-MyAccount-content .btn-group-vertical > .button + .btn-group,
.woocommerce-MyAccount-content .btn-group-vertical > a.button + .btn-group,
.woocommerce-MyAccount-navigation ul li .btn-group-vertical > a + .btn-group,
.single-product .btn-group-vertical > .button + .btn-group,
.woocommerce-order-received .btn-group-vertical > .button + .btn-group,
.woocommerce-checkout .btn-group-vertical > .button + .btn-group,
.woocommerce-cart .btn-group-vertical > .button + .btn-group,
.page-landing__content .btn-group-vertical > .content-columns__cta-link + .btn-group,
.page-landing__content .fxc-mixed_cta .btn-group-vertical > .card__cta + .btn-group,
.page-landing__content .btn-group-vertical > .slide-pane__cta + .btn-group,
.btn-group-vertical > .account-cta__link + .btn-group,
.comment-form .btn-group-vertical > input[type=submit] + .btn-group,
.btn-group-vertical > .bbp-pagination__more + .btn-group,
.btn-group-vertical > .pagination__more + .btn-group,
.btn-group-vertical > .btn-group + .btn,
.woocommerce-notice .btn-group-vertical > .btn-group + .button,
.woocommerce-message .btn-group-vertical > .btn-group + .button,
.woocommerce-error .btn-group-vertical > .btn-group + .button,
.shop_table.cart .btn-group-vertical > .btn-group + .remove,
.woocommerce-MyAccount-content .btn-group-vertical > .btn-group + .button,
.woocommerce-MyAccount-content .btn-group-vertical > .btn-group + a.button,
.woocommerce-MyAccount-navigation ul li .btn-group-vertical > .btn-group + a,
.single-product .btn-group-vertical > .btn-group + .button,
.woocommerce-order-received .btn-group-vertical > .btn-group + .button,
.woocommerce-checkout .btn-group-vertical > .btn-group + .button,
.woocommerce-cart .btn-group-vertical > .btn-group + .button,
.page-landing__content .btn-group-vertical > .btn-group + .content-columns__cta-link,
.page-landing__content .fxc-mixed_cta .btn-group-vertical > .btn-group + .card__cta,
.page-landing__content .btn-group-vertical > .btn-group + .slide-pane__cta,
.btn-group-vertical > .btn-group + .account-cta__link,
.comment-form .btn-group-vertical > .btn-group + input[type=submit],
.btn-group-vertical > .btn-group + .bbp-pagination__more,
.btn-group-vertical > .btn-group + .pagination__more,
.btn-group-vertical > .btn-group + .btn-group {
  margin-top: -1px;
  margin-left: 0;
}
.btn-group-vertical > .btn:not(:last-child):not(.dropdown-toggle), .woocommerce-notice .btn-group-vertical > .button:not(:last-child):not(.dropdown-toggle),
.woocommerce-message .btn-group-vertical > .button:not(:last-child):not(.dropdown-toggle),
.woocommerce-error .btn-group-vertical > .button:not(:last-child):not(.dropdown-toggle), .shop_table.cart .btn-group-vertical > .remove:not(:last-child):not(.dropdown-toggle), .woocommerce-MyAccount-content .btn-group-vertical > .button:not(:last-child):not(.dropdown-toggle), .woocommerce-MyAccount-navigation ul li .btn-group-vertical > a:not(:last-child):not(.dropdown-toggle), .single-product .btn-group-vertical > .button:not(:last-child):not(.dropdown-toggle),
.woocommerce-order-received .btn-group-vertical > .button:not(:last-child):not(.dropdown-toggle),
.woocommerce-checkout .btn-group-vertical > .button:not(:last-child):not(.dropdown-toggle),
.woocommerce-cart .btn-group-vertical > .button:not(:last-child):not(.dropdown-toggle), .page-landing__content .btn-group-vertical > .content-columns__cta-link:not(:last-child):not(.dropdown-toggle),
.page-landing__content .fxc-mixed_cta .btn-group-vertical > .card__cta:not(:last-child):not(.dropdown-toggle),
.page-landing__content .btn-group-vertical > .slide-pane__cta:not(:last-child):not(.dropdown-toggle), .btn-group-vertical > .account-cta__link:not(:last-child):not(.dropdown-toggle), .comment-form .btn-group-vertical > input[type=submit]:not(:last-child):not(.dropdown-toggle), .btn-group-vertical > .bbp-pagination__more:not(:last-child):not(.dropdown-toggle),
.btn-group-vertical > .pagination__more:not(:last-child):not(.dropdown-toggle),
.btn-group-vertical > .btn-group:not(:last-child) > .btn,
.woocommerce-notice .btn-group-vertical > .btn-group:not(:last-child) > .button,
.woocommerce-message .btn-group-vertical > .btn-group:not(:last-child) > .button,
.woocommerce-error .btn-group-vertical > .btn-group:not(:last-child) > .button,
.shop_table.cart .btn-group-vertical > .btn-group:not(:last-child) > .remove,
.woocommerce-MyAccount-content .btn-group-vertical > .btn-group:not(:last-child) > .button,
.woocommerce-MyAccount-navigation ul li .btn-group-vertical > .btn-group:not(:last-child) > a,
.single-product .btn-group-vertical > .btn-group:not(:last-child) > .button,
.woocommerce-order-received .btn-group-vertical > .btn-group:not(:last-child) > .button,
.woocommerce-checkout .btn-group-vertical > .btn-group:not(:last-child) > .button,
.woocommerce-cart .btn-group-vertical > .btn-group:not(:last-child) > .button,
.page-landing__content .btn-group-vertical > .btn-group:not(:last-child) > .content-columns__cta-link,
.page-landing__content .fxc-mixed_cta .btn-group-vertical > .btn-group:not(:last-child) > .card__cta,
.page-landing__content .btn-group-vertical > .btn-group:not(:last-child) > .slide-pane__cta,
.btn-group-vertical > .btn-group:not(:last-child) > .account-cta__link,
.comment-form .btn-group-vertical > .btn-group:not(:last-child) > input[type=submit],
.btn-group-vertical > .btn-group:not(:last-child) > .bbp-pagination__more,
.btn-group-vertical > .btn-group:not(:last-child) > .pagination__more {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn:not(:first-child), .woocommerce-notice .btn-group-vertical > .button:not(:first-child),
.woocommerce-message .btn-group-vertical > .button:not(:first-child),
.woocommerce-error .btn-group-vertical > .button:not(:first-child), .shop_table.cart .btn-group-vertical > .remove:not(:first-child), .woocommerce-MyAccount-content .btn-group-vertical > .button:not(:first-child), .woocommerce-MyAccount-navigation ul li .btn-group-vertical > a:not(:first-child), .single-product .btn-group-vertical > .button:not(:first-child),
.woocommerce-order-received .btn-group-vertical > .button:not(:first-child),
.woocommerce-checkout .btn-group-vertical > .button:not(:first-child),
.woocommerce-cart .btn-group-vertical > .button:not(:first-child), .page-landing__content .btn-group-vertical > .content-columns__cta-link:not(:first-child),
.page-landing__content .fxc-mixed_cta .btn-group-vertical > .card__cta:not(:first-child),
.page-landing__content .btn-group-vertical > .slide-pane__cta:not(:first-child), .btn-group-vertical > .account-cta__link:not(:first-child), .comment-form .btn-group-vertical > input[type=submit]:not(:first-child), .btn-group-vertical > .bbp-pagination__more:not(:first-child),
.btn-group-vertical > .pagination__more:not(:first-child),
.btn-group-vertical > .btn-group:not(:first-child) > .btn,
.woocommerce-notice .btn-group-vertical > .btn-group:not(:first-child) > .button,
.woocommerce-message .btn-group-vertical > .btn-group:not(:first-child) > .button,
.woocommerce-error .btn-group-vertical > .btn-group:not(:first-child) > .button,
.shop_table.cart .btn-group-vertical > .btn-group:not(:first-child) > .remove,
.woocommerce-MyAccount-content .btn-group-vertical > .btn-group:not(:first-child) > .button,
.woocommerce-MyAccount-navigation ul li .btn-group-vertical > .btn-group:not(:first-child) > a,
.single-product .btn-group-vertical > .btn-group:not(:first-child) > .button,
.woocommerce-order-received .btn-group-vertical > .btn-group:not(:first-child) > .button,
.woocommerce-checkout .btn-group-vertical > .btn-group:not(:first-child) > .button,
.woocommerce-cart .btn-group-vertical > .btn-group:not(:first-child) > .button,
.page-landing__content .btn-group-vertical > .btn-group:not(:first-child) > .content-columns__cta-link,
.page-landing__content .fxc-mixed_cta .btn-group-vertical > .btn-group:not(:first-child) > .card__cta,
.page-landing__content .btn-group-vertical > .btn-group:not(:first-child) > .slide-pane__cta,
.btn-group-vertical > .btn-group:not(:first-child) > .account-cta__link,
.comment-form .btn-group-vertical > .btn-group:not(:first-child) > input[type=submit],
.btn-group-vertical > .btn-group:not(:first-child) > .bbp-pagination__more,
.btn-group-vertical > .btn-group:not(:first-child) > .pagination__more {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.btn-group-toggle > .btn, .woocommerce-notice .btn-group-toggle > .button,
.woocommerce-message .btn-group-toggle > .button,
.woocommerce-error .btn-group-toggle > .button, .shop_table.cart .btn-group-toggle > .remove, .woocommerce-MyAccount-content .btn-group-toggle > .button, .woocommerce-MyAccount-navigation ul li .btn-group-toggle > a, .single-product .btn-group-toggle > .button,
.woocommerce-order-received .btn-group-toggle > .button,
.woocommerce-checkout .btn-group-toggle > .button,
.woocommerce-cart .btn-group-toggle > .button, .page-landing__content .btn-group-toggle > .content-columns__cta-link,
.page-landing__content .fxc-mixed_cta .btn-group-toggle > .card__cta,
.page-landing__content .btn-group-toggle > .slide-pane__cta, .btn-group-toggle > .account-cta__link, .comment-form .btn-group-toggle > input[type=submit], .btn-group-toggle > .bbp-pagination__more,
.btn-group-toggle > .pagination__more,
.btn-group-toggle > .btn-group > .btn,
.woocommerce-notice .btn-group-toggle > .btn-group > .button,
.woocommerce-message .btn-group-toggle > .btn-group > .button,
.woocommerce-error .btn-group-toggle > .btn-group > .button,
.shop_table.cart .btn-group-toggle > .btn-group > .remove,
.woocommerce-MyAccount-content .btn-group-toggle > .btn-group > .button,
.woocommerce-MyAccount-navigation ul li .btn-group-toggle > .btn-group > a,
.single-product .btn-group-toggle > .btn-group > .button,
.woocommerce-order-received .btn-group-toggle > .btn-group > .button,
.woocommerce-checkout .btn-group-toggle > .btn-group > .button,
.woocommerce-cart .btn-group-toggle > .btn-group > .button,
.page-landing__content .btn-group-toggle > .btn-group > .content-columns__cta-link,
.page-landing__content .fxc-mixed_cta .btn-group-toggle > .btn-group > .card__cta,
.page-landing__content .btn-group-toggle > .btn-group > .slide-pane__cta,
.btn-group-toggle > .btn-group > .account-cta__link,
.comment-form .btn-group-toggle > .btn-group > input[type=submit],
.btn-group-toggle > .btn-group > .bbp-pagination__more,
.btn-group-toggle > .btn-group > .pagination__more {
  margin-bottom: 0;
}
.btn-group-toggle > .btn input[type=radio], .woocommerce-notice .btn-group-toggle > .button input[type=radio],
.woocommerce-message .btn-group-toggle > .button input[type=radio],
.woocommerce-error .btn-group-toggle > .button input[type=radio], .shop_table.cart .btn-group-toggle > .remove input[type=radio], .woocommerce-MyAccount-content .btn-group-toggle > .button input[type=radio], .woocommerce-MyAccount-navigation ul li .btn-group-toggle > a input[type=radio], .single-product .btn-group-toggle > .button input[type=radio],
.woocommerce-order-received .btn-group-toggle > .button input[type=radio],
.woocommerce-checkout .btn-group-toggle > .button input[type=radio],
.woocommerce-cart .btn-group-toggle > .button input[type=radio], .page-landing__content .btn-group-toggle > .content-columns__cta-link input[type=radio],
.page-landing__content .fxc-mixed_cta .btn-group-toggle > .card__cta input[type=radio],
.page-landing__content .btn-group-toggle > .slide-pane__cta input[type=radio], .btn-group-toggle > .account-cta__link input[type=radio], .comment-form .btn-group-toggle > input[type=submit] input[type=radio], .btn-group-toggle > .bbp-pagination__more input[type=radio],
.btn-group-toggle > .pagination__more input[type=radio],
.btn-group-toggle > .btn input[type=checkbox],
.woocommerce-notice .btn-group-toggle > .button input[type=checkbox],
.woocommerce-message .btn-group-toggle > .button input[type=checkbox],
.woocommerce-error .btn-group-toggle > .button input[type=checkbox],
.shop_table.cart .btn-group-toggle > .remove input[type=checkbox],
.woocommerce-MyAccount-content .btn-group-toggle > .button input[type=checkbox],
.woocommerce-MyAccount-navigation ul li .btn-group-toggle > a input[type=checkbox],
.single-product .btn-group-toggle > .button input[type=checkbox],
.woocommerce-order-received .btn-group-toggle > .button input[type=checkbox],
.woocommerce-checkout .btn-group-toggle > .button input[type=checkbox],
.woocommerce-cart .btn-group-toggle > .button input[type=checkbox],
.page-landing__content .btn-group-toggle > .content-columns__cta-link input[type=checkbox],
.page-landing__content .fxc-mixed_cta .btn-group-toggle > .card__cta input[type=checkbox],
.page-landing__content .btn-group-toggle > .slide-pane__cta input[type=checkbox],
.btn-group-toggle > .account-cta__link input[type=checkbox],
.comment-form .btn-group-toggle > input[type=submit] input[type=checkbox],
.btn-group-toggle > .bbp-pagination__more input[type=checkbox],
.btn-group-toggle > .pagination__more input[type=checkbox],
.btn-group-toggle > .btn-group > .btn input[type=radio],
.btn-group-toggle > .btn-group > .btn input[type=checkbox] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}

.input-group {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  width: 100%;
}
.input-group > .form-control, .woocommerce .input-group > .input-text, .search-body__fields .input-group > .search-field, .input-group > .wpcf7-form-control.wpcf7-text, .input-group > .wpcf7-form-control.wpcf7-date, .input-group > .wpcf7-form-control.wpcf7-number, .input-group > .wpcf7-form-control.wpcf7-password, .input-group > .wpcf7-form-control.wpcf7-textarea, .comment-form .input-group > input[type=text],
.comment-form .input-group > input[type=email],
.comment-form .input-group > input[type=url],
.comment-form .input-group > textarea,
.input-group > .custom-select,
.woocommerce-input-wrapper .input-group > select,
.input-group > .custom-file {
  position: relative;
  flex: 1 1 auto;
  width: 1%;
  margin-bottom: 0;
}
.input-group > .form-control:focus, .woocommerce .input-group > .input-text:focus, .search-body__fields .input-group > .search-field:focus, .input-group > .wpcf7-form-control.wpcf7-text:focus, .input-group > .wpcf7-form-control.wpcf7-date:focus, .input-group > .wpcf7-form-control.wpcf7-number:focus, .input-group > .wpcf7-form-control.wpcf7-password:focus, .input-group > .wpcf7-form-control.wpcf7-textarea:focus, .comment-form .input-group > input[type=text]:focus,
.comment-form .input-group > input[type=email]:focus,
.comment-form .input-group > input[type=url]:focus,
.comment-form .input-group > textarea:focus,
.input-group > .custom-select:focus,
.woocommerce-input-wrapper .input-group > select:focus,
.input-group > .custom-file:focus {
  z-index: 3;
}
.input-group > .form-control + .form-control, .woocommerce .input-group > .input-text + .form-control, .woocommerce .input-group > .form-control + .input-text, .woocommerce .input-group > .input-text + .input-text, .search-body__fields .input-group > .search-field + .form-control, .search-body__fields .woocommerce .input-group > .search-field + .input-text, .woocommerce .search-body__fields .input-group > .search-field + .input-text, .search-body__fields .input-group > .form-control + .search-field, .search-body__fields .woocommerce .input-group > .input-text + .search-field, .woocommerce .search-body__fields .input-group > .input-text + .search-field, .search-body__fields .input-group > .search-field + .search-field, .input-group > .wpcf7-form-control.wpcf7-text + .form-control, .woocommerce .input-group > .wpcf7-form-control.wpcf7-text + .input-text, .search-body__fields .input-group > .wpcf7-form-control.wpcf7-text + .search-field, .input-group > .wpcf7-form-control.wpcf7-date + .form-control, .woocommerce .input-group > .wpcf7-form-control.wpcf7-date + .input-text, .search-body__fields .input-group > .wpcf7-form-control.wpcf7-date + .search-field, .input-group > .wpcf7-form-control.wpcf7-number + .form-control, .woocommerce .input-group > .wpcf7-form-control.wpcf7-number + .input-text, .search-body__fields .input-group > .wpcf7-form-control.wpcf7-number + .search-field, .input-group > .wpcf7-form-control.wpcf7-password + .form-control, .woocommerce .input-group > .wpcf7-form-control.wpcf7-password + .input-text, .search-body__fields .input-group > .wpcf7-form-control.wpcf7-password + .search-field, .input-group > .wpcf7-form-control.wpcf7-textarea + .form-control, .woocommerce .input-group > .wpcf7-form-control.wpcf7-textarea + .input-text, .search-body__fields .input-group > .wpcf7-form-control.wpcf7-textarea + .search-field, .input-group > .form-control + .wpcf7-form-control.wpcf7-text, .woocommerce .input-group > .input-text + .wpcf7-form-control.wpcf7-text, .search-body__fields .input-group > .search-field + .wpcf7-form-control.wpcf7-text, .input-group > .wpcf7-form-control.wpcf7-text + .wpcf7-form-control.wpcf7-text, .input-group > .wpcf7-form-control.wpcf7-date + .wpcf7-form-control.wpcf7-text, .input-group > .wpcf7-form-control.wpcf7-number + .wpcf7-form-control.wpcf7-text, .input-group > .wpcf7-form-control.wpcf7-password + .wpcf7-form-control.wpcf7-text, .input-group > .wpcf7-form-control.wpcf7-textarea + .wpcf7-form-control.wpcf7-text, .input-group > .form-control + .wpcf7-form-control.wpcf7-date, .woocommerce .input-group > .input-text + .wpcf7-form-control.wpcf7-date, .search-body__fields .input-group > .search-field + .wpcf7-form-control.wpcf7-date, .input-group > .wpcf7-form-control.wpcf7-text + .wpcf7-form-control.wpcf7-date, .input-group > .wpcf7-form-control.wpcf7-date + .wpcf7-form-control.wpcf7-date, .input-group > .wpcf7-form-control.wpcf7-number + .wpcf7-form-control.wpcf7-date, .input-group > .wpcf7-form-control.wpcf7-password + .wpcf7-form-control.wpcf7-date, .input-group > .wpcf7-form-control.wpcf7-textarea + .wpcf7-form-control.wpcf7-date, .input-group > .form-control + .wpcf7-form-control.wpcf7-number, .woocommerce .input-group > .input-text + .wpcf7-form-control.wpcf7-number, .search-body__fields .input-group > .search-field + .wpcf7-form-control.wpcf7-number, .input-group > .wpcf7-form-control.wpcf7-text + .wpcf7-form-control.wpcf7-number, .input-group > .wpcf7-form-control.wpcf7-date + .wpcf7-form-control.wpcf7-number, .input-group > .wpcf7-form-control.wpcf7-number + .wpcf7-form-control.wpcf7-number, .input-group > .wpcf7-form-control.wpcf7-password + .wpcf7-form-control.wpcf7-number, .input-group > .wpcf7-form-control.wpcf7-textarea + .wpcf7-form-control.wpcf7-number, .input-group > .form-control + .wpcf7-form-control.wpcf7-password, .woocommerce .input-group > .input-text + .wpcf7-form-control.wpcf7-password, .search-body__fields .input-group > .search-field + .wpcf7-form-control.wpcf7-password, .input-group > .wpcf7-form-control.wpcf7-text + .wpcf7-form-control.wpcf7-password, .input-group > .wpcf7-form-control.wpcf7-date + .wpcf7-form-control.wpcf7-password, .input-group > .wpcf7-form-control.wpcf7-number + .wpcf7-form-control.wpcf7-password, .input-group > .wpcf7-form-control.wpcf7-password + .wpcf7-form-control.wpcf7-password, .input-group > .wpcf7-form-control.wpcf7-textarea + .wpcf7-form-control.wpcf7-password, .input-group > .form-control + .wpcf7-form-control.wpcf7-textarea, .woocommerce .input-group > .input-text + .wpcf7-form-control.wpcf7-textarea, .search-body__fields .input-group > .search-field + .wpcf7-form-control.wpcf7-textarea, .input-group > .wpcf7-form-control.wpcf7-text + .wpcf7-form-control.wpcf7-textarea, .input-group > .wpcf7-form-control.wpcf7-date + .wpcf7-form-control.wpcf7-textarea, .input-group > .wpcf7-form-control.wpcf7-number + .wpcf7-form-control.wpcf7-textarea, .input-group > .wpcf7-form-control.wpcf7-password + .wpcf7-form-control.wpcf7-textarea, .input-group > .wpcf7-form-control.wpcf7-textarea + .wpcf7-form-control.wpcf7-textarea, .comment-form .input-group > input[type=text] + .form-control, .comment-form .woocommerce .input-group > input[type=text] + .input-text, .woocommerce .comment-form .input-group > input[type=text] + .input-text, .comment-form .search-body__fields .input-group > input[type=text] + .search-field, .search-body__fields .comment-form .input-group > input[type=text] + .search-field, .comment-form .input-group > input[type=text] + .wpcf7-form-control.wpcf7-text, .comment-form .input-group > input[type=text] + .wpcf7-form-control.wpcf7-date, .comment-form .input-group > input[type=text] + .wpcf7-form-control.wpcf7-number, .comment-form .input-group > input[type=text] + .wpcf7-form-control.wpcf7-password, .comment-form .input-group > input[type=text] + .wpcf7-form-control.wpcf7-textarea,
.comment-form .input-group > input[type=email] + .form-control,
.comment-form .woocommerce .input-group > input[type=email] + .input-text,
.woocommerce .comment-form .input-group > input[type=email] + .input-text,
.comment-form .search-body__fields .input-group > input[type=email] + .search-field,
.search-body__fields .comment-form .input-group > input[type=email] + .search-field,
.comment-form .input-group > input[type=email] + .wpcf7-form-control.wpcf7-text,
.comment-form .input-group > input[type=email] + .wpcf7-form-control.wpcf7-date,
.comment-form .input-group > input[type=email] + .wpcf7-form-control.wpcf7-number,
.comment-form .input-group > input[type=email] + .wpcf7-form-control.wpcf7-password,
.comment-form .input-group > input[type=email] + .wpcf7-form-control.wpcf7-textarea,
.comment-form .input-group > input[type=url] + .form-control,
.comment-form .woocommerce .input-group > input[type=url] + .input-text,
.woocommerce .comment-form .input-group > input[type=url] + .input-text,
.comment-form .search-body__fields .input-group > input[type=url] + .search-field,
.search-body__fields .comment-form .input-group > input[type=url] + .search-field,
.comment-form .input-group > input[type=url] + .wpcf7-form-control.wpcf7-text,
.comment-form .input-group > input[type=url] + .wpcf7-form-control.wpcf7-date,
.comment-form .input-group > input[type=url] + .wpcf7-form-control.wpcf7-number,
.comment-form .input-group > input[type=url] + .wpcf7-form-control.wpcf7-password,
.comment-form .input-group > input[type=url] + .wpcf7-form-control.wpcf7-textarea,
.comment-form .input-group > textarea + .form-control,
.comment-form .woocommerce .input-group > textarea + .input-text,
.woocommerce .comment-form .input-group > textarea + .input-text,
.comment-form .search-body__fields .input-group > textarea + .search-field,
.search-body__fields .comment-form .input-group > textarea + .search-field,
.comment-form .input-group > textarea + .wpcf7-form-control.wpcf7-text,
.comment-form .input-group > textarea + .wpcf7-form-control.wpcf7-date,
.comment-form .input-group > textarea + .wpcf7-form-control.wpcf7-number,
.comment-form .input-group > textarea + .wpcf7-form-control.wpcf7-password,
.comment-form .input-group > textarea + .wpcf7-form-control.wpcf7-textarea, .comment-form .input-group > .form-control + input[type=text], .comment-form .woocommerce .input-group > .input-text + input[type=text], .woocommerce .comment-form .input-group > .input-text + input[type=text], .comment-form .search-body__fields .input-group > .search-field + input[type=text], .search-body__fields .comment-form .input-group > .search-field + input[type=text], .comment-form .input-group > .wpcf7-form-control.wpcf7-text + input[type=text], .comment-form .input-group > .wpcf7-form-control.wpcf7-date + input[type=text], .comment-form .input-group > .wpcf7-form-control.wpcf7-number + input[type=text], .comment-form .input-group > .wpcf7-form-control.wpcf7-password + input[type=text], .comment-form .input-group > .wpcf7-form-control.wpcf7-textarea + input[type=text], .comment-form .input-group > input[type=text] + input[type=text],
.comment-form .input-group > input[type=email] + input[type=text],
.comment-form .input-group > input[type=url] + input[type=text],
.comment-form .input-group > textarea + input[type=text],
.comment-form .input-group > .form-control + input[type=email],
.comment-form .woocommerce .input-group > .input-text + input[type=email],
.woocommerce .comment-form .input-group > .input-text + input[type=email],
.comment-form .search-body__fields .input-group > .search-field + input[type=email],
.search-body__fields .comment-form .input-group > .search-field + input[type=email],
.comment-form .input-group > .wpcf7-form-control.wpcf7-text + input[type=email],
.comment-form .input-group > .wpcf7-form-control.wpcf7-date + input[type=email],
.comment-form .input-group > .wpcf7-form-control.wpcf7-number + input[type=email],
.comment-form .input-group > .wpcf7-form-control.wpcf7-password + input[type=email],
.comment-form .input-group > .wpcf7-form-control.wpcf7-textarea + input[type=email],
.comment-form .input-group > input[type=text] + input[type=email],
.comment-form .input-group > input[type=email] + input[type=email],
.comment-form .input-group > input[type=url] + input[type=email],
.comment-form .input-group > textarea + input[type=email],
.comment-form .input-group > .form-control + input[type=url],
.comment-form .woocommerce .input-group > .input-text + input[type=url],
.woocommerce .comment-form .input-group > .input-text + input[type=url],
.comment-form .search-body__fields .input-group > .search-field + input[type=url],
.search-body__fields .comment-form .input-group > .search-field + input[type=url],
.comment-form .input-group > .wpcf7-form-control.wpcf7-text + input[type=url],
.comment-form .input-group > .wpcf7-form-control.wpcf7-date + input[type=url],
.comment-form .input-group > .wpcf7-form-control.wpcf7-number + input[type=url],
.comment-form .input-group > .wpcf7-form-control.wpcf7-password + input[type=url],
.comment-form .input-group > .wpcf7-form-control.wpcf7-textarea + input[type=url],
.comment-form .input-group > input[type=text] + input[type=url],
.comment-form .input-group > input[type=email] + input[type=url],
.comment-form .input-group > input[type=url] + input[type=url],
.comment-form .input-group > textarea + input[type=url],
.comment-form .input-group > .form-control + textarea,
.comment-form .woocommerce .input-group > .input-text + textarea,
.woocommerce .comment-form .input-group > .input-text + textarea,
.comment-form .search-body__fields .input-group > .search-field + textarea,
.search-body__fields .comment-form .input-group > .search-field + textarea,
.comment-form .input-group > .wpcf7-form-control.wpcf7-text + textarea,
.comment-form .input-group > .wpcf7-form-control.wpcf7-date + textarea,
.comment-form .input-group > .wpcf7-form-control.wpcf7-number + textarea,
.comment-form .input-group > .wpcf7-form-control.wpcf7-password + textarea,
.comment-form .input-group > .wpcf7-form-control.wpcf7-textarea + textarea,
.comment-form .input-group > input[type=text] + textarea,
.comment-form .input-group > input[type=email] + textarea,
.comment-form .input-group > input[type=url] + textarea,
.comment-form .input-group > textarea + textarea,
.input-group > .form-control + .custom-select,
.woocommerce-input-wrapper .input-group > .form-control + select,
.woocommerce .input-group > .input-text + .custom-select,
.woocommerce .woocommerce-input-wrapper .input-group > .input-text + select,
.woocommerce-input-wrapper .woocommerce .input-group > .input-text + select,
.search-body__fields .input-group > .search-field + .custom-select,
.search-body__fields .woocommerce-input-wrapper .input-group > .search-field + select,
.woocommerce-input-wrapper .search-body__fields .input-group > .search-field + select,
.input-group > .wpcf7-form-control.wpcf7-text + .custom-select,
.woocommerce-input-wrapper .input-group > .wpcf7-form-control.wpcf7-text + select,
.input-group > .wpcf7-form-control.wpcf7-date + .custom-select,
.woocommerce-input-wrapper .input-group > .wpcf7-form-control.wpcf7-date + select,
.input-group > .wpcf7-form-control.wpcf7-number + .custom-select,
.woocommerce-input-wrapper .input-group > .wpcf7-form-control.wpcf7-number + select,
.input-group > .wpcf7-form-control.wpcf7-password + .custom-select,
.woocommerce-input-wrapper .input-group > .wpcf7-form-control.wpcf7-password + select,
.input-group > .wpcf7-form-control.wpcf7-textarea + .custom-select,
.woocommerce-input-wrapper .input-group > .wpcf7-form-control.wpcf7-textarea + select,
.comment-form .input-group > input[type=text] + .custom-select,
.comment-form .woocommerce-input-wrapper .input-group > input[type=text] + select,
.woocommerce-input-wrapper .comment-form .input-group > input[type=text] + select,
.comment-form .input-group > input[type=email] + .custom-select,
.comment-form .woocommerce-input-wrapper .input-group > input[type=email] + select,
.woocommerce-input-wrapper .comment-form .input-group > input[type=email] + select,
.comment-form .input-group > input[type=url] + .custom-select,
.comment-form .woocommerce-input-wrapper .input-group > input[type=url] + select,
.woocommerce-input-wrapper .comment-form .input-group > input[type=url] + select,
.comment-form .input-group > textarea + .custom-select,
.comment-form .woocommerce-input-wrapper .input-group > textarea + select,
.woocommerce-input-wrapper .comment-form .input-group > textarea + select,
.input-group > .form-control + .custom-file,
.woocommerce .input-group > .input-text + .custom-file,
.search-body__fields .input-group > .search-field + .custom-file,
.input-group > .wpcf7-form-control.wpcf7-text + .custom-file,
.input-group > .wpcf7-form-control.wpcf7-date + .custom-file,
.input-group > .wpcf7-form-control.wpcf7-number + .custom-file,
.input-group > .wpcf7-form-control.wpcf7-password + .custom-file,
.input-group > .wpcf7-form-control.wpcf7-textarea + .custom-file,
.comment-form .input-group > input[type=text] + .custom-file,
.comment-form .input-group > input[type=email] + .custom-file,
.comment-form .input-group > input[type=url] + .custom-file,
.comment-form .input-group > textarea + .custom-file,
.input-group > .custom-select + .form-control,
.woocommerce-input-wrapper .input-group > select + .form-control,
.woocommerce .input-group > .custom-select + .input-text,
.woocommerce .woocommerce-input-wrapper .input-group > select + .input-text,
.woocommerce-input-wrapper .woocommerce .input-group > select + .input-text,
.search-body__fields .input-group > .custom-select + .search-field,
.search-body__fields .woocommerce-input-wrapper .input-group > select + .search-field,
.woocommerce-input-wrapper .search-body__fields .input-group > select + .search-field,
.input-group > .custom-select + .wpcf7-form-control.wpcf7-text,
.woocommerce-input-wrapper .input-group > select + .wpcf7-form-control.wpcf7-text,
.input-group > .custom-select + .wpcf7-form-control.wpcf7-date,
.woocommerce-input-wrapper .input-group > select + .wpcf7-form-control.wpcf7-date,
.input-group > .custom-select + .wpcf7-form-control.wpcf7-number,
.woocommerce-input-wrapper .input-group > select + .wpcf7-form-control.wpcf7-number,
.input-group > .custom-select + .wpcf7-form-control.wpcf7-password,
.woocommerce-input-wrapper .input-group > select + .wpcf7-form-control.wpcf7-password,
.input-group > .custom-select + .wpcf7-form-control.wpcf7-textarea,
.woocommerce-input-wrapper .input-group > select + .wpcf7-form-control.wpcf7-textarea,
.comment-form .input-group > .custom-select + input[type=text],
.comment-form .woocommerce-input-wrapper .input-group > select + input[type=text],
.woocommerce-input-wrapper .comment-form .input-group > select + input[type=text],
.comment-form .input-group > .custom-select + input[type=email],
.comment-form .woocommerce-input-wrapper .input-group > select + input[type=email],
.woocommerce-input-wrapper .comment-form .input-group > select + input[type=email],
.comment-form .input-group > .custom-select + input[type=url],
.comment-form .woocommerce-input-wrapper .input-group > select + input[type=url],
.woocommerce-input-wrapper .comment-form .input-group > select + input[type=url],
.comment-form .input-group > .custom-select + textarea,
.comment-form .woocommerce-input-wrapper .input-group > select + textarea,
.woocommerce-input-wrapper .comment-form .input-group > select + textarea,
.input-group > .custom-select + .custom-select,
.woocommerce-input-wrapper .input-group > select + .custom-select,
.woocommerce-input-wrapper .input-group > .custom-select + select,
.woocommerce-input-wrapper .input-group > select + select,
.input-group > .custom-select + .custom-file,
.woocommerce-input-wrapper .input-group > select + .custom-file,
.input-group > .custom-file + .form-control,
.woocommerce .input-group > .custom-file + .input-text,
.search-body__fields .input-group > .custom-file + .search-field,
.input-group > .custom-file + .wpcf7-form-control.wpcf7-text,
.input-group > .custom-file + .wpcf7-form-control.wpcf7-date,
.input-group > .custom-file + .wpcf7-form-control.wpcf7-number,
.input-group > .custom-file + .wpcf7-form-control.wpcf7-password,
.input-group > .custom-file + .wpcf7-form-control.wpcf7-textarea,
.comment-form .input-group > .custom-file + input[type=text],
.comment-form .input-group > .custom-file + input[type=email],
.comment-form .input-group > .custom-file + input[type=url],
.comment-form .input-group > .custom-file + textarea,
.input-group > .custom-file + .custom-select,
.woocommerce-input-wrapper .input-group > .custom-file + select,
.input-group > .custom-file + .custom-file {
  margin-left: -1px;
}
.input-group > .form-control:not(:last-child), .woocommerce .input-group > .input-text:not(:last-child), .search-body__fields .input-group > .search-field:not(:last-child), .input-group > .wpcf7-form-control.wpcf7-text:not(:last-child), .input-group > .wpcf7-form-control.wpcf7-date:not(:last-child), .input-group > .wpcf7-form-control.wpcf7-number:not(:last-child), .input-group > .wpcf7-form-control.wpcf7-password:not(:last-child), .input-group > .wpcf7-form-control.wpcf7-textarea:not(:last-child), .comment-form .input-group > input[type=text]:not(:last-child),
.comment-form .input-group > input[type=email]:not(:last-child),
.comment-form .input-group > input[type=url]:not(:last-child),
.comment-form .input-group > textarea:not(:last-child),
.input-group > .custom-select:not(:last-child),
.woocommerce-input-wrapper .input-group > select:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group > .form-control:not(:first-child), .woocommerce .input-group > .input-text:not(:first-child), .search-body__fields .input-group > .search-field:not(:first-child), .input-group > .wpcf7-form-control.wpcf7-text:not(:first-child), .input-group > .wpcf7-form-control.wpcf7-date:not(:first-child), .input-group > .wpcf7-form-control.wpcf7-number:not(:first-child), .input-group > .wpcf7-form-control.wpcf7-password:not(:first-child), .input-group > .wpcf7-form-control.wpcf7-textarea:not(:first-child), .comment-form .input-group > input[type=text]:not(:first-child),
.comment-form .input-group > input[type=email]:not(:first-child),
.comment-form .input-group > input[type=url]:not(:first-child),
.comment-form .input-group > textarea:not(:first-child),
.input-group > .custom-select:not(:first-child),
.woocommerce-input-wrapper .input-group > select:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.input-group > .custom-file {
  display: flex;
  align-items: center;
}
.input-group > .custom-file:not(:last-child) .custom-file-label, .input-group > .custom-file:not(:last-child) .custom-file-label::after {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group > .custom-file:not(:first-child) .custom-file-label {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.input-group-prepend,
.input-group-append {
  display: flex;
}
.input-group-prepend .btn, .input-group-prepend .woocommerce-notice .button, .woocommerce-notice .input-group-prepend .button,
.input-group-prepend .woocommerce-message .button,
.woocommerce-message .input-group-prepend .button,
.input-group-prepend .woocommerce-error .button,
.woocommerce-error .input-group-prepend .button, .input-group-prepend .shop_table.cart .remove, .shop_table.cart .input-group-prepend .remove, .input-group-prepend .woocommerce-MyAccount-content .button, .woocommerce-MyAccount-content .input-group-prepend .button, .input-group-prepend .woocommerce-MyAccount-navigation ul li a, .woocommerce-MyAccount-navigation ul li .input-group-prepend a, .input-group-prepend .single-product .button, .single-product .input-group-prepend .button,
.input-group-prepend .woocommerce-order-received .button,
.woocommerce-order-received .input-group-prepend .button,
.input-group-prepend .woocommerce-checkout .button,
.woocommerce-checkout .input-group-prepend .button,
.input-group-prepend .woocommerce-cart .button,
.woocommerce-cart .input-group-prepend .button, .input-group-prepend .page-landing__content .content-columns__cta-link, .page-landing__content .input-group-prepend .content-columns__cta-link,
.input-group-prepend .page-landing__content .fxc-mixed_cta .card__cta,
.page-landing__content .fxc-mixed_cta .input-group-prepend .card__cta,
.input-group-prepend .page-landing__content .slide-pane__cta,
.page-landing__content .input-group-prepend .slide-pane__cta, .input-group-prepend .account-cta__link, .input-group-prepend .comment-form input[type=submit], .comment-form .input-group-prepend input[type=submit], .input-group-prepend .bbp-pagination__more,
.input-group-prepend .pagination__more,
.input-group-append .btn,
.input-group-append .woocommerce-notice .button,
.woocommerce-notice .input-group-append .button,
.input-group-append .woocommerce-message .button,
.woocommerce-message .input-group-append .button,
.input-group-append .woocommerce-error .button,
.woocommerce-error .input-group-append .button,
.input-group-append .shop_table.cart .remove,
.shop_table.cart .input-group-append .remove,
.input-group-append .woocommerce-MyAccount-content .button,
.woocommerce-MyAccount-content .input-group-append .button,
.input-group-append .woocommerce-MyAccount-navigation ul li a,
.woocommerce-MyAccount-navigation ul li .input-group-append a,
.input-group-append .single-product .button,
.single-product .input-group-append .button,
.input-group-append .woocommerce-order-received .button,
.woocommerce-order-received .input-group-append .button,
.input-group-append .woocommerce-checkout .button,
.woocommerce-checkout .input-group-append .button,
.input-group-append .woocommerce-cart .button,
.woocommerce-cart .input-group-append .button,
.input-group-append .page-landing__content .content-columns__cta-link,
.page-landing__content .input-group-append .content-columns__cta-link,
.input-group-append .page-landing__content .fxc-mixed_cta .card__cta,
.page-landing__content .fxc-mixed_cta .input-group-append .card__cta,
.input-group-append .page-landing__content .slide-pane__cta,
.page-landing__content .input-group-append .slide-pane__cta,
.input-group-append .account-cta__link,
.input-group-append .comment-form input[type=submit],
.comment-form .input-group-append input[type=submit],
.input-group-append .bbp-pagination__more,
.input-group-append .pagination__more {
  position: relative;
  z-index: 2;
}
.input-group-prepend .btn + .btn, .input-group-prepend .woocommerce-notice .button + .btn, .woocommerce-notice .input-group-prepend .button + .btn,
.input-group-prepend .woocommerce-message .button + .btn,
.woocommerce-message .input-group-prepend .button + .btn,
.input-group-prepend .woocommerce-error .button + .btn,
.woocommerce-error .input-group-prepend .button + .btn, .input-group-prepend .woocommerce-notice .btn + .button, .woocommerce-notice .input-group-prepend .btn + .button, .input-group-prepend .woocommerce-notice .button + .button, .woocommerce-notice .input-group-prepend .button + .button,
.input-group-prepend .woocommerce-message .woocommerce-notice .button + .button,
.woocommerce-notice .input-group-prepend .woocommerce-message .button + .button,
.woocommerce-message .input-group-prepend .woocommerce-notice .button + .button,
.woocommerce-notice .woocommerce-message .input-group-prepend .button + .button,
.input-group-prepend .woocommerce-error .woocommerce-notice .button + .button,
.woocommerce-notice .input-group-prepend .woocommerce-error .button + .button,
.woocommerce-error .input-group-prepend .woocommerce-notice .button + .button,
.woocommerce-notice .woocommerce-error .input-group-prepend .button + .button,
.input-group-prepend .woocommerce-message .btn + .button,
.woocommerce-message .input-group-prepend .btn + .button,
.input-group-prepend .woocommerce-notice .woocommerce-message .button + .button,
.woocommerce-message .input-group-prepend .woocommerce-notice .button + .button,
.woocommerce-notice .input-group-prepend .woocommerce-message .button + .button,
.woocommerce-message .woocommerce-notice .input-group-prepend .button + .button,
.input-group-prepend .woocommerce-message .button + .button,
.woocommerce-message .input-group-prepend .button + .button,
.input-group-prepend .woocommerce-error .woocommerce-message .button + .button,
.woocommerce-message .input-group-prepend .woocommerce-error .button + .button,
.woocommerce-error .input-group-prepend .woocommerce-message .button + .button,
.woocommerce-message .woocommerce-error .input-group-prepend .button + .button,
.input-group-prepend .woocommerce-error .btn + .button,
.woocommerce-error .input-group-prepend .btn + .button,
.input-group-prepend .woocommerce-notice .woocommerce-error .button + .button,
.woocommerce-error .input-group-prepend .woocommerce-notice .button + .button,
.woocommerce-notice .input-group-prepend .woocommerce-error .button + .button,
.woocommerce-error .woocommerce-notice .input-group-prepend .button + .button,
.input-group-prepend .woocommerce-message .woocommerce-error .button + .button,
.woocommerce-error .input-group-prepend .woocommerce-message .button + .button,
.woocommerce-message .input-group-prepend .woocommerce-error .button + .button,
.woocommerce-error .woocommerce-message .input-group-prepend .button + .button,
.input-group-prepend .woocommerce-error .button + .button,
.woocommerce-error .input-group-prepend .button + .button, .input-group-prepend .shop_table.cart .remove + .btn, .input-group-prepend .shop_table.cart .woocommerce-notice .remove + .button, .woocommerce-notice .input-group-prepend .shop_table.cart .remove + .button,
.input-group-prepend .shop_table.cart .woocommerce-message .remove + .button,
.woocommerce-message .input-group-prepend .shop_table.cart .remove + .button,
.input-group-prepend .shop_table.cart .woocommerce-error .remove + .button,
.woocommerce-error .input-group-prepend .shop_table.cart .remove + .button, .shop_table.cart .input-group-prepend .remove + .btn, .shop_table.cart .input-group-prepend .woocommerce-notice .remove + .button, .woocommerce-notice .shop_table.cart .input-group-prepend .remove + .button,
.shop_table.cart .input-group-prepend .woocommerce-message .remove + .button,
.woocommerce-message .shop_table.cart .input-group-prepend .remove + .button,
.shop_table.cart .input-group-prepend .woocommerce-error .remove + .button,
.woocommerce-error .shop_table.cart .input-group-prepend .remove + .button, .input-group-prepend .shop_table.cart .btn + .remove, .input-group-prepend .shop_table.cart .woocommerce-notice .button + .remove, .woocommerce-notice .input-group-prepend .shop_table.cart .button + .remove,
.input-group-prepend .shop_table.cart .woocommerce-message .button + .remove,
.woocommerce-message .input-group-prepend .shop_table.cart .button + .remove,
.input-group-prepend .shop_table.cart .woocommerce-error .button + .remove,
.woocommerce-error .input-group-prepend .shop_table.cart .button + .remove, .shop_table.cart .input-group-prepend .btn + .remove, .shop_table.cart .input-group-prepend .woocommerce-notice .button + .remove, .woocommerce-notice .shop_table.cart .input-group-prepend .button + .remove,
.shop_table.cart .input-group-prepend .woocommerce-message .button + .remove,
.woocommerce-message .shop_table.cart .input-group-prepend .button + .remove,
.shop_table.cart .input-group-prepend .woocommerce-error .button + .remove,
.woocommerce-error .shop_table.cart .input-group-prepend .button + .remove, .input-group-prepend .shop_table.cart .remove + .remove, .shop_table.cart .input-group-prepend .remove + .remove, .input-group-prepend .woocommerce-MyAccount-content .button + .btn, .input-group-prepend .woocommerce-MyAccount-content .woocommerce-notice .button + .button, .woocommerce-notice .input-group-prepend .woocommerce-MyAccount-content .button + .button,
.input-group-prepend .woocommerce-MyAccount-content .woocommerce-message .button + .button,
.woocommerce-message .input-group-prepend .woocommerce-MyAccount-content .button + .button,
.input-group-prepend .woocommerce-MyAccount-content .woocommerce-error .button + .button,
.woocommerce-error .input-group-prepend .woocommerce-MyAccount-content .button + .button, .input-group-prepend .woocommerce-MyAccount-content .shop_table.cart .button + .remove, .shop_table.cart .input-group-prepend .woocommerce-MyAccount-content .button + .remove, .woocommerce-MyAccount-content .input-group-prepend .button + .btn, .woocommerce-MyAccount-content .input-group-prepend .woocommerce-notice .button + .button, .woocommerce-notice .woocommerce-MyAccount-content .input-group-prepend .button + .button,
.woocommerce-MyAccount-content .input-group-prepend .woocommerce-message .button + .button,
.woocommerce-message .woocommerce-MyAccount-content .input-group-prepend .button + .button,
.woocommerce-MyAccount-content .input-group-prepend .woocommerce-error .button + .button,
.woocommerce-error .woocommerce-MyAccount-content .input-group-prepend .button + .button, .woocommerce-MyAccount-content .input-group-prepend .shop_table.cart .button + .remove, .shop_table.cart .woocommerce-MyAccount-content .input-group-prepend .button + .remove,
.input-group-prepend .woocommerce-MyAccount-content a.button + .btn,
.input-group-prepend .woocommerce-MyAccount-content .woocommerce-notice a.button + .button,
.woocommerce-notice .input-group-prepend .woocommerce-MyAccount-content a.button + .button,
.input-group-prepend .woocommerce-MyAccount-content .woocommerce-message a.button + .button,
.woocommerce-message .input-group-prepend .woocommerce-MyAccount-content a.button + .button,
.input-group-prepend .woocommerce-MyAccount-content .woocommerce-error a.button + .button,
.woocommerce-error .input-group-prepend .woocommerce-MyAccount-content a.button + .button,
.input-group-prepend .woocommerce-MyAccount-content .shop_table.cart a.button + .remove,
.shop_table.cart .input-group-prepend .woocommerce-MyAccount-content a.button + .remove,
.woocommerce-MyAccount-content .input-group-prepend a.button + .btn,
.woocommerce-MyAccount-content .input-group-prepend .woocommerce-notice a.button + .button,
.woocommerce-notice .woocommerce-MyAccount-content .input-group-prepend a.button + .button,
.woocommerce-MyAccount-content .input-group-prepend .woocommerce-message a.button + .button,
.woocommerce-message .woocommerce-MyAccount-content .input-group-prepend a.button + .button,
.woocommerce-MyAccount-content .input-group-prepend .woocommerce-error a.button + .button,
.woocommerce-error .woocommerce-MyAccount-content .input-group-prepend a.button + .button,
.woocommerce-MyAccount-content .input-group-prepend .shop_table.cart a.button + .remove,
.shop_table.cart .woocommerce-MyAccount-content .input-group-prepend a.button + .remove, .input-group-prepend .woocommerce-MyAccount-content .btn + .button, .input-group-prepend .woocommerce-MyAccount-content .woocommerce-notice .button + .button, .woocommerce-notice .input-group-prepend .woocommerce-MyAccount-content .button + .button,
.input-group-prepend .woocommerce-MyAccount-content .woocommerce-message .button + .button,
.woocommerce-message .input-group-prepend .woocommerce-MyAccount-content .button + .button,
.input-group-prepend .woocommerce-MyAccount-content .woocommerce-error .button + .button,
.woocommerce-error .input-group-prepend .woocommerce-MyAccount-content .button + .button, .input-group-prepend .woocommerce-MyAccount-content .shop_table.cart .remove + .button, .shop_table.cart .input-group-prepend .woocommerce-MyAccount-content .remove + .button, .woocommerce-MyAccount-content .input-group-prepend .btn + .button, .woocommerce-MyAccount-content .input-group-prepend .woocommerce-notice .button + .button, .woocommerce-notice .woocommerce-MyAccount-content .input-group-prepend .button + .button,
.woocommerce-MyAccount-content .input-group-prepend .woocommerce-message .button + .button,
.woocommerce-message .woocommerce-MyAccount-content .input-group-prepend .button + .button,
.woocommerce-MyAccount-content .input-group-prepend .woocommerce-error .button + .button,
.woocommerce-error .woocommerce-MyAccount-content .input-group-prepend .button + .button, .woocommerce-MyAccount-content .input-group-prepend .shop_table.cart .remove + .button, .shop_table.cart .woocommerce-MyAccount-content .input-group-prepend .remove + .button, .input-group-prepend .woocommerce-MyAccount-content .button + .button, .woocommerce-MyAccount-content .input-group-prepend .button + .button,
.input-group-prepend .woocommerce-MyAccount-content a.button + .button,
.woocommerce-MyAccount-content .input-group-prepend a.button + .button,
.input-group-prepend .woocommerce-MyAccount-content .btn + a.button,
.input-group-prepend .woocommerce-MyAccount-content .woocommerce-notice .button + a.button,
.woocommerce-notice .input-group-prepend .woocommerce-MyAccount-content .button + a.button,
.input-group-prepend .woocommerce-MyAccount-content .woocommerce-message .button + a.button,
.woocommerce-message .input-group-prepend .woocommerce-MyAccount-content .button + a.button,
.input-group-prepend .woocommerce-MyAccount-content .woocommerce-error .button + a.button,
.woocommerce-error .input-group-prepend .woocommerce-MyAccount-content .button + a.button,
.input-group-prepend .woocommerce-MyAccount-content .shop_table.cart .remove + a.button,
.shop_table.cart .input-group-prepend .woocommerce-MyAccount-content .remove + a.button,
.woocommerce-MyAccount-content .input-group-prepend .btn + a.button,
.woocommerce-MyAccount-content .input-group-prepend .woocommerce-notice .button + a.button,
.woocommerce-notice .woocommerce-MyAccount-content .input-group-prepend .button + a.button,
.woocommerce-MyAccount-content .input-group-prepend .woocommerce-message .button + a.button,
.woocommerce-message .woocommerce-MyAccount-content .input-group-prepend .button + a.button,
.woocommerce-MyAccount-content .input-group-prepend .woocommerce-error .button + a.button,
.woocommerce-error .woocommerce-MyAccount-content .input-group-prepend .button + a.button,
.woocommerce-MyAccount-content .input-group-prepend .shop_table.cart .remove + a.button,
.shop_table.cart .woocommerce-MyAccount-content .input-group-prepend .remove + a.button,
.input-group-prepend .woocommerce-MyAccount-content .button + a.button,
.woocommerce-MyAccount-content .input-group-prepend .button + a.button,
.input-group-prepend .woocommerce-MyAccount-content a.button + a.button,
.woocommerce-MyAccount-content .input-group-prepend a.button + a.button, .input-group-prepend .woocommerce-MyAccount-navigation ul li a + .btn, .input-group-prepend .woocommerce-MyAccount-navigation ul li .woocommerce-notice a + .button, .woocommerce-notice .input-group-prepend .woocommerce-MyAccount-navigation ul li a + .button,
.input-group-prepend .woocommerce-MyAccount-navigation ul li .woocommerce-message a + .button,
.woocommerce-message .input-group-prepend .woocommerce-MyAccount-navigation ul li a + .button,
.input-group-prepend .woocommerce-MyAccount-navigation ul li .woocommerce-error a + .button,
.woocommerce-error .input-group-prepend .woocommerce-MyAccount-navigation ul li a + .button, .input-group-prepend .woocommerce-MyAccount-navigation ul li .shop_table.cart a + .remove, .shop_table.cart .input-group-prepend .woocommerce-MyAccount-navigation ul li a + .remove, .input-group-prepend .woocommerce-MyAccount-navigation ul li .woocommerce-MyAccount-content a + .button, .woocommerce-MyAccount-content .input-group-prepend .woocommerce-MyAccount-navigation ul li a + .button,
.input-group-prepend .woocommerce-MyAccount-navigation ul li .woocommerce-MyAccount-content a + a.button,
.woocommerce-MyAccount-content .input-group-prepend .woocommerce-MyAccount-navigation ul li a + a.button, .woocommerce-MyAccount-navigation ul li .input-group-prepend a + .btn, .woocommerce-MyAccount-navigation ul li .input-group-prepend .woocommerce-notice a + .button, .woocommerce-notice .woocommerce-MyAccount-navigation ul li .input-group-prepend a + .button,
.woocommerce-MyAccount-navigation ul li .input-group-prepend .woocommerce-message a + .button,
.woocommerce-message .woocommerce-MyAccount-navigation ul li .input-group-prepend a + .button,
.woocommerce-MyAccount-navigation ul li .input-group-prepend .woocommerce-error a + .button,
.woocommerce-error .woocommerce-MyAccount-navigation ul li .input-group-prepend a + .button, .woocommerce-MyAccount-navigation ul li .input-group-prepend .shop_table.cart a + .remove, .shop_table.cart .woocommerce-MyAccount-navigation ul li .input-group-prepend a + .remove, .woocommerce-MyAccount-navigation ul li .input-group-prepend .woocommerce-MyAccount-content a + .button, .woocommerce-MyAccount-content .woocommerce-MyAccount-navigation ul li .input-group-prepend a + .button,
.woocommerce-MyAccount-navigation ul li .input-group-prepend .woocommerce-MyAccount-content a + a.button,
.woocommerce-MyAccount-content .woocommerce-MyAccount-navigation ul li .input-group-prepend a + a.button, .input-group-prepend .woocommerce-MyAccount-navigation ul li .btn + a, .input-group-prepend .woocommerce-MyAccount-navigation ul li .woocommerce-notice .button + a, .woocommerce-notice .input-group-prepend .woocommerce-MyAccount-navigation ul li .button + a,
.input-group-prepend .woocommerce-MyAccount-navigation ul li .woocommerce-message .button + a,
.woocommerce-message .input-group-prepend .woocommerce-MyAccount-navigation ul li .button + a,
.input-group-prepend .woocommerce-MyAccount-navigation ul li .woocommerce-error .button + a,
.woocommerce-error .input-group-prepend .woocommerce-MyAccount-navigation ul li .button + a, .input-group-prepend .woocommerce-MyAccount-navigation ul li .shop_table.cart .remove + a, .shop_table.cart .input-group-prepend .woocommerce-MyAccount-navigation ul li .remove + a, .input-group-prepend .woocommerce-MyAccount-navigation ul li .woocommerce-MyAccount-content .button + a, .woocommerce-MyAccount-content .input-group-prepend .woocommerce-MyAccount-navigation ul li .button + a,
.input-group-prepend .woocommerce-MyAccount-navigation ul li .woocommerce-MyAccount-content a.button + a,
.woocommerce-MyAccount-content .input-group-prepend .woocommerce-MyAccount-navigation ul li a.button + a, .woocommerce-MyAccount-navigation ul li .input-group-prepend .btn + a, .woocommerce-MyAccount-navigation ul li .input-group-prepend .woocommerce-notice .button + a, .woocommerce-notice .woocommerce-MyAccount-navigation ul li .input-group-prepend .button + a,
.woocommerce-MyAccount-navigation ul li .input-group-prepend .woocommerce-message .button + a,
.woocommerce-message .woocommerce-MyAccount-navigation ul li .input-group-prepend .button + a,
.woocommerce-MyAccount-navigation ul li .input-group-prepend .woocommerce-error .button + a,
.woocommerce-error .woocommerce-MyAccount-navigation ul li .input-group-prepend .button + a, .woocommerce-MyAccount-navigation ul li .input-group-prepend .shop_table.cart .remove + a, .shop_table.cart .woocommerce-MyAccount-navigation ul li .input-group-prepend .remove + a, .woocommerce-MyAccount-navigation ul li .input-group-prepend .woocommerce-MyAccount-content .button + a, .woocommerce-MyAccount-content .woocommerce-MyAccount-navigation ul li .input-group-prepend .button + a,
.woocommerce-MyAccount-navigation ul li .input-group-prepend .woocommerce-MyAccount-content a.button + a,
.woocommerce-MyAccount-content .woocommerce-MyAccount-navigation ul li .input-group-prepend a.button + a, .input-group-prepend .woocommerce-MyAccount-navigation ul li a + a, .woocommerce-MyAccount-navigation ul li .input-group-prepend a + a, .input-group-prepend .single-product .button + .btn, .input-group-prepend .single-product .woocommerce-notice .button + .button, .woocommerce-notice .input-group-prepend .single-product .button + .button,
.input-group-prepend .single-product .woocommerce-message .button + .button,
.woocommerce-message .input-group-prepend .single-product .button + .button,
.input-group-prepend .single-product .woocommerce-error .button + .button,
.woocommerce-error .input-group-prepend .single-product .button + .button, .input-group-prepend .single-product .shop_table.cart .button + .remove, .shop_table.cart .input-group-prepend .single-product .button + .remove, .input-group-prepend .single-product .woocommerce-MyAccount-content .button + .button, .woocommerce-MyAccount-content .input-group-prepend .single-product .button + .button,
.input-group-prepend .single-product .woocommerce-MyAccount-content .button + a.button,
.woocommerce-MyAccount-content .input-group-prepend .single-product .button + a.button, .input-group-prepend .single-product .woocommerce-MyAccount-navigation ul li .button + a, .woocommerce-MyAccount-navigation ul li .input-group-prepend .single-product .button + a, .single-product .input-group-prepend .button + .btn, .single-product .input-group-prepend .woocommerce-notice .button + .button, .woocommerce-notice .single-product .input-group-prepend .button + .button,
.single-product .input-group-prepend .woocommerce-message .button + .button,
.woocommerce-message .single-product .input-group-prepend .button + .button,
.single-product .input-group-prepend .woocommerce-error .button + .button,
.woocommerce-error .single-product .input-group-prepend .button + .button, .single-product .input-group-prepend .shop_table.cart .button + .remove, .shop_table.cart .single-product .input-group-prepend .button + .remove, .single-product .input-group-prepend .woocommerce-MyAccount-content .button + .button, .woocommerce-MyAccount-content .single-product .input-group-prepend .button + .button,
.single-product .input-group-prepend .woocommerce-MyAccount-content .button + a.button,
.woocommerce-MyAccount-content .single-product .input-group-prepend .button + a.button, .single-product .input-group-prepend .woocommerce-MyAccount-navigation ul li .button + a, .woocommerce-MyAccount-navigation ul li .single-product .input-group-prepend .button + a,
.input-group-prepend .woocommerce-order-received .button + .btn,
.input-group-prepend .woocommerce-order-received .woocommerce-notice .button + .button,
.woocommerce-notice .input-group-prepend .woocommerce-order-received .button + .button,
.input-group-prepend .woocommerce-order-received .woocommerce-message .button + .button,
.woocommerce-message .input-group-prepend .woocommerce-order-received .button + .button,
.input-group-prepend .woocommerce-order-received .woocommerce-error .button + .button,
.woocommerce-error .input-group-prepend .woocommerce-order-received .button + .button,
.input-group-prepend .woocommerce-order-received .shop_table.cart .button + .remove,
.shop_table.cart .input-group-prepend .woocommerce-order-received .button + .remove,
.input-group-prepend .woocommerce-order-received .woocommerce-MyAccount-content .button + .button,
.woocommerce-MyAccount-content .input-group-prepend .woocommerce-order-received .button + .button,
.input-group-prepend .woocommerce-order-received .woocommerce-MyAccount-content .button + a.button,
.woocommerce-MyAccount-content .input-group-prepend .woocommerce-order-received .button + a.button,
.input-group-prepend .woocommerce-order-received .woocommerce-MyAccount-navigation ul li .button + a,
.woocommerce-MyAccount-navigation ul li .input-group-prepend .woocommerce-order-received .button + a,
.woocommerce-order-received .input-group-prepend .button + .btn,
.woocommerce-order-received .input-group-prepend .woocommerce-notice .button + .button,
.woocommerce-notice .woocommerce-order-received .input-group-prepend .button + .button,
.woocommerce-order-received .input-group-prepend .woocommerce-message .button + .button,
.woocommerce-message .woocommerce-order-received .input-group-prepend .button + .button,
.woocommerce-order-received .input-group-prepend .woocommerce-error .button + .button,
.woocommerce-error .woocommerce-order-received .input-group-prepend .button + .button,
.woocommerce-order-received .input-group-prepend .shop_table.cart .button + .remove,
.shop_table.cart .woocommerce-order-received .input-group-prepend .button + .remove,
.woocommerce-order-received .input-group-prepend .woocommerce-MyAccount-content .button + .button,
.woocommerce-MyAccount-content .woocommerce-order-received .input-group-prepend .button + .button,
.woocommerce-order-received .input-group-prepend .woocommerce-MyAccount-content .button + a.button,
.woocommerce-MyAccount-content .woocommerce-order-received .input-group-prepend .button + a.button,
.woocommerce-order-received .input-group-prepend .woocommerce-MyAccount-navigation ul li .button + a,
.woocommerce-MyAccount-navigation ul li .woocommerce-order-received .input-group-prepend .button + a,
.input-group-prepend .woocommerce-checkout .button + .btn,
.input-group-prepend .woocommerce-checkout .woocommerce-notice .button + .button,
.woocommerce-notice .input-group-prepend .woocommerce-checkout .button + .button,
.input-group-prepend .woocommerce-checkout .woocommerce-message .button + .button,
.woocommerce-message .input-group-prepend .woocommerce-checkout .button + .button,
.input-group-prepend .woocommerce-checkout .woocommerce-error .button + .button,
.woocommerce-error .input-group-prepend .woocommerce-checkout .button + .button,
.input-group-prepend .woocommerce-checkout .shop_table.cart .button + .remove,
.shop_table.cart .input-group-prepend .woocommerce-checkout .button + .remove,
.input-group-prepend .woocommerce-checkout .woocommerce-MyAccount-content .button + .button,
.woocommerce-MyAccount-content .input-group-prepend .woocommerce-checkout .button + .button,
.input-group-prepend .woocommerce-checkout .woocommerce-MyAccount-content .button + a.button,
.woocommerce-MyAccount-content .input-group-prepend .woocommerce-checkout .button + a.button,
.input-group-prepend .woocommerce-checkout .woocommerce-MyAccount-navigation ul li .button + a,
.woocommerce-MyAccount-navigation ul li .input-group-prepend .woocommerce-checkout .button + a,
.woocommerce-checkout .input-group-prepend .button + .btn,
.woocommerce-checkout .input-group-prepend .woocommerce-notice .button + .button,
.woocommerce-notice .woocommerce-checkout .input-group-prepend .button + .button,
.woocommerce-checkout .input-group-prepend .woocommerce-message .button + .button,
.woocommerce-message .woocommerce-checkout .input-group-prepend .button + .button,
.woocommerce-checkout .input-group-prepend .woocommerce-error .button + .button,
.woocommerce-error .woocommerce-checkout .input-group-prepend .button + .button,
.woocommerce-checkout .input-group-prepend .shop_table.cart .button + .remove,
.shop_table.cart .woocommerce-checkout .input-group-prepend .button + .remove,
.woocommerce-checkout .input-group-prepend .woocommerce-MyAccount-content .button + .button,
.woocommerce-MyAccount-content .woocommerce-checkout .input-group-prepend .button + .button,
.woocommerce-checkout .input-group-prepend .woocommerce-MyAccount-content .button + a.button,
.woocommerce-MyAccount-content .woocommerce-checkout .input-group-prepend .button + a.button,
.woocommerce-checkout .input-group-prepend .woocommerce-MyAccount-navigation ul li .button + a,
.woocommerce-MyAccount-navigation ul li .woocommerce-checkout .input-group-prepend .button + a,
.input-group-prepend .woocommerce-cart .button + .btn,
.input-group-prepend .woocommerce-cart .woocommerce-notice .button + .button,
.woocommerce-notice .input-group-prepend .woocommerce-cart .button + .button,
.input-group-prepend .woocommerce-cart .woocommerce-message .button + .button,
.woocommerce-message .input-group-prepend .woocommerce-cart .button + .button,
.input-group-prepend .woocommerce-cart .woocommerce-error .button + .button,
.woocommerce-error .input-group-prepend .woocommerce-cart .button + .button,
.input-group-prepend .woocommerce-cart .shop_table.cart .button + .remove,
.shop_table.cart .input-group-prepend .woocommerce-cart .button + .remove,
.input-group-prepend .woocommerce-cart .woocommerce-MyAccount-content .button + .button,
.woocommerce-MyAccount-content .input-group-prepend .woocommerce-cart .button + .button,
.input-group-prepend .woocommerce-cart .woocommerce-MyAccount-content .button + a.button,
.woocommerce-MyAccount-content .input-group-prepend .woocommerce-cart .button + a.button,
.input-group-prepend .woocommerce-cart .woocommerce-MyAccount-navigation ul li .button + a,
.woocommerce-MyAccount-navigation ul li .input-group-prepend .woocommerce-cart .button + a,
.woocommerce-cart .input-group-prepend .button + .btn,
.woocommerce-cart .input-group-prepend .woocommerce-notice .button + .button,
.woocommerce-notice .woocommerce-cart .input-group-prepend .button + .button,
.woocommerce-cart .input-group-prepend .woocommerce-message .button + .button,
.woocommerce-message .woocommerce-cart .input-group-prepend .button + .button,
.woocommerce-cart .input-group-prepend .woocommerce-error .button + .button,
.woocommerce-error .woocommerce-cart .input-group-prepend .button + .button,
.woocommerce-cart .input-group-prepend .shop_table.cart .button + .remove,
.shop_table.cart .woocommerce-cart .input-group-prepend .button + .remove,
.woocommerce-cart .input-group-prepend .woocommerce-MyAccount-content .button + .button,
.woocommerce-MyAccount-content .woocommerce-cart .input-group-prepend .button + .button,
.woocommerce-cart .input-group-prepend .woocommerce-MyAccount-content .button + a.button,
.woocommerce-MyAccount-content .woocommerce-cart .input-group-prepend .button + a.button,
.woocommerce-cart .input-group-prepend .woocommerce-MyAccount-navigation ul li .button + a,
.woocommerce-MyAccount-navigation ul li .woocommerce-cart .input-group-prepend .button + a, .input-group-prepend .single-product .btn + .button, .input-group-prepend .single-product .woocommerce-notice .button + .button, .woocommerce-notice .input-group-prepend .single-product .button + .button,
.input-group-prepend .single-product .woocommerce-message .button + .button,
.woocommerce-message .input-group-prepend .single-product .button + .button,
.input-group-prepend .single-product .woocommerce-error .button + .button,
.woocommerce-error .input-group-prepend .single-product .button + .button, .input-group-prepend .single-product .shop_table.cart .remove + .button, .shop_table.cart .input-group-prepend .single-product .remove + .button, .input-group-prepend .single-product .woocommerce-MyAccount-content .button + .button, .woocommerce-MyAccount-content .input-group-prepend .single-product .button + .button,
.input-group-prepend .single-product .woocommerce-MyAccount-content a.button + .button,
.woocommerce-MyAccount-content .input-group-prepend .single-product a.button + .button, .input-group-prepend .single-product .woocommerce-MyAccount-navigation ul li a + .button, .woocommerce-MyAccount-navigation ul li .input-group-prepend .single-product a + .button, .single-product .input-group-prepend .btn + .button, .single-product .input-group-prepend .woocommerce-notice .button + .button, .woocommerce-notice .single-product .input-group-prepend .button + .button,
.single-product .input-group-prepend .woocommerce-message .button + .button,
.woocommerce-message .single-product .input-group-prepend .button + .button,
.single-product .input-group-prepend .woocommerce-error .button + .button,
.woocommerce-error .single-product .input-group-prepend .button + .button, .single-product .input-group-prepend .shop_table.cart .remove + .button, .shop_table.cart .single-product .input-group-prepend .remove + .button, .single-product .input-group-prepend .woocommerce-MyAccount-content .button + .button, .woocommerce-MyAccount-content .single-product .input-group-prepend .button + .button,
.single-product .input-group-prepend .woocommerce-MyAccount-content a.button + .button,
.woocommerce-MyAccount-content .single-product .input-group-prepend a.button + .button, .single-product .input-group-prepend .woocommerce-MyAccount-navigation ul li a + .button, .woocommerce-MyAccount-navigation ul li .single-product .input-group-prepend a + .button, .input-group-prepend .single-product .button + .button, .single-product .input-group-prepend .button + .button,
.input-group-prepend .woocommerce-order-received .single-product .button + .button,
.single-product .input-group-prepend .woocommerce-order-received .button + .button,
.woocommerce-order-received .input-group-prepend .single-product .button + .button,
.single-product .woocommerce-order-received .input-group-prepend .button + .button,
.input-group-prepend .woocommerce-checkout .single-product .button + .button,
.single-product .input-group-prepend .woocommerce-checkout .button + .button,
.woocommerce-checkout .input-group-prepend .single-product .button + .button,
.single-product .woocommerce-checkout .input-group-prepend .button + .button,
.input-group-prepend .woocommerce-cart .single-product .button + .button,
.single-product .input-group-prepend .woocommerce-cart .button + .button,
.woocommerce-cart .input-group-prepend .single-product .button + .button,
.single-product .woocommerce-cart .input-group-prepend .button + .button,
.input-group-prepend .woocommerce-order-received .btn + .button,
.input-group-prepend .woocommerce-order-received .woocommerce-notice .button + .button,
.woocommerce-notice .input-group-prepend .woocommerce-order-received .button + .button,
.input-group-prepend .woocommerce-order-received .woocommerce-message .button + .button,
.woocommerce-message .input-group-prepend .woocommerce-order-received .button + .button,
.input-group-prepend .woocommerce-order-received .woocommerce-error .button + .button,
.woocommerce-error .input-group-prepend .woocommerce-order-received .button + .button,
.input-group-prepend .woocommerce-order-received .shop_table.cart .remove + .button,
.shop_table.cart .input-group-prepend .woocommerce-order-received .remove + .button,
.input-group-prepend .woocommerce-order-received .woocommerce-MyAccount-content .button + .button,
.woocommerce-MyAccount-content .input-group-prepend .woocommerce-order-received .button + .button,
.input-group-prepend .woocommerce-order-received .woocommerce-MyAccount-content a.button + .button,
.woocommerce-MyAccount-content .input-group-prepend .woocommerce-order-received a.button + .button,
.input-group-prepend .woocommerce-order-received .woocommerce-MyAccount-navigation ul li a + .button,
.woocommerce-MyAccount-navigation ul li .input-group-prepend .woocommerce-order-received a + .button,
.woocommerce-order-received .input-group-prepend .btn + .button,
.woocommerce-order-received .input-group-prepend .woocommerce-notice .button + .button,
.woocommerce-notice .woocommerce-order-received .input-group-prepend .button + .button,
.woocommerce-order-received .input-group-prepend .woocommerce-message .button + .button,
.woocommerce-message .woocommerce-order-received .input-group-prepend .button + .button,
.woocommerce-order-received .input-group-prepend .woocommerce-error .button + .button,
.woocommerce-error .woocommerce-order-received .input-group-prepend .button + .button,
.woocommerce-order-received .input-group-prepend .shop_table.cart .remove + .button,
.shop_table.cart .woocommerce-order-received .input-group-prepend .remove + .button,
.woocommerce-order-received .input-group-prepend .woocommerce-MyAccount-content .button + .button,
.woocommerce-MyAccount-content .woocommerce-order-received .input-group-prepend .button + .button,
.woocommerce-order-received .input-group-prepend .woocommerce-MyAccount-content a.button + .button,
.woocommerce-MyAccount-content .woocommerce-order-received .input-group-prepend a.button + .button,
.woocommerce-order-received .input-group-prepend .woocommerce-MyAccount-navigation ul li a + .button,
.woocommerce-MyAccount-navigation ul li .woocommerce-order-received .input-group-prepend a + .button,
.input-group-prepend .single-product .woocommerce-order-received .button + .button,
.woocommerce-order-received .input-group-prepend .single-product .button + .button,
.single-product .input-group-prepend .woocommerce-order-received .button + .button,
.woocommerce-order-received .single-product .input-group-prepend .button + .button,
.input-group-prepend .woocommerce-order-received .button + .button,
.woocommerce-order-received .input-group-prepend .button + .button,
.input-group-prepend .woocommerce-checkout .woocommerce-order-received .button + .button,
.woocommerce-order-received .input-group-prepend .woocommerce-checkout .button + .button,
.woocommerce-checkout .input-group-prepend .woocommerce-order-received .button + .button,
.woocommerce-order-received .woocommerce-checkout .input-group-prepend .button + .button,
.input-group-prepend .woocommerce-cart .woocommerce-order-received .button + .button,
.woocommerce-order-received .input-group-prepend .woocommerce-cart .button + .button,
.woocommerce-cart .input-group-prepend .woocommerce-order-received .button + .button,
.woocommerce-order-received .woocommerce-cart .input-group-prepend .button + .button,
.input-group-prepend .woocommerce-checkout .btn + .button,
.input-group-prepend .woocommerce-checkout .woocommerce-notice .button + .button,
.woocommerce-notice .input-group-prepend .woocommerce-checkout .button + .button,
.input-group-prepend .woocommerce-checkout .woocommerce-message .button + .button,
.woocommerce-message .input-group-prepend .woocommerce-checkout .button + .button,
.input-group-prepend .woocommerce-checkout .woocommerce-error .button + .button,
.woocommerce-error .input-group-prepend .woocommerce-checkout .button + .button,
.input-group-prepend .woocommerce-checkout .shop_table.cart .remove + .button,
.shop_table.cart .input-group-prepend .woocommerce-checkout .remove + .button,
.input-group-prepend .woocommerce-checkout .woocommerce-MyAccount-content .button + .button,
.woocommerce-MyAccount-content .input-group-prepend .woocommerce-checkout .button + .button,
.input-group-prepend .woocommerce-checkout .woocommerce-MyAccount-content a.button + .button,
.woocommerce-MyAccount-content .input-group-prepend .woocommerce-checkout a.button + .button,
.input-group-prepend .woocommerce-checkout .woocommerce-MyAccount-navigation ul li a + .button,
.woocommerce-MyAccount-navigation ul li .input-group-prepend .woocommerce-checkout a + .button,
.woocommerce-checkout .input-group-prepend .btn + .button,
.woocommerce-checkout .input-group-prepend .woocommerce-notice .button + .button,
.woocommerce-notice .woocommerce-checkout .input-group-prepend .button + .button,
.woocommerce-checkout .input-group-prepend .woocommerce-message .button + .button,
.woocommerce-message .woocommerce-checkout .input-group-prepend .button + .button,
.woocommerce-checkout .input-group-prepend .woocommerce-error .button + .button,
.woocommerce-error .woocommerce-checkout .input-group-prepend .button + .button,
.woocommerce-checkout .input-group-prepend .shop_table.cart .remove + .button,
.shop_table.cart .woocommerce-checkout .input-group-prepend .remove + .button,
.woocommerce-checkout .input-group-prepend .woocommerce-MyAccount-content .button + .button,
.woocommerce-MyAccount-content .woocommerce-checkout .input-group-prepend .button + .button,
.woocommerce-checkout .input-group-prepend .woocommerce-MyAccount-content a.button + .button,
.woocommerce-MyAccount-content .woocommerce-checkout .input-group-prepend a.button + .button,
.woocommerce-checkout .input-group-prepend .woocommerce-MyAccount-navigation ul li a + .button,
.woocommerce-MyAccount-navigation ul li .woocommerce-checkout .input-group-prepend a + .button,
.input-group-prepend .single-product .woocommerce-checkout .button + .button,
.woocommerce-checkout .input-group-prepend .single-product .button + .button,
.single-product .input-group-prepend .woocommerce-checkout .button + .button,
.woocommerce-checkout .single-product .input-group-prepend .button + .button,
.input-group-prepend .woocommerce-order-received .woocommerce-checkout .button + .button,
.woocommerce-checkout .input-group-prepend .woocommerce-order-received .button + .button,
.woocommerce-order-received .input-group-prepend .woocommerce-checkout .button + .button,
.woocommerce-checkout .woocommerce-order-received .input-group-prepend .button + .button,
.input-group-prepend .woocommerce-checkout .button + .button,
.woocommerce-checkout .input-group-prepend .button + .button,
.input-group-prepend .woocommerce-cart .woocommerce-checkout .button + .button,
.woocommerce-checkout .input-group-prepend .woocommerce-cart .button + .button,
.woocommerce-cart .input-group-prepend .woocommerce-checkout .button + .button,
.woocommerce-checkout .woocommerce-cart .input-group-prepend .button + .button,
.input-group-prepend .woocommerce-cart .btn + .button,
.input-group-prepend .woocommerce-cart .woocommerce-notice .button + .button,
.woocommerce-notice .input-group-prepend .woocommerce-cart .button + .button,
.input-group-prepend .woocommerce-cart .woocommerce-message .button + .button,
.woocommerce-message .input-group-prepend .woocommerce-cart .button + .button,
.input-group-prepend .woocommerce-cart .woocommerce-error .button + .button,
.woocommerce-error .input-group-prepend .woocommerce-cart .button + .button,
.input-group-prepend .woocommerce-cart .shop_table.cart .remove + .button,
.shop_table.cart .input-group-prepend .woocommerce-cart .remove + .button,
.input-group-prepend .woocommerce-cart .woocommerce-MyAccount-content .button + .button,
.woocommerce-MyAccount-content .input-group-prepend .woocommerce-cart .button + .button,
.input-group-prepend .woocommerce-cart .woocommerce-MyAccount-content a.button + .button,
.woocommerce-MyAccount-content .input-group-prepend .woocommerce-cart a.button + .button,
.input-group-prepend .woocommerce-cart .woocommerce-MyAccount-navigation ul li a + .button,
.woocommerce-MyAccount-navigation ul li .input-group-prepend .woocommerce-cart a + .button,
.woocommerce-cart .input-group-prepend .btn + .button,
.woocommerce-cart .input-group-prepend .woocommerce-notice .button + .button,
.woocommerce-notice .woocommerce-cart .input-group-prepend .button + .button,
.woocommerce-cart .input-group-prepend .woocommerce-message .button + .button,
.woocommerce-message .woocommerce-cart .input-group-prepend .button + .button,
.woocommerce-cart .input-group-prepend .woocommerce-error .button + .button,
.woocommerce-error .woocommerce-cart .input-group-prepend .button + .button,
.woocommerce-cart .input-group-prepend .shop_table.cart .remove + .button,
.shop_table.cart .woocommerce-cart .input-group-prepend .remove + .button,
.woocommerce-cart .input-group-prepend .woocommerce-MyAccount-content .button + .button,
.woocommerce-MyAccount-content .woocommerce-cart .input-group-prepend .button + .button,
.woocommerce-cart .input-group-prepend .woocommerce-MyAccount-content a.button + .button,
.woocommerce-MyAccount-content .woocommerce-cart .input-group-prepend a.button + .button,
.woocommerce-cart .input-group-prepend .woocommerce-MyAccount-navigation ul li a + .button,
.woocommerce-MyAccount-navigation ul li .woocommerce-cart .input-group-prepend a + .button,
.input-group-prepend .single-product .woocommerce-cart .button + .button,
.woocommerce-cart .input-group-prepend .single-product .button + .button,
.single-product .input-group-prepend .woocommerce-cart .button + .button,
.woocommerce-cart .single-product .input-group-prepend .button + .button,
.input-group-prepend .woocommerce-order-received .woocommerce-cart .button + .button,
.woocommerce-cart .input-group-prepend .woocommerce-order-received .button + .button,
.woocommerce-order-received .input-group-prepend .woocommerce-cart .button + .button,
.woocommerce-cart .woocommerce-order-received .input-group-prepend .button + .button,
.input-group-prepend .woocommerce-checkout .woocommerce-cart .button + .button,
.woocommerce-cart .input-group-prepend .woocommerce-checkout .button + .button,
.woocommerce-checkout .input-group-prepend .woocommerce-cart .button + .button,
.woocommerce-cart .woocommerce-checkout .input-group-prepend .button + .button,
.input-group-prepend .woocommerce-cart .button + .button,
.woocommerce-cart .input-group-prepend .button + .button, .input-group-prepend .page-landing__content .content-columns__cta-link + .btn, .input-group-prepend .page-landing__content .woocommerce-notice .content-columns__cta-link + .button, .woocommerce-notice .input-group-prepend .page-landing__content .content-columns__cta-link + .button,
.input-group-prepend .page-landing__content .woocommerce-message .content-columns__cta-link + .button,
.woocommerce-message .input-group-prepend .page-landing__content .content-columns__cta-link + .button,
.input-group-prepend .page-landing__content .woocommerce-error .content-columns__cta-link + .button,
.woocommerce-error .input-group-prepend .page-landing__content .content-columns__cta-link + .button, .input-group-prepend .page-landing__content .shop_table.cart .content-columns__cta-link + .remove, .shop_table.cart .input-group-prepend .page-landing__content .content-columns__cta-link + .remove, .input-group-prepend .page-landing__content .woocommerce-MyAccount-content .content-columns__cta-link + .button, .woocommerce-MyAccount-content .input-group-prepend .page-landing__content .content-columns__cta-link + .button,
.input-group-prepend .page-landing__content .woocommerce-MyAccount-content .content-columns__cta-link + a.button,
.woocommerce-MyAccount-content .input-group-prepend .page-landing__content .content-columns__cta-link + a.button, .input-group-prepend .page-landing__content .woocommerce-MyAccount-navigation ul li .content-columns__cta-link + a, .woocommerce-MyAccount-navigation ul li .input-group-prepend .page-landing__content .content-columns__cta-link + a, .input-group-prepend .page-landing__content .single-product .content-columns__cta-link + .button, .single-product .input-group-prepend .page-landing__content .content-columns__cta-link + .button,
.input-group-prepend .page-landing__content .woocommerce-order-received .content-columns__cta-link + .button,
.woocommerce-order-received .input-group-prepend .page-landing__content .content-columns__cta-link + .button,
.input-group-prepend .page-landing__content .woocommerce-checkout .content-columns__cta-link + .button,
.woocommerce-checkout .input-group-prepend .page-landing__content .content-columns__cta-link + .button,
.input-group-prepend .page-landing__content .woocommerce-cart .content-columns__cta-link + .button,
.woocommerce-cart .input-group-prepend .page-landing__content .content-columns__cta-link + .button, .page-landing__content .input-group-prepend .content-columns__cta-link + .btn, .page-landing__content .input-group-prepend .woocommerce-notice .content-columns__cta-link + .button, .woocommerce-notice .page-landing__content .input-group-prepend .content-columns__cta-link + .button,
.page-landing__content .input-group-prepend .woocommerce-message .content-columns__cta-link + .button,
.woocommerce-message .page-landing__content .input-group-prepend .content-columns__cta-link + .button,
.page-landing__content .input-group-prepend .woocommerce-error .content-columns__cta-link + .button,
.woocommerce-error .page-landing__content .input-group-prepend .content-columns__cta-link + .button, .page-landing__content .input-group-prepend .shop_table.cart .content-columns__cta-link + .remove, .shop_table.cart .page-landing__content .input-group-prepend .content-columns__cta-link + .remove, .page-landing__content .input-group-prepend .woocommerce-MyAccount-content .content-columns__cta-link + .button, .woocommerce-MyAccount-content .page-landing__content .input-group-prepend .content-columns__cta-link + .button,
.page-landing__content .input-group-prepend .woocommerce-MyAccount-content .content-columns__cta-link + a.button,
.woocommerce-MyAccount-content .page-landing__content .input-group-prepend .content-columns__cta-link + a.button, .page-landing__content .input-group-prepend .woocommerce-MyAccount-navigation ul li .content-columns__cta-link + a, .woocommerce-MyAccount-navigation ul li .page-landing__content .input-group-prepend .content-columns__cta-link + a, .page-landing__content .input-group-prepend .single-product .content-columns__cta-link + .button, .single-product .page-landing__content .input-group-prepend .content-columns__cta-link + .button,
.page-landing__content .input-group-prepend .woocommerce-order-received .content-columns__cta-link + .button,
.woocommerce-order-received .page-landing__content .input-group-prepend .content-columns__cta-link + .button,
.page-landing__content .input-group-prepend .woocommerce-checkout .content-columns__cta-link + .button,
.woocommerce-checkout .page-landing__content .input-group-prepend .content-columns__cta-link + .button,
.page-landing__content .input-group-prepend .woocommerce-cart .content-columns__cta-link + .button,
.woocommerce-cart .page-landing__content .input-group-prepend .content-columns__cta-link + .button,
.input-group-prepend .page-landing__content .fxc-mixed_cta .card__cta + .btn,
.input-group-prepend .page-landing__content .fxc-mixed_cta .woocommerce-notice .card__cta + .button,
.woocommerce-notice .input-group-prepend .page-landing__content .fxc-mixed_cta .card__cta + .button,
.input-group-prepend .page-landing__content .fxc-mixed_cta .woocommerce-message .card__cta + .button,
.woocommerce-message .input-group-prepend .page-landing__content .fxc-mixed_cta .card__cta + .button,
.input-group-prepend .page-landing__content .fxc-mixed_cta .woocommerce-error .card__cta + .button,
.woocommerce-error .input-group-prepend .page-landing__content .fxc-mixed_cta .card__cta + .button,
.input-group-prepend .page-landing__content .fxc-mixed_cta .shop_table.cart .card__cta + .remove,
.shop_table.cart .input-group-prepend .page-landing__content .fxc-mixed_cta .card__cta + .remove,
.input-group-prepend .page-landing__content .fxc-mixed_cta .woocommerce-MyAccount-content .card__cta + .button,
.woocommerce-MyAccount-content .input-group-prepend .page-landing__content .fxc-mixed_cta .card__cta + .button,
.input-group-prepend .page-landing__content .fxc-mixed_cta .woocommerce-MyAccount-content .card__cta + a.button,
.woocommerce-MyAccount-content .input-group-prepend .page-landing__content .fxc-mixed_cta .card__cta + a.button,
.input-group-prepend .page-landing__content .fxc-mixed_cta .woocommerce-MyAccount-navigation ul li .card__cta + a,
.woocommerce-MyAccount-navigation ul li .input-group-prepend .page-landing__content .fxc-mixed_cta .card__cta + a,
.input-group-prepend .page-landing__content .fxc-mixed_cta .single-product .card__cta + .button,
.single-product .input-group-prepend .page-landing__content .fxc-mixed_cta .card__cta + .button,
.input-group-prepend .page-landing__content .fxc-mixed_cta .woocommerce-order-received .card__cta + .button,
.woocommerce-order-received .input-group-prepend .page-landing__content .fxc-mixed_cta .card__cta + .button,
.input-group-prepend .page-landing__content .fxc-mixed_cta .woocommerce-checkout .card__cta + .button,
.woocommerce-checkout .input-group-prepend .page-landing__content .fxc-mixed_cta .card__cta + .button,
.input-group-prepend .page-landing__content .fxc-mixed_cta .woocommerce-cart .card__cta + .button,
.woocommerce-cart .input-group-prepend .page-landing__content .fxc-mixed_cta .card__cta + .button,
.page-landing__content .fxc-mixed_cta .input-group-prepend .card__cta + .btn,
.page-landing__content .fxc-mixed_cta .input-group-prepend .woocommerce-notice .card__cta + .button,
.woocommerce-notice .page-landing__content .fxc-mixed_cta .input-group-prepend .card__cta + .button,
.page-landing__content .fxc-mixed_cta .input-group-prepend .woocommerce-message .card__cta + .button,
.woocommerce-message .page-landing__content .fxc-mixed_cta .input-group-prepend .card__cta + .button,
.page-landing__content .fxc-mixed_cta .input-group-prepend .woocommerce-error .card__cta + .button,
.woocommerce-error .page-landing__content .fxc-mixed_cta .input-group-prepend .card__cta + .button,
.page-landing__content .fxc-mixed_cta .input-group-prepend .shop_table.cart .card__cta + .remove,
.shop_table.cart .page-landing__content .fxc-mixed_cta .input-group-prepend .card__cta + .remove,
.page-landing__content .fxc-mixed_cta .input-group-prepend .woocommerce-MyAccount-content .card__cta + .button,
.woocommerce-MyAccount-content .page-landing__content .fxc-mixed_cta .input-group-prepend .card__cta + .button,
.page-landing__content .fxc-mixed_cta .input-group-prepend .woocommerce-MyAccount-content .card__cta + a.button,
.woocommerce-MyAccount-content .page-landing__content .fxc-mixed_cta .input-group-prepend .card__cta + a.button,
.page-landing__content .fxc-mixed_cta .input-group-prepend .woocommerce-MyAccount-navigation ul li .card__cta + a,
.woocommerce-MyAccount-navigation ul li .page-landing__content .fxc-mixed_cta .input-group-prepend .card__cta + a,
.page-landing__content .fxc-mixed_cta .input-group-prepend .single-product .card__cta + .button,
.single-product .page-landing__content .fxc-mixed_cta .input-group-prepend .card__cta + .button,
.page-landing__content .fxc-mixed_cta .input-group-prepend .woocommerce-order-received .card__cta + .button,
.woocommerce-order-received .page-landing__content .fxc-mixed_cta .input-group-prepend .card__cta + .button,
.page-landing__content .fxc-mixed_cta .input-group-prepend .woocommerce-checkout .card__cta + .button,
.woocommerce-checkout .page-landing__content .fxc-mixed_cta .input-group-prepend .card__cta + .button,
.page-landing__content .fxc-mixed_cta .input-group-prepend .woocommerce-cart .card__cta + .button,
.woocommerce-cart .page-landing__content .fxc-mixed_cta .input-group-prepend .card__cta + .button,
.input-group-prepend .page-landing__content .slide-pane__cta + .btn,
.input-group-prepend .page-landing__content .woocommerce-notice .slide-pane__cta + .button,
.woocommerce-notice .input-group-prepend .page-landing__content .slide-pane__cta + .button,
.input-group-prepend .page-landing__content .woocommerce-message .slide-pane__cta + .button,
.woocommerce-message .input-group-prepend .page-landing__content .slide-pane__cta + .button,
.input-group-prepend .page-landing__content .woocommerce-error .slide-pane__cta + .button,
.woocommerce-error .input-group-prepend .page-landing__content .slide-pane__cta + .button,
.input-group-prepend .page-landing__content .shop_table.cart .slide-pane__cta + .remove,
.shop_table.cart .input-group-prepend .page-landing__content .slide-pane__cta + .remove,
.input-group-prepend .page-landing__content .woocommerce-MyAccount-content .slide-pane__cta + .button,
.woocommerce-MyAccount-content .input-group-prepend .page-landing__content .slide-pane__cta + .button,
.input-group-prepend .page-landing__content .woocommerce-MyAccount-content .slide-pane__cta + a.button,
.woocommerce-MyAccount-content .input-group-prepend .page-landing__content .slide-pane__cta + a.button,
.input-group-prepend .page-landing__content .woocommerce-MyAccount-navigation ul li .slide-pane__cta + a,
.woocommerce-MyAccount-navigation ul li .input-group-prepend .page-landing__content .slide-pane__cta + a,
.input-group-prepend .page-landing__content .single-product .slide-pane__cta + .button,
.single-product .input-group-prepend .page-landing__content .slide-pane__cta + .button,
.input-group-prepend .page-landing__content .woocommerce-order-received .slide-pane__cta + .button,
.woocommerce-order-received .input-group-prepend .page-landing__content .slide-pane__cta + .button,
.input-group-prepend .page-landing__content .woocommerce-checkout .slide-pane__cta + .button,
.woocommerce-checkout .input-group-prepend .page-landing__content .slide-pane__cta + .button,
.input-group-prepend .page-landing__content .woocommerce-cart .slide-pane__cta + .button,
.woocommerce-cart .input-group-prepend .page-landing__content .slide-pane__cta + .button,
.page-landing__content .input-group-prepend .slide-pane__cta + .btn,
.page-landing__content .input-group-prepend .woocommerce-notice .slide-pane__cta + .button,
.woocommerce-notice .page-landing__content .input-group-prepend .slide-pane__cta + .button,
.page-landing__content .input-group-prepend .woocommerce-message .slide-pane__cta + .button,
.woocommerce-message .page-landing__content .input-group-prepend .slide-pane__cta + .button,
.page-landing__content .input-group-prepend .woocommerce-error .slide-pane__cta + .button,
.woocommerce-error .page-landing__content .input-group-prepend .slide-pane__cta + .button,
.page-landing__content .input-group-prepend .shop_table.cart .slide-pane__cta + .remove,
.shop_table.cart .page-landing__content .input-group-prepend .slide-pane__cta + .remove,
.page-landing__content .input-group-prepend .woocommerce-MyAccount-content .slide-pane__cta + .button,
.woocommerce-MyAccount-content .page-landing__content .input-group-prepend .slide-pane__cta + .button,
.page-landing__content .input-group-prepend .woocommerce-MyAccount-content .slide-pane__cta + a.button,
.woocommerce-MyAccount-content .page-landing__content .input-group-prepend .slide-pane__cta + a.button,
.page-landing__content .input-group-prepend .woocommerce-MyAccount-navigation ul li .slide-pane__cta + a,
.woocommerce-MyAccount-navigation ul li .page-landing__content .input-group-prepend .slide-pane__cta + a,
.page-landing__content .input-group-prepend .single-product .slide-pane__cta + .button,
.single-product .page-landing__content .input-group-prepend .slide-pane__cta + .button,
.page-landing__content .input-group-prepend .woocommerce-order-received .slide-pane__cta + .button,
.woocommerce-order-received .page-landing__content .input-group-prepend .slide-pane__cta + .button,
.page-landing__content .input-group-prepend .woocommerce-checkout .slide-pane__cta + .button,
.woocommerce-checkout .page-landing__content .input-group-prepend .slide-pane__cta + .button,
.page-landing__content .input-group-prepend .woocommerce-cart .slide-pane__cta + .button,
.woocommerce-cart .page-landing__content .input-group-prepend .slide-pane__cta + .button, .input-group-prepend .page-landing__content .btn + .content-columns__cta-link, .input-group-prepend .page-landing__content .woocommerce-notice .button + .content-columns__cta-link, .woocommerce-notice .input-group-prepend .page-landing__content .button + .content-columns__cta-link,
.input-group-prepend .page-landing__content .woocommerce-message .button + .content-columns__cta-link,
.woocommerce-message .input-group-prepend .page-landing__content .button + .content-columns__cta-link,
.input-group-prepend .page-landing__content .woocommerce-error .button + .content-columns__cta-link,
.woocommerce-error .input-group-prepend .page-landing__content .button + .content-columns__cta-link, .input-group-prepend .page-landing__content .shop_table.cart .remove + .content-columns__cta-link, .shop_table.cart .input-group-prepend .page-landing__content .remove + .content-columns__cta-link, .input-group-prepend .page-landing__content .woocommerce-MyAccount-content .button + .content-columns__cta-link, .woocommerce-MyAccount-content .input-group-prepend .page-landing__content .button + .content-columns__cta-link,
.input-group-prepend .page-landing__content .woocommerce-MyAccount-content a.button + .content-columns__cta-link,
.woocommerce-MyAccount-content .input-group-prepend .page-landing__content a.button + .content-columns__cta-link, .input-group-prepend .page-landing__content .woocommerce-MyAccount-navigation ul li a + .content-columns__cta-link, .woocommerce-MyAccount-navigation ul li .input-group-prepend .page-landing__content a + .content-columns__cta-link, .input-group-prepend .page-landing__content .single-product .button + .content-columns__cta-link, .single-product .input-group-prepend .page-landing__content .button + .content-columns__cta-link,
.input-group-prepend .page-landing__content .woocommerce-order-received .button + .content-columns__cta-link,
.woocommerce-order-received .input-group-prepend .page-landing__content .button + .content-columns__cta-link,
.input-group-prepend .page-landing__content .woocommerce-checkout .button + .content-columns__cta-link,
.woocommerce-checkout .input-group-prepend .page-landing__content .button + .content-columns__cta-link,
.input-group-prepend .page-landing__content .woocommerce-cart .button + .content-columns__cta-link,
.woocommerce-cart .input-group-prepend .page-landing__content .button + .content-columns__cta-link, .page-landing__content .input-group-prepend .btn + .content-columns__cta-link, .page-landing__content .input-group-prepend .woocommerce-notice .button + .content-columns__cta-link, .woocommerce-notice .page-landing__content .input-group-prepend .button + .content-columns__cta-link,
.page-landing__content .input-group-prepend .woocommerce-message .button + .content-columns__cta-link,
.woocommerce-message .page-landing__content .input-group-prepend .button + .content-columns__cta-link,
.page-landing__content .input-group-prepend .woocommerce-error .button + .content-columns__cta-link,
.woocommerce-error .page-landing__content .input-group-prepend .button + .content-columns__cta-link, .page-landing__content .input-group-prepend .shop_table.cart .remove + .content-columns__cta-link, .shop_table.cart .page-landing__content .input-group-prepend .remove + .content-columns__cta-link, .page-landing__content .input-group-prepend .woocommerce-MyAccount-content .button + .content-columns__cta-link, .woocommerce-MyAccount-content .page-landing__content .input-group-prepend .button + .content-columns__cta-link,
.page-landing__content .input-group-prepend .woocommerce-MyAccount-content a.button + .content-columns__cta-link,
.woocommerce-MyAccount-content .page-landing__content .input-group-prepend a.button + .content-columns__cta-link, .page-landing__content .input-group-prepend .woocommerce-MyAccount-navigation ul li a + .content-columns__cta-link, .woocommerce-MyAccount-navigation ul li .page-landing__content .input-group-prepend a + .content-columns__cta-link, .page-landing__content .input-group-prepend .single-product .button + .content-columns__cta-link, .single-product .page-landing__content .input-group-prepend .button + .content-columns__cta-link,
.page-landing__content .input-group-prepend .woocommerce-order-received .button + .content-columns__cta-link,
.woocommerce-order-received .page-landing__content .input-group-prepend .button + .content-columns__cta-link,
.page-landing__content .input-group-prepend .woocommerce-checkout .button + .content-columns__cta-link,
.woocommerce-checkout .page-landing__content .input-group-prepend .button + .content-columns__cta-link,
.page-landing__content .input-group-prepend .woocommerce-cart .button + .content-columns__cta-link,
.woocommerce-cart .page-landing__content .input-group-prepend .button + .content-columns__cta-link, .input-group-prepend .page-landing__content .content-columns__cta-link + .content-columns__cta-link, .page-landing__content .input-group-prepend .content-columns__cta-link + .content-columns__cta-link,
.input-group-prepend .page-landing__content .fxc-mixed_cta .card__cta + .content-columns__cta-link,
.page-landing__content .fxc-mixed_cta .input-group-prepend .card__cta + .content-columns__cta-link,
.input-group-prepend .page-landing__content .slide-pane__cta + .content-columns__cta-link,
.page-landing__content .input-group-prepend .slide-pane__cta + .content-columns__cta-link,
.input-group-prepend .page-landing__content .fxc-mixed_cta .btn + .card__cta,
.input-group-prepend .page-landing__content .fxc-mixed_cta .woocommerce-notice .button + .card__cta,
.woocommerce-notice .input-group-prepend .page-landing__content .fxc-mixed_cta .button + .card__cta,
.input-group-prepend .page-landing__content .fxc-mixed_cta .woocommerce-message .button + .card__cta,
.woocommerce-message .input-group-prepend .page-landing__content .fxc-mixed_cta .button + .card__cta,
.input-group-prepend .page-landing__content .fxc-mixed_cta .woocommerce-error .button + .card__cta,
.woocommerce-error .input-group-prepend .page-landing__content .fxc-mixed_cta .button + .card__cta,
.input-group-prepend .page-landing__content .fxc-mixed_cta .shop_table.cart .remove + .card__cta,
.shop_table.cart .input-group-prepend .page-landing__content .fxc-mixed_cta .remove + .card__cta,
.input-group-prepend .page-landing__content .fxc-mixed_cta .woocommerce-MyAccount-content .button + .card__cta,
.woocommerce-MyAccount-content .input-group-prepend .page-landing__content .fxc-mixed_cta .button + .card__cta,
.input-group-prepend .page-landing__content .fxc-mixed_cta .woocommerce-MyAccount-content a.button + .card__cta,
.woocommerce-MyAccount-content .input-group-prepend .page-landing__content .fxc-mixed_cta a.button + .card__cta,
.input-group-prepend .page-landing__content .fxc-mixed_cta .woocommerce-MyAccount-navigation ul li a + .card__cta,
.woocommerce-MyAccount-navigation ul li .input-group-prepend .page-landing__content .fxc-mixed_cta a + .card__cta,
.input-group-prepend .page-landing__content .fxc-mixed_cta .single-product .button + .card__cta,
.single-product .input-group-prepend .page-landing__content .fxc-mixed_cta .button + .card__cta,
.input-group-prepend .page-landing__content .fxc-mixed_cta .woocommerce-order-received .button + .card__cta,
.woocommerce-order-received .input-group-prepend .page-landing__content .fxc-mixed_cta .button + .card__cta,
.input-group-prepend .page-landing__content .fxc-mixed_cta .woocommerce-checkout .button + .card__cta,
.woocommerce-checkout .input-group-prepend .page-landing__content .fxc-mixed_cta .button + .card__cta,
.input-group-prepend .page-landing__content .fxc-mixed_cta .woocommerce-cart .button + .card__cta,
.woocommerce-cart .input-group-prepend .page-landing__content .fxc-mixed_cta .button + .card__cta,
.page-landing__content .fxc-mixed_cta .input-group-prepend .btn + .card__cta,
.page-landing__content .fxc-mixed_cta .input-group-prepend .woocommerce-notice .button + .card__cta,
.woocommerce-notice .page-landing__content .fxc-mixed_cta .input-group-prepend .button + .card__cta,
.page-landing__content .fxc-mixed_cta .input-group-prepend .woocommerce-message .button + .card__cta,
.woocommerce-message .page-landing__content .fxc-mixed_cta .input-group-prepend .button + .card__cta,
.page-landing__content .fxc-mixed_cta .input-group-prepend .woocommerce-error .button + .card__cta,
.woocommerce-error .page-landing__content .fxc-mixed_cta .input-group-prepend .button + .card__cta,
.page-landing__content .fxc-mixed_cta .input-group-prepend .shop_table.cart .remove + .card__cta,
.shop_table.cart .page-landing__content .fxc-mixed_cta .input-group-prepend .remove + .card__cta,
.page-landing__content .fxc-mixed_cta .input-group-prepend .woocommerce-MyAccount-content .button + .card__cta,
.woocommerce-MyAccount-content .page-landing__content .fxc-mixed_cta .input-group-prepend .button + .card__cta,
.page-landing__content .fxc-mixed_cta .input-group-prepend .woocommerce-MyAccount-content a.button + .card__cta,
.woocommerce-MyAccount-content .page-landing__content .fxc-mixed_cta .input-group-prepend a.button + .card__cta,
.page-landing__content .fxc-mixed_cta .input-group-prepend .woocommerce-MyAccount-navigation ul li a + .card__cta,
.woocommerce-MyAccount-navigation ul li .page-landing__content .fxc-mixed_cta .input-group-prepend a + .card__cta,
.page-landing__content .fxc-mixed_cta .input-group-prepend .single-product .button + .card__cta,
.single-product .page-landing__content .fxc-mixed_cta .input-group-prepend .button + .card__cta,
.page-landing__content .fxc-mixed_cta .input-group-prepend .woocommerce-order-received .button + .card__cta,
.woocommerce-order-received .page-landing__content .fxc-mixed_cta .input-group-prepend .button + .card__cta,
.page-landing__content .fxc-mixed_cta .input-group-prepend .woocommerce-checkout .button + .card__cta,
.woocommerce-checkout .page-landing__content .fxc-mixed_cta .input-group-prepend .button + .card__cta,
.page-landing__content .fxc-mixed_cta .input-group-prepend .woocommerce-cart .button + .card__cta,
.woocommerce-cart .page-landing__content .fxc-mixed_cta .input-group-prepend .button + .card__cta,
.input-group-prepend .page-landing__content .fxc-mixed_cta .content-columns__cta-link + .card__cta,
.page-landing__content .input-group-prepend .fxc-mixed_cta .content-columns__cta-link + .card__cta,
.page-landing__content .fxc-mixed_cta .input-group-prepend .content-columns__cta-link + .card__cta,
.input-group-prepend .page-landing__content .fxc-mixed_cta .card__cta + .card__cta,
.page-landing__content .fxc-mixed_cta .input-group-prepend .card__cta + .card__cta,
.input-group-prepend .page-landing__content .fxc-mixed_cta .slide-pane__cta + .card__cta,
.page-landing__content .input-group-prepend .fxc-mixed_cta .slide-pane__cta + .card__cta,
.page-landing__content .fxc-mixed_cta .input-group-prepend .slide-pane__cta + .card__cta,
.input-group-prepend .page-landing__content .btn + .slide-pane__cta,
.input-group-prepend .page-landing__content .woocommerce-notice .button + .slide-pane__cta,
.woocommerce-notice .input-group-prepend .page-landing__content .button + .slide-pane__cta,
.input-group-prepend .page-landing__content .woocommerce-message .button + .slide-pane__cta,
.woocommerce-message .input-group-prepend .page-landing__content .button + .slide-pane__cta,
.input-group-prepend .page-landing__content .woocommerce-error .button + .slide-pane__cta,
.woocommerce-error .input-group-prepend .page-landing__content .button + .slide-pane__cta,
.input-group-prepend .page-landing__content .shop_table.cart .remove + .slide-pane__cta,
.shop_table.cart .input-group-prepend .page-landing__content .remove + .slide-pane__cta,
.input-group-prepend .page-landing__content .woocommerce-MyAccount-content .button + .slide-pane__cta,
.woocommerce-MyAccount-content .input-group-prepend .page-landing__content .button + .slide-pane__cta,
.input-group-prepend .page-landing__content .woocommerce-MyAccount-content a.button + .slide-pane__cta,
.woocommerce-MyAccount-content .input-group-prepend .page-landing__content a.button + .slide-pane__cta,
.input-group-prepend .page-landing__content .woocommerce-MyAccount-navigation ul li a + .slide-pane__cta,
.woocommerce-MyAccount-navigation ul li .input-group-prepend .page-landing__content a + .slide-pane__cta,
.input-group-prepend .page-landing__content .single-product .button + .slide-pane__cta,
.single-product .input-group-prepend .page-landing__content .button + .slide-pane__cta,
.input-group-prepend .page-landing__content .woocommerce-order-received .button + .slide-pane__cta,
.woocommerce-order-received .input-group-prepend .page-landing__content .button + .slide-pane__cta,
.input-group-prepend .page-landing__content .woocommerce-checkout .button + .slide-pane__cta,
.woocommerce-checkout .input-group-prepend .page-landing__content .button + .slide-pane__cta,
.input-group-prepend .page-landing__content .woocommerce-cart .button + .slide-pane__cta,
.woocommerce-cart .input-group-prepend .page-landing__content .button + .slide-pane__cta,
.page-landing__content .input-group-prepend .btn + .slide-pane__cta,
.page-landing__content .input-group-prepend .woocommerce-notice .button + .slide-pane__cta,
.woocommerce-notice .page-landing__content .input-group-prepend .button + .slide-pane__cta,
.page-landing__content .input-group-prepend .woocommerce-message .button + .slide-pane__cta,
.woocommerce-message .page-landing__content .input-group-prepend .button + .slide-pane__cta,
.page-landing__content .input-group-prepend .woocommerce-error .button + .slide-pane__cta,
.woocommerce-error .page-landing__content .input-group-prepend .button + .slide-pane__cta,
.page-landing__content .input-group-prepend .shop_table.cart .remove + .slide-pane__cta,
.shop_table.cart .page-landing__content .input-group-prepend .remove + .slide-pane__cta,
.page-landing__content .input-group-prepend .woocommerce-MyAccount-content .button + .slide-pane__cta,
.woocommerce-MyAccount-content .page-landing__content .input-group-prepend .button + .slide-pane__cta,
.page-landing__content .input-group-prepend .woocommerce-MyAccount-content a.button + .slide-pane__cta,
.woocommerce-MyAccount-content .page-landing__content .input-group-prepend a.button + .slide-pane__cta,
.page-landing__content .input-group-prepend .woocommerce-MyAccount-navigation ul li a + .slide-pane__cta,
.woocommerce-MyAccount-navigation ul li .page-landing__content .input-group-prepend a + .slide-pane__cta,
.page-landing__content .input-group-prepend .single-product .button + .slide-pane__cta,
.single-product .page-landing__content .input-group-prepend .button + .slide-pane__cta,
.page-landing__content .input-group-prepend .woocommerce-order-received .button + .slide-pane__cta,
.woocommerce-order-received .page-landing__content .input-group-prepend .button + .slide-pane__cta,
.page-landing__content .input-group-prepend .woocommerce-checkout .button + .slide-pane__cta,
.woocommerce-checkout .page-landing__content .input-group-prepend .button + .slide-pane__cta,
.page-landing__content .input-group-prepend .woocommerce-cart .button + .slide-pane__cta,
.woocommerce-cart .page-landing__content .input-group-prepend .button + .slide-pane__cta,
.input-group-prepend .page-landing__content .content-columns__cta-link + .slide-pane__cta,
.page-landing__content .input-group-prepend .content-columns__cta-link + .slide-pane__cta,
.input-group-prepend .page-landing__content .fxc-mixed_cta .card__cta + .slide-pane__cta,
.page-landing__content .fxc-mixed_cta .input-group-prepend .card__cta + .slide-pane__cta,
.input-group-prepend .page-landing__content .slide-pane__cta + .slide-pane__cta,
.page-landing__content .input-group-prepend .slide-pane__cta + .slide-pane__cta, .input-group-prepend .account-cta__link + .btn, .input-group-prepend .woocommerce-notice .account-cta__link + .button, .woocommerce-notice .input-group-prepend .account-cta__link + .button,
.input-group-prepend .woocommerce-message .account-cta__link + .button,
.woocommerce-message .input-group-prepend .account-cta__link + .button,
.input-group-prepend .woocommerce-error .account-cta__link + .button,
.woocommerce-error .input-group-prepend .account-cta__link + .button, .input-group-prepend .shop_table.cart .account-cta__link + .remove, .shop_table.cart .input-group-prepend .account-cta__link + .remove, .input-group-prepend .woocommerce-MyAccount-content .account-cta__link + .button, .woocommerce-MyAccount-content .input-group-prepend .account-cta__link + .button,
.input-group-prepend .woocommerce-MyAccount-content .account-cta__link + a.button,
.woocommerce-MyAccount-content .input-group-prepend .account-cta__link + a.button, .input-group-prepend .woocommerce-MyAccount-navigation ul li .account-cta__link + a, .woocommerce-MyAccount-navigation ul li .input-group-prepend .account-cta__link + a, .input-group-prepend .single-product .account-cta__link + .button, .single-product .input-group-prepend .account-cta__link + .button,
.input-group-prepend .woocommerce-order-received .account-cta__link + .button,
.woocommerce-order-received .input-group-prepend .account-cta__link + .button,
.input-group-prepend .woocommerce-checkout .account-cta__link + .button,
.woocommerce-checkout .input-group-prepend .account-cta__link + .button,
.input-group-prepend .woocommerce-cart .account-cta__link + .button,
.woocommerce-cart .input-group-prepend .account-cta__link + .button, .input-group-prepend .page-landing__content .account-cta__link + .content-columns__cta-link, .page-landing__content .input-group-prepend .account-cta__link + .content-columns__cta-link,
.input-group-prepend .page-landing__content .fxc-mixed_cta .account-cta__link + .card__cta,
.page-landing__content .fxc-mixed_cta .input-group-prepend .account-cta__link + .card__cta,
.input-group-prepend .page-landing__content .account-cta__link + .slide-pane__cta,
.page-landing__content .input-group-prepend .account-cta__link + .slide-pane__cta, .input-group-prepend .btn + .account-cta__link, .input-group-prepend .woocommerce-notice .button + .account-cta__link, .woocommerce-notice .input-group-prepend .button + .account-cta__link,
.input-group-prepend .woocommerce-message .button + .account-cta__link,
.woocommerce-message .input-group-prepend .button + .account-cta__link,
.input-group-prepend .woocommerce-error .button + .account-cta__link,
.woocommerce-error .input-group-prepend .button + .account-cta__link, .input-group-prepend .shop_table.cart .remove + .account-cta__link, .shop_table.cart .input-group-prepend .remove + .account-cta__link, .input-group-prepend .woocommerce-MyAccount-content .button + .account-cta__link, .woocommerce-MyAccount-content .input-group-prepend .button + .account-cta__link,
.input-group-prepend .woocommerce-MyAccount-content a.button + .account-cta__link,
.woocommerce-MyAccount-content .input-group-prepend a.button + .account-cta__link, .input-group-prepend .woocommerce-MyAccount-navigation ul li a + .account-cta__link, .woocommerce-MyAccount-navigation ul li .input-group-prepend a + .account-cta__link, .input-group-prepend .single-product .button + .account-cta__link, .single-product .input-group-prepend .button + .account-cta__link,
.input-group-prepend .woocommerce-order-received .button + .account-cta__link,
.woocommerce-order-received .input-group-prepend .button + .account-cta__link,
.input-group-prepend .woocommerce-checkout .button + .account-cta__link,
.woocommerce-checkout .input-group-prepend .button + .account-cta__link,
.input-group-prepend .woocommerce-cart .button + .account-cta__link,
.woocommerce-cart .input-group-prepend .button + .account-cta__link, .input-group-prepend .page-landing__content .content-columns__cta-link + .account-cta__link, .page-landing__content .input-group-prepend .content-columns__cta-link + .account-cta__link,
.input-group-prepend .page-landing__content .fxc-mixed_cta .card__cta + .account-cta__link,
.page-landing__content .fxc-mixed_cta .input-group-prepend .card__cta + .account-cta__link,
.input-group-prepend .page-landing__content .slide-pane__cta + .account-cta__link,
.page-landing__content .input-group-prepend .slide-pane__cta + .account-cta__link, .input-group-prepend .account-cta__link + .account-cta__link, .input-group-prepend .comment-form input[type=submit] + .btn, .input-group-prepend .comment-form .woocommerce-notice input[type=submit] + .button, .woocommerce-notice .input-group-prepend .comment-form input[type=submit] + .button,
.input-group-prepend .comment-form .woocommerce-message input[type=submit] + .button,
.woocommerce-message .input-group-prepend .comment-form input[type=submit] + .button,
.input-group-prepend .comment-form .woocommerce-error input[type=submit] + .button,
.woocommerce-error .input-group-prepend .comment-form input[type=submit] + .button, .input-group-prepend .comment-form .shop_table.cart input[type=submit] + .remove, .shop_table.cart .input-group-prepend .comment-form input[type=submit] + .remove, .input-group-prepend .comment-form .woocommerce-MyAccount-content input[type=submit] + .button, .woocommerce-MyAccount-content .input-group-prepend .comment-form input[type=submit] + .button,
.input-group-prepend .comment-form .woocommerce-MyAccount-content input[type=submit] + a.button,
.woocommerce-MyAccount-content .input-group-prepend .comment-form input[type=submit] + a.button, .input-group-prepend .comment-form .woocommerce-MyAccount-navigation ul li input[type=submit] + a, .woocommerce-MyAccount-navigation ul li .input-group-prepend .comment-form input[type=submit] + a, .input-group-prepend .comment-form .single-product input[type=submit] + .button, .single-product .input-group-prepend .comment-form input[type=submit] + .button,
.input-group-prepend .comment-form .woocommerce-order-received input[type=submit] + .button,
.woocommerce-order-received .input-group-prepend .comment-form input[type=submit] + .button,
.input-group-prepend .comment-form .woocommerce-checkout input[type=submit] + .button,
.woocommerce-checkout .input-group-prepend .comment-form input[type=submit] + .button,
.input-group-prepend .comment-form .woocommerce-cart input[type=submit] + .button,
.woocommerce-cart .input-group-prepend .comment-form input[type=submit] + .button, .input-group-prepend .comment-form .page-landing__content input[type=submit] + .content-columns__cta-link, .page-landing__content .input-group-prepend .comment-form input[type=submit] + .content-columns__cta-link,
.input-group-prepend .comment-form .page-landing__content .fxc-mixed_cta input[type=submit] + .card__cta,
.page-landing__content .fxc-mixed_cta .input-group-prepend .comment-form input[type=submit] + .card__cta,
.input-group-prepend .comment-form .page-landing__content input[type=submit] + .slide-pane__cta,
.page-landing__content .input-group-prepend .comment-form input[type=submit] + .slide-pane__cta, .input-group-prepend .comment-form input[type=submit] + .account-cta__link, .comment-form .input-group-prepend input[type=submit] + .btn, .comment-form .input-group-prepend .woocommerce-notice input[type=submit] + .button, .woocommerce-notice .comment-form .input-group-prepend input[type=submit] + .button,
.comment-form .input-group-prepend .woocommerce-message input[type=submit] + .button,
.woocommerce-message .comment-form .input-group-prepend input[type=submit] + .button,
.comment-form .input-group-prepend .woocommerce-error input[type=submit] + .button,
.woocommerce-error .comment-form .input-group-prepend input[type=submit] + .button, .comment-form .input-group-prepend .shop_table.cart input[type=submit] + .remove, .shop_table.cart .comment-form .input-group-prepend input[type=submit] + .remove, .comment-form .input-group-prepend .woocommerce-MyAccount-content input[type=submit] + .button, .woocommerce-MyAccount-content .comment-form .input-group-prepend input[type=submit] + .button,
.comment-form .input-group-prepend .woocommerce-MyAccount-content input[type=submit] + a.button,
.woocommerce-MyAccount-content .comment-form .input-group-prepend input[type=submit] + a.button, .comment-form .input-group-prepend .woocommerce-MyAccount-navigation ul li input[type=submit] + a, .woocommerce-MyAccount-navigation ul li .comment-form .input-group-prepend input[type=submit] + a, .comment-form .input-group-prepend .single-product input[type=submit] + .button, .single-product .comment-form .input-group-prepend input[type=submit] + .button,
.comment-form .input-group-prepend .woocommerce-order-received input[type=submit] + .button,
.woocommerce-order-received .comment-form .input-group-prepend input[type=submit] + .button,
.comment-form .input-group-prepend .woocommerce-checkout input[type=submit] + .button,
.woocommerce-checkout .comment-form .input-group-prepend input[type=submit] + .button,
.comment-form .input-group-prepend .woocommerce-cart input[type=submit] + .button,
.woocommerce-cart .comment-form .input-group-prepend input[type=submit] + .button, .comment-form .input-group-prepend .page-landing__content input[type=submit] + .content-columns__cta-link, .page-landing__content .comment-form .input-group-prepend input[type=submit] + .content-columns__cta-link,
.comment-form .input-group-prepend .page-landing__content .fxc-mixed_cta input[type=submit] + .card__cta,
.page-landing__content .fxc-mixed_cta .comment-form .input-group-prepend input[type=submit] + .card__cta,
.comment-form .input-group-prepend .page-landing__content input[type=submit] + .slide-pane__cta,
.page-landing__content .comment-form .input-group-prepend input[type=submit] + .slide-pane__cta, .comment-form .input-group-prepend input[type=submit] + .account-cta__link, .input-group-prepend .comment-form .btn + input[type=submit], .input-group-prepend .comment-form .woocommerce-notice .button + input[type=submit], .woocommerce-notice .input-group-prepend .comment-form .button + input[type=submit],
.input-group-prepend .comment-form .woocommerce-message .button + input[type=submit],
.woocommerce-message .input-group-prepend .comment-form .button + input[type=submit],
.input-group-prepend .comment-form .woocommerce-error .button + input[type=submit],
.woocommerce-error .input-group-prepend .comment-form .button + input[type=submit], .input-group-prepend .comment-form .shop_table.cart .remove + input[type=submit], .shop_table.cart .input-group-prepend .comment-form .remove + input[type=submit], .input-group-prepend .comment-form .woocommerce-MyAccount-content .button + input[type=submit], .woocommerce-MyAccount-content .input-group-prepend .comment-form .button + input[type=submit],
.input-group-prepend .comment-form .woocommerce-MyAccount-content a.button + input[type=submit],
.woocommerce-MyAccount-content .input-group-prepend .comment-form a.button + input[type=submit], .input-group-prepend .comment-form .woocommerce-MyAccount-navigation ul li a + input[type=submit], .woocommerce-MyAccount-navigation ul li .input-group-prepend .comment-form a + input[type=submit], .input-group-prepend .comment-form .single-product .button + input[type=submit], .single-product .input-group-prepend .comment-form .button + input[type=submit],
.input-group-prepend .comment-form .woocommerce-order-received .button + input[type=submit],
.woocommerce-order-received .input-group-prepend .comment-form .button + input[type=submit],
.input-group-prepend .comment-form .woocommerce-checkout .button + input[type=submit],
.woocommerce-checkout .input-group-prepend .comment-form .button + input[type=submit],
.input-group-prepend .comment-form .woocommerce-cart .button + input[type=submit],
.woocommerce-cart .input-group-prepend .comment-form .button + input[type=submit], .input-group-prepend .comment-form .page-landing__content .content-columns__cta-link + input[type=submit], .page-landing__content .input-group-prepend .comment-form .content-columns__cta-link + input[type=submit],
.input-group-prepend .comment-form .page-landing__content .fxc-mixed_cta .card__cta + input[type=submit],
.page-landing__content .fxc-mixed_cta .input-group-prepend .comment-form .card__cta + input[type=submit],
.input-group-prepend .comment-form .page-landing__content .slide-pane__cta + input[type=submit],
.page-landing__content .input-group-prepend .comment-form .slide-pane__cta + input[type=submit], .input-group-prepend .comment-form .account-cta__link + input[type=submit], .comment-form .input-group-prepend .btn + input[type=submit], .comment-form .input-group-prepend .woocommerce-notice .button + input[type=submit], .woocommerce-notice .comment-form .input-group-prepend .button + input[type=submit],
.comment-form .input-group-prepend .woocommerce-message .button + input[type=submit],
.woocommerce-message .comment-form .input-group-prepend .button + input[type=submit],
.comment-form .input-group-prepend .woocommerce-error .button + input[type=submit],
.woocommerce-error .comment-form .input-group-prepend .button + input[type=submit], .comment-form .input-group-prepend .shop_table.cart .remove + input[type=submit], .shop_table.cart .comment-form .input-group-prepend .remove + input[type=submit], .comment-form .input-group-prepend .woocommerce-MyAccount-content .button + input[type=submit], .woocommerce-MyAccount-content .comment-form .input-group-prepend .button + input[type=submit],
.comment-form .input-group-prepend .woocommerce-MyAccount-content a.button + input[type=submit],
.woocommerce-MyAccount-content .comment-form .input-group-prepend a.button + input[type=submit], .comment-form .input-group-prepend .woocommerce-MyAccount-navigation ul li a + input[type=submit], .woocommerce-MyAccount-navigation ul li .comment-form .input-group-prepend a + input[type=submit], .comment-form .input-group-prepend .single-product .button + input[type=submit], .single-product .comment-form .input-group-prepend .button + input[type=submit],
.comment-form .input-group-prepend .woocommerce-order-received .button + input[type=submit],
.woocommerce-order-received .comment-form .input-group-prepend .button + input[type=submit],
.comment-form .input-group-prepend .woocommerce-checkout .button + input[type=submit],
.woocommerce-checkout .comment-form .input-group-prepend .button + input[type=submit],
.comment-form .input-group-prepend .woocommerce-cart .button + input[type=submit],
.woocommerce-cart .comment-form .input-group-prepend .button + input[type=submit], .comment-form .input-group-prepend .page-landing__content .content-columns__cta-link + input[type=submit], .page-landing__content .comment-form .input-group-prepend .content-columns__cta-link + input[type=submit],
.comment-form .input-group-prepend .page-landing__content .fxc-mixed_cta .card__cta + input[type=submit],
.page-landing__content .fxc-mixed_cta .comment-form .input-group-prepend .card__cta + input[type=submit],
.comment-form .input-group-prepend .page-landing__content .slide-pane__cta + input[type=submit],
.page-landing__content .comment-form .input-group-prepend .slide-pane__cta + input[type=submit], .comment-form .input-group-prepend .account-cta__link + input[type=submit], .input-group-prepend .comment-form input[type=submit] + input[type=submit], .comment-form .input-group-prepend input[type=submit] + input[type=submit], .input-group-prepend .bbp-pagination__more + .btn, .input-group-prepend .woocommerce-notice .bbp-pagination__more + .button, .woocommerce-notice .input-group-prepend .bbp-pagination__more + .button,
.input-group-prepend .woocommerce-message .bbp-pagination__more + .button,
.woocommerce-message .input-group-prepend .bbp-pagination__more + .button,
.input-group-prepend .woocommerce-error .bbp-pagination__more + .button,
.woocommerce-error .input-group-prepend .bbp-pagination__more + .button, .input-group-prepend .shop_table.cart .bbp-pagination__more + .remove, .shop_table.cart .input-group-prepend .bbp-pagination__more + .remove, .input-group-prepend .woocommerce-MyAccount-content .bbp-pagination__more + .button, .woocommerce-MyAccount-content .input-group-prepend .bbp-pagination__more + .button,
.input-group-prepend .woocommerce-MyAccount-content .bbp-pagination__more + a.button,
.woocommerce-MyAccount-content .input-group-prepend .bbp-pagination__more + a.button, .input-group-prepend .woocommerce-MyAccount-navigation ul li .bbp-pagination__more + a, .woocommerce-MyAccount-navigation ul li .input-group-prepend .bbp-pagination__more + a, .input-group-prepend .single-product .bbp-pagination__more + .button, .single-product .input-group-prepend .bbp-pagination__more + .button,
.input-group-prepend .woocommerce-order-received .bbp-pagination__more + .button,
.woocommerce-order-received .input-group-prepend .bbp-pagination__more + .button,
.input-group-prepend .woocommerce-checkout .bbp-pagination__more + .button,
.woocommerce-checkout .input-group-prepend .bbp-pagination__more + .button,
.input-group-prepend .woocommerce-cart .bbp-pagination__more + .button,
.woocommerce-cart .input-group-prepend .bbp-pagination__more + .button, .input-group-prepend .page-landing__content .bbp-pagination__more + .content-columns__cta-link, .page-landing__content .input-group-prepend .bbp-pagination__more + .content-columns__cta-link,
.input-group-prepend .page-landing__content .fxc-mixed_cta .bbp-pagination__more + .card__cta,
.page-landing__content .fxc-mixed_cta .input-group-prepend .bbp-pagination__more + .card__cta,
.input-group-prepend .page-landing__content .bbp-pagination__more + .slide-pane__cta,
.page-landing__content .input-group-prepend .bbp-pagination__more + .slide-pane__cta, .input-group-prepend .bbp-pagination__more + .account-cta__link, .input-group-prepend .comment-form .bbp-pagination__more + input[type=submit], .comment-form .input-group-prepend .bbp-pagination__more + input[type=submit],
.input-group-prepend .pagination__more + .btn,
.input-group-prepend .woocommerce-notice .pagination__more + .button,
.woocommerce-notice .input-group-prepend .pagination__more + .button,
.input-group-prepend .woocommerce-message .pagination__more + .button,
.woocommerce-message .input-group-prepend .pagination__more + .button,
.input-group-prepend .woocommerce-error .pagination__more + .button,
.woocommerce-error .input-group-prepend .pagination__more + .button,
.input-group-prepend .shop_table.cart .pagination__more + .remove,
.shop_table.cart .input-group-prepend .pagination__more + .remove,
.input-group-prepend .woocommerce-MyAccount-content .pagination__more + .button,
.woocommerce-MyAccount-content .input-group-prepend .pagination__more + .button,
.input-group-prepend .woocommerce-MyAccount-content .pagination__more + a.button,
.woocommerce-MyAccount-content .input-group-prepend .pagination__more + a.button,
.input-group-prepend .woocommerce-MyAccount-navigation ul li .pagination__more + a,
.woocommerce-MyAccount-navigation ul li .input-group-prepend .pagination__more + a,
.input-group-prepend .single-product .pagination__more + .button,
.single-product .input-group-prepend .pagination__more + .button,
.input-group-prepend .woocommerce-order-received .pagination__more + .button,
.woocommerce-order-received .input-group-prepend .pagination__more + .button,
.input-group-prepend .woocommerce-checkout .pagination__more + .button,
.woocommerce-checkout .input-group-prepend .pagination__more + .button,
.input-group-prepend .woocommerce-cart .pagination__more + .button,
.woocommerce-cart .input-group-prepend .pagination__more + .button,
.input-group-prepend .page-landing__content .pagination__more + .content-columns__cta-link,
.page-landing__content .input-group-prepend .pagination__more + .content-columns__cta-link,
.input-group-prepend .page-landing__content .fxc-mixed_cta .pagination__more + .card__cta,
.page-landing__content .fxc-mixed_cta .input-group-prepend .pagination__more + .card__cta,
.input-group-prepend .page-landing__content .pagination__more + .slide-pane__cta,
.page-landing__content .input-group-prepend .pagination__more + .slide-pane__cta,
.input-group-prepend .pagination__more + .account-cta__link,
.input-group-prepend .comment-form .pagination__more + input[type=submit],
.comment-form .input-group-prepend .pagination__more + input[type=submit], .input-group-prepend .btn + .bbp-pagination__more, .input-group-prepend .woocommerce-notice .button + .bbp-pagination__more, .woocommerce-notice .input-group-prepend .button + .bbp-pagination__more,
.input-group-prepend .woocommerce-message .button + .bbp-pagination__more,
.woocommerce-message .input-group-prepend .button + .bbp-pagination__more,
.input-group-prepend .woocommerce-error .button + .bbp-pagination__more,
.woocommerce-error .input-group-prepend .button + .bbp-pagination__more, .input-group-prepend .shop_table.cart .remove + .bbp-pagination__more, .shop_table.cart .input-group-prepend .remove + .bbp-pagination__more, .input-group-prepend .woocommerce-MyAccount-content .button + .bbp-pagination__more, .woocommerce-MyAccount-content .input-group-prepend .button + .bbp-pagination__more,
.input-group-prepend .woocommerce-MyAccount-content a.button + .bbp-pagination__more,
.woocommerce-MyAccount-content .input-group-prepend a.button + .bbp-pagination__more, .input-group-prepend .woocommerce-MyAccount-navigation ul li a + .bbp-pagination__more, .woocommerce-MyAccount-navigation ul li .input-group-prepend a + .bbp-pagination__more, .input-group-prepend .single-product .button + .bbp-pagination__more, .single-product .input-group-prepend .button + .bbp-pagination__more,
.input-group-prepend .woocommerce-order-received .button + .bbp-pagination__more,
.woocommerce-order-received .input-group-prepend .button + .bbp-pagination__more,
.input-group-prepend .woocommerce-checkout .button + .bbp-pagination__more,
.woocommerce-checkout .input-group-prepend .button + .bbp-pagination__more,
.input-group-prepend .woocommerce-cart .button + .bbp-pagination__more,
.woocommerce-cart .input-group-prepend .button + .bbp-pagination__more, .input-group-prepend .page-landing__content .content-columns__cta-link + .bbp-pagination__more, .page-landing__content .input-group-prepend .content-columns__cta-link + .bbp-pagination__more,
.input-group-prepend .page-landing__content .fxc-mixed_cta .card__cta + .bbp-pagination__more,
.page-landing__content .fxc-mixed_cta .input-group-prepend .card__cta + .bbp-pagination__more,
.input-group-prepend .page-landing__content .slide-pane__cta + .bbp-pagination__more,
.page-landing__content .input-group-prepend .slide-pane__cta + .bbp-pagination__more, .input-group-prepend .account-cta__link + .bbp-pagination__more, .input-group-prepend .comment-form input[type=submit] + .bbp-pagination__more, .comment-form .input-group-prepend input[type=submit] + .bbp-pagination__more, .input-group-prepend .bbp-pagination__more + .bbp-pagination__more,
.input-group-prepend .pagination__more + .bbp-pagination__more,
.input-group-prepend .btn + .pagination__more,
.input-group-prepend .woocommerce-notice .button + .pagination__more,
.woocommerce-notice .input-group-prepend .button + .pagination__more,
.input-group-prepend .woocommerce-message .button + .pagination__more,
.woocommerce-message .input-group-prepend .button + .pagination__more,
.input-group-prepend .woocommerce-error .button + .pagination__more,
.woocommerce-error .input-group-prepend .button + .pagination__more,
.input-group-prepend .shop_table.cart .remove + .pagination__more,
.shop_table.cart .input-group-prepend .remove + .pagination__more,
.input-group-prepend .woocommerce-MyAccount-content .button + .pagination__more,
.woocommerce-MyAccount-content .input-group-prepend .button + .pagination__more,
.input-group-prepend .woocommerce-MyAccount-content a.button + .pagination__more,
.woocommerce-MyAccount-content .input-group-prepend a.button + .pagination__more,
.input-group-prepend .woocommerce-MyAccount-navigation ul li a + .pagination__more,
.woocommerce-MyAccount-navigation ul li .input-group-prepend a + .pagination__more,
.input-group-prepend .single-product .button + .pagination__more,
.single-product .input-group-prepend .button + .pagination__more,
.input-group-prepend .woocommerce-order-received .button + .pagination__more,
.woocommerce-order-received .input-group-prepend .button + .pagination__more,
.input-group-prepend .woocommerce-checkout .button + .pagination__more,
.woocommerce-checkout .input-group-prepend .button + .pagination__more,
.input-group-prepend .woocommerce-cart .button + .pagination__more,
.woocommerce-cart .input-group-prepend .button + .pagination__more,
.input-group-prepend .page-landing__content .content-columns__cta-link + .pagination__more,
.page-landing__content .input-group-prepend .content-columns__cta-link + .pagination__more,
.input-group-prepend .page-landing__content .fxc-mixed_cta .card__cta + .pagination__more,
.page-landing__content .fxc-mixed_cta .input-group-prepend .card__cta + .pagination__more,
.input-group-prepend .page-landing__content .slide-pane__cta + .pagination__more,
.page-landing__content .input-group-prepend .slide-pane__cta + .pagination__more,
.input-group-prepend .account-cta__link + .pagination__more,
.input-group-prepend .comment-form input[type=submit] + .pagination__more,
.comment-form .input-group-prepend input[type=submit] + .pagination__more,
.input-group-prepend .bbp-pagination__more + .pagination__more,
.input-group-prepend .pagination__more + .pagination__more,
.input-group-prepend .btn + .input-group-text,
.input-group-prepend .woocommerce-notice .button + .input-group-text,
.woocommerce-notice .input-group-prepend .button + .input-group-text,
.input-group-prepend .woocommerce-message .button + .input-group-text,
.woocommerce-message .input-group-prepend .button + .input-group-text,
.input-group-prepend .woocommerce-error .button + .input-group-text,
.woocommerce-error .input-group-prepend .button + .input-group-text,
.input-group-prepend .shop_table.cart .remove + .input-group-text,
.shop_table.cart .input-group-prepend .remove + .input-group-text,
.input-group-prepend .woocommerce-MyAccount-content .button + .input-group-text,
.woocommerce-MyAccount-content .input-group-prepend .button + .input-group-text,
.input-group-prepend .woocommerce-MyAccount-content a.button + .input-group-text,
.woocommerce-MyAccount-content .input-group-prepend a.button + .input-group-text,
.input-group-prepend .woocommerce-MyAccount-navigation ul li a + .input-group-text,
.woocommerce-MyAccount-navigation ul li .input-group-prepend a + .input-group-text,
.input-group-prepend .single-product .button + .input-group-text,
.single-product .input-group-prepend .button + .input-group-text,
.input-group-prepend .woocommerce-order-received .button + .input-group-text,
.woocommerce-order-received .input-group-prepend .button + .input-group-text,
.input-group-prepend .woocommerce-checkout .button + .input-group-text,
.woocommerce-checkout .input-group-prepend .button + .input-group-text,
.input-group-prepend .woocommerce-cart .button + .input-group-text,
.woocommerce-cart .input-group-prepend .button + .input-group-text,
.input-group-prepend .page-landing__content .content-columns__cta-link + .input-group-text,
.page-landing__content .input-group-prepend .content-columns__cta-link + .input-group-text,
.input-group-prepend .page-landing__content .fxc-mixed_cta .card__cta + .input-group-text,
.page-landing__content .fxc-mixed_cta .input-group-prepend .card__cta + .input-group-text,
.input-group-prepend .page-landing__content .slide-pane__cta + .input-group-text,
.page-landing__content .input-group-prepend .slide-pane__cta + .input-group-text,
.input-group-prepend .account-cta__link + .input-group-text,
.input-group-prepend .comment-form input[type=submit] + .input-group-text,
.comment-form .input-group-prepend input[type=submit] + .input-group-text,
.input-group-prepend .bbp-pagination__more + .input-group-text,
.input-group-prepend .pagination__more + .input-group-text,
.input-group-prepend .input-group-text + .input-group-text,
.input-group-prepend .input-group-text + .btn,
.input-group-prepend .woocommerce-notice .input-group-text + .button,
.woocommerce-notice .input-group-prepend .input-group-text + .button,
.input-group-prepend .woocommerce-message .input-group-text + .button,
.woocommerce-message .input-group-prepend .input-group-text + .button,
.input-group-prepend .woocommerce-error .input-group-text + .button,
.woocommerce-error .input-group-prepend .input-group-text + .button,
.input-group-prepend .shop_table.cart .input-group-text + .remove,
.shop_table.cart .input-group-prepend .input-group-text + .remove,
.input-group-prepend .woocommerce-MyAccount-content .input-group-text + .button,
.woocommerce-MyAccount-content .input-group-prepend .input-group-text + .button,
.input-group-prepend .woocommerce-MyAccount-content .input-group-text + a.button,
.woocommerce-MyAccount-content .input-group-prepend .input-group-text + a.button,
.input-group-prepend .woocommerce-MyAccount-navigation ul li .input-group-text + a,
.woocommerce-MyAccount-navigation ul li .input-group-prepend .input-group-text + a,
.input-group-prepend .single-product .input-group-text + .button,
.single-product .input-group-prepend .input-group-text + .button,
.input-group-prepend .woocommerce-order-received .input-group-text + .button,
.woocommerce-order-received .input-group-prepend .input-group-text + .button,
.input-group-prepend .woocommerce-checkout .input-group-text + .button,
.woocommerce-checkout .input-group-prepend .input-group-text + .button,
.input-group-prepend .woocommerce-cart .input-group-text + .button,
.woocommerce-cart .input-group-prepend .input-group-text + .button,
.input-group-prepend .page-landing__content .input-group-text + .content-columns__cta-link,
.page-landing__content .input-group-prepend .input-group-text + .content-columns__cta-link,
.input-group-prepend .page-landing__content .fxc-mixed_cta .input-group-text + .card__cta,
.page-landing__content .fxc-mixed_cta .input-group-prepend .input-group-text + .card__cta,
.input-group-prepend .page-landing__content .input-group-text + .slide-pane__cta,
.page-landing__content .input-group-prepend .input-group-text + .slide-pane__cta,
.input-group-prepend .input-group-text + .account-cta__link,
.input-group-prepend .comment-form .input-group-text + input[type=submit],
.comment-form .input-group-prepend .input-group-text + input[type=submit],
.input-group-prepend .input-group-text + .bbp-pagination__more,
.input-group-prepend .input-group-text + .pagination__more,
.input-group-append .btn + .btn,
.input-group-append .woocommerce-notice .button + .btn,
.woocommerce-notice .input-group-append .button + .btn,
.input-group-append .woocommerce-message .button + .btn,
.woocommerce-message .input-group-append .button + .btn,
.input-group-append .woocommerce-error .button + .btn,
.woocommerce-error .input-group-append .button + .btn,
.input-group-append .woocommerce-notice .btn + .button,
.woocommerce-notice .input-group-append .btn + .button,
.input-group-append .woocommerce-notice .button + .button,
.woocommerce-notice .input-group-append .button + .button,
.input-group-append .woocommerce-message .woocommerce-notice .button + .button,
.woocommerce-notice .input-group-append .woocommerce-message .button + .button,
.woocommerce-message .input-group-append .woocommerce-notice .button + .button,
.woocommerce-notice .woocommerce-message .input-group-append .button + .button,
.input-group-append .woocommerce-error .woocommerce-notice .button + .button,
.woocommerce-notice .input-group-append .woocommerce-error .button + .button,
.woocommerce-error .input-group-append .woocommerce-notice .button + .button,
.woocommerce-notice .woocommerce-error .input-group-append .button + .button,
.input-group-append .woocommerce-message .btn + .button,
.woocommerce-message .input-group-append .btn + .button,
.input-group-append .woocommerce-notice .woocommerce-message .button + .button,
.woocommerce-message .input-group-append .woocommerce-notice .button + .button,
.woocommerce-notice .input-group-append .woocommerce-message .button + .button,
.woocommerce-message .woocommerce-notice .input-group-append .button + .button,
.input-group-append .woocommerce-message .button + .button,
.woocommerce-message .input-group-append .button + .button,
.input-group-append .woocommerce-error .woocommerce-message .button + .button,
.woocommerce-message .input-group-append .woocommerce-error .button + .button,
.woocommerce-error .input-group-append .woocommerce-message .button + .button,
.woocommerce-message .woocommerce-error .input-group-append .button + .button,
.input-group-append .woocommerce-error .btn + .button,
.woocommerce-error .input-group-append .btn + .button,
.input-group-append .woocommerce-notice .woocommerce-error .button + .button,
.woocommerce-error .input-group-append .woocommerce-notice .button + .button,
.woocommerce-notice .input-group-append .woocommerce-error .button + .button,
.woocommerce-error .woocommerce-notice .input-group-append .button + .button,
.input-group-append .woocommerce-message .woocommerce-error .button + .button,
.woocommerce-error .input-group-append .woocommerce-message .button + .button,
.woocommerce-message .input-group-append .woocommerce-error .button + .button,
.woocommerce-error .woocommerce-message .input-group-append .button + .button,
.input-group-append .woocommerce-error .button + .button,
.woocommerce-error .input-group-append .button + .button,
.input-group-append .shop_table.cart .remove + .btn,
.input-group-append .shop_table.cart .woocommerce-notice .remove + .button,
.woocommerce-notice .input-group-append .shop_table.cart .remove + .button,
.input-group-append .shop_table.cart .woocommerce-message .remove + .button,
.woocommerce-message .input-group-append .shop_table.cart .remove + .button,
.input-group-append .shop_table.cart .woocommerce-error .remove + .button,
.woocommerce-error .input-group-append .shop_table.cart .remove + .button,
.shop_table.cart .input-group-append .remove + .btn,
.shop_table.cart .input-group-append .woocommerce-notice .remove + .button,
.woocommerce-notice .shop_table.cart .input-group-append .remove + .button,
.shop_table.cart .input-group-append .woocommerce-message .remove + .button,
.woocommerce-message .shop_table.cart .input-group-append .remove + .button,
.shop_table.cart .input-group-append .woocommerce-error .remove + .button,
.woocommerce-error .shop_table.cart .input-group-append .remove + .button,
.input-group-append .shop_table.cart .btn + .remove,
.input-group-append .shop_table.cart .woocommerce-notice .button + .remove,
.woocommerce-notice .input-group-append .shop_table.cart .button + .remove,
.input-group-append .shop_table.cart .woocommerce-message .button + .remove,
.woocommerce-message .input-group-append .shop_table.cart .button + .remove,
.input-group-append .shop_table.cart .woocommerce-error .button + .remove,
.woocommerce-error .input-group-append .shop_table.cart .button + .remove,
.shop_table.cart .input-group-append .btn + .remove,
.shop_table.cart .input-group-append .woocommerce-notice .button + .remove,
.woocommerce-notice .shop_table.cart .input-group-append .button + .remove,
.shop_table.cart .input-group-append .woocommerce-message .button + .remove,
.woocommerce-message .shop_table.cart .input-group-append .button + .remove,
.shop_table.cart .input-group-append .woocommerce-error .button + .remove,
.woocommerce-error .shop_table.cart .input-group-append .button + .remove,
.input-group-append .shop_table.cart .remove + .remove,
.shop_table.cart .input-group-append .remove + .remove,
.input-group-append .woocommerce-MyAccount-content .button + .btn,
.input-group-append .woocommerce-MyAccount-content .woocommerce-notice .button + .button,
.woocommerce-notice .input-group-append .woocommerce-MyAccount-content .button + .button,
.input-group-append .woocommerce-MyAccount-content .woocommerce-message .button + .button,
.woocommerce-message .input-group-append .woocommerce-MyAccount-content .button + .button,
.input-group-append .woocommerce-MyAccount-content .woocommerce-error .button + .button,
.woocommerce-error .input-group-append .woocommerce-MyAccount-content .button + .button,
.input-group-append .woocommerce-MyAccount-content .shop_table.cart .button + .remove,
.shop_table.cart .input-group-append .woocommerce-MyAccount-content .button + .remove,
.woocommerce-MyAccount-content .input-group-append .button + .btn,
.woocommerce-MyAccount-content .input-group-append .woocommerce-notice .button + .button,
.woocommerce-notice .woocommerce-MyAccount-content .input-group-append .button + .button,
.woocommerce-MyAccount-content .input-group-append .woocommerce-message .button + .button,
.woocommerce-message .woocommerce-MyAccount-content .input-group-append .button + .button,
.woocommerce-MyAccount-content .input-group-append .woocommerce-error .button + .button,
.woocommerce-error .woocommerce-MyAccount-content .input-group-append .button + .button,
.woocommerce-MyAccount-content .input-group-append .shop_table.cart .button + .remove,
.shop_table.cart .woocommerce-MyAccount-content .input-group-append .button + .remove,
.input-group-append .woocommerce-MyAccount-content a.button + .btn,
.input-group-append .woocommerce-MyAccount-content .woocommerce-notice a.button + .button,
.woocommerce-notice .input-group-append .woocommerce-MyAccount-content a.button + .button,
.input-group-append .woocommerce-MyAccount-content .woocommerce-message a.button + .button,
.woocommerce-message .input-group-append .woocommerce-MyAccount-content a.button + .button,
.input-group-append .woocommerce-MyAccount-content .woocommerce-error a.button + .button,
.woocommerce-error .input-group-append .woocommerce-MyAccount-content a.button + .button,
.input-group-append .woocommerce-MyAccount-content .shop_table.cart a.button + .remove,
.shop_table.cart .input-group-append .woocommerce-MyAccount-content a.button + .remove,
.woocommerce-MyAccount-content .input-group-append a.button + .btn,
.woocommerce-MyAccount-content .input-group-append .woocommerce-notice a.button + .button,
.woocommerce-notice .woocommerce-MyAccount-content .input-group-append a.button + .button,
.woocommerce-MyAccount-content .input-group-append .woocommerce-message a.button + .button,
.woocommerce-message .woocommerce-MyAccount-content .input-group-append a.button + .button,
.woocommerce-MyAccount-content .input-group-append .woocommerce-error a.button + .button,
.woocommerce-error .woocommerce-MyAccount-content .input-group-append a.button + .button,
.woocommerce-MyAccount-content .input-group-append .shop_table.cart a.button + .remove,
.shop_table.cart .woocommerce-MyAccount-content .input-group-append a.button + .remove,
.input-group-append .woocommerce-MyAccount-content .btn + .button,
.input-group-append .woocommerce-MyAccount-content .woocommerce-notice .button + .button,
.woocommerce-notice .input-group-append .woocommerce-MyAccount-content .button + .button,
.input-group-append .woocommerce-MyAccount-content .woocommerce-message .button + .button,
.woocommerce-message .input-group-append .woocommerce-MyAccount-content .button + .button,
.input-group-append .woocommerce-MyAccount-content .woocommerce-error .button + .button,
.woocommerce-error .input-group-append .woocommerce-MyAccount-content .button + .button,
.input-group-append .woocommerce-MyAccount-content .shop_table.cart .remove + .button,
.shop_table.cart .input-group-append .woocommerce-MyAccount-content .remove + .button,
.woocommerce-MyAccount-content .input-group-append .btn + .button,
.woocommerce-MyAccount-content .input-group-append .woocommerce-notice .button + .button,
.woocommerce-notice .woocommerce-MyAccount-content .input-group-append .button + .button,
.woocommerce-MyAccount-content .input-group-append .woocommerce-message .button + .button,
.woocommerce-message .woocommerce-MyAccount-content .input-group-append .button + .button,
.woocommerce-MyAccount-content .input-group-append .woocommerce-error .button + .button,
.woocommerce-error .woocommerce-MyAccount-content .input-group-append .button + .button,
.woocommerce-MyAccount-content .input-group-append .shop_table.cart .remove + .button,
.shop_table.cart .woocommerce-MyAccount-content .input-group-append .remove + .button,
.input-group-append .woocommerce-MyAccount-content .button + .button,
.woocommerce-MyAccount-content .input-group-append .button + .button,
.input-group-append .woocommerce-MyAccount-content a.button + .button,
.woocommerce-MyAccount-content .input-group-append a.button + .button,
.input-group-append .woocommerce-MyAccount-content .btn + a.button,
.input-group-append .woocommerce-MyAccount-content .woocommerce-notice .button + a.button,
.woocommerce-notice .input-group-append .woocommerce-MyAccount-content .button + a.button,
.input-group-append .woocommerce-MyAccount-content .woocommerce-message .button + a.button,
.woocommerce-message .input-group-append .woocommerce-MyAccount-content .button + a.button,
.input-group-append .woocommerce-MyAccount-content .woocommerce-error .button + a.button,
.woocommerce-error .input-group-append .woocommerce-MyAccount-content .button + a.button,
.input-group-append .woocommerce-MyAccount-content .shop_table.cart .remove + a.button,
.shop_table.cart .input-group-append .woocommerce-MyAccount-content .remove + a.button,
.woocommerce-MyAccount-content .input-group-append .btn + a.button,
.woocommerce-MyAccount-content .input-group-append .woocommerce-notice .button + a.button,
.woocommerce-notice .woocommerce-MyAccount-content .input-group-append .button + a.button,
.woocommerce-MyAccount-content .input-group-append .woocommerce-message .button + a.button,
.woocommerce-message .woocommerce-MyAccount-content .input-group-append .button + a.button,
.woocommerce-MyAccount-content .input-group-append .woocommerce-error .button + a.button,
.woocommerce-error .woocommerce-MyAccount-content .input-group-append .button + a.button,
.woocommerce-MyAccount-content .input-group-append .shop_table.cart .remove + a.button,
.shop_table.cart .woocommerce-MyAccount-content .input-group-append .remove + a.button,
.input-group-append .woocommerce-MyAccount-content .button + a.button,
.woocommerce-MyAccount-content .input-group-append .button + a.button,
.input-group-append .woocommerce-MyAccount-content a.button + a.button,
.woocommerce-MyAccount-content .input-group-append a.button + a.button,
.input-group-append .woocommerce-MyAccount-navigation ul li a + .btn,
.input-group-append .woocommerce-MyAccount-navigation ul li .woocommerce-notice a + .button,
.woocommerce-notice .input-group-append .woocommerce-MyAccount-navigation ul li a + .button,
.input-group-append .woocommerce-MyAccount-navigation ul li .woocommerce-message a + .button,
.woocommerce-message .input-group-append .woocommerce-MyAccount-navigation ul li a + .button,
.input-group-append .woocommerce-MyAccount-navigation ul li .woocommerce-error a + .button,
.woocommerce-error .input-group-append .woocommerce-MyAccount-navigation ul li a + .button,
.input-group-append .woocommerce-MyAccount-navigation ul li .shop_table.cart a + .remove,
.shop_table.cart .input-group-append .woocommerce-MyAccount-navigation ul li a + .remove,
.input-group-append .woocommerce-MyAccount-navigation ul li .woocommerce-MyAccount-content a + .button,
.woocommerce-MyAccount-content .input-group-append .woocommerce-MyAccount-navigation ul li a + .button,
.input-group-append .woocommerce-MyAccount-navigation ul li .woocommerce-MyAccount-content a + a.button,
.woocommerce-MyAccount-content .input-group-append .woocommerce-MyAccount-navigation ul li a + a.button,
.woocommerce-MyAccount-navigation ul li .input-group-append a + .btn,
.woocommerce-MyAccount-navigation ul li .input-group-append .woocommerce-notice a + .button,
.woocommerce-notice .woocommerce-MyAccount-navigation ul li .input-group-append a + .button,
.woocommerce-MyAccount-navigation ul li .input-group-append .woocommerce-message a + .button,
.woocommerce-message .woocommerce-MyAccount-navigation ul li .input-group-append a + .button,
.woocommerce-MyAccount-navigation ul li .input-group-append .woocommerce-error a + .button,
.woocommerce-error .woocommerce-MyAccount-navigation ul li .input-group-append a + .button,
.woocommerce-MyAccount-navigation ul li .input-group-append .shop_table.cart a + .remove,
.shop_table.cart .woocommerce-MyAccount-navigation ul li .input-group-append a + .remove,
.woocommerce-MyAccount-navigation ul li .input-group-append .woocommerce-MyAccount-content a + .button,
.woocommerce-MyAccount-content .woocommerce-MyAccount-navigation ul li .input-group-append a + .button,
.woocommerce-MyAccount-navigation ul li .input-group-append .woocommerce-MyAccount-content a + a.button,
.woocommerce-MyAccount-content .woocommerce-MyAccount-navigation ul li .input-group-append a + a.button,
.input-group-append .woocommerce-MyAccount-navigation ul li .btn + a,
.input-group-append .woocommerce-MyAccount-navigation ul li .woocommerce-notice .button + a,
.woocommerce-notice .input-group-append .woocommerce-MyAccount-navigation ul li .button + a,
.input-group-append .woocommerce-MyAccount-navigation ul li .woocommerce-message .button + a,
.woocommerce-message .input-group-append .woocommerce-MyAccount-navigation ul li .button + a,
.input-group-append .woocommerce-MyAccount-navigation ul li .woocommerce-error .button + a,
.woocommerce-error .input-group-append .woocommerce-MyAccount-navigation ul li .button + a,
.input-group-append .woocommerce-MyAccount-navigation ul li .shop_table.cart .remove + a,
.shop_table.cart .input-group-append .woocommerce-MyAccount-navigation ul li .remove + a,
.input-group-append .woocommerce-MyAccount-navigation ul li .woocommerce-MyAccount-content .button + a,
.woocommerce-MyAccount-content .input-group-append .woocommerce-MyAccount-navigation ul li .button + a,
.input-group-append .woocommerce-MyAccount-navigation ul li .woocommerce-MyAccount-content a.button + a,
.woocommerce-MyAccount-content .input-group-append .woocommerce-MyAccount-navigation ul li a.button + a,
.woocommerce-MyAccount-navigation ul li .input-group-append .btn + a,
.woocommerce-MyAccount-navigation ul li .input-group-append .woocommerce-notice .button + a,
.woocommerce-notice .woocommerce-MyAccount-navigation ul li .input-group-append .button + a,
.woocommerce-MyAccount-navigation ul li .input-group-append .woocommerce-message .button + a,
.woocommerce-message .woocommerce-MyAccount-navigation ul li .input-group-append .button + a,
.woocommerce-MyAccount-navigation ul li .input-group-append .woocommerce-error .button + a,
.woocommerce-error .woocommerce-MyAccount-navigation ul li .input-group-append .button + a,
.woocommerce-MyAccount-navigation ul li .input-group-append .shop_table.cart .remove + a,
.shop_table.cart .woocommerce-MyAccount-navigation ul li .input-group-append .remove + a,
.woocommerce-MyAccount-navigation ul li .input-group-append .woocommerce-MyAccount-content .button + a,
.woocommerce-MyAccount-content .woocommerce-MyAccount-navigation ul li .input-group-append .button + a,
.woocommerce-MyAccount-navigation ul li .input-group-append .woocommerce-MyAccount-content a.button + a,
.woocommerce-MyAccount-content .woocommerce-MyAccount-navigation ul li .input-group-append a.button + a,
.input-group-append .woocommerce-MyAccount-navigation ul li a + a,
.woocommerce-MyAccount-navigation ul li .input-group-append a + a,
.input-group-append .single-product .button + .btn,
.input-group-append .single-product .woocommerce-notice .button + .button,
.woocommerce-notice .input-group-append .single-product .button + .button,
.input-group-append .single-product .woocommerce-message .button + .button,
.woocommerce-message .input-group-append .single-product .button + .button,
.input-group-append .single-product .woocommerce-error .button + .button,
.woocommerce-error .input-group-append .single-product .button + .button,
.input-group-append .single-product .shop_table.cart .button + .remove,
.shop_table.cart .input-group-append .single-product .button + .remove,
.input-group-append .single-product .woocommerce-MyAccount-content .button + .button,
.woocommerce-MyAccount-content .input-group-append .single-product .button + .button,
.input-group-append .single-product .woocommerce-MyAccount-content .button + a.button,
.woocommerce-MyAccount-content .input-group-append .single-product .button + a.button,
.input-group-append .single-product .woocommerce-MyAccount-navigation ul li .button + a,
.woocommerce-MyAccount-navigation ul li .input-group-append .single-product .button + a,
.single-product .input-group-append .button + .btn,
.single-product .input-group-append .woocommerce-notice .button + .button,
.woocommerce-notice .single-product .input-group-append .button + .button,
.single-product .input-group-append .woocommerce-message .button + .button,
.woocommerce-message .single-product .input-group-append .button + .button,
.single-product .input-group-append .woocommerce-error .button + .button,
.woocommerce-error .single-product .input-group-append .button + .button,
.single-product .input-group-append .shop_table.cart .button + .remove,
.shop_table.cart .single-product .input-group-append .button + .remove,
.single-product .input-group-append .woocommerce-MyAccount-content .button + .button,
.woocommerce-MyAccount-content .single-product .input-group-append .button + .button,
.single-product .input-group-append .woocommerce-MyAccount-content .button + a.button,
.woocommerce-MyAccount-content .single-product .input-group-append .button + a.button,
.single-product .input-group-append .woocommerce-MyAccount-navigation ul li .button + a,
.woocommerce-MyAccount-navigation ul li .single-product .input-group-append .button + a,
.input-group-append .woocommerce-order-received .button + .btn,
.input-group-append .woocommerce-order-received .woocommerce-notice .button + .button,
.woocommerce-notice .input-group-append .woocommerce-order-received .button + .button,
.input-group-append .woocommerce-order-received .woocommerce-message .button + .button,
.woocommerce-message .input-group-append .woocommerce-order-received .button + .button,
.input-group-append .woocommerce-order-received .woocommerce-error .button + .button,
.woocommerce-error .input-group-append .woocommerce-order-received .button + .button,
.input-group-append .woocommerce-order-received .shop_table.cart .button + .remove,
.shop_table.cart .input-group-append .woocommerce-order-received .button + .remove,
.input-group-append .woocommerce-order-received .woocommerce-MyAccount-content .button + .button,
.woocommerce-MyAccount-content .input-group-append .woocommerce-order-received .button + .button,
.input-group-append .woocommerce-order-received .woocommerce-MyAccount-content .button + a.button,
.woocommerce-MyAccount-content .input-group-append .woocommerce-order-received .button + a.button,
.input-group-append .woocommerce-order-received .woocommerce-MyAccount-navigation ul li .button + a,
.woocommerce-MyAccount-navigation ul li .input-group-append .woocommerce-order-received .button + a,
.woocommerce-order-received .input-group-append .button + .btn,
.woocommerce-order-received .input-group-append .woocommerce-notice .button + .button,
.woocommerce-notice .woocommerce-order-received .input-group-append .button + .button,
.woocommerce-order-received .input-group-append .woocommerce-message .button + .button,
.woocommerce-message .woocommerce-order-received .input-group-append .button + .button,
.woocommerce-order-received .input-group-append .woocommerce-error .button + .button,
.woocommerce-error .woocommerce-order-received .input-group-append .button + .button,
.woocommerce-order-received .input-group-append .shop_table.cart .button + .remove,
.shop_table.cart .woocommerce-order-received .input-group-append .button + .remove,
.woocommerce-order-received .input-group-append .woocommerce-MyAccount-content .button + .button,
.woocommerce-MyAccount-content .woocommerce-order-received .input-group-append .button + .button,
.woocommerce-order-received .input-group-append .woocommerce-MyAccount-content .button + a.button,
.woocommerce-MyAccount-content .woocommerce-order-received .input-group-append .button + a.button,
.woocommerce-order-received .input-group-append .woocommerce-MyAccount-navigation ul li .button + a,
.woocommerce-MyAccount-navigation ul li .woocommerce-order-received .input-group-append .button + a,
.input-group-append .woocommerce-checkout .button + .btn,
.input-group-append .woocommerce-checkout .woocommerce-notice .button + .button,
.woocommerce-notice .input-group-append .woocommerce-checkout .button + .button,
.input-group-append .woocommerce-checkout .woocommerce-message .button + .button,
.woocommerce-message .input-group-append .woocommerce-checkout .button + .button,
.input-group-append .woocommerce-checkout .woocommerce-error .button + .button,
.woocommerce-error .input-group-append .woocommerce-checkout .button + .button,
.input-group-append .woocommerce-checkout .shop_table.cart .button + .remove,
.shop_table.cart .input-group-append .woocommerce-checkout .button + .remove,
.input-group-append .woocommerce-checkout .woocommerce-MyAccount-content .button + .button,
.woocommerce-MyAccount-content .input-group-append .woocommerce-checkout .button + .button,
.input-group-append .woocommerce-checkout .woocommerce-MyAccount-content .button + a.button,
.woocommerce-MyAccount-content .input-group-append .woocommerce-checkout .button + a.button,
.input-group-append .woocommerce-checkout .woocommerce-MyAccount-navigation ul li .button + a,
.woocommerce-MyAccount-navigation ul li .input-group-append .woocommerce-checkout .button + a,
.woocommerce-checkout .input-group-append .button + .btn,
.woocommerce-checkout .input-group-append .woocommerce-notice .button + .button,
.woocommerce-notice .woocommerce-checkout .input-group-append .button + .button,
.woocommerce-checkout .input-group-append .woocommerce-message .button + .button,
.woocommerce-message .woocommerce-checkout .input-group-append .button + .button,
.woocommerce-checkout .input-group-append .woocommerce-error .button + .button,
.woocommerce-error .woocommerce-checkout .input-group-append .button + .button,
.woocommerce-checkout .input-group-append .shop_table.cart .button + .remove,
.shop_table.cart .woocommerce-checkout .input-group-append .button + .remove,
.woocommerce-checkout .input-group-append .woocommerce-MyAccount-content .button + .button,
.woocommerce-MyAccount-content .woocommerce-checkout .input-group-append .button + .button,
.woocommerce-checkout .input-group-append .woocommerce-MyAccount-content .button + a.button,
.woocommerce-MyAccount-content .woocommerce-checkout .input-group-append .button + a.button,
.woocommerce-checkout .input-group-append .woocommerce-MyAccount-navigation ul li .button + a,
.woocommerce-MyAccount-navigation ul li .woocommerce-checkout .input-group-append .button + a,
.input-group-append .woocommerce-cart .button + .btn,
.input-group-append .woocommerce-cart .woocommerce-notice .button + .button,
.woocommerce-notice .input-group-append .woocommerce-cart .button + .button,
.input-group-append .woocommerce-cart .woocommerce-message .button + .button,
.woocommerce-message .input-group-append .woocommerce-cart .button + .button,
.input-group-append .woocommerce-cart .woocommerce-error .button + .button,
.woocommerce-error .input-group-append .woocommerce-cart .button + .button,
.input-group-append .woocommerce-cart .shop_table.cart .button + .remove,
.shop_table.cart .input-group-append .woocommerce-cart .button + .remove,
.input-group-append .woocommerce-cart .woocommerce-MyAccount-content .button + .button,
.woocommerce-MyAccount-content .input-group-append .woocommerce-cart .button + .button,
.input-group-append .woocommerce-cart .woocommerce-MyAccount-content .button + a.button,
.woocommerce-MyAccount-content .input-group-append .woocommerce-cart .button + a.button,
.input-group-append .woocommerce-cart .woocommerce-MyAccount-navigation ul li .button + a,
.woocommerce-MyAccount-navigation ul li .input-group-append .woocommerce-cart .button + a,
.woocommerce-cart .input-group-append .button + .btn,
.woocommerce-cart .input-group-append .woocommerce-notice .button + .button,
.woocommerce-notice .woocommerce-cart .input-group-append .button + .button,
.woocommerce-cart .input-group-append .woocommerce-message .button + .button,
.woocommerce-message .woocommerce-cart .input-group-append .button + .button,
.woocommerce-cart .input-group-append .woocommerce-error .button + .button,
.woocommerce-error .woocommerce-cart .input-group-append .button + .button,
.woocommerce-cart .input-group-append .shop_table.cart .button + .remove,
.shop_table.cart .woocommerce-cart .input-group-append .button + .remove,
.woocommerce-cart .input-group-append .woocommerce-MyAccount-content .button + .button,
.woocommerce-MyAccount-content .woocommerce-cart .input-group-append .button + .button,
.woocommerce-cart .input-group-append .woocommerce-MyAccount-content .button + a.button,
.woocommerce-MyAccount-content .woocommerce-cart .input-group-append .button + a.button,
.woocommerce-cart .input-group-append .woocommerce-MyAccount-navigation ul li .button + a,
.woocommerce-MyAccount-navigation ul li .woocommerce-cart .input-group-append .button + a,
.input-group-append .single-product .btn + .button,
.input-group-append .single-product .woocommerce-notice .button + .button,
.woocommerce-notice .input-group-append .single-product .button + .button,
.input-group-append .single-product .woocommerce-message .button + .button,
.woocommerce-message .input-group-append .single-product .button + .button,
.input-group-append .single-product .woocommerce-error .button + .button,
.woocommerce-error .input-group-append .single-product .button + .button,
.input-group-append .single-product .shop_table.cart .remove + .button,
.shop_table.cart .input-group-append .single-product .remove + .button,
.input-group-append .single-product .woocommerce-MyAccount-content .button + .button,
.woocommerce-MyAccount-content .input-group-append .single-product .button + .button,
.input-group-append .single-product .woocommerce-MyAccount-content a.button + .button,
.woocommerce-MyAccount-content .input-group-append .single-product a.button + .button,
.input-group-append .single-product .woocommerce-MyAccount-navigation ul li a + .button,
.woocommerce-MyAccount-navigation ul li .input-group-append .single-product a + .button,
.single-product .input-group-append .btn + .button,
.single-product .input-group-append .woocommerce-notice .button + .button,
.woocommerce-notice .single-product .input-group-append .button + .button,
.single-product .input-group-append .woocommerce-message .button + .button,
.woocommerce-message .single-product .input-group-append .button + .button,
.single-product .input-group-append .woocommerce-error .button + .button,
.woocommerce-error .single-product .input-group-append .button + .button,
.single-product .input-group-append .shop_table.cart .remove + .button,
.shop_table.cart .single-product .input-group-append .remove + .button,
.single-product .input-group-append .woocommerce-MyAccount-content .button + .button,
.woocommerce-MyAccount-content .single-product .input-group-append .button + .button,
.single-product .input-group-append .woocommerce-MyAccount-content a.button + .button,
.woocommerce-MyAccount-content .single-product .input-group-append a.button + .button,
.single-product .input-group-append .woocommerce-MyAccount-navigation ul li a + .button,
.woocommerce-MyAccount-navigation ul li .single-product .input-group-append a + .button,
.input-group-append .single-product .button + .button,
.single-product .input-group-append .button + .button,
.input-group-append .woocommerce-order-received .single-product .button + .button,
.single-product .input-group-append .woocommerce-order-received .button + .button,
.woocommerce-order-received .input-group-append .single-product .button + .button,
.single-product .woocommerce-order-received .input-group-append .button + .button,
.input-group-append .woocommerce-checkout .single-product .button + .button,
.single-product .input-group-append .woocommerce-checkout .button + .button,
.woocommerce-checkout .input-group-append .single-product .button + .button,
.single-product .woocommerce-checkout .input-group-append .button + .button,
.input-group-append .woocommerce-cart .single-product .button + .button,
.single-product .input-group-append .woocommerce-cart .button + .button,
.woocommerce-cart .input-group-append .single-product .button + .button,
.single-product .woocommerce-cart .input-group-append .button + .button,
.input-group-append .woocommerce-order-received .btn + .button,
.input-group-append .woocommerce-order-received .woocommerce-notice .button + .button,
.woocommerce-notice .input-group-append .woocommerce-order-received .button + .button,
.input-group-append .woocommerce-order-received .woocommerce-message .button + .button,
.woocommerce-message .input-group-append .woocommerce-order-received .button + .button,
.input-group-append .woocommerce-order-received .woocommerce-error .button + .button,
.woocommerce-error .input-group-append .woocommerce-order-received .button + .button,
.input-group-append .woocommerce-order-received .shop_table.cart .remove + .button,
.shop_table.cart .input-group-append .woocommerce-order-received .remove + .button,
.input-group-append .woocommerce-order-received .woocommerce-MyAccount-content .button + .button,
.woocommerce-MyAccount-content .input-group-append .woocommerce-order-received .button + .button,
.input-group-append .woocommerce-order-received .woocommerce-MyAccount-content a.button + .button,
.woocommerce-MyAccount-content .input-group-append .woocommerce-order-received a.button + .button,
.input-group-append .woocommerce-order-received .woocommerce-MyAccount-navigation ul li a + .button,
.woocommerce-MyAccount-navigation ul li .input-group-append .woocommerce-order-received a + .button,
.woocommerce-order-received .input-group-append .btn + .button,
.woocommerce-order-received .input-group-append .woocommerce-notice .button + .button,
.woocommerce-notice .woocommerce-order-received .input-group-append .button + .button,
.woocommerce-order-received .input-group-append .woocommerce-message .button + .button,
.woocommerce-message .woocommerce-order-received .input-group-append .button + .button,
.woocommerce-order-received .input-group-append .woocommerce-error .button + .button,
.woocommerce-error .woocommerce-order-received .input-group-append .button + .button,
.woocommerce-order-received .input-group-append .shop_table.cart .remove + .button,
.shop_table.cart .woocommerce-order-received .input-group-append .remove + .button,
.woocommerce-order-received .input-group-append .woocommerce-MyAccount-content .button + .button,
.woocommerce-MyAccount-content .woocommerce-order-received .input-group-append .button + .button,
.woocommerce-order-received .input-group-append .woocommerce-MyAccount-content a.button + .button,
.woocommerce-MyAccount-content .woocommerce-order-received .input-group-append a.button + .button,
.woocommerce-order-received .input-group-append .woocommerce-MyAccount-navigation ul li a + .button,
.woocommerce-MyAccount-navigation ul li .woocommerce-order-received .input-group-append a + .button,
.input-group-append .single-product .woocommerce-order-received .button + .button,
.woocommerce-order-received .input-group-append .single-product .button + .button,
.single-product .input-group-append .woocommerce-order-received .button + .button,
.woocommerce-order-received .single-product .input-group-append .button + .button,
.input-group-append .woocommerce-order-received .button + .button,
.woocommerce-order-received .input-group-append .button + .button,
.input-group-append .woocommerce-checkout .woocommerce-order-received .button + .button,
.woocommerce-order-received .input-group-append .woocommerce-checkout .button + .button,
.woocommerce-checkout .input-group-append .woocommerce-order-received .button + .button,
.woocommerce-order-received .woocommerce-checkout .input-group-append .button + .button,
.input-group-append .woocommerce-cart .woocommerce-order-received .button + .button,
.woocommerce-order-received .input-group-append .woocommerce-cart .button + .button,
.woocommerce-cart .input-group-append .woocommerce-order-received .button + .button,
.woocommerce-order-received .woocommerce-cart .input-group-append .button + .button,
.input-group-append .woocommerce-checkout .btn + .button,
.input-group-append .woocommerce-checkout .woocommerce-notice .button + .button,
.woocommerce-notice .input-group-append .woocommerce-checkout .button + .button,
.input-group-append .woocommerce-checkout .woocommerce-message .button + .button,
.woocommerce-message .input-group-append .woocommerce-checkout .button + .button,
.input-group-append .woocommerce-checkout .woocommerce-error .button + .button,
.woocommerce-error .input-group-append .woocommerce-checkout .button + .button,
.input-group-append .woocommerce-checkout .shop_table.cart .remove + .button,
.shop_table.cart .input-group-append .woocommerce-checkout .remove + .button,
.input-group-append .woocommerce-checkout .woocommerce-MyAccount-content .button + .button,
.woocommerce-MyAccount-content .input-group-append .woocommerce-checkout .button + .button,
.input-group-append .woocommerce-checkout .woocommerce-MyAccount-content a.button + .button,
.woocommerce-MyAccount-content .input-group-append .woocommerce-checkout a.button + .button,
.input-group-append .woocommerce-checkout .woocommerce-MyAccount-navigation ul li a + .button,
.woocommerce-MyAccount-navigation ul li .input-group-append .woocommerce-checkout a + .button,
.woocommerce-checkout .input-group-append .btn + .button,
.woocommerce-checkout .input-group-append .woocommerce-notice .button + .button,
.woocommerce-notice .woocommerce-checkout .input-group-append .button + .button,
.woocommerce-checkout .input-group-append .woocommerce-message .button + .button,
.woocommerce-message .woocommerce-checkout .input-group-append .button + .button,
.woocommerce-checkout .input-group-append .woocommerce-error .button + .button,
.woocommerce-error .woocommerce-checkout .input-group-append .button + .button,
.woocommerce-checkout .input-group-append .shop_table.cart .remove + .button,
.shop_table.cart .woocommerce-checkout .input-group-append .remove + .button,
.woocommerce-checkout .input-group-append .woocommerce-MyAccount-content .button + .button,
.woocommerce-MyAccount-content .woocommerce-checkout .input-group-append .button + .button,
.woocommerce-checkout .input-group-append .woocommerce-MyAccount-content a.button + .button,
.woocommerce-MyAccount-content .woocommerce-checkout .input-group-append a.button + .button,
.woocommerce-checkout .input-group-append .woocommerce-MyAccount-navigation ul li a + .button,
.woocommerce-MyAccount-navigation ul li .woocommerce-checkout .input-group-append a + .button,
.input-group-append .single-product .woocommerce-checkout .button + .button,
.woocommerce-checkout .input-group-append .single-product .button + .button,
.single-product .input-group-append .woocommerce-checkout .button + .button,
.woocommerce-checkout .single-product .input-group-append .button + .button,
.input-group-append .woocommerce-order-received .woocommerce-checkout .button + .button,
.woocommerce-checkout .input-group-append .woocommerce-order-received .button + .button,
.woocommerce-order-received .input-group-append .woocommerce-checkout .button + .button,
.woocommerce-checkout .woocommerce-order-received .input-group-append .button + .button,
.input-group-append .woocommerce-checkout .button + .button,
.woocommerce-checkout .input-group-append .button + .button,
.input-group-append .woocommerce-cart .woocommerce-checkout .button + .button,
.woocommerce-checkout .input-group-append .woocommerce-cart .button + .button,
.woocommerce-cart .input-group-append .woocommerce-checkout .button + .button,
.woocommerce-checkout .woocommerce-cart .input-group-append .button + .button,
.input-group-append .woocommerce-cart .btn + .button,
.input-group-append .woocommerce-cart .woocommerce-notice .button + .button,
.woocommerce-notice .input-group-append .woocommerce-cart .button + .button,
.input-group-append .woocommerce-cart .woocommerce-message .button + .button,
.woocommerce-message .input-group-append .woocommerce-cart .button + .button,
.input-group-append .woocommerce-cart .woocommerce-error .button + .button,
.woocommerce-error .input-group-append .woocommerce-cart .button + .button,
.input-group-append .woocommerce-cart .shop_table.cart .remove + .button,
.shop_table.cart .input-group-append .woocommerce-cart .remove + .button,
.input-group-append .woocommerce-cart .woocommerce-MyAccount-content .button + .button,
.woocommerce-MyAccount-content .input-group-append .woocommerce-cart .button + .button,
.input-group-append .woocommerce-cart .woocommerce-MyAccount-content a.button + .button,
.woocommerce-MyAccount-content .input-group-append .woocommerce-cart a.button + .button,
.input-group-append .woocommerce-cart .woocommerce-MyAccount-navigation ul li a + .button,
.woocommerce-MyAccount-navigation ul li .input-group-append .woocommerce-cart a + .button,
.woocommerce-cart .input-group-append .btn + .button,
.woocommerce-cart .input-group-append .woocommerce-notice .button + .button,
.woocommerce-notice .woocommerce-cart .input-group-append .button + .button,
.woocommerce-cart .input-group-append .woocommerce-message .button + .button,
.woocommerce-message .woocommerce-cart .input-group-append .button + .button,
.woocommerce-cart .input-group-append .woocommerce-error .button + .button,
.woocommerce-error .woocommerce-cart .input-group-append .button + .button,
.woocommerce-cart .input-group-append .shop_table.cart .remove + .button,
.shop_table.cart .woocommerce-cart .input-group-append .remove + .button,
.woocommerce-cart .input-group-append .woocommerce-MyAccount-content .button + .button,
.woocommerce-MyAccount-content .woocommerce-cart .input-group-append .button + .button,
.woocommerce-cart .input-group-append .woocommerce-MyAccount-content a.button + .button,
.woocommerce-MyAccount-content .woocommerce-cart .input-group-append a.button + .button,
.woocommerce-cart .input-group-append .woocommerce-MyAccount-navigation ul li a + .button,
.woocommerce-MyAccount-navigation ul li .woocommerce-cart .input-group-append a + .button,
.input-group-append .single-product .woocommerce-cart .button + .button,
.woocommerce-cart .input-group-append .single-product .button + .button,
.single-product .input-group-append .woocommerce-cart .button + .button,
.woocommerce-cart .single-product .input-group-append .button + .button,
.input-group-append .woocommerce-order-received .woocommerce-cart .button + .button,
.woocommerce-cart .input-group-append .woocommerce-order-received .button + .button,
.woocommerce-order-received .input-group-append .woocommerce-cart .button + .button,
.woocommerce-cart .woocommerce-order-received .input-group-append .button + .button,
.input-group-append .woocommerce-checkout .woocommerce-cart .button + .button,
.woocommerce-cart .input-group-append .woocommerce-checkout .button + .button,
.woocommerce-checkout .input-group-append .woocommerce-cart .button + .button,
.woocommerce-cart .woocommerce-checkout .input-group-append .button + .button,
.input-group-append .woocommerce-cart .button + .button,
.woocommerce-cart .input-group-append .button + .button,
.input-group-append .page-landing__content .content-columns__cta-link + .btn,
.input-group-append .page-landing__content .woocommerce-notice .content-columns__cta-link + .button,
.woocommerce-notice .input-group-append .page-landing__content .content-columns__cta-link + .button,
.input-group-append .page-landing__content .woocommerce-message .content-columns__cta-link + .button,
.woocommerce-message .input-group-append .page-landing__content .content-columns__cta-link + .button,
.input-group-append .page-landing__content .woocommerce-error .content-columns__cta-link + .button,
.woocommerce-error .input-group-append .page-landing__content .content-columns__cta-link + .button,
.input-group-append .page-landing__content .shop_table.cart .content-columns__cta-link + .remove,
.shop_table.cart .input-group-append .page-landing__content .content-columns__cta-link + .remove,
.input-group-append .page-landing__content .woocommerce-MyAccount-content .content-columns__cta-link + .button,
.woocommerce-MyAccount-content .input-group-append .page-landing__content .content-columns__cta-link + .button,
.input-group-append .page-landing__content .woocommerce-MyAccount-content .content-columns__cta-link + a.button,
.woocommerce-MyAccount-content .input-group-append .page-landing__content .content-columns__cta-link + a.button,
.input-group-append .page-landing__content .woocommerce-MyAccount-navigation ul li .content-columns__cta-link + a,
.woocommerce-MyAccount-navigation ul li .input-group-append .page-landing__content .content-columns__cta-link + a,
.input-group-append .page-landing__content .single-product .content-columns__cta-link + .button,
.single-product .input-group-append .page-landing__content .content-columns__cta-link + .button,
.input-group-append .page-landing__content .woocommerce-order-received .content-columns__cta-link + .button,
.woocommerce-order-received .input-group-append .page-landing__content .content-columns__cta-link + .button,
.input-group-append .page-landing__content .woocommerce-checkout .content-columns__cta-link + .button,
.woocommerce-checkout .input-group-append .page-landing__content .content-columns__cta-link + .button,
.input-group-append .page-landing__content .woocommerce-cart .content-columns__cta-link + .button,
.woocommerce-cart .input-group-append .page-landing__content .content-columns__cta-link + .button,
.page-landing__content .input-group-append .content-columns__cta-link + .btn,
.page-landing__content .input-group-append .woocommerce-notice .content-columns__cta-link + .button,
.woocommerce-notice .page-landing__content .input-group-append .content-columns__cta-link + .button,
.page-landing__content .input-group-append .woocommerce-message .content-columns__cta-link + .button,
.woocommerce-message .page-landing__content .input-group-append .content-columns__cta-link + .button,
.page-landing__content .input-group-append .woocommerce-error .content-columns__cta-link + .button,
.woocommerce-error .page-landing__content .input-group-append .content-columns__cta-link + .button,
.page-landing__content .input-group-append .shop_table.cart .content-columns__cta-link + .remove,
.shop_table.cart .page-landing__content .input-group-append .content-columns__cta-link + .remove,
.page-landing__content .input-group-append .woocommerce-MyAccount-content .content-columns__cta-link + .button,
.woocommerce-MyAccount-content .page-landing__content .input-group-append .content-columns__cta-link + .button,
.page-landing__content .input-group-append .woocommerce-MyAccount-content .content-columns__cta-link + a.button,
.woocommerce-MyAccount-content .page-landing__content .input-group-append .content-columns__cta-link + a.button,
.page-landing__content .input-group-append .woocommerce-MyAccount-navigation ul li .content-columns__cta-link + a,
.woocommerce-MyAccount-navigation ul li .page-landing__content .input-group-append .content-columns__cta-link + a,
.page-landing__content .input-group-append .single-product .content-columns__cta-link + .button,
.single-product .page-landing__content .input-group-append .content-columns__cta-link + .button,
.page-landing__content .input-group-append .woocommerce-order-received .content-columns__cta-link + .button,
.woocommerce-order-received .page-landing__content .input-group-append .content-columns__cta-link + .button,
.page-landing__content .input-group-append .woocommerce-checkout .content-columns__cta-link + .button,
.woocommerce-checkout .page-landing__content .input-group-append .content-columns__cta-link + .button,
.page-landing__content .input-group-append .woocommerce-cart .content-columns__cta-link + .button,
.woocommerce-cart .page-landing__content .input-group-append .content-columns__cta-link + .button,
.input-group-append .page-landing__content .fxc-mixed_cta .card__cta + .btn,
.input-group-append .page-landing__content .fxc-mixed_cta .woocommerce-notice .card__cta + .button,
.woocommerce-notice .input-group-append .page-landing__content .fxc-mixed_cta .card__cta + .button,
.input-group-append .page-landing__content .fxc-mixed_cta .woocommerce-message .card__cta + .button,
.woocommerce-message .input-group-append .page-landing__content .fxc-mixed_cta .card__cta + .button,
.input-group-append .page-landing__content .fxc-mixed_cta .woocommerce-error .card__cta + .button,
.woocommerce-error .input-group-append .page-landing__content .fxc-mixed_cta .card__cta + .button,
.input-group-append .page-landing__content .fxc-mixed_cta .shop_table.cart .card__cta + .remove,
.shop_table.cart .input-group-append .page-landing__content .fxc-mixed_cta .card__cta + .remove,
.input-group-append .page-landing__content .fxc-mixed_cta .woocommerce-MyAccount-content .card__cta + .button,
.woocommerce-MyAccount-content .input-group-append .page-landing__content .fxc-mixed_cta .card__cta + .button,
.input-group-append .page-landing__content .fxc-mixed_cta .woocommerce-MyAccount-content .card__cta + a.button,
.woocommerce-MyAccount-content .input-group-append .page-landing__content .fxc-mixed_cta .card__cta + a.button,
.input-group-append .page-landing__content .fxc-mixed_cta .woocommerce-MyAccount-navigation ul li .card__cta + a,
.woocommerce-MyAccount-navigation ul li .input-group-append .page-landing__content .fxc-mixed_cta .card__cta + a,
.input-group-append .page-landing__content .fxc-mixed_cta .single-product .card__cta + .button,
.single-product .input-group-append .page-landing__content .fxc-mixed_cta .card__cta + .button,
.input-group-append .page-landing__content .fxc-mixed_cta .woocommerce-order-received .card__cta + .button,
.woocommerce-order-received .input-group-append .page-landing__content .fxc-mixed_cta .card__cta + .button,
.input-group-append .page-landing__content .fxc-mixed_cta .woocommerce-checkout .card__cta + .button,
.woocommerce-checkout .input-group-append .page-landing__content .fxc-mixed_cta .card__cta + .button,
.input-group-append .page-landing__content .fxc-mixed_cta .woocommerce-cart .card__cta + .button,
.woocommerce-cart .input-group-append .page-landing__content .fxc-mixed_cta .card__cta + .button,
.page-landing__content .fxc-mixed_cta .input-group-append .card__cta + .btn,
.page-landing__content .fxc-mixed_cta .input-group-append .woocommerce-notice .card__cta + .button,
.woocommerce-notice .page-landing__content .fxc-mixed_cta .input-group-append .card__cta + .button,
.page-landing__content .fxc-mixed_cta .input-group-append .woocommerce-message .card__cta + .button,
.woocommerce-message .page-landing__content .fxc-mixed_cta .input-group-append .card__cta + .button,
.page-landing__content .fxc-mixed_cta .input-group-append .woocommerce-error .card__cta + .button,
.woocommerce-error .page-landing__content .fxc-mixed_cta .input-group-append .card__cta + .button,
.page-landing__content .fxc-mixed_cta .input-group-append .shop_table.cart .card__cta + .remove,
.shop_table.cart .page-landing__content .fxc-mixed_cta .input-group-append .card__cta + .remove,
.page-landing__content .fxc-mixed_cta .input-group-append .woocommerce-MyAccount-content .card__cta + .button,
.woocommerce-MyAccount-content .page-landing__content .fxc-mixed_cta .input-group-append .card__cta + .button,
.page-landing__content .fxc-mixed_cta .input-group-append .woocommerce-MyAccount-content .card__cta + a.button,
.woocommerce-MyAccount-content .page-landing__content .fxc-mixed_cta .input-group-append .card__cta + a.button,
.page-landing__content .fxc-mixed_cta .input-group-append .woocommerce-MyAccount-navigation ul li .card__cta + a,
.woocommerce-MyAccount-navigation ul li .page-landing__content .fxc-mixed_cta .input-group-append .card__cta + a,
.page-landing__content .fxc-mixed_cta .input-group-append .single-product .card__cta + .button,
.single-product .page-landing__content .fxc-mixed_cta .input-group-append .card__cta + .button,
.page-landing__content .fxc-mixed_cta .input-group-append .woocommerce-order-received .card__cta + .button,
.woocommerce-order-received .page-landing__content .fxc-mixed_cta .input-group-append .card__cta + .button,
.page-landing__content .fxc-mixed_cta .input-group-append .woocommerce-checkout .card__cta + .button,
.woocommerce-checkout .page-landing__content .fxc-mixed_cta .input-group-append .card__cta + .button,
.page-landing__content .fxc-mixed_cta .input-group-append .woocommerce-cart .card__cta + .button,
.woocommerce-cart .page-landing__content .fxc-mixed_cta .input-group-append .card__cta + .button,
.input-group-append .page-landing__content .slide-pane__cta + .btn,
.input-group-append .page-landing__content .woocommerce-notice .slide-pane__cta + .button,
.woocommerce-notice .input-group-append .page-landing__content .slide-pane__cta + .button,
.input-group-append .page-landing__content .woocommerce-message .slide-pane__cta + .button,
.woocommerce-message .input-group-append .page-landing__content .slide-pane__cta + .button,
.input-group-append .page-landing__content .woocommerce-error .slide-pane__cta + .button,
.woocommerce-error .input-group-append .page-landing__content .slide-pane__cta + .button,
.input-group-append .page-landing__content .shop_table.cart .slide-pane__cta + .remove,
.shop_table.cart .input-group-append .page-landing__content .slide-pane__cta + .remove,
.input-group-append .page-landing__content .woocommerce-MyAccount-content .slide-pane__cta + .button,
.woocommerce-MyAccount-content .input-group-append .page-landing__content .slide-pane__cta + .button,
.input-group-append .page-landing__content .woocommerce-MyAccount-content .slide-pane__cta + a.button,
.woocommerce-MyAccount-content .input-group-append .page-landing__content .slide-pane__cta + a.button,
.input-group-append .page-landing__content .woocommerce-MyAccount-navigation ul li .slide-pane__cta + a,
.woocommerce-MyAccount-navigation ul li .input-group-append .page-landing__content .slide-pane__cta + a,
.input-group-append .page-landing__content .single-product .slide-pane__cta + .button,
.single-product .input-group-append .page-landing__content .slide-pane__cta + .button,
.input-group-append .page-landing__content .woocommerce-order-received .slide-pane__cta + .button,
.woocommerce-order-received .input-group-append .page-landing__content .slide-pane__cta + .button,
.input-group-append .page-landing__content .woocommerce-checkout .slide-pane__cta + .button,
.woocommerce-checkout .input-group-append .page-landing__content .slide-pane__cta + .button,
.input-group-append .page-landing__content .woocommerce-cart .slide-pane__cta + .button,
.woocommerce-cart .input-group-append .page-landing__content .slide-pane__cta + .button,
.page-landing__content .input-group-append .slide-pane__cta + .btn,
.page-landing__content .input-group-append .woocommerce-notice .slide-pane__cta + .button,
.woocommerce-notice .page-landing__content .input-group-append .slide-pane__cta + .button,
.page-landing__content .input-group-append .woocommerce-message .slide-pane__cta + .button,
.woocommerce-message .page-landing__content .input-group-append .slide-pane__cta + .button,
.page-landing__content .input-group-append .woocommerce-error .slide-pane__cta + .button,
.woocommerce-error .page-landing__content .input-group-append .slide-pane__cta + .button,
.page-landing__content .input-group-append .shop_table.cart .slide-pane__cta + .remove,
.shop_table.cart .page-landing__content .input-group-append .slide-pane__cta + .remove,
.page-landing__content .input-group-append .woocommerce-MyAccount-content .slide-pane__cta + .button,
.woocommerce-MyAccount-content .page-landing__content .input-group-append .slide-pane__cta + .button,
.page-landing__content .input-group-append .woocommerce-MyAccount-content .slide-pane__cta + a.button,
.woocommerce-MyAccount-content .page-landing__content .input-group-append .slide-pane__cta + a.button,
.page-landing__content .input-group-append .woocommerce-MyAccount-navigation ul li .slide-pane__cta + a,
.woocommerce-MyAccount-navigation ul li .page-landing__content .input-group-append .slide-pane__cta + a,
.page-landing__content .input-group-append .single-product .slide-pane__cta + .button,
.single-product .page-landing__content .input-group-append .slide-pane__cta + .button,
.page-landing__content .input-group-append .woocommerce-order-received .slide-pane__cta + .button,
.woocommerce-order-received .page-landing__content .input-group-append .slide-pane__cta + .button,
.page-landing__content .input-group-append .woocommerce-checkout .slide-pane__cta + .button,
.woocommerce-checkout .page-landing__content .input-group-append .slide-pane__cta + .button,
.page-landing__content .input-group-append .woocommerce-cart .slide-pane__cta + .button,
.woocommerce-cart .page-landing__content .input-group-append .slide-pane__cta + .button,
.input-group-append .page-landing__content .btn + .content-columns__cta-link,
.input-group-append .page-landing__content .woocommerce-notice .button + .content-columns__cta-link,
.woocommerce-notice .input-group-append .page-landing__content .button + .content-columns__cta-link,
.input-group-append .page-landing__content .woocommerce-message .button + .content-columns__cta-link,
.woocommerce-message .input-group-append .page-landing__content .button + .content-columns__cta-link,
.input-group-append .page-landing__content .woocommerce-error .button + .content-columns__cta-link,
.woocommerce-error .input-group-append .page-landing__content .button + .content-columns__cta-link,
.input-group-append .page-landing__content .shop_table.cart .remove + .content-columns__cta-link,
.shop_table.cart .input-group-append .page-landing__content .remove + .content-columns__cta-link,
.input-group-append .page-landing__content .woocommerce-MyAccount-content .button + .content-columns__cta-link,
.woocommerce-MyAccount-content .input-group-append .page-landing__content .button + .content-columns__cta-link,
.input-group-append .page-landing__content .woocommerce-MyAccount-content a.button + .content-columns__cta-link,
.woocommerce-MyAccount-content .input-group-append .page-landing__content a.button + .content-columns__cta-link,
.input-group-append .page-landing__content .woocommerce-MyAccount-navigation ul li a + .content-columns__cta-link,
.woocommerce-MyAccount-navigation ul li .input-group-append .page-landing__content a + .content-columns__cta-link,
.input-group-append .page-landing__content .single-product .button + .content-columns__cta-link,
.single-product .input-group-append .page-landing__content .button + .content-columns__cta-link,
.input-group-append .page-landing__content .woocommerce-order-received .button + .content-columns__cta-link,
.woocommerce-order-received .input-group-append .page-landing__content .button + .content-columns__cta-link,
.input-group-append .page-landing__content .woocommerce-checkout .button + .content-columns__cta-link,
.woocommerce-checkout .input-group-append .page-landing__content .button + .content-columns__cta-link,
.input-group-append .page-landing__content .woocommerce-cart .button + .content-columns__cta-link,
.woocommerce-cart .input-group-append .page-landing__content .button + .content-columns__cta-link,
.page-landing__content .input-group-append .btn + .content-columns__cta-link,
.page-landing__content .input-group-append .woocommerce-notice .button + .content-columns__cta-link,
.woocommerce-notice .page-landing__content .input-group-append .button + .content-columns__cta-link,
.page-landing__content .input-group-append .woocommerce-message .button + .content-columns__cta-link,
.woocommerce-message .page-landing__content .input-group-append .button + .content-columns__cta-link,
.page-landing__content .input-group-append .woocommerce-error .button + .content-columns__cta-link,
.woocommerce-error .page-landing__content .input-group-append .button + .content-columns__cta-link,
.page-landing__content .input-group-append .shop_table.cart .remove + .content-columns__cta-link,
.shop_table.cart .page-landing__content .input-group-append .remove + .content-columns__cta-link,
.page-landing__content .input-group-append .woocommerce-MyAccount-content .button + .content-columns__cta-link,
.woocommerce-MyAccount-content .page-landing__content .input-group-append .button + .content-columns__cta-link,
.page-landing__content .input-group-append .woocommerce-MyAccount-content a.button + .content-columns__cta-link,
.woocommerce-MyAccount-content .page-landing__content .input-group-append a.button + .content-columns__cta-link,
.page-landing__content .input-group-append .woocommerce-MyAccount-navigation ul li a + .content-columns__cta-link,
.woocommerce-MyAccount-navigation ul li .page-landing__content .input-group-append a + .content-columns__cta-link,
.page-landing__content .input-group-append .single-product .button + .content-columns__cta-link,
.single-product .page-landing__content .input-group-append .button + .content-columns__cta-link,
.page-landing__content .input-group-append .woocommerce-order-received .button + .content-columns__cta-link,
.woocommerce-order-received .page-landing__content .input-group-append .button + .content-columns__cta-link,
.page-landing__content .input-group-append .woocommerce-checkout .button + .content-columns__cta-link,
.woocommerce-checkout .page-landing__content .input-group-append .button + .content-columns__cta-link,
.page-landing__content .input-group-append .woocommerce-cart .button + .content-columns__cta-link,
.woocommerce-cart .page-landing__content .input-group-append .button + .content-columns__cta-link,
.input-group-append .page-landing__content .content-columns__cta-link + .content-columns__cta-link,
.page-landing__content .input-group-append .content-columns__cta-link + .content-columns__cta-link,
.input-group-append .page-landing__content .fxc-mixed_cta .card__cta + .content-columns__cta-link,
.page-landing__content .fxc-mixed_cta .input-group-append .card__cta + .content-columns__cta-link,
.input-group-append .page-landing__content .slide-pane__cta + .content-columns__cta-link,
.page-landing__content .input-group-append .slide-pane__cta + .content-columns__cta-link,
.input-group-append .page-landing__content .fxc-mixed_cta .btn + .card__cta,
.input-group-append .page-landing__content .fxc-mixed_cta .woocommerce-notice .button + .card__cta,
.woocommerce-notice .input-group-append .page-landing__content .fxc-mixed_cta .button + .card__cta,
.input-group-append .page-landing__content .fxc-mixed_cta .woocommerce-message .button + .card__cta,
.woocommerce-message .input-group-append .page-landing__content .fxc-mixed_cta .button + .card__cta,
.input-group-append .page-landing__content .fxc-mixed_cta .woocommerce-error .button + .card__cta,
.woocommerce-error .input-group-append .page-landing__content .fxc-mixed_cta .button + .card__cta,
.input-group-append .page-landing__content .fxc-mixed_cta .shop_table.cart .remove + .card__cta,
.shop_table.cart .input-group-append .page-landing__content .fxc-mixed_cta .remove + .card__cta,
.input-group-append .page-landing__content .fxc-mixed_cta .woocommerce-MyAccount-content .button + .card__cta,
.woocommerce-MyAccount-content .input-group-append .page-landing__content .fxc-mixed_cta .button + .card__cta,
.input-group-append .page-landing__content .fxc-mixed_cta .woocommerce-MyAccount-content a.button + .card__cta,
.woocommerce-MyAccount-content .input-group-append .page-landing__content .fxc-mixed_cta a.button + .card__cta,
.input-group-append .page-landing__content .fxc-mixed_cta .woocommerce-MyAccount-navigation ul li a + .card__cta,
.woocommerce-MyAccount-navigation ul li .input-group-append .page-landing__content .fxc-mixed_cta a + .card__cta,
.input-group-append .page-landing__content .fxc-mixed_cta .single-product .button + .card__cta,
.single-product .input-group-append .page-landing__content .fxc-mixed_cta .button + .card__cta,
.input-group-append .page-landing__content .fxc-mixed_cta .woocommerce-order-received .button + .card__cta,
.woocommerce-order-received .input-group-append .page-landing__content .fxc-mixed_cta .button + .card__cta,
.input-group-append .page-landing__content .fxc-mixed_cta .woocommerce-checkout .button + .card__cta,
.woocommerce-checkout .input-group-append .page-landing__content .fxc-mixed_cta .button + .card__cta,
.input-group-append .page-landing__content .fxc-mixed_cta .woocommerce-cart .button + .card__cta,
.woocommerce-cart .input-group-append .page-landing__content .fxc-mixed_cta .button + .card__cta,
.page-landing__content .fxc-mixed_cta .input-group-append .btn + .card__cta,
.page-landing__content .fxc-mixed_cta .input-group-append .woocommerce-notice .button + .card__cta,
.woocommerce-notice .page-landing__content .fxc-mixed_cta .input-group-append .button + .card__cta,
.page-landing__content .fxc-mixed_cta .input-group-append .woocommerce-message .button + .card__cta,
.woocommerce-message .page-landing__content .fxc-mixed_cta .input-group-append .button + .card__cta,
.page-landing__content .fxc-mixed_cta .input-group-append .woocommerce-error .button + .card__cta,
.woocommerce-error .page-landing__content .fxc-mixed_cta .input-group-append .button + .card__cta,
.page-landing__content .fxc-mixed_cta .input-group-append .shop_table.cart .remove + .card__cta,
.shop_table.cart .page-landing__content .fxc-mixed_cta .input-group-append .remove + .card__cta,
.page-landing__content .fxc-mixed_cta .input-group-append .woocommerce-MyAccount-content .button + .card__cta,
.woocommerce-MyAccount-content .page-landing__content .fxc-mixed_cta .input-group-append .button + .card__cta,
.page-landing__content .fxc-mixed_cta .input-group-append .woocommerce-MyAccount-content a.button + .card__cta,
.woocommerce-MyAccount-content .page-landing__content .fxc-mixed_cta .input-group-append a.button + .card__cta,
.page-landing__content .fxc-mixed_cta .input-group-append .woocommerce-MyAccount-navigation ul li a + .card__cta,
.woocommerce-MyAccount-navigation ul li .page-landing__content .fxc-mixed_cta .input-group-append a + .card__cta,
.page-landing__content .fxc-mixed_cta .input-group-append .single-product .button + .card__cta,
.single-product .page-landing__content .fxc-mixed_cta .input-group-append .button + .card__cta,
.page-landing__content .fxc-mixed_cta .input-group-append .woocommerce-order-received .button + .card__cta,
.woocommerce-order-received .page-landing__content .fxc-mixed_cta .input-group-append .button + .card__cta,
.page-landing__content .fxc-mixed_cta .input-group-append .woocommerce-checkout .button + .card__cta,
.woocommerce-checkout .page-landing__content .fxc-mixed_cta .input-group-append .button + .card__cta,
.page-landing__content .fxc-mixed_cta .input-group-append .woocommerce-cart .button + .card__cta,
.woocommerce-cart .page-landing__content .fxc-mixed_cta .input-group-append .button + .card__cta,
.input-group-append .page-landing__content .fxc-mixed_cta .content-columns__cta-link + .card__cta,
.page-landing__content .input-group-append .fxc-mixed_cta .content-columns__cta-link + .card__cta,
.page-landing__content .fxc-mixed_cta .input-group-append .content-columns__cta-link + .card__cta,
.input-group-append .page-landing__content .fxc-mixed_cta .card__cta + .card__cta,
.page-landing__content .fxc-mixed_cta .input-group-append .card__cta + .card__cta,
.input-group-append .page-landing__content .fxc-mixed_cta .slide-pane__cta + .card__cta,
.page-landing__content .input-group-append .fxc-mixed_cta .slide-pane__cta + .card__cta,
.page-landing__content .fxc-mixed_cta .input-group-append .slide-pane__cta + .card__cta,
.input-group-append .page-landing__content .btn + .slide-pane__cta,
.input-group-append .page-landing__content .woocommerce-notice .button + .slide-pane__cta,
.woocommerce-notice .input-group-append .page-landing__content .button + .slide-pane__cta,
.input-group-append .page-landing__content .woocommerce-message .button + .slide-pane__cta,
.woocommerce-message .input-group-append .page-landing__content .button + .slide-pane__cta,
.input-group-append .page-landing__content .woocommerce-error .button + .slide-pane__cta,
.woocommerce-error .input-group-append .page-landing__content .button + .slide-pane__cta,
.input-group-append .page-landing__content .shop_table.cart .remove + .slide-pane__cta,
.shop_table.cart .input-group-append .page-landing__content .remove + .slide-pane__cta,
.input-group-append .page-landing__content .woocommerce-MyAccount-content .button + .slide-pane__cta,
.woocommerce-MyAccount-content .input-group-append .page-landing__content .button + .slide-pane__cta,
.input-group-append .page-landing__content .woocommerce-MyAccount-content a.button + .slide-pane__cta,
.woocommerce-MyAccount-content .input-group-append .page-landing__content a.button + .slide-pane__cta,
.input-group-append .page-landing__content .woocommerce-MyAccount-navigation ul li a + .slide-pane__cta,
.woocommerce-MyAccount-navigation ul li .input-group-append .page-landing__content a + .slide-pane__cta,
.input-group-append .page-landing__content .single-product .button + .slide-pane__cta,
.single-product .input-group-append .page-landing__content .button + .slide-pane__cta,
.input-group-append .page-landing__content .woocommerce-order-received .button + .slide-pane__cta,
.woocommerce-order-received .input-group-append .page-landing__content .button + .slide-pane__cta,
.input-group-append .page-landing__content .woocommerce-checkout .button + .slide-pane__cta,
.woocommerce-checkout .input-group-append .page-landing__content .button + .slide-pane__cta,
.input-group-append .page-landing__content .woocommerce-cart .button + .slide-pane__cta,
.woocommerce-cart .input-group-append .page-landing__content .button + .slide-pane__cta,
.page-landing__content .input-group-append .btn + .slide-pane__cta,
.page-landing__content .input-group-append .woocommerce-notice .button + .slide-pane__cta,
.woocommerce-notice .page-landing__content .input-group-append .button + .slide-pane__cta,
.page-landing__content .input-group-append .woocommerce-message .button + .slide-pane__cta,
.woocommerce-message .page-landing__content .input-group-append .button + .slide-pane__cta,
.page-landing__content .input-group-append .woocommerce-error .button + .slide-pane__cta,
.woocommerce-error .page-landing__content .input-group-append .button + .slide-pane__cta,
.page-landing__content .input-group-append .shop_table.cart .remove + .slide-pane__cta,
.shop_table.cart .page-landing__content .input-group-append .remove + .slide-pane__cta,
.page-landing__content .input-group-append .woocommerce-MyAccount-content .button + .slide-pane__cta,
.woocommerce-MyAccount-content .page-landing__content .input-group-append .button + .slide-pane__cta,
.page-landing__content .input-group-append .woocommerce-MyAccount-content a.button + .slide-pane__cta,
.woocommerce-MyAccount-content .page-landing__content .input-group-append a.button + .slide-pane__cta,
.page-landing__content .input-group-append .woocommerce-MyAccount-navigation ul li a + .slide-pane__cta,
.woocommerce-MyAccount-navigation ul li .page-landing__content .input-group-append a + .slide-pane__cta,
.page-landing__content .input-group-append .single-product .button + .slide-pane__cta,
.single-product .page-landing__content .input-group-append .button + .slide-pane__cta,
.page-landing__content .input-group-append .woocommerce-order-received .button + .slide-pane__cta,
.woocommerce-order-received .page-landing__content .input-group-append .button + .slide-pane__cta,
.page-landing__content .input-group-append .woocommerce-checkout .button + .slide-pane__cta,
.woocommerce-checkout .page-landing__content .input-group-append .button + .slide-pane__cta,
.page-landing__content .input-group-append .woocommerce-cart .button + .slide-pane__cta,
.woocommerce-cart .page-landing__content .input-group-append .button + .slide-pane__cta,
.input-group-append .page-landing__content .content-columns__cta-link + .slide-pane__cta,
.page-landing__content .input-group-append .content-columns__cta-link + .slide-pane__cta,
.input-group-append .page-landing__content .fxc-mixed_cta .card__cta + .slide-pane__cta,
.page-landing__content .fxc-mixed_cta .input-group-append .card__cta + .slide-pane__cta,
.input-group-append .page-landing__content .slide-pane__cta + .slide-pane__cta,
.page-landing__content .input-group-append .slide-pane__cta + .slide-pane__cta,
.input-group-append .account-cta__link + .btn,
.input-group-append .woocommerce-notice .account-cta__link + .button,
.woocommerce-notice .input-group-append .account-cta__link + .button,
.input-group-append .woocommerce-message .account-cta__link + .button,
.woocommerce-message .input-group-append .account-cta__link + .button,
.input-group-append .woocommerce-error .account-cta__link + .button,
.woocommerce-error .input-group-append .account-cta__link + .button,
.input-group-append .shop_table.cart .account-cta__link + .remove,
.shop_table.cart .input-group-append .account-cta__link + .remove,
.input-group-append .woocommerce-MyAccount-content .account-cta__link + .button,
.woocommerce-MyAccount-content .input-group-append .account-cta__link + .button,
.input-group-append .woocommerce-MyAccount-content .account-cta__link + a.button,
.woocommerce-MyAccount-content .input-group-append .account-cta__link + a.button,
.input-group-append .woocommerce-MyAccount-navigation ul li .account-cta__link + a,
.woocommerce-MyAccount-navigation ul li .input-group-append .account-cta__link + a,
.input-group-append .single-product .account-cta__link + .button,
.single-product .input-group-append .account-cta__link + .button,
.input-group-append .woocommerce-order-received .account-cta__link + .button,
.woocommerce-order-received .input-group-append .account-cta__link + .button,
.input-group-append .woocommerce-checkout .account-cta__link + .button,
.woocommerce-checkout .input-group-append .account-cta__link + .button,
.input-group-append .woocommerce-cart .account-cta__link + .button,
.woocommerce-cart .input-group-append .account-cta__link + .button,
.input-group-append .page-landing__content .account-cta__link + .content-columns__cta-link,
.page-landing__content .input-group-append .account-cta__link + .content-columns__cta-link,
.input-group-append .page-landing__content .fxc-mixed_cta .account-cta__link + .card__cta,
.page-landing__content .fxc-mixed_cta .input-group-append .account-cta__link + .card__cta,
.input-group-append .page-landing__content .account-cta__link + .slide-pane__cta,
.page-landing__content .input-group-append .account-cta__link + .slide-pane__cta,
.input-group-append .btn + .account-cta__link,
.input-group-append .woocommerce-notice .button + .account-cta__link,
.woocommerce-notice .input-group-append .button + .account-cta__link,
.input-group-append .woocommerce-message .button + .account-cta__link,
.woocommerce-message .input-group-append .button + .account-cta__link,
.input-group-append .woocommerce-error .button + .account-cta__link,
.woocommerce-error .input-group-append .button + .account-cta__link,
.input-group-append .shop_table.cart .remove + .account-cta__link,
.shop_table.cart .input-group-append .remove + .account-cta__link,
.input-group-append .woocommerce-MyAccount-content .button + .account-cta__link,
.woocommerce-MyAccount-content .input-group-append .button + .account-cta__link,
.input-group-append .woocommerce-MyAccount-content a.button + .account-cta__link,
.woocommerce-MyAccount-content .input-group-append a.button + .account-cta__link,
.input-group-append .woocommerce-MyAccount-navigation ul li a + .account-cta__link,
.woocommerce-MyAccount-navigation ul li .input-group-append a + .account-cta__link,
.input-group-append .single-product .button + .account-cta__link,
.single-product .input-group-append .button + .account-cta__link,
.input-group-append .woocommerce-order-received .button + .account-cta__link,
.woocommerce-order-received .input-group-append .button + .account-cta__link,
.input-group-append .woocommerce-checkout .button + .account-cta__link,
.woocommerce-checkout .input-group-append .button + .account-cta__link,
.input-group-append .woocommerce-cart .button + .account-cta__link,
.woocommerce-cart .input-group-append .button + .account-cta__link,
.input-group-append .page-landing__content .content-columns__cta-link + .account-cta__link,
.page-landing__content .input-group-append .content-columns__cta-link + .account-cta__link,
.input-group-append .page-landing__content .fxc-mixed_cta .card__cta + .account-cta__link,
.page-landing__content .fxc-mixed_cta .input-group-append .card__cta + .account-cta__link,
.input-group-append .page-landing__content .slide-pane__cta + .account-cta__link,
.page-landing__content .input-group-append .slide-pane__cta + .account-cta__link,
.input-group-append .account-cta__link + .account-cta__link,
.input-group-append .comment-form input[type=submit] + .btn,
.input-group-append .comment-form .woocommerce-notice input[type=submit] + .button,
.woocommerce-notice .input-group-append .comment-form input[type=submit] + .button,
.input-group-append .comment-form .woocommerce-message input[type=submit] + .button,
.woocommerce-message .input-group-append .comment-form input[type=submit] + .button,
.input-group-append .comment-form .woocommerce-error input[type=submit] + .button,
.woocommerce-error .input-group-append .comment-form input[type=submit] + .button,
.input-group-append .comment-form .shop_table.cart input[type=submit] + .remove,
.shop_table.cart .input-group-append .comment-form input[type=submit] + .remove,
.input-group-append .comment-form .woocommerce-MyAccount-content input[type=submit] + .button,
.woocommerce-MyAccount-content .input-group-append .comment-form input[type=submit] + .button,
.input-group-append .comment-form .woocommerce-MyAccount-content input[type=submit] + a.button,
.woocommerce-MyAccount-content .input-group-append .comment-form input[type=submit] + a.button,
.input-group-append .comment-form .woocommerce-MyAccount-navigation ul li input[type=submit] + a,
.woocommerce-MyAccount-navigation ul li .input-group-append .comment-form input[type=submit] + a,
.input-group-append .comment-form .single-product input[type=submit] + .button,
.single-product .input-group-append .comment-form input[type=submit] + .button,
.input-group-append .comment-form .woocommerce-order-received input[type=submit] + .button,
.woocommerce-order-received .input-group-append .comment-form input[type=submit] + .button,
.input-group-append .comment-form .woocommerce-checkout input[type=submit] + .button,
.woocommerce-checkout .input-group-append .comment-form input[type=submit] + .button,
.input-group-append .comment-form .woocommerce-cart input[type=submit] + .button,
.woocommerce-cart .input-group-append .comment-form input[type=submit] + .button,
.input-group-append .comment-form .page-landing__content input[type=submit] + .content-columns__cta-link,
.page-landing__content .input-group-append .comment-form input[type=submit] + .content-columns__cta-link,
.input-group-append .comment-form .page-landing__content .fxc-mixed_cta input[type=submit] + .card__cta,
.page-landing__content .fxc-mixed_cta .input-group-append .comment-form input[type=submit] + .card__cta,
.input-group-append .comment-form .page-landing__content input[type=submit] + .slide-pane__cta,
.page-landing__content .input-group-append .comment-form input[type=submit] + .slide-pane__cta,
.input-group-append .comment-form input[type=submit] + .account-cta__link,
.comment-form .input-group-append input[type=submit] + .btn,
.comment-form .input-group-append .woocommerce-notice input[type=submit] + .button,
.woocommerce-notice .comment-form .input-group-append input[type=submit] + .button,
.comment-form .input-group-append .woocommerce-message input[type=submit] + .button,
.woocommerce-message .comment-form .input-group-append input[type=submit] + .button,
.comment-form .input-group-append .woocommerce-error input[type=submit] + .button,
.woocommerce-error .comment-form .input-group-append input[type=submit] + .button,
.comment-form .input-group-append .shop_table.cart input[type=submit] + .remove,
.shop_table.cart .comment-form .input-group-append input[type=submit] + .remove,
.comment-form .input-group-append .woocommerce-MyAccount-content input[type=submit] + .button,
.woocommerce-MyAccount-content .comment-form .input-group-append input[type=submit] + .button,
.comment-form .input-group-append .woocommerce-MyAccount-content input[type=submit] + a.button,
.woocommerce-MyAccount-content .comment-form .input-group-append input[type=submit] + a.button,
.comment-form .input-group-append .woocommerce-MyAccount-navigation ul li input[type=submit] + a,
.woocommerce-MyAccount-navigation ul li .comment-form .input-group-append input[type=submit] + a,
.comment-form .input-group-append .single-product input[type=submit] + .button,
.single-product .comment-form .input-group-append input[type=submit] + .button,
.comment-form .input-group-append .woocommerce-order-received input[type=submit] + .button,
.woocommerce-order-received .comment-form .input-group-append input[type=submit] + .button,
.comment-form .input-group-append .woocommerce-checkout input[type=submit] + .button,
.woocommerce-checkout .comment-form .input-group-append input[type=submit] + .button,
.comment-form .input-group-append .woocommerce-cart input[type=submit] + .button,
.woocommerce-cart .comment-form .input-group-append input[type=submit] + .button,
.comment-form .input-group-append .page-landing__content input[type=submit] + .content-columns__cta-link,
.page-landing__content .comment-form .input-group-append input[type=submit] + .content-columns__cta-link,
.comment-form .input-group-append .page-landing__content .fxc-mixed_cta input[type=submit] + .card__cta,
.page-landing__content .fxc-mixed_cta .comment-form .input-group-append input[type=submit] + .card__cta,
.comment-form .input-group-append .page-landing__content input[type=submit] + .slide-pane__cta,
.page-landing__content .comment-form .input-group-append input[type=submit] + .slide-pane__cta,
.comment-form .input-group-append input[type=submit] + .account-cta__link,
.input-group-append .comment-form .btn + input[type=submit],
.input-group-append .comment-form .woocommerce-notice .button + input[type=submit],
.woocommerce-notice .input-group-append .comment-form .button + input[type=submit],
.input-group-append .comment-form .woocommerce-message .button + input[type=submit],
.woocommerce-message .input-group-append .comment-form .button + input[type=submit],
.input-group-append .comment-form .woocommerce-error .button + input[type=submit],
.woocommerce-error .input-group-append .comment-form .button + input[type=submit],
.input-group-append .comment-form .shop_table.cart .remove + input[type=submit],
.shop_table.cart .input-group-append .comment-form .remove + input[type=submit],
.input-group-append .comment-form .woocommerce-MyAccount-content .button + input[type=submit],
.woocommerce-MyAccount-content .input-group-append .comment-form .button + input[type=submit],
.input-group-append .comment-form .woocommerce-MyAccount-content a.button + input[type=submit],
.woocommerce-MyAccount-content .input-group-append .comment-form a.button + input[type=submit],
.input-group-append .comment-form .woocommerce-MyAccount-navigation ul li a + input[type=submit],
.woocommerce-MyAccount-navigation ul li .input-group-append .comment-form a + input[type=submit],
.input-group-append .comment-form .single-product .button + input[type=submit],
.single-product .input-group-append .comment-form .button + input[type=submit],
.input-group-append .comment-form .woocommerce-order-received .button + input[type=submit],
.woocommerce-order-received .input-group-append .comment-form .button + input[type=submit],
.input-group-append .comment-form .woocommerce-checkout .button + input[type=submit],
.woocommerce-checkout .input-group-append .comment-form .button + input[type=submit],
.input-group-append .comment-form .woocommerce-cart .button + input[type=submit],
.woocommerce-cart .input-group-append .comment-form .button + input[type=submit],
.input-group-append .comment-form .page-landing__content .content-columns__cta-link + input[type=submit],
.page-landing__content .input-group-append .comment-form .content-columns__cta-link + input[type=submit],
.input-group-append .comment-form .page-landing__content .fxc-mixed_cta .card__cta + input[type=submit],
.page-landing__content .fxc-mixed_cta .input-group-append .comment-form .card__cta + input[type=submit],
.input-group-append .comment-form .page-landing__content .slide-pane__cta + input[type=submit],
.page-landing__content .input-group-append .comment-form .slide-pane__cta + input[type=submit],
.input-group-append .comment-form .account-cta__link + input[type=submit],
.comment-form .input-group-append .btn + input[type=submit],
.comment-form .input-group-append .woocommerce-notice .button + input[type=submit],
.woocommerce-notice .comment-form .input-group-append .button + input[type=submit],
.comment-form .input-group-append .woocommerce-message .button + input[type=submit],
.woocommerce-message .comment-form .input-group-append .button + input[type=submit],
.comment-form .input-group-append .woocommerce-error .button + input[type=submit],
.woocommerce-error .comment-form .input-group-append .button + input[type=submit],
.comment-form .input-group-append .shop_table.cart .remove + input[type=submit],
.shop_table.cart .comment-form .input-group-append .remove + input[type=submit],
.comment-form .input-group-append .woocommerce-MyAccount-content .button + input[type=submit],
.woocommerce-MyAccount-content .comment-form .input-group-append .button + input[type=submit],
.comment-form .input-group-append .woocommerce-MyAccount-content a.button + input[type=submit],
.woocommerce-MyAccount-content .comment-form .input-group-append a.button + input[type=submit],
.comment-form .input-group-append .woocommerce-MyAccount-navigation ul li a + input[type=submit],
.woocommerce-MyAccount-navigation ul li .comment-form .input-group-append a + input[type=submit],
.comment-form .input-group-append .single-product .button + input[type=submit],
.single-product .comment-form .input-group-append .button + input[type=submit],
.comment-form .input-group-append .woocommerce-order-received .button + input[type=submit],
.woocommerce-order-received .comment-form .input-group-append .button + input[type=submit],
.comment-form .input-group-append .woocommerce-checkout .button + input[type=submit],
.woocommerce-checkout .comment-form .input-group-append .button + input[type=submit],
.comment-form .input-group-append .woocommerce-cart .button + input[type=submit],
.woocommerce-cart .comment-form .input-group-append .button + input[type=submit],
.comment-form .input-group-append .page-landing__content .content-columns__cta-link + input[type=submit],
.page-landing__content .comment-form .input-group-append .content-columns__cta-link + input[type=submit],
.comment-form .input-group-append .page-landing__content .fxc-mixed_cta .card__cta + input[type=submit],
.page-landing__content .fxc-mixed_cta .comment-form .input-group-append .card__cta + input[type=submit],
.comment-form .input-group-append .page-landing__content .slide-pane__cta + input[type=submit],
.page-landing__content .comment-form .input-group-append .slide-pane__cta + input[type=submit],
.comment-form .input-group-append .account-cta__link + input[type=submit],
.input-group-append .comment-form input[type=submit] + input[type=submit],
.comment-form .input-group-append input[type=submit] + input[type=submit],
.input-group-append .bbp-pagination__more + .btn,
.input-group-append .woocommerce-notice .bbp-pagination__more + .button,
.woocommerce-notice .input-group-append .bbp-pagination__more + .button,
.input-group-append .woocommerce-message .bbp-pagination__more + .button,
.woocommerce-message .input-group-append .bbp-pagination__more + .button,
.input-group-append .woocommerce-error .bbp-pagination__more + .button,
.woocommerce-error .input-group-append .bbp-pagination__more + .button,
.input-group-append .shop_table.cart .bbp-pagination__more + .remove,
.shop_table.cart .input-group-append .bbp-pagination__more + .remove,
.input-group-append .woocommerce-MyAccount-content .bbp-pagination__more + .button,
.woocommerce-MyAccount-content .input-group-append .bbp-pagination__more + .button,
.input-group-append .woocommerce-MyAccount-content .bbp-pagination__more + a.button,
.woocommerce-MyAccount-content .input-group-append .bbp-pagination__more + a.button,
.input-group-append .woocommerce-MyAccount-navigation ul li .bbp-pagination__more + a,
.woocommerce-MyAccount-navigation ul li .input-group-append .bbp-pagination__more + a,
.input-group-append .single-product .bbp-pagination__more + .button,
.single-product .input-group-append .bbp-pagination__more + .button,
.input-group-append .woocommerce-order-received .bbp-pagination__more + .button,
.woocommerce-order-received .input-group-append .bbp-pagination__more + .button,
.input-group-append .woocommerce-checkout .bbp-pagination__more + .button,
.woocommerce-checkout .input-group-append .bbp-pagination__more + .button,
.input-group-append .woocommerce-cart .bbp-pagination__more + .button,
.woocommerce-cart .input-group-append .bbp-pagination__more + .button,
.input-group-append .page-landing__content .bbp-pagination__more + .content-columns__cta-link,
.page-landing__content .input-group-append .bbp-pagination__more + .content-columns__cta-link,
.input-group-append .page-landing__content .fxc-mixed_cta .bbp-pagination__more + .card__cta,
.page-landing__content .fxc-mixed_cta .input-group-append .bbp-pagination__more + .card__cta,
.input-group-append .page-landing__content .bbp-pagination__more + .slide-pane__cta,
.page-landing__content .input-group-append .bbp-pagination__more + .slide-pane__cta,
.input-group-append .bbp-pagination__more + .account-cta__link,
.input-group-append .comment-form .bbp-pagination__more + input[type=submit],
.comment-form .input-group-append .bbp-pagination__more + input[type=submit],
.input-group-append .pagination__more + .btn,
.input-group-append .woocommerce-notice .pagination__more + .button,
.woocommerce-notice .input-group-append .pagination__more + .button,
.input-group-append .woocommerce-message .pagination__more + .button,
.woocommerce-message .input-group-append .pagination__more + .button,
.input-group-append .woocommerce-error .pagination__more + .button,
.woocommerce-error .input-group-append .pagination__more + .button,
.input-group-append .shop_table.cart .pagination__more + .remove,
.shop_table.cart .input-group-append .pagination__more + .remove,
.input-group-append .woocommerce-MyAccount-content .pagination__more + .button,
.woocommerce-MyAccount-content .input-group-append .pagination__more + .button,
.input-group-append .woocommerce-MyAccount-content .pagination__more + a.button,
.woocommerce-MyAccount-content .input-group-append .pagination__more + a.button,
.input-group-append .woocommerce-MyAccount-navigation ul li .pagination__more + a,
.woocommerce-MyAccount-navigation ul li .input-group-append .pagination__more + a,
.input-group-append .single-product .pagination__more + .button,
.single-product .input-group-append .pagination__more + .button,
.input-group-append .woocommerce-order-received .pagination__more + .button,
.woocommerce-order-received .input-group-append .pagination__more + .button,
.input-group-append .woocommerce-checkout .pagination__more + .button,
.woocommerce-checkout .input-group-append .pagination__more + .button,
.input-group-append .woocommerce-cart .pagination__more + .button,
.woocommerce-cart .input-group-append .pagination__more + .button,
.input-group-append .page-landing__content .pagination__more + .content-columns__cta-link,
.page-landing__content .input-group-append .pagination__more + .content-columns__cta-link,
.input-group-append .page-landing__content .fxc-mixed_cta .pagination__more + .card__cta,
.page-landing__content .fxc-mixed_cta .input-group-append .pagination__more + .card__cta,
.input-group-append .page-landing__content .pagination__more + .slide-pane__cta,
.page-landing__content .input-group-append .pagination__more + .slide-pane__cta,
.input-group-append .pagination__more + .account-cta__link,
.input-group-append .comment-form .pagination__more + input[type=submit],
.comment-form .input-group-append .pagination__more + input[type=submit],
.input-group-append .btn + .bbp-pagination__more,
.input-group-append .woocommerce-notice .button + .bbp-pagination__more,
.woocommerce-notice .input-group-append .button + .bbp-pagination__more,
.input-group-append .woocommerce-message .button + .bbp-pagination__more,
.woocommerce-message .input-group-append .button + .bbp-pagination__more,
.input-group-append .woocommerce-error .button + .bbp-pagination__more,
.woocommerce-error .input-group-append .button + .bbp-pagination__more,
.input-group-append .shop_table.cart .remove + .bbp-pagination__more,
.shop_table.cart .input-group-append .remove + .bbp-pagination__more,
.input-group-append .woocommerce-MyAccount-content .button + .bbp-pagination__more,
.woocommerce-MyAccount-content .input-group-append .button + .bbp-pagination__more,
.input-group-append .woocommerce-MyAccount-content a.button + .bbp-pagination__more,
.woocommerce-MyAccount-content .input-group-append a.button + .bbp-pagination__more,
.input-group-append .woocommerce-MyAccount-navigation ul li a + .bbp-pagination__more,
.woocommerce-MyAccount-navigation ul li .input-group-append a + .bbp-pagination__more,
.input-group-append .single-product .button + .bbp-pagination__more,
.single-product .input-group-append .button + .bbp-pagination__more,
.input-group-append .woocommerce-order-received .button + .bbp-pagination__more,
.woocommerce-order-received .input-group-append .button + .bbp-pagination__more,
.input-group-append .woocommerce-checkout .button + .bbp-pagination__more,
.woocommerce-checkout .input-group-append .button + .bbp-pagination__more,
.input-group-append .woocommerce-cart .button + .bbp-pagination__more,
.woocommerce-cart .input-group-append .button + .bbp-pagination__more,
.input-group-append .page-landing__content .content-columns__cta-link + .bbp-pagination__more,
.page-landing__content .input-group-append .content-columns__cta-link + .bbp-pagination__more,
.input-group-append .page-landing__content .fxc-mixed_cta .card__cta + .bbp-pagination__more,
.page-landing__content .fxc-mixed_cta .input-group-append .card__cta + .bbp-pagination__more,
.input-group-append .page-landing__content .slide-pane__cta + .bbp-pagination__more,
.page-landing__content .input-group-append .slide-pane__cta + .bbp-pagination__more,
.input-group-append .account-cta__link + .bbp-pagination__more,
.input-group-append .comment-form input[type=submit] + .bbp-pagination__more,
.comment-form .input-group-append input[type=submit] + .bbp-pagination__more,
.input-group-append .bbp-pagination__more + .bbp-pagination__more,
.input-group-append .pagination__more + .bbp-pagination__more,
.input-group-append .btn + .pagination__more,
.input-group-append .woocommerce-notice .button + .pagination__more,
.woocommerce-notice .input-group-append .button + .pagination__more,
.input-group-append .woocommerce-message .button + .pagination__more,
.woocommerce-message .input-group-append .button + .pagination__more,
.input-group-append .woocommerce-error .button + .pagination__more,
.woocommerce-error .input-group-append .button + .pagination__more,
.input-group-append .shop_table.cart .remove + .pagination__more,
.shop_table.cart .input-group-append .remove + .pagination__more,
.input-group-append .woocommerce-MyAccount-content .button + .pagination__more,
.woocommerce-MyAccount-content .input-group-append .button + .pagination__more,
.input-group-append .woocommerce-MyAccount-content a.button + .pagination__more,
.woocommerce-MyAccount-content .input-group-append a.button + .pagination__more,
.input-group-append .woocommerce-MyAccount-navigation ul li a + .pagination__more,
.woocommerce-MyAccount-navigation ul li .input-group-append a + .pagination__more,
.input-group-append .single-product .button + .pagination__more,
.single-product .input-group-append .button + .pagination__more,
.input-group-append .woocommerce-order-received .button + .pagination__more,
.woocommerce-order-received .input-group-append .button + .pagination__more,
.input-group-append .woocommerce-checkout .button + .pagination__more,
.woocommerce-checkout .input-group-append .button + .pagination__more,
.input-group-append .woocommerce-cart .button + .pagination__more,
.woocommerce-cart .input-group-append .button + .pagination__more,
.input-group-append .page-landing__content .content-columns__cta-link + .pagination__more,
.page-landing__content .input-group-append .content-columns__cta-link + .pagination__more,
.input-group-append .page-landing__content .fxc-mixed_cta .card__cta + .pagination__more,
.page-landing__content .fxc-mixed_cta .input-group-append .card__cta + .pagination__more,
.input-group-append .page-landing__content .slide-pane__cta + .pagination__more,
.page-landing__content .input-group-append .slide-pane__cta + .pagination__more,
.input-group-append .account-cta__link + .pagination__more,
.input-group-append .comment-form input[type=submit] + .pagination__more,
.comment-form .input-group-append input[type=submit] + .pagination__more,
.input-group-append .bbp-pagination__more + .pagination__more,
.input-group-append .pagination__more + .pagination__more,
.input-group-append .btn + .input-group-text,
.input-group-append .woocommerce-notice .button + .input-group-text,
.woocommerce-notice .input-group-append .button + .input-group-text,
.input-group-append .woocommerce-message .button + .input-group-text,
.woocommerce-message .input-group-append .button + .input-group-text,
.input-group-append .woocommerce-error .button + .input-group-text,
.woocommerce-error .input-group-append .button + .input-group-text,
.input-group-append .shop_table.cart .remove + .input-group-text,
.shop_table.cart .input-group-append .remove + .input-group-text,
.input-group-append .woocommerce-MyAccount-content .button + .input-group-text,
.woocommerce-MyAccount-content .input-group-append .button + .input-group-text,
.input-group-append .woocommerce-MyAccount-content a.button + .input-group-text,
.woocommerce-MyAccount-content .input-group-append a.button + .input-group-text,
.input-group-append .woocommerce-MyAccount-navigation ul li a + .input-group-text,
.woocommerce-MyAccount-navigation ul li .input-group-append a + .input-group-text,
.input-group-append .single-product .button + .input-group-text,
.single-product .input-group-append .button + .input-group-text,
.input-group-append .woocommerce-order-received .button + .input-group-text,
.woocommerce-order-received .input-group-append .button + .input-group-text,
.input-group-append .woocommerce-checkout .button + .input-group-text,
.woocommerce-checkout .input-group-append .button + .input-group-text,
.input-group-append .woocommerce-cart .button + .input-group-text,
.woocommerce-cart .input-group-append .button + .input-group-text,
.input-group-append .page-landing__content .content-columns__cta-link + .input-group-text,
.page-landing__content .input-group-append .content-columns__cta-link + .input-group-text,
.input-group-append .page-landing__content .fxc-mixed_cta .card__cta + .input-group-text,
.page-landing__content .fxc-mixed_cta .input-group-append .card__cta + .input-group-text,
.input-group-append .page-landing__content .slide-pane__cta + .input-group-text,
.page-landing__content .input-group-append .slide-pane__cta + .input-group-text,
.input-group-append .account-cta__link + .input-group-text,
.input-group-append .comment-form input[type=submit] + .input-group-text,
.comment-form .input-group-append input[type=submit] + .input-group-text,
.input-group-append .bbp-pagination__more + .input-group-text,
.input-group-append .pagination__more + .input-group-text,
.input-group-append .input-group-text + .input-group-text,
.input-group-append .input-group-text + .btn,
.input-group-append .woocommerce-notice .input-group-text + .button,
.woocommerce-notice .input-group-append .input-group-text + .button,
.input-group-append .woocommerce-message .input-group-text + .button,
.woocommerce-message .input-group-append .input-group-text + .button,
.input-group-append .woocommerce-error .input-group-text + .button,
.woocommerce-error .input-group-append .input-group-text + .button,
.input-group-append .shop_table.cart .input-group-text + .remove,
.shop_table.cart .input-group-append .input-group-text + .remove,
.input-group-append .woocommerce-MyAccount-content .input-group-text + .button,
.woocommerce-MyAccount-content .input-group-append .input-group-text + .button,
.input-group-append .woocommerce-MyAccount-content .input-group-text + a.button,
.woocommerce-MyAccount-content .input-group-append .input-group-text + a.button,
.input-group-append .woocommerce-MyAccount-navigation ul li .input-group-text + a,
.woocommerce-MyAccount-navigation ul li .input-group-append .input-group-text + a,
.input-group-append .single-product .input-group-text + .button,
.single-product .input-group-append .input-group-text + .button,
.input-group-append .woocommerce-order-received .input-group-text + .button,
.woocommerce-order-received .input-group-append .input-group-text + .button,
.input-group-append .woocommerce-checkout .input-group-text + .button,
.woocommerce-checkout .input-group-append .input-group-text + .button,
.input-group-append .woocommerce-cart .input-group-text + .button,
.woocommerce-cart .input-group-append .input-group-text + .button,
.input-group-append .page-landing__content .input-group-text + .content-columns__cta-link,
.page-landing__content .input-group-append .input-group-text + .content-columns__cta-link,
.input-group-append .page-landing__content .fxc-mixed_cta .input-group-text + .card__cta,
.page-landing__content .fxc-mixed_cta .input-group-append .input-group-text + .card__cta,
.input-group-append .page-landing__content .input-group-text + .slide-pane__cta,
.page-landing__content .input-group-append .input-group-text + .slide-pane__cta,
.input-group-append .input-group-text + .account-cta__link,
.input-group-append .comment-form .input-group-text + input[type=submit],
.comment-form .input-group-append .input-group-text + input[type=submit],
.input-group-append .input-group-text + .bbp-pagination__more,
.input-group-append .input-group-text + .pagination__more {
  margin-left: -1px;
}

.input-group-prepend .input-group-text {
  padding-left: 0;
}

.input-group-append .input-group-text {
  padding-right: 0;
}

.input-group-text {
  display: flex;
  align-items: center;
  padding: 0.375rem 0.75rem;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #0a233f;
  text-align: center;
  white-space: nowrap;
  background-color: #fff;
  border: none;
  border-bottom: 1px solid #ced4da;
  border-radius: 0;
}
.input-group-text input[type=radio],
.input-group-text input[type=checkbox] {
  margin-top: 0;
}

.input-group > .input-group-prepend > .btn, .woocommerce-notice .input-group > .input-group-prepend > .button,
.woocommerce-message .input-group > .input-group-prepend > .button,
.woocommerce-error .input-group > .input-group-prepend > .button, .shop_table.cart .input-group > .input-group-prepend > .remove, .woocommerce-MyAccount-content .input-group > .input-group-prepend > .button, .woocommerce-MyAccount-navigation ul li .input-group > .input-group-prepend > a, .single-product .input-group > .input-group-prepend > .button,
.woocommerce-order-received .input-group > .input-group-prepend > .button,
.woocommerce-checkout .input-group > .input-group-prepend > .button,
.woocommerce-cart .input-group > .input-group-prepend > .button, .page-landing__content .input-group > .input-group-prepend > .content-columns__cta-link,
.page-landing__content .fxc-mixed_cta .input-group > .input-group-prepend > .card__cta,
.page-landing__content .input-group > .input-group-prepend > .slide-pane__cta, .input-group > .input-group-prepend > .account-cta__link, .comment-form .input-group > .input-group-prepend > input[type=submit], .input-group > .input-group-prepend > .bbp-pagination__more,
.input-group > .input-group-prepend > .pagination__more,
.input-group > .input-group-prepend > .input-group-text,
.input-group > .input-group-append:not(:last-child) > .btn,
.woocommerce-notice .input-group > .input-group-append:not(:last-child) > .button,
.woocommerce-message .input-group > .input-group-append:not(:last-child) > .button,
.woocommerce-error .input-group > .input-group-append:not(:last-child) > .button,
.shop_table.cart .input-group > .input-group-append:not(:last-child) > .remove,
.woocommerce-MyAccount-content .input-group > .input-group-append:not(:last-child) > .button,
.woocommerce-MyAccount-navigation ul li .input-group > .input-group-append:not(:last-child) > a,
.single-product .input-group > .input-group-append:not(:last-child) > .button,
.woocommerce-order-received .input-group > .input-group-append:not(:last-child) > .button,
.woocommerce-checkout .input-group > .input-group-append:not(:last-child) > .button,
.woocommerce-cart .input-group > .input-group-append:not(:last-child) > .button,
.page-landing__content .input-group > .input-group-append:not(:last-child) > .content-columns__cta-link,
.page-landing__content .fxc-mixed_cta .input-group > .input-group-append:not(:last-child) > .card__cta,
.page-landing__content .input-group > .input-group-append:not(:last-child) > .slide-pane__cta,
.input-group > .input-group-append:not(:last-child) > .account-cta__link,
.comment-form .input-group > .input-group-append:not(:last-child) > input[type=submit],
.input-group > .input-group-append:not(:last-child) > .bbp-pagination__more,
.input-group > .input-group-append:not(:last-child) > .pagination__more,
.input-group > .input-group-append:not(:last-child) > .input-group-text,
.input-group > .input-group-append:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.woocommerce-notice .input-group > .input-group-append:last-child > .button:not(:last-child):not(.dropdown-toggle),
.woocommerce-message .input-group > .input-group-append:last-child > .button:not(:last-child):not(.dropdown-toggle),
.woocommerce-error .input-group > .input-group-append:last-child > .button:not(:last-child):not(.dropdown-toggle),
.shop_table.cart .input-group > .input-group-append:last-child > .remove:not(:last-child):not(.dropdown-toggle),
.woocommerce-MyAccount-content .input-group > .input-group-append:last-child > .button:not(:last-child):not(.dropdown-toggle),
.woocommerce-MyAccount-navigation ul li .input-group > .input-group-append:last-child > a:not(:last-child):not(.dropdown-toggle),
.single-product .input-group > .input-group-append:last-child > .button:not(:last-child):not(.dropdown-toggle),
.woocommerce-order-received .input-group > .input-group-append:last-child > .button:not(:last-child):not(.dropdown-toggle),
.woocommerce-checkout .input-group > .input-group-append:last-child > .button:not(:last-child):not(.dropdown-toggle),
.woocommerce-cart .input-group > .input-group-append:last-child > .button:not(:last-child):not(.dropdown-toggle),
.page-landing__content .input-group > .input-group-append:last-child > .content-columns__cta-link:not(:last-child):not(.dropdown-toggle),
.page-landing__content .fxc-mixed_cta .input-group > .input-group-append:last-child > .card__cta:not(:last-child):not(.dropdown-toggle),
.page-landing__content .input-group > .input-group-append:last-child > .slide-pane__cta:not(:last-child):not(.dropdown-toggle),
.input-group > .input-group-append:last-child > .account-cta__link:not(:last-child):not(.dropdown-toggle),
.comment-form .input-group > .input-group-append:last-child > input[type=submit]:not(:last-child):not(.dropdown-toggle),
.input-group > .input-group-append:last-child > .bbp-pagination__more:not(:last-child):not(.dropdown-toggle),
.input-group > .input-group-append:last-child > .pagination__more:not(:last-child):not(.dropdown-toggle),
.input-group > .input-group-append:last-child > .input-group-text:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.input-group > .input-group-append > .btn, .woocommerce-notice .input-group > .input-group-append > .button,
.woocommerce-message .input-group > .input-group-append > .button,
.woocommerce-error .input-group > .input-group-append > .button, .shop_table.cart .input-group > .input-group-append > .remove, .woocommerce-MyAccount-content .input-group > .input-group-append > .button, .woocommerce-MyAccount-navigation ul li .input-group > .input-group-append > a, .single-product .input-group > .input-group-append > .button,
.woocommerce-order-received .input-group > .input-group-append > .button,
.woocommerce-checkout .input-group > .input-group-append > .button,
.woocommerce-cart .input-group > .input-group-append > .button, .page-landing__content .input-group > .input-group-append > .content-columns__cta-link,
.page-landing__content .fxc-mixed_cta .input-group > .input-group-append > .card__cta,
.page-landing__content .input-group > .input-group-append > .slide-pane__cta, .input-group > .input-group-append > .account-cta__link, .comment-form .input-group > .input-group-append > input[type=submit], .input-group > .input-group-append > .bbp-pagination__more,
.input-group > .input-group-append > .pagination__more,
.input-group > .input-group-append > .input-group-text,
.input-group > .input-group-prepend:not(:first-child) > .btn,
.woocommerce-notice .input-group > .input-group-prepend:not(:first-child) > .button,
.woocommerce-message .input-group > .input-group-prepend:not(:first-child) > .button,
.woocommerce-error .input-group > .input-group-prepend:not(:first-child) > .button,
.shop_table.cart .input-group > .input-group-prepend:not(:first-child) > .remove,
.woocommerce-MyAccount-content .input-group > .input-group-prepend:not(:first-child) > .button,
.woocommerce-MyAccount-navigation ul li .input-group > .input-group-prepend:not(:first-child) > a,
.single-product .input-group > .input-group-prepend:not(:first-child) > .button,
.woocommerce-order-received .input-group > .input-group-prepend:not(:first-child) > .button,
.woocommerce-checkout .input-group > .input-group-prepend:not(:first-child) > .button,
.woocommerce-cart .input-group > .input-group-prepend:not(:first-child) > .button,
.page-landing__content .input-group > .input-group-prepend:not(:first-child) > .content-columns__cta-link,
.page-landing__content .fxc-mixed_cta .input-group > .input-group-prepend:not(:first-child) > .card__cta,
.page-landing__content .input-group > .input-group-prepend:not(:first-child) > .slide-pane__cta,
.input-group > .input-group-prepend:not(:first-child) > .account-cta__link,
.comment-form .input-group > .input-group-prepend:not(:first-child) > input[type=submit],
.input-group > .input-group-prepend:not(:first-child) > .bbp-pagination__more,
.input-group > .input-group-prepend:not(:first-child) > .pagination__more,
.input-group > .input-group-prepend:not(:first-child) > .input-group-text,
.input-group > .input-group-prepend:first-child > .btn:not(:first-child),
.woocommerce-notice .input-group > .input-group-prepend:first-child > .button:not(:first-child),
.woocommerce-message .input-group > .input-group-prepend:first-child > .button:not(:first-child),
.woocommerce-error .input-group > .input-group-prepend:first-child > .button:not(:first-child),
.shop_table.cart .input-group > .input-group-prepend:first-child > .remove:not(:first-child),
.woocommerce-MyAccount-content .input-group > .input-group-prepend:first-child > .button:not(:first-child),
.woocommerce-MyAccount-navigation ul li .input-group > .input-group-prepend:first-child > a:not(:first-child),
.single-product .input-group > .input-group-prepend:first-child > .button:not(:first-child),
.woocommerce-order-received .input-group > .input-group-prepend:first-child > .button:not(:first-child),
.woocommerce-checkout .input-group > .input-group-prepend:first-child > .button:not(:first-child),
.woocommerce-cart .input-group > .input-group-prepend:first-child > .button:not(:first-child),
.page-landing__content .input-group > .input-group-prepend:first-child > .content-columns__cta-link:not(:first-child),
.page-landing__content .fxc-mixed_cta .input-group > .input-group-prepend:first-child > .card__cta:not(:first-child),
.page-landing__content .input-group > .input-group-prepend:first-child > .slide-pane__cta:not(:first-child),
.input-group > .input-group-prepend:first-child > .account-cta__link:not(:first-child),
.comment-form .input-group > .input-group-prepend:first-child > input[type=submit]:not(:first-child),
.input-group > .input-group-prepend:first-child > .bbp-pagination__more:not(:first-child),
.input-group > .input-group-prepend:first-child > .pagination__more:not(:first-child),
.input-group > .input-group-prepend:first-child > .input-group-text:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.custom-control, .wc_payment_methods .wc_payment_method, .woocommerce-form__label.woocommerce-form__label-for-checkbox, .woocommerce-form__label.checkbox, .shipping ul[id^=shipping_method] li, .wpcf7-list-item > label, .wpcf7-checkbox {
  position: relative;
  display: block;
  min-height: 1.5rem;
  padding-left: 1.5rem;
}

.custom-control-inline {
  display: inline-flex;
  margin-right: 1rem;
}

.custom-control-input, .wc_payment_methods .wc_payment_method input, .woocommerce-form__label.woocommerce-form__label-for-checkbox input, .woocommerce-form__label.checkbox input, .shipping ul[id^=shipping_method] li input, .wpcf7-list-item input, .wpcf7-checkbox input {
  position: absolute;
  z-index: -1;
  opacity: 0;
}
.custom-control-input:checked ~ .custom-control-label::before, .wc_payment_methods .wc_payment_method .custom-control-input:checked ~ label::before, .wc_payment_methods .wc_payment_method input:checked ~ .custom-control-label::before, .wc_payment_methods .wc_payment_method input:checked ~ label::before, .woocommerce-form__label.woocommerce-form__label-for-checkbox > .custom-control-input:checked ~ span:first-of-type::before, .woocommerce-form__label.checkbox > .custom-control-input:checked ~ span:first-of-type::before, .woocommerce-form__label.woocommerce-form__label-for-checkbox input:checked ~ .custom-control-label::before, .wc_payment_methods .wc_payment_method .woocommerce-form__label.woocommerce-form__label-for-checkbox input:checked ~ label::before, .woocommerce-form__label.woocommerce-form__label-for-checkbox > input:checked ~ span:first-of-type::before, .woocommerce-form__label.checkbox input:checked ~ .custom-control-label::before, .wc_payment_methods .wc_payment_method .woocommerce-form__label.checkbox input:checked ~ label::before, .woocommerce-form__label.checkbox > input:checked ~ span:first-of-type::before, .shipping ul[id^=shipping_method] li .custom-control-input:checked ~ label::before, .shipping ul[id^=shipping_method] li .woocommerce-form__label.woocommerce-form__label-for-checkbox input:checked ~ label::before, .shipping ul[id^=shipping_method] li .woocommerce-form__label.checkbox input:checked ~ label::before, .shipping ul[id^=shipping_method] li input:checked ~ .custom-control-label::before, .shipping ul[id^=shipping_method] li input:checked ~ label::before, .custom-control-input:checked ~ .wpcf7-list-item-label::before, .wc_payment_methods .wc_payment_method input:checked ~ .wpcf7-list-item-label::before, .woocommerce-form__label.woocommerce-form__label-for-checkbox input:checked ~ .wpcf7-list-item-label::before, .woocommerce-form__label.checkbox input:checked ~ .wpcf7-list-item-label::before, .shipping ul[id^=shipping_method] li input:checked ~ .wpcf7-list-item-label::before, .wpcf7-list-item input:checked ~ .custom-control-label::before, .wc_payment_methods .wc_payment_method .wpcf7-list-item input:checked ~ label::before, .shipping ul[id^=shipping_method] li .wpcf7-list-item input:checked ~ label::before, .wpcf7-list-item input:checked ~ .wpcf7-list-item-label::before, .wpcf7-checkbox input:checked ~ .custom-control-label::before, .wc_payment_methods .wc_payment_method .wpcf7-checkbox input:checked ~ label::before, .shipping ul[id^=shipping_method] li .wpcf7-checkbox input:checked ~ label::before, .wpcf7-checkbox input:checked ~ .wpcf7-list-item-label::before {
  color: #fff;
  background-color: #0a233f;
}
.custom-control-input:focus ~ .custom-control-label::before, .wc_payment_methods .wc_payment_method .custom-control-input:focus ~ label::before, .wc_payment_methods .wc_payment_method input:focus ~ .custom-control-label::before, .wc_payment_methods .wc_payment_method input:focus ~ label::before, .woocommerce-form__label.woocommerce-form__label-for-checkbox > .custom-control-input:focus ~ span:first-of-type::before, .woocommerce-form__label.checkbox > .custom-control-input:focus ~ span:first-of-type::before, .woocommerce-form__label.woocommerce-form__label-for-checkbox input:focus ~ .custom-control-label::before, .wc_payment_methods .wc_payment_method .woocommerce-form__label.woocommerce-form__label-for-checkbox input:focus ~ label::before, .woocommerce-form__label.woocommerce-form__label-for-checkbox > input:focus ~ span:first-of-type::before, .woocommerce-form__label.checkbox input:focus ~ .custom-control-label::before, .wc_payment_methods .wc_payment_method .woocommerce-form__label.checkbox input:focus ~ label::before, .woocommerce-form__label.checkbox > input:focus ~ span:first-of-type::before, .shipping ul[id^=shipping_method] li .custom-control-input:focus ~ label::before, .shipping ul[id^=shipping_method] li .woocommerce-form__label.woocommerce-form__label-for-checkbox input:focus ~ label::before, .shipping ul[id^=shipping_method] li .woocommerce-form__label.checkbox input:focus ~ label::before, .shipping ul[id^=shipping_method] li input:focus ~ .custom-control-label::before, .shipping ul[id^=shipping_method] li input:focus ~ label::before, .custom-control-input:focus ~ .wpcf7-list-item-label::before, .wc_payment_methods .wc_payment_method input:focus ~ .wpcf7-list-item-label::before, .woocommerce-form__label.woocommerce-form__label-for-checkbox input:focus ~ .wpcf7-list-item-label::before, .woocommerce-form__label.checkbox input:focus ~ .wpcf7-list-item-label::before, .shipping ul[id^=shipping_method] li input:focus ~ .wpcf7-list-item-label::before, .wpcf7-list-item input:focus ~ .custom-control-label::before, .wc_payment_methods .wc_payment_method .wpcf7-list-item input:focus ~ label::before, .shipping ul[id^=shipping_method] li .wpcf7-list-item input:focus ~ label::before, .wpcf7-list-item input:focus ~ .wpcf7-list-item-label::before, .wpcf7-checkbox input:focus ~ .custom-control-label::before, .wc_payment_methods .wc_payment_method .wpcf7-checkbox input:focus ~ label::before, .shipping ul[id^=shipping_method] li .wpcf7-checkbox input:focus ~ label::before, .wpcf7-checkbox input:focus ~ .wpcf7-list-item-label::before {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(10, 35, 63, 0.25);
}
.custom-control-input:active ~ .custom-control-label::before, .wc_payment_methods .wc_payment_method .custom-control-input:active ~ label::before, .wc_payment_methods .wc_payment_method input:active ~ .custom-control-label::before, .wc_payment_methods .wc_payment_method input:active ~ label::before, .woocommerce-form__label.woocommerce-form__label-for-checkbox > .custom-control-input:active ~ span:first-of-type::before, .woocommerce-form__label.checkbox > .custom-control-input:active ~ span:first-of-type::before, .woocommerce-form__label.woocommerce-form__label-for-checkbox input:active ~ .custom-control-label::before, .wc_payment_methods .wc_payment_method .woocommerce-form__label.woocommerce-form__label-for-checkbox input:active ~ label::before, .woocommerce-form__label.woocommerce-form__label-for-checkbox > input:active ~ span:first-of-type::before, .woocommerce-form__label.checkbox input:active ~ .custom-control-label::before, .wc_payment_methods .wc_payment_method .woocommerce-form__label.checkbox input:active ~ label::before, .woocommerce-form__label.checkbox > input:active ~ span:first-of-type::before, .shipping ul[id^=shipping_method] li .custom-control-input:active ~ label::before, .shipping ul[id^=shipping_method] li .woocommerce-form__label.woocommerce-form__label-for-checkbox input:active ~ label::before, .shipping ul[id^=shipping_method] li .woocommerce-form__label.checkbox input:active ~ label::before, .shipping ul[id^=shipping_method] li input:active ~ .custom-control-label::before, .shipping ul[id^=shipping_method] li input:active ~ label::before, .custom-control-input:active ~ .wpcf7-list-item-label::before, .wc_payment_methods .wc_payment_method input:active ~ .wpcf7-list-item-label::before, .woocommerce-form__label.woocommerce-form__label-for-checkbox input:active ~ .wpcf7-list-item-label::before, .woocommerce-form__label.checkbox input:active ~ .wpcf7-list-item-label::before, .shipping ul[id^=shipping_method] li input:active ~ .wpcf7-list-item-label::before, .wpcf7-list-item input:active ~ .custom-control-label::before, .wc_payment_methods .wc_payment_method .wpcf7-list-item input:active ~ label::before, .shipping ul[id^=shipping_method] li .wpcf7-list-item input:active ~ label::before, .wpcf7-list-item input:active ~ .wpcf7-list-item-label::before, .wpcf7-checkbox input:active ~ .custom-control-label::before, .wc_payment_methods .wc_payment_method .wpcf7-checkbox input:active ~ label::before, .shipping ul[id^=shipping_method] li .wpcf7-checkbox input:active ~ label::before, .wpcf7-checkbox input:active ~ .wpcf7-list-item-label::before {
  color: #fff;
  background-color: #2279d9;
}
.custom-control-input:disabled ~ .custom-control-label, .wc_payment_methods .wc_payment_method .custom-control-input:disabled ~ label, .wc_payment_methods .wc_payment_method input:disabled ~ .custom-control-label, .wc_payment_methods .wc_payment_method input:disabled ~ label, .woocommerce-form__label.woocommerce-form__label-for-checkbox > .custom-control-input:disabled ~ span:first-of-type, .woocommerce-form__label.checkbox > .custom-control-input:disabled ~ span:first-of-type, .woocommerce-form__label.woocommerce-form__label-for-checkbox input:disabled ~ .custom-control-label, .wc_payment_methods .wc_payment_method .woocommerce-form__label.woocommerce-form__label-for-checkbox input:disabled ~ label, .woocommerce-form__label.woocommerce-form__label-for-checkbox > input:disabled ~ span:first-of-type, .woocommerce-form__label.checkbox input:disabled ~ .custom-control-label, .wc_payment_methods .wc_payment_method .woocommerce-form__label.checkbox input:disabled ~ label, .woocommerce-form__label.checkbox > input:disabled ~ span:first-of-type, .shipping ul[id^=shipping_method] li .custom-control-input:disabled ~ label, .shipping ul[id^=shipping_method] li .woocommerce-form__label.woocommerce-form__label-for-checkbox input:disabled ~ label, .shipping ul[id^=shipping_method] li .woocommerce-form__label.checkbox input:disabled ~ label, .shipping ul[id^=shipping_method] li input:disabled ~ .custom-control-label, .shipping ul[id^=shipping_method] li input:disabled ~ label, .custom-control-input:disabled ~ .wpcf7-list-item-label, .wc_payment_methods .wc_payment_method input:disabled ~ .wpcf7-list-item-label, .woocommerce-form__label.woocommerce-form__label-for-checkbox input:disabled ~ .wpcf7-list-item-label, .woocommerce-form__label.checkbox input:disabled ~ .wpcf7-list-item-label, .shipping ul[id^=shipping_method] li input:disabled ~ .wpcf7-list-item-label, .wpcf7-list-item input:disabled ~ .custom-control-label, .wc_payment_methods .wc_payment_method .wpcf7-list-item input:disabled ~ label, .shipping ul[id^=shipping_method] li .wpcf7-list-item input:disabled ~ label, .wpcf7-list-item input:disabled ~ .wpcf7-list-item-label, .wpcf7-checkbox input:disabled ~ .custom-control-label, .wc_payment_methods .wc_payment_method .wpcf7-checkbox input:disabled ~ label, .shipping ul[id^=shipping_method] li .wpcf7-checkbox input:disabled ~ label, .wpcf7-checkbox input:disabled ~ .wpcf7-list-item-label {
  color: #6c757d;
}
.custom-control-input:disabled ~ .custom-control-label::before, .wc_payment_methods .wc_payment_method .custom-control-input:disabled ~ label::before, .wc_payment_methods .wc_payment_method input:disabled ~ .custom-control-label::before, .wc_payment_methods .wc_payment_method input:disabled ~ label::before, .woocommerce-form__label.woocommerce-form__label-for-checkbox > .custom-control-input:disabled ~ span:first-of-type::before, .woocommerce-form__label.checkbox > .custom-control-input:disabled ~ span:first-of-type::before, .woocommerce-form__label.woocommerce-form__label-for-checkbox input:disabled ~ .custom-control-label::before, .wc_payment_methods .wc_payment_method .woocommerce-form__label.woocommerce-form__label-for-checkbox input:disabled ~ label::before, .woocommerce-form__label.woocommerce-form__label-for-checkbox > input:disabled ~ span:first-of-type::before, .woocommerce-form__label.checkbox input:disabled ~ .custom-control-label::before, .wc_payment_methods .wc_payment_method .woocommerce-form__label.checkbox input:disabled ~ label::before, .woocommerce-form__label.checkbox > input:disabled ~ span:first-of-type::before, .shipping ul[id^=shipping_method] li .custom-control-input:disabled ~ label::before, .shipping ul[id^=shipping_method] li .woocommerce-form__label.woocommerce-form__label-for-checkbox input:disabled ~ label::before, .shipping ul[id^=shipping_method] li .woocommerce-form__label.checkbox input:disabled ~ label::before, .shipping ul[id^=shipping_method] li input:disabled ~ .custom-control-label::before, .shipping ul[id^=shipping_method] li input:disabled ~ label::before, .custom-control-input:disabled ~ .wpcf7-list-item-label::before, .wc_payment_methods .wc_payment_method input:disabled ~ .wpcf7-list-item-label::before, .woocommerce-form__label.woocommerce-form__label-for-checkbox input:disabled ~ .wpcf7-list-item-label::before, .woocommerce-form__label.checkbox input:disabled ~ .wpcf7-list-item-label::before, .shipping ul[id^=shipping_method] li input:disabled ~ .wpcf7-list-item-label::before, .wpcf7-list-item input:disabled ~ .custom-control-label::before, .wc_payment_methods .wc_payment_method .wpcf7-list-item input:disabled ~ label::before, .shipping ul[id^=shipping_method] li .wpcf7-list-item input:disabled ~ label::before, .wpcf7-list-item input:disabled ~ .wpcf7-list-item-label::before, .wpcf7-checkbox input:disabled ~ .custom-control-label::before, .wc_payment_methods .wc_payment_method .wpcf7-checkbox input:disabled ~ label::before, .shipping ul[id^=shipping_method] li .wpcf7-checkbox input:disabled ~ label::before, .wpcf7-checkbox input:disabled ~ .wpcf7-list-item-label::before {
  background-color: #e9ecef;
}

.custom-control-label, .wc_payment_methods .wc_payment_method label, .woocommerce-form__label.woocommerce-form__label-for-checkbox > span:first-of-type, .woocommerce-form__label.checkbox > span:first-of-type, .shipping ul[id^=shipping_method] li label, .wpcf7-list-item-label {
  position: relative;
  margin-bottom: 0;
}
.custom-control-label::before, .wc_payment_methods .wc_payment_method label::before, .woocommerce-form__label.woocommerce-form__label-for-checkbox > span:first-of-type::before, .woocommerce-form__label.checkbox > span:first-of-type::before, .shipping ul[id^=shipping_method] li label::before, .wpcf7-list-item-label::before {
  border: 1px solid #0a233f;
  position: absolute;
  top: 0;
  left: -1.5rem;
  display: block;
  width: 0.9rem;
  height: 0.9rem;
  pointer-events: none;
  content: "";
  user-select: none;
  background-color: #fff;
}
.custom-control-label::after, .wc_payment_methods .wc_payment_method label::after, .woocommerce-form__label.woocommerce-form__label-for-checkbox > span:first-of-type::after, .woocommerce-form__label.checkbox > span:first-of-type::after, .shipping ul[id^=shipping_method] li label::after, .wpcf7-list-item-label::after {
  position: absolute;
  top: 0;
  left: -1.5rem;
  display: block;
  width: 0.9rem;
  height: 0.9rem;
  content: "";
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 50% 50%;
}

.custom-checkbox .custom-control-label::before, .custom-checkbox .wc_payment_methods .wc_payment_method label::before, .wc_payment_methods .wc_payment_method .custom-checkbox label::before, .custom-checkbox .woocommerce-form__label.woocommerce-form__label-for-checkbox > span:first-of-type::before, .custom-checkbox .woocommerce-form__label.checkbox > span:first-of-type::before, .woocommerce-form__label.woocommerce-form__label-for-checkbox .custom-control-label::before, .woocommerce-form__label.woocommerce-form__label-for-checkbox .wc_payment_methods .wc_payment_method label::before, .wc_payment_methods .wc_payment_method .woocommerce-form__label.woocommerce-form__label-for-checkbox label::before, .woocommerce-form__label.woocommerce-form__label-for-checkbox > span:first-of-type::before, .woocommerce-form__label.woocommerce-form__label-for-checkbox .woocommerce-form__label.checkbox > span:first-of-type::before, .woocommerce-form__label.checkbox .custom-control-label::before, .woocommerce-form__label.checkbox .wc_payment_methods .wc_payment_method label::before, .wc_payment_methods .wc_payment_method .woocommerce-form__label.checkbox label::before, .woocommerce-form__label.checkbox .woocommerce-form__label.woocommerce-form__label-for-checkbox > span:first-of-type::before, .woocommerce-form__label.checkbox > span:first-of-type::before, .custom-checkbox .shipping ul[id^=shipping_method] li label::before, .woocommerce-form__label.woocommerce-form__label-for-checkbox .shipping ul[id^=shipping_method] li label::before, .woocommerce-form__label.checkbox .shipping ul[id^=shipping_method] li label::before, .shipping ul[id^=shipping_method] li .custom-checkbox label::before, .shipping ul[id^=shipping_method] li .woocommerce-form__label.woocommerce-form__label-for-checkbox label::before, .shipping ul[id^=shipping_method] li .woocommerce-form__label.checkbox label::before, .wpcf7-acceptance .wpcf7-list-item > label .custom-control-label::before, .wpcf7-acceptance .wpcf7-list-item > label .wc_payment_methods .wc_payment_method label::before, .wc_payment_methods .wc_payment_method .wpcf7-acceptance .wpcf7-list-item > label label::before, .wpcf7-acceptance .wpcf7-list-item > label .woocommerce-form__label.woocommerce-form__label-for-checkbox > span:first-of-type::before, .wpcf7-acceptance .wpcf7-list-item > label .woocommerce-form__label.checkbox > span:first-of-type::before, .wpcf7-acceptance .wpcf7-list-item > label .shipping ul[id^=shipping_method] li label::before, .shipping ul[id^=shipping_method] li .wpcf7-acceptance .wpcf7-list-item > label label::before, .custom-checkbox .wpcf7-list-item-label::before, .woocommerce-form__label.woocommerce-form__label-for-checkbox .wpcf7-list-item-label::before, .woocommerce-form__label.checkbox .wpcf7-list-item-label::before, .wpcf7-acceptance .wpcf7-list-item > label .wpcf7-list-item-label::before {
  border-radius: 4px;
}
.custom-checkbox .custom-control-input:checked ~ .custom-control-label::before, .custom-checkbox .wc_payment_methods .wc_payment_method .custom-control-input:checked ~ label::before, .wc_payment_methods .wc_payment_method .custom-checkbox .custom-control-input:checked ~ label::before, .custom-checkbox .wc_payment_methods .wc_payment_method input:checked ~ .custom-control-label::before, .custom-checkbox .wc_payment_methods .wc_payment_method input:checked ~ label::before, .wc_payment_methods .wc_payment_method .custom-checkbox input:checked ~ .custom-control-label::before, .wc_payment_methods .wc_payment_method .custom-checkbox input:checked ~ label::before, .custom-checkbox .woocommerce-form__label.woocommerce-form__label-for-checkbox > .custom-control-input:checked ~ span:first-of-type::before, .custom-checkbox .wc_payment_methods .wc_payment_method .woocommerce-form__label.woocommerce-form__label-for-checkbox > input:checked ~ span:first-of-type::before, .wc_payment_methods .wc_payment_method .custom-checkbox .woocommerce-form__label.woocommerce-form__label-for-checkbox > input:checked ~ span:first-of-type::before, .custom-checkbox .woocommerce-form__label.checkbox > .custom-control-input:checked ~ span:first-of-type::before, .custom-checkbox .wc_payment_methods .wc_payment_method .woocommerce-form__label.checkbox > input:checked ~ span:first-of-type::before, .wc_payment_methods .wc_payment_method .custom-checkbox .woocommerce-form__label.checkbox > input:checked ~ span:first-of-type::before, .custom-checkbox .woocommerce-form__label.woocommerce-form__label-for-checkbox input:checked ~ .custom-control-label::before, .custom-checkbox .woocommerce-form__label.woocommerce-form__label-for-checkbox .wc_payment_methods .wc_payment_method input:checked ~ label::before, .wc_payment_methods .wc_payment_method .custom-checkbox .woocommerce-form__label.woocommerce-form__label-for-checkbox input:checked ~ label::before, .custom-checkbox .woocommerce-form__label.woocommerce-form__label-for-checkbox > input:checked ~ span:first-of-type::before, .custom-checkbox .woocommerce-form__label.woocommerce-form__label-for-checkbox .woocommerce-form__label.checkbox > input:checked ~ span:first-of-type::before, .woocommerce-form__label.woocommerce-form__label-for-checkbox .custom-checkbox input:checked ~ .custom-control-label::before, .woocommerce-form__label.woocommerce-form__label-for-checkbox .custom-checkbox .wc_payment_methods .wc_payment_method input:checked ~ label::before, .wc_payment_methods .wc_payment_method .woocommerce-form__label.woocommerce-form__label-for-checkbox .custom-checkbox input:checked ~ label::before, .woocommerce-form__label.woocommerce-form__label-for-checkbox .custom-checkbox .woocommerce-form__label.woocommerce-form__label-for-checkbox > input:checked ~ span:first-of-type::before, .woocommerce-form__label.woocommerce-form__label-for-checkbox .custom-checkbox .woocommerce-form__label.checkbox > input:checked ~ span:first-of-type::before, .custom-checkbox .woocommerce-form__label.checkbox input:checked ~ .custom-control-label::before, .custom-checkbox .woocommerce-form__label.checkbox .wc_payment_methods .wc_payment_method input:checked ~ label::before, .wc_payment_methods .wc_payment_method .custom-checkbox .woocommerce-form__label.checkbox input:checked ~ label::before, .custom-checkbox .woocommerce-form__label.checkbox .woocommerce-form__label.woocommerce-form__label-for-checkbox > input:checked ~ span:first-of-type::before, .custom-checkbox .woocommerce-form__label.checkbox > input:checked ~ span:first-of-type::before, .woocommerce-form__label.checkbox .custom-checkbox input:checked ~ .custom-control-label::before, .woocommerce-form__label.checkbox .custom-checkbox .wc_payment_methods .wc_payment_method input:checked ~ label::before, .wc_payment_methods .wc_payment_method .woocommerce-form__label.checkbox .custom-checkbox input:checked ~ label::before, .woocommerce-form__label.checkbox .custom-checkbox .woocommerce-form__label.woocommerce-form__label-for-checkbox > input:checked ~ span:first-of-type::before, .woocommerce-form__label.checkbox .custom-checkbox .woocommerce-form__label.checkbox > input:checked ~ span:first-of-type::before, .woocommerce-form__label.woocommerce-form__label-for-checkbox .custom-control-input:checked ~ .custom-control-label::before, .woocommerce-form__label.woocommerce-form__label-for-checkbox .wc_payment_methods .wc_payment_method .custom-control-input:checked ~ label::before, .wc_payment_methods .wc_payment_method .woocommerce-form__label.woocommerce-form__label-for-checkbox .custom-control-input:checked ~ label::before, .woocommerce-form__label.woocommerce-form__label-for-checkbox .wc_payment_methods .wc_payment_method input:checked ~ .custom-control-label::before, .woocommerce-form__label.woocommerce-form__label-for-checkbox .wc_payment_methods .wc_payment_method input:checked ~ label::before, .wc_payment_methods .wc_payment_method .woocommerce-form__label.woocommerce-form__label-for-checkbox input:checked ~ .custom-control-label::before, .wc_payment_methods .wc_payment_method .woocommerce-form__label.woocommerce-form__label-for-checkbox input:checked ~ label::before, .woocommerce-form__label.woocommerce-form__label-for-checkbox > .custom-control-input:checked ~ span:first-of-type::before, .wc_payment_methods .wc_payment_method .woocommerce-form__label.woocommerce-form__label-for-checkbox > input:checked ~ span:first-of-type::before, .woocommerce-form__label.woocommerce-form__label-for-checkbox .woocommerce-form__label.checkbox > .custom-control-input:checked ~ span:first-of-type::before, .woocommerce-form__label.woocommerce-form__label-for-checkbox .wc_payment_methods .wc_payment_method .woocommerce-form__label.checkbox > input:checked ~ span:first-of-type::before, .wc_payment_methods .wc_payment_method .woocommerce-form__label.woocommerce-form__label-for-checkbox .woocommerce-form__label.checkbox > input:checked ~ span:first-of-type::before, .woocommerce-form__label.woocommerce-form__label-for-checkbox input:checked ~ .custom-control-label::before, .woocommerce-form__label.woocommerce-form__label-for-checkbox .wc_payment_methods .wc_payment_method input:checked ~ label::before, .wc_payment_methods .wc_payment_method .woocommerce-form__label.woocommerce-form__label-for-checkbox input:checked ~ label::before, .woocommerce-form__label.woocommerce-form__label-for-checkbox > input:checked ~ span:first-of-type::before, .woocommerce-form__label.woocommerce-form__label-for-checkbox .woocommerce-form__label.checkbox > input:checked ~ span:first-of-type::before, .woocommerce-form__label.woocommerce-form__label-for-checkbox .woocommerce-form__label.checkbox input:checked ~ .custom-control-label::before, .woocommerce-form__label.woocommerce-form__label-for-checkbox .woocommerce-form__label.checkbox .wc_payment_methods .wc_payment_method input:checked ~ label::before, .wc_payment_methods .wc_payment_method .woocommerce-form__label.woocommerce-form__label-for-checkbox .woocommerce-form__label.checkbox input:checked ~ label::before, .woocommerce-form__label.woocommerce-form__label-for-checkbox .woocommerce-form__label.checkbox .woocommerce-form__label.woocommerce-form__label-for-checkbox > input:checked ~ span:first-of-type::before, .woocommerce-form__label.woocommerce-form__label-for-checkbox .woocommerce-form__label.checkbox > input:checked ~ span:first-of-type::before, .woocommerce-form__label.checkbox .woocommerce-form__label.woocommerce-form__label-for-checkbox input:checked ~ .custom-control-label::before, .woocommerce-form__label.checkbox .woocommerce-form__label.woocommerce-form__label-for-checkbox .wc_payment_methods .wc_payment_method input:checked ~ label::before, .wc_payment_methods .wc_payment_method .woocommerce-form__label.checkbox .woocommerce-form__label.woocommerce-form__label-for-checkbox input:checked ~ label::before, .woocommerce-form__label.checkbox .woocommerce-form__label.woocommerce-form__label-for-checkbox > input:checked ~ span:first-of-type::before, .woocommerce-form__label.checkbox .woocommerce-form__label.woocommerce-form__label-for-checkbox .woocommerce-form__label.checkbox > input:checked ~ span:first-of-type::before, .woocommerce-form__label.checkbox .custom-control-input:checked ~ .custom-control-label::before, .woocommerce-form__label.checkbox .wc_payment_methods .wc_payment_method .custom-control-input:checked ~ label::before, .wc_payment_methods .wc_payment_method .woocommerce-form__label.checkbox .custom-control-input:checked ~ label::before, .woocommerce-form__label.checkbox .wc_payment_methods .wc_payment_method input:checked ~ .custom-control-label::before, .woocommerce-form__label.checkbox .wc_payment_methods .wc_payment_method input:checked ~ label::before, .wc_payment_methods .wc_payment_method .woocommerce-form__label.checkbox input:checked ~ .custom-control-label::before, .wc_payment_methods .wc_payment_method .woocommerce-form__label.checkbox input:checked ~ label::before, .woocommerce-form__label.checkbox .woocommerce-form__label.woocommerce-form__label-for-checkbox > .custom-control-input:checked ~ span:first-of-type::before, .woocommerce-form__label.checkbox .wc_payment_methods .wc_payment_method .woocommerce-form__label.woocommerce-form__label-for-checkbox > input:checked ~ span:first-of-type::before, .wc_payment_methods .wc_payment_method .woocommerce-form__label.checkbox .woocommerce-form__label.woocommerce-form__label-for-checkbox > input:checked ~ span:first-of-type::before, .woocommerce-form__label.checkbox > .custom-control-input:checked ~ span:first-of-type::before, .wc_payment_methods .wc_payment_method .woocommerce-form__label.checkbox > input:checked ~ span:first-of-type::before, .woocommerce-form__label.checkbox .woocommerce-form__label.woocommerce-form__label-for-checkbox input:checked ~ .custom-control-label::before, .woocommerce-form__label.checkbox .woocommerce-form__label.woocommerce-form__label-for-checkbox .wc_payment_methods .wc_payment_method input:checked ~ label::before, .wc_payment_methods .wc_payment_method .woocommerce-form__label.checkbox .woocommerce-form__label.woocommerce-form__label-for-checkbox input:checked ~ label::before, .woocommerce-form__label.checkbox .woocommerce-form__label.woocommerce-form__label-for-checkbox > input:checked ~ span:first-of-type::before, .woocommerce-form__label.checkbox .woocommerce-form__label.woocommerce-form__label-for-checkbox .woocommerce-form__label.checkbox > input:checked ~ span:first-of-type::before, .woocommerce-form__label.woocommerce-form__label-for-checkbox .woocommerce-form__label.checkbox input:checked ~ .custom-control-label::before, .woocommerce-form__label.woocommerce-form__label-for-checkbox .woocommerce-form__label.checkbox .wc_payment_methods .wc_payment_method input:checked ~ label::before, .wc_payment_methods .wc_payment_method .woocommerce-form__label.woocommerce-form__label-for-checkbox .woocommerce-form__label.checkbox input:checked ~ label::before, .woocommerce-form__label.woocommerce-form__label-for-checkbox .woocommerce-form__label.checkbox .woocommerce-form__label.woocommerce-form__label-for-checkbox > input:checked ~ span:first-of-type::before, .woocommerce-form__label.woocommerce-form__label-for-checkbox .woocommerce-form__label.checkbox > input:checked ~ span:first-of-type::before, .woocommerce-form__label.checkbox input:checked ~ .custom-control-label::before, .woocommerce-form__label.checkbox .wc_payment_methods .wc_payment_method input:checked ~ label::before, .wc_payment_methods .wc_payment_method .woocommerce-form__label.checkbox input:checked ~ label::before, .woocommerce-form__label.checkbox .woocommerce-form__label.woocommerce-form__label-for-checkbox > input:checked ~ span:first-of-type::before, .woocommerce-form__label.checkbox > input:checked ~ span:first-of-type::before, .custom-checkbox .shipping ul[id^=shipping_method] li .custom-control-input:checked ~ label::before, .custom-checkbox .shipping ul[id^=shipping_method] li .wc_payment_methods .wc_payment_method input:checked ~ label::before, .wc_payment_methods .wc_payment_method .custom-checkbox .shipping ul[id^=shipping_method] li input:checked ~ label::before, .custom-checkbox .shipping ul[id^=shipping_method] li .woocommerce-form__label.woocommerce-form__label-for-checkbox input:checked ~ label::before, .woocommerce-form__label.woocommerce-form__label-for-checkbox .custom-checkbox .shipping ul[id^=shipping_method] li input:checked ~ label::before, .custom-checkbox .shipping ul[id^=shipping_method] li .woocommerce-form__label.checkbox input:checked ~ label::before, .woocommerce-form__label.checkbox .custom-checkbox .shipping ul[id^=shipping_method] li input:checked ~ label::before, .woocommerce-form__label.woocommerce-form__label-for-checkbox .shipping ul[id^=shipping_method] li .custom-control-input:checked ~ label::before, .woocommerce-form__label.woocommerce-form__label-for-checkbox .shipping ul[id^=shipping_method] li .wc_payment_methods .wc_payment_method input:checked ~ label::before, .wc_payment_methods .wc_payment_method .woocommerce-form__label.woocommerce-form__label-for-checkbox .shipping ul[id^=shipping_method] li input:checked ~ label::before, .woocommerce-form__label.woocommerce-form__label-for-checkbox .shipping ul[id^=shipping_method] li input:checked ~ label::before, .woocommerce-form__label.woocommerce-form__label-for-checkbox .shipping ul[id^=shipping_method] li .woocommerce-form__label.checkbox input:checked ~ label::before, .woocommerce-form__label.checkbox .woocommerce-form__label.woocommerce-form__label-for-checkbox .shipping ul[id^=shipping_method] li input:checked ~ label::before, .woocommerce-form__label.checkbox .shipping ul[id^=shipping_method] li .custom-control-input:checked ~ label::before, .woocommerce-form__label.checkbox .shipping ul[id^=shipping_method] li .wc_payment_methods .wc_payment_method input:checked ~ label::before, .wc_payment_methods .wc_payment_method .woocommerce-form__label.checkbox .shipping ul[id^=shipping_method] li input:checked ~ label::before, .woocommerce-form__label.checkbox .shipping ul[id^=shipping_method] li .woocommerce-form__label.woocommerce-form__label-for-checkbox input:checked ~ label::before, .woocommerce-form__label.woocommerce-form__label-for-checkbox .woocommerce-form__label.checkbox .shipping ul[id^=shipping_method] li input:checked ~ label::before, .woocommerce-form__label.checkbox .shipping ul[id^=shipping_method] li input:checked ~ label::before, .shipping ul[id^=shipping_method] li .custom-checkbox .custom-control-input:checked ~ label::before, .shipping ul[id^=shipping_method] li .custom-checkbox .wc_payment_methods .wc_payment_method input:checked ~ label::before, .wc_payment_methods .wc_payment_method .shipping ul[id^=shipping_method] li .custom-checkbox input:checked ~ label::before, .shipping ul[id^=shipping_method] li .custom-checkbox .woocommerce-form__label.woocommerce-form__label-for-checkbox input:checked ~ label::before, .woocommerce-form__label.woocommerce-form__label-for-checkbox .shipping ul[id^=shipping_method] li .custom-checkbox input:checked ~ label::before, .shipping ul[id^=shipping_method] li .custom-checkbox .woocommerce-form__label.checkbox input:checked ~ label::before, .woocommerce-form__label.checkbox .shipping ul[id^=shipping_method] li .custom-checkbox input:checked ~ label::before, .shipping ul[id^=shipping_method] li .woocommerce-form__label.woocommerce-form__label-for-checkbox .custom-control-input:checked ~ label::before, .shipping ul[id^=shipping_method] li .woocommerce-form__label.woocommerce-form__label-for-checkbox .wc_payment_methods .wc_payment_method input:checked ~ label::before, .wc_payment_methods .wc_payment_method .shipping ul[id^=shipping_method] li .woocommerce-form__label.woocommerce-form__label-for-checkbox input:checked ~ label::before, .shipping ul[id^=shipping_method] li .woocommerce-form__label.woocommerce-form__label-for-checkbox input:checked ~ label::before, .shipping ul[id^=shipping_method] li .woocommerce-form__label.woocommerce-form__label-for-checkbox .woocommerce-form__label.checkbox input:checked ~ label::before, .woocommerce-form__label.checkbox .shipping ul[id^=shipping_method] li .woocommerce-form__label.woocommerce-form__label-for-checkbox input:checked ~ label::before, .shipping ul[id^=shipping_method] li .woocommerce-form__label.checkbox .custom-control-input:checked ~ label::before, .shipping ul[id^=shipping_method] li .woocommerce-form__label.checkbox .wc_payment_methods .wc_payment_method input:checked ~ label::before, .wc_payment_methods .wc_payment_method .shipping ul[id^=shipping_method] li .woocommerce-form__label.checkbox input:checked ~ label::before, .shipping ul[id^=shipping_method] li .woocommerce-form__label.checkbox .woocommerce-form__label.woocommerce-form__label-for-checkbox input:checked ~ label::before, .woocommerce-form__label.woocommerce-form__label-for-checkbox .shipping ul[id^=shipping_method] li .woocommerce-form__label.checkbox input:checked ~ label::before, .shipping ul[id^=shipping_method] li .woocommerce-form__label.checkbox input:checked ~ label::before, .custom-checkbox .shipping ul[id^=shipping_method] li input:checked ~ .custom-control-label::before, .custom-checkbox .shipping ul[id^=shipping_method] li .wc_payment_methods .wc_payment_method input:checked ~ label::before, .wc_payment_methods .wc_payment_method .custom-checkbox .shipping ul[id^=shipping_method] li input:checked ~ label::before, .custom-checkbox .shipping ul[id^=shipping_method] li .woocommerce-form__label.woocommerce-form__label-for-checkbox > input:checked ~ span:first-of-type::before, .custom-checkbox .shipping ul[id^=shipping_method] li .woocommerce-form__label.checkbox > input:checked ~ span:first-of-type::before, .woocommerce-form__label.woocommerce-form__label-for-checkbox .shipping ul[id^=shipping_method] li input:checked ~ .custom-control-label::before, .woocommerce-form__label.woocommerce-form__label-for-checkbox .shipping ul[id^=shipping_method] li .wc_payment_methods .wc_payment_method input:checked ~ label::before, .wc_payment_methods .wc_payment_method .woocommerce-form__label.woocommerce-form__label-for-checkbox .shipping ul[id^=shipping_method] li input:checked ~ label::before, .woocommerce-form__label.woocommerce-form__label-for-checkbox .shipping ul[id^=shipping_method] li .woocommerce-form__label.woocommerce-form__label-for-checkbox > input:checked ~ span:first-of-type::before, .woocommerce-form__label.woocommerce-form__label-for-checkbox .shipping ul[id^=shipping_method] li .woocommerce-form__label.checkbox > input:checked ~ span:first-of-type::before, .woocommerce-form__label.checkbox .shipping ul[id^=shipping_method] li input:checked ~ .custom-control-label::before, .woocommerce-form__label.checkbox .shipping ul[id^=shipping_method] li .wc_payment_methods .wc_payment_method input:checked ~ label::before, .wc_payment_methods .wc_payment_method .woocommerce-form__label.checkbox .shipping ul[id^=shipping_method] li input:checked ~ label::before, .woocommerce-form__label.checkbox .shipping ul[id^=shipping_method] li .woocommerce-form__label.woocommerce-form__label-for-checkbox > input:checked ~ span:first-of-type::before, .woocommerce-form__label.checkbox .shipping ul[id^=shipping_method] li .woocommerce-form__label.checkbox > input:checked ~ span:first-of-type::before, .custom-checkbox .shipping ul[id^=shipping_method] li input:checked ~ label::before, .woocommerce-form__label.woocommerce-form__label-for-checkbox .shipping ul[id^=shipping_method] li input:checked ~ label::before, .woocommerce-form__label.checkbox .shipping ul[id^=shipping_method] li input:checked ~ label::before, .shipping ul[id^=shipping_method] li .custom-checkbox input:checked ~ .custom-control-label::before, .shipping ul[id^=shipping_method] li .custom-checkbox .wc_payment_methods .wc_payment_method input:checked ~ label::before, .wc_payment_methods .wc_payment_method .shipping ul[id^=shipping_method] li .custom-checkbox input:checked ~ label::before, .shipping ul[id^=shipping_method] li .custom-checkbox .woocommerce-form__label.woocommerce-form__label-for-checkbox > input:checked ~ span:first-of-type::before, .shipping ul[id^=shipping_method] li .custom-checkbox .woocommerce-form__label.checkbox > input:checked ~ span:first-of-type::before, .shipping ul[id^=shipping_method] li .woocommerce-form__label.woocommerce-form__label-for-checkbox input:checked ~ .custom-control-label::before, .shipping ul[id^=shipping_method] li .woocommerce-form__label.woocommerce-form__label-for-checkbox .wc_payment_methods .wc_payment_method input:checked ~ label::before, .wc_payment_methods .wc_payment_method .shipping ul[id^=shipping_method] li .woocommerce-form__label.woocommerce-form__label-for-checkbox input:checked ~ label::before, .shipping ul[id^=shipping_method] li .woocommerce-form__label.woocommerce-form__label-for-checkbox > input:checked ~ span:first-of-type::before, .shipping ul[id^=shipping_method] li .woocommerce-form__label.woocommerce-form__label-for-checkbox .woocommerce-form__label.checkbox > input:checked ~ span:first-of-type::before, .shipping ul[id^=shipping_method] li .woocommerce-form__label.checkbox input:checked ~ .custom-control-label::before, .shipping ul[id^=shipping_method] li .woocommerce-form__label.checkbox .wc_payment_methods .wc_payment_method input:checked ~ label::before, .wc_payment_methods .wc_payment_method .shipping ul[id^=shipping_method] li .woocommerce-form__label.checkbox input:checked ~ label::before, .shipping ul[id^=shipping_method] li .woocommerce-form__label.checkbox .woocommerce-form__label.woocommerce-form__label-for-checkbox > input:checked ~ span:first-of-type::before, .shipping ul[id^=shipping_method] li .woocommerce-form__label.checkbox > input:checked ~ span:first-of-type::before, .shipping ul[id^=shipping_method] li .custom-checkbox input:checked ~ label::before, .shipping ul[id^=shipping_method] li .woocommerce-form__label.woocommerce-form__label-for-checkbox input:checked ~ label::before, .shipping ul[id^=shipping_method] li .woocommerce-form__label.checkbox input:checked ~ label::before, .wpcf7-acceptance .wpcf7-list-item > label .custom-control-input:checked ~ .custom-control-label::before, .wpcf7-acceptance .wpcf7-list-item > label .wc_payment_methods .wc_payment_method .custom-control-input:checked ~ label::before, .wc_payment_methods .wc_payment_method .wpcf7-acceptance .wpcf7-list-item > label .custom-control-input:checked ~ label::before, .wpcf7-acceptance .wpcf7-list-item > label .wc_payment_methods .wc_payment_method input:checked ~ .custom-control-label::before, .wpcf7-acceptance .wpcf7-list-item > label .wc_payment_methods .wc_payment_method input:checked ~ label::before, .wc_payment_methods .wc_payment_method .wpcf7-acceptance .wpcf7-list-item > label input:checked ~ .custom-control-label::before, .wc_payment_methods .wc_payment_method .wpcf7-acceptance .wpcf7-list-item > label input:checked ~ label::before, .wpcf7-acceptance .wpcf7-list-item > label .woocommerce-form__label.woocommerce-form__label-for-checkbox > .custom-control-input:checked ~ span:first-of-type::before, .wpcf7-acceptance .wpcf7-list-item > label .wc_payment_methods .wc_payment_method .woocommerce-form__label.woocommerce-form__label-for-checkbox > input:checked ~ span:first-of-type::before, .wc_payment_methods .wc_payment_method .wpcf7-acceptance .wpcf7-list-item > label .woocommerce-form__label.woocommerce-form__label-for-checkbox > input:checked ~ span:first-of-type::before, .wpcf7-acceptance .wpcf7-list-item > label .woocommerce-form__label.checkbox > .custom-control-input:checked ~ span:first-of-type::before, .wpcf7-acceptance .wpcf7-list-item > label .wc_payment_methods .wc_payment_method .woocommerce-form__label.checkbox > input:checked ~ span:first-of-type::before, .wc_payment_methods .wc_payment_method .wpcf7-acceptance .wpcf7-list-item > label .woocommerce-form__label.checkbox > input:checked ~ span:first-of-type::before, .wpcf7-acceptance .wpcf7-list-item > label .woocommerce-form__label.woocommerce-form__label-for-checkbox input:checked ~ .custom-control-label::before, .wpcf7-acceptance .wpcf7-list-item > label .woocommerce-form__label.woocommerce-form__label-for-checkbox .wc_payment_methods .wc_payment_method input:checked ~ label::before, .wc_payment_methods .wc_payment_method .wpcf7-acceptance .wpcf7-list-item > label .woocommerce-form__label.woocommerce-form__label-for-checkbox input:checked ~ label::before, .wpcf7-acceptance .wpcf7-list-item > label .woocommerce-form__label.woocommerce-form__label-for-checkbox > input:checked ~ span:first-of-type::before, .wpcf7-acceptance .wpcf7-list-item > label .woocommerce-form__label.woocommerce-form__label-for-checkbox .woocommerce-form__label.checkbox > input:checked ~ span:first-of-type::before, .woocommerce-form__label.woocommerce-form__label-for-checkbox .wpcf7-acceptance .wpcf7-list-item > label input:checked ~ .custom-control-label::before, .woocommerce-form__label.woocommerce-form__label-for-checkbox .wpcf7-acceptance .wpcf7-list-item > label .wc_payment_methods .wc_payment_method input:checked ~ label::before, .wc_payment_methods .wc_payment_method .woocommerce-form__label.woocommerce-form__label-for-checkbox .wpcf7-acceptance .wpcf7-list-item > label input:checked ~ label::before, .woocommerce-form__label.woocommerce-form__label-for-checkbox .wpcf7-acceptance .wpcf7-list-item > label .woocommerce-form__label.woocommerce-form__label-for-checkbox > input:checked ~ span:first-of-type::before, .woocommerce-form__label.woocommerce-form__label-for-checkbox .wpcf7-acceptance .wpcf7-list-item > label .woocommerce-form__label.checkbox > input:checked ~ span:first-of-type::before, .wpcf7-acceptance .wpcf7-list-item > label .woocommerce-form__label.checkbox input:checked ~ .custom-control-label::before, .wpcf7-acceptance .wpcf7-list-item > label .woocommerce-form__label.checkbox .wc_payment_methods .wc_payment_method input:checked ~ label::before, .wc_payment_methods .wc_payment_method .wpcf7-acceptance .wpcf7-list-item > label .woocommerce-form__label.checkbox input:checked ~ label::before, .wpcf7-acceptance .wpcf7-list-item > label .woocommerce-form__label.checkbox .woocommerce-form__label.woocommerce-form__label-for-checkbox > input:checked ~ span:first-of-type::before, .wpcf7-acceptance .wpcf7-list-item > label .woocommerce-form__label.checkbox > input:checked ~ span:first-of-type::before, .woocommerce-form__label.checkbox .wpcf7-acceptance .wpcf7-list-item > label input:checked ~ .custom-control-label::before, .woocommerce-form__label.checkbox .wpcf7-acceptance .wpcf7-list-item > label .wc_payment_methods .wc_payment_method input:checked ~ label::before, .wc_payment_methods .wc_payment_method .woocommerce-form__label.checkbox .wpcf7-acceptance .wpcf7-list-item > label input:checked ~ label::before, .woocommerce-form__label.checkbox .wpcf7-acceptance .wpcf7-list-item > label .woocommerce-form__label.woocommerce-form__label-for-checkbox > input:checked ~ span:first-of-type::before, .woocommerce-form__label.checkbox .wpcf7-acceptance .wpcf7-list-item > label .woocommerce-form__label.checkbox > input:checked ~ span:first-of-type::before, .wpcf7-acceptance .wpcf7-list-item > label .shipping ul[id^=shipping_method] li .custom-control-input:checked ~ label::before, .wpcf7-acceptance .wpcf7-list-item > label .shipping ul[id^=shipping_method] li .wc_payment_methods .wc_payment_method input:checked ~ label::before, .wc_payment_methods .wc_payment_method .wpcf7-acceptance .wpcf7-list-item > label .shipping ul[id^=shipping_method] li input:checked ~ label::before, .wpcf7-acceptance .wpcf7-list-item > label .shipping ul[id^=shipping_method] li .woocommerce-form__label.woocommerce-form__label-for-checkbox input:checked ~ label::before, .woocommerce-form__label.woocommerce-form__label-for-checkbox .wpcf7-acceptance .wpcf7-list-item > label .shipping ul[id^=shipping_method] li input:checked ~ label::before, .wpcf7-acceptance .wpcf7-list-item > label .shipping ul[id^=shipping_method] li .woocommerce-form__label.checkbox input:checked ~ label::before, .woocommerce-form__label.checkbox .wpcf7-acceptance .wpcf7-list-item > label .shipping ul[id^=shipping_method] li input:checked ~ label::before, .shipping ul[id^=shipping_method] li .wpcf7-acceptance .wpcf7-list-item > label .custom-control-input:checked ~ label::before, .shipping ul[id^=shipping_method] li .wpcf7-acceptance .wpcf7-list-item > label .wc_payment_methods .wc_payment_method input:checked ~ label::before, .wc_payment_methods .wc_payment_method .shipping ul[id^=shipping_method] li .wpcf7-acceptance .wpcf7-list-item > label input:checked ~ label::before, .shipping ul[id^=shipping_method] li .wpcf7-acceptance .wpcf7-list-item > label .woocommerce-form__label.woocommerce-form__label-for-checkbox input:checked ~ label::before, .woocommerce-form__label.woocommerce-form__label-for-checkbox .shipping ul[id^=shipping_method] li .wpcf7-acceptance .wpcf7-list-item > label input:checked ~ label::before, .shipping ul[id^=shipping_method] li .wpcf7-acceptance .wpcf7-list-item > label .woocommerce-form__label.checkbox input:checked ~ label::before, .woocommerce-form__label.checkbox .shipping ul[id^=shipping_method] li .wpcf7-acceptance .wpcf7-list-item > label input:checked ~ label::before, .wpcf7-acceptance .wpcf7-list-item > label .shipping ul[id^=shipping_method] li input:checked ~ .custom-control-label::before, .wpcf7-acceptance .wpcf7-list-item > label .shipping ul[id^=shipping_method] li .wc_payment_methods .wc_payment_method input:checked ~ label::before, .wc_payment_methods .wc_payment_method .wpcf7-acceptance .wpcf7-list-item > label .shipping ul[id^=shipping_method] li input:checked ~ label::before, .wpcf7-acceptance .wpcf7-list-item > label .shipping ul[id^=shipping_method] li .woocommerce-form__label.woocommerce-form__label-for-checkbox > input:checked ~ span:first-of-type::before, .wpcf7-acceptance .wpcf7-list-item > label .shipping ul[id^=shipping_method] li .woocommerce-form__label.checkbox > input:checked ~ span:first-of-type::before, .wpcf7-acceptance .wpcf7-list-item > label .shipping ul[id^=shipping_method] li input:checked ~ label::before, .custom-checkbox .custom-control-input:checked ~ .wpcf7-list-item-label::before, .custom-checkbox .wc_payment_methods .wc_payment_method input:checked ~ .wpcf7-list-item-label::before, .wc_payment_methods .wc_payment_method .custom-checkbox input:checked ~ .wpcf7-list-item-label::before, .custom-checkbox .woocommerce-form__label.woocommerce-form__label-for-checkbox input:checked ~ .wpcf7-list-item-label::before, .woocommerce-form__label.woocommerce-form__label-for-checkbox .custom-checkbox input:checked ~ .wpcf7-list-item-label::before, .custom-checkbox .woocommerce-form__label.checkbox input:checked ~ .wpcf7-list-item-label::before, .woocommerce-form__label.checkbox .custom-checkbox input:checked ~ .wpcf7-list-item-label::before, .woocommerce-form__label.woocommerce-form__label-for-checkbox .custom-control-input:checked ~ .wpcf7-list-item-label::before, .woocommerce-form__label.woocommerce-form__label-for-checkbox .wc_payment_methods .wc_payment_method input:checked ~ .wpcf7-list-item-label::before, .wc_payment_methods .wc_payment_method .woocommerce-form__label.woocommerce-form__label-for-checkbox input:checked ~ .wpcf7-list-item-label::before, .woocommerce-form__label.woocommerce-form__label-for-checkbox input:checked ~ .wpcf7-list-item-label::before, .woocommerce-form__label.woocommerce-form__label-for-checkbox .woocommerce-form__label.checkbox input:checked ~ .wpcf7-list-item-label::before, .woocommerce-form__label.checkbox .woocommerce-form__label.woocommerce-form__label-for-checkbox input:checked ~ .wpcf7-list-item-label::before, .woocommerce-form__label.checkbox .custom-control-input:checked ~ .wpcf7-list-item-label::before, .woocommerce-form__label.checkbox .wc_payment_methods .wc_payment_method input:checked ~ .wpcf7-list-item-label::before, .wc_payment_methods .wc_payment_method .woocommerce-form__label.checkbox input:checked ~ .wpcf7-list-item-label::before, .woocommerce-form__label.checkbox .woocommerce-form__label.woocommerce-form__label-for-checkbox input:checked ~ .wpcf7-list-item-label::before, .woocommerce-form__label.woocommerce-form__label-for-checkbox .woocommerce-form__label.checkbox input:checked ~ .wpcf7-list-item-label::before, .woocommerce-form__label.checkbox input:checked ~ .wpcf7-list-item-label::before, .custom-checkbox .shipping ul[id^=shipping_method] li input:checked ~ .wpcf7-list-item-label::before, .woocommerce-form__label.woocommerce-form__label-for-checkbox .shipping ul[id^=shipping_method] li input:checked ~ .wpcf7-list-item-label::before, .woocommerce-form__label.checkbox .shipping ul[id^=shipping_method] li input:checked ~ .wpcf7-list-item-label::before, .shipping ul[id^=shipping_method] li .custom-checkbox input:checked ~ .wpcf7-list-item-label::before, .shipping ul[id^=shipping_method] li .woocommerce-form__label.woocommerce-form__label-for-checkbox input:checked ~ .wpcf7-list-item-label::before, .shipping ul[id^=shipping_method] li .woocommerce-form__label.checkbox input:checked ~ .wpcf7-list-item-label::before, .wpcf7-acceptance .wpcf7-list-item > label .custom-control-input:checked ~ .wpcf7-list-item-label::before, .wpcf7-acceptance .wpcf7-list-item > label .wc_payment_methods .wc_payment_method input:checked ~ .wpcf7-list-item-label::before, .wc_payment_methods .wc_payment_method .wpcf7-acceptance .wpcf7-list-item > label input:checked ~ .wpcf7-list-item-label::before, .wpcf7-acceptance .wpcf7-list-item > label .woocommerce-form__label.woocommerce-form__label-for-checkbox input:checked ~ .wpcf7-list-item-label::before, .woocommerce-form__label.woocommerce-form__label-for-checkbox .wpcf7-acceptance .wpcf7-list-item > label input:checked ~ .wpcf7-list-item-label::before, .wpcf7-acceptance .wpcf7-list-item > label .woocommerce-form__label.checkbox input:checked ~ .wpcf7-list-item-label::before, .woocommerce-form__label.checkbox .wpcf7-acceptance .wpcf7-list-item > label input:checked ~ .wpcf7-list-item-label::before, .wpcf7-acceptance .wpcf7-list-item > label .shipping ul[id^=shipping_method] li input:checked ~ .wpcf7-list-item-label::before, .custom-checkbox .wpcf7-list-item input:checked ~ .custom-control-label::before, .custom-checkbox .wpcf7-list-item .wc_payment_methods .wc_payment_method input:checked ~ label::before, .wc_payment_methods .wc_payment_method .custom-checkbox .wpcf7-list-item input:checked ~ label::before, .custom-checkbox .wpcf7-list-item .woocommerce-form__label.woocommerce-form__label-for-checkbox > input:checked ~ span:first-of-type::before, .custom-checkbox .wpcf7-list-item .woocommerce-form__label.checkbox > input:checked ~ span:first-of-type::before, .woocommerce-form__label.woocommerce-form__label-for-checkbox .wpcf7-list-item input:checked ~ .custom-control-label::before, .woocommerce-form__label.woocommerce-form__label-for-checkbox .wpcf7-list-item .wc_payment_methods .wc_payment_method input:checked ~ label::before, .wc_payment_methods .wc_payment_method .woocommerce-form__label.woocommerce-form__label-for-checkbox .wpcf7-list-item input:checked ~ label::before, .woocommerce-form__label.woocommerce-form__label-for-checkbox .wpcf7-list-item .woocommerce-form__label.woocommerce-form__label-for-checkbox > input:checked ~ span:first-of-type::before, .woocommerce-form__label.woocommerce-form__label-for-checkbox .wpcf7-list-item .woocommerce-form__label.checkbox > input:checked ~ span:first-of-type::before, .woocommerce-form__label.checkbox .wpcf7-list-item input:checked ~ .custom-control-label::before, .woocommerce-form__label.checkbox .wpcf7-list-item .wc_payment_methods .wc_payment_method input:checked ~ label::before, .wc_payment_methods .wc_payment_method .woocommerce-form__label.checkbox .wpcf7-list-item input:checked ~ label::before, .woocommerce-form__label.checkbox .wpcf7-list-item .woocommerce-form__label.woocommerce-form__label-for-checkbox > input:checked ~ span:first-of-type::before, .woocommerce-form__label.checkbox .wpcf7-list-item .woocommerce-form__label.checkbox > input:checked ~ span:first-of-type::before, .shipping ul[id^=shipping_method] li .custom-checkbox .wpcf7-list-item input:checked ~ label::before, .shipping ul[id^=shipping_method] li .woocommerce-form__label.woocommerce-form__label-for-checkbox .wpcf7-list-item input:checked ~ label::before, .shipping ul[id^=shipping_method] li .woocommerce-form__label.checkbox .wpcf7-list-item input:checked ~ label::before, .wpcf7-acceptance .wpcf7-list-item > label .wpcf7-list-item input:checked ~ .custom-control-label::before, .wpcf7-acceptance .wpcf7-list-item > label .wpcf7-list-item .wc_payment_methods .wc_payment_method input:checked ~ label::before, .wc_payment_methods .wc_payment_method .wpcf7-acceptance .wpcf7-list-item > label .wpcf7-list-item input:checked ~ label::before, .wpcf7-acceptance .wpcf7-list-item > label .wpcf7-list-item .woocommerce-form__label.woocommerce-form__label-for-checkbox > input:checked ~ span:first-of-type::before, .wpcf7-acceptance .wpcf7-list-item > label .wpcf7-list-item .woocommerce-form__label.checkbox > input:checked ~ span:first-of-type::before, .shipping ul[id^=shipping_method] li .wpcf7-acceptance .wpcf7-list-item > label .wpcf7-list-item input:checked ~ label::before, .custom-checkbox .wpcf7-list-item input:checked ~ .wpcf7-list-item-label::before, .woocommerce-form__label.woocommerce-form__label-for-checkbox .wpcf7-list-item input:checked ~ .wpcf7-list-item-label::before, .woocommerce-form__label.checkbox .wpcf7-list-item input:checked ~ .wpcf7-list-item-label::before, .wpcf7-acceptance .wpcf7-list-item > label .wpcf7-list-item input:checked ~ .wpcf7-list-item-label::before, .wpcf7-list-item .custom-checkbox input:checked ~ .custom-control-label::before, .wpcf7-list-item .custom-checkbox .wc_payment_methods .wc_payment_method input:checked ~ label::before, .wc_payment_methods .wc_payment_method .wpcf7-list-item .custom-checkbox input:checked ~ label::before, .wpcf7-list-item .custom-checkbox .woocommerce-form__label.woocommerce-form__label-for-checkbox > input:checked ~ span:first-of-type::before, .wpcf7-list-item .custom-checkbox .woocommerce-form__label.checkbox > input:checked ~ span:first-of-type::before, .wpcf7-list-item .woocommerce-form__label.woocommerce-form__label-for-checkbox input:checked ~ .custom-control-label::before, .wpcf7-list-item .woocommerce-form__label.woocommerce-form__label-for-checkbox .wc_payment_methods .wc_payment_method input:checked ~ label::before, .wc_payment_methods .wc_payment_method .wpcf7-list-item .woocommerce-form__label.woocommerce-form__label-for-checkbox input:checked ~ label::before, .wpcf7-list-item .woocommerce-form__label.woocommerce-form__label-for-checkbox > input:checked ~ span:first-of-type::before, .wpcf7-list-item .woocommerce-form__label.woocommerce-form__label-for-checkbox .woocommerce-form__label.checkbox > input:checked ~ span:first-of-type::before, .wpcf7-list-item .woocommerce-form__label.checkbox input:checked ~ .custom-control-label::before, .wpcf7-list-item .woocommerce-form__label.checkbox .wc_payment_methods .wc_payment_method input:checked ~ label::before, .wc_payment_methods .wc_payment_method .wpcf7-list-item .woocommerce-form__label.checkbox input:checked ~ label::before, .wpcf7-list-item .woocommerce-form__label.checkbox .woocommerce-form__label.woocommerce-form__label-for-checkbox > input:checked ~ span:first-of-type::before, .wpcf7-list-item .woocommerce-form__label.checkbox > input:checked ~ span:first-of-type::before, .wpcf7-acceptance .wpcf7-list-item > label input:checked ~ .custom-control-label::before, .wpcf7-acceptance .wpcf7-list-item > label .wc_payment_methods .wc_payment_method input:checked ~ label::before, .wc_payment_methods .wc_payment_method .wpcf7-acceptance .wpcf7-list-item > label input:checked ~ label::before, .wpcf7-acceptance .wpcf7-list-item > label .woocommerce-form__label.woocommerce-form__label-for-checkbox > input:checked ~ span:first-of-type::before, .wpcf7-acceptance .wpcf7-list-item > label .woocommerce-form__label.checkbox > input:checked ~ span:first-of-type::before, .shipping ul[id^=shipping_method] li .wpcf7-acceptance .wpcf7-list-item > label input:checked ~ label::before, .wpcf7-list-item .custom-checkbox input:checked ~ .wpcf7-list-item-label::before, .wpcf7-list-item .woocommerce-form__label.woocommerce-form__label-for-checkbox input:checked ~ .wpcf7-list-item-label::before, .wpcf7-list-item .woocommerce-form__label.checkbox input:checked ~ .wpcf7-list-item-label::before, .wpcf7-acceptance .wpcf7-list-item > label input:checked ~ .wpcf7-list-item-label::before, .custom-checkbox .wpcf7-checkbox input:checked ~ .custom-control-label::before, .custom-checkbox .wpcf7-checkbox .wc_payment_methods .wc_payment_method input:checked ~ label::before, .wc_payment_methods .wc_payment_method .custom-checkbox .wpcf7-checkbox input:checked ~ label::before, .custom-checkbox .wpcf7-checkbox .woocommerce-form__label.woocommerce-form__label-for-checkbox > input:checked ~ span:first-of-type::before, .custom-checkbox .wpcf7-checkbox .woocommerce-form__label.checkbox > input:checked ~ span:first-of-type::before, .woocommerce-form__label.woocommerce-form__label-for-checkbox .wpcf7-checkbox input:checked ~ .custom-control-label::before, .woocommerce-form__label.woocommerce-form__label-for-checkbox .wpcf7-checkbox .wc_payment_methods .wc_payment_method input:checked ~ label::before, .wc_payment_methods .wc_payment_method .woocommerce-form__label.woocommerce-form__label-for-checkbox .wpcf7-checkbox input:checked ~ label::before, .woocommerce-form__label.woocommerce-form__label-for-checkbox .wpcf7-checkbox .woocommerce-form__label.woocommerce-form__label-for-checkbox > input:checked ~ span:first-of-type::before, .woocommerce-form__label.woocommerce-form__label-for-checkbox .wpcf7-checkbox .woocommerce-form__label.checkbox > input:checked ~ span:first-of-type::before, .woocommerce-form__label.checkbox .wpcf7-checkbox input:checked ~ .custom-control-label::before, .woocommerce-form__label.checkbox .wpcf7-checkbox .wc_payment_methods .wc_payment_method input:checked ~ label::before, .wc_payment_methods .wc_payment_method .woocommerce-form__label.checkbox .wpcf7-checkbox input:checked ~ label::before, .woocommerce-form__label.checkbox .wpcf7-checkbox .woocommerce-form__label.woocommerce-form__label-for-checkbox > input:checked ~ span:first-of-type::before, .woocommerce-form__label.checkbox .wpcf7-checkbox .woocommerce-form__label.checkbox > input:checked ~ span:first-of-type::before, .shipping ul[id^=shipping_method] li .custom-checkbox .wpcf7-checkbox input:checked ~ label::before, .shipping ul[id^=shipping_method] li .woocommerce-form__label.woocommerce-form__label-for-checkbox .wpcf7-checkbox input:checked ~ label::before, .shipping ul[id^=shipping_method] li .woocommerce-form__label.checkbox .wpcf7-checkbox input:checked ~ label::before, .wpcf7-acceptance .wpcf7-list-item > label .wpcf7-checkbox input:checked ~ .custom-control-label::before, .wpcf7-acceptance .wpcf7-list-item > label .wpcf7-checkbox .wc_payment_methods .wc_payment_method input:checked ~ label::before, .wc_payment_methods .wc_payment_method .wpcf7-acceptance .wpcf7-list-item > label .wpcf7-checkbox input:checked ~ label::before, .wpcf7-acceptance .wpcf7-list-item > label .wpcf7-checkbox .woocommerce-form__label.woocommerce-form__label-for-checkbox > input:checked ~ span:first-of-type::before, .wpcf7-acceptance .wpcf7-list-item > label .wpcf7-checkbox .woocommerce-form__label.checkbox > input:checked ~ span:first-of-type::before, .shipping ul[id^=shipping_method] li .wpcf7-acceptance .wpcf7-list-item > label .wpcf7-checkbox input:checked ~ label::before, .custom-checkbox .wpcf7-checkbox input:checked ~ .wpcf7-list-item-label::before, .woocommerce-form__label.woocommerce-form__label-for-checkbox .wpcf7-checkbox input:checked ~ .wpcf7-list-item-label::before, .woocommerce-form__label.checkbox .wpcf7-checkbox input:checked ~ .wpcf7-list-item-label::before, .wpcf7-acceptance .wpcf7-list-item > label .wpcf7-checkbox input:checked ~ .wpcf7-list-item-label::before, .wpcf7-checkbox .custom-checkbox input:checked ~ .custom-control-label::before, .wpcf7-checkbox .custom-checkbox .wc_payment_methods .wc_payment_method input:checked ~ label::before, .wc_payment_methods .wc_payment_method .wpcf7-checkbox .custom-checkbox input:checked ~ label::before, .wpcf7-checkbox .custom-checkbox .woocommerce-form__label.woocommerce-form__label-for-checkbox > input:checked ~ span:first-of-type::before, .wpcf7-checkbox .custom-checkbox .woocommerce-form__label.checkbox > input:checked ~ span:first-of-type::before, .wpcf7-checkbox .woocommerce-form__label.woocommerce-form__label-for-checkbox input:checked ~ .custom-control-label::before, .wpcf7-checkbox .woocommerce-form__label.woocommerce-form__label-for-checkbox .wc_payment_methods .wc_payment_method input:checked ~ label::before, .wc_payment_methods .wc_payment_method .wpcf7-checkbox .woocommerce-form__label.woocommerce-form__label-for-checkbox input:checked ~ label::before, .wpcf7-checkbox .woocommerce-form__label.woocommerce-form__label-for-checkbox > input:checked ~ span:first-of-type::before, .wpcf7-checkbox .woocommerce-form__label.woocommerce-form__label-for-checkbox .woocommerce-form__label.checkbox > input:checked ~ span:first-of-type::before, .wpcf7-checkbox .woocommerce-form__label.checkbox input:checked ~ .custom-control-label::before, .wpcf7-checkbox .woocommerce-form__label.checkbox .wc_payment_methods .wc_payment_method input:checked ~ label::before, .wc_payment_methods .wc_payment_method .wpcf7-checkbox .woocommerce-form__label.checkbox input:checked ~ label::before, .wpcf7-checkbox .woocommerce-form__label.checkbox .woocommerce-form__label.woocommerce-form__label-for-checkbox > input:checked ~ span:first-of-type::before, .wpcf7-checkbox .woocommerce-form__label.checkbox > input:checked ~ span:first-of-type::before, .wpcf7-checkbox .custom-checkbox input:checked ~ .wpcf7-list-item-label::before, .wpcf7-checkbox .woocommerce-form__label.woocommerce-form__label-for-checkbox input:checked ~ .wpcf7-list-item-label::before, .wpcf7-checkbox .woocommerce-form__label.checkbox input:checked ~ .wpcf7-list-item-label::before {
  background-color: #0a233f;
}
.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::before, .custom-checkbox .wc_payment_methods .wc_payment_method .custom-control-input:indeterminate ~ label::before, .wc_payment_methods .wc_payment_method .custom-checkbox .custom-control-input:indeterminate ~ label::before, .custom-checkbox .wc_payment_methods .wc_payment_method input:indeterminate ~ .custom-control-label::before, .custom-checkbox .wc_payment_methods .wc_payment_method input:indeterminate ~ label::before, .wc_payment_methods .wc_payment_method .custom-checkbox input:indeterminate ~ .custom-control-label::before, .wc_payment_methods .wc_payment_method .custom-checkbox input:indeterminate ~ label::before, .custom-checkbox .woocommerce-form__label.woocommerce-form__label-for-checkbox > .custom-control-input:indeterminate ~ span:first-of-type::before, .custom-checkbox .wc_payment_methods .wc_payment_method .woocommerce-form__label.woocommerce-form__label-for-checkbox > input:indeterminate ~ span:first-of-type::before, .wc_payment_methods .wc_payment_method .custom-checkbox .woocommerce-form__label.woocommerce-form__label-for-checkbox > input:indeterminate ~ span:first-of-type::before, .custom-checkbox .woocommerce-form__label.checkbox > .custom-control-input:indeterminate ~ span:first-of-type::before, .custom-checkbox .wc_payment_methods .wc_payment_method .woocommerce-form__label.checkbox > input:indeterminate ~ span:first-of-type::before, .wc_payment_methods .wc_payment_method .custom-checkbox .woocommerce-form__label.checkbox > input:indeterminate ~ span:first-of-type::before, .custom-checkbox .woocommerce-form__label.woocommerce-form__label-for-checkbox input:indeterminate ~ .custom-control-label::before, .custom-checkbox .woocommerce-form__label.woocommerce-form__label-for-checkbox .wc_payment_methods .wc_payment_method input:indeterminate ~ label::before, .wc_payment_methods .wc_payment_method .custom-checkbox .woocommerce-form__label.woocommerce-form__label-for-checkbox input:indeterminate ~ label::before, .custom-checkbox .woocommerce-form__label.woocommerce-form__label-for-checkbox > input:indeterminate ~ span:first-of-type::before, .custom-checkbox .woocommerce-form__label.woocommerce-form__label-for-checkbox .woocommerce-form__label.checkbox > input:indeterminate ~ span:first-of-type::before, .woocommerce-form__label.woocommerce-form__label-for-checkbox .custom-checkbox input:indeterminate ~ .custom-control-label::before, .woocommerce-form__label.woocommerce-form__label-for-checkbox .custom-checkbox .wc_payment_methods .wc_payment_method input:indeterminate ~ label::before, .wc_payment_methods .wc_payment_method .woocommerce-form__label.woocommerce-form__label-for-checkbox .custom-checkbox input:indeterminate ~ label::before, .woocommerce-form__label.woocommerce-form__label-for-checkbox .custom-checkbox .woocommerce-form__label.woocommerce-form__label-for-checkbox > input:indeterminate ~ span:first-of-type::before, .woocommerce-form__label.woocommerce-form__label-for-checkbox .custom-checkbox .woocommerce-form__label.checkbox > input:indeterminate ~ span:first-of-type::before, .custom-checkbox .woocommerce-form__label.checkbox input:indeterminate ~ .custom-control-label::before, .custom-checkbox .woocommerce-form__label.checkbox .wc_payment_methods .wc_payment_method input:indeterminate ~ label::before, .wc_payment_methods .wc_payment_method .custom-checkbox .woocommerce-form__label.checkbox input:indeterminate ~ label::before, .custom-checkbox .woocommerce-form__label.checkbox .woocommerce-form__label.woocommerce-form__label-for-checkbox > input:indeterminate ~ span:first-of-type::before, .custom-checkbox .woocommerce-form__label.checkbox > input:indeterminate ~ span:first-of-type::before, .woocommerce-form__label.checkbox .custom-checkbox input:indeterminate ~ .custom-control-label::before, .woocommerce-form__label.checkbox .custom-checkbox .wc_payment_methods .wc_payment_method input:indeterminate ~ label::before, .wc_payment_methods .wc_payment_method .woocommerce-form__label.checkbox .custom-checkbox input:indeterminate ~ label::before, .woocommerce-form__label.checkbox .custom-checkbox .woocommerce-form__label.woocommerce-form__label-for-checkbox > input:indeterminate ~ span:first-of-type::before, .woocommerce-form__label.checkbox .custom-checkbox .woocommerce-form__label.checkbox > input:indeterminate ~ span:first-of-type::before, .woocommerce-form__label.woocommerce-form__label-for-checkbox .custom-control-input:indeterminate ~ .custom-control-label::before, .woocommerce-form__label.woocommerce-form__label-for-checkbox .wc_payment_methods .wc_payment_method .custom-control-input:indeterminate ~ label::before, .wc_payment_methods .wc_payment_method .woocommerce-form__label.woocommerce-form__label-for-checkbox .custom-control-input:indeterminate ~ label::before, .woocommerce-form__label.woocommerce-form__label-for-checkbox .wc_payment_methods .wc_payment_method input:indeterminate ~ .custom-control-label::before, .woocommerce-form__label.woocommerce-form__label-for-checkbox .wc_payment_methods .wc_payment_method input:indeterminate ~ label::before, .wc_payment_methods .wc_payment_method .woocommerce-form__label.woocommerce-form__label-for-checkbox input:indeterminate ~ .custom-control-label::before, .wc_payment_methods .wc_payment_method .woocommerce-form__label.woocommerce-form__label-for-checkbox input:indeterminate ~ label::before, .woocommerce-form__label.woocommerce-form__label-for-checkbox > .custom-control-input:indeterminate ~ span:first-of-type::before, .wc_payment_methods .wc_payment_method .woocommerce-form__label.woocommerce-form__label-for-checkbox > input:indeterminate ~ span:first-of-type::before, .woocommerce-form__label.woocommerce-form__label-for-checkbox .woocommerce-form__label.checkbox > .custom-control-input:indeterminate ~ span:first-of-type::before, .woocommerce-form__label.woocommerce-form__label-for-checkbox .wc_payment_methods .wc_payment_method .woocommerce-form__label.checkbox > input:indeterminate ~ span:first-of-type::before, .wc_payment_methods .wc_payment_method .woocommerce-form__label.woocommerce-form__label-for-checkbox .woocommerce-form__label.checkbox > input:indeterminate ~ span:first-of-type::before, .woocommerce-form__label.woocommerce-form__label-for-checkbox input:indeterminate ~ .custom-control-label::before, .woocommerce-form__label.woocommerce-form__label-for-checkbox .wc_payment_methods .wc_payment_method input:indeterminate ~ label::before, .wc_payment_methods .wc_payment_method .woocommerce-form__label.woocommerce-form__label-for-checkbox input:indeterminate ~ label::before, .woocommerce-form__label.woocommerce-form__label-for-checkbox > input:indeterminate ~ span:first-of-type::before, .woocommerce-form__label.woocommerce-form__label-for-checkbox .woocommerce-form__label.checkbox > input:indeterminate ~ span:first-of-type::before, .woocommerce-form__label.woocommerce-form__label-for-checkbox .woocommerce-form__label.checkbox input:indeterminate ~ .custom-control-label::before, .woocommerce-form__label.woocommerce-form__label-for-checkbox .woocommerce-form__label.checkbox .wc_payment_methods .wc_payment_method input:indeterminate ~ label::before, .wc_payment_methods .wc_payment_method .woocommerce-form__label.woocommerce-form__label-for-checkbox .woocommerce-form__label.checkbox input:indeterminate ~ label::before, .woocommerce-form__label.woocommerce-form__label-for-checkbox .woocommerce-form__label.checkbox .woocommerce-form__label.woocommerce-form__label-for-checkbox > input:indeterminate ~ span:first-of-type::before, .woocommerce-form__label.woocommerce-form__label-for-checkbox .woocommerce-form__label.checkbox > input:indeterminate ~ span:first-of-type::before, .woocommerce-form__label.checkbox .woocommerce-form__label.woocommerce-form__label-for-checkbox input:indeterminate ~ .custom-control-label::before, .woocommerce-form__label.checkbox .woocommerce-form__label.woocommerce-form__label-for-checkbox .wc_payment_methods .wc_payment_method input:indeterminate ~ label::before, .wc_payment_methods .wc_payment_method .woocommerce-form__label.checkbox .woocommerce-form__label.woocommerce-form__label-for-checkbox input:indeterminate ~ label::before, .woocommerce-form__label.checkbox .woocommerce-form__label.woocommerce-form__label-for-checkbox > input:indeterminate ~ span:first-of-type::before, .woocommerce-form__label.checkbox .woocommerce-form__label.woocommerce-form__label-for-checkbox .woocommerce-form__label.checkbox > input:indeterminate ~ span:first-of-type::before, .woocommerce-form__label.checkbox .custom-control-input:indeterminate ~ .custom-control-label::before, .woocommerce-form__label.checkbox .wc_payment_methods .wc_payment_method .custom-control-input:indeterminate ~ label::before, .wc_payment_methods .wc_payment_method .woocommerce-form__label.checkbox .custom-control-input:indeterminate ~ label::before, .woocommerce-form__label.checkbox .wc_payment_methods .wc_payment_method input:indeterminate ~ .custom-control-label::before, .woocommerce-form__label.checkbox .wc_payment_methods .wc_payment_method input:indeterminate ~ label::before, .wc_payment_methods .wc_payment_method .woocommerce-form__label.checkbox input:indeterminate ~ .custom-control-label::before, .wc_payment_methods .wc_payment_method .woocommerce-form__label.checkbox input:indeterminate ~ label::before, .woocommerce-form__label.checkbox .woocommerce-form__label.woocommerce-form__label-for-checkbox > .custom-control-input:indeterminate ~ span:first-of-type::before, .woocommerce-form__label.checkbox .wc_payment_methods .wc_payment_method .woocommerce-form__label.woocommerce-form__label-for-checkbox > input:indeterminate ~ span:first-of-type::before, .wc_payment_methods .wc_payment_method .woocommerce-form__label.checkbox .woocommerce-form__label.woocommerce-form__label-for-checkbox > input:indeterminate ~ span:first-of-type::before, .woocommerce-form__label.checkbox > .custom-control-input:indeterminate ~ span:first-of-type::before, .wc_payment_methods .wc_payment_method .woocommerce-form__label.checkbox > input:indeterminate ~ span:first-of-type::before, .woocommerce-form__label.checkbox .woocommerce-form__label.woocommerce-form__label-for-checkbox input:indeterminate ~ .custom-control-label::before, .woocommerce-form__label.checkbox .woocommerce-form__label.woocommerce-form__label-for-checkbox .wc_payment_methods .wc_payment_method input:indeterminate ~ label::before, .wc_payment_methods .wc_payment_method .woocommerce-form__label.checkbox .woocommerce-form__label.woocommerce-form__label-for-checkbox input:indeterminate ~ label::before, .woocommerce-form__label.checkbox .woocommerce-form__label.woocommerce-form__label-for-checkbox > input:indeterminate ~ span:first-of-type::before, .woocommerce-form__label.checkbox .woocommerce-form__label.woocommerce-form__label-for-checkbox .woocommerce-form__label.checkbox > input:indeterminate ~ span:first-of-type::before, .woocommerce-form__label.woocommerce-form__label-for-checkbox .woocommerce-form__label.checkbox input:indeterminate ~ .custom-control-label::before, .woocommerce-form__label.woocommerce-form__label-for-checkbox .woocommerce-form__label.checkbox .wc_payment_methods .wc_payment_method input:indeterminate ~ label::before, .wc_payment_methods .wc_payment_method .woocommerce-form__label.woocommerce-form__label-for-checkbox .woocommerce-form__label.checkbox input:indeterminate ~ label::before, .woocommerce-form__label.woocommerce-form__label-for-checkbox .woocommerce-form__label.checkbox .woocommerce-form__label.woocommerce-form__label-for-checkbox > input:indeterminate ~ span:first-of-type::before, .woocommerce-form__label.woocommerce-form__label-for-checkbox .woocommerce-form__label.checkbox > input:indeterminate ~ span:first-of-type::before, .woocommerce-form__label.checkbox input:indeterminate ~ .custom-control-label::before, .woocommerce-form__label.checkbox .wc_payment_methods .wc_payment_method input:indeterminate ~ label::before, .wc_payment_methods .wc_payment_method .woocommerce-form__label.checkbox input:indeterminate ~ label::before, .woocommerce-form__label.checkbox .woocommerce-form__label.woocommerce-form__label-for-checkbox > input:indeterminate ~ span:first-of-type::before, .woocommerce-form__label.checkbox > input:indeterminate ~ span:first-of-type::before, .custom-checkbox .shipping ul[id^=shipping_method] li .custom-control-input:indeterminate ~ label::before, .custom-checkbox .shipping ul[id^=shipping_method] li .wc_payment_methods .wc_payment_method input:indeterminate ~ label::before, .wc_payment_methods .wc_payment_method .custom-checkbox .shipping ul[id^=shipping_method] li input:indeterminate ~ label::before, .custom-checkbox .shipping ul[id^=shipping_method] li .woocommerce-form__label.woocommerce-form__label-for-checkbox input:indeterminate ~ label::before, .woocommerce-form__label.woocommerce-form__label-for-checkbox .custom-checkbox .shipping ul[id^=shipping_method] li input:indeterminate ~ label::before, .custom-checkbox .shipping ul[id^=shipping_method] li .woocommerce-form__label.checkbox input:indeterminate ~ label::before, .woocommerce-form__label.checkbox .custom-checkbox .shipping ul[id^=shipping_method] li input:indeterminate ~ label::before, .woocommerce-form__label.woocommerce-form__label-for-checkbox .shipping ul[id^=shipping_method] li .custom-control-input:indeterminate ~ label::before, .woocommerce-form__label.woocommerce-form__label-for-checkbox .shipping ul[id^=shipping_method] li .wc_payment_methods .wc_payment_method input:indeterminate ~ label::before, .wc_payment_methods .wc_payment_method .woocommerce-form__label.woocommerce-form__label-for-checkbox .shipping ul[id^=shipping_method] li input:indeterminate ~ label::before, .woocommerce-form__label.woocommerce-form__label-for-checkbox .shipping ul[id^=shipping_method] li input:indeterminate ~ label::before, .woocommerce-form__label.woocommerce-form__label-for-checkbox .shipping ul[id^=shipping_method] li .woocommerce-form__label.checkbox input:indeterminate ~ label::before, .woocommerce-form__label.checkbox .woocommerce-form__label.woocommerce-form__label-for-checkbox .shipping ul[id^=shipping_method] li input:indeterminate ~ label::before, .woocommerce-form__label.checkbox .shipping ul[id^=shipping_method] li .custom-control-input:indeterminate ~ label::before, .woocommerce-form__label.checkbox .shipping ul[id^=shipping_method] li .wc_payment_methods .wc_payment_method input:indeterminate ~ label::before, .wc_payment_methods .wc_payment_method .woocommerce-form__label.checkbox .shipping ul[id^=shipping_method] li input:indeterminate ~ label::before, .woocommerce-form__label.checkbox .shipping ul[id^=shipping_method] li .woocommerce-form__label.woocommerce-form__label-for-checkbox input:indeterminate ~ label::before, .woocommerce-form__label.woocommerce-form__label-for-checkbox .woocommerce-form__label.checkbox .shipping ul[id^=shipping_method] li input:indeterminate ~ label::before, .woocommerce-form__label.checkbox .shipping ul[id^=shipping_method] li input:indeterminate ~ label::before, .shipping ul[id^=shipping_method] li .custom-checkbox .custom-control-input:indeterminate ~ label::before, .shipping ul[id^=shipping_method] li .custom-checkbox .wc_payment_methods .wc_payment_method input:indeterminate ~ label::before, .wc_payment_methods .wc_payment_method .shipping ul[id^=shipping_method] li .custom-checkbox input:indeterminate ~ label::before, .shipping ul[id^=shipping_method] li .custom-checkbox .woocommerce-form__label.woocommerce-form__label-for-checkbox input:indeterminate ~ label::before, .woocommerce-form__label.woocommerce-form__label-for-checkbox .shipping ul[id^=shipping_method] li .custom-checkbox input:indeterminate ~ label::before, .shipping ul[id^=shipping_method] li .custom-checkbox .woocommerce-form__label.checkbox input:indeterminate ~ label::before, .woocommerce-form__label.checkbox .shipping ul[id^=shipping_method] li .custom-checkbox input:indeterminate ~ label::before, .shipping ul[id^=shipping_method] li .woocommerce-form__label.woocommerce-form__label-for-checkbox .custom-control-input:indeterminate ~ label::before, .shipping ul[id^=shipping_method] li .woocommerce-form__label.woocommerce-form__label-for-checkbox .wc_payment_methods .wc_payment_method input:indeterminate ~ label::before, .wc_payment_methods .wc_payment_method .shipping ul[id^=shipping_method] li .woocommerce-form__label.woocommerce-form__label-for-checkbox input:indeterminate ~ label::before, .shipping ul[id^=shipping_method] li .woocommerce-form__label.woocommerce-form__label-for-checkbox input:indeterminate ~ label::before, .shipping ul[id^=shipping_method] li .woocommerce-form__label.woocommerce-form__label-for-checkbox .woocommerce-form__label.checkbox input:indeterminate ~ label::before, .woocommerce-form__label.checkbox .shipping ul[id^=shipping_method] li .woocommerce-form__label.woocommerce-form__label-for-checkbox input:indeterminate ~ label::before, .shipping ul[id^=shipping_method] li .woocommerce-form__label.checkbox .custom-control-input:indeterminate ~ label::before, .shipping ul[id^=shipping_method] li .woocommerce-form__label.checkbox .wc_payment_methods .wc_payment_method input:indeterminate ~ label::before, .wc_payment_methods .wc_payment_method .shipping ul[id^=shipping_method] li .woocommerce-form__label.checkbox input:indeterminate ~ label::before, .shipping ul[id^=shipping_method] li .woocommerce-form__label.checkbox .woocommerce-form__label.woocommerce-form__label-for-checkbox input:indeterminate ~ label::before, .woocommerce-form__label.woocommerce-form__label-for-checkbox .shipping ul[id^=shipping_method] li .woocommerce-form__label.checkbox input:indeterminate ~ label::before, .shipping ul[id^=shipping_method] li .woocommerce-form__label.checkbox input:indeterminate ~ label::before, .custom-checkbox .shipping ul[id^=shipping_method] li input:indeterminate ~ .custom-control-label::before, .custom-checkbox .shipping ul[id^=shipping_method] li .wc_payment_methods .wc_payment_method input:indeterminate ~ label::before, .wc_payment_methods .wc_payment_method .custom-checkbox .shipping ul[id^=shipping_method] li input:indeterminate ~ label::before, .custom-checkbox .shipping ul[id^=shipping_method] li .woocommerce-form__label.woocommerce-form__label-for-checkbox > input:indeterminate ~ span:first-of-type::before, .custom-checkbox .shipping ul[id^=shipping_method] li .woocommerce-form__label.checkbox > input:indeterminate ~ span:first-of-type::before, .woocommerce-form__label.woocommerce-form__label-for-checkbox .shipping ul[id^=shipping_method] li input:indeterminate ~ .custom-control-label::before, .woocommerce-form__label.woocommerce-form__label-for-checkbox .shipping ul[id^=shipping_method] li .wc_payment_methods .wc_payment_method input:indeterminate ~ label::before, .wc_payment_methods .wc_payment_method .woocommerce-form__label.woocommerce-form__label-for-checkbox .shipping ul[id^=shipping_method] li input:indeterminate ~ label::before, .woocommerce-form__label.woocommerce-form__label-for-checkbox .shipping ul[id^=shipping_method] li .woocommerce-form__label.woocommerce-form__label-for-checkbox > input:indeterminate ~ span:first-of-type::before, .woocommerce-form__label.woocommerce-form__label-for-checkbox .shipping ul[id^=shipping_method] li .woocommerce-form__label.checkbox > input:indeterminate ~ span:first-of-type::before, .woocommerce-form__label.checkbox .shipping ul[id^=shipping_method] li input:indeterminate ~ .custom-control-label::before, .woocommerce-form__label.checkbox .shipping ul[id^=shipping_method] li .wc_payment_methods .wc_payment_method input:indeterminate ~ label::before, .wc_payment_methods .wc_payment_method .woocommerce-form__label.checkbox .shipping ul[id^=shipping_method] li input:indeterminate ~ label::before, .woocommerce-form__label.checkbox .shipping ul[id^=shipping_method] li .woocommerce-form__label.woocommerce-form__label-for-checkbox > input:indeterminate ~ span:first-of-type::before, .woocommerce-form__label.checkbox .shipping ul[id^=shipping_method] li .woocommerce-form__label.checkbox > input:indeterminate ~ span:first-of-type::before, .custom-checkbox .shipping ul[id^=shipping_method] li input:indeterminate ~ label::before, .woocommerce-form__label.woocommerce-form__label-for-checkbox .shipping ul[id^=shipping_method] li input:indeterminate ~ label::before, .woocommerce-form__label.checkbox .shipping ul[id^=shipping_method] li input:indeterminate ~ label::before, .shipping ul[id^=shipping_method] li .custom-checkbox input:indeterminate ~ .custom-control-label::before, .shipping ul[id^=shipping_method] li .custom-checkbox .wc_payment_methods .wc_payment_method input:indeterminate ~ label::before, .wc_payment_methods .wc_payment_method .shipping ul[id^=shipping_method] li .custom-checkbox input:indeterminate ~ label::before, .shipping ul[id^=shipping_method] li .custom-checkbox .woocommerce-form__label.woocommerce-form__label-for-checkbox > input:indeterminate ~ span:first-of-type::before, .shipping ul[id^=shipping_method] li .custom-checkbox .woocommerce-form__label.checkbox > input:indeterminate ~ span:first-of-type::before, .shipping ul[id^=shipping_method] li .woocommerce-form__label.woocommerce-form__label-for-checkbox input:indeterminate ~ .custom-control-label::before, .shipping ul[id^=shipping_method] li .woocommerce-form__label.woocommerce-form__label-for-checkbox .wc_payment_methods .wc_payment_method input:indeterminate ~ label::before, .wc_payment_methods .wc_payment_method .shipping ul[id^=shipping_method] li .woocommerce-form__label.woocommerce-form__label-for-checkbox input:indeterminate ~ label::before, .shipping ul[id^=shipping_method] li .woocommerce-form__label.woocommerce-form__label-for-checkbox > input:indeterminate ~ span:first-of-type::before, .shipping ul[id^=shipping_method] li .woocommerce-form__label.woocommerce-form__label-for-checkbox .woocommerce-form__label.checkbox > input:indeterminate ~ span:first-of-type::before, .shipping ul[id^=shipping_method] li .woocommerce-form__label.checkbox input:indeterminate ~ .custom-control-label::before, .shipping ul[id^=shipping_method] li .woocommerce-form__label.checkbox .wc_payment_methods .wc_payment_method input:indeterminate ~ label::before, .wc_payment_methods .wc_payment_method .shipping ul[id^=shipping_method] li .woocommerce-form__label.checkbox input:indeterminate ~ label::before, .shipping ul[id^=shipping_method] li .woocommerce-form__label.checkbox .woocommerce-form__label.woocommerce-form__label-for-checkbox > input:indeterminate ~ span:first-of-type::before, .shipping ul[id^=shipping_method] li .woocommerce-form__label.checkbox > input:indeterminate ~ span:first-of-type::before, .shipping ul[id^=shipping_method] li .custom-checkbox input:indeterminate ~ label::before, .shipping ul[id^=shipping_method] li .woocommerce-form__label.woocommerce-form__label-for-checkbox input:indeterminate ~ label::before, .shipping ul[id^=shipping_method] li .woocommerce-form__label.checkbox input:indeterminate ~ label::before, .wpcf7-acceptance .wpcf7-list-item > label .custom-control-input:indeterminate ~ .custom-control-label::before, .wpcf7-acceptance .wpcf7-list-item > label .wc_payment_methods .wc_payment_method .custom-control-input:indeterminate ~ label::before, .wc_payment_methods .wc_payment_method .wpcf7-acceptance .wpcf7-list-item > label .custom-control-input:indeterminate ~ label::before, .wpcf7-acceptance .wpcf7-list-item > label .wc_payment_methods .wc_payment_method input:indeterminate ~ .custom-control-label::before, .wpcf7-acceptance .wpcf7-list-item > label .wc_payment_methods .wc_payment_method input:indeterminate ~ label::before, .wc_payment_methods .wc_payment_method .wpcf7-acceptance .wpcf7-list-item > label input:indeterminate ~ .custom-control-label::before, .wc_payment_methods .wc_payment_method .wpcf7-acceptance .wpcf7-list-item > label input:indeterminate ~ label::before, .wpcf7-acceptance .wpcf7-list-item > label .woocommerce-form__label.woocommerce-form__label-for-checkbox > .custom-control-input:indeterminate ~ span:first-of-type::before, .wpcf7-acceptance .wpcf7-list-item > label .wc_payment_methods .wc_payment_method .woocommerce-form__label.woocommerce-form__label-for-checkbox > input:indeterminate ~ span:first-of-type::before, .wc_payment_methods .wc_payment_method .wpcf7-acceptance .wpcf7-list-item > label .woocommerce-form__label.woocommerce-form__label-for-checkbox > input:indeterminate ~ span:first-of-type::before, .wpcf7-acceptance .wpcf7-list-item > label .woocommerce-form__label.checkbox > .custom-control-input:indeterminate ~ span:first-of-type::before, .wpcf7-acceptance .wpcf7-list-item > label .wc_payment_methods .wc_payment_method .woocommerce-form__label.checkbox > input:indeterminate ~ span:first-of-type::before, .wc_payment_methods .wc_payment_method .wpcf7-acceptance .wpcf7-list-item > label .woocommerce-form__label.checkbox > input:indeterminate ~ span:first-of-type::before, .wpcf7-acceptance .wpcf7-list-item > label .woocommerce-form__label.woocommerce-form__label-for-checkbox input:indeterminate ~ .custom-control-label::before, .wpcf7-acceptance .wpcf7-list-item > label .woocommerce-form__label.woocommerce-form__label-for-checkbox .wc_payment_methods .wc_payment_method input:indeterminate ~ label::before, .wc_payment_methods .wc_payment_method .wpcf7-acceptance .wpcf7-list-item > label .woocommerce-form__label.woocommerce-form__label-for-checkbox input:indeterminate ~ label::before, .wpcf7-acceptance .wpcf7-list-item > label .woocommerce-form__label.woocommerce-form__label-for-checkbox > input:indeterminate ~ span:first-of-type::before, .wpcf7-acceptance .wpcf7-list-item > label .woocommerce-form__label.woocommerce-form__label-for-checkbox .woocommerce-form__label.checkbox > input:indeterminate ~ span:first-of-type::before, .woocommerce-form__label.woocommerce-form__label-for-checkbox .wpcf7-acceptance .wpcf7-list-item > label input:indeterminate ~ .custom-control-label::before, .woocommerce-form__label.woocommerce-form__label-for-checkbox .wpcf7-acceptance .wpcf7-list-item > label .wc_payment_methods .wc_payment_method input:indeterminate ~ label::before, .wc_payment_methods .wc_payment_method .woocommerce-form__label.woocommerce-form__label-for-checkbox .wpcf7-acceptance .wpcf7-list-item > label input:indeterminate ~ label::before, .woocommerce-form__label.woocommerce-form__label-for-checkbox .wpcf7-acceptance .wpcf7-list-item > label .woocommerce-form__label.woocommerce-form__label-for-checkbox > input:indeterminate ~ span:first-of-type::before, .woocommerce-form__label.woocommerce-form__label-for-checkbox .wpcf7-acceptance .wpcf7-list-item > label .woocommerce-form__label.checkbox > input:indeterminate ~ span:first-of-type::before, .wpcf7-acceptance .wpcf7-list-item > label .woocommerce-form__label.checkbox input:indeterminate ~ .custom-control-label::before, .wpcf7-acceptance .wpcf7-list-item > label .woocommerce-form__label.checkbox .wc_payment_methods .wc_payment_method input:indeterminate ~ label::before, .wc_payment_methods .wc_payment_method .wpcf7-acceptance .wpcf7-list-item > label .woocommerce-form__label.checkbox input:indeterminate ~ label::before, .wpcf7-acceptance .wpcf7-list-item > label .woocommerce-form__label.checkbox .woocommerce-form__label.woocommerce-form__label-for-checkbox > input:indeterminate ~ span:first-of-type::before, .wpcf7-acceptance .wpcf7-list-item > label .woocommerce-form__label.checkbox > input:indeterminate ~ span:first-of-type::before, .woocommerce-form__label.checkbox .wpcf7-acceptance .wpcf7-list-item > label input:indeterminate ~ .custom-control-label::before, .woocommerce-form__label.checkbox .wpcf7-acceptance .wpcf7-list-item > label .wc_payment_methods .wc_payment_method input:indeterminate ~ label::before, .wc_payment_methods .wc_payment_method .woocommerce-form__label.checkbox .wpcf7-acceptance .wpcf7-list-item > label input:indeterminate ~ label::before, .woocommerce-form__label.checkbox .wpcf7-acceptance .wpcf7-list-item > label .woocommerce-form__label.woocommerce-form__label-for-checkbox > input:indeterminate ~ span:first-of-type::before, .woocommerce-form__label.checkbox .wpcf7-acceptance .wpcf7-list-item > label .woocommerce-form__label.checkbox > input:indeterminate ~ span:first-of-type::before, .wpcf7-acceptance .wpcf7-list-item > label .shipping ul[id^=shipping_method] li .custom-control-input:indeterminate ~ label::before, .wpcf7-acceptance .wpcf7-list-item > label .shipping ul[id^=shipping_method] li .wc_payment_methods .wc_payment_method input:indeterminate ~ label::before, .wc_payment_methods .wc_payment_method .wpcf7-acceptance .wpcf7-list-item > label .shipping ul[id^=shipping_method] li input:indeterminate ~ label::before, .wpcf7-acceptance .wpcf7-list-item > label .shipping ul[id^=shipping_method] li .woocommerce-form__label.woocommerce-form__label-for-checkbox input:indeterminate ~ label::before, .woocommerce-form__label.woocommerce-form__label-for-checkbox .wpcf7-acceptance .wpcf7-list-item > label .shipping ul[id^=shipping_method] li input:indeterminate ~ label::before, .wpcf7-acceptance .wpcf7-list-item > label .shipping ul[id^=shipping_method] li .woocommerce-form__label.checkbox input:indeterminate ~ label::before, .woocommerce-form__label.checkbox .wpcf7-acceptance .wpcf7-list-item > label .shipping ul[id^=shipping_method] li input:indeterminate ~ label::before, .shipping ul[id^=shipping_method] li .wpcf7-acceptance .wpcf7-list-item > label .custom-control-input:indeterminate ~ label::before, .shipping ul[id^=shipping_method] li .wpcf7-acceptance .wpcf7-list-item > label .wc_payment_methods .wc_payment_method input:indeterminate ~ label::before, .wc_payment_methods .wc_payment_method .shipping ul[id^=shipping_method] li .wpcf7-acceptance .wpcf7-list-item > label input:indeterminate ~ label::before, .shipping ul[id^=shipping_method] li .wpcf7-acceptance .wpcf7-list-item > label .woocommerce-form__label.woocommerce-form__label-for-checkbox input:indeterminate ~ label::before, .woocommerce-form__label.woocommerce-form__label-for-checkbox .shipping ul[id^=shipping_method] li .wpcf7-acceptance .wpcf7-list-item > label input:indeterminate ~ label::before, .shipping ul[id^=shipping_method] li .wpcf7-acceptance .wpcf7-list-item > label .woocommerce-form__label.checkbox input:indeterminate ~ label::before, .woocommerce-form__label.checkbox .shipping ul[id^=shipping_method] li .wpcf7-acceptance .wpcf7-list-item > label input:indeterminate ~ label::before, .wpcf7-acceptance .wpcf7-list-item > label .shipping ul[id^=shipping_method] li input:indeterminate ~ .custom-control-label::before, .wpcf7-acceptance .wpcf7-list-item > label .shipping ul[id^=shipping_method] li .wc_payment_methods .wc_payment_method input:indeterminate ~ label::before, .wc_payment_methods .wc_payment_method .wpcf7-acceptance .wpcf7-list-item > label .shipping ul[id^=shipping_method] li input:indeterminate ~ label::before, .wpcf7-acceptance .wpcf7-list-item > label .shipping ul[id^=shipping_method] li .woocommerce-form__label.woocommerce-form__label-for-checkbox > input:indeterminate ~ span:first-of-type::before, .wpcf7-acceptance .wpcf7-list-item > label .shipping ul[id^=shipping_method] li .woocommerce-form__label.checkbox > input:indeterminate ~ span:first-of-type::before, .wpcf7-acceptance .wpcf7-list-item > label .shipping ul[id^=shipping_method] li input:indeterminate ~ label::before, .custom-checkbox .custom-control-input:indeterminate ~ .wpcf7-list-item-label::before, .custom-checkbox .wc_payment_methods .wc_payment_method input:indeterminate ~ .wpcf7-list-item-label::before, .wc_payment_methods .wc_payment_method .custom-checkbox input:indeterminate ~ .wpcf7-list-item-label::before, .custom-checkbox .woocommerce-form__label.woocommerce-form__label-for-checkbox input:indeterminate ~ .wpcf7-list-item-label::before, .woocommerce-form__label.woocommerce-form__label-for-checkbox .custom-checkbox input:indeterminate ~ .wpcf7-list-item-label::before, .custom-checkbox .woocommerce-form__label.checkbox input:indeterminate ~ .wpcf7-list-item-label::before, .woocommerce-form__label.checkbox .custom-checkbox input:indeterminate ~ .wpcf7-list-item-label::before, .woocommerce-form__label.woocommerce-form__label-for-checkbox .custom-control-input:indeterminate ~ .wpcf7-list-item-label::before, .woocommerce-form__label.woocommerce-form__label-for-checkbox .wc_payment_methods .wc_payment_method input:indeterminate ~ .wpcf7-list-item-label::before, .wc_payment_methods .wc_payment_method .woocommerce-form__label.woocommerce-form__label-for-checkbox input:indeterminate ~ .wpcf7-list-item-label::before, .woocommerce-form__label.woocommerce-form__label-for-checkbox input:indeterminate ~ .wpcf7-list-item-label::before, .woocommerce-form__label.woocommerce-form__label-for-checkbox .woocommerce-form__label.checkbox input:indeterminate ~ .wpcf7-list-item-label::before, .woocommerce-form__label.checkbox .woocommerce-form__label.woocommerce-form__label-for-checkbox input:indeterminate ~ .wpcf7-list-item-label::before, .woocommerce-form__label.checkbox .custom-control-input:indeterminate ~ .wpcf7-list-item-label::before, .woocommerce-form__label.checkbox .wc_payment_methods .wc_payment_method input:indeterminate ~ .wpcf7-list-item-label::before, .wc_payment_methods .wc_payment_method .woocommerce-form__label.checkbox input:indeterminate ~ .wpcf7-list-item-label::before, .woocommerce-form__label.checkbox .woocommerce-form__label.woocommerce-form__label-for-checkbox input:indeterminate ~ .wpcf7-list-item-label::before, .woocommerce-form__label.woocommerce-form__label-for-checkbox .woocommerce-form__label.checkbox input:indeterminate ~ .wpcf7-list-item-label::before, .woocommerce-form__label.checkbox input:indeterminate ~ .wpcf7-list-item-label::before, .custom-checkbox .shipping ul[id^=shipping_method] li input:indeterminate ~ .wpcf7-list-item-label::before, .woocommerce-form__label.woocommerce-form__label-for-checkbox .shipping ul[id^=shipping_method] li input:indeterminate ~ .wpcf7-list-item-label::before, .woocommerce-form__label.checkbox .shipping ul[id^=shipping_method] li input:indeterminate ~ .wpcf7-list-item-label::before, .shipping ul[id^=shipping_method] li .custom-checkbox input:indeterminate ~ .wpcf7-list-item-label::before, .shipping ul[id^=shipping_method] li .woocommerce-form__label.woocommerce-form__label-for-checkbox input:indeterminate ~ .wpcf7-list-item-label::before, .shipping ul[id^=shipping_method] li .woocommerce-form__label.checkbox input:indeterminate ~ .wpcf7-list-item-label::before, .wpcf7-acceptance .wpcf7-list-item > label .custom-control-input:indeterminate ~ .wpcf7-list-item-label::before, .wpcf7-acceptance .wpcf7-list-item > label .wc_payment_methods .wc_payment_method input:indeterminate ~ .wpcf7-list-item-label::before, .wc_payment_methods .wc_payment_method .wpcf7-acceptance .wpcf7-list-item > label input:indeterminate ~ .wpcf7-list-item-label::before, .wpcf7-acceptance .wpcf7-list-item > label .woocommerce-form__label.woocommerce-form__label-for-checkbox input:indeterminate ~ .wpcf7-list-item-label::before, .woocommerce-form__label.woocommerce-form__label-for-checkbox .wpcf7-acceptance .wpcf7-list-item > label input:indeterminate ~ .wpcf7-list-item-label::before, .wpcf7-acceptance .wpcf7-list-item > label .woocommerce-form__label.checkbox input:indeterminate ~ .wpcf7-list-item-label::before, .woocommerce-form__label.checkbox .wpcf7-acceptance .wpcf7-list-item > label input:indeterminate ~ .wpcf7-list-item-label::before, .wpcf7-acceptance .wpcf7-list-item > label .shipping ul[id^=shipping_method] li input:indeterminate ~ .wpcf7-list-item-label::before, .custom-checkbox .wpcf7-list-item input:indeterminate ~ .custom-control-label::before, .custom-checkbox .wpcf7-list-item .wc_payment_methods .wc_payment_method input:indeterminate ~ label::before, .wc_payment_methods .wc_payment_method .custom-checkbox .wpcf7-list-item input:indeterminate ~ label::before, .custom-checkbox .wpcf7-list-item .woocommerce-form__label.woocommerce-form__label-for-checkbox > input:indeterminate ~ span:first-of-type::before, .custom-checkbox .wpcf7-list-item .woocommerce-form__label.checkbox > input:indeterminate ~ span:first-of-type::before, .woocommerce-form__label.woocommerce-form__label-for-checkbox .wpcf7-list-item input:indeterminate ~ .custom-control-label::before, .woocommerce-form__label.woocommerce-form__label-for-checkbox .wpcf7-list-item .wc_payment_methods .wc_payment_method input:indeterminate ~ label::before, .wc_payment_methods .wc_payment_method .woocommerce-form__label.woocommerce-form__label-for-checkbox .wpcf7-list-item input:indeterminate ~ label::before, .woocommerce-form__label.woocommerce-form__label-for-checkbox .wpcf7-list-item .woocommerce-form__label.woocommerce-form__label-for-checkbox > input:indeterminate ~ span:first-of-type::before, .woocommerce-form__label.woocommerce-form__label-for-checkbox .wpcf7-list-item .woocommerce-form__label.checkbox > input:indeterminate ~ span:first-of-type::before, .woocommerce-form__label.checkbox .wpcf7-list-item input:indeterminate ~ .custom-control-label::before, .woocommerce-form__label.checkbox .wpcf7-list-item .wc_payment_methods .wc_payment_method input:indeterminate ~ label::before, .wc_payment_methods .wc_payment_method .woocommerce-form__label.checkbox .wpcf7-list-item input:indeterminate ~ label::before, .woocommerce-form__label.checkbox .wpcf7-list-item .woocommerce-form__label.woocommerce-form__label-for-checkbox > input:indeterminate ~ span:first-of-type::before, .woocommerce-form__label.checkbox .wpcf7-list-item .woocommerce-form__label.checkbox > input:indeterminate ~ span:first-of-type::before, .shipping ul[id^=shipping_method] li .custom-checkbox .wpcf7-list-item input:indeterminate ~ label::before, .shipping ul[id^=shipping_method] li .woocommerce-form__label.woocommerce-form__label-for-checkbox .wpcf7-list-item input:indeterminate ~ label::before, .shipping ul[id^=shipping_method] li .woocommerce-form__label.checkbox .wpcf7-list-item input:indeterminate ~ label::before, .wpcf7-acceptance .wpcf7-list-item > label .wpcf7-list-item input:indeterminate ~ .custom-control-label::before, .wpcf7-acceptance .wpcf7-list-item > label .wpcf7-list-item .wc_payment_methods .wc_payment_method input:indeterminate ~ label::before, .wc_payment_methods .wc_payment_method .wpcf7-acceptance .wpcf7-list-item > label .wpcf7-list-item input:indeterminate ~ label::before, .wpcf7-acceptance .wpcf7-list-item > label .wpcf7-list-item .woocommerce-form__label.woocommerce-form__label-for-checkbox > input:indeterminate ~ span:first-of-type::before, .wpcf7-acceptance .wpcf7-list-item > label .wpcf7-list-item .woocommerce-form__label.checkbox > input:indeterminate ~ span:first-of-type::before, .shipping ul[id^=shipping_method] li .wpcf7-acceptance .wpcf7-list-item > label .wpcf7-list-item input:indeterminate ~ label::before, .custom-checkbox .wpcf7-list-item input:indeterminate ~ .wpcf7-list-item-label::before, .woocommerce-form__label.woocommerce-form__label-for-checkbox .wpcf7-list-item input:indeterminate ~ .wpcf7-list-item-label::before, .woocommerce-form__label.checkbox .wpcf7-list-item input:indeterminate ~ .wpcf7-list-item-label::before, .wpcf7-acceptance .wpcf7-list-item > label .wpcf7-list-item input:indeterminate ~ .wpcf7-list-item-label::before, .wpcf7-list-item .custom-checkbox input:indeterminate ~ .custom-control-label::before, .wpcf7-list-item .custom-checkbox .wc_payment_methods .wc_payment_method input:indeterminate ~ label::before, .wc_payment_methods .wc_payment_method .wpcf7-list-item .custom-checkbox input:indeterminate ~ label::before, .wpcf7-list-item .custom-checkbox .woocommerce-form__label.woocommerce-form__label-for-checkbox > input:indeterminate ~ span:first-of-type::before, .wpcf7-list-item .custom-checkbox .woocommerce-form__label.checkbox > input:indeterminate ~ span:first-of-type::before, .wpcf7-list-item .woocommerce-form__label.woocommerce-form__label-for-checkbox input:indeterminate ~ .custom-control-label::before, .wpcf7-list-item .woocommerce-form__label.woocommerce-form__label-for-checkbox .wc_payment_methods .wc_payment_method input:indeterminate ~ label::before, .wc_payment_methods .wc_payment_method .wpcf7-list-item .woocommerce-form__label.woocommerce-form__label-for-checkbox input:indeterminate ~ label::before, .wpcf7-list-item .woocommerce-form__label.woocommerce-form__label-for-checkbox > input:indeterminate ~ span:first-of-type::before, .wpcf7-list-item .woocommerce-form__label.woocommerce-form__label-for-checkbox .woocommerce-form__label.checkbox > input:indeterminate ~ span:first-of-type::before, .wpcf7-list-item .woocommerce-form__label.checkbox input:indeterminate ~ .custom-control-label::before, .wpcf7-list-item .woocommerce-form__label.checkbox .wc_payment_methods .wc_payment_method input:indeterminate ~ label::before, .wc_payment_methods .wc_payment_method .wpcf7-list-item .woocommerce-form__label.checkbox input:indeterminate ~ label::before, .wpcf7-list-item .woocommerce-form__label.checkbox .woocommerce-form__label.woocommerce-form__label-for-checkbox > input:indeterminate ~ span:first-of-type::before, .wpcf7-list-item .woocommerce-form__label.checkbox > input:indeterminate ~ span:first-of-type::before, .wpcf7-acceptance .wpcf7-list-item > label input:indeterminate ~ .custom-control-label::before, .wpcf7-acceptance .wpcf7-list-item > label .wc_payment_methods .wc_payment_method input:indeterminate ~ label::before, .wc_payment_methods .wc_payment_method .wpcf7-acceptance .wpcf7-list-item > label input:indeterminate ~ label::before, .wpcf7-acceptance .wpcf7-list-item > label .woocommerce-form__label.woocommerce-form__label-for-checkbox > input:indeterminate ~ span:first-of-type::before, .wpcf7-acceptance .wpcf7-list-item > label .woocommerce-form__label.checkbox > input:indeterminate ~ span:first-of-type::before, .shipping ul[id^=shipping_method] li .wpcf7-acceptance .wpcf7-list-item > label input:indeterminate ~ label::before, .wpcf7-list-item .custom-checkbox input:indeterminate ~ .wpcf7-list-item-label::before, .wpcf7-list-item .woocommerce-form__label.woocommerce-form__label-for-checkbox input:indeterminate ~ .wpcf7-list-item-label::before, .wpcf7-list-item .woocommerce-form__label.checkbox input:indeterminate ~ .wpcf7-list-item-label::before, .wpcf7-acceptance .wpcf7-list-item > label input:indeterminate ~ .wpcf7-list-item-label::before, .custom-checkbox .wpcf7-checkbox input:indeterminate ~ .custom-control-label::before, .custom-checkbox .wpcf7-checkbox .wc_payment_methods .wc_payment_method input:indeterminate ~ label::before, .wc_payment_methods .wc_payment_method .custom-checkbox .wpcf7-checkbox input:indeterminate ~ label::before, .custom-checkbox .wpcf7-checkbox .woocommerce-form__label.woocommerce-form__label-for-checkbox > input:indeterminate ~ span:first-of-type::before, .custom-checkbox .wpcf7-checkbox .woocommerce-form__label.checkbox > input:indeterminate ~ span:first-of-type::before, .woocommerce-form__label.woocommerce-form__label-for-checkbox .wpcf7-checkbox input:indeterminate ~ .custom-control-label::before, .woocommerce-form__label.woocommerce-form__label-for-checkbox .wpcf7-checkbox .wc_payment_methods .wc_payment_method input:indeterminate ~ label::before, .wc_payment_methods .wc_payment_method .woocommerce-form__label.woocommerce-form__label-for-checkbox .wpcf7-checkbox input:indeterminate ~ label::before, .woocommerce-form__label.woocommerce-form__label-for-checkbox .wpcf7-checkbox .woocommerce-form__label.woocommerce-form__label-for-checkbox > input:indeterminate ~ span:first-of-type::before, .woocommerce-form__label.woocommerce-form__label-for-checkbox .wpcf7-checkbox .woocommerce-form__label.checkbox > input:indeterminate ~ span:first-of-type::before, .woocommerce-form__label.checkbox .wpcf7-checkbox input:indeterminate ~ .custom-control-label::before, .woocommerce-form__label.checkbox .wpcf7-checkbox .wc_payment_methods .wc_payment_method input:indeterminate ~ label::before, .wc_payment_methods .wc_payment_method .woocommerce-form__label.checkbox .wpcf7-checkbox input:indeterminate ~ label::before, .woocommerce-form__label.checkbox .wpcf7-checkbox .woocommerce-form__label.woocommerce-form__label-for-checkbox > input:indeterminate ~ span:first-of-type::before, .woocommerce-form__label.checkbox .wpcf7-checkbox .woocommerce-form__label.checkbox > input:indeterminate ~ span:first-of-type::before, .shipping ul[id^=shipping_method] li .custom-checkbox .wpcf7-checkbox input:indeterminate ~ label::before, .shipping ul[id^=shipping_method] li .woocommerce-form__label.woocommerce-form__label-for-checkbox .wpcf7-checkbox input:indeterminate ~ label::before, .shipping ul[id^=shipping_method] li .woocommerce-form__label.checkbox .wpcf7-checkbox input:indeterminate ~ label::before, .wpcf7-acceptance .wpcf7-list-item > label .wpcf7-checkbox input:indeterminate ~ .custom-control-label::before, .wpcf7-acceptance .wpcf7-list-item > label .wpcf7-checkbox .wc_payment_methods .wc_payment_method input:indeterminate ~ label::before, .wc_payment_methods .wc_payment_method .wpcf7-acceptance .wpcf7-list-item > label .wpcf7-checkbox input:indeterminate ~ label::before, .wpcf7-acceptance .wpcf7-list-item > label .wpcf7-checkbox .woocommerce-form__label.woocommerce-form__label-for-checkbox > input:indeterminate ~ span:first-of-type::before, .wpcf7-acceptance .wpcf7-list-item > label .wpcf7-checkbox .woocommerce-form__label.checkbox > input:indeterminate ~ span:first-of-type::before, .shipping ul[id^=shipping_method] li .wpcf7-acceptance .wpcf7-list-item > label .wpcf7-checkbox input:indeterminate ~ label::before, .custom-checkbox .wpcf7-checkbox input:indeterminate ~ .wpcf7-list-item-label::before, .woocommerce-form__label.woocommerce-form__label-for-checkbox .wpcf7-checkbox input:indeterminate ~ .wpcf7-list-item-label::before, .woocommerce-form__label.checkbox .wpcf7-checkbox input:indeterminate ~ .wpcf7-list-item-label::before, .wpcf7-acceptance .wpcf7-list-item > label .wpcf7-checkbox input:indeterminate ~ .wpcf7-list-item-label::before, .wpcf7-checkbox .custom-checkbox input:indeterminate ~ .custom-control-label::before, .wpcf7-checkbox .custom-checkbox .wc_payment_methods .wc_payment_method input:indeterminate ~ label::before, .wc_payment_methods .wc_payment_method .wpcf7-checkbox .custom-checkbox input:indeterminate ~ label::before, .wpcf7-checkbox .custom-checkbox .woocommerce-form__label.woocommerce-form__label-for-checkbox > input:indeterminate ~ span:first-of-type::before, .wpcf7-checkbox .custom-checkbox .woocommerce-form__label.checkbox > input:indeterminate ~ span:first-of-type::before, .wpcf7-checkbox .woocommerce-form__label.woocommerce-form__label-for-checkbox input:indeterminate ~ .custom-control-label::before, .wpcf7-checkbox .woocommerce-form__label.woocommerce-form__label-for-checkbox .wc_payment_methods .wc_payment_method input:indeterminate ~ label::before, .wc_payment_methods .wc_payment_method .wpcf7-checkbox .woocommerce-form__label.woocommerce-form__label-for-checkbox input:indeterminate ~ label::before, .wpcf7-checkbox .woocommerce-form__label.woocommerce-form__label-for-checkbox > input:indeterminate ~ span:first-of-type::before, .wpcf7-checkbox .woocommerce-form__label.woocommerce-form__label-for-checkbox .woocommerce-form__label.checkbox > input:indeterminate ~ span:first-of-type::before, .wpcf7-checkbox .woocommerce-form__label.checkbox input:indeterminate ~ .custom-control-label::before, .wpcf7-checkbox .woocommerce-form__label.checkbox .wc_payment_methods .wc_payment_method input:indeterminate ~ label::before, .wc_payment_methods .wc_payment_method .wpcf7-checkbox .woocommerce-form__label.checkbox input:indeterminate ~ label::before, .wpcf7-checkbox .woocommerce-form__label.checkbox .woocommerce-form__label.woocommerce-form__label-for-checkbox > input:indeterminate ~ span:first-of-type::before, .wpcf7-checkbox .woocommerce-form__label.checkbox > input:indeterminate ~ span:first-of-type::before, .wpcf7-checkbox .custom-checkbox input:indeterminate ~ .wpcf7-list-item-label::before, .wpcf7-checkbox .woocommerce-form__label.woocommerce-form__label-for-checkbox input:indeterminate ~ .wpcf7-list-item-label::before, .wpcf7-checkbox .woocommerce-form__label.checkbox input:indeterminate ~ .wpcf7-list-item-label::before {
  background-color: #0a233f;
}
.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::after, .custom-checkbox .wc_payment_methods .wc_payment_method .custom-control-input:indeterminate ~ label::after, .wc_payment_methods .wc_payment_method .custom-checkbox .custom-control-input:indeterminate ~ label::after, .custom-checkbox .wc_payment_methods .wc_payment_method input:indeterminate ~ .custom-control-label::after, .custom-checkbox .wc_payment_methods .wc_payment_method input:indeterminate ~ label::after, .wc_payment_methods .wc_payment_method .custom-checkbox input:indeterminate ~ .custom-control-label::after, .wc_payment_methods .wc_payment_method .custom-checkbox input:indeterminate ~ label::after, .custom-checkbox .woocommerce-form__label.woocommerce-form__label-for-checkbox > .custom-control-input:indeterminate ~ span:first-of-type::after, .custom-checkbox .wc_payment_methods .wc_payment_method .woocommerce-form__label.woocommerce-form__label-for-checkbox > input:indeterminate ~ span:first-of-type::after, .wc_payment_methods .wc_payment_method .custom-checkbox .woocommerce-form__label.woocommerce-form__label-for-checkbox > input:indeterminate ~ span:first-of-type::after, .custom-checkbox .woocommerce-form__label.checkbox > .custom-control-input:indeterminate ~ span:first-of-type::after, .custom-checkbox .wc_payment_methods .wc_payment_method .woocommerce-form__label.checkbox > input:indeterminate ~ span:first-of-type::after, .wc_payment_methods .wc_payment_method .custom-checkbox .woocommerce-form__label.checkbox > input:indeterminate ~ span:first-of-type::after, .custom-checkbox .woocommerce-form__label.woocommerce-form__label-for-checkbox input:indeterminate ~ .custom-control-label::after, .custom-checkbox .woocommerce-form__label.woocommerce-form__label-for-checkbox .wc_payment_methods .wc_payment_method input:indeterminate ~ label::after, .wc_payment_methods .wc_payment_method .custom-checkbox .woocommerce-form__label.woocommerce-form__label-for-checkbox input:indeterminate ~ label::after, .custom-checkbox .woocommerce-form__label.woocommerce-form__label-for-checkbox > input:indeterminate ~ span:first-of-type::after, .custom-checkbox .woocommerce-form__label.woocommerce-form__label-for-checkbox .woocommerce-form__label.checkbox > input:indeterminate ~ span:first-of-type::after, .woocommerce-form__label.woocommerce-form__label-for-checkbox .custom-checkbox input:indeterminate ~ .custom-control-label::after, .woocommerce-form__label.woocommerce-form__label-for-checkbox .custom-checkbox .wc_payment_methods .wc_payment_method input:indeterminate ~ label::after, .wc_payment_methods .wc_payment_method .woocommerce-form__label.woocommerce-form__label-for-checkbox .custom-checkbox input:indeterminate ~ label::after, .woocommerce-form__label.woocommerce-form__label-for-checkbox .custom-checkbox .woocommerce-form__label.woocommerce-form__label-for-checkbox > input:indeterminate ~ span:first-of-type::after, .woocommerce-form__label.woocommerce-form__label-for-checkbox .custom-checkbox .woocommerce-form__label.checkbox > input:indeterminate ~ span:first-of-type::after, .custom-checkbox .woocommerce-form__label.checkbox input:indeterminate ~ .custom-control-label::after, .custom-checkbox .woocommerce-form__label.checkbox .wc_payment_methods .wc_payment_method input:indeterminate ~ label::after, .wc_payment_methods .wc_payment_method .custom-checkbox .woocommerce-form__label.checkbox input:indeterminate ~ label::after, .custom-checkbox .woocommerce-form__label.checkbox .woocommerce-form__label.woocommerce-form__label-for-checkbox > input:indeterminate ~ span:first-of-type::after, .custom-checkbox .woocommerce-form__label.checkbox > input:indeterminate ~ span:first-of-type::after, .woocommerce-form__label.checkbox .custom-checkbox input:indeterminate ~ .custom-control-label::after, .woocommerce-form__label.checkbox .custom-checkbox .wc_payment_methods .wc_payment_method input:indeterminate ~ label::after, .wc_payment_methods .wc_payment_method .woocommerce-form__label.checkbox .custom-checkbox input:indeterminate ~ label::after, .woocommerce-form__label.checkbox .custom-checkbox .woocommerce-form__label.woocommerce-form__label-for-checkbox > input:indeterminate ~ span:first-of-type::after, .woocommerce-form__label.checkbox .custom-checkbox .woocommerce-form__label.checkbox > input:indeterminate ~ span:first-of-type::after, .woocommerce-form__label.woocommerce-form__label-for-checkbox .custom-control-input:indeterminate ~ .custom-control-label::after, .woocommerce-form__label.woocommerce-form__label-for-checkbox .wc_payment_methods .wc_payment_method .custom-control-input:indeterminate ~ label::after, .wc_payment_methods .wc_payment_method .woocommerce-form__label.woocommerce-form__label-for-checkbox .custom-control-input:indeterminate ~ label::after, .woocommerce-form__label.woocommerce-form__label-for-checkbox .wc_payment_methods .wc_payment_method input:indeterminate ~ .custom-control-label::after, .woocommerce-form__label.woocommerce-form__label-for-checkbox .wc_payment_methods .wc_payment_method input:indeterminate ~ label::after, .wc_payment_methods .wc_payment_method .woocommerce-form__label.woocommerce-form__label-for-checkbox input:indeterminate ~ .custom-control-label::after, .wc_payment_methods .wc_payment_method .woocommerce-form__label.woocommerce-form__label-for-checkbox input:indeterminate ~ label::after, .woocommerce-form__label.woocommerce-form__label-for-checkbox > .custom-control-input:indeterminate ~ span:first-of-type::after, .wc_payment_methods .wc_payment_method .woocommerce-form__label.woocommerce-form__label-for-checkbox > input:indeterminate ~ span:first-of-type::after, .woocommerce-form__label.woocommerce-form__label-for-checkbox .woocommerce-form__label.checkbox > .custom-control-input:indeterminate ~ span:first-of-type::after, .woocommerce-form__label.woocommerce-form__label-for-checkbox .wc_payment_methods .wc_payment_method .woocommerce-form__label.checkbox > input:indeterminate ~ span:first-of-type::after, .wc_payment_methods .wc_payment_method .woocommerce-form__label.woocommerce-form__label-for-checkbox .woocommerce-form__label.checkbox > input:indeterminate ~ span:first-of-type::after, .woocommerce-form__label.woocommerce-form__label-for-checkbox input:indeterminate ~ .custom-control-label::after, .woocommerce-form__label.woocommerce-form__label-for-checkbox .wc_payment_methods .wc_payment_method input:indeterminate ~ label::after, .wc_payment_methods .wc_payment_method .woocommerce-form__label.woocommerce-form__label-for-checkbox input:indeterminate ~ label::after, .woocommerce-form__label.woocommerce-form__label-for-checkbox > input:indeterminate ~ span:first-of-type::after, .woocommerce-form__label.woocommerce-form__label-for-checkbox .woocommerce-form__label.checkbox > input:indeterminate ~ span:first-of-type::after, .woocommerce-form__label.woocommerce-form__label-for-checkbox .woocommerce-form__label.checkbox input:indeterminate ~ .custom-control-label::after, .woocommerce-form__label.woocommerce-form__label-for-checkbox .woocommerce-form__label.checkbox .wc_payment_methods .wc_payment_method input:indeterminate ~ label::after, .wc_payment_methods .wc_payment_method .woocommerce-form__label.woocommerce-form__label-for-checkbox .woocommerce-form__label.checkbox input:indeterminate ~ label::after, .woocommerce-form__label.woocommerce-form__label-for-checkbox .woocommerce-form__label.checkbox .woocommerce-form__label.woocommerce-form__label-for-checkbox > input:indeterminate ~ span:first-of-type::after, .woocommerce-form__label.woocommerce-form__label-for-checkbox .woocommerce-form__label.checkbox > input:indeterminate ~ span:first-of-type::after, .woocommerce-form__label.checkbox .woocommerce-form__label.woocommerce-form__label-for-checkbox input:indeterminate ~ .custom-control-label::after, .woocommerce-form__label.checkbox .woocommerce-form__label.woocommerce-form__label-for-checkbox .wc_payment_methods .wc_payment_method input:indeterminate ~ label::after, .wc_payment_methods .wc_payment_method .woocommerce-form__label.checkbox .woocommerce-form__label.woocommerce-form__label-for-checkbox input:indeterminate ~ label::after, .woocommerce-form__label.checkbox .woocommerce-form__label.woocommerce-form__label-for-checkbox > input:indeterminate ~ span:first-of-type::after, .woocommerce-form__label.checkbox .woocommerce-form__label.woocommerce-form__label-for-checkbox .woocommerce-form__label.checkbox > input:indeterminate ~ span:first-of-type::after, .woocommerce-form__label.checkbox .custom-control-input:indeterminate ~ .custom-control-label::after, .woocommerce-form__label.checkbox .wc_payment_methods .wc_payment_method .custom-control-input:indeterminate ~ label::after, .wc_payment_methods .wc_payment_method .woocommerce-form__label.checkbox .custom-control-input:indeterminate ~ label::after, .woocommerce-form__label.checkbox .wc_payment_methods .wc_payment_method input:indeterminate ~ .custom-control-label::after, .woocommerce-form__label.checkbox .wc_payment_methods .wc_payment_method input:indeterminate ~ label::after, .wc_payment_methods .wc_payment_method .woocommerce-form__label.checkbox input:indeterminate ~ .custom-control-label::after, .wc_payment_methods .wc_payment_method .woocommerce-form__label.checkbox input:indeterminate ~ label::after, .woocommerce-form__label.checkbox .woocommerce-form__label.woocommerce-form__label-for-checkbox > .custom-control-input:indeterminate ~ span:first-of-type::after, .woocommerce-form__label.checkbox .wc_payment_methods .wc_payment_method .woocommerce-form__label.woocommerce-form__label-for-checkbox > input:indeterminate ~ span:first-of-type::after, .wc_payment_methods .wc_payment_method .woocommerce-form__label.checkbox .woocommerce-form__label.woocommerce-form__label-for-checkbox > input:indeterminate ~ span:first-of-type::after, .woocommerce-form__label.checkbox > .custom-control-input:indeterminate ~ span:first-of-type::after, .wc_payment_methods .wc_payment_method .woocommerce-form__label.checkbox > input:indeterminate ~ span:first-of-type::after, .woocommerce-form__label.checkbox .woocommerce-form__label.woocommerce-form__label-for-checkbox input:indeterminate ~ .custom-control-label::after, .woocommerce-form__label.checkbox .woocommerce-form__label.woocommerce-form__label-for-checkbox .wc_payment_methods .wc_payment_method input:indeterminate ~ label::after, .wc_payment_methods .wc_payment_method .woocommerce-form__label.checkbox .woocommerce-form__label.woocommerce-form__label-for-checkbox input:indeterminate ~ label::after, .woocommerce-form__label.checkbox .woocommerce-form__label.woocommerce-form__label-for-checkbox > input:indeterminate ~ span:first-of-type::after, .woocommerce-form__label.checkbox .woocommerce-form__label.woocommerce-form__label-for-checkbox .woocommerce-form__label.checkbox > input:indeterminate ~ span:first-of-type::after, .woocommerce-form__label.woocommerce-form__label-for-checkbox .woocommerce-form__label.checkbox input:indeterminate ~ .custom-control-label::after, .woocommerce-form__label.woocommerce-form__label-for-checkbox .woocommerce-form__label.checkbox .wc_payment_methods .wc_payment_method input:indeterminate ~ label::after, .wc_payment_methods .wc_payment_method .woocommerce-form__label.woocommerce-form__label-for-checkbox .woocommerce-form__label.checkbox input:indeterminate ~ label::after, .woocommerce-form__label.woocommerce-form__label-for-checkbox .woocommerce-form__label.checkbox .woocommerce-form__label.woocommerce-form__label-for-checkbox > input:indeterminate ~ span:first-of-type::after, .woocommerce-form__label.woocommerce-form__label-for-checkbox .woocommerce-form__label.checkbox > input:indeterminate ~ span:first-of-type::after, .woocommerce-form__label.checkbox input:indeterminate ~ .custom-control-label::after, .woocommerce-form__label.checkbox .wc_payment_methods .wc_payment_method input:indeterminate ~ label::after, .wc_payment_methods .wc_payment_method .woocommerce-form__label.checkbox input:indeterminate ~ label::after, .woocommerce-form__label.checkbox .woocommerce-form__label.woocommerce-form__label-for-checkbox > input:indeterminate ~ span:first-of-type::after, .woocommerce-form__label.checkbox > input:indeterminate ~ span:first-of-type::after, .custom-checkbox .shipping ul[id^=shipping_method] li .custom-control-input:indeterminate ~ label::after, .custom-checkbox .shipping ul[id^=shipping_method] li .wc_payment_methods .wc_payment_method input:indeterminate ~ label::after, .wc_payment_methods .wc_payment_method .custom-checkbox .shipping ul[id^=shipping_method] li input:indeterminate ~ label::after, .custom-checkbox .shipping ul[id^=shipping_method] li .woocommerce-form__label.woocommerce-form__label-for-checkbox input:indeterminate ~ label::after, .woocommerce-form__label.woocommerce-form__label-for-checkbox .custom-checkbox .shipping ul[id^=shipping_method] li input:indeterminate ~ label::after, .custom-checkbox .shipping ul[id^=shipping_method] li .woocommerce-form__label.checkbox input:indeterminate ~ label::after, .woocommerce-form__label.checkbox .custom-checkbox .shipping ul[id^=shipping_method] li input:indeterminate ~ label::after, .woocommerce-form__label.woocommerce-form__label-for-checkbox .shipping ul[id^=shipping_method] li .custom-control-input:indeterminate ~ label::after, .woocommerce-form__label.woocommerce-form__label-for-checkbox .shipping ul[id^=shipping_method] li .wc_payment_methods .wc_payment_method input:indeterminate ~ label::after, .wc_payment_methods .wc_payment_method .woocommerce-form__label.woocommerce-form__label-for-checkbox .shipping ul[id^=shipping_method] li input:indeterminate ~ label::after, .woocommerce-form__label.woocommerce-form__label-for-checkbox .shipping ul[id^=shipping_method] li input:indeterminate ~ label::after, .woocommerce-form__label.woocommerce-form__label-for-checkbox .shipping ul[id^=shipping_method] li .woocommerce-form__label.checkbox input:indeterminate ~ label::after, .woocommerce-form__label.checkbox .woocommerce-form__label.woocommerce-form__label-for-checkbox .shipping ul[id^=shipping_method] li input:indeterminate ~ label::after, .woocommerce-form__label.checkbox .shipping ul[id^=shipping_method] li .custom-control-input:indeterminate ~ label::after, .woocommerce-form__label.checkbox .shipping ul[id^=shipping_method] li .wc_payment_methods .wc_payment_method input:indeterminate ~ label::after, .wc_payment_methods .wc_payment_method .woocommerce-form__label.checkbox .shipping ul[id^=shipping_method] li input:indeterminate ~ label::after, .woocommerce-form__label.checkbox .shipping ul[id^=shipping_method] li .woocommerce-form__label.woocommerce-form__label-for-checkbox input:indeterminate ~ label::after, .woocommerce-form__label.woocommerce-form__label-for-checkbox .woocommerce-form__label.checkbox .shipping ul[id^=shipping_method] li input:indeterminate ~ label::after, .woocommerce-form__label.checkbox .shipping ul[id^=shipping_method] li input:indeterminate ~ label::after, .shipping ul[id^=shipping_method] li .custom-checkbox .custom-control-input:indeterminate ~ label::after, .shipping ul[id^=shipping_method] li .custom-checkbox .wc_payment_methods .wc_payment_method input:indeterminate ~ label::after, .wc_payment_methods .wc_payment_method .shipping ul[id^=shipping_method] li .custom-checkbox input:indeterminate ~ label::after, .shipping ul[id^=shipping_method] li .custom-checkbox .woocommerce-form__label.woocommerce-form__label-for-checkbox input:indeterminate ~ label::after, .woocommerce-form__label.woocommerce-form__label-for-checkbox .shipping ul[id^=shipping_method] li .custom-checkbox input:indeterminate ~ label::after, .shipping ul[id^=shipping_method] li .custom-checkbox .woocommerce-form__label.checkbox input:indeterminate ~ label::after, .woocommerce-form__label.checkbox .shipping ul[id^=shipping_method] li .custom-checkbox input:indeterminate ~ label::after, .shipping ul[id^=shipping_method] li .woocommerce-form__label.woocommerce-form__label-for-checkbox .custom-control-input:indeterminate ~ label::after, .shipping ul[id^=shipping_method] li .woocommerce-form__label.woocommerce-form__label-for-checkbox .wc_payment_methods .wc_payment_method input:indeterminate ~ label::after, .wc_payment_methods .wc_payment_method .shipping ul[id^=shipping_method] li .woocommerce-form__label.woocommerce-form__label-for-checkbox input:indeterminate ~ label::after, .shipping ul[id^=shipping_method] li .woocommerce-form__label.woocommerce-form__label-for-checkbox input:indeterminate ~ label::after, .shipping ul[id^=shipping_method] li .woocommerce-form__label.woocommerce-form__label-for-checkbox .woocommerce-form__label.checkbox input:indeterminate ~ label::after, .woocommerce-form__label.checkbox .shipping ul[id^=shipping_method] li .woocommerce-form__label.woocommerce-form__label-for-checkbox input:indeterminate ~ label::after, .shipping ul[id^=shipping_method] li .woocommerce-form__label.checkbox .custom-control-input:indeterminate ~ label::after, .shipping ul[id^=shipping_method] li .woocommerce-form__label.checkbox .wc_payment_methods .wc_payment_method input:indeterminate ~ label::after, .wc_payment_methods .wc_payment_method .shipping ul[id^=shipping_method] li .woocommerce-form__label.checkbox input:indeterminate ~ label::after, .shipping ul[id^=shipping_method] li .woocommerce-form__label.checkbox .woocommerce-form__label.woocommerce-form__label-for-checkbox input:indeterminate ~ label::after, .woocommerce-form__label.woocommerce-form__label-for-checkbox .shipping ul[id^=shipping_method] li .woocommerce-form__label.checkbox input:indeterminate ~ label::after, .shipping ul[id^=shipping_method] li .woocommerce-form__label.checkbox input:indeterminate ~ label::after, .custom-checkbox .shipping ul[id^=shipping_method] li input:indeterminate ~ .custom-control-label::after, .custom-checkbox .shipping ul[id^=shipping_method] li .wc_payment_methods .wc_payment_method input:indeterminate ~ label::after, .wc_payment_methods .wc_payment_method .custom-checkbox .shipping ul[id^=shipping_method] li input:indeterminate ~ label::after, .custom-checkbox .shipping ul[id^=shipping_method] li .woocommerce-form__label.woocommerce-form__label-for-checkbox > input:indeterminate ~ span:first-of-type::after, .custom-checkbox .shipping ul[id^=shipping_method] li .woocommerce-form__label.checkbox > input:indeterminate ~ span:first-of-type::after, .woocommerce-form__label.woocommerce-form__label-for-checkbox .shipping ul[id^=shipping_method] li input:indeterminate ~ .custom-control-label::after, .woocommerce-form__label.woocommerce-form__label-for-checkbox .shipping ul[id^=shipping_method] li .wc_payment_methods .wc_payment_method input:indeterminate ~ label::after, .wc_payment_methods .wc_payment_method .woocommerce-form__label.woocommerce-form__label-for-checkbox .shipping ul[id^=shipping_method] li input:indeterminate ~ label::after, .woocommerce-form__label.woocommerce-form__label-for-checkbox .shipping ul[id^=shipping_method] li .woocommerce-form__label.woocommerce-form__label-for-checkbox > input:indeterminate ~ span:first-of-type::after, .woocommerce-form__label.woocommerce-form__label-for-checkbox .shipping ul[id^=shipping_method] li .woocommerce-form__label.checkbox > input:indeterminate ~ span:first-of-type::after, .woocommerce-form__label.checkbox .shipping ul[id^=shipping_method] li input:indeterminate ~ .custom-control-label::after, .woocommerce-form__label.checkbox .shipping ul[id^=shipping_method] li .wc_payment_methods .wc_payment_method input:indeterminate ~ label::after, .wc_payment_methods .wc_payment_method .woocommerce-form__label.checkbox .shipping ul[id^=shipping_method] li input:indeterminate ~ label::after, .woocommerce-form__label.checkbox .shipping ul[id^=shipping_method] li .woocommerce-form__label.woocommerce-form__label-for-checkbox > input:indeterminate ~ span:first-of-type::after, .woocommerce-form__label.checkbox .shipping ul[id^=shipping_method] li .woocommerce-form__label.checkbox > input:indeterminate ~ span:first-of-type::after, .custom-checkbox .shipping ul[id^=shipping_method] li input:indeterminate ~ label::after, .woocommerce-form__label.woocommerce-form__label-for-checkbox .shipping ul[id^=shipping_method] li input:indeterminate ~ label::after, .woocommerce-form__label.checkbox .shipping ul[id^=shipping_method] li input:indeterminate ~ label::after, .shipping ul[id^=shipping_method] li .custom-checkbox input:indeterminate ~ .custom-control-label::after, .shipping ul[id^=shipping_method] li .custom-checkbox .wc_payment_methods .wc_payment_method input:indeterminate ~ label::after, .wc_payment_methods .wc_payment_method .shipping ul[id^=shipping_method] li .custom-checkbox input:indeterminate ~ label::after, .shipping ul[id^=shipping_method] li .custom-checkbox .woocommerce-form__label.woocommerce-form__label-for-checkbox > input:indeterminate ~ span:first-of-type::after, .shipping ul[id^=shipping_method] li .custom-checkbox .woocommerce-form__label.checkbox > input:indeterminate ~ span:first-of-type::after, .shipping ul[id^=shipping_method] li .woocommerce-form__label.woocommerce-form__label-for-checkbox input:indeterminate ~ .custom-control-label::after, .shipping ul[id^=shipping_method] li .woocommerce-form__label.woocommerce-form__label-for-checkbox .wc_payment_methods .wc_payment_method input:indeterminate ~ label::after, .wc_payment_methods .wc_payment_method .shipping ul[id^=shipping_method] li .woocommerce-form__label.woocommerce-form__label-for-checkbox input:indeterminate ~ label::after, .shipping ul[id^=shipping_method] li .woocommerce-form__label.woocommerce-form__label-for-checkbox > input:indeterminate ~ span:first-of-type::after, .shipping ul[id^=shipping_method] li .woocommerce-form__label.woocommerce-form__label-for-checkbox .woocommerce-form__label.checkbox > input:indeterminate ~ span:first-of-type::after, .shipping ul[id^=shipping_method] li .woocommerce-form__label.checkbox input:indeterminate ~ .custom-control-label::after, .shipping ul[id^=shipping_method] li .woocommerce-form__label.checkbox .wc_payment_methods .wc_payment_method input:indeterminate ~ label::after, .wc_payment_methods .wc_payment_method .shipping ul[id^=shipping_method] li .woocommerce-form__label.checkbox input:indeterminate ~ label::after, .shipping ul[id^=shipping_method] li .woocommerce-form__label.checkbox .woocommerce-form__label.woocommerce-form__label-for-checkbox > input:indeterminate ~ span:first-of-type::after, .shipping ul[id^=shipping_method] li .woocommerce-form__label.checkbox > input:indeterminate ~ span:first-of-type::after, .shipping ul[id^=shipping_method] li .custom-checkbox input:indeterminate ~ label::after, .shipping ul[id^=shipping_method] li .woocommerce-form__label.woocommerce-form__label-for-checkbox input:indeterminate ~ label::after, .shipping ul[id^=shipping_method] li .woocommerce-form__label.checkbox input:indeterminate ~ label::after, .wpcf7-acceptance .wpcf7-list-item > label .custom-control-input:indeterminate ~ .custom-control-label::after, .wpcf7-acceptance .wpcf7-list-item > label .wc_payment_methods .wc_payment_method .custom-control-input:indeterminate ~ label::after, .wc_payment_methods .wc_payment_method .wpcf7-acceptance .wpcf7-list-item > label .custom-control-input:indeterminate ~ label::after, .wpcf7-acceptance .wpcf7-list-item > label .wc_payment_methods .wc_payment_method input:indeterminate ~ .custom-control-label::after, .wpcf7-acceptance .wpcf7-list-item > label .wc_payment_methods .wc_payment_method input:indeterminate ~ label::after, .wc_payment_methods .wc_payment_method .wpcf7-acceptance .wpcf7-list-item > label input:indeterminate ~ .custom-control-label::after, .wc_payment_methods .wc_payment_method .wpcf7-acceptance .wpcf7-list-item > label input:indeterminate ~ label::after, .wpcf7-acceptance .wpcf7-list-item > label .woocommerce-form__label.woocommerce-form__label-for-checkbox > .custom-control-input:indeterminate ~ span:first-of-type::after, .wpcf7-acceptance .wpcf7-list-item > label .wc_payment_methods .wc_payment_method .woocommerce-form__label.woocommerce-form__label-for-checkbox > input:indeterminate ~ span:first-of-type::after, .wc_payment_methods .wc_payment_method .wpcf7-acceptance .wpcf7-list-item > label .woocommerce-form__label.woocommerce-form__label-for-checkbox > input:indeterminate ~ span:first-of-type::after, .wpcf7-acceptance .wpcf7-list-item > label .woocommerce-form__label.checkbox > .custom-control-input:indeterminate ~ span:first-of-type::after, .wpcf7-acceptance .wpcf7-list-item > label .wc_payment_methods .wc_payment_method .woocommerce-form__label.checkbox > input:indeterminate ~ span:first-of-type::after, .wc_payment_methods .wc_payment_method .wpcf7-acceptance .wpcf7-list-item > label .woocommerce-form__label.checkbox > input:indeterminate ~ span:first-of-type::after, .wpcf7-acceptance .wpcf7-list-item > label .woocommerce-form__label.woocommerce-form__label-for-checkbox input:indeterminate ~ .custom-control-label::after, .wpcf7-acceptance .wpcf7-list-item > label .woocommerce-form__label.woocommerce-form__label-for-checkbox .wc_payment_methods .wc_payment_method input:indeterminate ~ label::after, .wc_payment_methods .wc_payment_method .wpcf7-acceptance .wpcf7-list-item > label .woocommerce-form__label.woocommerce-form__label-for-checkbox input:indeterminate ~ label::after, .wpcf7-acceptance .wpcf7-list-item > label .woocommerce-form__label.woocommerce-form__label-for-checkbox > input:indeterminate ~ span:first-of-type::after, .wpcf7-acceptance .wpcf7-list-item > label .woocommerce-form__label.woocommerce-form__label-for-checkbox .woocommerce-form__label.checkbox > input:indeterminate ~ span:first-of-type::after, .woocommerce-form__label.woocommerce-form__label-for-checkbox .wpcf7-acceptance .wpcf7-list-item > label input:indeterminate ~ .custom-control-label::after, .woocommerce-form__label.woocommerce-form__label-for-checkbox .wpcf7-acceptance .wpcf7-list-item > label .wc_payment_methods .wc_payment_method input:indeterminate ~ label::after, .wc_payment_methods .wc_payment_method .woocommerce-form__label.woocommerce-form__label-for-checkbox .wpcf7-acceptance .wpcf7-list-item > label input:indeterminate ~ label::after, .woocommerce-form__label.woocommerce-form__label-for-checkbox .wpcf7-acceptance .wpcf7-list-item > label .woocommerce-form__label.woocommerce-form__label-for-checkbox > input:indeterminate ~ span:first-of-type::after, .woocommerce-form__label.woocommerce-form__label-for-checkbox .wpcf7-acceptance .wpcf7-list-item > label .woocommerce-form__label.checkbox > input:indeterminate ~ span:first-of-type::after, .wpcf7-acceptance .wpcf7-list-item > label .woocommerce-form__label.checkbox input:indeterminate ~ .custom-control-label::after, .wpcf7-acceptance .wpcf7-list-item > label .woocommerce-form__label.checkbox .wc_payment_methods .wc_payment_method input:indeterminate ~ label::after, .wc_payment_methods .wc_payment_method .wpcf7-acceptance .wpcf7-list-item > label .woocommerce-form__label.checkbox input:indeterminate ~ label::after, .wpcf7-acceptance .wpcf7-list-item > label .woocommerce-form__label.checkbox .woocommerce-form__label.woocommerce-form__label-for-checkbox > input:indeterminate ~ span:first-of-type::after, .wpcf7-acceptance .wpcf7-list-item > label .woocommerce-form__label.checkbox > input:indeterminate ~ span:first-of-type::after, .woocommerce-form__label.checkbox .wpcf7-acceptance .wpcf7-list-item > label input:indeterminate ~ .custom-control-label::after, .woocommerce-form__label.checkbox .wpcf7-acceptance .wpcf7-list-item > label .wc_payment_methods .wc_payment_method input:indeterminate ~ label::after, .wc_payment_methods .wc_payment_method .woocommerce-form__label.checkbox .wpcf7-acceptance .wpcf7-list-item > label input:indeterminate ~ label::after, .woocommerce-form__label.checkbox .wpcf7-acceptance .wpcf7-list-item > label .woocommerce-form__label.woocommerce-form__label-for-checkbox > input:indeterminate ~ span:first-of-type::after, .woocommerce-form__label.checkbox .wpcf7-acceptance .wpcf7-list-item > label .woocommerce-form__label.checkbox > input:indeterminate ~ span:first-of-type::after, .wpcf7-acceptance .wpcf7-list-item > label .shipping ul[id^=shipping_method] li .custom-control-input:indeterminate ~ label::after, .wpcf7-acceptance .wpcf7-list-item > label .shipping ul[id^=shipping_method] li .wc_payment_methods .wc_payment_method input:indeterminate ~ label::after, .wc_payment_methods .wc_payment_method .wpcf7-acceptance .wpcf7-list-item > label .shipping ul[id^=shipping_method] li input:indeterminate ~ label::after, .wpcf7-acceptance .wpcf7-list-item > label .shipping ul[id^=shipping_method] li .woocommerce-form__label.woocommerce-form__label-for-checkbox input:indeterminate ~ label::after, .woocommerce-form__label.woocommerce-form__label-for-checkbox .wpcf7-acceptance .wpcf7-list-item > label .shipping ul[id^=shipping_method] li input:indeterminate ~ label::after, .wpcf7-acceptance .wpcf7-list-item > label .shipping ul[id^=shipping_method] li .woocommerce-form__label.checkbox input:indeterminate ~ label::after, .woocommerce-form__label.checkbox .wpcf7-acceptance .wpcf7-list-item > label .shipping ul[id^=shipping_method] li input:indeterminate ~ label::after, .shipping ul[id^=shipping_method] li .wpcf7-acceptance .wpcf7-list-item > label .custom-control-input:indeterminate ~ label::after, .shipping ul[id^=shipping_method] li .wpcf7-acceptance .wpcf7-list-item > label .wc_payment_methods .wc_payment_method input:indeterminate ~ label::after, .wc_payment_methods .wc_payment_method .shipping ul[id^=shipping_method] li .wpcf7-acceptance .wpcf7-list-item > label input:indeterminate ~ label::after, .shipping ul[id^=shipping_method] li .wpcf7-acceptance .wpcf7-list-item > label .woocommerce-form__label.woocommerce-form__label-for-checkbox input:indeterminate ~ label::after, .woocommerce-form__label.woocommerce-form__label-for-checkbox .shipping ul[id^=shipping_method] li .wpcf7-acceptance .wpcf7-list-item > label input:indeterminate ~ label::after, .shipping ul[id^=shipping_method] li .wpcf7-acceptance .wpcf7-list-item > label .woocommerce-form__label.checkbox input:indeterminate ~ label::after, .woocommerce-form__label.checkbox .shipping ul[id^=shipping_method] li .wpcf7-acceptance .wpcf7-list-item > label input:indeterminate ~ label::after, .wpcf7-acceptance .wpcf7-list-item > label .shipping ul[id^=shipping_method] li input:indeterminate ~ .custom-control-label::after, .wpcf7-acceptance .wpcf7-list-item > label .shipping ul[id^=shipping_method] li .wc_payment_methods .wc_payment_method input:indeterminate ~ label::after, .wc_payment_methods .wc_payment_method .wpcf7-acceptance .wpcf7-list-item > label .shipping ul[id^=shipping_method] li input:indeterminate ~ label::after, .wpcf7-acceptance .wpcf7-list-item > label .shipping ul[id^=shipping_method] li .woocommerce-form__label.woocommerce-form__label-for-checkbox > input:indeterminate ~ span:first-of-type::after, .wpcf7-acceptance .wpcf7-list-item > label .shipping ul[id^=shipping_method] li .woocommerce-form__label.checkbox > input:indeterminate ~ span:first-of-type::after, .wpcf7-acceptance .wpcf7-list-item > label .shipping ul[id^=shipping_method] li input:indeterminate ~ label::after, .custom-checkbox .custom-control-input:indeterminate ~ .wpcf7-list-item-label::after, .custom-checkbox .wc_payment_methods .wc_payment_method input:indeterminate ~ .wpcf7-list-item-label::after, .wc_payment_methods .wc_payment_method .custom-checkbox input:indeterminate ~ .wpcf7-list-item-label::after, .custom-checkbox .woocommerce-form__label.woocommerce-form__label-for-checkbox input:indeterminate ~ .wpcf7-list-item-label::after, .woocommerce-form__label.woocommerce-form__label-for-checkbox .custom-checkbox input:indeterminate ~ .wpcf7-list-item-label::after, .custom-checkbox .woocommerce-form__label.checkbox input:indeterminate ~ .wpcf7-list-item-label::after, .woocommerce-form__label.checkbox .custom-checkbox input:indeterminate ~ .wpcf7-list-item-label::after, .woocommerce-form__label.woocommerce-form__label-for-checkbox .custom-control-input:indeterminate ~ .wpcf7-list-item-label::after, .woocommerce-form__label.woocommerce-form__label-for-checkbox .wc_payment_methods .wc_payment_method input:indeterminate ~ .wpcf7-list-item-label::after, .wc_payment_methods .wc_payment_method .woocommerce-form__label.woocommerce-form__label-for-checkbox input:indeterminate ~ .wpcf7-list-item-label::after, .woocommerce-form__label.woocommerce-form__label-for-checkbox input:indeterminate ~ .wpcf7-list-item-label::after, .woocommerce-form__label.woocommerce-form__label-for-checkbox .woocommerce-form__label.checkbox input:indeterminate ~ .wpcf7-list-item-label::after, .woocommerce-form__label.checkbox .woocommerce-form__label.woocommerce-form__label-for-checkbox input:indeterminate ~ .wpcf7-list-item-label::after, .woocommerce-form__label.checkbox .custom-control-input:indeterminate ~ .wpcf7-list-item-label::after, .woocommerce-form__label.checkbox .wc_payment_methods .wc_payment_method input:indeterminate ~ .wpcf7-list-item-label::after, .wc_payment_methods .wc_payment_method .woocommerce-form__label.checkbox input:indeterminate ~ .wpcf7-list-item-label::after, .woocommerce-form__label.checkbox .woocommerce-form__label.woocommerce-form__label-for-checkbox input:indeterminate ~ .wpcf7-list-item-label::after, .woocommerce-form__label.woocommerce-form__label-for-checkbox .woocommerce-form__label.checkbox input:indeterminate ~ .wpcf7-list-item-label::after, .woocommerce-form__label.checkbox input:indeterminate ~ .wpcf7-list-item-label::after, .custom-checkbox .shipping ul[id^=shipping_method] li input:indeterminate ~ .wpcf7-list-item-label::after, .woocommerce-form__label.woocommerce-form__label-for-checkbox .shipping ul[id^=shipping_method] li input:indeterminate ~ .wpcf7-list-item-label::after, .woocommerce-form__label.checkbox .shipping ul[id^=shipping_method] li input:indeterminate ~ .wpcf7-list-item-label::after, .shipping ul[id^=shipping_method] li .custom-checkbox input:indeterminate ~ .wpcf7-list-item-label::after, .shipping ul[id^=shipping_method] li .woocommerce-form__label.woocommerce-form__label-for-checkbox input:indeterminate ~ .wpcf7-list-item-label::after, .shipping ul[id^=shipping_method] li .woocommerce-form__label.checkbox input:indeterminate ~ .wpcf7-list-item-label::after, .wpcf7-acceptance .wpcf7-list-item > label .custom-control-input:indeterminate ~ .wpcf7-list-item-label::after, .wpcf7-acceptance .wpcf7-list-item > label .wc_payment_methods .wc_payment_method input:indeterminate ~ .wpcf7-list-item-label::after, .wc_payment_methods .wc_payment_method .wpcf7-acceptance .wpcf7-list-item > label input:indeterminate ~ .wpcf7-list-item-label::after, .wpcf7-acceptance .wpcf7-list-item > label .woocommerce-form__label.woocommerce-form__label-for-checkbox input:indeterminate ~ .wpcf7-list-item-label::after, .woocommerce-form__label.woocommerce-form__label-for-checkbox .wpcf7-acceptance .wpcf7-list-item > label input:indeterminate ~ .wpcf7-list-item-label::after, .wpcf7-acceptance .wpcf7-list-item > label .woocommerce-form__label.checkbox input:indeterminate ~ .wpcf7-list-item-label::after, .woocommerce-form__label.checkbox .wpcf7-acceptance .wpcf7-list-item > label input:indeterminate ~ .wpcf7-list-item-label::after, .wpcf7-acceptance .wpcf7-list-item > label .shipping ul[id^=shipping_method] li input:indeterminate ~ .wpcf7-list-item-label::after, .custom-checkbox .wpcf7-list-item input:indeterminate ~ .custom-control-label::after, .custom-checkbox .wpcf7-list-item .wc_payment_methods .wc_payment_method input:indeterminate ~ label::after, .wc_payment_methods .wc_payment_method .custom-checkbox .wpcf7-list-item input:indeterminate ~ label::after, .custom-checkbox .wpcf7-list-item .woocommerce-form__label.woocommerce-form__label-for-checkbox > input:indeterminate ~ span:first-of-type::after, .custom-checkbox .wpcf7-list-item .woocommerce-form__label.checkbox > input:indeterminate ~ span:first-of-type::after, .woocommerce-form__label.woocommerce-form__label-for-checkbox .wpcf7-list-item input:indeterminate ~ .custom-control-label::after, .woocommerce-form__label.woocommerce-form__label-for-checkbox .wpcf7-list-item .wc_payment_methods .wc_payment_method input:indeterminate ~ label::after, .wc_payment_methods .wc_payment_method .woocommerce-form__label.woocommerce-form__label-for-checkbox .wpcf7-list-item input:indeterminate ~ label::after, .woocommerce-form__label.woocommerce-form__label-for-checkbox .wpcf7-list-item .woocommerce-form__label.woocommerce-form__label-for-checkbox > input:indeterminate ~ span:first-of-type::after, .woocommerce-form__label.woocommerce-form__label-for-checkbox .wpcf7-list-item .woocommerce-form__label.checkbox > input:indeterminate ~ span:first-of-type::after, .woocommerce-form__label.checkbox .wpcf7-list-item input:indeterminate ~ .custom-control-label::after, .woocommerce-form__label.checkbox .wpcf7-list-item .wc_payment_methods .wc_payment_method input:indeterminate ~ label::after, .wc_payment_methods .wc_payment_method .woocommerce-form__label.checkbox .wpcf7-list-item input:indeterminate ~ label::after, .woocommerce-form__label.checkbox .wpcf7-list-item .woocommerce-form__label.woocommerce-form__label-for-checkbox > input:indeterminate ~ span:first-of-type::after, .woocommerce-form__label.checkbox .wpcf7-list-item .woocommerce-form__label.checkbox > input:indeterminate ~ span:first-of-type::after, .shipping ul[id^=shipping_method] li .custom-checkbox .wpcf7-list-item input:indeterminate ~ label::after, .shipping ul[id^=shipping_method] li .woocommerce-form__label.woocommerce-form__label-for-checkbox .wpcf7-list-item input:indeterminate ~ label::after, .shipping ul[id^=shipping_method] li .woocommerce-form__label.checkbox .wpcf7-list-item input:indeterminate ~ label::after, .wpcf7-acceptance .wpcf7-list-item > label .wpcf7-list-item input:indeterminate ~ .custom-control-label::after, .wpcf7-acceptance .wpcf7-list-item > label .wpcf7-list-item .wc_payment_methods .wc_payment_method input:indeterminate ~ label::after, .wc_payment_methods .wc_payment_method .wpcf7-acceptance .wpcf7-list-item > label .wpcf7-list-item input:indeterminate ~ label::after, .wpcf7-acceptance .wpcf7-list-item > label .wpcf7-list-item .woocommerce-form__label.woocommerce-form__label-for-checkbox > input:indeterminate ~ span:first-of-type::after, .wpcf7-acceptance .wpcf7-list-item > label .wpcf7-list-item .woocommerce-form__label.checkbox > input:indeterminate ~ span:first-of-type::after, .shipping ul[id^=shipping_method] li .wpcf7-acceptance .wpcf7-list-item > label .wpcf7-list-item input:indeterminate ~ label::after, .custom-checkbox .wpcf7-list-item input:indeterminate ~ .wpcf7-list-item-label::after, .woocommerce-form__label.woocommerce-form__label-for-checkbox .wpcf7-list-item input:indeterminate ~ .wpcf7-list-item-label::after, .woocommerce-form__label.checkbox .wpcf7-list-item input:indeterminate ~ .wpcf7-list-item-label::after, .wpcf7-acceptance .wpcf7-list-item > label .wpcf7-list-item input:indeterminate ~ .wpcf7-list-item-label::after, .wpcf7-list-item .custom-checkbox input:indeterminate ~ .custom-control-label::after, .wpcf7-list-item .custom-checkbox .wc_payment_methods .wc_payment_method input:indeterminate ~ label::after, .wc_payment_methods .wc_payment_method .wpcf7-list-item .custom-checkbox input:indeterminate ~ label::after, .wpcf7-list-item .custom-checkbox .woocommerce-form__label.woocommerce-form__label-for-checkbox > input:indeterminate ~ span:first-of-type::after, .wpcf7-list-item .custom-checkbox .woocommerce-form__label.checkbox > input:indeterminate ~ span:first-of-type::after, .wpcf7-list-item .woocommerce-form__label.woocommerce-form__label-for-checkbox input:indeterminate ~ .custom-control-label::after, .wpcf7-list-item .woocommerce-form__label.woocommerce-form__label-for-checkbox .wc_payment_methods .wc_payment_method input:indeterminate ~ label::after, .wc_payment_methods .wc_payment_method .wpcf7-list-item .woocommerce-form__label.woocommerce-form__label-for-checkbox input:indeterminate ~ label::after, .wpcf7-list-item .woocommerce-form__label.woocommerce-form__label-for-checkbox > input:indeterminate ~ span:first-of-type::after, .wpcf7-list-item .woocommerce-form__label.woocommerce-form__label-for-checkbox .woocommerce-form__label.checkbox > input:indeterminate ~ span:first-of-type::after, .wpcf7-list-item .woocommerce-form__label.checkbox input:indeterminate ~ .custom-control-label::after, .wpcf7-list-item .woocommerce-form__label.checkbox .wc_payment_methods .wc_payment_method input:indeterminate ~ label::after, .wc_payment_methods .wc_payment_method .wpcf7-list-item .woocommerce-form__label.checkbox input:indeterminate ~ label::after, .wpcf7-list-item .woocommerce-form__label.checkbox .woocommerce-form__label.woocommerce-form__label-for-checkbox > input:indeterminate ~ span:first-of-type::after, .wpcf7-list-item .woocommerce-form__label.checkbox > input:indeterminate ~ span:first-of-type::after, .wpcf7-acceptance .wpcf7-list-item > label input:indeterminate ~ .custom-control-label::after, .wpcf7-acceptance .wpcf7-list-item > label .wc_payment_methods .wc_payment_method input:indeterminate ~ label::after, .wc_payment_methods .wc_payment_method .wpcf7-acceptance .wpcf7-list-item > label input:indeterminate ~ label::after, .wpcf7-acceptance .wpcf7-list-item > label .woocommerce-form__label.woocommerce-form__label-for-checkbox > input:indeterminate ~ span:first-of-type::after, .wpcf7-acceptance .wpcf7-list-item > label .woocommerce-form__label.checkbox > input:indeterminate ~ span:first-of-type::after, .shipping ul[id^=shipping_method] li .wpcf7-acceptance .wpcf7-list-item > label input:indeterminate ~ label::after, .wpcf7-list-item .custom-checkbox input:indeterminate ~ .wpcf7-list-item-label::after, .wpcf7-list-item .woocommerce-form__label.woocommerce-form__label-for-checkbox input:indeterminate ~ .wpcf7-list-item-label::after, .wpcf7-list-item .woocommerce-form__label.checkbox input:indeterminate ~ .wpcf7-list-item-label::after, .wpcf7-acceptance .wpcf7-list-item > label input:indeterminate ~ .wpcf7-list-item-label::after, .custom-checkbox .wpcf7-checkbox input:indeterminate ~ .custom-control-label::after, .custom-checkbox .wpcf7-checkbox .wc_payment_methods .wc_payment_method input:indeterminate ~ label::after, .wc_payment_methods .wc_payment_method .custom-checkbox .wpcf7-checkbox input:indeterminate ~ label::after, .custom-checkbox .wpcf7-checkbox .woocommerce-form__label.woocommerce-form__label-for-checkbox > input:indeterminate ~ span:first-of-type::after, .custom-checkbox .wpcf7-checkbox .woocommerce-form__label.checkbox > input:indeterminate ~ span:first-of-type::after, .woocommerce-form__label.woocommerce-form__label-for-checkbox .wpcf7-checkbox input:indeterminate ~ .custom-control-label::after, .woocommerce-form__label.woocommerce-form__label-for-checkbox .wpcf7-checkbox .wc_payment_methods .wc_payment_method input:indeterminate ~ label::after, .wc_payment_methods .wc_payment_method .woocommerce-form__label.woocommerce-form__label-for-checkbox .wpcf7-checkbox input:indeterminate ~ label::after, .woocommerce-form__label.woocommerce-form__label-for-checkbox .wpcf7-checkbox .woocommerce-form__label.woocommerce-form__label-for-checkbox > input:indeterminate ~ span:first-of-type::after, .woocommerce-form__label.woocommerce-form__label-for-checkbox .wpcf7-checkbox .woocommerce-form__label.checkbox > input:indeterminate ~ span:first-of-type::after, .woocommerce-form__label.checkbox .wpcf7-checkbox input:indeterminate ~ .custom-control-label::after, .woocommerce-form__label.checkbox .wpcf7-checkbox .wc_payment_methods .wc_payment_method input:indeterminate ~ label::after, .wc_payment_methods .wc_payment_method .woocommerce-form__label.checkbox .wpcf7-checkbox input:indeterminate ~ label::after, .woocommerce-form__label.checkbox .wpcf7-checkbox .woocommerce-form__label.woocommerce-form__label-for-checkbox > input:indeterminate ~ span:first-of-type::after, .woocommerce-form__label.checkbox .wpcf7-checkbox .woocommerce-form__label.checkbox > input:indeterminate ~ span:first-of-type::after, .shipping ul[id^=shipping_method] li .custom-checkbox .wpcf7-checkbox input:indeterminate ~ label::after, .shipping ul[id^=shipping_method] li .woocommerce-form__label.woocommerce-form__label-for-checkbox .wpcf7-checkbox input:indeterminate ~ label::after, .shipping ul[id^=shipping_method] li .woocommerce-form__label.checkbox .wpcf7-checkbox input:indeterminate ~ label::after, .wpcf7-acceptance .wpcf7-list-item > label .wpcf7-checkbox input:indeterminate ~ .custom-control-label::after, .wpcf7-acceptance .wpcf7-list-item > label .wpcf7-checkbox .wc_payment_methods .wc_payment_method input:indeterminate ~ label::after, .wc_payment_methods .wc_payment_method .wpcf7-acceptance .wpcf7-list-item > label .wpcf7-checkbox input:indeterminate ~ label::after, .wpcf7-acceptance .wpcf7-list-item > label .wpcf7-checkbox .woocommerce-form__label.woocommerce-form__label-for-checkbox > input:indeterminate ~ span:first-of-type::after, .wpcf7-acceptance .wpcf7-list-item > label .wpcf7-checkbox .woocommerce-form__label.checkbox > input:indeterminate ~ span:first-of-type::after, .shipping ul[id^=shipping_method] li .wpcf7-acceptance .wpcf7-list-item > label .wpcf7-checkbox input:indeterminate ~ label::after, .custom-checkbox .wpcf7-checkbox input:indeterminate ~ .wpcf7-list-item-label::after, .woocommerce-form__label.woocommerce-form__label-for-checkbox .wpcf7-checkbox input:indeterminate ~ .wpcf7-list-item-label::after, .woocommerce-form__label.checkbox .wpcf7-checkbox input:indeterminate ~ .wpcf7-list-item-label::after, .wpcf7-acceptance .wpcf7-list-item > label .wpcf7-checkbox input:indeterminate ~ .wpcf7-list-item-label::after, .wpcf7-checkbox .custom-checkbox input:indeterminate ~ .custom-control-label::after, .wpcf7-checkbox .custom-checkbox .wc_payment_methods .wc_payment_method input:indeterminate ~ label::after, .wc_payment_methods .wc_payment_method .wpcf7-checkbox .custom-checkbox input:indeterminate ~ label::after, .wpcf7-checkbox .custom-checkbox .woocommerce-form__label.woocommerce-form__label-for-checkbox > input:indeterminate ~ span:first-of-type::after, .wpcf7-checkbox .custom-checkbox .woocommerce-form__label.checkbox > input:indeterminate ~ span:first-of-type::after, .wpcf7-checkbox .woocommerce-form__label.woocommerce-form__label-for-checkbox input:indeterminate ~ .custom-control-label::after, .wpcf7-checkbox .woocommerce-form__label.woocommerce-form__label-for-checkbox .wc_payment_methods .wc_payment_method input:indeterminate ~ label::after, .wc_payment_methods .wc_payment_method .wpcf7-checkbox .woocommerce-form__label.woocommerce-form__label-for-checkbox input:indeterminate ~ label::after, .wpcf7-checkbox .woocommerce-form__label.woocommerce-form__label-for-checkbox > input:indeterminate ~ span:first-of-type::after, .wpcf7-checkbox .woocommerce-form__label.woocommerce-form__label-for-checkbox .woocommerce-form__label.checkbox > input:indeterminate ~ span:first-of-type::after, .wpcf7-checkbox .woocommerce-form__label.checkbox input:indeterminate ~ .custom-control-label::after, .wpcf7-checkbox .woocommerce-form__label.checkbox .wc_payment_methods .wc_payment_method input:indeterminate ~ label::after, .wc_payment_methods .wc_payment_method .wpcf7-checkbox .woocommerce-form__label.checkbox input:indeterminate ~ label::after, .wpcf7-checkbox .woocommerce-form__label.checkbox .woocommerce-form__label.woocommerce-form__label-for-checkbox > input:indeterminate ~ span:first-of-type::after, .wpcf7-checkbox .woocommerce-form__label.checkbox > input:indeterminate ~ span:first-of-type::after, .wpcf7-checkbox .custom-checkbox input:indeterminate ~ .wpcf7-list-item-label::after, .wpcf7-checkbox .woocommerce-form__label.woocommerce-form__label-for-checkbox input:indeterminate ~ .wpcf7-list-item-label::after, .wpcf7-checkbox .woocommerce-form__label.checkbox input:indeterminate ~ .wpcf7-list-item-label::after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 4'%3E%3Cpath stroke='%23fff' d='M0 2h4'/%3E%3C/svg%3E");
}
.custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label::before, .custom-checkbox .wc_payment_methods .wc_payment_method .custom-control-input:disabled:checked ~ label::before, .wc_payment_methods .wc_payment_method .custom-checkbox .custom-control-input:disabled:checked ~ label::before, .custom-checkbox .wc_payment_methods .wc_payment_method input:disabled:checked ~ .custom-control-label::before, .custom-checkbox .wc_payment_methods .wc_payment_method input:disabled:checked ~ label::before, .wc_payment_methods .wc_payment_method .custom-checkbox input:disabled:checked ~ .custom-control-label::before, .wc_payment_methods .wc_payment_method .custom-checkbox input:disabled:checked ~ label::before, .custom-checkbox .woocommerce-form__label.woocommerce-form__label-for-checkbox > .custom-control-input:disabled:checked ~ span:first-of-type::before, .custom-checkbox .wc_payment_methods .wc_payment_method .woocommerce-form__label.woocommerce-form__label-for-checkbox > input:disabled:checked ~ span:first-of-type::before, .wc_payment_methods .wc_payment_method .custom-checkbox .woocommerce-form__label.woocommerce-form__label-for-checkbox > input:disabled:checked ~ span:first-of-type::before, .custom-checkbox .woocommerce-form__label.checkbox > .custom-control-input:disabled:checked ~ span:first-of-type::before, .custom-checkbox .wc_payment_methods .wc_payment_method .woocommerce-form__label.checkbox > input:disabled:checked ~ span:first-of-type::before, .wc_payment_methods .wc_payment_method .custom-checkbox .woocommerce-form__label.checkbox > input:disabled:checked ~ span:first-of-type::before, .custom-checkbox .woocommerce-form__label.woocommerce-form__label-for-checkbox input:disabled:checked ~ .custom-control-label::before, .custom-checkbox .woocommerce-form__label.woocommerce-form__label-for-checkbox .wc_payment_methods .wc_payment_method input:disabled:checked ~ label::before, .wc_payment_methods .wc_payment_method .custom-checkbox .woocommerce-form__label.woocommerce-form__label-for-checkbox input:disabled:checked ~ label::before, .custom-checkbox .woocommerce-form__label.woocommerce-form__label-for-checkbox > input:disabled:checked ~ span:first-of-type::before, .custom-checkbox .woocommerce-form__label.woocommerce-form__label-for-checkbox .woocommerce-form__label.checkbox > input:disabled:checked ~ span:first-of-type::before, .woocommerce-form__label.woocommerce-form__label-for-checkbox .custom-checkbox input:disabled:checked ~ .custom-control-label::before, .woocommerce-form__label.woocommerce-form__label-for-checkbox .custom-checkbox .wc_payment_methods .wc_payment_method input:disabled:checked ~ label::before, .wc_payment_methods .wc_payment_method .woocommerce-form__label.woocommerce-form__label-for-checkbox .custom-checkbox input:disabled:checked ~ label::before, .woocommerce-form__label.woocommerce-form__label-for-checkbox .custom-checkbox .woocommerce-form__label.woocommerce-form__label-for-checkbox > input:disabled:checked ~ span:first-of-type::before, .woocommerce-form__label.woocommerce-form__label-for-checkbox .custom-checkbox .woocommerce-form__label.checkbox > input:disabled:checked ~ span:first-of-type::before, .custom-checkbox .woocommerce-form__label.checkbox input:disabled:checked ~ .custom-control-label::before, .custom-checkbox .woocommerce-form__label.checkbox .wc_payment_methods .wc_payment_method input:disabled:checked ~ label::before, .wc_payment_methods .wc_payment_method .custom-checkbox .woocommerce-form__label.checkbox input:disabled:checked ~ label::before, .custom-checkbox .woocommerce-form__label.checkbox .woocommerce-form__label.woocommerce-form__label-for-checkbox > input:disabled:checked ~ span:first-of-type::before, .custom-checkbox .woocommerce-form__label.checkbox > input:disabled:checked ~ span:first-of-type::before, .woocommerce-form__label.checkbox .custom-checkbox input:disabled:checked ~ .custom-control-label::before, .woocommerce-form__label.checkbox .custom-checkbox .wc_payment_methods .wc_payment_method input:disabled:checked ~ label::before, .wc_payment_methods .wc_payment_method .woocommerce-form__label.checkbox .custom-checkbox input:disabled:checked ~ label::before, .woocommerce-form__label.checkbox .custom-checkbox .woocommerce-form__label.woocommerce-form__label-for-checkbox > input:disabled:checked ~ span:first-of-type::before, .woocommerce-form__label.checkbox .custom-checkbox .woocommerce-form__label.checkbox > input:disabled:checked ~ span:first-of-type::before, .woocommerce-form__label.woocommerce-form__label-for-checkbox .custom-control-input:disabled:checked ~ .custom-control-label::before, .woocommerce-form__label.woocommerce-form__label-for-checkbox .wc_payment_methods .wc_payment_method .custom-control-input:disabled:checked ~ label::before, .wc_payment_methods .wc_payment_method .woocommerce-form__label.woocommerce-form__label-for-checkbox .custom-control-input:disabled:checked ~ label::before, .woocommerce-form__label.woocommerce-form__label-for-checkbox .wc_payment_methods .wc_payment_method input:disabled:checked ~ .custom-control-label::before, .woocommerce-form__label.woocommerce-form__label-for-checkbox .wc_payment_methods .wc_payment_method input:disabled:checked ~ label::before, .wc_payment_methods .wc_payment_method .woocommerce-form__label.woocommerce-form__label-for-checkbox input:disabled:checked ~ .custom-control-label::before, .wc_payment_methods .wc_payment_method .woocommerce-form__label.woocommerce-form__label-for-checkbox input:disabled:checked ~ label::before, .woocommerce-form__label.woocommerce-form__label-for-checkbox > .custom-control-input:disabled:checked ~ span:first-of-type::before, .wc_payment_methods .wc_payment_method .woocommerce-form__label.woocommerce-form__label-for-checkbox > input:disabled:checked ~ span:first-of-type::before, .woocommerce-form__label.woocommerce-form__label-for-checkbox .woocommerce-form__label.checkbox > .custom-control-input:disabled:checked ~ span:first-of-type::before, .woocommerce-form__label.woocommerce-form__label-for-checkbox .wc_payment_methods .wc_payment_method .woocommerce-form__label.checkbox > input:disabled:checked ~ span:first-of-type::before, .wc_payment_methods .wc_payment_method .woocommerce-form__label.woocommerce-form__label-for-checkbox .woocommerce-form__label.checkbox > input:disabled:checked ~ span:first-of-type::before, .woocommerce-form__label.woocommerce-form__label-for-checkbox input:disabled:checked ~ .custom-control-label::before, .woocommerce-form__label.woocommerce-form__label-for-checkbox .wc_payment_methods .wc_payment_method input:disabled:checked ~ label::before, .wc_payment_methods .wc_payment_method .woocommerce-form__label.woocommerce-form__label-for-checkbox input:disabled:checked ~ label::before, .woocommerce-form__label.woocommerce-form__label-for-checkbox > input:disabled:checked ~ span:first-of-type::before, .woocommerce-form__label.woocommerce-form__label-for-checkbox .woocommerce-form__label.checkbox > input:disabled:checked ~ span:first-of-type::before, .woocommerce-form__label.woocommerce-form__label-for-checkbox .woocommerce-form__label.checkbox input:disabled:checked ~ .custom-control-label::before, .woocommerce-form__label.woocommerce-form__label-for-checkbox .woocommerce-form__label.checkbox .wc_payment_methods .wc_payment_method input:disabled:checked ~ label::before, .wc_payment_methods .wc_payment_method .woocommerce-form__label.woocommerce-form__label-for-checkbox .woocommerce-form__label.checkbox input:disabled:checked ~ label::before, .woocommerce-form__label.woocommerce-form__label-for-checkbox .woocommerce-form__label.checkbox .woocommerce-form__label.woocommerce-form__label-for-checkbox > input:disabled:checked ~ span:first-of-type::before, .woocommerce-form__label.woocommerce-form__label-for-checkbox .woocommerce-form__label.checkbox > input:disabled:checked ~ span:first-of-type::before, .woocommerce-form__label.checkbox .woocommerce-form__label.woocommerce-form__label-for-checkbox input:disabled:checked ~ .custom-control-label::before, .woocommerce-form__label.checkbox .woocommerce-form__label.woocommerce-form__label-for-checkbox .wc_payment_methods .wc_payment_method input:disabled:checked ~ label::before, .wc_payment_methods .wc_payment_method .woocommerce-form__label.checkbox .woocommerce-form__label.woocommerce-form__label-for-checkbox input:disabled:checked ~ label::before, .woocommerce-form__label.checkbox .woocommerce-form__label.woocommerce-form__label-for-checkbox > input:disabled:checked ~ span:first-of-type::before, .woocommerce-form__label.checkbox .woocommerce-form__label.woocommerce-form__label-for-checkbox .woocommerce-form__label.checkbox > input:disabled:checked ~ span:first-of-type::before, .woocommerce-form__label.checkbox .custom-control-input:disabled:checked ~ .custom-control-label::before, .woocommerce-form__label.checkbox .wc_payment_methods .wc_payment_method .custom-control-input:disabled:checked ~ label::before, .wc_payment_methods .wc_payment_method .woocommerce-form__label.checkbox .custom-control-input:disabled:checked ~ label::before, .woocommerce-form__label.checkbox .wc_payment_methods .wc_payment_method input:disabled:checked ~ .custom-control-label::before, .woocommerce-form__label.checkbox .wc_payment_methods .wc_payment_method input:disabled:checked ~ label::before, .wc_payment_methods .wc_payment_method .woocommerce-form__label.checkbox input:disabled:checked ~ .custom-control-label::before, .wc_payment_methods .wc_payment_method .woocommerce-form__label.checkbox input:disabled:checked ~ label::before, .woocommerce-form__label.checkbox .woocommerce-form__label.woocommerce-form__label-for-checkbox > .custom-control-input:disabled:checked ~ span:first-of-type::before, .woocommerce-form__label.checkbox .wc_payment_methods .wc_payment_method .woocommerce-form__label.woocommerce-form__label-for-checkbox > input:disabled:checked ~ span:first-of-type::before, .wc_payment_methods .wc_payment_method .woocommerce-form__label.checkbox .woocommerce-form__label.woocommerce-form__label-for-checkbox > input:disabled:checked ~ span:first-of-type::before, .woocommerce-form__label.checkbox > .custom-control-input:disabled:checked ~ span:first-of-type::before, .wc_payment_methods .wc_payment_method .woocommerce-form__label.checkbox > input:disabled:checked ~ span:first-of-type::before, .woocommerce-form__label.checkbox .woocommerce-form__label.woocommerce-form__label-for-checkbox input:disabled:checked ~ .custom-control-label::before, .woocommerce-form__label.checkbox .woocommerce-form__label.woocommerce-form__label-for-checkbox .wc_payment_methods .wc_payment_method input:disabled:checked ~ label::before, .wc_payment_methods .wc_payment_method .woocommerce-form__label.checkbox .woocommerce-form__label.woocommerce-form__label-for-checkbox input:disabled:checked ~ label::before, .woocommerce-form__label.checkbox .woocommerce-form__label.woocommerce-form__label-for-checkbox > input:disabled:checked ~ span:first-of-type::before, .woocommerce-form__label.checkbox .woocommerce-form__label.woocommerce-form__label-for-checkbox .woocommerce-form__label.checkbox > input:disabled:checked ~ span:first-of-type::before, .woocommerce-form__label.woocommerce-form__label-for-checkbox .woocommerce-form__label.checkbox input:disabled:checked ~ .custom-control-label::before, .woocommerce-form__label.woocommerce-form__label-for-checkbox .woocommerce-form__label.checkbox .wc_payment_methods .wc_payment_method input:disabled:checked ~ label::before, .wc_payment_methods .wc_payment_method .woocommerce-form__label.woocommerce-form__label-for-checkbox .woocommerce-form__label.checkbox input:disabled:checked ~ label::before, .woocommerce-form__label.woocommerce-form__label-for-checkbox .woocommerce-form__label.checkbox .woocommerce-form__label.woocommerce-form__label-for-checkbox > input:disabled:checked ~ span:first-of-type::before, .woocommerce-form__label.woocommerce-form__label-for-checkbox .woocommerce-form__label.checkbox > input:disabled:checked ~ span:first-of-type::before, .woocommerce-form__label.checkbox input:disabled:checked ~ .custom-control-label::before, .woocommerce-form__label.checkbox .wc_payment_methods .wc_payment_method input:disabled:checked ~ label::before, .wc_payment_methods .wc_payment_method .woocommerce-form__label.checkbox input:disabled:checked ~ label::before, .woocommerce-form__label.checkbox .woocommerce-form__label.woocommerce-form__label-for-checkbox > input:disabled:checked ~ span:first-of-type::before, .woocommerce-form__label.checkbox > input:disabled:checked ~ span:first-of-type::before, .custom-checkbox .shipping ul[id^=shipping_method] li .custom-control-input:disabled:checked ~ label::before, .custom-checkbox .shipping ul[id^=shipping_method] li .wc_payment_methods .wc_payment_method input:disabled:checked ~ label::before, .wc_payment_methods .wc_payment_method .custom-checkbox .shipping ul[id^=shipping_method] li input:disabled:checked ~ label::before, .custom-checkbox .shipping ul[id^=shipping_method] li .woocommerce-form__label.woocommerce-form__label-for-checkbox input:disabled:checked ~ label::before, .woocommerce-form__label.woocommerce-form__label-for-checkbox .custom-checkbox .shipping ul[id^=shipping_method] li input:disabled:checked ~ label::before, .custom-checkbox .shipping ul[id^=shipping_method] li .woocommerce-form__label.checkbox input:disabled:checked ~ label::before, .woocommerce-form__label.checkbox .custom-checkbox .shipping ul[id^=shipping_method] li input:disabled:checked ~ label::before, .woocommerce-form__label.woocommerce-form__label-for-checkbox .shipping ul[id^=shipping_method] li .custom-control-input:disabled:checked ~ label::before, .woocommerce-form__label.woocommerce-form__label-for-checkbox .shipping ul[id^=shipping_method] li .wc_payment_methods .wc_payment_method input:disabled:checked ~ label::before, .wc_payment_methods .wc_payment_method .woocommerce-form__label.woocommerce-form__label-for-checkbox .shipping ul[id^=shipping_method] li input:disabled:checked ~ label::before, .woocommerce-form__label.woocommerce-form__label-for-checkbox .shipping ul[id^=shipping_method] li input:disabled:checked ~ label::before, .woocommerce-form__label.woocommerce-form__label-for-checkbox .shipping ul[id^=shipping_method] li .woocommerce-form__label.checkbox input:disabled:checked ~ label::before, .woocommerce-form__label.checkbox .woocommerce-form__label.woocommerce-form__label-for-checkbox .shipping ul[id^=shipping_method] li input:disabled:checked ~ label::before, .woocommerce-form__label.checkbox .shipping ul[id^=shipping_method] li .custom-control-input:disabled:checked ~ label::before, .woocommerce-form__label.checkbox .shipping ul[id^=shipping_method] li .wc_payment_methods .wc_payment_method input:disabled:checked ~ label::before, .wc_payment_methods .wc_payment_method .woocommerce-form__label.checkbox .shipping ul[id^=shipping_method] li input:disabled:checked ~ label::before, .woocommerce-form__label.checkbox .shipping ul[id^=shipping_method] li .woocommerce-form__label.woocommerce-form__label-for-checkbox input:disabled:checked ~ label::before, .woocommerce-form__label.woocommerce-form__label-for-checkbox .woocommerce-form__label.checkbox .shipping ul[id^=shipping_method] li input:disabled:checked ~ label::before, .woocommerce-form__label.checkbox .shipping ul[id^=shipping_method] li input:disabled:checked ~ label::before, .shipping ul[id^=shipping_method] li .custom-checkbox .custom-control-input:disabled:checked ~ label::before, .shipping ul[id^=shipping_method] li .custom-checkbox .wc_payment_methods .wc_payment_method input:disabled:checked ~ label::before, .wc_payment_methods .wc_payment_method .shipping ul[id^=shipping_method] li .custom-checkbox input:disabled:checked ~ label::before, .shipping ul[id^=shipping_method] li .custom-checkbox .woocommerce-form__label.woocommerce-form__label-for-checkbox input:disabled:checked ~ label::before, .woocommerce-form__label.woocommerce-form__label-for-checkbox .shipping ul[id^=shipping_method] li .custom-checkbox input:disabled:checked ~ label::before, .shipping ul[id^=shipping_method] li .custom-checkbox .woocommerce-form__label.checkbox input:disabled:checked ~ label::before, .woocommerce-form__label.checkbox .shipping ul[id^=shipping_method] li .custom-checkbox input:disabled:checked ~ label::before, .shipping ul[id^=shipping_method] li .woocommerce-form__label.woocommerce-form__label-for-checkbox .custom-control-input:disabled:checked ~ label::before, .shipping ul[id^=shipping_method] li .woocommerce-form__label.woocommerce-form__label-for-checkbox .wc_payment_methods .wc_payment_method input:disabled:checked ~ label::before, .wc_payment_methods .wc_payment_method .shipping ul[id^=shipping_method] li .woocommerce-form__label.woocommerce-form__label-for-checkbox input:disabled:checked ~ label::before, .shipping ul[id^=shipping_method] li .woocommerce-form__label.woocommerce-form__label-for-checkbox input:disabled:checked ~ label::before, .shipping ul[id^=shipping_method] li .woocommerce-form__label.woocommerce-form__label-for-checkbox .woocommerce-form__label.checkbox input:disabled:checked ~ label::before, .woocommerce-form__label.checkbox .shipping ul[id^=shipping_method] li .woocommerce-form__label.woocommerce-form__label-for-checkbox input:disabled:checked ~ label::before, .shipping ul[id^=shipping_method] li .woocommerce-form__label.checkbox .custom-control-input:disabled:checked ~ label::before, .shipping ul[id^=shipping_method] li .woocommerce-form__label.checkbox .wc_payment_methods .wc_payment_method input:disabled:checked ~ label::before, .wc_payment_methods .wc_payment_method .shipping ul[id^=shipping_method] li .woocommerce-form__label.checkbox input:disabled:checked ~ label::before, .shipping ul[id^=shipping_method] li .woocommerce-form__label.checkbox .woocommerce-form__label.woocommerce-form__label-for-checkbox input:disabled:checked ~ label::before, .woocommerce-form__label.woocommerce-form__label-for-checkbox .shipping ul[id^=shipping_method] li .woocommerce-form__label.checkbox input:disabled:checked ~ label::before, .shipping ul[id^=shipping_method] li .woocommerce-form__label.checkbox input:disabled:checked ~ label::before, .custom-checkbox .shipping ul[id^=shipping_method] li input:disabled:checked ~ .custom-control-label::before, .custom-checkbox .shipping ul[id^=shipping_method] li .wc_payment_methods .wc_payment_method input:disabled:checked ~ label::before, .wc_payment_methods .wc_payment_method .custom-checkbox .shipping ul[id^=shipping_method] li input:disabled:checked ~ label::before, .custom-checkbox .shipping ul[id^=shipping_method] li .woocommerce-form__label.woocommerce-form__label-for-checkbox > input:disabled:checked ~ span:first-of-type::before, .custom-checkbox .shipping ul[id^=shipping_method] li .woocommerce-form__label.checkbox > input:disabled:checked ~ span:first-of-type::before, .woocommerce-form__label.woocommerce-form__label-for-checkbox .shipping ul[id^=shipping_method] li input:disabled:checked ~ .custom-control-label::before, .woocommerce-form__label.woocommerce-form__label-for-checkbox .shipping ul[id^=shipping_method] li .wc_payment_methods .wc_payment_method input:disabled:checked ~ label::before, .wc_payment_methods .wc_payment_method .woocommerce-form__label.woocommerce-form__label-for-checkbox .shipping ul[id^=shipping_method] li input:disabled:checked ~ label::before, .woocommerce-form__label.woocommerce-form__label-for-checkbox .shipping ul[id^=shipping_method] li .woocommerce-form__label.woocommerce-form__label-for-checkbox > input:disabled:checked ~ span:first-of-type::before, .woocommerce-form__label.woocommerce-form__label-for-checkbox .shipping ul[id^=shipping_method] li .woocommerce-form__label.checkbox > input:disabled:checked ~ span:first-of-type::before, .woocommerce-form__label.checkbox .shipping ul[id^=shipping_method] li input:disabled:checked ~ .custom-control-label::before, .woocommerce-form__label.checkbox .shipping ul[id^=shipping_method] li .wc_payment_methods .wc_payment_method input:disabled:checked ~ label::before, .wc_payment_methods .wc_payment_method .woocommerce-form__label.checkbox .shipping ul[id^=shipping_method] li input:disabled:checked ~ label::before, .woocommerce-form__label.checkbox .shipping ul[id^=shipping_method] li .woocommerce-form__label.woocommerce-form__label-for-checkbox > input:disabled:checked ~ span:first-of-type::before, .woocommerce-form__label.checkbox .shipping ul[id^=shipping_method] li .woocommerce-form__label.checkbox > input:disabled:checked ~ span:first-of-type::before, .custom-checkbox .shipping ul[id^=shipping_method] li input:disabled:checked ~ label::before, .woocommerce-form__label.woocommerce-form__label-for-checkbox .shipping ul[id^=shipping_method] li input:disabled:checked ~ label::before, .woocommerce-form__label.checkbox .shipping ul[id^=shipping_method] li input:disabled:checked ~ label::before, .shipping ul[id^=shipping_method] li .custom-checkbox input:disabled:checked ~ .custom-control-label::before, .shipping ul[id^=shipping_method] li .custom-checkbox .wc_payment_methods .wc_payment_method input:disabled:checked ~ label::before, .wc_payment_methods .wc_payment_method .shipping ul[id^=shipping_method] li .custom-checkbox input:disabled:checked ~ label::before, .shipping ul[id^=shipping_method] li .custom-checkbox .woocommerce-form__label.woocommerce-form__label-for-checkbox > input:disabled:checked ~ span:first-of-type::before, .shipping ul[id^=shipping_method] li .custom-checkbox .woocommerce-form__label.checkbox > input:disabled:checked ~ span:first-of-type::before, .shipping ul[id^=shipping_method] li .woocommerce-form__label.woocommerce-form__label-for-checkbox input:disabled:checked ~ .custom-control-label::before, .shipping ul[id^=shipping_method] li .woocommerce-form__label.woocommerce-form__label-for-checkbox .wc_payment_methods .wc_payment_method input:disabled:checked ~ label::before, .wc_payment_methods .wc_payment_method .shipping ul[id^=shipping_method] li .woocommerce-form__label.woocommerce-form__label-for-checkbox input:disabled:checked ~ label::before, .shipping ul[id^=shipping_method] li .woocommerce-form__label.woocommerce-form__label-for-checkbox > input:disabled:checked ~ span:first-of-type::before, .shipping ul[id^=shipping_method] li .woocommerce-form__label.woocommerce-form__label-for-checkbox .woocommerce-form__label.checkbox > input:disabled:checked ~ span:first-of-type::before, .shipping ul[id^=shipping_method] li .woocommerce-form__label.checkbox input:disabled:checked ~ .custom-control-label::before, .shipping ul[id^=shipping_method] li .woocommerce-form__label.checkbox .wc_payment_methods .wc_payment_method input:disabled:checked ~ label::before, .wc_payment_methods .wc_payment_method .shipping ul[id^=shipping_method] li .woocommerce-form__label.checkbox input:disabled:checked ~ label::before, .shipping ul[id^=shipping_method] li .woocommerce-form__label.checkbox .woocommerce-form__label.woocommerce-form__label-for-checkbox > input:disabled:checked ~ span:first-of-type::before, .shipping ul[id^=shipping_method] li .woocommerce-form__label.checkbox > input:disabled:checked ~ span:first-of-type::before, .shipping ul[id^=shipping_method] li .custom-checkbox input:disabled:checked ~ label::before, .shipping ul[id^=shipping_method] li .woocommerce-form__label.woocommerce-form__label-for-checkbox input:disabled:checked ~ label::before, .shipping ul[id^=shipping_method] li .woocommerce-form__label.checkbox input:disabled:checked ~ label::before, .wpcf7-acceptance .wpcf7-list-item > label .custom-control-input:disabled:checked ~ .custom-control-label::before, .wpcf7-acceptance .wpcf7-list-item > label .wc_payment_methods .wc_payment_method .custom-control-input:disabled:checked ~ label::before, .wc_payment_methods .wc_payment_method .wpcf7-acceptance .wpcf7-list-item > label .custom-control-input:disabled:checked ~ label::before, .wpcf7-acceptance .wpcf7-list-item > label .wc_payment_methods .wc_payment_method input:disabled:checked ~ .custom-control-label::before, .wpcf7-acceptance .wpcf7-list-item > label .wc_payment_methods .wc_payment_method input:disabled:checked ~ label::before, .wc_payment_methods .wc_payment_method .wpcf7-acceptance .wpcf7-list-item > label input:disabled:checked ~ .custom-control-label::before, .wc_payment_methods .wc_payment_method .wpcf7-acceptance .wpcf7-list-item > label input:disabled:checked ~ label::before, .wpcf7-acceptance .wpcf7-list-item > label .woocommerce-form__label.woocommerce-form__label-for-checkbox > .custom-control-input:disabled:checked ~ span:first-of-type::before, .wpcf7-acceptance .wpcf7-list-item > label .wc_payment_methods .wc_payment_method .woocommerce-form__label.woocommerce-form__label-for-checkbox > input:disabled:checked ~ span:first-of-type::before, .wc_payment_methods .wc_payment_method .wpcf7-acceptance .wpcf7-list-item > label .woocommerce-form__label.woocommerce-form__label-for-checkbox > input:disabled:checked ~ span:first-of-type::before, .wpcf7-acceptance .wpcf7-list-item > label .woocommerce-form__label.checkbox > .custom-control-input:disabled:checked ~ span:first-of-type::before, .wpcf7-acceptance .wpcf7-list-item > label .wc_payment_methods .wc_payment_method .woocommerce-form__label.checkbox > input:disabled:checked ~ span:first-of-type::before, .wc_payment_methods .wc_payment_method .wpcf7-acceptance .wpcf7-list-item > label .woocommerce-form__label.checkbox > input:disabled:checked ~ span:first-of-type::before, .wpcf7-acceptance .wpcf7-list-item > label .woocommerce-form__label.woocommerce-form__label-for-checkbox input:disabled:checked ~ .custom-control-label::before, .wpcf7-acceptance .wpcf7-list-item > label .woocommerce-form__label.woocommerce-form__label-for-checkbox .wc_payment_methods .wc_payment_method input:disabled:checked ~ label::before, .wc_payment_methods .wc_payment_method .wpcf7-acceptance .wpcf7-list-item > label .woocommerce-form__label.woocommerce-form__label-for-checkbox input:disabled:checked ~ label::before, .wpcf7-acceptance .wpcf7-list-item > label .woocommerce-form__label.woocommerce-form__label-for-checkbox > input:disabled:checked ~ span:first-of-type::before, .wpcf7-acceptance .wpcf7-list-item > label .woocommerce-form__label.woocommerce-form__label-for-checkbox .woocommerce-form__label.checkbox > input:disabled:checked ~ span:first-of-type::before, .woocommerce-form__label.woocommerce-form__label-for-checkbox .wpcf7-acceptance .wpcf7-list-item > label input:disabled:checked ~ .custom-control-label::before, .woocommerce-form__label.woocommerce-form__label-for-checkbox .wpcf7-acceptance .wpcf7-list-item > label .wc_payment_methods .wc_payment_method input:disabled:checked ~ label::before, .wc_payment_methods .wc_payment_method .woocommerce-form__label.woocommerce-form__label-for-checkbox .wpcf7-acceptance .wpcf7-list-item > label input:disabled:checked ~ label::before, .woocommerce-form__label.woocommerce-form__label-for-checkbox .wpcf7-acceptance .wpcf7-list-item > label .woocommerce-form__label.woocommerce-form__label-for-checkbox > input:disabled:checked ~ span:first-of-type::before, .woocommerce-form__label.woocommerce-form__label-for-checkbox .wpcf7-acceptance .wpcf7-list-item > label .woocommerce-form__label.checkbox > input:disabled:checked ~ span:first-of-type::before, .wpcf7-acceptance .wpcf7-list-item > label .woocommerce-form__label.checkbox input:disabled:checked ~ .custom-control-label::before, .wpcf7-acceptance .wpcf7-list-item > label .woocommerce-form__label.checkbox .wc_payment_methods .wc_payment_method input:disabled:checked ~ label::before, .wc_payment_methods .wc_payment_method .wpcf7-acceptance .wpcf7-list-item > label .woocommerce-form__label.checkbox input:disabled:checked ~ label::before, .wpcf7-acceptance .wpcf7-list-item > label .woocommerce-form__label.checkbox .woocommerce-form__label.woocommerce-form__label-for-checkbox > input:disabled:checked ~ span:first-of-type::before, .wpcf7-acceptance .wpcf7-list-item > label .woocommerce-form__label.checkbox > input:disabled:checked ~ span:first-of-type::before, .woocommerce-form__label.checkbox .wpcf7-acceptance .wpcf7-list-item > label input:disabled:checked ~ .custom-control-label::before, .woocommerce-form__label.checkbox .wpcf7-acceptance .wpcf7-list-item > label .wc_payment_methods .wc_payment_method input:disabled:checked ~ label::before, .wc_payment_methods .wc_payment_method .woocommerce-form__label.checkbox .wpcf7-acceptance .wpcf7-list-item > label input:disabled:checked ~ label::before, .woocommerce-form__label.checkbox .wpcf7-acceptance .wpcf7-list-item > label .woocommerce-form__label.woocommerce-form__label-for-checkbox > input:disabled:checked ~ span:first-of-type::before, .woocommerce-form__label.checkbox .wpcf7-acceptance .wpcf7-list-item > label .woocommerce-form__label.checkbox > input:disabled:checked ~ span:first-of-type::before, .wpcf7-acceptance .wpcf7-list-item > label .shipping ul[id^=shipping_method] li .custom-control-input:disabled:checked ~ label::before, .wpcf7-acceptance .wpcf7-list-item > label .shipping ul[id^=shipping_method] li .wc_payment_methods .wc_payment_method input:disabled:checked ~ label::before, .wc_payment_methods .wc_payment_method .wpcf7-acceptance .wpcf7-list-item > label .shipping ul[id^=shipping_method] li input:disabled:checked ~ label::before, .wpcf7-acceptance .wpcf7-list-item > label .shipping ul[id^=shipping_method] li .woocommerce-form__label.woocommerce-form__label-for-checkbox input:disabled:checked ~ label::before, .woocommerce-form__label.woocommerce-form__label-for-checkbox .wpcf7-acceptance .wpcf7-list-item > label .shipping ul[id^=shipping_method] li input:disabled:checked ~ label::before, .wpcf7-acceptance .wpcf7-list-item > label .shipping ul[id^=shipping_method] li .woocommerce-form__label.checkbox input:disabled:checked ~ label::before, .woocommerce-form__label.checkbox .wpcf7-acceptance .wpcf7-list-item > label .shipping ul[id^=shipping_method] li input:disabled:checked ~ label::before, .shipping ul[id^=shipping_method] li .wpcf7-acceptance .wpcf7-list-item > label .custom-control-input:disabled:checked ~ label::before, .shipping ul[id^=shipping_method] li .wpcf7-acceptance .wpcf7-list-item > label .wc_payment_methods .wc_payment_method input:disabled:checked ~ label::before, .wc_payment_methods .wc_payment_method .shipping ul[id^=shipping_method] li .wpcf7-acceptance .wpcf7-list-item > label input:disabled:checked ~ label::before, .shipping ul[id^=shipping_method] li .wpcf7-acceptance .wpcf7-list-item > label .woocommerce-form__label.woocommerce-form__label-for-checkbox input:disabled:checked ~ label::before, .woocommerce-form__label.woocommerce-form__label-for-checkbox .shipping ul[id^=shipping_method] li .wpcf7-acceptance .wpcf7-list-item > label input:disabled:checked ~ label::before, .shipping ul[id^=shipping_method] li .wpcf7-acceptance .wpcf7-list-item > label .woocommerce-form__label.checkbox input:disabled:checked ~ label::before, .woocommerce-form__label.checkbox .shipping ul[id^=shipping_method] li .wpcf7-acceptance .wpcf7-list-item > label input:disabled:checked ~ label::before, .wpcf7-acceptance .wpcf7-list-item > label .shipping ul[id^=shipping_method] li input:disabled:checked ~ .custom-control-label::before, .wpcf7-acceptance .wpcf7-list-item > label .shipping ul[id^=shipping_method] li .wc_payment_methods .wc_payment_method input:disabled:checked ~ label::before, .wc_payment_methods .wc_payment_method .wpcf7-acceptance .wpcf7-list-item > label .shipping ul[id^=shipping_method] li input:disabled:checked ~ label::before, .wpcf7-acceptance .wpcf7-list-item > label .shipping ul[id^=shipping_method] li .woocommerce-form__label.woocommerce-form__label-for-checkbox > input:disabled:checked ~ span:first-of-type::before, .wpcf7-acceptance .wpcf7-list-item > label .shipping ul[id^=shipping_method] li .woocommerce-form__label.checkbox > input:disabled:checked ~ span:first-of-type::before, .wpcf7-acceptance .wpcf7-list-item > label .shipping ul[id^=shipping_method] li input:disabled:checked ~ label::before, .custom-checkbox .custom-control-input:disabled:checked ~ .wpcf7-list-item-label::before, .custom-checkbox .wc_payment_methods .wc_payment_method input:disabled:checked ~ .wpcf7-list-item-label::before, .wc_payment_methods .wc_payment_method .custom-checkbox input:disabled:checked ~ .wpcf7-list-item-label::before, .custom-checkbox .woocommerce-form__label.woocommerce-form__label-for-checkbox input:disabled:checked ~ .wpcf7-list-item-label::before, .woocommerce-form__label.woocommerce-form__label-for-checkbox .custom-checkbox input:disabled:checked ~ .wpcf7-list-item-label::before, .custom-checkbox .woocommerce-form__label.checkbox input:disabled:checked ~ .wpcf7-list-item-label::before, .woocommerce-form__label.checkbox .custom-checkbox input:disabled:checked ~ .wpcf7-list-item-label::before, .woocommerce-form__label.woocommerce-form__label-for-checkbox .custom-control-input:disabled:checked ~ .wpcf7-list-item-label::before, .woocommerce-form__label.woocommerce-form__label-for-checkbox .wc_payment_methods .wc_payment_method input:disabled:checked ~ .wpcf7-list-item-label::before, .wc_payment_methods .wc_payment_method .woocommerce-form__label.woocommerce-form__label-for-checkbox input:disabled:checked ~ .wpcf7-list-item-label::before, .woocommerce-form__label.woocommerce-form__label-for-checkbox input:disabled:checked ~ .wpcf7-list-item-label::before, .woocommerce-form__label.woocommerce-form__label-for-checkbox .woocommerce-form__label.checkbox input:disabled:checked ~ .wpcf7-list-item-label::before, .woocommerce-form__label.checkbox .woocommerce-form__label.woocommerce-form__label-for-checkbox input:disabled:checked ~ .wpcf7-list-item-label::before, .woocommerce-form__label.checkbox .custom-control-input:disabled:checked ~ .wpcf7-list-item-label::before, .woocommerce-form__label.checkbox .wc_payment_methods .wc_payment_method input:disabled:checked ~ .wpcf7-list-item-label::before, .wc_payment_methods .wc_payment_method .woocommerce-form__label.checkbox input:disabled:checked ~ .wpcf7-list-item-label::before, .woocommerce-form__label.checkbox .woocommerce-form__label.woocommerce-form__label-for-checkbox input:disabled:checked ~ .wpcf7-list-item-label::before, .woocommerce-form__label.woocommerce-form__label-for-checkbox .woocommerce-form__label.checkbox input:disabled:checked ~ .wpcf7-list-item-label::before, .woocommerce-form__label.checkbox input:disabled:checked ~ .wpcf7-list-item-label::before, .custom-checkbox .shipping ul[id^=shipping_method] li input:disabled:checked ~ .wpcf7-list-item-label::before, .woocommerce-form__label.woocommerce-form__label-for-checkbox .shipping ul[id^=shipping_method] li input:disabled:checked ~ .wpcf7-list-item-label::before, .woocommerce-form__label.checkbox .shipping ul[id^=shipping_method] li input:disabled:checked ~ .wpcf7-list-item-label::before, .shipping ul[id^=shipping_method] li .custom-checkbox input:disabled:checked ~ .wpcf7-list-item-label::before, .shipping ul[id^=shipping_method] li .woocommerce-form__label.woocommerce-form__label-for-checkbox input:disabled:checked ~ .wpcf7-list-item-label::before, .shipping ul[id^=shipping_method] li .woocommerce-form__label.checkbox input:disabled:checked ~ .wpcf7-list-item-label::before, .wpcf7-acceptance .wpcf7-list-item > label .custom-control-input:disabled:checked ~ .wpcf7-list-item-label::before, .wpcf7-acceptance .wpcf7-list-item > label .wc_payment_methods .wc_payment_method input:disabled:checked ~ .wpcf7-list-item-label::before, .wc_payment_methods .wc_payment_method .wpcf7-acceptance .wpcf7-list-item > label input:disabled:checked ~ .wpcf7-list-item-label::before, .wpcf7-acceptance .wpcf7-list-item > label .woocommerce-form__label.woocommerce-form__label-for-checkbox input:disabled:checked ~ .wpcf7-list-item-label::before, .woocommerce-form__label.woocommerce-form__label-for-checkbox .wpcf7-acceptance .wpcf7-list-item > label input:disabled:checked ~ .wpcf7-list-item-label::before, .wpcf7-acceptance .wpcf7-list-item > label .woocommerce-form__label.checkbox input:disabled:checked ~ .wpcf7-list-item-label::before, .woocommerce-form__label.checkbox .wpcf7-acceptance .wpcf7-list-item > label input:disabled:checked ~ .wpcf7-list-item-label::before, .wpcf7-acceptance .wpcf7-list-item > label .shipping ul[id^=shipping_method] li input:disabled:checked ~ .wpcf7-list-item-label::before, .custom-checkbox .wpcf7-list-item input:disabled:checked ~ .custom-control-label::before, .custom-checkbox .wpcf7-list-item .wc_payment_methods .wc_payment_method input:disabled:checked ~ label::before, .wc_payment_methods .wc_payment_method .custom-checkbox .wpcf7-list-item input:disabled:checked ~ label::before, .custom-checkbox .wpcf7-list-item .woocommerce-form__label.woocommerce-form__label-for-checkbox > input:disabled:checked ~ span:first-of-type::before, .custom-checkbox .wpcf7-list-item .woocommerce-form__label.checkbox > input:disabled:checked ~ span:first-of-type::before, .woocommerce-form__label.woocommerce-form__label-for-checkbox .wpcf7-list-item input:disabled:checked ~ .custom-control-label::before, .woocommerce-form__label.woocommerce-form__label-for-checkbox .wpcf7-list-item .wc_payment_methods .wc_payment_method input:disabled:checked ~ label::before, .wc_payment_methods .wc_payment_method .woocommerce-form__label.woocommerce-form__label-for-checkbox .wpcf7-list-item input:disabled:checked ~ label::before, .woocommerce-form__label.woocommerce-form__label-for-checkbox .wpcf7-list-item .woocommerce-form__label.woocommerce-form__label-for-checkbox > input:disabled:checked ~ span:first-of-type::before, .woocommerce-form__label.woocommerce-form__label-for-checkbox .wpcf7-list-item .woocommerce-form__label.checkbox > input:disabled:checked ~ span:first-of-type::before, .woocommerce-form__label.checkbox .wpcf7-list-item input:disabled:checked ~ .custom-control-label::before, .woocommerce-form__label.checkbox .wpcf7-list-item .wc_payment_methods .wc_payment_method input:disabled:checked ~ label::before, .wc_payment_methods .wc_payment_method .woocommerce-form__label.checkbox .wpcf7-list-item input:disabled:checked ~ label::before, .woocommerce-form__label.checkbox .wpcf7-list-item .woocommerce-form__label.woocommerce-form__label-for-checkbox > input:disabled:checked ~ span:first-of-type::before, .woocommerce-form__label.checkbox .wpcf7-list-item .woocommerce-form__label.checkbox > input:disabled:checked ~ span:first-of-type::before, .shipping ul[id^=shipping_method] li .custom-checkbox .wpcf7-list-item input:disabled:checked ~ label::before, .shipping ul[id^=shipping_method] li .woocommerce-form__label.woocommerce-form__label-for-checkbox .wpcf7-list-item input:disabled:checked ~ label::before, .shipping ul[id^=shipping_method] li .woocommerce-form__label.checkbox .wpcf7-list-item input:disabled:checked ~ label::before, .wpcf7-acceptance .wpcf7-list-item > label .wpcf7-list-item input:disabled:checked ~ .custom-control-label::before, .wpcf7-acceptance .wpcf7-list-item > label .wpcf7-list-item .wc_payment_methods .wc_payment_method input:disabled:checked ~ label::before, .wc_payment_methods .wc_payment_method .wpcf7-acceptance .wpcf7-list-item > label .wpcf7-list-item input:disabled:checked ~ label::before, .wpcf7-acceptance .wpcf7-list-item > label .wpcf7-list-item .woocommerce-form__label.woocommerce-form__label-for-checkbox > input:disabled:checked ~ span:first-of-type::before, .wpcf7-acceptance .wpcf7-list-item > label .wpcf7-list-item .woocommerce-form__label.checkbox > input:disabled:checked ~ span:first-of-type::before, .shipping ul[id^=shipping_method] li .wpcf7-acceptance .wpcf7-list-item > label .wpcf7-list-item input:disabled:checked ~ label::before, .custom-checkbox .wpcf7-list-item input:disabled:checked ~ .wpcf7-list-item-label::before, .woocommerce-form__label.woocommerce-form__label-for-checkbox .wpcf7-list-item input:disabled:checked ~ .wpcf7-list-item-label::before, .woocommerce-form__label.checkbox .wpcf7-list-item input:disabled:checked ~ .wpcf7-list-item-label::before, .wpcf7-acceptance .wpcf7-list-item > label .wpcf7-list-item input:disabled:checked ~ .wpcf7-list-item-label::before, .wpcf7-list-item .custom-checkbox input:disabled:checked ~ .custom-control-label::before, .wpcf7-list-item .custom-checkbox .wc_payment_methods .wc_payment_method input:disabled:checked ~ label::before, .wc_payment_methods .wc_payment_method .wpcf7-list-item .custom-checkbox input:disabled:checked ~ label::before, .wpcf7-list-item .custom-checkbox .woocommerce-form__label.woocommerce-form__label-for-checkbox > input:disabled:checked ~ span:first-of-type::before, .wpcf7-list-item .custom-checkbox .woocommerce-form__label.checkbox > input:disabled:checked ~ span:first-of-type::before, .wpcf7-list-item .woocommerce-form__label.woocommerce-form__label-for-checkbox input:disabled:checked ~ .custom-control-label::before, .wpcf7-list-item .woocommerce-form__label.woocommerce-form__label-for-checkbox .wc_payment_methods .wc_payment_method input:disabled:checked ~ label::before, .wc_payment_methods .wc_payment_method .wpcf7-list-item .woocommerce-form__label.woocommerce-form__label-for-checkbox input:disabled:checked ~ label::before, .wpcf7-list-item .woocommerce-form__label.woocommerce-form__label-for-checkbox > input:disabled:checked ~ span:first-of-type::before, .wpcf7-list-item .woocommerce-form__label.woocommerce-form__label-for-checkbox .woocommerce-form__label.checkbox > input:disabled:checked ~ span:first-of-type::before, .wpcf7-list-item .woocommerce-form__label.checkbox input:disabled:checked ~ .custom-control-label::before, .wpcf7-list-item .woocommerce-form__label.checkbox .wc_payment_methods .wc_payment_method input:disabled:checked ~ label::before, .wc_payment_methods .wc_payment_method .wpcf7-list-item .woocommerce-form__label.checkbox input:disabled:checked ~ label::before, .wpcf7-list-item .woocommerce-form__label.checkbox .woocommerce-form__label.woocommerce-form__label-for-checkbox > input:disabled:checked ~ span:first-of-type::before, .wpcf7-list-item .woocommerce-form__label.checkbox > input:disabled:checked ~ span:first-of-type::before, .wpcf7-acceptance .wpcf7-list-item > label input:disabled:checked ~ .custom-control-label::before, .wpcf7-acceptance .wpcf7-list-item > label .wc_payment_methods .wc_payment_method input:disabled:checked ~ label::before, .wc_payment_methods .wc_payment_method .wpcf7-acceptance .wpcf7-list-item > label input:disabled:checked ~ label::before, .wpcf7-acceptance .wpcf7-list-item > label .woocommerce-form__label.woocommerce-form__label-for-checkbox > input:disabled:checked ~ span:first-of-type::before, .wpcf7-acceptance .wpcf7-list-item > label .woocommerce-form__label.checkbox > input:disabled:checked ~ span:first-of-type::before, .shipping ul[id^=shipping_method] li .wpcf7-acceptance .wpcf7-list-item > label input:disabled:checked ~ label::before, .wpcf7-list-item .custom-checkbox input:disabled:checked ~ .wpcf7-list-item-label::before, .wpcf7-list-item .woocommerce-form__label.woocommerce-form__label-for-checkbox input:disabled:checked ~ .wpcf7-list-item-label::before, .wpcf7-list-item .woocommerce-form__label.checkbox input:disabled:checked ~ .wpcf7-list-item-label::before, .wpcf7-acceptance .wpcf7-list-item > label input:disabled:checked ~ .wpcf7-list-item-label::before, .custom-checkbox .wpcf7-checkbox input:disabled:checked ~ .custom-control-label::before, .custom-checkbox .wpcf7-checkbox .wc_payment_methods .wc_payment_method input:disabled:checked ~ label::before, .wc_payment_methods .wc_payment_method .custom-checkbox .wpcf7-checkbox input:disabled:checked ~ label::before, .custom-checkbox .wpcf7-checkbox .woocommerce-form__label.woocommerce-form__label-for-checkbox > input:disabled:checked ~ span:first-of-type::before, .custom-checkbox .wpcf7-checkbox .woocommerce-form__label.checkbox > input:disabled:checked ~ span:first-of-type::before, .woocommerce-form__label.woocommerce-form__label-for-checkbox .wpcf7-checkbox input:disabled:checked ~ .custom-control-label::before, .woocommerce-form__label.woocommerce-form__label-for-checkbox .wpcf7-checkbox .wc_payment_methods .wc_payment_method input:disabled:checked ~ label::before, .wc_payment_methods .wc_payment_method .woocommerce-form__label.woocommerce-form__label-for-checkbox .wpcf7-checkbox input:disabled:checked ~ label::before, .woocommerce-form__label.woocommerce-form__label-for-checkbox .wpcf7-checkbox .woocommerce-form__label.woocommerce-form__label-for-checkbox > input:disabled:checked ~ span:first-of-type::before, .woocommerce-form__label.woocommerce-form__label-for-checkbox .wpcf7-checkbox .woocommerce-form__label.checkbox > input:disabled:checked ~ span:first-of-type::before, .woocommerce-form__label.checkbox .wpcf7-checkbox input:disabled:checked ~ .custom-control-label::before, .woocommerce-form__label.checkbox .wpcf7-checkbox .wc_payment_methods .wc_payment_method input:disabled:checked ~ label::before, .wc_payment_methods .wc_payment_method .woocommerce-form__label.checkbox .wpcf7-checkbox input:disabled:checked ~ label::before, .woocommerce-form__label.checkbox .wpcf7-checkbox .woocommerce-form__label.woocommerce-form__label-for-checkbox > input:disabled:checked ~ span:first-of-type::before, .woocommerce-form__label.checkbox .wpcf7-checkbox .woocommerce-form__label.checkbox > input:disabled:checked ~ span:first-of-type::before, .shipping ul[id^=shipping_method] li .custom-checkbox .wpcf7-checkbox input:disabled:checked ~ label::before, .shipping ul[id^=shipping_method] li .woocommerce-form__label.woocommerce-form__label-for-checkbox .wpcf7-checkbox input:disabled:checked ~ label::before, .shipping ul[id^=shipping_method] li .woocommerce-form__label.checkbox .wpcf7-checkbox input:disabled:checked ~ label::before, .wpcf7-acceptance .wpcf7-list-item > label .wpcf7-checkbox input:disabled:checked ~ .custom-control-label::before, .wpcf7-acceptance .wpcf7-list-item > label .wpcf7-checkbox .wc_payment_methods .wc_payment_method input:disabled:checked ~ label::before, .wc_payment_methods .wc_payment_method .wpcf7-acceptance .wpcf7-list-item > label .wpcf7-checkbox input:disabled:checked ~ label::before, .wpcf7-acceptance .wpcf7-list-item > label .wpcf7-checkbox .woocommerce-form__label.woocommerce-form__label-for-checkbox > input:disabled:checked ~ span:first-of-type::before, .wpcf7-acceptance .wpcf7-list-item > label .wpcf7-checkbox .woocommerce-form__label.checkbox > input:disabled:checked ~ span:first-of-type::before, .shipping ul[id^=shipping_method] li .wpcf7-acceptance .wpcf7-list-item > label .wpcf7-checkbox input:disabled:checked ~ label::before, .custom-checkbox .wpcf7-checkbox input:disabled:checked ~ .wpcf7-list-item-label::before, .woocommerce-form__label.woocommerce-form__label-for-checkbox .wpcf7-checkbox input:disabled:checked ~ .wpcf7-list-item-label::before, .woocommerce-form__label.checkbox .wpcf7-checkbox input:disabled:checked ~ .wpcf7-list-item-label::before, .wpcf7-acceptance .wpcf7-list-item > label .wpcf7-checkbox input:disabled:checked ~ .wpcf7-list-item-label::before, .wpcf7-checkbox .custom-checkbox input:disabled:checked ~ .custom-control-label::before, .wpcf7-checkbox .custom-checkbox .wc_payment_methods .wc_payment_method input:disabled:checked ~ label::before, .wc_payment_methods .wc_payment_method .wpcf7-checkbox .custom-checkbox input:disabled:checked ~ label::before, .wpcf7-checkbox .custom-checkbox .woocommerce-form__label.woocommerce-form__label-for-checkbox > input:disabled:checked ~ span:first-of-type::before, .wpcf7-checkbox .custom-checkbox .woocommerce-form__label.checkbox > input:disabled:checked ~ span:first-of-type::before, .wpcf7-checkbox .woocommerce-form__label.woocommerce-form__label-for-checkbox input:disabled:checked ~ .custom-control-label::before, .wpcf7-checkbox .woocommerce-form__label.woocommerce-form__label-for-checkbox .wc_payment_methods .wc_payment_method input:disabled:checked ~ label::before, .wc_payment_methods .wc_payment_method .wpcf7-checkbox .woocommerce-form__label.woocommerce-form__label-for-checkbox input:disabled:checked ~ label::before, .wpcf7-checkbox .woocommerce-form__label.woocommerce-form__label-for-checkbox > input:disabled:checked ~ span:first-of-type::before, .wpcf7-checkbox .woocommerce-form__label.woocommerce-form__label-for-checkbox .woocommerce-form__label.checkbox > input:disabled:checked ~ span:first-of-type::before, .wpcf7-checkbox .woocommerce-form__label.checkbox input:disabled:checked ~ .custom-control-label::before, .wpcf7-checkbox .woocommerce-form__label.checkbox .wc_payment_methods .wc_payment_method input:disabled:checked ~ label::before, .wc_payment_methods .wc_payment_method .wpcf7-checkbox .woocommerce-form__label.checkbox input:disabled:checked ~ label::before, .wpcf7-checkbox .woocommerce-form__label.checkbox .woocommerce-form__label.woocommerce-form__label-for-checkbox > input:disabled:checked ~ span:first-of-type::before, .wpcf7-checkbox .woocommerce-form__label.checkbox > input:disabled:checked ~ span:first-of-type::before, .wpcf7-checkbox .custom-checkbox input:disabled:checked ~ .wpcf7-list-item-label::before, .wpcf7-checkbox .woocommerce-form__label.woocommerce-form__label-for-checkbox input:disabled:checked ~ .wpcf7-list-item-label::before, .wpcf7-checkbox .woocommerce-form__label.checkbox input:disabled:checked ~ .wpcf7-list-item-label::before {
  background-color: rgba(10, 35, 63, 0.5);
}
.custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label::before, .custom-checkbox .wc_payment_methods .wc_payment_method .custom-control-input:disabled:indeterminate ~ label::before, .wc_payment_methods .wc_payment_method .custom-checkbox .custom-control-input:disabled:indeterminate ~ label::before, .custom-checkbox .wc_payment_methods .wc_payment_method input:disabled:indeterminate ~ .custom-control-label::before, .custom-checkbox .wc_payment_methods .wc_payment_method input:disabled:indeterminate ~ label::before, .wc_payment_methods .wc_payment_method .custom-checkbox input:disabled:indeterminate ~ .custom-control-label::before, .wc_payment_methods .wc_payment_method .custom-checkbox input:disabled:indeterminate ~ label::before, .custom-checkbox .woocommerce-form__label.woocommerce-form__label-for-checkbox > .custom-control-input:disabled:indeterminate ~ span:first-of-type::before, .custom-checkbox .wc_payment_methods .wc_payment_method .woocommerce-form__label.woocommerce-form__label-for-checkbox > input:disabled:indeterminate ~ span:first-of-type::before, .wc_payment_methods .wc_payment_method .custom-checkbox .woocommerce-form__label.woocommerce-form__label-for-checkbox > input:disabled:indeterminate ~ span:first-of-type::before, .custom-checkbox .woocommerce-form__label.checkbox > .custom-control-input:disabled:indeterminate ~ span:first-of-type::before, .custom-checkbox .wc_payment_methods .wc_payment_method .woocommerce-form__label.checkbox > input:disabled:indeterminate ~ span:first-of-type::before, .wc_payment_methods .wc_payment_method .custom-checkbox .woocommerce-form__label.checkbox > input:disabled:indeterminate ~ span:first-of-type::before, .custom-checkbox .woocommerce-form__label.woocommerce-form__label-for-checkbox input:disabled:indeterminate ~ .custom-control-label::before, .custom-checkbox .woocommerce-form__label.woocommerce-form__label-for-checkbox .wc_payment_methods .wc_payment_method input:disabled:indeterminate ~ label::before, .wc_payment_methods .wc_payment_method .custom-checkbox .woocommerce-form__label.woocommerce-form__label-for-checkbox input:disabled:indeterminate ~ label::before, .custom-checkbox .woocommerce-form__label.woocommerce-form__label-for-checkbox > input:disabled:indeterminate ~ span:first-of-type::before, .custom-checkbox .woocommerce-form__label.woocommerce-form__label-for-checkbox .woocommerce-form__label.checkbox > input:disabled:indeterminate ~ span:first-of-type::before, .woocommerce-form__label.woocommerce-form__label-for-checkbox .custom-checkbox input:disabled:indeterminate ~ .custom-control-label::before, .woocommerce-form__label.woocommerce-form__label-for-checkbox .custom-checkbox .wc_payment_methods .wc_payment_method input:disabled:indeterminate ~ label::before, .wc_payment_methods .wc_payment_method .woocommerce-form__label.woocommerce-form__label-for-checkbox .custom-checkbox input:disabled:indeterminate ~ label::before, .woocommerce-form__label.woocommerce-form__label-for-checkbox .custom-checkbox .woocommerce-form__label.woocommerce-form__label-for-checkbox > input:disabled:indeterminate ~ span:first-of-type::before, .woocommerce-form__label.woocommerce-form__label-for-checkbox .custom-checkbox .woocommerce-form__label.checkbox > input:disabled:indeterminate ~ span:first-of-type::before, .custom-checkbox .woocommerce-form__label.checkbox input:disabled:indeterminate ~ .custom-control-label::before, .custom-checkbox .woocommerce-form__label.checkbox .wc_payment_methods .wc_payment_method input:disabled:indeterminate ~ label::before, .wc_payment_methods .wc_payment_method .custom-checkbox .woocommerce-form__label.checkbox input:disabled:indeterminate ~ label::before, .custom-checkbox .woocommerce-form__label.checkbox .woocommerce-form__label.woocommerce-form__label-for-checkbox > input:disabled:indeterminate ~ span:first-of-type::before, .custom-checkbox .woocommerce-form__label.checkbox > input:disabled:indeterminate ~ span:first-of-type::before, .woocommerce-form__label.checkbox .custom-checkbox input:disabled:indeterminate ~ .custom-control-label::before, .woocommerce-form__label.checkbox .custom-checkbox .wc_payment_methods .wc_payment_method input:disabled:indeterminate ~ label::before, .wc_payment_methods .wc_payment_method .woocommerce-form__label.checkbox .custom-checkbox input:disabled:indeterminate ~ label::before, .woocommerce-form__label.checkbox .custom-checkbox .woocommerce-form__label.woocommerce-form__label-for-checkbox > input:disabled:indeterminate ~ span:first-of-type::before, .woocommerce-form__label.checkbox .custom-checkbox .woocommerce-form__label.checkbox > input:disabled:indeterminate ~ span:first-of-type::before, .woocommerce-form__label.woocommerce-form__label-for-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label::before, .woocommerce-form__label.woocommerce-form__label-for-checkbox .wc_payment_methods .wc_payment_method .custom-control-input:disabled:indeterminate ~ label::before, .wc_payment_methods .wc_payment_method .woocommerce-form__label.woocommerce-form__label-for-checkbox .custom-control-input:disabled:indeterminate ~ label::before, .woocommerce-form__label.woocommerce-form__label-for-checkbox .wc_payment_methods .wc_payment_method input:disabled:indeterminate ~ .custom-control-label::before, .woocommerce-form__label.woocommerce-form__label-for-checkbox .wc_payment_methods .wc_payment_method input:disabled:indeterminate ~ label::before, .wc_payment_methods .wc_payment_method .woocommerce-form__label.woocommerce-form__label-for-checkbox input:disabled:indeterminate ~ .custom-control-label::before, .wc_payment_methods .wc_payment_method .woocommerce-form__label.woocommerce-form__label-for-checkbox input:disabled:indeterminate ~ label::before, .woocommerce-form__label.woocommerce-form__label-for-checkbox > .custom-control-input:disabled:indeterminate ~ span:first-of-type::before, .wc_payment_methods .wc_payment_method .woocommerce-form__label.woocommerce-form__label-for-checkbox > input:disabled:indeterminate ~ span:first-of-type::before, .woocommerce-form__label.woocommerce-form__label-for-checkbox .woocommerce-form__label.checkbox > .custom-control-input:disabled:indeterminate ~ span:first-of-type::before, .woocommerce-form__label.woocommerce-form__label-for-checkbox .wc_payment_methods .wc_payment_method .woocommerce-form__label.checkbox > input:disabled:indeterminate ~ span:first-of-type::before, .wc_payment_methods .wc_payment_method .woocommerce-form__label.woocommerce-form__label-for-checkbox .woocommerce-form__label.checkbox > input:disabled:indeterminate ~ span:first-of-type::before, .woocommerce-form__label.woocommerce-form__label-for-checkbox input:disabled:indeterminate ~ .custom-control-label::before, .woocommerce-form__label.woocommerce-form__label-for-checkbox .wc_payment_methods .wc_payment_method input:disabled:indeterminate ~ label::before, .wc_payment_methods .wc_payment_method .woocommerce-form__label.woocommerce-form__label-for-checkbox input:disabled:indeterminate ~ label::before, .woocommerce-form__label.woocommerce-form__label-for-checkbox > input:disabled:indeterminate ~ span:first-of-type::before, .woocommerce-form__label.woocommerce-form__label-for-checkbox .woocommerce-form__label.checkbox > input:disabled:indeterminate ~ span:first-of-type::before, .woocommerce-form__label.woocommerce-form__label-for-checkbox .woocommerce-form__label.checkbox input:disabled:indeterminate ~ .custom-control-label::before, .woocommerce-form__label.woocommerce-form__label-for-checkbox .woocommerce-form__label.checkbox .wc_payment_methods .wc_payment_method input:disabled:indeterminate ~ label::before, .wc_payment_methods .wc_payment_method .woocommerce-form__label.woocommerce-form__label-for-checkbox .woocommerce-form__label.checkbox input:disabled:indeterminate ~ label::before, .woocommerce-form__label.woocommerce-form__label-for-checkbox .woocommerce-form__label.checkbox .woocommerce-form__label.woocommerce-form__label-for-checkbox > input:disabled:indeterminate ~ span:first-of-type::before, .woocommerce-form__label.woocommerce-form__label-for-checkbox .woocommerce-form__label.checkbox > input:disabled:indeterminate ~ span:first-of-type::before, .woocommerce-form__label.checkbox .woocommerce-form__label.woocommerce-form__label-for-checkbox input:disabled:indeterminate ~ .custom-control-label::before, .woocommerce-form__label.checkbox .woocommerce-form__label.woocommerce-form__label-for-checkbox .wc_payment_methods .wc_payment_method input:disabled:indeterminate ~ label::before, .wc_payment_methods .wc_payment_method .woocommerce-form__label.checkbox .woocommerce-form__label.woocommerce-form__label-for-checkbox input:disabled:indeterminate ~ label::before, .woocommerce-form__label.checkbox .woocommerce-form__label.woocommerce-form__label-for-checkbox > input:disabled:indeterminate ~ span:first-of-type::before, .woocommerce-form__label.checkbox .woocommerce-form__label.woocommerce-form__label-for-checkbox .woocommerce-form__label.checkbox > input:disabled:indeterminate ~ span:first-of-type::before, .woocommerce-form__label.checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label::before, .woocommerce-form__label.checkbox .wc_payment_methods .wc_payment_method .custom-control-input:disabled:indeterminate ~ label::before, .wc_payment_methods .wc_payment_method .woocommerce-form__label.checkbox .custom-control-input:disabled:indeterminate ~ label::before, .woocommerce-form__label.checkbox .wc_payment_methods .wc_payment_method input:disabled:indeterminate ~ .custom-control-label::before, .woocommerce-form__label.checkbox .wc_payment_methods .wc_payment_method input:disabled:indeterminate ~ label::before, .wc_payment_methods .wc_payment_method .woocommerce-form__label.checkbox input:disabled:indeterminate ~ .custom-control-label::before, .wc_payment_methods .wc_payment_method .woocommerce-form__label.checkbox input:disabled:indeterminate ~ label::before, .woocommerce-form__label.checkbox .woocommerce-form__label.woocommerce-form__label-for-checkbox > .custom-control-input:disabled:indeterminate ~ span:first-of-type::before, .woocommerce-form__label.checkbox .wc_payment_methods .wc_payment_method .woocommerce-form__label.woocommerce-form__label-for-checkbox > input:disabled:indeterminate ~ span:first-of-type::before, .wc_payment_methods .wc_payment_method .woocommerce-form__label.checkbox .woocommerce-form__label.woocommerce-form__label-for-checkbox > input:disabled:indeterminate ~ span:first-of-type::before, .woocommerce-form__label.checkbox > .custom-control-input:disabled:indeterminate ~ span:first-of-type::before, .wc_payment_methods .wc_payment_method .woocommerce-form__label.checkbox > input:disabled:indeterminate ~ span:first-of-type::before, .woocommerce-form__label.checkbox .woocommerce-form__label.woocommerce-form__label-for-checkbox input:disabled:indeterminate ~ .custom-control-label::before, .woocommerce-form__label.checkbox .woocommerce-form__label.woocommerce-form__label-for-checkbox .wc_payment_methods .wc_payment_method input:disabled:indeterminate ~ label::before, .wc_payment_methods .wc_payment_method .woocommerce-form__label.checkbox .woocommerce-form__label.woocommerce-form__label-for-checkbox input:disabled:indeterminate ~ label::before, .woocommerce-form__label.checkbox .woocommerce-form__label.woocommerce-form__label-for-checkbox > input:disabled:indeterminate ~ span:first-of-type::before, .woocommerce-form__label.checkbox .woocommerce-form__label.woocommerce-form__label-for-checkbox .woocommerce-form__label.checkbox > input:disabled:indeterminate ~ span:first-of-type::before, .woocommerce-form__label.woocommerce-form__label-for-checkbox .woocommerce-form__label.checkbox input:disabled:indeterminate ~ .custom-control-label::before, .woocommerce-form__label.woocommerce-form__label-for-checkbox .woocommerce-form__label.checkbox .wc_payment_methods .wc_payment_method input:disabled:indeterminate ~ label::before, .wc_payment_methods .wc_payment_method .woocommerce-form__label.woocommerce-form__label-for-checkbox .woocommerce-form__label.checkbox input:disabled:indeterminate ~ label::before, .woocommerce-form__label.woocommerce-form__label-for-checkbox .woocommerce-form__label.checkbox .woocommerce-form__label.woocommerce-form__label-for-checkbox > input:disabled:indeterminate ~ span:first-of-type::before, .woocommerce-form__label.woocommerce-form__label-for-checkbox .woocommerce-form__label.checkbox > input:disabled:indeterminate ~ span:first-of-type::before, .woocommerce-form__label.checkbox input:disabled:indeterminate ~ .custom-control-label::before, .woocommerce-form__label.checkbox .wc_payment_methods .wc_payment_method input:disabled:indeterminate ~ label::before, .wc_payment_methods .wc_payment_method .woocommerce-form__label.checkbox input:disabled:indeterminate ~ label::before, .woocommerce-form__label.checkbox .woocommerce-form__label.woocommerce-form__label-for-checkbox > input:disabled:indeterminate ~ span:first-of-type::before, .woocommerce-form__label.checkbox > input:disabled:indeterminate ~ span:first-of-type::before, .custom-checkbox .shipping ul[id^=shipping_method] li .custom-control-input:disabled:indeterminate ~ label::before, .custom-checkbox .shipping ul[id^=shipping_method] li .wc_payment_methods .wc_payment_method input:disabled:indeterminate ~ label::before, .wc_payment_methods .wc_payment_method .custom-checkbox .shipping ul[id^=shipping_method] li input:disabled:indeterminate ~ label::before, .custom-checkbox .shipping ul[id^=shipping_method] li .woocommerce-form__label.woocommerce-form__label-for-checkbox input:disabled:indeterminate ~ label::before, .woocommerce-form__label.woocommerce-form__label-for-checkbox .custom-checkbox .shipping ul[id^=shipping_method] li input:disabled:indeterminate ~ label::before, .custom-checkbox .shipping ul[id^=shipping_method] li .woocommerce-form__label.checkbox input:disabled:indeterminate ~ label::before, .woocommerce-form__label.checkbox .custom-checkbox .shipping ul[id^=shipping_method] li input:disabled:indeterminate ~ label::before, .woocommerce-form__label.woocommerce-form__label-for-checkbox .shipping ul[id^=shipping_method] li .custom-control-input:disabled:indeterminate ~ label::before, .woocommerce-form__label.woocommerce-form__label-for-checkbox .shipping ul[id^=shipping_method] li .wc_payment_methods .wc_payment_method input:disabled:indeterminate ~ label::before, .wc_payment_methods .wc_payment_method .woocommerce-form__label.woocommerce-form__label-for-checkbox .shipping ul[id^=shipping_method] li input:disabled:indeterminate ~ label::before, .woocommerce-form__label.woocommerce-form__label-for-checkbox .shipping ul[id^=shipping_method] li input:disabled:indeterminate ~ label::before, .woocommerce-form__label.woocommerce-form__label-for-checkbox .shipping ul[id^=shipping_method] li .woocommerce-form__label.checkbox input:disabled:indeterminate ~ label::before, .woocommerce-form__label.checkbox .woocommerce-form__label.woocommerce-form__label-for-checkbox .shipping ul[id^=shipping_method] li input:disabled:indeterminate ~ label::before, .woocommerce-form__label.checkbox .shipping ul[id^=shipping_method] li .custom-control-input:disabled:indeterminate ~ label::before, .woocommerce-form__label.checkbox .shipping ul[id^=shipping_method] li .wc_payment_methods .wc_payment_method input:disabled:indeterminate ~ label::before, .wc_payment_methods .wc_payment_method .woocommerce-form__label.checkbox .shipping ul[id^=shipping_method] li input:disabled:indeterminate ~ label::before, .woocommerce-form__label.checkbox .shipping ul[id^=shipping_method] li .woocommerce-form__label.woocommerce-form__label-for-checkbox input:disabled:indeterminate ~ label::before, .woocommerce-form__label.woocommerce-form__label-for-checkbox .woocommerce-form__label.checkbox .shipping ul[id^=shipping_method] li input:disabled:indeterminate ~ label::before, .woocommerce-form__label.checkbox .shipping ul[id^=shipping_method] li input:disabled:indeterminate ~ label::before, .shipping ul[id^=shipping_method] li .custom-checkbox .custom-control-input:disabled:indeterminate ~ label::before, .shipping ul[id^=shipping_method] li .custom-checkbox .wc_payment_methods .wc_payment_method input:disabled:indeterminate ~ label::before, .wc_payment_methods .wc_payment_method .shipping ul[id^=shipping_method] li .custom-checkbox input:disabled:indeterminate ~ label::before, .shipping ul[id^=shipping_method] li .custom-checkbox .woocommerce-form__label.woocommerce-form__label-for-checkbox input:disabled:indeterminate ~ label::before, .woocommerce-form__label.woocommerce-form__label-for-checkbox .shipping ul[id^=shipping_method] li .custom-checkbox input:disabled:indeterminate ~ label::before, .shipping ul[id^=shipping_method] li .custom-checkbox .woocommerce-form__label.checkbox input:disabled:indeterminate ~ label::before, .woocommerce-form__label.checkbox .shipping ul[id^=shipping_method] li .custom-checkbox input:disabled:indeterminate ~ label::before, .shipping ul[id^=shipping_method] li .woocommerce-form__label.woocommerce-form__label-for-checkbox .custom-control-input:disabled:indeterminate ~ label::before, .shipping ul[id^=shipping_method] li .woocommerce-form__label.woocommerce-form__label-for-checkbox .wc_payment_methods .wc_payment_method input:disabled:indeterminate ~ label::before, .wc_payment_methods .wc_payment_method .shipping ul[id^=shipping_method] li .woocommerce-form__label.woocommerce-form__label-for-checkbox input:disabled:indeterminate ~ label::before, .shipping ul[id^=shipping_method] li .woocommerce-form__label.woocommerce-form__label-for-checkbox input:disabled:indeterminate ~ label::before, .shipping ul[id^=shipping_method] li .woocommerce-form__label.woocommerce-form__label-for-checkbox .woocommerce-form__label.checkbox input:disabled:indeterminate ~ label::before, .woocommerce-form__label.checkbox .shipping ul[id^=shipping_method] li .woocommerce-form__label.woocommerce-form__label-for-checkbox input:disabled:indeterminate ~ label::before, .shipping ul[id^=shipping_method] li .woocommerce-form__label.checkbox .custom-control-input:disabled:indeterminate ~ label::before, .shipping ul[id^=shipping_method] li .woocommerce-form__label.checkbox .wc_payment_methods .wc_payment_method input:disabled:indeterminate ~ label::before, .wc_payment_methods .wc_payment_method .shipping ul[id^=shipping_method] li .woocommerce-form__label.checkbox input:disabled:indeterminate ~ label::before, .shipping ul[id^=shipping_method] li .woocommerce-form__label.checkbox .woocommerce-form__label.woocommerce-form__label-for-checkbox input:disabled:indeterminate ~ label::before, .woocommerce-form__label.woocommerce-form__label-for-checkbox .shipping ul[id^=shipping_method] li .woocommerce-form__label.checkbox input:disabled:indeterminate ~ label::before, .shipping ul[id^=shipping_method] li .woocommerce-form__label.checkbox input:disabled:indeterminate ~ label::before, .custom-checkbox .shipping ul[id^=shipping_method] li input:disabled:indeterminate ~ .custom-control-label::before, .custom-checkbox .shipping ul[id^=shipping_method] li .wc_payment_methods .wc_payment_method input:disabled:indeterminate ~ label::before, .wc_payment_methods .wc_payment_method .custom-checkbox .shipping ul[id^=shipping_method] li input:disabled:indeterminate ~ label::before, .custom-checkbox .shipping ul[id^=shipping_method] li .woocommerce-form__label.woocommerce-form__label-for-checkbox > input:disabled:indeterminate ~ span:first-of-type::before, .custom-checkbox .shipping ul[id^=shipping_method] li .woocommerce-form__label.checkbox > input:disabled:indeterminate ~ span:first-of-type::before, .woocommerce-form__label.woocommerce-form__label-for-checkbox .shipping ul[id^=shipping_method] li input:disabled:indeterminate ~ .custom-control-label::before, .woocommerce-form__label.woocommerce-form__label-for-checkbox .shipping ul[id^=shipping_method] li .wc_payment_methods .wc_payment_method input:disabled:indeterminate ~ label::before, .wc_payment_methods .wc_payment_method .woocommerce-form__label.woocommerce-form__label-for-checkbox .shipping ul[id^=shipping_method] li input:disabled:indeterminate ~ label::before, .woocommerce-form__label.woocommerce-form__label-for-checkbox .shipping ul[id^=shipping_method] li .woocommerce-form__label.woocommerce-form__label-for-checkbox > input:disabled:indeterminate ~ span:first-of-type::before, .woocommerce-form__label.woocommerce-form__label-for-checkbox .shipping ul[id^=shipping_method] li .woocommerce-form__label.checkbox > input:disabled:indeterminate ~ span:first-of-type::before, .woocommerce-form__label.checkbox .shipping ul[id^=shipping_method] li input:disabled:indeterminate ~ .custom-control-label::before, .woocommerce-form__label.checkbox .shipping ul[id^=shipping_method] li .wc_payment_methods .wc_payment_method input:disabled:indeterminate ~ label::before, .wc_payment_methods .wc_payment_method .woocommerce-form__label.checkbox .shipping ul[id^=shipping_method] li input:disabled:indeterminate ~ label::before, .woocommerce-form__label.checkbox .shipping ul[id^=shipping_method] li .woocommerce-form__label.woocommerce-form__label-for-checkbox > input:disabled:indeterminate ~ span:first-of-type::before, .woocommerce-form__label.checkbox .shipping ul[id^=shipping_method] li .woocommerce-form__label.checkbox > input:disabled:indeterminate ~ span:first-of-type::before, .custom-checkbox .shipping ul[id^=shipping_method] li input:disabled:indeterminate ~ label::before, .woocommerce-form__label.woocommerce-form__label-for-checkbox .shipping ul[id^=shipping_method] li input:disabled:indeterminate ~ label::before, .woocommerce-form__label.checkbox .shipping ul[id^=shipping_method] li input:disabled:indeterminate ~ label::before, .shipping ul[id^=shipping_method] li .custom-checkbox input:disabled:indeterminate ~ .custom-control-label::before, .shipping ul[id^=shipping_method] li .custom-checkbox .wc_payment_methods .wc_payment_method input:disabled:indeterminate ~ label::before, .wc_payment_methods .wc_payment_method .shipping ul[id^=shipping_method] li .custom-checkbox input:disabled:indeterminate ~ label::before, .shipping ul[id^=shipping_method] li .custom-checkbox .woocommerce-form__label.woocommerce-form__label-for-checkbox > input:disabled:indeterminate ~ span:first-of-type::before, .shipping ul[id^=shipping_method] li .custom-checkbox .woocommerce-form__label.checkbox > input:disabled:indeterminate ~ span:first-of-type::before, .shipping ul[id^=shipping_method] li .woocommerce-form__label.woocommerce-form__label-for-checkbox input:disabled:indeterminate ~ .custom-control-label::before, .shipping ul[id^=shipping_method] li .woocommerce-form__label.woocommerce-form__label-for-checkbox .wc_payment_methods .wc_payment_method input:disabled:indeterminate ~ label::before, .wc_payment_methods .wc_payment_method .shipping ul[id^=shipping_method] li .woocommerce-form__label.woocommerce-form__label-for-checkbox input:disabled:indeterminate ~ label::before, .shipping ul[id^=shipping_method] li .woocommerce-form__label.woocommerce-form__label-for-checkbox > input:disabled:indeterminate ~ span:first-of-type::before, .shipping ul[id^=shipping_method] li .woocommerce-form__label.woocommerce-form__label-for-checkbox .woocommerce-form__label.checkbox > input:disabled:indeterminate ~ span:first-of-type::before, .shipping ul[id^=shipping_method] li .woocommerce-form__label.checkbox input:disabled:indeterminate ~ .custom-control-label::before, .shipping ul[id^=shipping_method] li .woocommerce-form__label.checkbox .wc_payment_methods .wc_payment_method input:disabled:indeterminate ~ label::before, .wc_payment_methods .wc_payment_method .shipping ul[id^=shipping_method] li .woocommerce-form__label.checkbox input:disabled:indeterminate ~ label::before, .shipping ul[id^=shipping_method] li .woocommerce-form__label.checkbox .woocommerce-form__label.woocommerce-form__label-for-checkbox > input:disabled:indeterminate ~ span:first-of-type::before, .shipping ul[id^=shipping_method] li .woocommerce-form__label.checkbox > input:disabled:indeterminate ~ span:first-of-type::before, .shipping ul[id^=shipping_method] li .custom-checkbox input:disabled:indeterminate ~ label::before, .shipping ul[id^=shipping_method] li .woocommerce-form__label.woocommerce-form__label-for-checkbox input:disabled:indeterminate ~ label::before, .shipping ul[id^=shipping_method] li .woocommerce-form__label.checkbox input:disabled:indeterminate ~ label::before, .wpcf7-acceptance .wpcf7-list-item > label .custom-control-input:disabled:indeterminate ~ .custom-control-label::before, .wpcf7-acceptance .wpcf7-list-item > label .wc_payment_methods .wc_payment_method .custom-control-input:disabled:indeterminate ~ label::before, .wc_payment_methods .wc_payment_method .wpcf7-acceptance .wpcf7-list-item > label .custom-control-input:disabled:indeterminate ~ label::before, .wpcf7-acceptance .wpcf7-list-item > label .wc_payment_methods .wc_payment_method input:disabled:indeterminate ~ .custom-control-label::before, .wpcf7-acceptance .wpcf7-list-item > label .wc_payment_methods .wc_payment_method input:disabled:indeterminate ~ label::before, .wc_payment_methods .wc_payment_method .wpcf7-acceptance .wpcf7-list-item > label input:disabled:indeterminate ~ .custom-control-label::before, .wc_payment_methods .wc_payment_method .wpcf7-acceptance .wpcf7-list-item > label input:disabled:indeterminate ~ label::before, .wpcf7-acceptance .wpcf7-list-item > label .woocommerce-form__label.woocommerce-form__label-for-checkbox > .custom-control-input:disabled:indeterminate ~ span:first-of-type::before, .wpcf7-acceptance .wpcf7-list-item > label .wc_payment_methods .wc_payment_method .woocommerce-form__label.woocommerce-form__label-for-checkbox > input:disabled:indeterminate ~ span:first-of-type::before, .wc_payment_methods .wc_payment_method .wpcf7-acceptance .wpcf7-list-item > label .woocommerce-form__label.woocommerce-form__label-for-checkbox > input:disabled:indeterminate ~ span:first-of-type::before, .wpcf7-acceptance .wpcf7-list-item > label .woocommerce-form__label.checkbox > .custom-control-input:disabled:indeterminate ~ span:first-of-type::before, .wpcf7-acceptance .wpcf7-list-item > label .wc_payment_methods .wc_payment_method .woocommerce-form__label.checkbox > input:disabled:indeterminate ~ span:first-of-type::before, .wc_payment_methods .wc_payment_method .wpcf7-acceptance .wpcf7-list-item > label .woocommerce-form__label.checkbox > input:disabled:indeterminate ~ span:first-of-type::before, .wpcf7-acceptance .wpcf7-list-item > label .woocommerce-form__label.woocommerce-form__label-for-checkbox input:disabled:indeterminate ~ .custom-control-label::before, .wpcf7-acceptance .wpcf7-list-item > label .woocommerce-form__label.woocommerce-form__label-for-checkbox .wc_payment_methods .wc_payment_method input:disabled:indeterminate ~ label::before, .wc_payment_methods .wc_payment_method .wpcf7-acceptance .wpcf7-list-item > label .woocommerce-form__label.woocommerce-form__label-for-checkbox input:disabled:indeterminate ~ label::before, .wpcf7-acceptance .wpcf7-list-item > label .woocommerce-form__label.woocommerce-form__label-for-checkbox > input:disabled:indeterminate ~ span:first-of-type::before, .wpcf7-acceptance .wpcf7-list-item > label .woocommerce-form__label.woocommerce-form__label-for-checkbox .woocommerce-form__label.checkbox > input:disabled:indeterminate ~ span:first-of-type::before, .woocommerce-form__label.woocommerce-form__label-for-checkbox .wpcf7-acceptance .wpcf7-list-item > label input:disabled:indeterminate ~ .custom-control-label::before, .woocommerce-form__label.woocommerce-form__label-for-checkbox .wpcf7-acceptance .wpcf7-list-item > label .wc_payment_methods .wc_payment_method input:disabled:indeterminate ~ label::before, .wc_payment_methods .wc_payment_method .woocommerce-form__label.woocommerce-form__label-for-checkbox .wpcf7-acceptance .wpcf7-list-item > label input:disabled:indeterminate ~ label::before, .woocommerce-form__label.woocommerce-form__label-for-checkbox .wpcf7-acceptance .wpcf7-list-item > label .woocommerce-form__label.woocommerce-form__label-for-checkbox > input:disabled:indeterminate ~ span:first-of-type::before, .woocommerce-form__label.woocommerce-form__label-for-checkbox .wpcf7-acceptance .wpcf7-list-item > label .woocommerce-form__label.checkbox > input:disabled:indeterminate ~ span:first-of-type::before, .wpcf7-acceptance .wpcf7-list-item > label .woocommerce-form__label.checkbox input:disabled:indeterminate ~ .custom-control-label::before, .wpcf7-acceptance .wpcf7-list-item > label .woocommerce-form__label.checkbox .wc_payment_methods .wc_payment_method input:disabled:indeterminate ~ label::before, .wc_payment_methods .wc_payment_method .wpcf7-acceptance .wpcf7-list-item > label .woocommerce-form__label.checkbox input:disabled:indeterminate ~ label::before, .wpcf7-acceptance .wpcf7-list-item > label .woocommerce-form__label.checkbox .woocommerce-form__label.woocommerce-form__label-for-checkbox > input:disabled:indeterminate ~ span:first-of-type::before, .wpcf7-acceptance .wpcf7-list-item > label .woocommerce-form__label.checkbox > input:disabled:indeterminate ~ span:first-of-type::before, .woocommerce-form__label.checkbox .wpcf7-acceptance .wpcf7-list-item > label input:disabled:indeterminate ~ .custom-control-label::before, .woocommerce-form__label.checkbox .wpcf7-acceptance .wpcf7-list-item > label .wc_payment_methods .wc_payment_method input:disabled:indeterminate ~ label::before, .wc_payment_methods .wc_payment_method .woocommerce-form__label.checkbox .wpcf7-acceptance .wpcf7-list-item > label input:disabled:indeterminate ~ label::before, .woocommerce-form__label.checkbox .wpcf7-acceptance .wpcf7-list-item > label .woocommerce-form__label.woocommerce-form__label-for-checkbox > input:disabled:indeterminate ~ span:first-of-type::before, .woocommerce-form__label.checkbox .wpcf7-acceptance .wpcf7-list-item > label .woocommerce-form__label.checkbox > input:disabled:indeterminate ~ span:first-of-type::before, .wpcf7-acceptance .wpcf7-list-item > label .shipping ul[id^=shipping_method] li .custom-control-input:disabled:indeterminate ~ label::before, .wpcf7-acceptance .wpcf7-list-item > label .shipping ul[id^=shipping_method] li .wc_payment_methods .wc_payment_method input:disabled:indeterminate ~ label::before, .wc_payment_methods .wc_payment_method .wpcf7-acceptance .wpcf7-list-item > label .shipping ul[id^=shipping_method] li input:disabled:indeterminate ~ label::before, .wpcf7-acceptance .wpcf7-list-item > label .shipping ul[id^=shipping_method] li .woocommerce-form__label.woocommerce-form__label-for-checkbox input:disabled:indeterminate ~ label::before, .woocommerce-form__label.woocommerce-form__label-for-checkbox .wpcf7-acceptance .wpcf7-list-item > label .shipping ul[id^=shipping_method] li input:disabled:indeterminate ~ label::before, .wpcf7-acceptance .wpcf7-list-item > label .shipping ul[id^=shipping_method] li .woocommerce-form__label.checkbox input:disabled:indeterminate ~ label::before, .woocommerce-form__label.checkbox .wpcf7-acceptance .wpcf7-list-item > label .shipping ul[id^=shipping_method] li input:disabled:indeterminate ~ label::before, .shipping ul[id^=shipping_method] li .wpcf7-acceptance .wpcf7-list-item > label .custom-control-input:disabled:indeterminate ~ label::before, .shipping ul[id^=shipping_method] li .wpcf7-acceptance .wpcf7-list-item > label .wc_payment_methods .wc_payment_method input:disabled:indeterminate ~ label::before, .wc_payment_methods .wc_payment_method .shipping ul[id^=shipping_method] li .wpcf7-acceptance .wpcf7-list-item > label input:disabled:indeterminate ~ label::before, .shipping ul[id^=shipping_method] li .wpcf7-acceptance .wpcf7-list-item > label .woocommerce-form__label.woocommerce-form__label-for-checkbox input:disabled:indeterminate ~ label::before, .woocommerce-form__label.woocommerce-form__label-for-checkbox .shipping ul[id^=shipping_method] li .wpcf7-acceptance .wpcf7-list-item > label input:disabled:indeterminate ~ label::before, .shipping ul[id^=shipping_method] li .wpcf7-acceptance .wpcf7-list-item > label .woocommerce-form__label.checkbox input:disabled:indeterminate ~ label::before, .woocommerce-form__label.checkbox .shipping ul[id^=shipping_method] li .wpcf7-acceptance .wpcf7-list-item > label input:disabled:indeterminate ~ label::before, .wpcf7-acceptance .wpcf7-list-item > label .shipping ul[id^=shipping_method] li input:disabled:indeterminate ~ .custom-control-label::before, .wpcf7-acceptance .wpcf7-list-item > label .shipping ul[id^=shipping_method] li .wc_payment_methods .wc_payment_method input:disabled:indeterminate ~ label::before, .wc_payment_methods .wc_payment_method .wpcf7-acceptance .wpcf7-list-item > label .shipping ul[id^=shipping_method] li input:disabled:indeterminate ~ label::before, .wpcf7-acceptance .wpcf7-list-item > label .shipping ul[id^=shipping_method] li .woocommerce-form__label.woocommerce-form__label-for-checkbox > input:disabled:indeterminate ~ span:first-of-type::before, .wpcf7-acceptance .wpcf7-list-item > label .shipping ul[id^=shipping_method] li .woocommerce-form__label.checkbox > input:disabled:indeterminate ~ span:first-of-type::before, .wpcf7-acceptance .wpcf7-list-item > label .shipping ul[id^=shipping_method] li input:disabled:indeterminate ~ label::before, .custom-checkbox .custom-control-input:disabled:indeterminate ~ .wpcf7-list-item-label::before, .custom-checkbox .wc_payment_methods .wc_payment_method input:disabled:indeterminate ~ .wpcf7-list-item-label::before, .wc_payment_methods .wc_payment_method .custom-checkbox input:disabled:indeterminate ~ .wpcf7-list-item-label::before, .custom-checkbox .woocommerce-form__label.woocommerce-form__label-for-checkbox input:disabled:indeterminate ~ .wpcf7-list-item-label::before, .woocommerce-form__label.woocommerce-form__label-for-checkbox .custom-checkbox input:disabled:indeterminate ~ .wpcf7-list-item-label::before, .custom-checkbox .woocommerce-form__label.checkbox input:disabled:indeterminate ~ .wpcf7-list-item-label::before, .woocommerce-form__label.checkbox .custom-checkbox input:disabled:indeterminate ~ .wpcf7-list-item-label::before, .woocommerce-form__label.woocommerce-form__label-for-checkbox .custom-control-input:disabled:indeterminate ~ .wpcf7-list-item-label::before, .woocommerce-form__label.woocommerce-form__label-for-checkbox .wc_payment_methods .wc_payment_method input:disabled:indeterminate ~ .wpcf7-list-item-label::before, .wc_payment_methods .wc_payment_method .woocommerce-form__label.woocommerce-form__label-for-checkbox input:disabled:indeterminate ~ .wpcf7-list-item-label::before, .woocommerce-form__label.woocommerce-form__label-for-checkbox input:disabled:indeterminate ~ .wpcf7-list-item-label::before, .woocommerce-form__label.woocommerce-form__label-for-checkbox .woocommerce-form__label.checkbox input:disabled:indeterminate ~ .wpcf7-list-item-label::before, .woocommerce-form__label.checkbox .woocommerce-form__label.woocommerce-form__label-for-checkbox input:disabled:indeterminate ~ .wpcf7-list-item-label::before, .woocommerce-form__label.checkbox .custom-control-input:disabled:indeterminate ~ .wpcf7-list-item-label::before, .woocommerce-form__label.checkbox .wc_payment_methods .wc_payment_method input:disabled:indeterminate ~ .wpcf7-list-item-label::before, .wc_payment_methods .wc_payment_method .woocommerce-form__label.checkbox input:disabled:indeterminate ~ .wpcf7-list-item-label::before, .woocommerce-form__label.checkbox .woocommerce-form__label.woocommerce-form__label-for-checkbox input:disabled:indeterminate ~ .wpcf7-list-item-label::before, .woocommerce-form__label.woocommerce-form__label-for-checkbox .woocommerce-form__label.checkbox input:disabled:indeterminate ~ .wpcf7-list-item-label::before, .woocommerce-form__label.checkbox input:disabled:indeterminate ~ .wpcf7-list-item-label::before, .custom-checkbox .shipping ul[id^=shipping_method] li input:disabled:indeterminate ~ .wpcf7-list-item-label::before, .woocommerce-form__label.woocommerce-form__label-for-checkbox .shipping ul[id^=shipping_method] li input:disabled:indeterminate ~ .wpcf7-list-item-label::before, .woocommerce-form__label.checkbox .shipping ul[id^=shipping_method] li input:disabled:indeterminate ~ .wpcf7-list-item-label::before, .shipping ul[id^=shipping_method] li .custom-checkbox input:disabled:indeterminate ~ .wpcf7-list-item-label::before, .shipping ul[id^=shipping_method] li .woocommerce-form__label.woocommerce-form__label-for-checkbox input:disabled:indeterminate ~ .wpcf7-list-item-label::before, .shipping ul[id^=shipping_method] li .woocommerce-form__label.checkbox input:disabled:indeterminate ~ .wpcf7-list-item-label::before, .wpcf7-acceptance .wpcf7-list-item > label .custom-control-input:disabled:indeterminate ~ .wpcf7-list-item-label::before, .wpcf7-acceptance .wpcf7-list-item > label .wc_payment_methods .wc_payment_method input:disabled:indeterminate ~ .wpcf7-list-item-label::before, .wc_payment_methods .wc_payment_method .wpcf7-acceptance .wpcf7-list-item > label input:disabled:indeterminate ~ .wpcf7-list-item-label::before, .wpcf7-acceptance .wpcf7-list-item > label .woocommerce-form__label.woocommerce-form__label-for-checkbox input:disabled:indeterminate ~ .wpcf7-list-item-label::before, .woocommerce-form__label.woocommerce-form__label-for-checkbox .wpcf7-acceptance .wpcf7-list-item > label input:disabled:indeterminate ~ .wpcf7-list-item-label::before, .wpcf7-acceptance .wpcf7-list-item > label .woocommerce-form__label.checkbox input:disabled:indeterminate ~ .wpcf7-list-item-label::before, .woocommerce-form__label.checkbox .wpcf7-acceptance .wpcf7-list-item > label input:disabled:indeterminate ~ .wpcf7-list-item-label::before, .wpcf7-acceptance .wpcf7-list-item > label .shipping ul[id^=shipping_method] li input:disabled:indeterminate ~ .wpcf7-list-item-label::before, .custom-checkbox .wpcf7-list-item input:disabled:indeterminate ~ .custom-control-label::before, .custom-checkbox .wpcf7-list-item .wc_payment_methods .wc_payment_method input:disabled:indeterminate ~ label::before, .wc_payment_methods .wc_payment_method .custom-checkbox .wpcf7-list-item input:disabled:indeterminate ~ label::before, .custom-checkbox .wpcf7-list-item .woocommerce-form__label.woocommerce-form__label-for-checkbox > input:disabled:indeterminate ~ span:first-of-type::before, .custom-checkbox .wpcf7-list-item .woocommerce-form__label.checkbox > input:disabled:indeterminate ~ span:first-of-type::before, .woocommerce-form__label.woocommerce-form__label-for-checkbox .wpcf7-list-item input:disabled:indeterminate ~ .custom-control-label::before, .woocommerce-form__label.woocommerce-form__label-for-checkbox .wpcf7-list-item .wc_payment_methods .wc_payment_method input:disabled:indeterminate ~ label::before, .wc_payment_methods .wc_payment_method .woocommerce-form__label.woocommerce-form__label-for-checkbox .wpcf7-list-item input:disabled:indeterminate ~ label::before, .woocommerce-form__label.woocommerce-form__label-for-checkbox .wpcf7-list-item .woocommerce-form__label.woocommerce-form__label-for-checkbox > input:disabled:indeterminate ~ span:first-of-type::before, .woocommerce-form__label.woocommerce-form__label-for-checkbox .wpcf7-list-item .woocommerce-form__label.checkbox > input:disabled:indeterminate ~ span:first-of-type::before, .woocommerce-form__label.checkbox .wpcf7-list-item input:disabled:indeterminate ~ .custom-control-label::before, .woocommerce-form__label.checkbox .wpcf7-list-item .wc_payment_methods .wc_payment_method input:disabled:indeterminate ~ label::before, .wc_payment_methods .wc_payment_method .woocommerce-form__label.checkbox .wpcf7-list-item input:disabled:indeterminate ~ label::before, .woocommerce-form__label.checkbox .wpcf7-list-item .woocommerce-form__label.woocommerce-form__label-for-checkbox > input:disabled:indeterminate ~ span:first-of-type::before, .woocommerce-form__label.checkbox .wpcf7-list-item .woocommerce-form__label.checkbox > input:disabled:indeterminate ~ span:first-of-type::before, .shipping ul[id^=shipping_method] li .custom-checkbox .wpcf7-list-item input:disabled:indeterminate ~ label::before, .shipping ul[id^=shipping_method] li .woocommerce-form__label.woocommerce-form__label-for-checkbox .wpcf7-list-item input:disabled:indeterminate ~ label::before, .shipping ul[id^=shipping_method] li .woocommerce-form__label.checkbox .wpcf7-list-item input:disabled:indeterminate ~ label::before, .wpcf7-acceptance .wpcf7-list-item > label .wpcf7-list-item input:disabled:indeterminate ~ .custom-control-label::before, .wpcf7-acceptance .wpcf7-list-item > label .wpcf7-list-item .wc_payment_methods .wc_payment_method input:disabled:indeterminate ~ label::before, .wc_payment_methods .wc_payment_method .wpcf7-acceptance .wpcf7-list-item > label .wpcf7-list-item input:disabled:indeterminate ~ label::before, .wpcf7-acceptance .wpcf7-list-item > label .wpcf7-list-item .woocommerce-form__label.woocommerce-form__label-for-checkbox > input:disabled:indeterminate ~ span:first-of-type::before, .wpcf7-acceptance .wpcf7-list-item > label .wpcf7-list-item .woocommerce-form__label.checkbox > input:disabled:indeterminate ~ span:first-of-type::before, .shipping ul[id^=shipping_method] li .wpcf7-acceptance .wpcf7-list-item > label .wpcf7-list-item input:disabled:indeterminate ~ label::before, .custom-checkbox .wpcf7-list-item input:disabled:indeterminate ~ .wpcf7-list-item-label::before, .woocommerce-form__label.woocommerce-form__label-for-checkbox .wpcf7-list-item input:disabled:indeterminate ~ .wpcf7-list-item-label::before, .woocommerce-form__label.checkbox .wpcf7-list-item input:disabled:indeterminate ~ .wpcf7-list-item-label::before, .wpcf7-acceptance .wpcf7-list-item > label .wpcf7-list-item input:disabled:indeterminate ~ .wpcf7-list-item-label::before, .wpcf7-list-item .custom-checkbox input:disabled:indeterminate ~ .custom-control-label::before, .wpcf7-list-item .custom-checkbox .wc_payment_methods .wc_payment_method input:disabled:indeterminate ~ label::before, .wc_payment_methods .wc_payment_method .wpcf7-list-item .custom-checkbox input:disabled:indeterminate ~ label::before, .wpcf7-list-item .custom-checkbox .woocommerce-form__label.woocommerce-form__label-for-checkbox > input:disabled:indeterminate ~ span:first-of-type::before, .wpcf7-list-item .custom-checkbox .woocommerce-form__label.checkbox > input:disabled:indeterminate ~ span:first-of-type::before, .wpcf7-list-item .woocommerce-form__label.woocommerce-form__label-for-checkbox input:disabled:indeterminate ~ .custom-control-label::before, .wpcf7-list-item .woocommerce-form__label.woocommerce-form__label-for-checkbox .wc_payment_methods .wc_payment_method input:disabled:indeterminate ~ label::before, .wc_payment_methods .wc_payment_method .wpcf7-list-item .woocommerce-form__label.woocommerce-form__label-for-checkbox input:disabled:indeterminate ~ label::before, .wpcf7-list-item .woocommerce-form__label.woocommerce-form__label-for-checkbox > input:disabled:indeterminate ~ span:first-of-type::before, .wpcf7-list-item .woocommerce-form__label.woocommerce-form__label-for-checkbox .woocommerce-form__label.checkbox > input:disabled:indeterminate ~ span:first-of-type::before, .wpcf7-list-item .woocommerce-form__label.checkbox input:disabled:indeterminate ~ .custom-control-label::before, .wpcf7-list-item .woocommerce-form__label.checkbox .wc_payment_methods .wc_payment_method input:disabled:indeterminate ~ label::before, .wc_payment_methods .wc_payment_method .wpcf7-list-item .woocommerce-form__label.checkbox input:disabled:indeterminate ~ label::before, .wpcf7-list-item .woocommerce-form__label.checkbox .woocommerce-form__label.woocommerce-form__label-for-checkbox > input:disabled:indeterminate ~ span:first-of-type::before, .wpcf7-list-item .woocommerce-form__label.checkbox > input:disabled:indeterminate ~ span:first-of-type::before, .wpcf7-acceptance .wpcf7-list-item > label input:disabled:indeterminate ~ .custom-control-label::before, .wpcf7-acceptance .wpcf7-list-item > label .wc_payment_methods .wc_payment_method input:disabled:indeterminate ~ label::before, .wc_payment_methods .wc_payment_method .wpcf7-acceptance .wpcf7-list-item > label input:disabled:indeterminate ~ label::before, .wpcf7-acceptance .wpcf7-list-item > label .woocommerce-form__label.woocommerce-form__label-for-checkbox > input:disabled:indeterminate ~ span:first-of-type::before, .wpcf7-acceptance .wpcf7-list-item > label .woocommerce-form__label.checkbox > input:disabled:indeterminate ~ span:first-of-type::before, .shipping ul[id^=shipping_method] li .wpcf7-acceptance .wpcf7-list-item > label input:disabled:indeterminate ~ label::before, .wpcf7-list-item .custom-checkbox input:disabled:indeterminate ~ .wpcf7-list-item-label::before, .wpcf7-list-item .woocommerce-form__label.woocommerce-form__label-for-checkbox input:disabled:indeterminate ~ .wpcf7-list-item-label::before, .wpcf7-list-item .woocommerce-form__label.checkbox input:disabled:indeterminate ~ .wpcf7-list-item-label::before, .wpcf7-acceptance .wpcf7-list-item > label input:disabled:indeterminate ~ .wpcf7-list-item-label::before, .custom-checkbox .wpcf7-checkbox input:disabled:indeterminate ~ .custom-control-label::before, .custom-checkbox .wpcf7-checkbox .wc_payment_methods .wc_payment_method input:disabled:indeterminate ~ label::before, .wc_payment_methods .wc_payment_method .custom-checkbox .wpcf7-checkbox input:disabled:indeterminate ~ label::before, .custom-checkbox .wpcf7-checkbox .woocommerce-form__label.woocommerce-form__label-for-checkbox > input:disabled:indeterminate ~ span:first-of-type::before, .custom-checkbox .wpcf7-checkbox .woocommerce-form__label.checkbox > input:disabled:indeterminate ~ span:first-of-type::before, .woocommerce-form__label.woocommerce-form__label-for-checkbox .wpcf7-checkbox input:disabled:indeterminate ~ .custom-control-label::before, .woocommerce-form__label.woocommerce-form__label-for-checkbox .wpcf7-checkbox .wc_payment_methods .wc_payment_method input:disabled:indeterminate ~ label::before, .wc_payment_methods .wc_payment_method .woocommerce-form__label.woocommerce-form__label-for-checkbox .wpcf7-checkbox input:disabled:indeterminate ~ label::before, .woocommerce-form__label.woocommerce-form__label-for-checkbox .wpcf7-checkbox .woocommerce-form__label.woocommerce-form__label-for-checkbox > input:disabled:indeterminate ~ span:first-of-type::before, .woocommerce-form__label.woocommerce-form__label-for-checkbox .wpcf7-checkbox .woocommerce-form__label.checkbox > input:disabled:indeterminate ~ span:first-of-type::before, .woocommerce-form__label.checkbox .wpcf7-checkbox input:disabled:indeterminate ~ .custom-control-label::before, .woocommerce-form__label.checkbox .wpcf7-checkbox .wc_payment_methods .wc_payment_method input:disabled:indeterminate ~ label::before, .wc_payment_methods .wc_payment_method .woocommerce-form__label.checkbox .wpcf7-checkbox input:disabled:indeterminate ~ label::before, .woocommerce-form__label.checkbox .wpcf7-checkbox .woocommerce-form__label.woocommerce-form__label-for-checkbox > input:disabled:indeterminate ~ span:first-of-type::before, .woocommerce-form__label.checkbox .wpcf7-checkbox .woocommerce-form__label.checkbox > input:disabled:indeterminate ~ span:first-of-type::before, .shipping ul[id^=shipping_method] li .custom-checkbox .wpcf7-checkbox input:disabled:indeterminate ~ label::before, .shipping ul[id^=shipping_method] li .woocommerce-form__label.woocommerce-form__label-for-checkbox .wpcf7-checkbox input:disabled:indeterminate ~ label::before, .shipping ul[id^=shipping_method] li .woocommerce-form__label.checkbox .wpcf7-checkbox input:disabled:indeterminate ~ label::before, .wpcf7-acceptance .wpcf7-list-item > label .wpcf7-checkbox input:disabled:indeterminate ~ .custom-control-label::before, .wpcf7-acceptance .wpcf7-list-item > label .wpcf7-checkbox .wc_payment_methods .wc_payment_method input:disabled:indeterminate ~ label::before, .wc_payment_methods .wc_payment_method .wpcf7-acceptance .wpcf7-list-item > label .wpcf7-checkbox input:disabled:indeterminate ~ label::before, .wpcf7-acceptance .wpcf7-list-item > label .wpcf7-checkbox .woocommerce-form__label.woocommerce-form__label-for-checkbox > input:disabled:indeterminate ~ span:first-of-type::before, .wpcf7-acceptance .wpcf7-list-item > label .wpcf7-checkbox .woocommerce-form__label.checkbox > input:disabled:indeterminate ~ span:first-of-type::before, .shipping ul[id^=shipping_method] li .wpcf7-acceptance .wpcf7-list-item > label .wpcf7-checkbox input:disabled:indeterminate ~ label::before, .custom-checkbox .wpcf7-checkbox input:disabled:indeterminate ~ .wpcf7-list-item-label::before, .woocommerce-form__label.woocommerce-form__label-for-checkbox .wpcf7-checkbox input:disabled:indeterminate ~ .wpcf7-list-item-label::before, .woocommerce-form__label.checkbox .wpcf7-checkbox input:disabled:indeterminate ~ .wpcf7-list-item-label::before, .wpcf7-acceptance .wpcf7-list-item > label .wpcf7-checkbox input:disabled:indeterminate ~ .wpcf7-list-item-label::before, .wpcf7-checkbox .custom-checkbox input:disabled:indeterminate ~ .custom-control-label::before, .wpcf7-checkbox .custom-checkbox .wc_payment_methods .wc_payment_method input:disabled:indeterminate ~ label::before, .wc_payment_methods .wc_payment_method .wpcf7-checkbox .custom-checkbox input:disabled:indeterminate ~ label::before, .wpcf7-checkbox .custom-checkbox .woocommerce-form__label.woocommerce-form__label-for-checkbox > input:disabled:indeterminate ~ span:first-of-type::before, .wpcf7-checkbox .custom-checkbox .woocommerce-form__label.checkbox > input:disabled:indeterminate ~ span:first-of-type::before, .wpcf7-checkbox .woocommerce-form__label.woocommerce-form__label-for-checkbox input:disabled:indeterminate ~ .custom-control-label::before, .wpcf7-checkbox .woocommerce-form__label.woocommerce-form__label-for-checkbox .wc_payment_methods .wc_payment_method input:disabled:indeterminate ~ label::before, .wc_payment_methods .wc_payment_method .wpcf7-checkbox .woocommerce-form__label.woocommerce-form__label-for-checkbox input:disabled:indeterminate ~ label::before, .wpcf7-checkbox .woocommerce-form__label.woocommerce-form__label-for-checkbox > input:disabled:indeterminate ~ span:first-of-type::before, .wpcf7-checkbox .woocommerce-form__label.woocommerce-form__label-for-checkbox .woocommerce-form__label.checkbox > input:disabled:indeterminate ~ span:first-of-type::before, .wpcf7-checkbox .woocommerce-form__label.checkbox input:disabled:indeterminate ~ .custom-control-label::before, .wpcf7-checkbox .woocommerce-form__label.checkbox .wc_payment_methods .wc_payment_method input:disabled:indeterminate ~ label::before, .wc_payment_methods .wc_payment_method .wpcf7-checkbox .woocommerce-form__label.checkbox input:disabled:indeterminate ~ label::before, .wpcf7-checkbox .woocommerce-form__label.checkbox .woocommerce-form__label.woocommerce-form__label-for-checkbox > input:disabled:indeterminate ~ span:first-of-type::before, .wpcf7-checkbox .woocommerce-form__label.checkbox > input:disabled:indeterminate ~ span:first-of-type::before, .wpcf7-checkbox .custom-checkbox input:disabled:indeterminate ~ .wpcf7-list-item-label::before, .wpcf7-checkbox .woocommerce-form__label.woocommerce-form__label-for-checkbox input:disabled:indeterminate ~ .wpcf7-list-item-label::before, .wpcf7-checkbox .woocommerce-form__label.checkbox input:disabled:indeterminate ~ .wpcf7-list-item-label::before {
  background-color: rgba(10, 35, 63, 0.5);
}

.custom-radio .custom-control-label::before, .wc_payment_methods .wc_payment_method .custom-control-label::before, .wc_payment_methods .wc_payment_method label::before, .custom-radio .woocommerce-form__label.woocommerce-form__label-for-checkbox > span:first-of-type::before, .wc_payment_methods .wc_payment_method .woocommerce-form__label.woocommerce-form__label-for-checkbox > span:first-of-type::before, .custom-radio .woocommerce-form__label.checkbox > span:first-of-type::before, .wc_payment_methods .wc_payment_method .woocommerce-form__label.checkbox > span:first-of-type::before, .shipping ul[id^=shipping_method] li .custom-control-label::before, .shipping ul[id^=shipping_method] li .woocommerce-form__label.woocommerce-form__label-for-checkbox > span:first-of-type::before, .shipping ul[id^=shipping_method] li .woocommerce-form__label.checkbox > span:first-of-type::before, .shipping ul[id^=shipping_method] li label::before, .custom-radio .wpcf7-list-item-label::before, .wc_payment_methods .wc_payment_method .wpcf7-list-item-label::before, .shipping ul[id^=shipping_method] li .wpcf7-list-item-label::before {
  border-radius: 50%;
}
.custom-radio .custom-control-input:checked ~ .custom-control-label::before, .custom-radio .wc_payment_methods .wc_payment_method .custom-control-input:checked ~ label::before, .wc_payment_methods .wc_payment_method .custom-radio .custom-control-input:checked ~ label::before, .custom-radio .wc_payment_methods .wc_payment_method input:checked ~ .custom-control-label::before, .custom-radio .wc_payment_methods .wc_payment_method input:checked ~ label::before, .wc_payment_methods .wc_payment_method .custom-radio input:checked ~ .custom-control-label::before, .wc_payment_methods .wc_payment_method .custom-radio input:checked ~ label::before, .wc_payment_methods .wc_payment_method .custom-control-input:checked ~ .custom-control-label::before, .wc_payment_methods .wc_payment_method .custom-control-input:checked ~ label::before, .wc_payment_methods .wc_payment_method input:checked ~ .custom-control-label::before, .wc_payment_methods .wc_payment_method input:checked ~ label::before, .custom-radio .woocommerce-form__label.woocommerce-form__label-for-checkbox > .custom-control-input:checked ~ span:first-of-type::before, .custom-radio .wc_payment_methods .wc_payment_method .woocommerce-form__label.woocommerce-form__label-for-checkbox > input:checked ~ span:first-of-type::before, .wc_payment_methods .wc_payment_method .custom-radio .woocommerce-form__label.woocommerce-form__label-for-checkbox > input:checked ~ span:first-of-type::before, .wc_payment_methods .wc_payment_method .woocommerce-form__label.woocommerce-form__label-for-checkbox > .custom-control-input:checked ~ span:first-of-type::before, .wc_payment_methods .wc_payment_method .woocommerce-form__label.woocommerce-form__label-for-checkbox > input:checked ~ span:first-of-type::before, .custom-radio .woocommerce-form__label.checkbox > .custom-control-input:checked ~ span:first-of-type::before, .custom-radio .wc_payment_methods .wc_payment_method .woocommerce-form__label.checkbox > input:checked ~ span:first-of-type::before, .wc_payment_methods .wc_payment_method .custom-radio .woocommerce-form__label.checkbox > input:checked ~ span:first-of-type::before, .wc_payment_methods .wc_payment_method .woocommerce-form__label.checkbox > .custom-control-input:checked ~ span:first-of-type::before, .wc_payment_methods .wc_payment_method .woocommerce-form__label.checkbox > input:checked ~ span:first-of-type::before, .custom-radio .woocommerce-form__label.woocommerce-form__label-for-checkbox input:checked ~ .custom-control-label::before, .custom-radio .woocommerce-form__label.woocommerce-form__label-for-checkbox .wc_payment_methods .wc_payment_method input:checked ~ label::before, .wc_payment_methods .wc_payment_method .custom-radio .woocommerce-form__label.woocommerce-form__label-for-checkbox input:checked ~ label::before, .wc_payment_methods .wc_payment_method .woocommerce-form__label.woocommerce-form__label-for-checkbox input:checked ~ .custom-control-label::before, .wc_payment_methods .wc_payment_method .woocommerce-form__label.woocommerce-form__label-for-checkbox input:checked ~ label::before, .custom-radio .woocommerce-form__label.woocommerce-form__label-for-checkbox > input:checked ~ span:first-of-type::before, .wc_payment_methods .wc_payment_method .woocommerce-form__label.woocommerce-form__label-for-checkbox > input:checked ~ span:first-of-type::before, .woocommerce-form__label.woocommerce-form__label-for-checkbox .custom-radio input:checked ~ .custom-control-label::before, .woocommerce-form__label.woocommerce-form__label-for-checkbox .custom-radio .wc_payment_methods .wc_payment_method input:checked ~ label::before, .wc_payment_methods .wc_payment_method .woocommerce-form__label.woocommerce-form__label-for-checkbox .custom-radio input:checked ~ label::before, .woocommerce-form__label.woocommerce-form__label-for-checkbox .wc_payment_methods .wc_payment_method input:checked ~ .custom-control-label::before, .woocommerce-form__label.woocommerce-form__label-for-checkbox .wc_payment_methods .wc_payment_method input:checked ~ label::before, .wc_payment_methods .woocommerce-form__label.woocommerce-form__label-for-checkbox .wc_payment_method input:checked ~ .custom-control-label::before, .wc_payment_methods .woocommerce-form__label.woocommerce-form__label-for-checkbox .wc_payment_method input:checked ~ label::before, .custom-radio .woocommerce-form__label.checkbox input:checked ~ .custom-control-label::before, .custom-radio .woocommerce-form__label.checkbox .wc_payment_methods .wc_payment_method input:checked ~ label::before, .wc_payment_methods .wc_payment_method .custom-radio .woocommerce-form__label.checkbox input:checked ~ label::before, .wc_payment_methods .wc_payment_method .woocommerce-form__label.checkbox input:checked ~ .custom-control-label::before, .wc_payment_methods .wc_payment_method .woocommerce-form__label.checkbox input:checked ~ label::before, .custom-radio .woocommerce-form__label.checkbox > input:checked ~ span:first-of-type::before, .wc_payment_methods .wc_payment_method .woocommerce-form__label.checkbox > input:checked ~ span:first-of-type::before, .woocommerce-form__label.checkbox .custom-radio input:checked ~ .custom-control-label::before, .woocommerce-form__label.checkbox .custom-radio .wc_payment_methods .wc_payment_method input:checked ~ label::before, .wc_payment_methods .wc_payment_method .woocommerce-form__label.checkbox .custom-radio input:checked ~ label::before, .woocommerce-form__label.checkbox .wc_payment_methods .wc_payment_method input:checked ~ .custom-control-label::before, .woocommerce-form__label.checkbox .wc_payment_methods .wc_payment_method input:checked ~ label::before, .wc_payment_methods .woocommerce-form__label.checkbox .wc_payment_method input:checked ~ .custom-control-label::before, .wc_payment_methods .woocommerce-form__label.checkbox .wc_payment_method input:checked ~ label::before, .shipping ul[id^=shipping_method] li .custom-radio .custom-control-input:checked ~ label::before, .shipping ul[id^=shipping_method] li .custom-radio .wc_payment_methods .wc_payment_method input:checked ~ label::before, .wc_payment_methods .wc_payment_method .shipping ul[id^=shipping_method] li .custom-radio input:checked ~ label::before, .shipping ul[id^=shipping_method] li .wc_payment_methods .wc_payment_method .custom-control-input:checked ~ label::before, .shipping ul[id^=shipping_method] li .wc_payment_methods .wc_payment_method input:checked ~ label::before, .wc_payment_methods .shipping ul[id^=shipping_method] li .wc_payment_method .custom-control-input:checked ~ label::before, .wc_payment_methods .shipping ul[id^=shipping_method] li .wc_payment_method input:checked ~ label::before, .shipping ul[id^=shipping_method] li .custom-radio input:checked ~ .custom-control-label::before, .shipping ul[id^=shipping_method] li .custom-radio .wc_payment_methods .wc_payment_method input:checked ~ label::before, .wc_payment_methods .wc_payment_method .shipping ul[id^=shipping_method] li .custom-radio input:checked ~ label::before, .shipping ul[id^=shipping_method] li .wc_payment_methods .wc_payment_method input:checked ~ .custom-control-label::before, .shipping ul[id^=shipping_method] li .wc_payment_methods .wc_payment_method input:checked ~ label::before, .wc_payment_methods .shipping ul[id^=shipping_method] li .wc_payment_method input:checked ~ .custom-control-label::before, .wc_payment_methods .shipping ul[id^=shipping_method] li .wc_payment_method input:checked ~ label::before, .shipping ul[id^=shipping_method] li .custom-radio input:checked ~ label::before, .shipping ul[id^=shipping_method] li .wc_payment_methods .wc_payment_method input:checked ~ label::before, .wc_payment_methods .shipping ul[id^=shipping_method] li .wc_payment_method input:checked ~ label::before, .shipping ul[id^=shipping_method] li .custom-control-input:checked ~ .custom-control-label::before, .shipping ul[id^=shipping_method] li .wc_payment_methods .wc_payment_method .custom-control-input:checked ~ label::before, .wc_payment_methods .wc_payment_method .shipping ul[id^=shipping_method] li .custom-control-input:checked ~ label::before, .shipping ul[id^=shipping_method] li .wc_payment_methods .wc_payment_method input:checked ~ .custom-control-label::before, .shipping ul[id^=shipping_method] li .wc_payment_methods .wc_payment_method input:checked ~ label::before, .wc_payment_methods .wc_payment_method .shipping ul[id^=shipping_method] li input:checked ~ .custom-control-label::before, .wc_payment_methods .wc_payment_method .shipping ul[id^=shipping_method] li input:checked ~ label::before, .shipping ul[id^=shipping_method] li .woocommerce-form__label.woocommerce-form__label-for-checkbox > .custom-control-input:checked ~ span:first-of-type::before, .shipping ul[id^=shipping_method] li .wc_payment_methods .wc_payment_method .woocommerce-form__label.woocommerce-form__label-for-checkbox > input:checked ~ span:first-of-type::before, .wc_payment_methods .wc_payment_method .shipping ul[id^=shipping_method] li .woocommerce-form__label.woocommerce-form__label-for-checkbox > input:checked ~ span:first-of-type::before, .shipping ul[id^=shipping_method] li .woocommerce-form__label.checkbox > .custom-control-input:checked ~ span:first-of-type::before, .shipping ul[id^=shipping_method] li .wc_payment_methods .wc_payment_method .woocommerce-form__label.checkbox > input:checked ~ span:first-of-type::before, .wc_payment_methods .wc_payment_method .shipping ul[id^=shipping_method] li .woocommerce-form__label.checkbox > input:checked ~ span:first-of-type::before, .shipping ul[id^=shipping_method] li .woocommerce-form__label.woocommerce-form__label-for-checkbox input:checked ~ .custom-control-label::before, .shipping ul[id^=shipping_method] li .woocommerce-form__label.woocommerce-form__label-for-checkbox .wc_payment_methods .wc_payment_method input:checked ~ label::before, .wc_payment_methods .wc_payment_method .shipping ul[id^=shipping_method] li .woocommerce-form__label.woocommerce-form__label-for-checkbox input:checked ~ label::before, .shipping ul[id^=shipping_method] li .woocommerce-form__label.woocommerce-form__label-for-checkbox > input:checked ~ span:first-of-type::before, .shipping ul[id^=shipping_method] li .woocommerce-form__label.checkbox input:checked ~ .custom-control-label::before, .shipping ul[id^=shipping_method] li .woocommerce-form__label.checkbox .wc_payment_methods .wc_payment_method input:checked ~ label::before, .wc_payment_methods .wc_payment_method .shipping ul[id^=shipping_method] li .woocommerce-form__label.checkbox input:checked ~ label::before, .shipping ul[id^=shipping_method] li .woocommerce-form__label.checkbox > input:checked ~ span:first-of-type::before, .shipping ul[id^=shipping_method] li .custom-control-input:checked ~ label::before, .shipping ul[id^=shipping_method] li .wc_payment_methods .wc_payment_method input:checked ~ label::before, .wc_payment_methods .wc_payment_method .shipping ul[id^=shipping_method] li input:checked ~ label::before, .shipping ul[id^=shipping_method] li .woocommerce-form__label.woocommerce-form__label-for-checkbox input:checked ~ label::before, .shipping ul[id^=shipping_method] li .woocommerce-form__label.checkbox input:checked ~ label::before, .shipping ul[id^=shipping_method] li input:checked ~ .custom-control-label::before, .shipping ul[id^=shipping_method] li .wc_payment_methods .wc_payment_method input:checked ~ label::before, .wc_payment_methods .wc_payment_method .shipping ul[id^=shipping_method] li input:checked ~ label::before, .shipping ul[id^=shipping_method] li input:checked ~ label::before, .custom-radio .custom-control-input:checked ~ .wpcf7-list-item-label::before, .custom-radio .wc_payment_methods .wc_payment_method input:checked ~ .wpcf7-list-item-label::before, .wc_payment_methods .wc_payment_method .custom-radio input:checked ~ .wpcf7-list-item-label::before, .wc_payment_methods .wc_payment_method .custom-control-input:checked ~ .wpcf7-list-item-label::before, .wc_payment_methods .wc_payment_method input:checked ~ .wpcf7-list-item-label::before, .custom-radio .woocommerce-form__label.woocommerce-form__label-for-checkbox input:checked ~ .wpcf7-list-item-label::before, .wc_payment_methods .wc_payment_method .woocommerce-form__label.woocommerce-form__label-for-checkbox input:checked ~ .wpcf7-list-item-label::before, .woocommerce-form__label.woocommerce-form__label-for-checkbox .custom-radio input:checked ~ .wpcf7-list-item-label::before, .woocommerce-form__label.woocommerce-form__label-for-checkbox .wc_payment_methods .wc_payment_method input:checked ~ .wpcf7-list-item-label::before, .wc_payment_methods .woocommerce-form__label.woocommerce-form__label-for-checkbox .wc_payment_method input:checked ~ .wpcf7-list-item-label::before, .custom-radio .woocommerce-form__label.checkbox input:checked ~ .wpcf7-list-item-label::before, .wc_payment_methods .wc_payment_method .woocommerce-form__label.checkbox input:checked ~ .wpcf7-list-item-label::before, .woocommerce-form__label.checkbox .custom-radio input:checked ~ .wpcf7-list-item-label::before, .woocommerce-form__label.checkbox .wc_payment_methods .wc_payment_method input:checked ~ .wpcf7-list-item-label::before, .wc_payment_methods .woocommerce-form__label.checkbox .wc_payment_method input:checked ~ .wpcf7-list-item-label::before, .shipping ul[id^=shipping_method] li .custom-radio input:checked ~ .wpcf7-list-item-label::before, .shipping ul[id^=shipping_method] li .wc_payment_methods .wc_payment_method input:checked ~ .wpcf7-list-item-label::before, .wc_payment_methods .shipping ul[id^=shipping_method] li .wc_payment_method input:checked ~ .wpcf7-list-item-label::before, .shipping ul[id^=shipping_method] li .custom-control-input:checked ~ .wpcf7-list-item-label::before, .shipping ul[id^=shipping_method] li .wc_payment_methods .wc_payment_method input:checked ~ .wpcf7-list-item-label::before, .wc_payment_methods .wc_payment_method .shipping ul[id^=shipping_method] li input:checked ~ .wpcf7-list-item-label::before, .shipping ul[id^=shipping_method] li .woocommerce-form__label.woocommerce-form__label-for-checkbox input:checked ~ .wpcf7-list-item-label::before, .shipping ul[id^=shipping_method] li .woocommerce-form__label.checkbox input:checked ~ .wpcf7-list-item-label::before, .shipping ul[id^=shipping_method] li input:checked ~ .wpcf7-list-item-label::before, .custom-radio .wpcf7-list-item input:checked ~ .custom-control-label::before, .custom-radio .wpcf7-list-item .wc_payment_methods .wc_payment_method input:checked ~ label::before, .wc_payment_methods .wc_payment_method .custom-radio .wpcf7-list-item input:checked ~ label::before, .wc_payment_methods .wc_payment_method .wpcf7-list-item input:checked ~ .custom-control-label::before, .wc_payment_methods .wc_payment_method .wpcf7-list-item input:checked ~ label::before, .shipping ul[id^=shipping_method] li .wpcf7-list-item input:checked ~ .custom-control-label::before, .shipping ul[id^=shipping_method] li .wpcf7-list-item .wc_payment_methods .wc_payment_method input:checked ~ label::before, .wc_payment_methods .wc_payment_method .shipping ul[id^=shipping_method] li .wpcf7-list-item input:checked ~ label::before, .shipping ul[id^=shipping_method] li .wpcf7-list-item input:checked ~ label::before, .custom-radio .wpcf7-list-item input:checked ~ .wpcf7-list-item-label::before, .wc_payment_methods .wc_payment_method .wpcf7-list-item input:checked ~ .wpcf7-list-item-label::before, .shipping ul[id^=shipping_method] li .wpcf7-list-item input:checked ~ .wpcf7-list-item-label::before, .wpcf7-list-item .custom-radio input:checked ~ .custom-control-label::before, .wpcf7-list-item .custom-radio .wc_payment_methods .wc_payment_method input:checked ~ label::before, .wc_payment_methods .wc_payment_method .wpcf7-list-item .custom-radio input:checked ~ label::before, .wpcf7-list-item .wc_payment_methods .wc_payment_method input:checked ~ .custom-control-label::before, .wpcf7-list-item .wc_payment_methods .wc_payment_method input:checked ~ label::before, .wc_payment_methods .wpcf7-list-item .wc_payment_method input:checked ~ .custom-control-label::before, .wc_payment_methods .wpcf7-list-item .wc_payment_method input:checked ~ label::before, .wpcf7-list-item .custom-radio input:checked ~ .wpcf7-list-item-label::before, .wpcf7-list-item .wc_payment_methods .wc_payment_method input:checked ~ .wpcf7-list-item-label::before, .wc_payment_methods .wpcf7-list-item .wc_payment_method input:checked ~ .wpcf7-list-item-label::before, .custom-radio .wpcf7-checkbox input:checked ~ .custom-control-label::before, .custom-radio .wpcf7-checkbox .wc_payment_methods .wc_payment_method input:checked ~ label::before, .wc_payment_methods .wc_payment_method .custom-radio .wpcf7-checkbox input:checked ~ label::before, .wc_payment_methods .wc_payment_method .wpcf7-checkbox input:checked ~ .custom-control-label::before, .wc_payment_methods .wc_payment_method .wpcf7-checkbox input:checked ~ label::before, .shipping ul[id^=shipping_method] li .wpcf7-checkbox input:checked ~ .custom-control-label::before, .shipping ul[id^=shipping_method] li .wpcf7-checkbox .wc_payment_methods .wc_payment_method input:checked ~ label::before, .wc_payment_methods .wc_payment_method .shipping ul[id^=shipping_method] li .wpcf7-checkbox input:checked ~ label::before, .shipping ul[id^=shipping_method] li .wpcf7-checkbox input:checked ~ label::before, .custom-radio .wpcf7-checkbox input:checked ~ .wpcf7-list-item-label::before, .wc_payment_methods .wc_payment_method .wpcf7-checkbox input:checked ~ .wpcf7-list-item-label::before, .shipping ul[id^=shipping_method] li .wpcf7-checkbox input:checked ~ .wpcf7-list-item-label::before, .wpcf7-checkbox .custom-radio input:checked ~ .custom-control-label::before, .wpcf7-checkbox .custom-radio .wc_payment_methods .wc_payment_method input:checked ~ label::before, .wc_payment_methods .wc_payment_method .wpcf7-checkbox .custom-radio input:checked ~ label::before, .wpcf7-checkbox .wc_payment_methods .wc_payment_method input:checked ~ .custom-control-label::before, .wpcf7-checkbox .wc_payment_methods .wc_payment_method input:checked ~ label::before, .wc_payment_methods .wpcf7-checkbox .wc_payment_method input:checked ~ .custom-control-label::before, .wc_payment_methods .wpcf7-checkbox .wc_payment_method input:checked ~ label::before, .wpcf7-checkbox .custom-radio input:checked ~ .wpcf7-list-item-label::before, .wpcf7-checkbox .wc_payment_methods .wc_payment_method input:checked ~ .wpcf7-list-item-label::before, .wc_payment_methods .wpcf7-checkbox .wc_payment_method input:checked ~ .wpcf7-list-item-label::before {
  background-color: #0a233f;
}
.custom-radio .custom-control-input:disabled:checked ~ .custom-control-label::before, .custom-radio .wc_payment_methods .wc_payment_method .custom-control-input:disabled:checked ~ label::before, .wc_payment_methods .wc_payment_method .custom-radio .custom-control-input:disabled:checked ~ label::before, .custom-radio .wc_payment_methods .wc_payment_method input:disabled:checked ~ .custom-control-label::before, .custom-radio .wc_payment_methods .wc_payment_method input:disabled:checked ~ label::before, .wc_payment_methods .wc_payment_method .custom-radio input:disabled:checked ~ .custom-control-label::before, .wc_payment_methods .wc_payment_method .custom-radio input:disabled:checked ~ label::before, .wc_payment_methods .wc_payment_method .custom-control-input:disabled:checked ~ .custom-control-label::before, .wc_payment_methods .wc_payment_method .custom-control-input:disabled:checked ~ label::before, .wc_payment_methods .wc_payment_method input:disabled:checked ~ .custom-control-label::before, .wc_payment_methods .wc_payment_method input:disabled:checked ~ label::before, .custom-radio .woocommerce-form__label.woocommerce-form__label-for-checkbox > .custom-control-input:disabled:checked ~ span:first-of-type::before, .custom-radio .wc_payment_methods .wc_payment_method .woocommerce-form__label.woocommerce-form__label-for-checkbox > input:disabled:checked ~ span:first-of-type::before, .wc_payment_methods .wc_payment_method .custom-radio .woocommerce-form__label.woocommerce-form__label-for-checkbox > input:disabled:checked ~ span:first-of-type::before, .wc_payment_methods .wc_payment_method .woocommerce-form__label.woocommerce-form__label-for-checkbox > .custom-control-input:disabled:checked ~ span:first-of-type::before, .wc_payment_methods .wc_payment_method .woocommerce-form__label.woocommerce-form__label-for-checkbox > input:disabled:checked ~ span:first-of-type::before, .custom-radio .woocommerce-form__label.checkbox > .custom-control-input:disabled:checked ~ span:first-of-type::before, .custom-radio .wc_payment_methods .wc_payment_method .woocommerce-form__label.checkbox > input:disabled:checked ~ span:first-of-type::before, .wc_payment_methods .wc_payment_method .custom-radio .woocommerce-form__label.checkbox > input:disabled:checked ~ span:first-of-type::before, .wc_payment_methods .wc_payment_method .woocommerce-form__label.checkbox > .custom-control-input:disabled:checked ~ span:first-of-type::before, .wc_payment_methods .wc_payment_method .woocommerce-form__label.checkbox > input:disabled:checked ~ span:first-of-type::before, .custom-radio .woocommerce-form__label.woocommerce-form__label-for-checkbox input:disabled:checked ~ .custom-control-label::before, .custom-radio .woocommerce-form__label.woocommerce-form__label-for-checkbox .wc_payment_methods .wc_payment_method input:disabled:checked ~ label::before, .wc_payment_methods .wc_payment_method .custom-radio .woocommerce-form__label.woocommerce-form__label-for-checkbox input:disabled:checked ~ label::before, .wc_payment_methods .wc_payment_method .woocommerce-form__label.woocommerce-form__label-for-checkbox input:disabled:checked ~ .custom-control-label::before, .wc_payment_methods .wc_payment_method .woocommerce-form__label.woocommerce-form__label-for-checkbox input:disabled:checked ~ label::before, .custom-radio .woocommerce-form__label.woocommerce-form__label-for-checkbox > input:disabled:checked ~ span:first-of-type::before, .wc_payment_methods .wc_payment_method .woocommerce-form__label.woocommerce-form__label-for-checkbox > input:disabled:checked ~ span:first-of-type::before, .woocommerce-form__label.woocommerce-form__label-for-checkbox .custom-radio input:disabled:checked ~ .custom-control-label::before, .woocommerce-form__label.woocommerce-form__label-for-checkbox .custom-radio .wc_payment_methods .wc_payment_method input:disabled:checked ~ label::before, .wc_payment_methods .wc_payment_method .woocommerce-form__label.woocommerce-form__label-for-checkbox .custom-radio input:disabled:checked ~ label::before, .woocommerce-form__label.woocommerce-form__label-for-checkbox .wc_payment_methods .wc_payment_method input:disabled:checked ~ .custom-control-label::before, .woocommerce-form__label.woocommerce-form__label-for-checkbox .wc_payment_methods .wc_payment_method input:disabled:checked ~ label::before, .wc_payment_methods .woocommerce-form__label.woocommerce-form__label-for-checkbox .wc_payment_method input:disabled:checked ~ .custom-control-label::before, .wc_payment_methods .woocommerce-form__label.woocommerce-form__label-for-checkbox .wc_payment_method input:disabled:checked ~ label::before, .custom-radio .woocommerce-form__label.checkbox input:disabled:checked ~ .custom-control-label::before, .custom-radio .woocommerce-form__label.checkbox .wc_payment_methods .wc_payment_method input:disabled:checked ~ label::before, .wc_payment_methods .wc_payment_method .custom-radio .woocommerce-form__label.checkbox input:disabled:checked ~ label::before, .wc_payment_methods .wc_payment_method .woocommerce-form__label.checkbox input:disabled:checked ~ .custom-control-label::before, .wc_payment_methods .wc_payment_method .woocommerce-form__label.checkbox input:disabled:checked ~ label::before, .custom-radio .woocommerce-form__label.checkbox > input:disabled:checked ~ span:first-of-type::before, .wc_payment_methods .wc_payment_method .woocommerce-form__label.checkbox > input:disabled:checked ~ span:first-of-type::before, .woocommerce-form__label.checkbox .custom-radio input:disabled:checked ~ .custom-control-label::before, .woocommerce-form__label.checkbox .custom-radio .wc_payment_methods .wc_payment_method input:disabled:checked ~ label::before, .wc_payment_methods .wc_payment_method .woocommerce-form__label.checkbox .custom-radio input:disabled:checked ~ label::before, .woocommerce-form__label.checkbox .wc_payment_methods .wc_payment_method input:disabled:checked ~ .custom-control-label::before, .woocommerce-form__label.checkbox .wc_payment_methods .wc_payment_method input:disabled:checked ~ label::before, .wc_payment_methods .woocommerce-form__label.checkbox .wc_payment_method input:disabled:checked ~ .custom-control-label::before, .wc_payment_methods .woocommerce-form__label.checkbox .wc_payment_method input:disabled:checked ~ label::before, .shipping ul[id^=shipping_method] li .custom-radio .custom-control-input:disabled:checked ~ label::before, .shipping ul[id^=shipping_method] li .custom-radio .wc_payment_methods .wc_payment_method input:disabled:checked ~ label::before, .wc_payment_methods .wc_payment_method .shipping ul[id^=shipping_method] li .custom-radio input:disabled:checked ~ label::before, .shipping ul[id^=shipping_method] li .wc_payment_methods .wc_payment_method .custom-control-input:disabled:checked ~ label::before, .shipping ul[id^=shipping_method] li .wc_payment_methods .wc_payment_method input:disabled:checked ~ label::before, .wc_payment_methods .shipping ul[id^=shipping_method] li .wc_payment_method .custom-control-input:disabled:checked ~ label::before, .wc_payment_methods .shipping ul[id^=shipping_method] li .wc_payment_method input:disabled:checked ~ label::before, .shipping ul[id^=shipping_method] li .custom-radio input:disabled:checked ~ .custom-control-label::before, .shipping ul[id^=shipping_method] li .custom-radio .wc_payment_methods .wc_payment_method input:disabled:checked ~ label::before, .wc_payment_methods .wc_payment_method .shipping ul[id^=shipping_method] li .custom-radio input:disabled:checked ~ label::before, .shipping ul[id^=shipping_method] li .wc_payment_methods .wc_payment_method input:disabled:checked ~ .custom-control-label::before, .shipping ul[id^=shipping_method] li .wc_payment_methods .wc_payment_method input:disabled:checked ~ label::before, .wc_payment_methods .shipping ul[id^=shipping_method] li .wc_payment_method input:disabled:checked ~ .custom-control-label::before, .wc_payment_methods .shipping ul[id^=shipping_method] li .wc_payment_method input:disabled:checked ~ label::before, .shipping ul[id^=shipping_method] li .custom-radio input:disabled:checked ~ label::before, .shipping ul[id^=shipping_method] li .wc_payment_methods .wc_payment_method input:disabled:checked ~ label::before, .wc_payment_methods .shipping ul[id^=shipping_method] li .wc_payment_method input:disabled:checked ~ label::before, .shipping ul[id^=shipping_method] li .custom-control-input:disabled:checked ~ .custom-control-label::before, .shipping ul[id^=shipping_method] li .wc_payment_methods .wc_payment_method .custom-control-input:disabled:checked ~ label::before, .wc_payment_methods .wc_payment_method .shipping ul[id^=shipping_method] li .custom-control-input:disabled:checked ~ label::before, .shipping ul[id^=shipping_method] li .wc_payment_methods .wc_payment_method input:disabled:checked ~ .custom-control-label::before, .shipping ul[id^=shipping_method] li .wc_payment_methods .wc_payment_method input:disabled:checked ~ label::before, .wc_payment_methods .wc_payment_method .shipping ul[id^=shipping_method] li input:disabled:checked ~ .custom-control-label::before, .wc_payment_methods .wc_payment_method .shipping ul[id^=shipping_method] li input:disabled:checked ~ label::before, .shipping ul[id^=shipping_method] li .woocommerce-form__label.woocommerce-form__label-for-checkbox > .custom-control-input:disabled:checked ~ span:first-of-type::before, .shipping ul[id^=shipping_method] li .wc_payment_methods .wc_payment_method .woocommerce-form__label.woocommerce-form__label-for-checkbox > input:disabled:checked ~ span:first-of-type::before, .wc_payment_methods .wc_payment_method .shipping ul[id^=shipping_method] li .woocommerce-form__label.woocommerce-form__label-for-checkbox > input:disabled:checked ~ span:first-of-type::before, .shipping ul[id^=shipping_method] li .woocommerce-form__label.checkbox > .custom-control-input:disabled:checked ~ span:first-of-type::before, .shipping ul[id^=shipping_method] li .wc_payment_methods .wc_payment_method .woocommerce-form__label.checkbox > input:disabled:checked ~ span:first-of-type::before, .wc_payment_methods .wc_payment_method .shipping ul[id^=shipping_method] li .woocommerce-form__label.checkbox > input:disabled:checked ~ span:first-of-type::before, .shipping ul[id^=shipping_method] li .woocommerce-form__label.woocommerce-form__label-for-checkbox input:disabled:checked ~ .custom-control-label::before, .shipping ul[id^=shipping_method] li .woocommerce-form__label.woocommerce-form__label-for-checkbox .wc_payment_methods .wc_payment_method input:disabled:checked ~ label::before, .wc_payment_methods .wc_payment_method .shipping ul[id^=shipping_method] li .woocommerce-form__label.woocommerce-form__label-for-checkbox input:disabled:checked ~ label::before, .shipping ul[id^=shipping_method] li .woocommerce-form__label.woocommerce-form__label-for-checkbox > input:disabled:checked ~ span:first-of-type::before, .shipping ul[id^=shipping_method] li .woocommerce-form__label.checkbox input:disabled:checked ~ .custom-control-label::before, .shipping ul[id^=shipping_method] li .woocommerce-form__label.checkbox .wc_payment_methods .wc_payment_method input:disabled:checked ~ label::before, .wc_payment_methods .wc_payment_method .shipping ul[id^=shipping_method] li .woocommerce-form__label.checkbox input:disabled:checked ~ label::before, .shipping ul[id^=shipping_method] li .woocommerce-form__label.checkbox > input:disabled:checked ~ span:first-of-type::before, .shipping ul[id^=shipping_method] li .custom-control-input:disabled:checked ~ label::before, .shipping ul[id^=shipping_method] li .wc_payment_methods .wc_payment_method input:disabled:checked ~ label::before, .wc_payment_methods .wc_payment_method .shipping ul[id^=shipping_method] li input:disabled:checked ~ label::before, .shipping ul[id^=shipping_method] li .woocommerce-form__label.woocommerce-form__label-for-checkbox input:disabled:checked ~ label::before, .shipping ul[id^=shipping_method] li .woocommerce-form__label.checkbox input:disabled:checked ~ label::before, .shipping ul[id^=shipping_method] li input:disabled:checked ~ .custom-control-label::before, .shipping ul[id^=shipping_method] li .wc_payment_methods .wc_payment_method input:disabled:checked ~ label::before, .wc_payment_methods .wc_payment_method .shipping ul[id^=shipping_method] li input:disabled:checked ~ label::before, .shipping ul[id^=shipping_method] li input:disabled:checked ~ label::before, .custom-radio .custom-control-input:disabled:checked ~ .wpcf7-list-item-label::before, .custom-radio .wc_payment_methods .wc_payment_method input:disabled:checked ~ .wpcf7-list-item-label::before, .wc_payment_methods .wc_payment_method .custom-radio input:disabled:checked ~ .wpcf7-list-item-label::before, .wc_payment_methods .wc_payment_method .custom-control-input:disabled:checked ~ .wpcf7-list-item-label::before, .wc_payment_methods .wc_payment_method input:disabled:checked ~ .wpcf7-list-item-label::before, .custom-radio .woocommerce-form__label.woocommerce-form__label-for-checkbox input:disabled:checked ~ .wpcf7-list-item-label::before, .wc_payment_methods .wc_payment_method .woocommerce-form__label.woocommerce-form__label-for-checkbox input:disabled:checked ~ .wpcf7-list-item-label::before, .woocommerce-form__label.woocommerce-form__label-for-checkbox .custom-radio input:disabled:checked ~ .wpcf7-list-item-label::before, .woocommerce-form__label.woocommerce-form__label-for-checkbox .wc_payment_methods .wc_payment_method input:disabled:checked ~ .wpcf7-list-item-label::before, .wc_payment_methods .woocommerce-form__label.woocommerce-form__label-for-checkbox .wc_payment_method input:disabled:checked ~ .wpcf7-list-item-label::before, .custom-radio .woocommerce-form__label.checkbox input:disabled:checked ~ .wpcf7-list-item-label::before, .wc_payment_methods .wc_payment_method .woocommerce-form__label.checkbox input:disabled:checked ~ .wpcf7-list-item-label::before, .woocommerce-form__label.checkbox .custom-radio input:disabled:checked ~ .wpcf7-list-item-label::before, .woocommerce-form__label.checkbox .wc_payment_methods .wc_payment_method input:disabled:checked ~ .wpcf7-list-item-label::before, .wc_payment_methods .woocommerce-form__label.checkbox .wc_payment_method input:disabled:checked ~ .wpcf7-list-item-label::before, .shipping ul[id^=shipping_method] li .custom-radio input:disabled:checked ~ .wpcf7-list-item-label::before, .shipping ul[id^=shipping_method] li .wc_payment_methods .wc_payment_method input:disabled:checked ~ .wpcf7-list-item-label::before, .wc_payment_methods .shipping ul[id^=shipping_method] li .wc_payment_method input:disabled:checked ~ .wpcf7-list-item-label::before, .shipping ul[id^=shipping_method] li .custom-control-input:disabled:checked ~ .wpcf7-list-item-label::before, .shipping ul[id^=shipping_method] li .wc_payment_methods .wc_payment_method input:disabled:checked ~ .wpcf7-list-item-label::before, .wc_payment_methods .wc_payment_method .shipping ul[id^=shipping_method] li input:disabled:checked ~ .wpcf7-list-item-label::before, .shipping ul[id^=shipping_method] li .woocommerce-form__label.woocommerce-form__label-for-checkbox input:disabled:checked ~ .wpcf7-list-item-label::before, .shipping ul[id^=shipping_method] li .woocommerce-form__label.checkbox input:disabled:checked ~ .wpcf7-list-item-label::before, .shipping ul[id^=shipping_method] li input:disabled:checked ~ .wpcf7-list-item-label::before, .custom-radio .wpcf7-list-item input:disabled:checked ~ .custom-control-label::before, .custom-radio .wpcf7-list-item .wc_payment_methods .wc_payment_method input:disabled:checked ~ label::before, .wc_payment_methods .wc_payment_method .custom-radio .wpcf7-list-item input:disabled:checked ~ label::before, .wc_payment_methods .wc_payment_method .wpcf7-list-item input:disabled:checked ~ .custom-control-label::before, .wc_payment_methods .wc_payment_method .wpcf7-list-item input:disabled:checked ~ label::before, .shipping ul[id^=shipping_method] li .wpcf7-list-item input:disabled:checked ~ .custom-control-label::before, .shipping ul[id^=shipping_method] li .wpcf7-list-item .wc_payment_methods .wc_payment_method input:disabled:checked ~ label::before, .wc_payment_methods .wc_payment_method .shipping ul[id^=shipping_method] li .wpcf7-list-item input:disabled:checked ~ label::before, .shipping ul[id^=shipping_method] li .wpcf7-list-item input:disabled:checked ~ label::before, .custom-radio .wpcf7-list-item input:disabled:checked ~ .wpcf7-list-item-label::before, .wc_payment_methods .wc_payment_method .wpcf7-list-item input:disabled:checked ~ .wpcf7-list-item-label::before, .shipping ul[id^=shipping_method] li .wpcf7-list-item input:disabled:checked ~ .wpcf7-list-item-label::before, .wpcf7-list-item .custom-radio input:disabled:checked ~ .custom-control-label::before, .wpcf7-list-item .custom-radio .wc_payment_methods .wc_payment_method input:disabled:checked ~ label::before, .wc_payment_methods .wc_payment_method .wpcf7-list-item .custom-radio input:disabled:checked ~ label::before, .wpcf7-list-item .wc_payment_methods .wc_payment_method input:disabled:checked ~ .custom-control-label::before, .wpcf7-list-item .wc_payment_methods .wc_payment_method input:disabled:checked ~ label::before, .wc_payment_methods .wpcf7-list-item .wc_payment_method input:disabled:checked ~ .custom-control-label::before, .wc_payment_methods .wpcf7-list-item .wc_payment_method input:disabled:checked ~ label::before, .wpcf7-list-item .custom-radio input:disabled:checked ~ .wpcf7-list-item-label::before, .wpcf7-list-item .wc_payment_methods .wc_payment_method input:disabled:checked ~ .wpcf7-list-item-label::before, .wc_payment_methods .wpcf7-list-item .wc_payment_method input:disabled:checked ~ .wpcf7-list-item-label::before, .custom-radio .wpcf7-checkbox input:disabled:checked ~ .custom-control-label::before, .custom-radio .wpcf7-checkbox .wc_payment_methods .wc_payment_method input:disabled:checked ~ label::before, .wc_payment_methods .wc_payment_method .custom-radio .wpcf7-checkbox input:disabled:checked ~ label::before, .wc_payment_methods .wc_payment_method .wpcf7-checkbox input:disabled:checked ~ .custom-control-label::before, .wc_payment_methods .wc_payment_method .wpcf7-checkbox input:disabled:checked ~ label::before, .shipping ul[id^=shipping_method] li .wpcf7-checkbox input:disabled:checked ~ .custom-control-label::before, .shipping ul[id^=shipping_method] li .wpcf7-checkbox .wc_payment_methods .wc_payment_method input:disabled:checked ~ label::before, .wc_payment_methods .wc_payment_method .shipping ul[id^=shipping_method] li .wpcf7-checkbox input:disabled:checked ~ label::before, .shipping ul[id^=shipping_method] li .wpcf7-checkbox input:disabled:checked ~ label::before, .custom-radio .wpcf7-checkbox input:disabled:checked ~ .wpcf7-list-item-label::before, .wc_payment_methods .wc_payment_method .wpcf7-checkbox input:disabled:checked ~ .wpcf7-list-item-label::before, .shipping ul[id^=shipping_method] li .wpcf7-checkbox input:disabled:checked ~ .wpcf7-list-item-label::before, .wpcf7-checkbox .custom-radio input:disabled:checked ~ .custom-control-label::before, .wpcf7-checkbox .custom-radio .wc_payment_methods .wc_payment_method input:disabled:checked ~ label::before, .wc_payment_methods .wc_payment_method .wpcf7-checkbox .custom-radio input:disabled:checked ~ label::before, .wpcf7-checkbox .wc_payment_methods .wc_payment_method input:disabled:checked ~ .custom-control-label::before, .wpcf7-checkbox .wc_payment_methods .wc_payment_method input:disabled:checked ~ label::before, .wc_payment_methods .wpcf7-checkbox .wc_payment_method input:disabled:checked ~ .custom-control-label::before, .wc_payment_methods .wpcf7-checkbox .wc_payment_method input:disabled:checked ~ label::before, .wpcf7-checkbox .custom-radio input:disabled:checked ~ .wpcf7-list-item-label::before, .wpcf7-checkbox .wc_payment_methods .wc_payment_method input:disabled:checked ~ .wpcf7-list-item-label::before, .wc_payment_methods .wpcf7-checkbox .wc_payment_method input:disabled:checked ~ .wpcf7-list-item-label::before {
  background-color: rgba(10, 35, 63, 0.5);
}

.custom-select, .woocommerce-input-wrapper select {
  display: block;
  width: 100%;
  height: calc(2.25rem + 2px);
  padding: 0.375rem 1rem 0.375rem 0;
  line-height: 1.5;
  color: #495057;
  vertical-align: middle;
  background: #fff url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3E%3Cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E") no-repeat right 0 center;
  background-size: 8px 10px;
  border: none;
  border-bottom: 1px solid #ced4da;
  border-radius: 0;
  appearance: none;
}
.custom-select:focus, .woocommerce-input-wrapper select:focus {
  border-color: #363636;
  outline: 0;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.075), 0 0 5px rgba(54, 54, 54, 0.5);
}
.custom-select:focus::-ms-value, .woocommerce-input-wrapper select:focus::-ms-value {
  color: #495057;
  background-color: #fff;
}
.custom-select[multiple], .woocommerce-input-wrapper select[multiple], .custom-select[size]:not([size="1"]), .woocommerce-input-wrapper select[size]:not([size="1"]) {
  height: auto;
  padding-right: 0;
  background-image: none;
}
.custom-select:disabled, .woocommerce-input-wrapper select:disabled {
  color: #6c757d;
  background-color: #e9ecef;
}
.custom-select::-ms-expand, .woocommerce-input-wrapper select::-ms-expand {
  opacity: 0;
}

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

.custom-select-lg {
  height: calc(2.875rem + 2px);
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
  font-size: 125%;
}

.custom-file {
  position: relative;
  display: inline-block;
  width: 100%;
  height: calc(2.25rem + 2px);
  margin-bottom: 0;
}
.custom-file-input {
  position: relative;
  z-index: 2;
  width: 100%;
  height: calc(2.25rem + 2px);
  margin: 0;
  opacity: 0;
}
.custom-file-input:focus ~ .custom-file-label {
  border-color: #363636;
  box-shadow: 0 0 0 0.2rem rgba(10, 35, 63, 0.25);
}
.custom-file-input:focus ~ .custom-file-label::after {
  border-color: #363636;
}
.custom-file-input:lang(en) ~ .custom-file-label::after {
  content: "Browse";
}

.custom-file-button {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
}

.custom-file-label {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1;
  height: calc(2.25rem + 2px);
  padding: 0.375rem 0.75rem;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  border: 1px solid #ced4da;
  border-radius: 0;
}
.custom-file-label::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  display: block;
  height: 2.25rem;
  padding: 0.375rem 0.75rem;
  line-height: 1.5;
  color: #495057;
  content: "Browse";
  background-color: #fff;
  border-left: 1px solid #ced4da;
  border-radius: 0 0 0 0;
}

.custom-range {
  width: 100%;
  padding-left: 0;
  background-color: transparent;
  appearance: none;
}
.custom-range:focus {
  outline: none;
}
.custom-range::-moz-focus-outer {
  border: 0;
}
.custom-range::-webkit-slider-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: -0.25rem;
  background-color: #0a233f;
  border: 0;
  border-radius: 1rem;
  appearance: none;
}
.custom-range::-webkit-slider-thumb:focus {
  outline: none;
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(10, 35, 63, 0.25);
}
.custom-range::-webkit-slider-thumb:active {
  background-color: #2279d9;
}
.custom-range::-webkit-slider-runnable-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #dee2e6;
  border-color: transparent;
  border-radius: 1rem;
}
.custom-range::-moz-range-thumb {
  width: 1rem;
  height: 1rem;
  background-color: #0a233f;
  border: 0;
  border-radius: 1rem;
  appearance: none;
}
.custom-range::-moz-range-thumb:focus {
  outline: none;
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(10, 35, 63, 0.25);
}
.custom-range::-moz-range-thumb:active {
  background-color: #2279d9;
}
.custom-range::-moz-range-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #dee2e6;
  border-color: transparent;
  border-radius: 1rem;
}
.custom-range::-ms-thumb {
  width: 1rem;
  height: 1rem;
  background-color: #0a233f;
  border: 0;
  border-radius: 1rem;
  appearance: none;
}
.custom-range::-ms-thumb:focus {
  outline: none;
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(10, 35, 63, 0.25);
}
.custom-range::-ms-thumb:active {
  background-color: #2279d9;
}
.custom-range::-ms-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: transparent;
  border-color: transparent;
  border-width: 0.5rem;
}
.custom-range::-ms-fill-lower {
  background-color: #dee2e6;
  border-radius: 1rem;
}
.custom-range::-ms-fill-upper {
  margin-right: 15px;
  background-color: #dee2e6;
  border-radius: 1rem;
}

.nav {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.nav-link {
  display: block;
  padding: 0.5rem 1rem;
}
.nav-link:hover, .nav-link:focus {
  text-decoration: none;
}
.nav-link.disabled {
  color: #6c757d;
}

.nav-slides,
.nav-tabs {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: flex-start;
  align-content: baseline;
}
.nav-slides .nav-link,
.nav-tabs .nav-link {
  padding-left: 1rem;
  padding-right: 1rem;
  text-align: center;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  border-top-left-radius: 1.5rem;
  border-top-right-radius: 1.5rem;
}
@media (min-width: 992px) {
  .nav-slides .nav-link,
.nav-tabs .nav-link {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
@media (min-width: 1320px) {
  .nav-slides .nav-link,
.nav-tabs .nav-link {
    padding-left: 3rem;
    padding-right: 3rem;
  }
}
.nav-slides .nav-link:hover, .nav-slides .nav-link:focus,
.nav-tabs .nav-link:hover,
.nav-tabs .nav-link:focus {
  border-color: #e9ecef #e9ecef #dee2e6;
}
.nav-slides .nav-link::before, .nav-slides .nav-link::after,
.nav-tabs .nav-link::before,
.nav-tabs .nav-link::after {
  display: inline-block;
  width: 1.5rem;
}
.nav-slides .nav-item,
.nav-tabs .nav-item {
  margin-right: -1.5rem;
}
.nav-slides .nav-item .nav-link::before,
.nav-tabs .nav-item .nav-link::before {
  content: "";
}
.nav-slides .nav-item:last-child,
.nav-tabs .nav-item:last-child {
  margin-right: 0;
}
.nav-slides .nav-item:first-child .nav-link::before,
.nav-tabs .nav-item:first-child .nav-link::before {
  content: none;
}
.nav-slides .nav-item + .nav-item .nav-link,
.nav-tabs .nav-item + .nav-item .nav-link {
  border-top-left-radius: 0;
}
.nav-slides .nav-item.disabled,
.nav-tabs .nav-item.disabled {
  color: #6c757d;
  background-color: transparent;
  border-color: transparent;
}
.nav-slides .dropdown-menu,
.nav-tabs .dropdown-menu {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.nav-slides.nav-slides-right, .nav-slides.nav-tabs-right,
.nav-tabs.nav-slides-right,
.nav-tabs.nav-tabs-right {
  flex-direction: row-reverse;
}
.nav-slides.nav-slides-right .nav-item, .nav-slides.nav-tabs-right .nav-item,
.nav-tabs.nav-slides-right .nav-item,
.nav-tabs.nav-tabs-right .nav-item {
  margin-right: 0;
  margin-left: -1.5rem;
}
.nav-slides.nav-slides-right .nav-item + .nav-item .nav-link, .nav-slides.nav-tabs-right .nav-item + .nav-item .nav-link,
.nav-tabs.nav-slides-right .nav-item + .nav-item .nav-link,
.nav-tabs.nav-tabs-right .nav-item + .nav-item .nav-link {
  border-top-left-radius: 1.5rem;
  border-top-right-radius: 0;
}
.nav-slides.nav-slides-right .nav-item + .nav-item .nav-link::before, .nav-slides.nav-tabs-right .nav-item + .nav-item .nav-link::before,
.nav-tabs.nav-slides-right .nav-item + .nav-item .nav-link::before,
.nav-tabs.nav-tabs-right .nav-item + .nav-item .nav-link::before {
  content: none;
}
.nav-slides.nav-slides-right .nav-item + .nav-item .nav-link::after, .nav-slides.nav-tabs-right .nav-item + .nav-item .nav-link::after,
.nav-tabs.nav-slides-right .nav-item + .nav-item .nav-link::after,
.nav-tabs.nav-tabs-right .nav-item + .nav-item .nav-link::after {
  content: "";
}
.nav-pills .nav-link {
  border-radius: 1.5rem;
}
.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: #fff;
  background-color: #0a233f;
}

.nav-fill .nav-item {
  flex: 1 1 auto;
  text-align: center;
}

.nav-justified .nav-item {
  flex-basis: 0;
  flex-grow: 1;
  text-align: center;
}

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

.card {
  position: relative;
  margin-bottom: 1rem;
}
.card__row {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: stretch;
  flex-wrap: wrap;
}
.card__title, .category-slides .slide-pane__term {
  white-space: nowrap;
  text-align: center;
  position: absolute;
  bottom: 100%;
  left: 50%;
  max-width: 100%;
  padding: 0 1rem;
  background-color: #0a233f;
  color: #0a233f;
  border-top-left-radius: 1.5rem;
  border-top-right-radius: 1.5rem;
  margin: 0;
  line-height: 3.5;
  transform: translateX(-50%);
  min-width: 83.3333333333%;
}
.card__headline {
  width: 100%;
  text-transform: uppercase;
  font-weight: 100;
}
.card__img-wrap {
  order: 1;
  background-color: #B0B0B0;
  flex-basis: 100%;
}
.card__img {
  min-height: 100%;
}
.card__body {
  order: 2;
  flex-basis: 100%;
  text-align: center;
  position: relative;
  background-color: #fff;
  padding: 1.25rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
}
.card__body-inner {
  width: 100%;
  color: #0a233f;
}
.card__text {
  display: block;
  margin-bottom: 1em;
  max-width: 100%;
}
.card__cta {
  margin: 1.5rem auto 0;
}
@media (min-width: 992px) {
  .card__row {
    flex-wrap: nowrap;
  }
  .card__title, .category-slides .slide-pane__term {
    width: auto;
    left: 0;
    transform: none;
    padding: 0 2rem;
  }
  .card__img-wrap {
    order: 2;
    flex-basis: 60%;
  }
  .card__body {
    order: 1;
    text-align: left;
    flex-basis: 40%;
    margin-top: 2.625rem;
  }
  .card__cta {
    margin-left: 0;
  }
}
.card.aniin .card__title, .card.aniin .category-slides .slide-pane__term, .category-slides .card.aniin .slide-pane__term {
  transition: all 0.2s ease-in-out;
  transition-delay: 1s;
  z-index: -1;
}
.card.aniin:not(.aniin-in) .card__title, .card.aniin:not(.aniin-in) .category-slides .slide-pane__term, .category-slides .card.aniin:not(.aniin-in) .slide-pane__term {
  transform: translateY(101%);
}

@media (min-width: 992px) {
  .card-inv .card__img-wrap, .fxc-featured_posts .card .card__img-wrap, .home-featured-posts .card .card__img-wrap {
    order: 1;
  }
  .card-inv .card__body, .fxc-featured_posts .card .card__body, .home-featured-posts .card .card__body {
    order: 2;
  }
  .card-inv .card__title, .card-inv .category-slides .slide-pane__term, .category-slides .card-inv .slide-pane__term, .fxc-featured_posts .card .card__title, .fxc-featured_posts .card .category-slides .slide-pane__term, .category-slides .fxc-featured_posts .card .slide-pane__term, .home-featured-posts .card .card__title, .home-featured-posts .card .category-slides .slide-pane__term, .category-slides .home-featured-posts .card .slide-pane__term {
    border-top-left-radius: 0;
  }
}

.card-hero .card__title, .card-hero .category-slides .slide-pane__term, .category-slides .card-hero .slide-pane__term {
  min-width: 50%;
  left: 50%;
  transform: translateX(-50%);
}

@media (min-width: 992px) {
  .card-sm .card__img-wrap, .fxc-featured_posts .card .card__img-wrap, .home-featured-posts .card .card__img-wrap {
    flex-basis: 50%;
  }
  .card-sm .card__body, .fxc-featured_posts .card .card__body, .home-featured-posts .card .card__body {
    padding: 2.5rem;
    flex-basis: 50%;
  }
}

.card-lg .card__body {
  padding: 3.75rem;
}

.card-xl .card__body {
  padding: 1.875rem 2.5rem;
}
@media (min-width: 1320px) {
  .card-xl .card__body {
    padding: 3.75rem 5rem;
  }
}

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

.breadcrumb-item + .breadcrumb-item {
  padding-left: 0.5rem;
}
.breadcrumb-item + .breadcrumb-item::before {
  display: inline-block;
  padding-right: 0.5rem;
  color: #6c757d;
  content: "/";
}
.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: underline;
}
.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: none;
}
.breadcrumb-item.active {
  color: #6c757d;
}

.bbp-pagination,
.pagination {
  display: flex;
  justify-content: center;
  text-align: center;
}
.bbp-pagination .bbp-pagination-links, .bbp-pagination__pg-list,
.pagination .bbp-pagination-links,
.pagination__pg-list {
  display: flex;
  padding-left: 0;
  list-style: none;
  margin: 0;
}
.bbp-pagination__summary-text,
.pagination__summary-text {
  align-items: center;
  display: inline-flex;
  margin-right: 1rem;
}
.bbp-pagination .page-numbers:not(.dots),
.pg-link {
  border-radius: 50%;
  color: #0a233f;
  display: block;
  font-size: 0.8125rem;
  height: 1.625rem;
  letter-spacing: 0;
  line-height: 1;
  padding: 0.40625rem 0;
  position: relative;
  text-align: center;
  width: 1.625rem;
}
.bbp-pagination .page-numbers:not(.dots)::before,
.pg-link::before {
  bottom: -1px;
  border: 1px solid;
  border-radius: 50%;
  content: "";
  display: block;
  position: absolute;
  top: -1px;
  left: -1px;
  right: -1px;
}
.bbp-pagination .page-numbers:not(.dots):hover,
.pg-link:hover {
  z-index: 2;
  color: #fff;
  text-decoration: none;
  background-color: #0a233f;
}
.bbp-pagination .page-numbers:not(.dots):hover::before,
.pg-link:hover::before {
  border-color: #0a233f;
}
.bbp-pagination .page-numbers:not(.dots):focus,
.pg-link:focus {
  z-index: 2;
}
.bbp-pagination .page-numbers:not(.dots):not(:disabled):not(.disabled),
.pg-link:not(:disabled):not(.disabled) {
  cursor: pointer;
}

.pg-skip {
  color: #0a233f;
  margin-right: 0.5rem;
  letter-spacing: 0;
  display: inline-block;
}

.bbp-pagination .page-numbers,
.pg-item {
  margin-right: 0.5rem;
}
.bbp-pagination .page-numbers:first-child .pg-link,
.pg-item:first-child .pg-link {
  margin-left: 0.5rem;
}
.bbp-pagination .page-numbers.current,
.pg-item.current {
  pointer-events: none;
}
.bbp-pagination .page-numbers.current, .bbp-pagination .page-numbers.active .pg-link,
.pg-item.current,
.pg-item.active .pg-link {
  background-color: #fff;
  z-index: 1;
}
.bbp-pagination .page-numbers.current::before, .bbp-pagination .page-numbers.active .pg-link::before,
.pg-item.current::before,
.pg-item.active .pg-link::before {
  border-color: #0a233f;
}
.bbp-pagination .page-numbers.current:hover, .bbp-pagination .page-numbers.active .pg-link:hover,
.pg-item.current:hover,
.pg-item.active .pg-link:hover {
  background-color: #fff;
  color: #0a233f;
}
.bbp-pagination .page-numbers.disabled .pg-link,
.pg-item.disabled .pg-link {
  border: 0;
  color: #6c757d;
  cursor: auto;
  pointer-events: none;
}

.bbp-pagination {
  flex-wrap: wrap;
}
.bbp-pagination .bbp-pagination-count {
  flex-basis: 100%;
  text-align: center;
  display: block;
  margin-bottom: 0.8em;
}

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

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

.badge {
  display: inline-block;
  padding: 0.25em 0.4em;
  font-size: 75%;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 1.5rem;
}
.badge:empty {
  display: none;
}

.btn .badge, .woocommerce-notice .button .badge,
.woocommerce-message .button .badge,
.woocommerce-error .button .badge, .shop_table.cart .remove .badge, .woocommerce-MyAccount-content .button .badge, .woocommerce-MyAccount-navigation ul li a .badge, .single-product .button .badge,
.woocommerce-order-received .button .badge,
.woocommerce-checkout .button .badge,
.woocommerce-cart .button .badge, .page-landing__content .content-columns__cta-link .badge,
.page-landing__content .fxc-mixed_cta .card__cta .badge,
.page-landing__content .slide-pane__cta .badge, .account-cta__link .badge, .comment-form input[type=submit] .badge, .bbp-pagination__more .badge,
.pagination__more .badge {
  position: relative;
  top: -1px;
}

.badge-pill {
  padding-right: 0.6em;
  padding-left: 0.6em;
  border-radius: 10rem;
}

.badge-primary {
  color: #fff;
  background-color: #0a233f;
}
.badge-primary[href]:hover, .badge-primary[href]:focus {
  color: #fff;
  text-decoration: none;
  background-color: #030b13;
}

.badge-secondary {
  color: #212529;
  background-color: #addbe3;
}
.badge-secondary[href]:hover, .badge-secondary[href]:focus {
  color: #212529;
  text-decoration: none;
  background-color: #87cad6;
}

.badge-success {
  color: #212529;
  background-color: #B2D666;
}
.badge-success[href]:hover, .badge-success[href]:focus {
  color: #212529;
  text-decoration: none;
  background-color: #9ecb3e;
}

.badge-info {
  color: #212529;
  background-color: #70C4E8;
}
.badge-info[href]:hover, .badge-info[href]:focus {
  color: #212529;
  text-decoration: none;
  background-color: #44b2e1;
}

.badge-warning {
  color: #212529;
  background-color: #F4AA4F;
}
.badge-warning[href]:hover, .badge-warning[href]:focus {
  color: #212529;
  text-decoration: none;
  background-color: #f1931f;
}

.badge-danger {
  color: #212529;
  background-color: #F4AA4F;
}
.badge-danger[href]:hover, .badge-danger[href]:focus {
  color: #212529;
  text-decoration: none;
  background-color: #f1931f;
}

.badge-light {
  color: #212529;
  background-color: #f8f9fa;
}
.badge-light[href]:hover, .badge-light[href]:focus {
  color: #212529;
  text-decoration: none;
  background-color: #dae0e5;
}

.badge-dark {
  color: #fff;
  background-color: #343a40;
}
.badge-dark[href]:hover, .badge-dark[href]:focus {
  color: #fff;
  text-decoration: none;
  background-color: #1d2124;
}

.badge-primary-light {
  color: #fff;
  background-color: #2f445c;
}
.badge-primary-light[href]:hover, .badge-primary-light[href]:focus {
  color: #fff;
  text-decoration: none;
  background-color: #1e2b3a;
}

.badge-shop-primary {
  color: #fff;
  background-color: #0a233f;
}
.badge-shop-primary[href]:hover, .badge-shop-primary[href]:focus {
  color: #fff;
  text-decoration: none;
  background-color: #030b13;
}

.badge-shop-secondary {
  color: #fff;
  background-color: #2f445c;
}
.badge-shop-secondary[href]:hover, .badge-shop-secondary[href]:focus {
  color: #fff;
  text-decoration: none;
  background-color: #1e2b3a;
}

.jumbotron {
  padding: 2rem 1rem;
  margin-bottom: 2rem;
  background-color: #e9ecef;
  border-radius: 1.5rem;
}
@media (min-width: 576px) {
  .jumbotron {
    padding: 4rem 2rem;
  }
}

.jumbotron-fluid {
  padding-right: 0;
  padding-left: 0;
  border-radius: 0;
}

.alert {
  position: relative;
  padding: 0.75rem 1.25rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: 1.5rem;
}

.alert-heading {
  color: inherit;
}

.alert-link {
  font-weight: 700;
}

.alert-dismissible {
  padding-right: 4rem;
}
.alert-dismissible .close {
  position: absolute;
  top: 0;
  right: 0;
  padding: 0.75rem 1.25rem;
  color: inherit;
}

.alert-primary {
  color: #051221;
  background-color: #ced3d9;
  border-color: #bac1c9;
}
.alert-primary hr {
  border-top-color: #acb4be;
}
.alert-primary .alert-link {
  color: black;
}

.alert-secondary {
  color: #5a7276;
  background-color: #eff8f9;
  border-color: #e8f5f7;
}
.alert-secondary hr {
  border-top-color: #d5edf0;
}
.alert-secondary .alert-link {
  color: #445659;
}

.alert-success {
  color: #5d6f35;
  background-color: #f0f7e0;
  border-color: #e9f4d4;
}
.alert-success hr {
  border-top-color: #dfefc0;
}
.alert-success .alert-link {
  color: #404c25;
}

.alert-info {
  color: #3a6679;
  background-color: #e2f3fa;
  border-color: #d7eef9;
}
.alert-info hr {
  border-top-color: #c1e5f6;
}
.alert-info .alert-link {
  color: #294957;
}

.alert-warning {
  color: #7f5829;
  background-color: #fdeedc;
  border-color: #fce7ce;
}
.alert-warning hr {
  border-top-color: #fbdbb6;
}
.alert-warning .alert-link {
  color: #583d1d;
}

.alert-danger {
  color: #7f5829;
  background-color: #fdeedc;
  border-color: #fce7ce;
}
.alert-danger hr {
  border-top-color: #fbdbb6;
}
.alert-danger .alert-link {
  color: #583d1d;
}

.alert-light {
  color: #818182;
  background-color: #fefefe;
  border-color: #fdfdfe;
}
.alert-light hr {
  border-top-color: #ececf6;
}
.alert-light .alert-link {
  color: #686868;
}

.alert-dark {
  color: #1b1e21;
  background-color: #d6d8d9;
  border-color: #c6c8ca;
}
.alert-dark hr {
  border-top-color: #b9bbbe;
}
.alert-dark .alert-link {
  color: #040505;
}

.alert-primary-light {
  color: #182330;
  background-color: #d5dade;
  border-color: #c5cbd1;
}
.alert-primary-light hr {
  border-top-color: #b7bec6;
}
.alert-primary-light .alert-link {
  color: #070a0e;
}

.alert-shop-primary {
  color: #051221;
  background-color: #ced3d9;
  border-color: #bac1c9;
}
.alert-shop-primary hr {
  border-top-color: #acb4be;
}
.alert-shop-primary .alert-link {
  color: black;
}

.alert-shop-secondary {
  color: #182330;
  background-color: #d5dade;
  border-color: #c5cbd1;
}
.alert-shop-secondary hr {
  border-top-color: #b7bec6;
}
.alert-shop-secondary .alert-link {
  color: #070a0e;
}

@keyframes progress-bar-stripes {
  from {
    background-position: 1rem 0;
  }
  to {
    background-position: 0 0;
  }
}
.progress {
  display: flex;
  height: 1rem;
  overflow: hidden;
  font-size: 0.75rem;
  background-color: #e9ecef;
  border-radius: 1.5rem;
}

.progress-bar {
  display: flex;
  flex-direction: column;
  justify-content: center;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  background-color: #0a233f;
  transition: width 0.6s ease;
}
@media screen and (prefers-reduced-motion: reduce) {
  .progress-bar {
    transition: none;
  }
}

.progress-bar-striped {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 1rem 1rem;
}

.progress-bar-animated {
  animation: progress-bar-stripes 1s linear infinite;
}

.media {
  display: flex;
  align-items: flex-start;
}

.media-body {
  flex: 1;
}

.list-group {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
}

.list-group-item-action {
  width: 100%;
  color: #495057;
  text-align: inherit;
}
.list-group-item-action:hover, .list-group-item-action:focus {
  color: #495057;
  text-decoration: none;
  background-color: #f8f9fa;
}
.list-group-item-action:active {
  color: #0a233f;
  background-color: #e9ecef;
}

.list-group-item {
  position: relative;
  display: block;
  padding: 0.75rem 1.25rem;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.125);
}
.list-group-item:first-child {
  border-top-left-radius: 1.5rem;
  border-top-right-radius: 1.5rem;
}
.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 1.5rem;
  border-bottom-left-radius: 1.5rem;
}
.list-group-item:hover, .list-group-item:focus {
  z-index: 1;
  text-decoration: none;
}
.list-group-item.disabled, .list-group-item:disabled {
  color: #6c757d;
  background-color: #fff;
}
.list-group-item.active {
  z-index: 2;
  color: #fff;
  background-color: #0a233f;
  border-color: #0a233f;
}

.list-group-flush .list-group-item {
  border-right: 0;
  border-left: 0;
  border-radius: 0;
}
.list-group-flush:first-child .list-group-item:first-child {
  border-top: 0;
}
.list-group-flush:last-child .list-group-item:last-child {
  border-bottom: 0;
}

.list-group-item-primary {
  color: #051221;
  background-color: #bac1c9;
}
.list-group-item-primary.list-group-item-action:hover, .list-group-item-primary.list-group-item-action:focus {
  color: #051221;
  background-color: #acb4be;
}
.list-group-item-primary.list-group-item-action.active {
  color: #fff;
  background-color: #051221;
  border-color: #051221;
}

.list-group-item-secondary {
  color: #5a7276;
  background-color: #e8f5f7;
}
.list-group-item-secondary.list-group-item-action:hover, .list-group-item-secondary.list-group-item-action:focus {
  color: #5a7276;
  background-color: #d5edf0;
}
.list-group-item-secondary.list-group-item-action.active {
  color: #fff;
  background-color: #5a7276;
  border-color: #5a7276;
}

.list-group-item-success {
  color: #5d6f35;
  background-color: #e9f4d4;
}
.list-group-item-success.list-group-item-action:hover, .list-group-item-success.list-group-item-action:focus {
  color: #5d6f35;
  background-color: #dfefc0;
}
.list-group-item-success.list-group-item-action.active {
  color: #fff;
  background-color: #5d6f35;
  border-color: #5d6f35;
}

.list-group-item-info {
  color: #3a6679;
  background-color: #d7eef9;
}
.list-group-item-info.list-group-item-action:hover, .list-group-item-info.list-group-item-action:focus {
  color: #3a6679;
  background-color: #c1e5f6;
}
.list-group-item-info.list-group-item-action.active {
  color: #fff;
  background-color: #3a6679;
  border-color: #3a6679;
}

.list-group-item-warning {
  color: #7f5829;
  background-color: #fce7ce;
}
.list-group-item-warning.list-group-item-action:hover, .list-group-item-warning.list-group-item-action:focus {
  color: #7f5829;
  background-color: #fbdbb6;
}
.list-group-item-warning.list-group-item-action.active {
  color: #fff;
  background-color: #7f5829;
  border-color: #7f5829;
}

.list-group-item-danger {
  color: #7f5829;
  background-color: #fce7ce;
}
.list-group-item-danger.list-group-item-action:hover, .list-group-item-danger.list-group-item-action:focus {
  color: #7f5829;
  background-color: #fbdbb6;
}
.list-group-item-danger.list-group-item-action.active {
  color: #fff;
  background-color: #7f5829;
  border-color: #7f5829;
}

.list-group-item-light {
  color: #818182;
  background-color: #fdfdfe;
}
.list-group-item-light.list-group-item-action:hover, .list-group-item-light.list-group-item-action:focus {
  color: #818182;
  background-color: #ececf6;
}
.list-group-item-light.list-group-item-action.active {
  color: #fff;
  background-color: #818182;
  border-color: #818182;
}

.list-group-item-dark {
  color: #1b1e21;
  background-color: #c6c8ca;
}
.list-group-item-dark.list-group-item-action:hover, .list-group-item-dark.list-group-item-action:focus {
  color: #1b1e21;
  background-color: #b9bbbe;
}
.list-group-item-dark.list-group-item-action.active {
  color: #fff;
  background-color: #1b1e21;
  border-color: #1b1e21;
}

.list-group-item-primary-light {
  color: #182330;
  background-color: #c5cbd1;
}
.list-group-item-primary-light.list-group-item-action:hover, .list-group-item-primary-light.list-group-item-action:focus {
  color: #182330;
  background-color: #b7bec6;
}
.list-group-item-primary-light.list-group-item-action.active {
  color: #fff;
  background-color: #182330;
  border-color: #182330;
}

.list-group-item-shop-primary {
  color: #051221;
  background-color: #bac1c9;
}
.list-group-item-shop-primary.list-group-item-action:hover, .list-group-item-shop-primary.list-group-item-action:focus {
  color: #051221;
  background-color: #acb4be;
}
.list-group-item-shop-primary.list-group-item-action.active {
  color: #fff;
  background-color: #051221;
  border-color: #051221;
}

.list-group-item-shop-secondary {
  color: #182330;
  background-color: #c5cbd1;
}
.list-group-item-shop-secondary.list-group-item-action:hover, .list-group-item-shop-secondary.list-group-item-action:focus {
  color: #182330;
  background-color: #b7bec6;
}
.list-group-item-shop-secondary.list-group-item-action.active {
  color: #fff;
  background-color: #182330;
  border-color: #182330;
}

.close {
  float: right;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: 0.5;
}
.close:hover, .close:focus {
  color: #000;
  text-decoration: none;
  opacity: 0.75;
}
.close:not(:disabled):not(.disabled) {
  cursor: pointer;
}

button.close {
  padding: 0;
  background-color: transparent;
  border: 0;
  -webkit-appearance: none;
}

.modal-open {
  overflow: hidden;
}

.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  display: none;
  overflow: hidden;
  outline: 0;
}
.modal .close-button {
  font-size: 2.625rem;
}
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.modal:not(.modal-primary) .modal-footer .close-button {
  display: none;
}

.modal-dialog {
  position: relative;
  width: auto;
  margin: 0.5rem;
  pointer-events: none;
}
.modal.fade .modal-dialog {
  transition: transform 0.3s ease-out;
  transform: translate(0, -25%);
}
@media screen and (prefers-reduced-motion: reduce) {
  .modal.fade .modal-dialog {
    transition: none;
  }
}
.modal.show .modal-dialog {
  transform: translate(0, 0);
}

.modal-dialog-centered {
  display: flex;
  align-items: center;
  min-height: calc(100% - (0.5rem * 2));
}

.modal-content {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #0a233f;
  background-clip: padding-box;
  border: 0 solid transparent;
  box-shadow: 0 27px 30px 0 rgba(0, 0, 0, 0.25);
  outline: 0;
}

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #F7F7F7;
}
.modal-backdrop.fade {
  opacity: 0;
}
.modal-backdrop.show {
  opacity: 0.75;
}

.modal-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  border-bottom: 0 solid transparent;
  border-top-left-radius: 1.5rem;
  border-top-right-radius: 1.5rem;
}
.modal-header .close {
  padding: 1rem;
  margin: -1rem -1rem -1rem auto;
}
.modal-header .close-button {
  z-index: 100;
  position: absolute;
  top: 0;
  right: 0;
  margin: 1rem;
  background-color: #fff;
}

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

.modal-body {
  color: #fff;
  position: relative;
  flex: 1 1 auto;
  padding: 2rem;
}
.modal-body a {
  color: #3cb4e5;
}

.modal-footer {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 2rem 2rem;
  border-top: 0 solid transparent;
}
.modal-footer > :not(:first-child) {
  margin-left: 0.25rem;
}
.modal-footer > :not(:last-child) {
  margin-right: 0.25rem;
}

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

@media (max-width: 767.98px) {
  .modal-header,
.modal-body,
.modal-footer {
    padding: 1rem;
  }

  .modal-footer {
    padding-top: 0;
  }
}
@media (min-width: 576px) {
  .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }

  .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }

  .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg {
    max-width: 800px;
  }

  .modal-md {
    max-width: 600px;
  }

  .modal-xl {
    max-width: 1024px;
  }
}
.modal-dialog .flickity-viewport {
  transition: none !important;
}
.modal-dialog.modal-full .modal-content {
  padding: 0;
  margin: 0 auto;
}
.modal-dialog.modal-full .flickity-prev-next-button.previous {
  margin-right: 4rem;
}
.modal-dialog.modal-full .flickity-prev-next-button.next {
  margin-left: 4rem;
}

.modal-primary:before {
  opacity: 1;
  content: "";
  display: block;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-image: url("/app/themes/lovelibra/dist/images/reskin/pattern/modal_backdrop.png");
  background-size: cover;
  background-position: center;
}
@media (min-width: 768px) {
  .modal-primary:before {
    opacity: 0.85;
  }
}
.modal-primary .modal-content {
  border-radius: none;
  box-shadow: none;
}
.modal-primary .close-button .icon-btn__icon {
  content: url("/app/themes/lovelibra/dist/images/reskin/icons/circle-close.svg");
}
.modal-primary .modal-header .close-button {
  display: none;
}

@media (max-width: 575.98px) {
  .modal {
    padding-right: 0 !important;
  }
}
@media (max-width: 575.98px) {
  .modal-full.modal-dialog {
    background-color: #fff;
    padding: 0;
    margin: 0;
  }
  .modal-full .modal-content {
    box-shadow: none;
    border-radius: 0;
  }
}

.modal-iframe .landscape_only {
  display: none;
}
@media (max-width: 768px) and (orientation: portrait) {
  .modal-iframe .landscape_only {
    display: block;
  }
  .modal-iframe iframe {
    display: none !important;
  }
}

.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  margin: 0;
  font-family: "LL Brown Light Web", "Turbinado Bold Pro", "Roboto", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.8125rem;
  word-wrap: break-word;
  opacity: 0;
}
.tooltip.show {
  opacity: 0.9;
}
.tooltip .arrow {
  position: absolute;
  display: block;
  width: 0.8rem;
  height: 0.4rem;
}
.tooltip .arrow::before {
  position: absolute;
  content: "";
  border-color: transparent;
  border-style: solid;
}

.bs-tooltip-top, .bs-tooltip-auto[x-placement^=top] {
  padding: 0.4rem 0;
}
.bs-tooltip-top .arrow, .bs-tooltip-auto[x-placement^=top] .arrow {
  bottom: 0;
}
.bs-tooltip-top .arrow::before, .bs-tooltip-auto[x-placement^=top] .arrow::before {
  top: 0;
  border-width: 0.4rem 0.4rem 0;
  border-top-color: #000;
}

.bs-tooltip-right, .bs-tooltip-auto[x-placement^=right] {
  padding: 0 0.4rem;
}
.bs-tooltip-right .arrow, .bs-tooltip-auto[x-placement^=right] .arrow {
  left: 0;
  width: 0.4rem;
  height: 0.8rem;
}
.bs-tooltip-right .arrow::before, .bs-tooltip-auto[x-placement^=right] .arrow::before {
  right: 0;
  border-width: 0.4rem 0.4rem 0.4rem 0;
  border-right-color: #000;
}

.bs-tooltip-bottom, .bs-tooltip-auto[x-placement^=bottom] {
  padding: 0.4rem 0;
}
.bs-tooltip-bottom .arrow, .bs-tooltip-auto[x-placement^=bottom] .arrow {
  top: 0;
}
.bs-tooltip-bottom .arrow::before, .bs-tooltip-auto[x-placement^=bottom] .arrow::before {
  bottom: 0;
  border-width: 0 0.4rem 0.4rem;
  border-bottom-color: #000;
}

.bs-tooltip-left, .bs-tooltip-auto[x-placement^=left] {
  padding: 0 0.4rem;
}
.bs-tooltip-left .arrow, .bs-tooltip-auto[x-placement^=left] .arrow {
  right: 0;
  width: 0.4rem;
  height: 0.8rem;
}
.bs-tooltip-left .arrow::before, .bs-tooltip-auto[x-placement^=left] .arrow::before {
  left: 0;
  border-width: 0.4rem 0 0.4rem 0.4rem;
  border-left-color: #000;
}

.tooltip-inner {
  max-width: 200px;
  padding: 0.25rem 0.5rem;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 1.5rem;
}

.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: block;
  max-width: 276px;
  font-family: "LL Brown Light Web", "Turbinado Bold Pro", "Roboto", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.8125rem;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 1.5rem;
}
.popover .arrow {
  position: absolute;
  display: block;
  width: 1rem;
  height: 0.5rem;
  margin: 0 1.5rem;
}
.popover .arrow::before, .popover .arrow::after {
  position: absolute;
  display: block;
  content: "";
  border-color: transparent;
  border-style: solid;
}

.bs-popover-top, .bs-popover-auto[x-placement^=top] {
  margin-bottom: 0.5rem;
}
.bs-popover-top .arrow, .bs-popover-auto[x-placement^=top] .arrow {
  bottom: calc((0.5rem + 1px) * -1);
}
.bs-popover-top .arrow::before, .bs-popover-auto[x-placement^=top] .arrow::before,
.bs-popover-top .arrow::after,
.bs-popover-auto[x-placement^=top] .arrow::after {
  border-width: 0.5rem 0.5rem 0;
}
.bs-popover-top .arrow::before, .bs-popover-auto[x-placement^=top] .arrow::before {
  bottom: 0;
  border-top-color: rgba(0, 0, 0, 0.25);
}
.bs-popover-top .arrow::after, .bs-popover-auto[x-placement^=top] .arrow::after {
  bottom: 1px;
  border-top-color: #fff;
}

.bs-popover-right, .bs-popover-auto[x-placement^=right] {
  margin-left: 0.5rem;
}
.bs-popover-right .arrow, .bs-popover-auto[x-placement^=right] .arrow {
  left: calc((0.5rem + 1px) * -1);
  width: 0.5rem;
  height: 1rem;
  margin: 1.5rem 0;
}
.bs-popover-right .arrow::before, .bs-popover-auto[x-placement^=right] .arrow::before,
.bs-popover-right .arrow::after,
.bs-popover-auto[x-placement^=right] .arrow::after {
  border-width: 0.5rem 0.5rem 0.5rem 0;
}
.bs-popover-right .arrow::before, .bs-popover-auto[x-placement^=right] .arrow::before {
  left: 0;
  border-right-color: rgba(0, 0, 0, 0.25);
}
.bs-popover-right .arrow::after, .bs-popover-auto[x-placement^=right] .arrow::after {
  left: 1px;
  border-right-color: #fff;
}

.bs-popover-bottom, .bs-popover-auto[x-placement^=bottom] {
  margin-top: 0.5rem;
}
.bs-popover-bottom .arrow, .bs-popover-auto[x-placement^=bottom] .arrow {
  top: calc((0.5rem + 1px) * -1);
}
.bs-popover-bottom .arrow::before, .bs-popover-auto[x-placement^=bottom] .arrow::before,
.bs-popover-bottom .arrow::after,
.bs-popover-auto[x-placement^=bottom] .arrow::after {
  border-width: 0 0.5rem 0.5rem 0.5rem;
}
.bs-popover-bottom .arrow::before, .bs-popover-auto[x-placement^=bottom] .arrow::before {
  top: 0;
  border-bottom-color: rgba(0, 0, 0, 0.25);
}
.bs-popover-bottom .arrow::after, .bs-popover-auto[x-placement^=bottom] .arrow::after {
  top: 1px;
  border-bottom-color: #fff;
}
.bs-popover-bottom .popover-header::before, .bs-popover-auto[x-placement^=bottom] .popover-header::before {
  position: absolute;
  top: 0;
  left: 50%;
  display: block;
  width: 1rem;
  margin-left: -0.5rem;
  content: "";
  border-bottom: 1px solid #f7f7f7;
}

.bs-popover-left, .bs-popover-auto[x-placement^=left] {
  margin-right: 0.5rem;
}
.bs-popover-left .arrow, .bs-popover-auto[x-placement^=left] .arrow {
  right: calc((0.5rem + 1px) * -1);
  width: 0.5rem;
  height: 1rem;
  margin: 1.5rem 0;
}
.bs-popover-left .arrow::before, .bs-popover-auto[x-placement^=left] .arrow::before,
.bs-popover-left .arrow::after,
.bs-popover-auto[x-placement^=left] .arrow::after {
  border-width: 0.5rem 0 0.5rem 0.5rem;
}
.bs-popover-left .arrow::before, .bs-popover-auto[x-placement^=left] .arrow::before {
  right: 0;
  border-left-color: rgba(0, 0, 0, 0.25);
}
.bs-popover-left .arrow::after, .bs-popover-auto[x-placement^=left] .arrow::after {
  right: 1px;
  border-left-color: #fff;
}

.popover-header {
  padding: 0.5rem 0.75rem;
  margin-bottom: 0;
  font-size: 1rem;
  color: inherit;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-top-left-radius: calc(1.5rem - 1px);
  border-top-right-radius: calc(1.5rem - 1px);
}
.popover-header:empty {
  display: none;
}

.popover-body {
  padding: 0.5rem 0.75rem;
  color: #0a233f;
}

.carousel {
  position: relative;
}

.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.carousel-item {
  position: relative;
  display: none;
  align-items: center;
  width: 100%;
  transition: transform 0.6s ease;
  backface-visibility: hidden;
  perspective: 1000px;
}
@media screen and (prefers-reduced-motion: reduce) {
  .carousel-item {
    transition: none;
  }
}

.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
  display: block;
}

.carousel-item-next,
.carousel-item-prev {
  position: absolute;
  top: 0;
}

.carousel-item-next.carousel-item-left,
.carousel-item-prev.carousel-item-right {
  transform: translateX(0);
}
@supports (transform-style: preserve-3d) {
  .carousel-item-next.carousel-item-left,
.carousel-item-prev.carousel-item-right {
    transform: translate3d(0, 0, 0);
  }
}

.carousel-item-next,
.active.carousel-item-right {
  transform: translateX(100%);
}
@supports (transform-style: preserve-3d) {
  .carousel-item-next,
.active.carousel-item-right {
    transform: translate3d(100%, 0, 0);
  }
}

.carousel-item-prev,
.active.carousel-item-left {
  transform: translateX(-100%);
}
@supports (transform-style: preserve-3d) {
  .carousel-item-prev,
.active.carousel-item-left {
    transform: translate3d(-100%, 0, 0);
  }
}

.carousel-fade .carousel-item {
  opacity: 0;
  transition-duration: 0.6s;
  transition-property: opacity;
}
.carousel-fade .carousel-item.active,
.carousel-fade .carousel-item-next.carousel-item-left,
.carousel-fade .carousel-item-prev.carousel-item-right {
  opacity: 1;
}
.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-right {
  opacity: 0;
}
.carousel-fade .carousel-item-next,
.carousel-fade .carousel-item-prev,
.carousel-fade .carousel-item.active,
.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-prev {
  transform: translateX(0);
}
@supports (transform-style: preserve-3d) {
  .carousel-fade .carousel-item-next,
.carousel-fade .carousel-item-prev,
.carousel-fade .carousel-item.active,
.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-prev {
    transform: translate3d(0, 0, 0);
  }
}

.carousel-control-prev,
.carousel-control-next {
  position: absolute;
  top: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 15%;
  color: #fff;
  text-align: center;
  opacity: 0.5;
}
.carousel-control-prev:hover, .carousel-control-prev:focus,
.carousel-control-next:hover,
.carousel-control-next:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  opacity: 0.9;
}

.carousel-control-prev {
  left: 0;
}

.carousel-control-next {
  right: 0;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
  display: inline-block;
  width: 20px;
  height: 20px;
  background: transparent no-repeat center center;
  background-size: 100% 100%;
}

.carousel-control-prev-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3E%3C/svg%3E");
}

.carousel-control-next-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3E%3C/svg%3E");
}

.carousel-indicators {
  position: absolute;
  right: 0;
  bottom: 10px;
  left: 0;
  z-index: 15;
  display: flex;
  justify-content: center;
  padding-left: 0;
  margin-right: 15%;
  margin-left: 15%;
  list-style: none;
}
.carousel-indicators li {
  position: relative;
  flex: 0 1 auto;
  width: 30px;
  height: 3px;
  margin-right: 3px;
  margin-left: 3px;
  text-indent: -999px;
  cursor: pointer;
  background-color: rgba(255, 255, 255, 0.5);
}
.carousel-indicators li::before {
  position: absolute;
  top: -10px;
  left: 0;
  display: inline-block;
  width: 100%;
  height: 10px;
  content: "";
}
.carousel-indicators li::after {
  position: absolute;
  bottom: -10px;
  left: 0;
  display: inline-block;
  width: 100%;
  height: 10px;
  content: "";
}
.carousel-indicators .active {
  background-color: #fff;
}

.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 20px;
  left: 15%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
}

.align-baseline {
  vertical-align: baseline !important;
}

.align-top {
  vertical-align: top !important;
}

.align-middle {
  vertical-align: middle !important;
}

.align-bottom {
  vertical-align: bottom !important;
}

.align-text-bottom {
  vertical-align: text-bottom !important;
}

.align-text-top {
  vertical-align: text-top !important;
}

.bg-primary {
  background-color: #0a233f !important;
}

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

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

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

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

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

.bg-info {
  background-color: #70C4E8 !important;
}

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

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

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

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

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

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

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

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

a.bg-dark:hover, a.bg-dark:focus,
button.bg-dark:hover,
button.bg-dark:focus {
  background-color: #1d2124 !important;
}

.bg-primary-light {
  background-color: #2f445c !important;
}

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

.bg-shop-primary {
  background-color: #0a233f !important;
}

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

.bg-shop-secondary {
  background-color: #2f445c !important;
}

a.bg-shop-secondary:hover, a.bg-shop-secondary:focus,
button.bg-shop-secondary:hover,
button.bg-shop-secondary:focus {
  background-color: #1e2b3a !important;
}

.bg-white {
  background-color: #fff !important;
}

.bg-transparent {
  background-color: transparent !important;
}

.border {
  border: 1px solid #dee2e6 !important;
}

.border-top {
  border-top: 1px solid #dee2e6 !important;
}

.border-right {
  border-right: 1px solid #dee2e6 !important;
}

.border-bottom {
  border-bottom: 1px solid #dee2e6 !important;
}

.border-left {
  border-left: 1px solid #dee2e6 !important;
}

.border-0 {
  border: 0 !important;
}

.border-top-0 {
  border-top: 0 !important;
}

.border-right-0 {
  border-right: 0 !important;
}

.border-bottom-0 {
  border-bottom: 0 !important;
}

.border-left-0 {
  border-left: 0 !important;
}

.border-primary {
  border-color: #0a233f !important;
}

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

.border-success {
  border-color: #B2D666 !important;
}

.border-info {
  border-color: #70C4E8 !important;
}

.border-warning {
  border-color: #F4AA4F !important;
}

.border-danger {
  border-color: #F4AA4F !important;
}

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

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

.border-primary-light {
  border-color: #2f445c !important;
}

.border-shop-primary {
  border-color: #0a233f !important;
}

.border-shop-secondary {
  border-color: #2f445c !important;
}

.border-white {
  border-color: #fff !important;
}

.rounded {
  border-radius: 1.5rem !important;
}

.rounded-top {
  border-top-left-radius: 1.5rem !important;
  border-top-right-radius: 1.5rem !important;
}

.rounded-right {
  border-top-right-radius: 1.5rem !important;
  border-bottom-right-radius: 1.5rem !important;
}

.rounded-bottom {
  border-bottom-right-radius: 1.5rem !important;
  border-bottom-left-radius: 1.5rem !important;
}

.rounded-left {
  border-top-left-radius: 1.5rem !important;
  border-bottom-left-radius: 1.5rem !important;
}

.rounded-circle {
  border-radius: 50% !important;
}

.rounded-0 {
  border-radius: 0 !important;
}

.clearfix::after {
  display: block;
  clear: both;
  content: "";
}

.d-none {
  display: none !important;
}

.d-inline {
  display: inline !important;
}

.d-inline-block {
  display: inline-block !important;
}

.d-block {
  display: block !important;
}

.d-table {
  display: table !important;
}

.d-table-row {
  display: table-row !important;
}

.d-table-cell {
  display: table-cell !important;
}

.d-flex, .page-header.page-header-std-full .page-header__container .page-header__row {
  display: flex !important;
}

.d-inline-flex {
  display: inline-flex !important;
}

@media (min-width: 576px) {
  .d-sm-none {
    display: none !important;
  }

  .d-sm-inline {
    display: inline !important;
  }

  .d-sm-inline-block {
    display: inline-block !important;
  }

  .d-sm-block {
    display: block !important;
  }

  .d-sm-table {
    display: table !important;
  }

  .d-sm-table-row {
    display: table-row !important;
  }

  .d-sm-table-cell {
    display: table-cell !important;
  }

  .d-sm-flex {
    display: flex !important;
  }

  .d-sm-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 768px) {
  .d-md-none {
    display: none !important;
  }

  .d-md-inline {
    display: inline !important;
  }

  .d-md-inline-block {
    display: inline-block !important;
  }

  .d-md-block {
    display: block !important;
  }

  .d-md-table {
    display: table !important;
  }

  .d-md-table-row {
    display: table-row !important;
  }

  .d-md-table-cell {
    display: table-cell !important;
  }

  .d-md-flex {
    display: flex !important;
  }

  .d-md-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 992px) {
  .d-lg-none {
    display: none !important;
  }

  .d-lg-inline {
    display: inline !important;
  }

  .d-lg-inline-block {
    display: inline-block !important;
  }

  .d-lg-block {
    display: block !important;
  }

  .d-lg-table {
    display: table !important;
  }

  .d-lg-table-row {
    display: table-row !important;
  }

  .d-lg-table-cell {
    display: table-cell !important;
  }

  .d-lg-flex {
    display: flex !important;
  }

  .d-lg-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 1320px) {
  .d-xl-none {
    display: none !important;
  }

  .d-xl-inline {
    display: inline !important;
  }

  .d-xl-inline-block {
    display: inline-block !important;
  }

  .d-xl-block {
    display: block !important;
  }

  .d-xl-table {
    display: table !important;
  }

  .d-xl-table-row {
    display: table-row !important;
  }

  .d-xl-table-cell {
    display: table-cell !important;
  }

  .d-xl-flex {
    display: flex !important;
  }

  .d-xl-inline-flex {
    display: inline-flex !important;
  }
}
@media print {
  .d-print-none {
    display: none !important;
  }

  .d-print-inline {
    display: inline !important;
  }

  .d-print-inline-block {
    display: inline-block !important;
  }

  .d-print-block {
    display: block !important;
  }

  .d-print-table {
    display: table !important;
  }

  .d-print-table-row {
    display: table-row !important;
  }

  .d-print-table-cell {
    display: table-cell !important;
  }

  .d-print-flex {
    display: flex !important;
  }

  .d-print-inline-flex {
    display: inline-flex !important;
  }
}
.embed-responsive {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden;
}
.embed-responsive::before {
  display: block;
  content: "";
}
.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.embed-responsive-21by9::before {
  padding-top: 42.8571428571%;
}

.embed-responsive-16by9::before {
  padding-top: 56.25%;
}

.embed-responsive-4by3::before {
  padding-top: 75%;
}

.embed-responsive-1by1::before {
  padding-top: 100%;
}

.flex-row {
  flex-direction: row !important;
}

.flex-column {
  flex-direction: column !important;
}

.flex-row-reverse {
  flex-direction: row-reverse !important;
}

.flex-column-reverse {
  flex-direction: column-reverse !important;
}

.flex-wrap {
  flex-wrap: wrap !important;
}

.flex-nowrap {
  flex-wrap: nowrap !important;
}

.flex-wrap-reverse {
  flex-wrap: wrap-reverse !important;
}

.flex-fill {
  flex: 1 1 auto !important;
}

.flex-grow-0 {
  flex-grow: 0 !important;
}

.flex-grow-1 {
  flex-grow: 1 !important;
}

.flex-shrink-0 {
  flex-shrink: 0 !important;
}

.flex-shrink-1 {
  flex-shrink: 1 !important;
}

.justify-content-start {
  justify-content: flex-start !important;
}

.justify-content-end {
  justify-content: flex-end !important;
}

.justify-content-center, .page-header.page-header-std-full .page-header__container .page-header__row {
  justify-content: center !important;
}

.justify-content-between {
  justify-content: space-between !important;
}

.justify-content-around {
  justify-content: space-around !important;
}

.align-items-start {
  align-items: flex-start !important;
}

.align-items-end {
  align-items: flex-end !important;
}

.align-items-center {
  align-items: center !important;
}

.align-items-baseline {
  align-items: baseline !important;
}

.align-items-stretch {
  align-items: stretch !important;
}

.align-content-start {
  align-content: flex-start !important;
}

.align-content-end {
  align-content: flex-end !important;
}

.align-content-center {
  align-content: center !important;
}

.align-content-between {
  align-content: space-between !important;
}

.align-content-around {
  align-content: space-around !important;
}

.align-content-stretch {
  align-content: stretch !important;
}

.align-self-auto {
  align-self: auto !important;
}

.align-self-start {
  align-self: flex-start !important;
}

.align-self-end {
  align-self: flex-end !important;
}

.align-self-center {
  align-self: center !important;
}

.align-self-baseline {
  align-self: baseline !important;
}

.align-self-stretch {
  align-self: stretch !important;
}

@media (min-width: 576px) {
  .flex-sm-row {
    flex-direction: row !important;
  }

  .flex-sm-column {
    flex-direction: column !important;
  }

  .flex-sm-row-reverse {
    flex-direction: row-reverse !important;
  }

  .flex-sm-column-reverse {
    flex-direction: column-reverse !important;
  }

  .flex-sm-wrap {
    flex-wrap: wrap !important;
  }

  .flex-sm-nowrap {
    flex-wrap: nowrap !important;
  }

  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

  .flex-sm-fill {
    flex: 1 1 auto !important;
  }

  .flex-sm-grow-0 {
    flex-grow: 0 !important;
  }

  .flex-sm-grow-1 {
    flex-grow: 1 !important;
  }

  .flex-sm-shrink-0 {
    flex-shrink: 0 !important;
  }

  .flex-sm-shrink-1 {
    flex-shrink: 1 !important;
  }

  .justify-content-sm-start {
    justify-content: flex-start !important;
  }

  .justify-content-sm-end {
    justify-content: flex-end !important;
  }

  .justify-content-sm-center {
    justify-content: center !important;
  }

  .justify-content-sm-between {
    justify-content: space-between !important;
  }

  .justify-content-sm-around {
    justify-content: space-around !important;
  }

  .align-items-sm-start {
    align-items: flex-start !important;
  }

  .align-items-sm-end {
    align-items: flex-end !important;
  }

  .align-items-sm-center {
    align-items: center !important;
  }

  .align-items-sm-baseline {
    align-items: baseline !important;
  }

  .align-items-sm-stretch {
    align-items: stretch !important;
  }

  .align-content-sm-start {
    align-content: flex-start !important;
  }

  .align-content-sm-end {
    align-content: flex-end !important;
  }

  .align-content-sm-center {
    align-content: center !important;
  }

  .align-content-sm-between {
    align-content: space-between !important;
  }

  .align-content-sm-around {
    align-content: space-around !important;
  }

  .align-content-sm-stretch {
    align-content: stretch !important;
  }

  .align-self-sm-auto {
    align-self: auto !important;
  }

  .align-self-sm-start {
    align-self: flex-start !important;
  }

  .align-self-sm-end {
    align-self: flex-end !important;
  }

  .align-self-sm-center {
    align-self: center !important;
  }

  .align-self-sm-baseline {
    align-self: baseline !important;
  }

  .align-self-sm-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 768px) {
  .flex-md-row {
    flex-direction: row !important;
  }

  .flex-md-column {
    flex-direction: column !important;
  }

  .flex-md-row-reverse {
    flex-direction: row-reverse !important;
  }

  .flex-md-column-reverse {
    flex-direction: column-reverse !important;
  }

  .flex-md-wrap {
    flex-wrap: wrap !important;
  }

  .flex-md-nowrap {
    flex-wrap: nowrap !important;
  }

  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

  .flex-md-fill {
    flex: 1 1 auto !important;
  }

  .flex-md-grow-0 {
    flex-grow: 0 !important;
  }

  .flex-md-grow-1 {
    flex-grow: 1 !important;
  }

  .flex-md-shrink-0 {
    flex-shrink: 0 !important;
  }

  .flex-md-shrink-1 {
    flex-shrink: 1 !important;
  }

  .justify-content-md-start {
    justify-content: flex-start !important;
  }

  .justify-content-md-end {
    justify-content: flex-end !important;
  }

  .justify-content-md-center {
    justify-content: center !important;
  }

  .justify-content-md-between {
    justify-content: space-between !important;
  }

  .justify-content-md-around {
    justify-content: space-around !important;
  }

  .align-items-md-start {
    align-items: flex-start !important;
  }

  .align-items-md-end {
    align-items: flex-end !important;
  }

  .align-items-md-center {
    align-items: center !important;
  }

  .align-items-md-baseline {
    align-items: baseline !important;
  }

  .align-items-md-stretch {
    align-items: stretch !important;
  }

  .align-content-md-start {
    align-content: flex-start !important;
  }

  .align-content-md-end {
    align-content: flex-end !important;
  }

  .align-content-md-center {
    align-content: center !important;
  }

  .align-content-md-between {
    align-content: space-between !important;
  }

  .align-content-md-around {
    align-content: space-around !important;
  }

  .align-content-md-stretch {
    align-content: stretch !important;
  }

  .align-self-md-auto {
    align-self: auto !important;
  }

  .align-self-md-start {
    align-self: flex-start !important;
  }

  .align-self-md-end {
    align-self: flex-end !important;
  }

  .align-self-md-center {
    align-self: center !important;
  }

  .align-self-md-baseline {
    align-self: baseline !important;
  }

  .align-self-md-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 992px) {
  .flex-lg-row {
    flex-direction: row !important;
  }

  .flex-lg-column {
    flex-direction: column !important;
  }

  .flex-lg-row-reverse {
    flex-direction: row-reverse !important;
  }

  .flex-lg-column-reverse {
    flex-direction: column-reverse !important;
  }

  .flex-lg-wrap {
    flex-wrap: wrap !important;
  }

  .flex-lg-nowrap {
    flex-wrap: nowrap !important;
  }

  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

  .flex-lg-fill {
    flex: 1 1 auto !important;
  }

  .flex-lg-grow-0 {
    flex-grow: 0 !important;
  }

  .flex-lg-grow-1 {
    flex-grow: 1 !important;
  }

  .flex-lg-shrink-0 {
    flex-shrink: 0 !important;
  }

  .flex-lg-shrink-1 {
    flex-shrink: 1 !important;
  }

  .justify-content-lg-start {
    justify-content: flex-start !important;
  }

  .justify-content-lg-end {
    justify-content: flex-end !important;
  }

  .justify-content-lg-center {
    justify-content: center !important;
  }

  .justify-content-lg-between {
    justify-content: space-between !important;
  }

  .justify-content-lg-around {
    justify-content: space-around !important;
  }

  .align-items-lg-start {
    align-items: flex-start !important;
  }

  .align-items-lg-end {
    align-items: flex-end !important;
  }

  .align-items-lg-center {
    align-items: center !important;
  }

  .align-items-lg-baseline {
    align-items: baseline !important;
  }

  .align-items-lg-stretch {
    align-items: stretch !important;
  }

  .align-content-lg-start {
    align-content: flex-start !important;
  }

  .align-content-lg-end {
    align-content: flex-end !important;
  }

  .align-content-lg-center {
    align-content: center !important;
  }

  .align-content-lg-between {
    align-content: space-between !important;
  }

  .align-content-lg-around {
    align-content: space-around !important;
  }

  .align-content-lg-stretch {
    align-content: stretch !important;
  }

  .align-self-lg-auto {
    align-self: auto !important;
  }

  .align-self-lg-start {
    align-self: flex-start !important;
  }

  .align-self-lg-end {
    align-self: flex-end !important;
  }

  .align-self-lg-center {
    align-self: center !important;
  }

  .align-self-lg-baseline {
    align-self: baseline !important;
  }

  .align-self-lg-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 1320px) {
  .flex-xl-row {
    flex-direction: row !important;
  }

  .flex-xl-column {
    flex-direction: column !important;
  }

  .flex-xl-row-reverse {
    flex-direction: row-reverse !important;
  }

  .flex-xl-column-reverse {
    flex-direction: column-reverse !important;
  }

  .flex-xl-wrap {
    flex-wrap: wrap !important;
  }

  .flex-xl-nowrap {
    flex-wrap: nowrap !important;
  }

  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

  .flex-xl-fill {
    flex: 1 1 auto !important;
  }

  .flex-xl-grow-0 {
    flex-grow: 0 !important;
  }

  .flex-xl-grow-1 {
    flex-grow: 1 !important;
  }

  .flex-xl-shrink-0 {
    flex-shrink: 0 !important;
  }

  .flex-xl-shrink-1 {
    flex-shrink: 1 !important;
  }

  .justify-content-xl-start {
    justify-content: flex-start !important;
  }

  .justify-content-xl-end {
    justify-content: flex-end !important;
  }

  .justify-content-xl-center {
    justify-content: center !important;
  }

  .justify-content-xl-between {
    justify-content: space-between !important;
  }

  .justify-content-xl-around {
    justify-content: space-around !important;
  }

  .align-items-xl-start {
    align-items: flex-start !important;
  }

  .align-items-xl-end {
    align-items: flex-end !important;
  }

  .align-items-xl-center {
    align-items: center !important;
  }

  .align-items-xl-baseline {
    align-items: baseline !important;
  }

  .align-items-xl-stretch {
    align-items: stretch !important;
  }

  .align-content-xl-start {
    align-content: flex-start !important;
  }

  .align-content-xl-end {
    align-content: flex-end !important;
  }

  .align-content-xl-center {
    align-content: center !important;
  }

  .align-content-xl-between {
    align-content: space-between !important;
  }

  .align-content-xl-around {
    align-content: space-around !important;
  }

  .align-content-xl-stretch {
    align-content: stretch !important;
  }

  .align-self-xl-auto {
    align-self: auto !important;
  }

  .align-self-xl-start {
    align-self: flex-start !important;
  }

  .align-self-xl-end {
    align-self: flex-end !important;
  }

  .align-self-xl-center {
    align-self: center !important;
  }

  .align-self-xl-baseline {
    align-self: baseline !important;
  }

  .align-self-xl-stretch {
    align-self: stretch !important;
  }
}
.float-left {
  float: left !important;
}

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

.float-none {
  float: none !important;
}

@media (min-width: 576px) {
  .float-sm-left {
    float: left !important;
  }

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

  .float-sm-none {
    float: none !important;
  }
}
@media (min-width: 768px) {
  .float-md-left {
    float: left !important;
  }

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

  .float-md-none {
    float: none !important;
  }
}
@media (min-width: 992px) {
  .float-lg-left {
    float: left !important;
  }

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

  .float-lg-none {
    float: none !important;
  }
}
@media (min-width: 1320px) {
  .float-xl-left {
    float: left !important;
  }

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

  .float-xl-none {
    float: none !important;
  }
}
.position-static {
  position: static !important;
}

.position-relative {
  position: relative !important;
}

.position-absolute {
  position: absolute !important;
}

.position-fixed {
  position: fixed !important;
}

.position-sticky {
  position: sticky !important;
}

.fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
}

.fixed-bottom {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030;
}

@supports (position: sticky) {
  .sticky-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}

.sr-only, .term-menu__radio input[type=radio], .screen-reader-text, .screen-reader-response, img.bg-src {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

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

.shadow-sm {
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
}

.shadow {
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}

.shadow-lg {
  box-shadow: 0 1.5rem 2rem 0 rgba(0, 0, 0, 0.1) !important;
}

.shadow-none {
  box-shadow: none !important;
}

.w-25 {
  width: 25% !important;
}

.w-50 {
  width: 50% !important;
}

.w-75 {
  width: 75% !important;
}

.w-100 {
  width: 100% !important;
}

.w-auto {
  width: auto !important;
}

.h-25 {
  height: 25% !important;
}

.h-50 {
  height: 50% !important;
}

.h-75 {
  height: 75% !important;
}

.h-100 {
  height: 100% !important;
}

.h-auto {
  height: auto !important;
}

.mw-100 {
  max-width: 100% !important;
}

.mh-100 {
  max-height: 100% !important;
}

.m-0 {
  margin: 0 !important;
}

.mt-0,
.my-0 {
  margin-top: 0 !important;
}

.mr-0,
.mx-0 {
  margin-right: 0 !important;
}

.mb-0,
.my-0 {
  margin-bottom: 0 !important;
}

.ml-0,
.mx-0 {
  margin-left: 0 !important;
}

.m-1 {
  margin: 0.25rem !important;
}

.mt-1,
.my-1 {
  margin-top: 0.25rem !important;
}

.mr-1,
.mx-1 {
  margin-right: 0.25rem !important;
}

.mb-1,
.my-1 {
  margin-bottom: 0.25rem !important;
}

.ml-1,
.mx-1 {
  margin-left: 0.25rem !important;
}

.m-2 {
  margin: 0.5rem !important;
}

.mt-2,
.my-2 {
  margin-top: 0.5rem !important;
}

.mr-2,
.mx-2 {
  margin-right: 0.5rem !important;
}

.mb-2,
.my-2 {
  margin-bottom: 0.5rem !important;
}

.ml-2,
.mx-2 {
  margin-left: 0.5rem !important;
}

.m-3 {
  margin: 1rem !important;
}

.mt-3,
.my-3 {
  margin-top: 1rem !important;
}

.mr-3,
.mx-3 {
  margin-right: 1rem !important;
}

.mb-3,
.my-3 {
  margin-bottom: 1rem !important;
}

.ml-3,
.mx-3 {
  margin-left: 1rem !important;
}

.m-4 {
  margin: 1.5rem !important;
}

.mt-4,
.my-4 {
  margin-top: 1.5rem !important;
}

.mr-4,
.mx-4 {
  margin-right: 1.5rem !important;
}

.mb-4,
.my-4 {
  margin-bottom: 1.5rem !important;
}

.ml-4,
.mx-4 {
  margin-left: 1.5rem !important;
}

.m-5 {
  margin: 3rem !important;
}

.mt-5,
.my-5 {
  margin-top: 3rem !important;
}

.mr-5,
.mx-5 {
  margin-right: 3rem !important;
}

.mb-5,
.my-5 {
  margin-bottom: 3rem !important;
}

.ml-5,
.mx-5 {
  margin-left: 3rem !important;
}

.p-0 {
  padding: 0 !important;
}

.pt-0,
.py-0 {
  padding-top: 0 !important;
}

.pr-0,
.px-0 {
  padding-right: 0 !important;
}

.pb-0,
.py-0 {
  padding-bottom: 0 !important;
}

.pl-0,
.px-0 {
  padding-left: 0 !important;
}

.p-1 {
  padding: 0.25rem !important;
}

.pt-1,
.py-1 {
  padding-top: 0.25rem !important;
}

.pr-1,
.px-1 {
  padding-right: 0.25rem !important;
}

.pb-1,
.py-1 {
  padding-bottom: 0.25rem !important;
}

.pl-1,
.px-1 {
  padding-left: 0.25rem !important;
}

.p-2 {
  padding: 0.5rem !important;
}

.pt-2,
.py-2 {
  padding-top: 0.5rem !important;
}

.pr-2,
.px-2 {
  padding-right: 0.5rem !important;
}

.pb-2,
.py-2 {
  padding-bottom: 0.5rem !important;
}

.pl-2,
.px-2 {
  padding-left: 0.5rem !important;
}

.p-3 {
  padding: 1rem !important;
}

.pt-3,
.py-3 {
  padding-top: 1rem !important;
}

.pr-3,
.px-3 {
  padding-right: 1rem !important;
}

.pb-3,
.py-3 {
  padding-bottom: 1rem !important;
}

.pl-3,
.px-3 {
  padding-left: 1rem !important;
}

.p-4 {
  padding: 1.5rem !important;
}

.pt-4,
.py-4 {
  padding-top: 1.5rem !important;
}

.pr-4,
.px-4 {
  padding-right: 1.5rem !important;
}

.pb-4,
.py-4 {
  padding-bottom: 1.5rem !important;
}

.pl-4,
.px-4 {
  padding-left: 1.5rem !important;
}

.p-5 {
  padding: 3rem !important;
}

.pt-5,
.py-5 {
  padding-top: 3rem !important;
}

.pr-5,
.px-5 {
  padding-right: 3rem !important;
}

.pb-5,
.py-5 {
  padding-bottom: 3rem !important;
}

.pl-5,
.px-5 {
  padding-left: 3rem !important;
}

.m-auto {
  margin: auto !important;
}

.mt-auto,
.my-auto {
  margin-top: auto !important;
}

.mr-auto,
.mx-auto {
  margin-right: auto !important;
}

.mb-auto,
.my-auto {
  margin-bottom: auto !important;
}

.ml-auto,
.mx-auto {
  margin-left: auto !important;
}

@media (min-width: 576px) {
  .m-sm-0 {
    margin: 0 !important;
  }

  .mt-sm-0,
.my-sm-0 {
    margin-top: 0 !important;
  }

  .mr-sm-0,
.mx-sm-0 {
    margin-right: 0 !important;
  }

  .mb-sm-0,
.my-sm-0 {
    margin-bottom: 0 !important;
  }

  .ml-sm-0,
.mx-sm-0 {
    margin-left: 0 !important;
  }

  .m-sm-1 {
    margin: 0.25rem !important;
  }

  .mt-sm-1,
.my-sm-1 {
    margin-top: 0.25rem !important;
  }

  .mr-sm-1,
.mx-sm-1 {
    margin-right: 0.25rem !important;
  }

  .mb-sm-1,
.my-sm-1 {
    margin-bottom: 0.25rem !important;
  }

  .ml-sm-1,
.mx-sm-1 {
    margin-left: 0.25rem !important;
  }

  .m-sm-2 {
    margin: 0.5rem !important;
  }

  .mt-sm-2,
.my-sm-2 {
    margin-top: 0.5rem !important;
  }

  .mr-sm-2,
.mx-sm-2 {
    margin-right: 0.5rem !important;
  }

  .mb-sm-2,
.my-sm-2 {
    margin-bottom: 0.5rem !important;
  }

  .ml-sm-2,
.mx-sm-2 {
    margin-left: 0.5rem !important;
  }

  .m-sm-3 {
    margin: 1rem !important;
  }

  .mt-sm-3,
.my-sm-3 {
    margin-top: 1rem !important;
  }

  .mr-sm-3,
.mx-sm-3 {
    margin-right: 1rem !important;
  }

  .mb-sm-3,
.my-sm-3 {
    margin-bottom: 1rem !important;
  }

  .ml-sm-3,
.mx-sm-3 {
    margin-left: 1rem !important;
  }

  .m-sm-4 {
    margin: 1.5rem !important;
  }

  .mt-sm-4,
.my-sm-4 {
    margin-top: 1.5rem !important;
  }

  .mr-sm-4,
.mx-sm-4 {
    margin-right: 1.5rem !important;
  }

  .mb-sm-4,
.my-sm-4 {
    margin-bottom: 1.5rem !important;
  }

  .ml-sm-4,
.mx-sm-4 {
    margin-left: 1.5rem !important;
  }

  .m-sm-5 {
    margin: 3rem !important;
  }

  .mt-sm-5,
.my-sm-5 {
    margin-top: 3rem !important;
  }

  .mr-sm-5,
.mx-sm-5 {
    margin-right: 3rem !important;
  }

  .mb-sm-5,
.my-sm-5 {
    margin-bottom: 3rem !important;
  }

  .ml-sm-5,
.mx-sm-5 {
    margin-left: 3rem !important;
  }

  .p-sm-0 {
    padding: 0 !important;
  }

  .pt-sm-0,
.py-sm-0 {
    padding-top: 0 !important;
  }

  .pr-sm-0,
.px-sm-0 {
    padding-right: 0 !important;
  }

  .pb-sm-0,
.py-sm-0 {
    padding-bottom: 0 !important;
  }

  .pl-sm-0,
.px-sm-0 {
    padding-left: 0 !important;
  }

  .p-sm-1 {
    padding: 0.25rem !important;
  }

  .pt-sm-1,
.py-sm-1 {
    padding-top: 0.25rem !important;
  }

  .pr-sm-1,
.px-sm-1 {
    padding-right: 0.25rem !important;
  }

  .pb-sm-1,
.py-sm-1 {
    padding-bottom: 0.25rem !important;
  }

  .pl-sm-1,
.px-sm-1 {
    padding-left: 0.25rem !important;
  }

  .p-sm-2 {
    padding: 0.5rem !important;
  }

  .pt-sm-2,
.py-sm-2 {
    padding-top: 0.5rem !important;
  }

  .pr-sm-2,
.px-sm-2 {
    padding-right: 0.5rem !important;
  }

  .pb-sm-2,
.py-sm-2 {
    padding-bottom: 0.5rem !important;
  }

  .pl-sm-2,
.px-sm-2 {
    padding-left: 0.5rem !important;
  }

  .p-sm-3 {
    padding: 1rem !important;
  }

  .pt-sm-3,
.py-sm-3 {
    padding-top: 1rem !important;
  }

  .pr-sm-3,
.px-sm-3 {
    padding-right: 1rem !important;
  }

  .pb-sm-3,
.py-sm-3 {
    padding-bottom: 1rem !important;
  }

  .pl-sm-3,
.px-sm-3 {
    padding-left: 1rem !important;
  }

  .p-sm-4 {
    padding: 1.5rem !important;
  }

  .pt-sm-4,
.py-sm-4 {
    padding-top: 1.5rem !important;
  }

  .pr-sm-4,
.px-sm-4 {
    padding-right: 1.5rem !important;
  }

  .pb-sm-4,
.py-sm-4 {
    padding-bottom: 1.5rem !important;
  }

  .pl-sm-4,
.px-sm-4 {
    padding-left: 1.5rem !important;
  }

  .p-sm-5 {
    padding: 3rem !important;
  }

  .pt-sm-5,
.py-sm-5 {
    padding-top: 3rem !important;
  }

  .pr-sm-5,
.px-sm-5 {
    padding-right: 3rem !important;
  }

  .pb-sm-5,
.py-sm-5 {
    padding-bottom: 3rem !important;
  }

  .pl-sm-5,
.px-sm-5 {
    padding-left: 3rem !important;
  }

  .m-sm-auto {
    margin: auto !important;
  }

  .mt-sm-auto,
.my-sm-auto {
    margin-top: auto !important;
  }

  .mr-sm-auto,
.mx-sm-auto {
    margin-right: auto !important;
  }

  .mb-sm-auto,
.my-sm-auto {
    margin-bottom: auto !important;
  }

  .ml-sm-auto,
.mx-sm-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 768px) {
  .m-md-0 {
    margin: 0 !important;
  }

  .mt-md-0,
.my-md-0 {
    margin-top: 0 !important;
  }

  .mr-md-0,
.mx-md-0 {
    margin-right: 0 !important;
  }

  .mb-md-0,
.my-md-0 {
    margin-bottom: 0 !important;
  }

  .ml-md-0,
.mx-md-0 {
    margin-left: 0 !important;
  }

  .m-md-1 {
    margin: 0.25rem !important;
  }

  .mt-md-1,
.my-md-1 {
    margin-top: 0.25rem !important;
  }

  .mr-md-1,
.mx-md-1 {
    margin-right: 0.25rem !important;
  }

  .mb-md-1,
.my-md-1 {
    margin-bottom: 0.25rem !important;
  }

  .ml-md-1,
.mx-md-1 {
    margin-left: 0.25rem !important;
  }

  .m-md-2 {
    margin: 0.5rem !important;
  }

  .mt-md-2,
.my-md-2 {
    margin-top: 0.5rem !important;
  }

  .mr-md-2,
.mx-md-2 {
    margin-right: 0.5rem !important;
  }

  .mb-md-2,
.my-md-2 {
    margin-bottom: 0.5rem !important;
  }

  .ml-md-2,
.mx-md-2 {
    margin-left: 0.5rem !important;
  }

  .m-md-3 {
    margin: 1rem !important;
  }

  .mt-md-3,
.my-md-3 {
    margin-top: 1rem !important;
  }

  .mr-md-3,
.mx-md-3 {
    margin-right: 1rem !important;
  }

  .mb-md-3,
.my-md-3 {
    margin-bottom: 1rem !important;
  }

  .ml-md-3,
.mx-md-3 {
    margin-left: 1rem !important;
  }

  .m-md-4 {
    margin: 1.5rem !important;
  }

  .mt-md-4,
.my-md-4 {
    margin-top: 1.5rem !important;
  }

  .mr-md-4,
.mx-md-4 {
    margin-right: 1.5rem !important;
  }

  .mb-md-4,
.my-md-4 {
    margin-bottom: 1.5rem !important;
  }

  .ml-md-4,
.mx-md-4 {
    margin-left: 1.5rem !important;
  }

  .m-md-5 {
    margin: 3rem !important;
  }

  .mt-md-5,
.my-md-5 {
    margin-top: 3rem !important;
  }

  .mr-md-5,
.mx-md-5 {
    margin-right: 3rem !important;
  }

  .mb-md-5,
.my-md-5 {
    margin-bottom: 3rem !important;
  }

  .ml-md-5,
.mx-md-5 {
    margin-left: 3rem !important;
  }

  .p-md-0 {
    padding: 0 !important;
  }

  .pt-md-0,
.py-md-0 {
    padding-top: 0 !important;
  }

  .pr-md-0,
.px-md-0 {
    padding-right: 0 !important;
  }

  .pb-md-0,
.py-md-0 {
    padding-bottom: 0 !important;
  }

  .pl-md-0,
.px-md-0 {
    padding-left: 0 !important;
  }

  .p-md-1 {
    padding: 0.25rem !important;
  }

  .pt-md-1,
.py-md-1 {
    padding-top: 0.25rem !important;
  }

  .pr-md-1,
.px-md-1 {
    padding-right: 0.25rem !important;
  }

  .pb-md-1,
.py-md-1 {
    padding-bottom: 0.25rem !important;
  }

  .pl-md-1,
.px-md-1 {
    padding-left: 0.25rem !important;
  }

  .p-md-2 {
    padding: 0.5rem !important;
  }

  .pt-md-2,
.py-md-2 {
    padding-top: 0.5rem !important;
  }

  .pr-md-2,
.px-md-2 {
    padding-right: 0.5rem !important;
  }

  .pb-md-2,
.py-md-2 {
    padding-bottom: 0.5rem !important;
  }

  .pl-md-2,
.px-md-2 {
    padding-left: 0.5rem !important;
  }

  .p-md-3 {
    padding: 1rem !important;
  }

  .pt-md-3,
.py-md-3 {
    padding-top: 1rem !important;
  }

  .pr-md-3,
.px-md-3 {
    padding-right: 1rem !important;
  }

  .pb-md-3,
.py-md-3 {
    padding-bottom: 1rem !important;
  }

  .pl-md-3,
.px-md-3 {
    padding-left: 1rem !important;
  }

  .p-md-4 {
    padding: 1.5rem !important;
  }

  .pt-md-4,
.py-md-4 {
    padding-top: 1.5rem !important;
  }

  .pr-md-4,
.px-md-4 {
    padding-right: 1.5rem !important;
  }

  .pb-md-4,
.py-md-4 {
    padding-bottom: 1.5rem !important;
  }

  .pl-md-4,
.px-md-4 {
    padding-left: 1.5rem !important;
  }

  .p-md-5 {
    padding: 3rem !important;
  }

  .pt-md-5,
.py-md-5 {
    padding-top: 3rem !important;
  }

  .pr-md-5,
.px-md-5 {
    padding-right: 3rem !important;
  }

  .pb-md-5,
.py-md-5 {
    padding-bottom: 3rem !important;
  }

  .pl-md-5,
.px-md-5 {
    padding-left: 3rem !important;
  }

  .m-md-auto {
    margin: auto !important;
  }

  .mt-md-auto,
.my-md-auto {
    margin-top: auto !important;
  }

  .mr-md-auto,
.mx-md-auto {
    margin-right: auto !important;
  }

  .mb-md-auto,
.my-md-auto {
    margin-bottom: auto !important;
  }

  .ml-md-auto,
.mx-md-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 992px) {
  .m-lg-0 {
    margin: 0 !important;
  }

  .mt-lg-0,
.my-lg-0 {
    margin-top: 0 !important;
  }

  .mr-lg-0,
.mx-lg-0 {
    margin-right: 0 !important;
  }

  .mb-lg-0,
.my-lg-0 {
    margin-bottom: 0 !important;
  }

  .ml-lg-0,
.mx-lg-0 {
    margin-left: 0 !important;
  }

  .m-lg-1 {
    margin: 0.25rem !important;
  }

  .mt-lg-1,
.my-lg-1 {
    margin-top: 0.25rem !important;
  }

  .mr-lg-1,
.mx-lg-1 {
    margin-right: 0.25rem !important;
  }

  .mb-lg-1,
.my-lg-1 {
    margin-bottom: 0.25rem !important;
  }

  .ml-lg-1,
.mx-lg-1 {
    margin-left: 0.25rem !important;
  }

  .m-lg-2 {
    margin: 0.5rem !important;
  }

  .mt-lg-2,
.my-lg-2 {
    margin-top: 0.5rem !important;
  }

  .mr-lg-2,
.mx-lg-2 {
    margin-right: 0.5rem !important;
  }

  .mb-lg-2,
.my-lg-2 {
    margin-bottom: 0.5rem !important;
  }

  .ml-lg-2,
.mx-lg-2 {
    margin-left: 0.5rem !important;
  }

  .m-lg-3 {
    margin: 1rem !important;
  }

  .mt-lg-3,
.my-lg-3 {
    margin-top: 1rem !important;
  }

  .mr-lg-3,
.mx-lg-3 {
    margin-right: 1rem !important;
  }

  .mb-lg-3,
.my-lg-3 {
    margin-bottom: 1rem !important;
  }

  .ml-lg-3,
.mx-lg-3 {
    margin-left: 1rem !important;
  }

  .m-lg-4 {
    margin: 1.5rem !important;
  }

  .mt-lg-4,
.my-lg-4 {
    margin-top: 1.5rem !important;
  }

  .mr-lg-4,
.mx-lg-4 {
    margin-right: 1.5rem !important;
  }

  .mb-lg-4,
.my-lg-4 {
    margin-bottom: 1.5rem !important;
  }

  .ml-lg-4,
.mx-lg-4 {
    margin-left: 1.5rem !important;
  }

  .m-lg-5 {
    margin: 3rem !important;
  }

  .mt-lg-5,
.my-lg-5 {
    margin-top: 3rem !important;
  }

  .mr-lg-5,
.mx-lg-5 {
    margin-right: 3rem !important;
  }

  .mb-lg-5,
.my-lg-5 {
    margin-bottom: 3rem !important;
  }

  .ml-lg-5,
.mx-lg-5 {
    margin-left: 3rem !important;
  }

  .p-lg-0 {
    padding: 0 !important;
  }

  .pt-lg-0,
.py-lg-0 {
    padding-top: 0 !important;
  }

  .pr-lg-0,
.px-lg-0 {
    padding-right: 0 !important;
  }

  .pb-lg-0,
.py-lg-0 {
    padding-bottom: 0 !important;
  }

  .pl-lg-0,
.px-lg-0 {
    padding-left: 0 !important;
  }

  .p-lg-1 {
    padding: 0.25rem !important;
  }

  .pt-lg-1,
.py-lg-1 {
    padding-top: 0.25rem !important;
  }

  .pr-lg-1,
.px-lg-1 {
    padding-right: 0.25rem !important;
  }

  .pb-lg-1,
.py-lg-1 {
    padding-bottom: 0.25rem !important;
  }

  .pl-lg-1,
.px-lg-1 {
    padding-left: 0.25rem !important;
  }

  .p-lg-2 {
    padding: 0.5rem !important;
  }

  .pt-lg-2,
.py-lg-2 {
    padding-top: 0.5rem !important;
  }

  .pr-lg-2,
.px-lg-2 {
    padding-right: 0.5rem !important;
  }

  .pb-lg-2,
.py-lg-2 {
    padding-bottom: 0.5rem !important;
  }

  .pl-lg-2,
.px-lg-2 {
    padding-left: 0.5rem !important;
  }

  .p-lg-3 {
    padding: 1rem !important;
  }

  .pt-lg-3,
.py-lg-3 {
    padding-top: 1rem !important;
  }

  .pr-lg-3,
.px-lg-3 {
    padding-right: 1rem !important;
  }

  .pb-lg-3,
.py-lg-3 {
    padding-bottom: 1rem !important;
  }

  .pl-lg-3,
.px-lg-3 {
    padding-left: 1rem !important;
  }

  .p-lg-4 {
    padding: 1.5rem !important;
  }

  .pt-lg-4,
.py-lg-4 {
    padding-top: 1.5rem !important;
  }

  .pr-lg-4,
.px-lg-4 {
    padding-right: 1.5rem !important;
  }

  .pb-lg-4,
.py-lg-4 {
    padding-bottom: 1.5rem !important;
  }

  .pl-lg-4,
.px-lg-4 {
    padding-left: 1.5rem !important;
  }

  .p-lg-5 {
    padding: 3rem !important;
  }

  .pt-lg-5,
.py-lg-5 {
    padding-top: 3rem !important;
  }

  .pr-lg-5,
.px-lg-5 {
    padding-right: 3rem !important;
  }

  .pb-lg-5,
.py-lg-5 {
    padding-bottom: 3rem !important;
  }

  .pl-lg-5,
.px-lg-5 {
    padding-left: 3rem !important;
  }

  .m-lg-auto {
    margin: auto !important;
  }

  .mt-lg-auto,
.my-lg-auto {
    margin-top: auto !important;
  }

  .mr-lg-auto,
.mx-lg-auto {
    margin-right: auto !important;
  }

  .mb-lg-auto,
.my-lg-auto {
    margin-bottom: auto !important;
  }

  .ml-lg-auto,
.mx-lg-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 1320px) {
  .m-xl-0 {
    margin: 0 !important;
  }

  .mt-xl-0,
.my-xl-0 {
    margin-top: 0 !important;
  }

  .mr-xl-0,
.mx-xl-0 {
    margin-right: 0 !important;
  }

  .mb-xl-0,
.my-xl-0 {
    margin-bottom: 0 !important;
  }

  .ml-xl-0,
.mx-xl-0 {
    margin-left: 0 !important;
  }

  .m-xl-1 {
    margin: 0.25rem !important;
  }

  .mt-xl-1,
.my-xl-1 {
    margin-top: 0.25rem !important;
  }

  .mr-xl-1,
.mx-xl-1 {
    margin-right: 0.25rem !important;
  }

  .mb-xl-1,
.my-xl-1 {
    margin-bottom: 0.25rem !important;
  }

  .ml-xl-1,
.mx-xl-1 {
    margin-left: 0.25rem !important;
  }

  .m-xl-2 {
    margin: 0.5rem !important;
  }

  .mt-xl-2,
.my-xl-2 {
    margin-top: 0.5rem !important;
  }

  .mr-xl-2,
.mx-xl-2 {
    margin-right: 0.5rem !important;
  }

  .mb-xl-2,
.my-xl-2 {
    margin-bottom: 0.5rem !important;
  }

  .ml-xl-2,
.mx-xl-2 {
    margin-left: 0.5rem !important;
  }

  .m-xl-3 {
    margin: 1rem !important;
  }

  .mt-xl-3,
.my-xl-3 {
    margin-top: 1rem !important;
  }

  .mr-xl-3,
.mx-xl-3 {
    margin-right: 1rem !important;
  }

  .mb-xl-3,
.my-xl-3 {
    margin-bottom: 1rem !important;
  }

  .ml-xl-3,
.mx-xl-3 {
    margin-left: 1rem !important;
  }

  .m-xl-4 {
    margin: 1.5rem !important;
  }

  .mt-xl-4,
.my-xl-4 {
    margin-top: 1.5rem !important;
  }

  .mr-xl-4,
.mx-xl-4 {
    margin-right: 1.5rem !important;
  }

  .mb-xl-4,
.my-xl-4 {
    margin-bottom: 1.5rem !important;
  }

  .ml-xl-4,
.mx-xl-4 {
    margin-left: 1.5rem !important;
  }

  .m-xl-5 {
    margin: 3rem !important;
  }

  .mt-xl-5,
.my-xl-5 {
    margin-top: 3rem !important;
  }

  .mr-xl-5,
.mx-xl-5 {
    margin-right: 3rem !important;
  }

  .mb-xl-5,
.my-xl-5 {
    margin-bottom: 3rem !important;
  }

  .ml-xl-5,
.mx-xl-5 {
    margin-left: 3rem !important;
  }

  .p-xl-0 {
    padding: 0 !important;
  }

  .pt-xl-0,
.py-xl-0 {
    padding-top: 0 !important;
  }

  .pr-xl-0,
.px-xl-0 {
    padding-right: 0 !important;
  }

  .pb-xl-0,
.py-xl-0 {
    padding-bottom: 0 !important;
  }

  .pl-xl-0,
.px-xl-0 {
    padding-left: 0 !important;
  }

  .p-xl-1 {
    padding: 0.25rem !important;
  }

  .pt-xl-1,
.py-xl-1 {
    padding-top: 0.25rem !important;
  }

  .pr-xl-1,
.px-xl-1 {
    padding-right: 0.25rem !important;
  }

  .pb-xl-1,
.py-xl-1 {
    padding-bottom: 0.25rem !important;
  }

  .pl-xl-1,
.px-xl-1 {
    padding-left: 0.25rem !important;
  }

  .p-xl-2 {
    padding: 0.5rem !important;
  }

  .pt-xl-2,
.py-xl-2 {
    padding-top: 0.5rem !important;
  }

  .pr-xl-2,
.px-xl-2 {
    padding-right: 0.5rem !important;
  }

  .pb-xl-2,
.py-xl-2 {
    padding-bottom: 0.5rem !important;
  }

  .pl-xl-2,
.px-xl-2 {
    padding-left: 0.5rem !important;
  }

  .p-xl-3 {
    padding: 1rem !important;
  }

  .pt-xl-3,
.py-xl-3 {
    padding-top: 1rem !important;
  }

  .pr-xl-3,
.px-xl-3 {
    padding-right: 1rem !important;
  }

  .pb-xl-3,
.py-xl-3 {
    padding-bottom: 1rem !important;
  }

  .pl-xl-3,
.px-xl-3 {
    padding-left: 1rem !important;
  }

  .p-xl-4 {
    padding: 1.5rem !important;
  }

  .pt-xl-4,
.py-xl-4 {
    padding-top: 1.5rem !important;
  }

  .pr-xl-4,
.px-xl-4 {
    padding-right: 1.5rem !important;
  }

  .pb-xl-4,
.py-xl-4 {
    padding-bottom: 1.5rem !important;
  }

  .pl-xl-4,
.px-xl-4 {
    padding-left: 1.5rem !important;
  }

  .p-xl-5 {
    padding: 3rem !important;
  }

  .pt-xl-5,
.py-xl-5 {
    padding-top: 3rem !important;
  }

  .pr-xl-5,
.px-xl-5 {
    padding-right: 3rem !important;
  }

  .pb-xl-5,
.py-xl-5 {
    padding-bottom: 3rem !important;
  }

  .pl-xl-5,
.px-xl-5 {
    padding-left: 3rem !important;
  }

  .m-xl-auto {
    margin: auto !important;
  }

  .mt-xl-auto,
.my-xl-auto {
    margin-top: auto !important;
  }

  .mr-xl-auto,
.mx-xl-auto {
    margin-right: auto !important;
  }

  .mb-xl-auto,
.my-xl-auto {
    margin-bottom: auto !important;
  }

  .ml-xl-auto,
.mx-xl-auto {
    margin-left: auto !important;
  }
}
.text-monospace {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

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

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

.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

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

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

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

@media (min-width: 576px) {
  .text-sm-left {
    text-align: left !important;
  }

  .text-sm-right {
    text-align: right !important;
  }

  .text-sm-center {
    text-align: center !important;
  }
}
@media (min-width: 768px) {
  .text-md-left {
    text-align: left !important;
  }

  .text-md-right {
    text-align: right !important;
  }

  .text-md-center {
    text-align: center !important;
  }
}
@media (min-width: 992px) {
  .text-lg-left {
    text-align: left !important;
  }

  .text-lg-right {
    text-align: right !important;
  }

  .text-lg-center {
    text-align: center !important;
  }
}
@media (min-width: 1320px) {
  .text-xl-left {
    text-align: left !important;
  }

  .text-xl-right {
    text-align: right !important;
  }

  .text-xl-center {
    text-align: center !important;
  }
}
.text-lowercase {
  text-transform: lowercase !important;
}

.text-uppercase {
  text-transform: uppercase !important;
}

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

.font-weight-light {
  font-weight: 300 !important;
}

.font-weight-normal {
  font-weight: 400 !important;
}

.font-weight-bold {
  font-weight: 700 !important;
}

.font-italic {
  font-style: italic !important;
}

.text-white {
  color: #fff !important;
}

.text-primary {
  color: #0a233f !important;
}

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

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

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

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

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

.text-info {
  color: #70C4E8 !important;
}

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

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

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

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

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

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

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

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

a.text-dark:hover, a.text-dark:focus {
  color: #1d2124 !important;
}

.text-primary-light {
  color: #2f445c !important;
}

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

.text-shop-primary {
  color: #0a233f !important;
}

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

.text-shop-secondary {
  color: #2f445c !important;
}

a.text-shop-secondary:hover, a.text-shop-secondary:focus {
  color: #1e2b3a !important;
}

.text-body {
  color: #0a233f !important;
}

.text-muted, .search-body .search-results-text, .pep-item__author, .bbp-pagination .bbp-pagination-count {
  color: #B0B0B0 !important;
}

.text-black-50 {
  color: rgba(0, 0, 0, 0.5) !important;
}

.text-white-50 {
  color: rgba(255, 255, 255, 0.5) !important;
}

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

.visible {
  visibility: visible !important;
}

.invisible {
  visibility: hidden !important;
}

@media print {
  *,
*::before,
*::after {
    text-shadow: none !important;
    box-shadow: none !important;
  }

  a:not(.btn):not(.account-cta__link):not(.bbp-pagination__more):not(.pagination__more) {
    text-decoration: underline;
  }

  abbr[title]::after {
    content: " (" attr(title) ")";
  }

  pre {
    white-space: pre-wrap !important;
  }

  pre,
blockquote {
    border: 1px solid #adb5bd;
    page-break-inside: avoid;
  }

  thead {
    display: table-header-group;
  }

  tr,
img {
    page-break-inside: avoid;
  }

  p, .wpcf7-form-control.wpcf7-radio, .wpcf7-form-control.wpcf7-checkbox,
h2,
h3 {
    orphans: 3;
    widows: 3;
  }

  h2,
h3 {
    page-break-after: avoid;
  }

  @page {
    size: a3;
  }
  body {
    min-width: 992px !important;
  }

  .container, .woocommerce-notice,
.woocommerce-message,
.woocommerce-error, .page-header.page-header-std-full .page-header__container, .fxc-form_embed.fxc-full-width .fxc-form_embed__container, body.libragirl .banner__container, .archive-loop__container, .modal-dialog.modal-full {
    min-width: 992px !important;
  }

  .navbar {
    display: none;
  }

  .badge {
    border: 1px solid #000;
  }

  .table {
    border-collapse: collapse !important;
  }
  .table td,
.table th {
    background-color: #fff !important;
  }

  .table-bordered th,
.table-bordered td {
    border: 1px solid #dee2e6 !important;
  }

  .table-dark {
    color: inherit;
  }
  .table-dark th,
.table-dark td,
.table-dark thead th,
.table-dark tbody + tbody {
    border-color: #dee2e6;
  }

  .table .thead-dark th {
    color: inherit;
    border-color: #dee2e6;
  }
}
/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: "FontAwesome";
  src: url("../fonts/font-awesome//fontawesome-webfont.eot?v=4.7.0");
  src: url("../fonts/font-awesome//fontawesome-webfont.eot?#iefix&v=4.7.0") format("embedded-opentype"), url("../fonts/font-awesome//fontawesome-webfont.woff2?v=4.7.0") format("woff2"), url("../fonts/font-awesome//fontawesome-webfont.woff?v=4.7.0") format("woff"), url("../fonts/font-awesome//fontawesome-webfont.ttf?v=4.7.0") format("truetype"), url("../fonts/font-awesome//fontawesome-webfont.svg?v=4.7.0#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal;
}
.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.3333333333em;
  line-height: 0.75em;
  vertical-align: -15%;
}

.fa-2x {
  font-size: 2em;
}

.fa-3x {
  font-size: 3em;
}

.fa-4x {
  font-size: 4em;
}

.fa-5x {
  font-size: 5em;
}

.fa-fw {
  width: 1.2857142857em;
  text-align: center;
}

.fa-ul {
  padding-left: 0;
  margin-left: 2.1428571429em;
  list-style-type: none;
}
.fa-ul > li {
  position: relative;
}

.fa-li {
  position: absolute;
  left: -2.1428571429em;
  width: 2.1428571429em;
  top: 0.1428571429em;
  text-align: center;
}
.fa-li.fa-lg {
  left: -1.8571428571em;
}

.fa-border {
  padding: 0.2em 0.25em 0.15em;
  border: solid 0.08em #eee;
  border-radius: 0.1em;
}

.fa-pull-left {
  float: left;
}

.fa-pull-right {
  float: right;
}

.fa.fa-pull-left {
  margin-right: 0.3em;
}
.fa.fa-pull-right {
  margin-left: 0.3em;
}

/* Deprecated as of 4.4.0 */
.pull-right {
  float: right;
}

.pull-left {
  float: left;
}

.fa.pull-left {
  margin-right: 0.3em;
}
.fa.pull-right {
  margin-left: 0.3em;
}

.fa-spin, .wpcf7 .ajax-loader.is-active::before, .featured-poll.ajax-loading .featured-poll__form-wrap::after {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}

.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8);
}

@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}

.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1);
}

.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1);
}

:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  filter: none;
}

.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}

.fa-stack-1x, .fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}

.fa-stack-1x {
  line-height: inherit;
}

.fa-stack-2x {
  font-size: 2em;
}

.fa-inverse {
  color: #fff;
}

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-glass:before {
  content: "";
}

.fa-music:before {
  content: "";
}

.fa-search:before {
  content: "";
}

.fa-envelope-o:before {
  content: "";
}

.fa-heart:before {
  content: "";
}

.fa-star:before {
  content: "";
}

.fa-star-o:before {
  content: "";
}

.fa-user:before {
  content: "";
}

.fa-film:before {
  content: "";
}

.fa-th-large:before {
  content: "";
}

.fa-th:before {
  content: "";
}

.fa-th-list:before {
  content: "";
}

.fa-check:before {
  content: "";
}

.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: "";
}

.fa-search-plus:before {
  content: "";
}

.fa-search-minus:before {
  content: "";
}

.fa-power-off:before {
  content: "";
}

.fa-signal:before {
  content: "";
}

.fa-gear:before,
.fa-cog:before {
  content: "";
}

.fa-trash-o:before {
  content: "";
}

.fa-home:before {
  content: "";
}

.fa-file-o:before {
  content: "";
}

.fa-clock-o:before {
  content: "";
}

.fa-road:before {
  content: "";
}

.fa-download:before {
  content: "";
}

.fa-arrow-circle-o-down:before {
  content: "";
}

.fa-arrow-circle-o-up:before {
  content: "";
}

.fa-inbox:before {
  content: "";
}

.fa-play-circle-o:before {
  content: "";
}

.fa-rotate-right:before,
.fa-repeat:before {
  content: "";
}

.fa-refresh:before {
  content: "";
}

.fa-list-alt:before {
  content: "";
}

.fa-lock:before {
  content: "";
}

.fa-flag:before {
  content: "";
}

.fa-headphones:before {
  content: "";
}

.fa-volume-off:before {
  content: "";
}

.fa-volume-down:before {
  content: "";
}

.fa-volume-up:before {
  content: "";
}

.fa-qrcode:before {
  content: "";
}

.fa-barcode:before {
  content: "";
}

.fa-tag:before {
  content: "";
}

.fa-tags:before {
  content: "";
}

.fa-book:before {
  content: "";
}

.fa-bookmark:before {
  content: "";
}

.fa-print:before {
  content: "";
}

.fa-camera:before {
  content: "";
}

.fa-font:before {
  content: "";
}

.fa-bold:before {
  content: "";
}

.fa-italic:before {
  content: "";
}

.fa-text-height:before {
  content: "";
}

.fa-text-width:before {
  content: "";
}

.fa-align-left:before {
  content: "";
}

.fa-align-center:before {
  content: "";
}

.fa-align-right:before {
  content: "";
}

.fa-align-justify:before {
  content: "";
}

.fa-list:before {
  content: "";
}

.fa-dedent:before,
.fa-outdent:before {
  content: "";
}

.fa-indent:before {
  content: "";
}

.fa-video-camera:before {
  content: "";
}

.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: "";
}

.fa-pencil:before {
  content: "";
}

.fa-map-marker:before {
  content: "";
}

.fa-adjust:before {
  content: "";
}

.fa-tint:before {
  content: "";
}

.fa-edit:before,
.fa-pencil-square-o:before {
  content: "";
}

.fa-share-square-o:before {
  content: "";
}

.fa-check-square-o:before {
  content: "";
}

.fa-arrows:before {
  content: "";
}

.fa-step-backward:before {
  content: "";
}

.fa-fast-backward:before {
  content: "";
}

.fa-backward:before {
  content: "";
}

.fa-play:before {
  content: "";
}

.fa-pause:before {
  content: "";
}

.fa-stop:before {
  content: "";
}

.fa-forward:before {
  content: "";
}

.fa-fast-forward:before {
  content: "";
}

.fa-step-forward:before {
  content: "";
}

.fa-eject:before {
  content: "";
}

.fa-chevron-left:before {
  content: "";
}

.fa-chevron-right:before {
  content: "";
}

.fa-plus-circle:before {
  content: "";
}

.fa-minus-circle:before {
  content: "";
}

.fa-times-circle:before {
  content: "";
}

.fa-check-circle:before {
  content: "";
}

.fa-question-circle:before {
  content: "";
}

.fa-info-circle:before {
  content: "";
}

.fa-crosshairs:before {
  content: "";
}

.fa-times-circle-o:before {
  content: "";
}

.fa-check-circle-o:before {
  content: "";
}

.fa-ban:before {
  content: "";
}

.fa-arrow-left:before {
  content: "";
}

.fa-arrow-right:before {
  content: "";
}

.fa-arrow-up:before {
  content: "";
}

.fa-arrow-down:before {
  content: "";
}

.fa-mail-forward:before,
.fa-share:before {
  content: "";
}

.fa-expand:before {
  content: "";
}

.fa-compress:before {
  content: "";
}

.fa-plus:before {
  content: "";
}

.fa-minus:before {
  content: "";
}

.fa-asterisk:before {
  content: "";
}

.fa-exclamation-circle:before {
  content: "";
}

.fa-gift:before {
  content: "";
}

.fa-leaf:before {
  content: "";
}

.fa-fire:before {
  content: "";
}

.fa-eye:before {
  content: "";
}

.fa-eye-slash:before {
  content: "";
}

.fa-warning:before,
.fa-exclamation-triangle:before {
  content: "";
}

.fa-plane:before {
  content: "";
}

.fa-calendar:before {
  content: "";
}

.fa-random:before {
  content: "";
}

.fa-comment:before {
  content: "";
}

.fa-magnet:before {
  content: "";
}

.fa-chevron-up:before {
  content: "";
}

.fa-chevron-down:before {
  content: "";
}

.fa-retweet:before {
  content: "";
}

.fa-shopping-cart:before {
  content: "";
}

.fa-folder:before {
  content: "";
}

.fa-folder-open:before {
  content: "";
}

.fa-arrows-v:before {
  content: "";
}

.fa-arrows-h:before {
  content: "";
}

.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: "";
}

.fa-twitter-square:before {
  content: "";
}

.fa-facebook-square:before {
  content: "";
}

.fa-camera-retro:before {
  content: "";
}

.fa-key:before {
  content: "";
}

.fa-gears:before,
.fa-cogs:before {
  content: "";
}

.fa-comments:before {
  content: "";
}

.fa-thumbs-o-up:before {
  content: "";
}

.fa-thumbs-o-down:before {
  content: "";
}

.fa-star-half:before {
  content: "";
}

.fa-heart-o:before {
  content: "";
}

.fa-sign-out:before {
  content: "";
}

.fa-linkedin-square:before {
  content: "";
}

.fa-thumb-tack:before {
  content: "";
}

.fa-external-link:before {
  content: "";
}

.fa-sign-in:before {
  content: "";
}

.fa-trophy:before {
  content: "";
}

.fa-github-square:before {
  content: "";
}

.fa-upload:before {
  content: "";
}

.fa-lemon-o:before {
  content: "";
}

.fa-phone:before {
  content: "";
}

.fa-square-o:before {
  content: "";
}

.fa-bookmark-o:before {
  content: "";
}

.fa-phone-square:before {
  content: "";
}

.fa-twitter:before {
  content: "";
}

.fa-facebook-f:before,
.fa-facebook:before {
  content: "";
}

.fa-github:before {
  content: "";
}

.fa-unlock:before {
  content: "";
}

.fa-credit-card:before {
  content: "";
}

.fa-feed:before,
.fa-rss:before {
  content: "";
}

.fa-hdd-o:before {
  content: "";
}

.fa-bullhorn:before {
  content: "";
}

.fa-bell:before {
  content: "";
}

.fa-certificate:before {
  content: "";
}

.fa-hand-o-right:before {
  content: "";
}

.fa-hand-o-left:before {
  content: "";
}

.fa-hand-o-up:before {
  content: "";
}

.fa-hand-o-down:before {
  content: "";
}

.fa-arrow-circle-left:before {
  content: "";
}

.fa-arrow-circle-right:before {
  content: "";
}

.fa-arrow-circle-up:before {
  content: "";
}

.fa-arrow-circle-down:before {
  content: "";
}

.fa-globe:before {
  content: "";
}

.fa-wrench:before {
  content: "";
}

.fa-tasks:before {
  content: "";
}

.fa-filter:before {
  content: "";
}

.fa-briefcase:before {
  content: "";
}

.fa-arrows-alt:before {
  content: "";
}

.fa-group:before,
.fa-users:before {
  content: "";
}

.fa-chain:before,
.fa-link:before {
  content: "";
}

.fa-cloud:before {
  content: "";
}

.fa-flask:before {
  content: "";
}

.fa-cut:before,
.fa-scissors:before {
  content: "";
}

.fa-copy:before,
.fa-files-o:before {
  content: "";
}

.fa-paperclip:before {
  content: "";
}

.fa-save:before,
.fa-floppy-o:before {
  content: "";
}

.fa-square:before {
  content: "";
}

.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: "";
}

.fa-list-ul:before {
  content: "";
}

.fa-list-ol:before {
  content: "";
}

.fa-strikethrough:before {
  content: "";
}

.fa-underline:before {
  content: "";
}

.fa-table:before {
  content: "";
}

.fa-magic:before {
  content: "";
}

.fa-truck:before {
  content: "";
}

.fa-pinterest:before {
  content: "";
}

.fa-pinterest-square:before {
  content: "";
}

.fa-google-plus-square:before {
  content: "";
}

.fa-google-plus:before {
  content: "";
}

.fa-money:before {
  content: "";
}

.fa-caret-down:before {
  content: "";
}

.fa-caret-up:before {
  content: "";
}

.fa-caret-left:before {
  content: "";
}

.fa-caret-right:before {
  content: "";
}

.fa-columns:before {
  content: "";
}

.fa-unsorted:before,
.fa-sort:before {
  content: "";
}

.fa-sort-down:before,
.fa-sort-desc:before {
  content: "";
}

.fa-sort-up:before,
.fa-sort-asc:before {
  content: "";
}

.fa-envelope:before {
  content: "";
}

.fa-linkedin:before {
  content: "";
}

.fa-rotate-left:before,
.fa-undo:before {
  content: "";
}

.fa-legal:before,
.fa-gavel:before {
  content: "";
}

.fa-dashboard:before,
.fa-tachometer:before {
  content: "";
}

.fa-comment-o:before {
  content: "";
}

.fa-comments-o:before {
  content: "";
}

.fa-flash:before,
.fa-bolt:before {
  content: "";
}

.fa-sitemap:before {
  content: "";
}

.fa-umbrella:before {
  content: "";
}

.fa-paste:before,
.fa-clipboard:before {
  content: "";
}

.fa-lightbulb-o:before {
  content: "";
}

.fa-exchange:before {
  content: "";
}

.fa-cloud-download:before {
  content: "";
}

.fa-cloud-upload:before {
  content: "";
}

.fa-user-md:before {
  content: "";
}

.fa-stethoscope:before {
  content: "";
}

.fa-suitcase:before {
  content: "";
}

.fa-bell-o:before {
  content: "";
}

.fa-coffee:before {
  content: "";
}

.fa-cutlery:before {
  content: "";
}

.fa-file-text-o:before {
  content: "";
}

.fa-building-o:before {
  content: "";
}

.fa-hospital-o:before {
  content: "";
}

.fa-ambulance:before {
  content: "";
}

.fa-medkit:before {
  content: "";
}

.fa-fighter-jet:before {
  content: "";
}

.fa-beer:before {
  content: "";
}

.fa-h-square:before {
  content: "";
}

.fa-plus-square:before {
  content: "";
}

.fa-angle-double-left:before {
  content: "";
}

.fa-angle-double-right:before {
  content: "";
}

.fa-angle-double-up:before {
  content: "";
}

.fa-angle-double-down:before {
  content: "";
}

.fa-angle-left:before {
  content: "";
}

.fa-angle-right:before {
  content: "";
}

.fa-angle-up:before {
  content: "";
}

.fa-angle-down:before {
  content: "";
}

.fa-desktop:before {
  content: "";
}

.fa-laptop:before {
  content: "";
}

.fa-tablet:before {
  content: "";
}

.fa-mobile-phone:before,
.fa-mobile:before {
  content: "";
}

.fa-circle-o:before {
  content: "";
}

.fa-quote-left:before {
  content: "";
}

.fa-quote-right:before {
  content: "";
}

.fa-spinner:before {
  content: "";
}

.fa-circle:before {
  content: "";
}

.fa-mail-reply:before,
.fa-reply:before {
  content: "";
}

.fa-github-alt:before {
  content: "";
}

.fa-folder-o:before {
  content: "";
}

.fa-folder-open-o:before {
  content: "";
}

.fa-smile-o:before {
  content: "";
}

.fa-frown-o:before {
  content: "";
}

.fa-meh-o:before {
  content: "";
}

.fa-gamepad:before {
  content: "";
}

.fa-keyboard-o:before {
  content: "";
}

.fa-flag-o:before {
  content: "";
}

.fa-flag-checkered:before {
  content: "";
}

.fa-terminal:before {
  content: "";
}

.fa-code:before {
  content: "";
}

.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: "";
}

.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "";
}

.fa-location-arrow:before {
  content: "";
}

.fa-crop:before {
  content: "";
}

.fa-code-fork:before {
  content: "";
}

.fa-unlink:before,
.fa-chain-broken:before {
  content: "";
}

.fa-question:before {
  content: "";
}

.fa-info:before {
  content: "";
}

.fa-exclamation:before {
  content: "";
}

.fa-superscript:before {
  content: "";
}

.fa-subscript:before {
  content: "";
}

.fa-eraser:before {
  content: "";
}

.fa-puzzle-piece:before {
  content: "";
}

.fa-microphone:before {
  content: "";
}

.fa-microphone-slash:before {
  content: "";
}

.fa-shield:before {
  content: "";
}

.fa-calendar-o:before {
  content: "";
}

.fa-fire-extinguisher:before {
  content: "";
}

.fa-rocket:before {
  content: "";
}

.fa-maxcdn:before {
  content: "";
}

.fa-chevron-circle-left:before {
  content: "";
}

.fa-chevron-circle-right:before {
  content: "";
}

.fa-chevron-circle-up:before {
  content: "";
}

.fa-chevron-circle-down:before {
  content: "";
}

.fa-html5:before {
  content: "";
}

.fa-css3:before {
  content: "";
}

.fa-anchor:before {
  content: "";
}

.fa-unlock-alt:before {
  content: "";
}

.fa-bullseye:before {
  content: "";
}

.fa-ellipsis-h:before {
  content: "";
}

.fa-ellipsis-v:before {
  content: "";
}

.fa-rss-square:before {
  content: "";
}

.fa-play-circle:before {
  content: "";
}

.fa-ticket:before {
  content: "";
}

.fa-minus-square:before {
  content: "";
}

.fa-minus-square-o:before {
  content: "";
}

.fa-level-up:before {
  content: "";
}

.fa-level-down:before {
  content: "";
}

.fa-check-square:before {
  content: "";
}

.fa-pencil-square:before {
  content: "";
}

.fa-external-link-square:before {
  content: "";
}

.fa-share-square:before {
  content: "";
}

.fa-compass:before {
  content: "";
}

.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: "";
}

.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: "";
}

.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: "";
}

.fa-euro:before,
.fa-eur:before {
  content: "";
}

.fa-gbp:before {
  content: "";
}

.fa-dollar:before,
.fa-usd:before {
  content: "";
}

.fa-rupee:before,
.fa-inr:before {
  content: "";
}

.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: "";
}

.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: "";
}

.fa-won:before,
.fa-krw:before {
  content: "";
}

.fa-bitcoin:before,
.fa-btc:before {
  content: "";
}

.fa-file:before {
  content: "";
}

.fa-file-text:before {
  content: "";
}

.fa-sort-alpha-asc:before {
  content: "";
}

.fa-sort-alpha-desc:before {
  content: "";
}

.fa-sort-amount-asc:before {
  content: "";
}

.fa-sort-amount-desc:before {
  content: "";
}

.fa-sort-numeric-asc:before {
  content: "";
}

.fa-sort-numeric-desc:before {
  content: "";
}

.fa-thumbs-up:before {
  content: "";
}

.fa-thumbs-down:before {
  content: "";
}

.fa-youtube-square:before {
  content: "";
}

.fa-youtube:before {
  content: "";
}

.fa-xing:before {
  content: "";
}

.fa-xing-square:before {
  content: "";
}

.fa-youtube-play:before {
  content: "";
}

.fa-dropbox:before {
  content: "";
}

.fa-stack-overflow:before {
  content: "";
}

.fa-instagram:before {
  content: "";
}

.fa-flickr:before {
  content: "";
}

.fa-adn:before {
  content: "";
}

.fa-bitbucket:before {
  content: "";
}

.fa-bitbucket-square:before {
  content: "";
}

.fa-tumblr:before {
  content: "";
}

.fa-tumblr-square:before {
  content: "";
}

.fa-long-arrow-down:before {
  content: "";
}

.fa-long-arrow-up:before {
  content: "";
}

.fa-long-arrow-left:before {
  content: "";
}

.fa-long-arrow-right:before {
  content: "";
}

.fa-apple:before {
  content: "";
}

.fa-windows:before {
  content: "";
}

.fa-android:before {
  content: "";
}

.fa-linux:before {
  content: "";
}

.fa-dribbble:before {
  content: "";
}

.fa-skype:before {
  content: "";
}

.fa-foursquare:before {
  content: "";
}

.fa-trello:before {
  content: "";
}

.fa-female:before {
  content: "";
}

.fa-male:before {
  content: "";
}

.fa-gittip:before,
.fa-gratipay:before {
  content: "";
}

.fa-sun-o:before {
  content: "";
}

.fa-moon-o:before {
  content: "";
}

.fa-archive:before {
  content: "";
}

.fa-bug:before {
  content: "";
}

.fa-vk:before {
  content: "";
}

.fa-weibo:before {
  content: "";
}

.fa-renren:before {
  content: "";
}

.fa-pagelines:before {
  content: "";
}

.fa-stack-exchange:before {
  content: "";
}

.fa-arrow-circle-o-right:before {
  content: "";
}

.fa-arrow-circle-o-left:before {
  content: "";
}

.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: "";
}

.fa-dot-circle-o:before {
  content: "";
}

.fa-wheelchair:before {
  content: "";
}

.fa-vimeo-square:before {
  content: "";
}

.fa-turkish-lira:before,
.fa-try:before {
  content: "";
}

.fa-plus-square-o:before {
  content: "";
}

.fa-space-shuttle:before {
  content: "";
}

.fa-slack:before {
  content: "";
}

.fa-envelope-square:before {
  content: "";
}

.fa-wordpress:before {
  content: "";
}

.fa-openid:before {
  content: "";
}

.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: "";
}

.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: "";
}

.fa-yahoo:before {
  content: "";
}

.fa-google:before {
  content: "";
}

.fa-reddit:before {
  content: "";
}

.fa-reddit-square:before {
  content: "";
}

.fa-stumbleupon-circle:before {
  content: "";
}

.fa-stumbleupon:before {
  content: "";
}

.fa-delicious:before {
  content: "";
}

.fa-digg:before {
  content: "";
}

.fa-pied-piper-pp:before {
  content: "";
}

.fa-pied-piper-alt:before {
  content: "";
}

.fa-drupal:before {
  content: "";
}

.fa-joomla:before {
  content: "";
}

.fa-language:before {
  content: "";
}

.fa-fax:before {
  content: "";
}

.fa-building:before {
  content: "";
}

.fa-child:before {
  content: "";
}

.fa-paw:before {
  content: "";
}

.fa-spoon:before {
  content: "";
}

.fa-cube:before {
  content: "";
}

.fa-cubes:before {
  content: "";
}

.fa-behance:before {
  content: "";
}

.fa-behance-square:before {
  content: "";
}

.fa-steam:before {
  content: "";
}

.fa-steam-square:before {
  content: "";
}

.fa-recycle:before {
  content: "";
}

.fa-automobile:before,
.fa-car:before {
  content: "";
}

.fa-cab:before,
.fa-taxi:before {
  content: "";
}

.fa-tree:before {
  content: "";
}

.fa-spotify:before {
  content: "";
}

.fa-deviantart:before {
  content: "";
}

.fa-soundcloud:before {
  content: "";
}

.fa-database:before {
  content: "";
}

.fa-file-pdf-o:before {
  content: "";
}

.fa-file-word-o:before {
  content: "";
}

.fa-file-excel-o:before {
  content: "";
}

.fa-file-powerpoint-o:before {
  content: "";
}

.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: "";
}

.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: "";
}

.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: "";
}

.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: "";
}

.fa-file-code-o:before {
  content: "";
}

.fa-vine:before {
  content: "";
}

.fa-codepen:before {
  content: "";
}

.fa-jsfiddle:before {
  content: "";
}

.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: "";
}

.fa-circle-o-notch:before {
  content: "";
}

.fa-ra:before,
.fa-resistance:before,
.fa-rebel:before {
  content: "";
}

.fa-ge:before,
.fa-empire:before {
  content: "";
}

.fa-git-square:before {
  content: "";
}

.fa-git:before {
  content: "";
}

.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
  content: "";
}

.fa-tencent-weibo:before {
  content: "";
}

.fa-qq:before {
  content: "";
}

.fa-wechat:before,
.fa-weixin:before {
  content: "";
}

.fa-send:before,
.fa-paper-plane:before {
  content: "";
}

.fa-send-o:before,
.fa-paper-plane-o:before {
  content: "";
}

.fa-history:before {
  content: "";
}

.fa-circle-thin:before {
  content: "";
}

.fa-header:before {
  content: "";
}

.fa-paragraph:before {
  content: "";
}

.fa-sliders:before {
  content: "";
}

.fa-share-alt:before {
  content: "";
}

.fa-share-alt-square:before {
  content: "";
}

.fa-bomb:before {
  content: "";
}

.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: "";
}

.fa-tty:before {
  content: "";
}

.fa-binoculars:before {
  content: "";
}

.fa-plug:before {
  content: "";
}

.fa-slideshare:before {
  content: "";
}

.fa-twitch:before {
  content: "";
}

.fa-yelp:before {
  content: "";
}

.fa-newspaper-o:before {
  content: "";
}

.fa-wifi:before {
  content: "";
}

.fa-calculator:before {
  content: "";
}

.fa-paypal:before {
  content: "";
}

.fa-google-wallet:before {
  content: "";
}

.fa-cc-visa:before {
  content: "";
}

.fa-cc-mastercard:before {
  content: "";
}

.fa-cc-discover:before {
  content: "";
}

.fa-cc-amex:before {
  content: "";
}

.fa-cc-paypal:before {
  content: "";
}

.fa-cc-stripe:before {
  content: "";
}

.fa-bell-slash:before {
  content: "";
}

.fa-bell-slash-o:before {
  content: "";
}

.fa-trash:before {
  content: "";
}

.fa-copyright:before {
  content: "";
}

.fa-at:before {
  content: "";
}

.fa-eyedropper:before {
  content: "";
}

.fa-paint-brush:before {
  content: "";
}

.fa-birthday-cake:before {
  content: "";
}

.fa-area-chart:before {
  content: "";
}

.fa-pie-chart:before {
  content: "";
}

.fa-line-chart:before {
  content: "";
}

.fa-lastfm:before {
  content: "";
}

.fa-lastfm-square:before {
  content: "";
}

.fa-toggle-off:before {
  content: "";
}

.fa-toggle-on:before {
  content: "";
}

.fa-bicycle:before {
  content: "";
}

.fa-bus:before {
  content: "";
}

.fa-ioxhost:before {
  content: "";
}

.fa-angellist:before {
  content: "";
}

.fa-cc:before {
  content: "";
}

.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: "";
}

.fa-meanpath:before {
  content: "";
}

.fa-buysellads:before {
  content: "";
}

.fa-connectdevelop:before {
  content: "";
}

.fa-dashcube:before {
  content: "";
}

.fa-forumbee:before {
  content: "";
}

.fa-leanpub:before {
  content: "";
}

.fa-sellsy:before {
  content: "";
}

.fa-shirtsinbulk:before {
  content: "";
}

.fa-simplybuilt:before {
  content: "";
}

.fa-skyatlas:before {
  content: "";
}

.fa-cart-plus:before {
  content: "";
}

.fa-cart-arrow-down:before {
  content: "";
}

.fa-diamond:before {
  content: "";
}

.fa-ship:before {
  content: "";
}

.fa-user-secret:before {
  content: "";
}

.fa-motorcycle:before {
  content: "";
}

.fa-street-view:before {
  content: "";
}

.fa-heartbeat:before {
  content: "";
}

.fa-venus:before {
  content: "";
}

.fa-mars:before {
  content: "";
}

.fa-mercury:before {
  content: "";
}

.fa-intersex:before,
.fa-transgender:before {
  content: "";
}

.fa-transgender-alt:before {
  content: "";
}

.fa-venus-double:before {
  content: "";
}

.fa-mars-double:before {
  content: "";
}

.fa-venus-mars:before {
  content: "";
}

.fa-mars-stroke:before {
  content: "";
}

.fa-mars-stroke-v:before {
  content: "";
}

.fa-mars-stroke-h:before {
  content: "";
}

.fa-neuter:before {
  content: "";
}

.fa-genderless:before {
  content: "";
}

.fa-facebook-official:before {
  content: "";
}

.fa-pinterest-p:before {
  content: "";
}

.fa-whatsapp:before {
  content: "";
}

.fa-server:before {
  content: "";
}

.fa-user-plus:before {
  content: "";
}

.fa-user-times:before {
  content: "";
}

.fa-hotel:before,
.fa-bed:before {
  content: "";
}

.fa-viacoin:before {
  content: "";
}

.fa-train:before {
  content: "";
}

.fa-subway:before {
  content: "";
}

.fa-medium:before {
  content: "";
}

.fa-yc:before,
.fa-y-combinator:before {
  content: "";
}

.fa-optin-monster:before {
  content: "";
}

.fa-opencart:before {
  content: "";
}

.fa-expeditedssl:before {
  content: "";
}

.fa-battery-4:before,
.fa-battery:before,
.fa-battery-full:before {
  content: "";
}

.fa-battery-3:before,
.fa-battery-three-quarters:before {
  content: "";
}

.fa-battery-2:before,
.fa-battery-half:before {
  content: "";
}

.fa-battery-1:before,
.fa-battery-quarter:before {
  content: "";
}

.fa-battery-0:before,
.fa-battery-empty:before {
  content: "";
}

.fa-mouse-pointer:before {
  content: "";
}

.fa-i-cursor:before {
  content: "";
}

.fa-object-group:before {
  content: "";
}

.fa-object-ungroup:before {
  content: "";
}

.fa-sticky-note:before {
  content: "";
}

.fa-sticky-note-o:before {
  content: "";
}

.fa-cc-jcb:before {
  content: "";
}

.fa-cc-diners-club:before {
  content: "";
}

.fa-clone:before {
  content: "";
}

.fa-balance-scale:before {
  content: "";
}

.fa-hourglass-o:before {
  content: "";
}

.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: "";
}

.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: "";
}

.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: "";
}

.fa-hourglass:before {
  content: "";
}

.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
  content: "";
}

.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
  content: "";
}

.fa-hand-scissors-o:before {
  content: "";
}

.fa-hand-lizard-o:before {
  content: "";
}

.fa-hand-spock-o:before {
  content: "";
}

.fa-hand-pointer-o:before {
  content: "";
}

.fa-hand-peace-o:before {
  content: "";
}

.fa-trademark:before {
  content: "";
}

.fa-registered:before {
  content: "";
}

.fa-creative-commons:before {
  content: "";
}

.fa-gg:before {
  content: "";
}

.fa-gg-circle:before {
  content: "";
}

.fa-tripadvisor:before {
  content: "";
}

.fa-odnoklassniki:before {
  content: "";
}

.fa-odnoklassniki-square:before {
  content: "";
}

.fa-get-pocket:before {
  content: "";
}

.fa-wikipedia-w:before {
  content: "";
}

.fa-safari:before {
  content: "";
}

.fa-chrome:before {
  content: "";
}

.fa-firefox:before {
  content: "";
}

.fa-opera:before {
  content: "";
}

.fa-internet-explorer:before {
  content: "";
}

.fa-tv:before,
.fa-television:before {
  content: "";
}

.fa-contao:before {
  content: "";
}

.fa-500px:before {
  content: "";
}

.fa-amazon:before {
  content: "";
}

.fa-calendar-plus-o:before {
  content: "";
}

.fa-calendar-minus-o:before {
  content: "";
}

.fa-calendar-times-o:before {
  content: "";
}

.fa-calendar-check-o:before {
  content: "";
}

.fa-industry:before {
  content: "";
}

.fa-map-pin:before {
  content: "";
}

.fa-map-signs:before {
  content: "";
}

.fa-map-o:before {
  content: "";
}

.fa-map:before {
  content: "";
}

.fa-commenting:before {
  content: "";
}

.fa-commenting-o:before {
  content: "";
}

.fa-houzz:before {
  content: "";
}

.fa-vimeo:before {
  content: "";
}

.fa-black-tie:before {
  content: "";
}

.fa-fonticons:before {
  content: "";
}

.fa-reddit-alien:before {
  content: "";
}

.fa-edge:before {
  content: "";
}

.fa-credit-card-alt:before {
  content: "";
}

.fa-codiepie:before {
  content: "";
}

.fa-modx:before {
  content: "";
}

.fa-fort-awesome:before {
  content: "";
}

.fa-usb:before {
  content: "";
}

.fa-product-hunt:before {
  content: "";
}

.fa-mixcloud:before {
  content: "";
}

.fa-scribd:before {
  content: "";
}

.fa-pause-circle:before {
  content: "";
}

.fa-pause-circle-o:before {
  content: "";
}

.fa-stop-circle:before {
  content: "";
}

.fa-stop-circle-o:before {
  content: "";
}

.fa-shopping-bag:before {
  content: "";
}

.fa-shopping-basket:before {
  content: "";
}

.fa-hashtag:before {
  content: "";
}

.fa-bluetooth:before {
  content: "";
}

.fa-bluetooth-b:before {
  content: "";
}

.fa-percent:before {
  content: "";
}

.fa-gitlab:before {
  content: "";
}

.fa-wpbeginner:before {
  content: "";
}

.fa-wpforms:before {
  content: "";
}

.fa-envira:before {
  content: "";
}

.fa-universal-access:before {
  content: "";
}

.fa-wheelchair-alt:before {
  content: "";
}

.fa-question-circle-o:before {
  content: "";
}

.fa-blind:before {
  content: "";
}

.fa-audio-description:before {
  content: "";
}

.fa-volume-control-phone:before {
  content: "";
}

.fa-braille:before {
  content: "";
}

.fa-assistive-listening-systems:before {
  content: "";
}

.fa-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
  content: "";
}

.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
  content: "";
}

.fa-glide:before {
  content: "";
}

.fa-glide-g:before {
  content: "";
}

.fa-signing:before,
.fa-sign-language:before {
  content: "";
}

.fa-low-vision:before {
  content: "";
}

.fa-viadeo:before {
  content: "";
}

.fa-viadeo-square:before {
  content: "";
}

.fa-snapchat:before {
  content: "";
}

.fa-snapchat-ghost:before {
  content: "";
}

.fa-snapchat-square:before {
  content: "";
}

.fa-pied-piper:before {
  content: "";
}

.fa-first-order:before {
  content: "";
}

.fa-yoast:before {
  content: "";
}

.fa-themeisle:before {
  content: "";
}

.fa-google-plus-circle:before,
.fa-google-plus-official:before {
  content: "";
}

.fa-fa:before,
.fa-font-awesome:before {
  content: "";
}

.fa-handshake-o:before {
  content: "";
}

.fa-envelope-open:before {
  content: "";
}

.fa-envelope-open-o:before {
  content: "";
}

.fa-linode:before {
  content: "";
}

.fa-address-book:before {
  content: "";
}

.fa-address-book-o:before {
  content: "";
}

.fa-vcard:before,
.fa-address-card:before {
  content: "";
}

.fa-vcard-o:before,
.fa-address-card-o:before {
  content: "";
}

.fa-user-circle:before {
  content: "";
}

.fa-user-circle-o:before {
  content: "";
}

.fa-user-o:before {
  content: "";
}

.fa-id-badge:before {
  content: "";
}

.fa-drivers-license:before,
.fa-id-card:before {
  content: "";
}

.fa-drivers-license-o:before,
.fa-id-card-o:before {
  content: "";
}

.fa-quora:before {
  content: "";
}

.fa-free-code-camp:before {
  content: "";
}

.fa-telegram:before {
  content: "";
}

.fa-thermometer-4:before,
.fa-thermometer:before,
.fa-thermometer-full:before {
  content: "";
}

.fa-thermometer-3:before,
.fa-thermometer-three-quarters:before {
  content: "";
}

.fa-thermometer-2:before,
.fa-thermometer-half:before {
  content: "";
}

.fa-thermometer-1:before,
.fa-thermometer-quarter:before {
  content: "";
}

.fa-thermometer-0:before,
.fa-thermometer-empty:before {
  content: "";
}

.fa-shower:before {
  content: "";
}

.fa-bathtub:before,
.fa-s15:before,
.fa-bath:before {
  content: "";
}

.fa-podcast:before {
  content: "";
}

.fa-window-maximize:before {
  content: "";
}

.fa-window-minimize:before {
  content: "";
}

.fa-window-restore:before {
  content: "";
}

.fa-times-rectangle:before,
.fa-window-close:before {
  content: "";
}

.fa-times-rectangle-o:before,
.fa-window-close-o:before {
  content: "";
}

.fa-bandcamp:before {
  content: "";
}

.fa-grav:before {
  content: "";
}

.fa-etsy:before {
  content: "";
}

.fa-imdb:before {
  content: "";
}

.fa-ravelry:before {
  content: "";
}

.fa-eercast:before {
  content: "";
}

.fa-microchip:before {
  content: "";
}

.fa-snowflake-o:before {
  content: "";
}

.fa-superpowers:before {
  content: "";
}

.fa-wpexplorer:before {
  content: "";
}

.fa-meetup:before {
  content: "";
}

.sr-only, .term-menu__radio input[type=radio], .screen-reader-text, .screen-reader-response, img.bg-src {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

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

.datepicker-container {
  background-color: #fff;
  direction: ltr;
  font-size: 12px;
  left: 0;
  line-height: 30px;
  position: fixed;
  -webkit-tap-highlight-color: transparent;
  top: 0;
  touch-action: none;
  -webkit-touch-callout: none;
  user-select: none;
  width: 210px;
  z-index: -1;
}
.datepicker-container::before, .datepicker-container::after {
  border: 5px solid transparent;
  content: " ";
  display: block;
  height: 0;
  position: absolute;
  width: 0;
}
.datepicker-dropdown {
  border: 1px solid #ccc;
  box-shadow: 0 3px 6px #ccc;
  box-sizing: content-box;
  position: absolute;
  z-index: 1;
}
.datepicker-inline {
  position: static;
}
.datepicker-top-left, .datepicker-top-right {
  border-top-color: #39f;
}
.datepicker-top-left::before, .datepicker-top-left::after, .datepicker-top-right::before, .datepicker-top-right::after {
  border-top: 0;
  left: 10px;
  top: -5px;
}
.datepicker-top-left::before, .datepicker-top-right::before {
  border-bottom-color: #39f;
}
.datepicker-top-left::after, .datepicker-top-right::after {
  border-bottom-color: #fff;
  top: -4px;
}
.datepicker-bottom-left, .datepicker-bottom-right {
  border-bottom-color: #39f;
}
.datepicker-bottom-left::before, .datepicker-bottom-left::after, .datepicker-bottom-right::before, .datepicker-bottom-right::after {
  border-bottom: 0;
  bottom: -5px;
  left: 10px;
}
.datepicker-bottom-left::before, .datepicker-bottom-right::before {
  border-top-color: #39f;
}
.datepicker-bottom-left::after, .datepicker-bottom-right::after {
  border-top-color: #fff;
  bottom: -4px;
}
.datepicker-top-right::before, .datepicker-top-right::after, .datepicker-bottom-right::before, .datepicker-bottom-right::after {
  left: auto;
  right: 10px;
}
.datepicker-panel > ul {
  margin: 0;
  padding: 0;
  width: 102%;
}
.datepicker-panel > ul::before, .datepicker-panel > ul::after {
  content: " ";
  display: table;
}
.datepicker-panel > ul::after {
  clear: both;
}
.datepicker-panel > ul > li {
  background-color: #fff;
  cursor: pointer;
  float: left;
  height: 30px;
  list-style: none;
  margin: 0;
  padding: 0;
  text-align: center;
  width: 30px;
}
.datepicker-panel > ul > li:hover {
  background-color: #e5f2ff;
}
.datepicker-panel > ul > li.muted, .datepicker-panel > ul > li.muted:hover {
  color: #999;
}
.datepicker-panel > ul > li.highlighted {
  background-color: #e5f2ff;
}
.datepicker-panel > ul > li.highlighted:hover {
  background-color: #cce5ff;
}
.datepicker-panel > ul > li.picked, .datepicker-panel > ul > li.picked:hover {
  color: #39f;
}
.datepicker-panel > ul > li.disabled, .datepicker-panel > ul > li.disabled:hover {
  background-color: #fff;
  color: #ccc;
  cursor: default;
}
.datepicker-panel > ul > li.disabled.highlighted, .datepicker-panel > ul > li.disabled:hover.highlighted {
  background-color: #e5f2ff;
}
.datepicker-panel > ul > li[data-view="years prev"], .datepicker-panel > ul > li[data-view="year prev"], .datepicker-panel > ul > li[data-view="month prev"], .datepicker-panel > ul > li[data-view="years next"], .datepicker-panel > ul > li[data-view="year next"], .datepicker-panel > ul > li[data-view="month next"], .datepicker-panel > ul > li[data-view=next] {
  font-size: 18px;
}
.datepicker-panel > ul > li[data-view="years current"], .datepicker-panel > ul > li[data-view="year current"], .datepicker-panel > ul > li[data-view="month current"] {
  width: 150px;
}
.datepicker-panel > ul[data-view=years] > li, .datepicker-panel > ul[data-view=months] > li {
  height: 52.5px;
  line-height: 52.5px;
  width: 52.5px;
}
.datepicker-panel > ul[data-view=week] > li,
.datepicker-panel > ul[data-view=week] > li:hover {
  background-color: #fff;
  cursor: default;
}
.datepicker-hide {
  display: none;
}

/**
 * Import npm dependencies
 *
 * Prefix your imports with `~` to grab from node_modules/
 * @see https://github.com/webpack-contrib/sass-loader#imports
 */
/** Import theme styles */
@font-face {
  font-family: "libra-icons";
  src: url("../fonts/libra-icons/libra-icons.eot?rqnfwu");
  src: url("../fonts/libra-icons/libra-icons.eot?rqnfwu#iefix") format("embedded-opentype"), url("../fonts/libra-icons/libra-icons.ttf?rqnfwu") format("truetype"), url("../fonts/libra-icons/libra-icons.woff?rqnfwu") format("woff"), url("../fonts/libra-icons/libra-icons.svg?rqnfwu#libra-icons") format("svg");
  font-weight: normal;
  font-style: normal;
}
[class^=lico-], [class*=" lico-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "libra-icons" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.lico-free-sample:before {
  content: "";
}

.lico-hearthands:before {
  content: "";
}

.lico-lightningbolt:before {
  content: "";
}

.lico-paperplane:before {
  content: "";
}

.lico-pencil:before {
  content: "";
}

.lico-stars:before {
  content: "";
}

.lico-starshine:before {
  content: "";
}

.lico-lipstick:before {
  content: "";
}

.lico-heart:before {
  content: "";
}

.lico-stroke-circle:before {
  content: "";
}

.lico-torso:before {
  content: "";
}

.lico-lips:before {
  content: "";
}

.lico-flower:before {
  content: "";
}

.lico-play:before {
  content: "";
}

.lico-absorbancy-low:before {
  content: "";
}

.lico-absorbancy-med:before {
  content: "";
}

.lico-absorbancy-high:before {
  content: "";
}

.lico-plus:before {
  content: "";
}

.lico-arrow-left:before {
  content: "";
}

.lico-arrow-right:before, .cta.lg-site.cta-tn .cta__icon:before, .article-bulletin .cta.lg-site.article__cta .cta__icon:before, .lg-site.cta-tn.wpcf7-submit .cta__icon:before, .article-bulletin .lg-site.wpcf7-submit.article__cta .cta__icon:before {
  content: "";
}

.lico-carousel-next:before {
  content: "";
}

.lico-carousel-previous:before {
  content: "";
}

.lico-cart:before {
  content: "";
}

.lico-close:before {
  content: "";
}

.lico-cta-stroke-large:before {
  content: "";
}

.lico-cta-stroke-medium:before {
  content: "";
}

.lico-cta-stroke-small:before {
  content: "";
}

.lico-download:before {
  content: "";
}

.lico-chevron-down:before {
  content: "";
}

.lico-dollar-sign:before {
  content: "";
}

.lico-triangle-down:before {
  content: "";
}

.lico-triangle-up:before {
  content: "";
}

.lico-comment:before {
  content: "";
}

.lico-view:before {
  content: "";
}

.lico-comment-alt:before {
  content: "";
}

.lico-likes:before {
  content: "";
}

.lico-libragirl-cta-stroke:before, .cta.lg-site.cta-love .cta__icon:before, .cta.lg-site.cta-lg.cta-love .cta__icon:before, .login-wrap__options .cta.lg-site.cta-love .cta__icon:before, .article-bulletin.bulletin_cat-competition .cta.lg-site.cta-love.article__cta .cta__icon:before, .cta.lg-site.cta-love.wpcf7-submit .cta__icon:before, .lg-site.cta-lg.cta-love.wpcf7-submit .cta__icon:before, .login-wrap__options .lg-site.cta-love.wpcf7-submit .cta__icon:before, .article-bulletin.bulletin_cat-competition .lg-site.cta-love.wpcf7-submit.article__cta .cta__icon:before, .lg-site.cta-love.wpcf7-submit .cta__icon:before {
  content: "";
}

.lico-libragirl-loopy-line-next:before, .cta.lg-site.cta-lg .cta__icon:before, .login-wrap__options .cta.lg-site .cta__icon:before, .article-bulletin.bulletin_cat-competition .cta.lg-site.article__cta .cta__icon:before, .cta.lg-site.wpcf7-submit .cta__icon:before, .lg-site.cta-lg.wpcf7-submit .cta__icon:before, .login-wrap__options .lg-site.wpcf7-submit .cta__icon:before, .article-bulletin.bulletin_cat-competition .lg-site.wpcf7-submit.article__cta .cta__icon:before, .lg-site.wpcf7-submit .cta__icon:before, .cta.lg-site.cta-sm .cta__icon:before, .lg-site.cta-sm.wpcf7-submit .cta__icon:before, .cta.lg-site .cta__icon:before {
  content: "";
}

.lico-libragirl-loopy-line-previous:before {
  content: "";
}

.lico-lock:before {
  content: "";
}

.lico-unlock:before {
  content: "";
}

.lico-long-pencil:before, .stroke-line:before {
  content: "";
}

.lico-minus:before {
  content: "";
}

.lico-phone:before {
  content: "";
}

.lico-triangle-right:before {
  content: "";
}

.lico-search:before {
  content: "";
}

.lico-shop:before {
  content: "";
}

.lico-short-pencil:before {
  content: "";
}

.lico-squiggly:before, .squiggle:before {
  content: "";
}

.lico-commenting:before {
  content: "";
}

.lico-user:before {
  content: "";
}

.ajax-output > .aniin {
  transition: all 0.3s ease-out;
}
.ajax-output > .aniin:not(.aniin-in) {
  opacity: 0;
  transform: translateY(5rem);
}

@keyframes fade-from-top {
  0% {
    opacity: 0;
    transform: translateY(-100%);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes slide-from-top {
  0% {
    transform: translateY(-100%);
  }
  100% {
    transform: translateX(0);
  }
}
@keyframes slide-from-right {
  0% {
    opacity: 0;
    transform: translateX(20px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes spin {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes sidebar-nudge {
  0% {
    transform: translateX(0);
  }
  3% {
    transform: translateX(-0.8rem);
  }
  6% {
    transform: translateX(0);
  }
  9% {
    transform: translateX(-0.3rem);
  }
  12% {
    transform: translateX(0);
  }
  15% {
    transform: translateX(-0.1rem);
  }
  17% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(0);
  }
}
@keyframes bounce {
  0%, 20%, 40% {
    transform: translate(-50%, 0);
  }
  70% {
    transform: translate(-50%, 8px);
  }
  100% {
    transform: translate(-50%, 0);
  }
}
@font-face {
  font-family: "LL Brown Bold Web";
  src: url("../fonts/LL_Brown/lineto-brown-bold.eot");
  src: url("../fonts/LL_Brown/lineto-brown-bold.eot?#iefix") format("embedded-opentype"), url("../fonts/LL_Brown/lineto-brown-bold.woff2") format("woff2"), url("../fonts/LL_Brown/lineto-brown-bold.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "LL Brown Bold Italic Web";
  src: url("../fonts/LL_Brown/lineto-brown-bolditalic.eot");
  src: url("../fonts/LL_Brown/lineto-brown-bolditalic.eot?#iefix") format("embedded-opentype"), url("../fonts/LL_Brown/lineto-brown-bolditalic.woff2") format("woff2"), url("../fonts/LL_Brown/lineto-brown-bolditalic.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
/* @font-face {
    font-family: "LL Brown Italic Alternate Web";
    src: url("../fonts/LL_Brown/lineto-brown-italicalt.eot");
    src: url("../fonts/LL_Brown/lineto-brown-italicalt.eot?#iefix") format("embedded-opentype"),
         url("../fonts/LL_Brown/lineto-brown-italicalt.woff2") format("woff2"),
         url("../fonts/LL_Brown/lineto-brown-italicalt.woff") format("woff");
    font-weight: normal;
    font-style: normal;
} */
@font-face {
  font-family: "LL Brown Light Web";
  src: url("../fonts/LL_Brown/lineto-brown-light.eot");
  src: url("../fonts/LL_Brown/lineto-brown-light.eot?#iefix") format("embedded-opentype"), url("../fonts/LL_Brown/lineto-brown-light.woff2") format("woff2"), url("../fonts/LL_Brown/lineto-brown-light.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "LL Brown Light Italic Web";
  src: url("../fonts/LL_Brown/lineto-brown-lightitalic.eot");
  src: url("../fonts/LL_Brown/lineto-brown-lightitalic.eot?#iefix") format("embedded-opentype"), url("../fonts/LL_Brown/lineto-brown-lightitalic.woff2") format("woff2"), url("../fonts/LL_Brown/lineto-brown-lightitalic.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
/* @font-face {
    font-family: "LL Brown Reclining Bold Alternate Web";
    src: url("../fonts/LL_Brown/lineto-brown-reclinboldalt.eot");
    src: url("../fonts/LL_Brown/lineto-brown-reclinboldalt.eot?#iefix") format("embedded-opentype"),
         url("../fonts/LL_Brown/lineto-brown-reclinboldalt.woff2") format("woff2"),
         url("../fonts/LL_Brown/lineto-brown-reclinboldalt.woff") format("woff");
    font-weight: normal;
    font-style: normal;
} */
/* @font-face {
    font-family: "LL Brown Reclining Regular Alternate Web";
    src: url("../fonts/LL_Brown/lineto-brown-reclinregularalt.eot");
    src: url("../fonts/LL_Brown/lineto-brown-reclinregularalt.eot?#iefix") format("embedded-opentype"),
         url("../fonts/LL_Brown/lineto-brown-reclinregularalt.woff2") format("woff2"),
         url("../fonts/LL_Brown/lineto-brown-reclinregularalt.woff") format("woff");
    font-weight: normal;
    font-style: normal;
} */
/* @font-face {
    font-family: "LL Brown Regular Alternate Web";
    src: url("../fonts/LL_Brown/lineto-brown-regularalt.eot");
    src: url("../fonts/LL_Brown/lineto-brown-regularalt.eot?#iefix") format("embedded-opentype"),
         url("../fonts/LL_Brown/lineto-brown-regularalt.woff2") format("woff2"),
         url("../fonts/LL_Brown/lineto-brown-regularalt.woff") format("woff");
    font-weight: normal;
    font-style: normal;
} */
/* Subsetted */
/* @font-face {
    font-family: "LL Brown Bold Sub";
    src: url("fonts_subsetted/lineto-brown-bold.eot");
    src: url("fonts_subsetted/lineto-brown-bold.eot?#iefix") format("embedded-opentype"),
         url("fonts_subsetted/lineto-brown-bold.woff2") format("woff2"),
         url("fonts_subsetted/lineto-brown-bold.woff") format("woff");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "LL Brown Bold Alternate Sub";
    src: url("fonts_subsetted/lineto-brown-boldalt.eot");
    src: url("fonts_subsetted/lineto-brown-boldalt.eot?#iefix") format("embedded-opentype"),
         url("fonts_subsetted/lineto-brown-boldalt.woff2") format("woff2"),
         url("fonts_subsetted/lineto-brown-boldalt.woff") format("woff");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "LL Brown Bold Italic Sub";
    src: url("fonts_subsetted/lineto-brown-bolditalic.eot");
    src: url("fonts_subsetted/lineto-brown-bolditalic.eot?#iefix") format("embedded-opentype"),
         url("fonts_subsetted/lineto-brown-bolditalic.woff2") format("woff2"),
         url("fonts_subsetted/lineto-brown-bolditalic.woff") format("woff");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "LL Brown Bold Italic Alternate Sub";
    src: url("fonts_subsetted/lineto-brown-bolditalicalt.eot");
    src: url("fonts_subsetted/lineto-brown-bolditalicalt.eot?#iefix") format("embedded-opentype"),
         url("fonts_subsetted/lineto-brown-bolditalicalt.woff2") format("woff2"),
         url("fonts_subsetted/lineto-brown-bolditalicalt.woff") format("woff");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "LL Brown Italic Sub";
    src: url("fonts_subsetted/lineto-brown-italic.eot");
    src: url("fonts_subsetted/lineto-brown-italic.eot?#iefix") format("embedded-opentype"),
         url("fonts_subsetted/lineto-brown-italic.woff2") format("woff2"),
         url("fonts_subsetted/lineto-brown-italic.woff") format("woff");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "LL Brown Italic Alternate Sub";
    src: url("fonts_subsetted/lineto-brown-italicalt.eot");
    src: url("fonts_subsetted/lineto-brown-italicalt.eot?#iefix") format("embedded-opentype"),
         url("fonts_subsetted/lineto-brown-italicalt.woff2") format("woff2"),
         url("fonts_subsetted/lineto-brown-italicalt.woff") format("woff");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "LL Brown Light Sub";
    src: url("fonts_subsetted/lineto-brown-light.eot");
    src: url("fonts_subsetted/lineto-brown-light.eot?#iefix") format("embedded-opentype"),
         url("fonts_subsetted/lineto-brown-light.woff2") format("woff2"),
         url("fonts_subsetted/lineto-brown-light.woff") format("woff");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "LL Brown Light Italic Sub";
    src: url("fonts_subsetted/lineto-brown-lightitalic.eot");
    src: url("fonts_subsetted/lineto-brown-lightitalic.eot?#iefix") format("embedded-opentype"),
         url("fonts_subsetted/lineto-brown-lightitalic.woff2") format("woff2"),
         url("fonts_subsetted/lineto-brown-lightitalic.woff") format("woff");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "LL Brown Reclining Bold Sub";
    src: url("fonts_subsetted/lineto-brown-reclinbold.eot");
    src: url("fonts_subsetted/lineto-brown-reclinbold.eot?#iefix") format("embedded-opentype"),
         url("fonts_subsetted/lineto-brown-reclinbold.woff2") format("woff2"),
         url("fonts_subsetted/lineto-brown-reclinbold.woff") format("woff");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "LL Brown Reclining Bold Alternate Sub";
    src: url("fonts_subsetted/lineto-brown-reclinboldalt.eot");
    src: url("fonts_subsetted/lineto-brown-reclinboldalt.eot?#iefix") format("embedded-opentype"),
         url("fonts_subsetted/lineto-brown-reclinboldalt.woff2") format("woff2"),
         url("fonts_subsetted/lineto-brown-reclinboldalt.woff") format("woff");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "LL Brown Reclining Light Sub";
    src: url("fonts_subsetted/lineto-brown-reclinlight.eot");
    src: url("fonts_subsetted/lineto-brown-reclinlight.eot?#iefix") format("embedded-opentype"),
         url("fonts_subsetted/lineto-brown-reclinlight.woff2") format("woff2"),
         url("fonts_subsetted/lineto-brown-reclinlight.woff") format("woff");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "LL Brown Reclining Regular Sub";
    src: url("fonts_subsetted/lineto-brown-reclinregular.eot");
    src: url("fonts_subsetted/lineto-brown-reclinregular.eot?#iefix") format("embedded-opentype"),
         url("fonts_subsetted/lineto-brown-reclinregular.woff2") format("woff2"),
         url("fonts_subsetted/lineto-brown-reclinregular.woff") format("woff");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "LL Brown Reclining Regular Alternate Sub";
    src: url("fonts_subsetted/lineto-brown-reclinregularalt.eot");
    src: url("fonts_subsetted/lineto-brown-reclinregularalt.eot?#iefix") format("embedded-opentype"),
         url("fonts_subsetted/lineto-brown-reclinregularalt.woff2") format("woff2"),
         url("fonts_subsetted/lineto-brown-reclinregularalt.woff") format("woff");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "LL Brown Reclining Thin Sub";
    src: url("fonts_subsetted/lineto-brown-reclinthin.eot");
    src: url("fonts_subsetted/lineto-brown-reclinthin.eot?#iefix") format("embedded-opentype"),
         url("fonts_subsetted/lineto-brown-reclinthin.woff2") format("woff2"),
         url("fonts_subsetted/lineto-brown-reclinthin.woff") format("woff");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "LL Brown Regular Sub";
    src: url("fonts_subsetted/lineto-brown-regular.eot");
    src: url("fonts_subsetted/lineto-brown-regular.eot?#iefix") format("embedded-opentype"),
         url("fonts_subsetted/lineto-brown-regular.woff2") format("woff2"),
         url("fonts_subsetted/lineto-brown-regular.woff") format("woff");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "LL Brown Regular Alternate Sub";
    src: url("fonts_subsetted/lineto-brown-regularalt.eot");
    src: url("fonts_subsetted/lineto-brown-regularalt.eot?#iefix") format("embedded-opentype"),
         url("fonts_subsetted/lineto-brown-regularalt.woff2") format("woff2"),
         url("fonts_subsetted/lineto-brown-regularalt.woff") format("woff");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "LL Brown Thin Sub";
    src: url("fonts_subsetted/lineto-brown-thin.eot");
    src: url("fonts_subsetted/lineto-brown-thin.eot?#iefix") format("embedded-opentype"),
         url("fonts_subsetted/lineto-brown-thin.woff2") format("woff2"),
         url("fonts_subsetted/lineto-brown-thin.woff") format("woff");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "LL Brown Thin Italic Sub";
    src: url("fonts_subsetted/lineto-brown-thinitalic.eot");
    src: url("fonts_subsetted/lineto-brown-thinitalic.eot?#iefix") format("embedded-opentype"),
         url("fonts_subsetted/lineto-brown-thinitalic.woff2") format("woff2"),
         url("fonts_subsetted/lineto-brown-thinitalic.woff") format("woff");
    font-weight: normal;
    font-style: normal;
} */
@font-face {
  font-family: "Turbinado Bold Pro";
  src: url("../fonts/reskin/TurbinadoBoldPro.otf") format("opentype"), url("../fonts/reskin/turbinadoboldpro-webfont.woff2") format("woff2"), url("../fonts/reskin/turbinadoboldpro-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "CoreSansNR15";
  src: url("../fonts/reskin/coresansnr15.otf") format("opentype"), url("../fonts/reskin/coresansnr15-webfont.woff2") format("woff2"), url("../fonts/reskin/coresansnr15-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "CoreSansNR25";
  src: url("../fonts/reskin/coresansnr25.otf") format("opentype"), url("../fonts/reskin/coresansnr25-webfont.woff2") format("woff2"), url("../fonts/reskin/coresansnr25-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "CoreSansNR45";
  src: url("../fonts/reskin/coresansnr45.otf") format("opentype"), url("../fonts/reskin/coresansnr45-webfont.woff2") format("woff2"), url("../fonts/reskin/coresansnr45-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "CoreSansNR55";
  src: url("../fonts/reskin/coresansnr55.otf") format("opentype"), url("../fonts/reskin/coresansnr55-webfont.woff2") format("woff2"), url("../fonts/reskin/coresansnr55-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "CoreSansNR65";
  src: url("../fonts/reskin/coresansnr65.otf") format("opentype"), url("../fonts/reskin/coresansnr65-webfont.woff2") format("woff2"), url("../fonts/reskin/coresansnr65-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
/*! Generated by Font Squirrel (https://www.fontsquirrel.com) on April 23, 2020 */
.lb400, .label select, .woocommerce-form label select, .my-account .woocommerce-address-fields__field-wrapper label select,
.woocommerce-billing-fields__field-wrapper label select,
.woocommerce-additional-fields__field-wrapper label select,
.woocommerce-account-fields label select,
.woocommerce-form-register label select,
.woocommerce-form-login label select,
.create-account__inner label select,
.woocommerce-form-coupon label select, .woocommerce-checkout-subform-wrap form .lost_password select, .woocommerce-MyAccount-content label select, .wpcf7 label select,
.label textarea,
.woocommerce-form label textarea,
.my-account .woocommerce-address-fields__field-wrapper label textarea,
.woocommerce-billing-fields__field-wrapper label textarea,
.woocommerce-additional-fields__field-wrapper label textarea,
.woocommerce-account-fields label textarea,
.woocommerce-form-register label textarea,
.woocommerce-form-login label textarea,
.create-account__inner label textarea,
.woocommerce-form-coupon label textarea,
.woocommerce-checkout-subform-wrap form .lost_password textarea,
.woocommerce-MyAccount-content label textarea,
.wpcf7 label textarea,
.label input,
.woocommerce-form label input,
.my-account .woocommerce-address-fields__field-wrapper label input,
.woocommerce-billing-fields__field-wrapper label input,
.woocommerce-additional-fields__field-wrapper label input,
.woocommerce-account-fields label input,
.woocommerce-form-register label input,
.woocommerce-form-login label input,
.create-account__inner label input,
.woocommerce-form-coupon label input,
.woocommerce-checkout-subform-wrap form .lost_password input,
.woocommerce-MyAccount-content label input,
.wpcf7 label input, .bootstrap-select .dropdown-toggle .filter-option {
  font-family: "LL Brown Light Web", "LL Brown Light Web", "Turbinado Bold Pro", "Roboto", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-weight: normal;
  font-style: normal;
}

.lb400i {
  font-family: "LL Brown Light Italic Web", "LL Brown Light Web", "Turbinado Bold Pro", "Roboto", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-weight: normal;
  font-style: normal;
}

.lb700, .shop_table.order_details .order-total, .cart_totals .shop_table .order-total, .shop_table.woocommerce-checkout-review-order-table .order-total, .cart-collaterals .shop_table .order-total, .icon-grid__item, .accordion__item-title, .display-2, .header-quicklinks .header-quicklinks__item-label, .switch-site-cta__prelabel, .switch-site-cta__label-sm, .bbpress ul.topic .bbp-topic-flags__item, .btn, .woocommerce-notice .button,
.woocommerce-message .button,
.woocommerce-error .button, .shop_table.cart .remove, .woocommerce-MyAccount-content .button,
.woocommerce-MyAccount-content a.button, .woocommerce-MyAccount-navigation ul li a, .single-product .button,
.woocommerce-order-received .button,
.woocommerce-checkout .button,
.woocommerce-cart .button, .page-landing__content .content-columns__cta-link,
.page-landing__content .fxc-mixed_cta .card__cta,
.page-landing__content .slide-pane__cta, .account-cta__link, .comment-form input[type=submit], .card__title, .category-slides .slide-pane__term, .bbp-pagination__more,
.pagination__more, .bbp-pagination .page-numbers:not(.dots),
.pg-link {
  font-family: "LL Brown Bold Web", "LL Brown Light Web", "Turbinado Bold Pro", "Roboto", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-weight: normal;
  font-style: normal;
}

.lb700i {
  font-family: "LL Brown Bold Italic Web", "LL Brown Light Web", "Turbinado Bold Pro", "Roboto", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-weight: normal;
  font-style: normal;
}

.tb400, .woocommerce-form em, .my-account .woocommerce-address-fields__field-wrapper em,
.woocommerce-billing-fields__field-wrapper em,
.woocommerce-additional-fields__field-wrapper em,
.woocommerce-account-fields em,
.woocommerce-form-register em,
.woocommerce-form-login em,
.create-account__inner em,
.woocommerce-form-coupon em, .display-5, .cta__label, .box-tabs__item .item-text-main, .display-ticker, .blog-ticker {
  font-family: "Turbinado Bold Pro", "LL Brown Light Web", "Turbinado Bold Pro", "Roboto", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
}

.csn15 {
  font-family: "CoreSansNR15", "LL Brown Light Web", "Turbinado Bold Pro", "Roboto", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
}

.csn25, h1, .h1, .login-wrap__header-body, .intro-fancy__header-title, .promo__title, .product-selector .product-selector__headline, .template-subscriptions .featured-products__headline, .page-header__title, .fxc-odd_spot .card__question-title, .fxc-form_embed__heading, .faq-multi__title, .cta-full-split__title, .f1, h2, .h2, .product-selector__tagline, .article-bulletin .article__title, body.libragirl .page-header.page-header-full .page-header__body, .page-header.page-header-intro .page-header__body, .accordion-set__title, .forum-content .new-topic-cta-wrap, .f2 {
  font-family: "CoreSansNR25", "LL Brown Light Web", "Turbinado Bold Pro", "Roboto", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
}

.csn45, h3, .h3, .variations_form .single_variation, .woocommerce-order-received .woocommerce-table tfoot tr:last-child, .cs-builder__details-billing, .lg_home__col-right .article .article__title, .fxc-featured_posts .card__headline, body.libragirl .banner .nav, .home-featured-posts .card__headline, legend, .featured-poll__question, .pep-item__counter .pep-counter, .cta-ask-gemmah__footer-cta .cta__label, .circle-box, .product-selector .number-badge, .cs-builder__steps-int, .f3, .login-wrap .login .input-text, .hero-text, .cta-subscriptions-block .card__text, .lead, .shop_table.order_details .order-total, .cart_totals .shop_table .order-total, .shop_table.woocommerce-checkout-review-order-table .order-total, .variations_form select, .woocommerce-notice,
.woocommerce-message,
.woocommerce-error, .shop_table.cart tbody, .cart-collaterals .cart_totals, .woocommerce-MyAccount-content-subscriptions .no_subscriptions, .page-header__body, .fxc-odd_spot .card__answer-title, .fxc-resources__desc, .custom-qty, .dropdown-select__toggle, .bbpress .bbp-topic-title .bbp-topic-permalink, .bbp-template-notice, .hot-topics__item-title, .forums-menu.forums-menu__type-full .forums-menu__item-label-text, .cta-ask-gemmah__answer, .bootstrap-select.big-select, .card-headline, .card__headline, .card-text, .card-link, .cta__card-link, .text-subnav, .footer-menu__nav, .cta-body, .cta-full-split__body, .login-footer, .login, .card__text {
  font-family: "CoreSansNR45", "LL Brown Light Web", "Turbinado Bold Pro", "Roboto", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
}

.csn55, .term-item, .term-menu__item {
  font-family: "CoreSansNR55", "LL Brown Light Web", "Turbinado Bold Pro", "Roboto", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
}

.csn65, h4, .h4, .shop_table thead, .woocommerce-order-received .addresses .woocommerce-column__title, .fxc-resources__heading, .box-tabs__item .item-text-name, .f4, h5, .h5, .login-wrap__footer, .variations_form .reset_variations, .sidebar-sealed-section__handle-label__close,
.sidebar-sealed-section__handle-label span, .fxc-pull_quote__attribution, .article-single .comment .comment-awaiting-moderation, .breadcrumbs, .menu-bar__header-title .item-pretext, .bbpress .bbp-topic-freshness .bbp-topic-reply-count, .hot-topics__item-count, .forums-menu.forums-menu__type-full .forums-menu__item-label-count, .f5, .sidebar-posts .article__term, h6, .h6, .f6, .nav-cta, .login .button .text, .cta-form.cta-form-collapse .cta-form__btn:not(.collapsed)::after, .cta .footer-cta, .wpcf7-submit .footer-cta, .text-nav, .cart-collaterals .shipping-calculator-button, .header-util-nav__item.sampling .icon-btn__label-link, .banner .nav, .archive-loop__header-title, .tag-lg, .tag-filter.no-dropdown .tag, .tab, .lg_home-intro__headline, .article.restricted_content-restricted .post-flags, .article__term, .hot-topics__header, .label, .woocommerce-form label, .my-account .woocommerce-address-fields__field-wrapper label,
.woocommerce-billing-fields__field-wrapper label,
.woocommerce-additional-fields__field-wrapper label,
.woocommerce-account-fields label,
.woocommerce-form-register label,
.woocommerce-form-login label,
.create-account__inner label,
.woocommerce-form-coupon label, .woocommerce-checkout-subform-wrap form .lost_password, .woocommerce-MyAccount-content label, .wpcf7 label, .tag-filter__dropdown__toggle, .tag-filter__clear-btn, .archive-clear-row__btn, .tag-filter__output-label, .bbpress li.bbp-header .bbp-topic-title, .pep-item__counter .pep-counter::after, .cta_inner, .lg_home .new-topic-cta__link-inner, .grid-item__simple .grid-item__cta-link-inner, .cta-products-fancy__cta-link-inner, .bottom-cta, .cta-form.cta-form-collapse .cta-form__btn, .article time, .nav-slides .nav-item,
.nav-tabs .nav-item, .card__title, .category-slides .slide-pane__term, .bbp-pagination,
.pagination {
  font-family: "CoreSansNR65", "LL Brown Light Web", "Turbinado Bold Pro", "Roboto", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
}

body {
  color: #0a233f;
  font-family: "CoreSansNR45", "LL Brown Light Web", "Turbinado Bold Pro", "Roboto", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  overflow-x: hidden;
  overflow-y: auto;
}

#document-wrap {
  overflow-x: hidden;
  overflow-y: visible;
}
#document-wrap::before {
  content: "";
  display: block;
  height: 6.0005rem;
}
body.libragirl #document-wrap::before {
  color: white;
  height: 6rem;
}
@media (min-width: 992px) {
  #document-wrap::before {
    height: 8.75rem;
  }
  body.libragirl #document-wrap::before {
    color: white;
    height: 6.875rem;
  }
}

main.main::before {
  display: block;
  content: "";
  height: 1px;
  margin-top: -1px;
}

@media (max-width: 575.98px) {
  .col-12, .woocommerce .col2-set > .col-1,
.woocommerce .col2-set > .col-2, .login-wrap__form-inner, .template-subscriptions .page-header__col, .article-single__header__col, .search-body__col, .fxc-form_embed.fxc-full-width .fxc-form_embed__col-text, .fxc-form_embed.fxc-full-width .fxc-form_embed__col-form, .featured-products .article, .archive-loop__sidebar, .archive-loop .article, .archive-loop__header, .archive-loop__posts-wrap {
    padding-left: 25px !important;
    padding-right: 25px !important;
  }
}
.col-12 .col-12, .woocommerce .col2-set > .col-1 .col-12,
.woocommerce .col2-set > .col-2 .col-12, .col-12 .woocommerce .col2-set > .col-1, .woocommerce .col-12 .col2-set > .col-1, .woocommerce .col2-set > .col-1 .col2-set > .col-1,
.woocommerce .col2-set > .col-2 .col2-set > .col-1,
.col-12 .woocommerce .col2-set > .col-2,
.woocommerce .col-12 .col2-set > .col-2,
.woocommerce .col2-set > .col-1 .col2-set > .col-2,
.woocommerce .col2-set > .col-2 .col2-set > .col-2, .login-wrap__form-inner .col-12, .login-wrap__form-inner .woocommerce .col2-set > .col-1, .woocommerce .login-wrap__form-inner .col2-set > .col-1,
.login-wrap__form-inner .woocommerce .col2-set > .col-2,
.woocommerce .login-wrap__form-inner .col2-set > .col-2, .col-12 .login-wrap__form-inner, .woocommerce .col2-set > .col-1 .login-wrap__form-inner,
.woocommerce .col2-set > .col-2 .login-wrap__form-inner, .login-wrap__form-inner .login-wrap__form-inner, .template-subscriptions .page-header__col .col-12, .template-subscriptions .page-header__col .woocommerce .col2-set > .col-1, .woocommerce .template-subscriptions .page-header__col .col2-set > .col-1,
.template-subscriptions .page-header__col .woocommerce .col2-set > .col-2,
.woocommerce .template-subscriptions .page-header__col .col2-set > .col-2, .template-subscriptions .page-header__col .login-wrap__form-inner, .col-12 .template-subscriptions .page-header__col, .woocommerce .col2-set > .col-1 .template-subscriptions .page-header__col,
.woocommerce .col2-set > .col-2 .template-subscriptions .page-header__col, .login-wrap__form-inner .template-subscriptions .page-header__col, .template-subscriptions .col-12 .page-header__col, .template-subscriptions .woocommerce .col2-set > .col-1 .page-header__col, .woocommerce .template-subscriptions .col2-set > .col-1 .page-header__col,
.template-subscriptions .woocommerce .col2-set > .col-2 .page-header__col,
.woocommerce .template-subscriptions .col2-set > .col-2 .page-header__col, .template-subscriptions .login-wrap__form-inner .page-header__col, .template-subscriptions .page-header__col .page-header__col, .article-single__header__col .col-12, .article-single__header__col .woocommerce .col2-set > .col-1, .woocommerce .article-single__header__col .col2-set > .col-1,
.article-single__header__col .woocommerce .col2-set > .col-2,
.woocommerce .article-single__header__col .col2-set > .col-2, .article-single__header__col .login-wrap__form-inner, .article-single__header__col .template-subscriptions .page-header__col, .template-subscriptions .article-single__header__col .page-header__col, .col-12 .article-single__header__col, .woocommerce .col2-set > .col-1 .article-single__header__col,
.woocommerce .col2-set > .col-2 .article-single__header__col, .login-wrap__form-inner .article-single__header__col, .template-subscriptions .page-header__col .article-single__header__col, .article-single__header__col .article-single__header__col, .search-body__col .col-12, .search-body__col .woocommerce .col2-set > .col-1, .woocommerce .search-body__col .col2-set > .col-1,
.search-body__col .woocommerce .col2-set > .col-2,
.woocommerce .search-body__col .col2-set > .col-2, .search-body__col .login-wrap__form-inner, .search-body__col .template-subscriptions .page-header__col, .template-subscriptions .search-body__col .page-header__col, .search-body__col .article-single__header__col, .col-12 .search-body__col, .woocommerce .col2-set > .col-1 .search-body__col,
.woocommerce .col2-set > .col-2 .search-body__col, .login-wrap__form-inner .search-body__col, .template-subscriptions .page-header__col .search-body__col, .article-single__header__col .search-body__col, .search-body__col .search-body__col, .fxc-form_embed.fxc-full-width .fxc-form_embed__col-text .col-12, .fxc-form_embed.fxc-full-width .fxc-form_embed__col-text .woocommerce .col2-set > .col-1, .woocommerce .fxc-form_embed.fxc-full-width .fxc-form_embed__col-text .col2-set > .col-1,
.fxc-form_embed.fxc-full-width .fxc-form_embed__col-text .woocommerce .col2-set > .col-2,
.woocommerce .fxc-form_embed.fxc-full-width .fxc-form_embed__col-text .col2-set > .col-2, .fxc-form_embed.fxc-full-width .fxc-form_embed__col-text .login-wrap__form-inner, .fxc-form_embed.fxc-full-width .fxc-form_embed__col-text .template-subscriptions .page-header__col, .template-subscriptions .fxc-form_embed.fxc-full-width .fxc-form_embed__col-text .page-header__col, .fxc-form_embed.fxc-full-width .fxc-form_embed__col-text .article-single__header__col, .fxc-form_embed.fxc-full-width .fxc-form_embed__col-text .search-body__col, .fxc-form_embed.fxc-full-width .fxc-form_embed__col-form .col-12, .fxc-form_embed.fxc-full-width .fxc-form_embed__col-form .woocommerce .col2-set > .col-1, .woocommerce .fxc-form_embed.fxc-full-width .fxc-form_embed__col-form .col2-set > .col-1,
.fxc-form_embed.fxc-full-width .fxc-form_embed__col-form .woocommerce .col2-set > .col-2,
.woocommerce .fxc-form_embed.fxc-full-width .fxc-form_embed__col-form .col2-set > .col-2, .fxc-form_embed.fxc-full-width .fxc-form_embed__col-form .login-wrap__form-inner, .fxc-form_embed.fxc-full-width .fxc-form_embed__col-form .template-subscriptions .page-header__col, .template-subscriptions .fxc-form_embed.fxc-full-width .fxc-form_embed__col-form .page-header__col, .fxc-form_embed.fxc-full-width .fxc-form_embed__col-form .article-single__header__col, .fxc-form_embed.fxc-full-width .fxc-form_embed__col-form .search-body__col, .col-12 .fxc-form_embed.fxc-full-width .fxc-form_embed__col-text, .woocommerce .col2-set > .col-1 .fxc-form_embed.fxc-full-width .fxc-form_embed__col-text,
.woocommerce .col2-set > .col-2 .fxc-form_embed.fxc-full-width .fxc-form_embed__col-text, .login-wrap__form-inner .fxc-form_embed.fxc-full-width .fxc-form_embed__col-text, .template-subscriptions .page-header__col .fxc-form_embed.fxc-full-width .fxc-form_embed__col-text, .article-single__header__col .fxc-form_embed.fxc-full-width .fxc-form_embed__col-text, .search-body__col .fxc-form_embed.fxc-full-width .fxc-form_embed__col-text, .fxc-form_embed.fxc-full-width .col-12 .fxc-form_embed__col-text, .fxc-form_embed.fxc-full-width .woocommerce .col2-set > .col-1 .fxc-form_embed__col-text, .woocommerce .fxc-form_embed.fxc-full-width .col2-set > .col-1 .fxc-form_embed__col-text,
.fxc-form_embed.fxc-full-width .woocommerce .col2-set > .col-2 .fxc-form_embed__col-text,
.woocommerce .fxc-form_embed.fxc-full-width .col2-set > .col-2 .fxc-form_embed__col-text, .fxc-form_embed.fxc-full-width .login-wrap__form-inner .fxc-form_embed__col-text, .fxc-form_embed.fxc-full-width .template-subscriptions .page-header__col .fxc-form_embed__col-text, .template-subscriptions .fxc-form_embed.fxc-full-width .page-header__col .fxc-form_embed__col-text, .fxc-form_embed.fxc-full-width .article-single__header__col .fxc-form_embed__col-text, .fxc-form_embed.fxc-full-width .search-body__col .fxc-form_embed__col-text, .fxc-form_embed.fxc-full-width .fxc-form_embed__col-text .fxc-form_embed__col-text, .fxc-form_embed.fxc-full-width .fxc-form_embed__col-form .fxc-form_embed__col-text, .col-12 .fxc-form_embed.fxc-full-width .fxc-form_embed__col-form, .woocommerce .col2-set > .col-1 .fxc-form_embed.fxc-full-width .fxc-form_embed__col-form,
.woocommerce .col2-set > .col-2 .fxc-form_embed.fxc-full-width .fxc-form_embed__col-form, .login-wrap__form-inner .fxc-form_embed.fxc-full-width .fxc-form_embed__col-form, .template-subscriptions .page-header__col .fxc-form_embed.fxc-full-width .fxc-form_embed__col-form, .article-single__header__col .fxc-form_embed.fxc-full-width .fxc-form_embed__col-form, .search-body__col .fxc-form_embed.fxc-full-width .fxc-form_embed__col-form, .fxc-form_embed.fxc-full-width .col-12 .fxc-form_embed__col-form, .fxc-form_embed.fxc-full-width .woocommerce .col2-set > .col-1 .fxc-form_embed__col-form, .woocommerce .fxc-form_embed.fxc-full-width .col2-set > .col-1 .fxc-form_embed__col-form,
.fxc-form_embed.fxc-full-width .woocommerce .col2-set > .col-2 .fxc-form_embed__col-form,
.woocommerce .fxc-form_embed.fxc-full-width .col2-set > .col-2 .fxc-form_embed__col-form, .fxc-form_embed.fxc-full-width .login-wrap__form-inner .fxc-form_embed__col-form, .fxc-form_embed.fxc-full-width .template-subscriptions .page-header__col .fxc-form_embed__col-form, .template-subscriptions .fxc-form_embed.fxc-full-width .page-header__col .fxc-form_embed__col-form, .fxc-form_embed.fxc-full-width .article-single__header__col .fxc-form_embed__col-form, .fxc-form_embed.fxc-full-width .search-body__col .fxc-form_embed__col-form, .fxc-form_embed.fxc-full-width .fxc-form_embed__col-text .fxc-form_embed__col-form, .fxc-form_embed.fxc-full-width .fxc-form_embed__col-form .fxc-form_embed__col-form, .featured-products .article .col-12, .featured-products .article .woocommerce .col2-set > .col-1, .woocommerce .featured-products .article .col2-set > .col-1,
.featured-products .article .woocommerce .col2-set > .col-2,
.woocommerce .featured-products .article .col2-set > .col-2, .featured-products .article .login-wrap__form-inner, .featured-products .article .template-subscriptions .page-header__col, .template-subscriptions .featured-products .article .page-header__col, .featured-products .article .article-single__header__col, .featured-products .article .search-body__col, .featured-products .article .fxc-form_embed.fxc-full-width .fxc-form_embed__col-text, .fxc-form_embed.fxc-full-width .featured-products .article .fxc-form_embed__col-text, .featured-products .article .fxc-form_embed.fxc-full-width .fxc-form_embed__col-form, .fxc-form_embed.fxc-full-width .featured-products .article .fxc-form_embed__col-form, .col-12 .featured-products .article, .woocommerce .col2-set > .col-1 .featured-products .article,
.woocommerce .col2-set > .col-2 .featured-products .article, .login-wrap__form-inner .featured-products .article, .template-subscriptions .page-header__col .featured-products .article, .article-single__header__col .featured-products .article, .search-body__col .featured-products .article, .fxc-form_embed.fxc-full-width .fxc-form_embed__col-text .featured-products .article, .fxc-form_embed.fxc-full-width .fxc-form_embed__col-form .featured-products .article, .featured-products .col-12 .article, .featured-products .woocommerce .col2-set > .col-1 .article, .woocommerce .featured-products .col2-set > .col-1 .article,
.featured-products .woocommerce .col2-set > .col-2 .article,
.woocommerce .featured-products .col2-set > .col-2 .article, .featured-products .login-wrap__form-inner .article, .featured-products .template-subscriptions .page-header__col .article, .template-subscriptions .featured-products .page-header__col .article, .featured-products .article-single__header__col .article, .featured-products .search-body__col .article, .featured-products .fxc-form_embed.fxc-full-width .fxc-form_embed__col-text .article, .fxc-form_embed.fxc-full-width .featured-products .fxc-form_embed__col-text .article, .featured-products .fxc-form_embed.fxc-full-width .fxc-form_embed__col-form .article, .fxc-form_embed.fxc-full-width .featured-products .fxc-form_embed__col-form .article, .featured-products .article .article, .archive-loop__sidebar .col-12, .archive-loop__sidebar .woocommerce .col2-set > .col-1, .woocommerce .archive-loop__sidebar .col2-set > .col-1,
.archive-loop__sidebar .woocommerce .col2-set > .col-2,
.woocommerce .archive-loop__sidebar .col2-set > .col-2, .archive-loop__sidebar .login-wrap__form-inner, .archive-loop__sidebar .template-subscriptions .page-header__col, .template-subscriptions .archive-loop__sidebar .page-header__col, .archive-loop__sidebar .article-single__header__col, .archive-loop__sidebar .search-body__col, .archive-loop__sidebar .fxc-form_embed.fxc-full-width .fxc-form_embed__col-text, .fxc-form_embed.fxc-full-width .archive-loop__sidebar .fxc-form_embed__col-text, .archive-loop__sidebar .fxc-form_embed.fxc-full-width .fxc-form_embed__col-form, .fxc-form_embed.fxc-full-width .archive-loop__sidebar .fxc-form_embed__col-form, .archive-loop__sidebar .featured-products .article, .featured-products .archive-loop__sidebar .article, .col-12 .archive-loop__sidebar, .woocommerce .col2-set > .col-1 .archive-loop__sidebar,
.woocommerce .col2-set > .col-2 .archive-loop__sidebar, .login-wrap__form-inner .archive-loop__sidebar, .template-subscriptions .page-header__col .archive-loop__sidebar, .article-single__header__col .archive-loop__sidebar, .search-body__col .archive-loop__sidebar, .fxc-form_embed.fxc-full-width .fxc-form_embed__col-text .archive-loop__sidebar, .fxc-form_embed.fxc-full-width .fxc-form_embed__col-form .archive-loop__sidebar, .featured-products .article .archive-loop__sidebar, .archive-loop__sidebar .archive-loop__sidebar, .archive-loop .article .col-12, .archive-loop .article .woocommerce .col2-set > .col-1, .woocommerce .archive-loop .article .col2-set > .col-1,
.archive-loop .article .woocommerce .col2-set > .col-2,
.woocommerce .archive-loop .article .col2-set > .col-2, .archive-loop .article .login-wrap__form-inner, .archive-loop .article .template-subscriptions .page-header__col, .template-subscriptions .archive-loop .article .page-header__col, .archive-loop .article .article-single__header__col, .archive-loop .article .search-body__col, .archive-loop .article .fxc-form_embed.fxc-full-width .fxc-form_embed__col-text, .fxc-form_embed.fxc-full-width .archive-loop .article .fxc-form_embed__col-text, .archive-loop .article .fxc-form_embed.fxc-full-width .fxc-form_embed__col-form, .fxc-form_embed.fxc-full-width .archive-loop .article .fxc-form_embed__col-form, .archive-loop .article .archive-loop__sidebar, .col-12 .archive-loop .article, .woocommerce .col2-set > .col-1 .archive-loop .article,
.woocommerce .col2-set > .col-2 .archive-loop .article, .login-wrap__form-inner .archive-loop .article, .template-subscriptions .page-header__col .archive-loop .article, .article-single__header__col .archive-loop .article, .search-body__col .archive-loop .article, .fxc-form_embed.fxc-full-width .fxc-form_embed__col-text .archive-loop .article, .fxc-form_embed.fxc-full-width .fxc-form_embed__col-form .archive-loop .article, .archive-loop__sidebar .archive-loop .article, .archive-loop .col-12 .article, .archive-loop .woocommerce .col2-set > .col-1 .article, .woocommerce .archive-loop .col2-set > .col-1 .article,
.archive-loop .woocommerce .col2-set > .col-2 .article,
.woocommerce .archive-loop .col2-set > .col-2 .article, .archive-loop .login-wrap__form-inner .article, .archive-loop .template-subscriptions .page-header__col .article, .template-subscriptions .archive-loop .page-header__col .article, .archive-loop .article-single__header__col .article, .archive-loop .search-body__col .article, .archive-loop .fxc-form_embed.fxc-full-width .fxc-form_embed__col-text .article, .fxc-form_embed.fxc-full-width .archive-loop .fxc-form_embed__col-text .article, .archive-loop .fxc-form_embed.fxc-full-width .fxc-form_embed__col-form .article, .fxc-form_embed.fxc-full-width .archive-loop .fxc-form_embed__col-form .article, .archive-loop .archive-loop__sidebar .article, .archive-loop .article .article, .archive-loop__header .col-12, .archive-loop__header .woocommerce .col2-set > .col-1, .woocommerce .archive-loop__header .col2-set > .col-1,
.archive-loop__header .woocommerce .col2-set > .col-2,
.woocommerce .archive-loop__header .col2-set > .col-2, .archive-loop__header .login-wrap__form-inner, .archive-loop__header .template-subscriptions .page-header__col, .template-subscriptions .archive-loop__header .page-header__col, .archive-loop__header .article-single__header__col, .archive-loop__header .search-body__col, .archive-loop__header .fxc-form_embed.fxc-full-width .fxc-form_embed__col-text, .fxc-form_embed.fxc-full-width .archive-loop__header .fxc-form_embed__col-text, .archive-loop__header .fxc-form_embed.fxc-full-width .fxc-form_embed__col-form, .fxc-form_embed.fxc-full-width .archive-loop__header .fxc-form_embed__col-form, .archive-loop__header .featured-products .article, .featured-products .archive-loop__header .article, .archive-loop__header .archive-loop__sidebar, .archive-loop__header .archive-loop .article, .archive-loop .archive-loop__header .article, .col-12 .archive-loop__header, .woocommerce .col2-set > .col-1 .archive-loop__header,
.woocommerce .col2-set > .col-2 .archive-loop__header, .login-wrap__form-inner .archive-loop__header, .template-subscriptions .page-header__col .archive-loop__header, .article-single__header__col .archive-loop__header, .search-body__col .archive-loop__header, .fxc-form_embed.fxc-full-width .fxc-form_embed__col-text .archive-loop__header, .fxc-form_embed.fxc-full-width .fxc-form_embed__col-form .archive-loop__header, .featured-products .article .archive-loop__header, .archive-loop__sidebar .archive-loop__header, .archive-loop .article .archive-loop__header, .archive-loop__header .archive-loop__header, .archive-loop__posts-wrap .col-12, .archive-loop__posts-wrap .woocommerce .col2-set > .col-1, .woocommerce .archive-loop__posts-wrap .col2-set > .col-1,
.archive-loop__posts-wrap .woocommerce .col2-set > .col-2,
.woocommerce .archive-loop__posts-wrap .col2-set > .col-2, .archive-loop__posts-wrap .login-wrap__form-inner, .archive-loop__posts-wrap .template-subscriptions .page-header__col, .template-subscriptions .archive-loop__posts-wrap .page-header__col, .archive-loop__posts-wrap .article-single__header__col, .archive-loop__posts-wrap .search-body__col, .archive-loop__posts-wrap .fxc-form_embed.fxc-full-width .fxc-form_embed__col-text, .fxc-form_embed.fxc-full-width .archive-loop__posts-wrap .fxc-form_embed__col-text, .archive-loop__posts-wrap .fxc-form_embed.fxc-full-width .fxc-form_embed__col-form, .fxc-form_embed.fxc-full-width .archive-loop__posts-wrap .fxc-form_embed__col-form, .archive-loop__posts-wrap .featured-products .article, .featured-products .archive-loop__posts-wrap .article, .archive-loop__posts-wrap .archive-loop__sidebar, .archive-loop__posts-wrap .archive-loop .article, .archive-loop .archive-loop__posts-wrap .article, .archive-loop__posts-wrap .archive-loop__header, .col-12 .archive-loop__posts-wrap, .woocommerce .col2-set > .col-1 .archive-loop__posts-wrap,
.woocommerce .col2-set > .col-2 .archive-loop__posts-wrap, .login-wrap__form-inner .archive-loop__posts-wrap, .template-subscriptions .page-header__col .archive-loop__posts-wrap, .article-single__header__col .archive-loop__posts-wrap, .search-body__col .archive-loop__posts-wrap, .fxc-form_embed.fxc-full-width .fxc-form_embed__col-text .archive-loop__posts-wrap, .fxc-form_embed.fxc-full-width .fxc-form_embed__col-form .archive-loop__posts-wrap, .featured-products .article .archive-loop__posts-wrap, .archive-loop__sidebar .archive-loop__posts-wrap, .archive-loop .article .archive-loop__posts-wrap, .archive-loop__header .archive-loop__posts-wrap, .archive-loop__posts-wrap .archive-loop__posts-wrap {
  padding-left: 10px;
  padding-right: 10px;
}

#grid-wrap #grid-toggle {
  position: fixed;
  bottom: 0;
  left: 0;
  border: 2px solid black;
}
#grid-wrap #grid-toggle:checked + #grid {
  opacity: 0.12;
}
#grid-wrap #grid {
  transition: all 0.2s ease-in-out;
  pointer-events: none;
  position: fixed;
  z-index: 10000;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
}
#grid-wrap #grid * {
  height: 100%;
}
#grid-wrap #grid .item {
  background-color: red;
}
@media (min-width: 992px) {
  body.page-sealed-section #grid-wrap #grid {
    width: calc(100% - 3em);
  }
}

.stroke-line {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "libra-icons" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.stroke-line-sm, .sidebar-posts .article::after {
  background-repeat: no-repeat;
  background-position: center;
  background-image: url("../images/lines-arrows/short-pencil.svg");
  background-size: contain;
}

.stroke-line-lg-purple, .feature-forum-module__header::after,
.stroke-line-lg-black,
.stroke-line-lg,
.sidebar-posts__title::after {
  background-repeat: no-repeat;
  background-position: center;
  background-image: url("../images/lines-arrows/long-pencil.svg");
  background-size: 120% auto;
}

.stroke-line-lg, .sidebar-posts__title::after {
  background-image: url("../images/lines-arrows/long-pencil.svg");
}

.stroke-line-lg-black {
  background-image: url("../images/lines-arrows/long-pencil-black.svg");
}

.stroke-line-lg-purple, .feature-forum-module__header::after {
  background-image: url("../images/lines-arrows/long-pencil-purple.svg");
}

.squiggle {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "libra-icons" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: block;
  margin-bottom: 1em;
}
.squiggle::before {
  width: 100%;
}

.stroke-circle, .step-columns__item-img-wrap, .forums-menu.forums-menu__type-compact .forums-menu__item-icon, .pep-item__counter {
  position: relative;
}

.circle-box, .product-selector .number-badge, .cs-builder__steps-int {
  display: inline-block;
  text-align: center;
  line-height: 39px;
  height: 42px;
  width: 42px;
  border-radius: 50%;
  border: 2px solid #F99BBB;
  margin: 0 5px;
}

select.bs-select-hidden,
.bootstrap-select > select.bs-select-hidden,
select.selectpicker {
  display: none !important;
}

.bootstrap-select {
  width: 220px \0 ;
  /*IE9 and below*/
}
.bootstrap-select > .dropdown-toggle {
  position: relative;
  width: 100%;
  z-index: 1;
  text-align: right;
  white-space: nowrap;
}
.bootstrap-select > .dropdown-toggle.bs-placeholder, .bootstrap-select > .dropdown-toggle.bs-placeholder:hover, .bootstrap-select > .dropdown-toggle.bs-placeholder:focus, .bootstrap-select > .dropdown-toggle.bs-placeholder:active {
  color: #999;
}
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-primary, .woocommerce-form-login .bootstrap-select > button.dropdown-toggle.bs-placeholder.button, .woocommerce .form-row-inline .bootstrap-select > .dropdown-toggle.bs-placeholder.button, .comment-form .bootstrap-select > input.dropdown-toggle.bs-placeholder[type=submit], .bootstrap-select > .dropdown-toggle.bs-placeholder.bbp-pagination__more,
.bootstrap-select > .dropdown-toggle.bs-placeholder.pagination__more, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-primary:hover, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-primary:focus, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-primary:active, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-secondary, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-secondary:hover, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-secondary:focus, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-secondary:active, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-success, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-success:hover, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-success:focus, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-success:active, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-danger, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-danger:hover, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-danger:focus, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-danger:active, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-info, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-info:hover, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-info:focus, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-info:active, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-dark, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-dark:hover, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-dark:focus, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-dark:active {
  color: rgba(255, 255, 255, 0.5);
}
.bootstrap-select > select {
  position: absolute !important;
  bottom: 0;
  left: 50%;
  display: block !important;
  width: 0.5px !important;
  height: 100% !important;
  padding: 0 !important;
  opacity: 0 !important;
  border: none;
}
.bootstrap-select > select.mobile-device {
  top: 0;
  left: 0;
  display: block !important;
  width: 100% !important;
  z-index: 2;
}
.has-error .bootstrap-select .dropdown-toggle, .error .bootstrap-select .dropdown-toggle, .bootstrap-select.is-invalid .dropdown-toggle, .was-validated .bootstrap-select .selectpicker:invalid + .dropdown-toggle {
  border-color: #b94a48;
}
.bootstrap-select.is-valid .dropdown-toggle, .was-validated .bootstrap-select .selectpicker:valid + .dropdown-toggle {
  border-color: #28a745;
}
.bootstrap-select.fit-width {
  width: auto !important;
}
.bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
  width: 100%;
}
.bootstrap-select > select.mobile-device:focus + .dropdown-toggle,
.bootstrap-select .dropdown-toggle:focus {
  outline: thin dotted #333333 !important;
  outline: 5px auto -webkit-focus-ring-color !important;
  outline-offset: -2px;
}

.bootstrap-select.form-control, .woocommerce .bootstrap-select.input-text, .search-body__fields .bootstrap-select.search-field, .bootstrap-select.wpcf7-form-control.wpcf7-text, .bootstrap-select.wpcf7-form-control.wpcf7-date, .bootstrap-select.wpcf7-form-control.wpcf7-number, .bootstrap-select.wpcf7-form-control.wpcf7-password, .bootstrap-select.wpcf7-form-control.wpcf7-textarea, .comment-form input.bootstrap-select[type=text],
.comment-form input.bootstrap-select[type=email],
.comment-form input.bootstrap-select[type=url],
.comment-form textarea.bootstrap-select {
  margin-bottom: 0;
  padding: 0;
  border: none;
}
:not(.input-group) > .bootstrap-select.form-control:not([class*=col-]), .woocommerce :not(.input-group) > .bootstrap-select.input-text:not([class*=col-]), .search-body__fields :not(.input-group) > .bootstrap-select.search-field:not([class*=col-]), :not(.input-group) > .bootstrap-select.wpcf7-form-control.wpcf7-text:not([class*=col-]), :not(.input-group) > .bootstrap-select.wpcf7-form-control.wpcf7-date:not([class*=col-]), :not(.input-group) > .bootstrap-select.wpcf7-form-control.wpcf7-number:not([class*=col-]), :not(.input-group) > .bootstrap-select.wpcf7-form-control.wpcf7-password:not([class*=col-]), :not(.input-group) > .bootstrap-select.wpcf7-form-control.wpcf7-textarea:not([class*=col-]), .comment-form :not(.input-group) > input.bootstrap-select[type=text]:not([class*=col-]),
.comment-form :not(.input-group) > input.bootstrap-select[type=email]:not([class*=col-]),
.comment-form :not(.input-group) > input.bootstrap-select[type=url]:not([class*=col-]),
.comment-form :not(.input-group) > textarea.bootstrap-select:not([class*=col-]) {
  width: 100%;
}
.bootstrap-select.form-control.input-group-btn, .woocommerce .bootstrap-select.input-group-btn.input-text, .search-body__fields .bootstrap-select.input-group-btn.search-field, .bootstrap-select.input-group-btn.wpcf7-form-control.wpcf7-text, .bootstrap-select.input-group-btn.wpcf7-form-control.wpcf7-date, .bootstrap-select.input-group-btn.wpcf7-form-control.wpcf7-number, .bootstrap-select.input-group-btn.wpcf7-form-control.wpcf7-password, .bootstrap-select.input-group-btn.wpcf7-form-control.wpcf7-textarea, .comment-form input.bootstrap-select.input-group-btn[type=text],
.comment-form input.bootstrap-select.input-group-btn[type=email],
.comment-form input.bootstrap-select.input-group-btn[type=url],
.comment-form textarea.bootstrap-select.input-group-btn {
  z-index: auto;
}
.bootstrap-select.form-control.input-group-btn:not(:first-child):not(:last-child) > .btn, .woocommerce-notice .bootstrap-select.form-control.input-group-btn:not(:first-child):not(:last-child) > .button,
.woocommerce-message .bootstrap-select.form-control.input-group-btn:not(:first-child):not(:last-child) > .button,
.woocommerce-error .bootstrap-select.form-control.input-group-btn:not(:first-child):not(:last-child) > .button, .shop_table.cart .bootstrap-select.form-control.input-group-btn:not(:first-child):not(:last-child) > .remove, .woocommerce-MyAccount-content .bootstrap-select.form-control.input-group-btn:not(:first-child):not(:last-child) > .button,
.woocommerce-MyAccount-content .bootstrap-select.form-control.input-group-btn:not(:first-child):not(:last-child) > a.button, .woocommerce-MyAccount-navigation ul li .bootstrap-select.form-control.input-group-btn:not(:first-child):not(:last-child) > a, .single-product .bootstrap-select.form-control.input-group-btn:not(:first-child):not(:last-child) > .button,
.woocommerce-order-received .bootstrap-select.form-control.input-group-btn:not(:first-child):not(:last-child) > .button,
.woocommerce-checkout .bootstrap-select.form-control.input-group-btn:not(:first-child):not(:last-child) > .button,
.woocommerce-cart .bootstrap-select.form-control.input-group-btn:not(:first-child):not(:last-child) > .button, .woocommerce .bootstrap-select.input-group-btn.input-text:not(:first-child):not(:last-child) > .btn, .woocommerce .woocommerce-notice .bootstrap-select.input-group-btn.input-text:not(:first-child):not(:last-child) > .button, .woocommerce-notice .woocommerce .bootstrap-select.input-group-btn.input-text:not(:first-child):not(:last-child) > .button,
.woocommerce .woocommerce-message .bootstrap-select.input-group-btn.input-text:not(:first-child):not(:last-child) > .button,
.woocommerce-message .woocommerce .bootstrap-select.input-group-btn.input-text:not(:first-child):not(:last-child) > .button,
.woocommerce .woocommerce-error .bootstrap-select.input-group-btn.input-text:not(:first-child):not(:last-child) > .button,
.woocommerce-error .woocommerce .bootstrap-select.input-group-btn.input-text:not(:first-child):not(:last-child) > .button, .woocommerce .shop_table.cart .bootstrap-select.input-group-btn.input-text:not(:first-child):not(:last-child) > .remove, .shop_table.cart .woocommerce .bootstrap-select.input-group-btn.input-text:not(:first-child):not(:last-child) > .remove, .woocommerce .woocommerce-MyAccount-content .bootstrap-select.input-group-btn.input-text:not(:first-child):not(:last-child) > .button, .woocommerce-MyAccount-content .woocommerce .bootstrap-select.input-group-btn.input-text:not(:first-child):not(:last-child) > .button,
.woocommerce .woocommerce-MyAccount-content .bootstrap-select.input-group-btn.input-text:not(:first-child):not(:last-child) > a.button,
.woocommerce-MyAccount-content .woocommerce .bootstrap-select.input-group-btn.input-text:not(:first-child):not(:last-child) > a.button, .woocommerce .woocommerce-MyAccount-navigation ul li .bootstrap-select.input-group-btn.input-text:not(:first-child):not(:last-child) > a, .woocommerce-MyAccount-navigation ul li .woocommerce .bootstrap-select.input-group-btn.input-text:not(:first-child):not(:last-child) > a, .woocommerce .single-product .bootstrap-select.input-group-btn.input-text:not(:first-child):not(:last-child) > .button, .single-product .woocommerce .bootstrap-select.input-group-btn.input-text:not(:first-child):not(:last-child) > .button,
.woocommerce .woocommerce-order-received .bootstrap-select.input-group-btn.input-text:not(:first-child):not(:last-child) > .button,
.woocommerce-order-received .woocommerce .bootstrap-select.input-group-btn.input-text:not(:first-child):not(:last-child) > .button,
.woocommerce .woocommerce-checkout .bootstrap-select.input-group-btn.input-text:not(:first-child):not(:last-child) > .button,
.woocommerce-checkout .woocommerce .bootstrap-select.input-group-btn.input-text:not(:first-child):not(:last-child) > .button,
.woocommerce .woocommerce-cart .bootstrap-select.input-group-btn.input-text:not(:first-child):not(:last-child) > .button,
.woocommerce-cart .woocommerce .bootstrap-select.input-group-btn.input-text:not(:first-child):not(:last-child) > .button, .search-body__fields .bootstrap-select.input-group-btn.search-field:not(:first-child):not(:last-child) > .btn, .search-body__fields .woocommerce-notice .bootstrap-select.input-group-btn.search-field:not(:first-child):not(:last-child) > .button, .woocommerce-notice .search-body__fields .bootstrap-select.input-group-btn.search-field:not(:first-child):not(:last-child) > .button,
.search-body__fields .woocommerce-message .bootstrap-select.input-group-btn.search-field:not(:first-child):not(:last-child) > .button,
.woocommerce-message .search-body__fields .bootstrap-select.input-group-btn.search-field:not(:first-child):not(:last-child) > .button,
.search-body__fields .woocommerce-error .bootstrap-select.input-group-btn.search-field:not(:first-child):not(:last-child) > .button,
.woocommerce-error .search-body__fields .bootstrap-select.input-group-btn.search-field:not(:first-child):not(:last-child) > .button, .search-body__fields .shop_table.cart .bootstrap-select.input-group-btn.search-field:not(:first-child):not(:last-child) > .remove, .shop_table.cart .search-body__fields .bootstrap-select.input-group-btn.search-field:not(:first-child):not(:last-child) > .remove, .search-body__fields .woocommerce-MyAccount-content .bootstrap-select.input-group-btn.search-field:not(:first-child):not(:last-child) > .button, .woocommerce-MyAccount-content .search-body__fields .bootstrap-select.input-group-btn.search-field:not(:first-child):not(:last-child) > .button,
.search-body__fields .woocommerce-MyAccount-content .bootstrap-select.input-group-btn.search-field:not(:first-child):not(:last-child) > a.button,
.woocommerce-MyAccount-content .search-body__fields .bootstrap-select.input-group-btn.search-field:not(:first-child):not(:last-child) > a.button, .search-body__fields .woocommerce-MyAccount-navigation ul li .bootstrap-select.input-group-btn.search-field:not(:first-child):not(:last-child) > a, .woocommerce-MyAccount-navigation ul li .search-body__fields .bootstrap-select.input-group-btn.search-field:not(:first-child):not(:last-child) > a, .search-body__fields .single-product .bootstrap-select.input-group-btn.search-field:not(:first-child):not(:last-child) > .button, .single-product .search-body__fields .bootstrap-select.input-group-btn.search-field:not(:first-child):not(:last-child) > .button,
.search-body__fields .woocommerce-order-received .bootstrap-select.input-group-btn.search-field:not(:first-child):not(:last-child) > .button,
.woocommerce-order-received .search-body__fields .bootstrap-select.input-group-btn.search-field:not(:first-child):not(:last-child) > .button,
.search-body__fields .woocommerce-checkout .bootstrap-select.input-group-btn.search-field:not(:first-child):not(:last-child) > .button,
.woocommerce-checkout .search-body__fields .bootstrap-select.input-group-btn.search-field:not(:first-child):not(:last-child) > .button,
.search-body__fields .woocommerce-cart .bootstrap-select.input-group-btn.search-field:not(:first-child):not(:last-child) > .button,
.woocommerce-cart .search-body__fields .bootstrap-select.input-group-btn.search-field:not(:first-child):not(:last-child) > .button, .page-landing__content .bootstrap-select.form-control.input-group-btn:not(:first-child):not(:last-child) > .content-columns__cta-link, .page-landing__content .woocommerce .bootstrap-select.input-group-btn.input-text:not(:first-child):not(:last-child) > .content-columns__cta-link, .woocommerce .page-landing__content .bootstrap-select.input-group-btn.input-text:not(:first-child):not(:last-child) > .content-columns__cta-link, .page-landing__content .search-body__fields .bootstrap-select.input-group-btn.search-field:not(:first-child):not(:last-child) > .content-columns__cta-link, .search-body__fields .page-landing__content .bootstrap-select.input-group-btn.search-field:not(:first-child):not(:last-child) > .content-columns__cta-link,
.page-landing__content .fxc-mixed_cta .bootstrap-select.form-control.input-group-btn:not(:first-child):not(:last-child) > .card__cta,
.page-landing__content .fxc-mixed_cta .woocommerce .bootstrap-select.input-group-btn.input-text:not(:first-child):not(:last-child) > .card__cta,
.woocommerce .page-landing__content .fxc-mixed_cta .bootstrap-select.input-group-btn.input-text:not(:first-child):not(:last-child) > .card__cta,
.page-landing__content .fxc-mixed_cta .search-body__fields .bootstrap-select.input-group-btn.search-field:not(:first-child):not(:last-child) > .card__cta,
.search-body__fields .page-landing__content .fxc-mixed_cta .bootstrap-select.input-group-btn.search-field:not(:first-child):not(:last-child) > .card__cta,
.page-landing__content .bootstrap-select.form-control.input-group-btn:not(:first-child):not(:last-child) > .slide-pane__cta,
.page-landing__content .woocommerce .bootstrap-select.input-group-btn.input-text:not(:first-child):not(:last-child) > .slide-pane__cta,
.woocommerce .page-landing__content .bootstrap-select.input-group-btn.input-text:not(:first-child):not(:last-child) > .slide-pane__cta,
.page-landing__content .search-body__fields .bootstrap-select.input-group-btn.search-field:not(:first-child):not(:last-child) > .slide-pane__cta,
.search-body__fields .page-landing__content .bootstrap-select.input-group-btn.search-field:not(:first-child):not(:last-child) > .slide-pane__cta, .bootstrap-select.form-control.input-group-btn:not(:first-child):not(:last-child) > .account-cta__link, .woocommerce .bootstrap-select.input-group-btn.input-text:not(:first-child):not(:last-child) > .account-cta__link, .search-body__fields .bootstrap-select.input-group-btn.search-field:not(:first-child):not(:last-child) > .account-cta__link, .bootstrap-select.input-group-btn.wpcf7-form-control.wpcf7-text:not(:first-child):not(:last-child) > .btn, .woocommerce-notice .bootstrap-select.input-group-btn.wpcf7-form-control.wpcf7-text:not(:first-child):not(:last-child) > .button,
.woocommerce-message .bootstrap-select.input-group-btn.wpcf7-form-control.wpcf7-text:not(:first-child):not(:last-child) > .button,
.woocommerce-error .bootstrap-select.input-group-btn.wpcf7-form-control.wpcf7-text:not(:first-child):not(:last-child) > .button, .shop_table.cart .bootstrap-select.input-group-btn.wpcf7-form-control.wpcf7-text:not(:first-child):not(:last-child) > .remove, .woocommerce-MyAccount-content .bootstrap-select.input-group-btn.wpcf7-form-control.wpcf7-text:not(:first-child):not(:last-child) > .button,
.woocommerce-MyAccount-content .bootstrap-select.input-group-btn.wpcf7-form-control.wpcf7-text:not(:first-child):not(:last-child) > a.button, .woocommerce-MyAccount-navigation ul li .bootstrap-select.input-group-btn.wpcf7-form-control.wpcf7-text:not(:first-child):not(:last-child) > a, .single-product .bootstrap-select.input-group-btn.wpcf7-form-control.wpcf7-text:not(:first-child):not(:last-child) > .button,
.woocommerce-order-received .bootstrap-select.input-group-btn.wpcf7-form-control.wpcf7-text:not(:first-child):not(:last-child) > .button,
.woocommerce-checkout .bootstrap-select.input-group-btn.wpcf7-form-control.wpcf7-text:not(:first-child):not(:last-child) > .button,
.woocommerce-cart .bootstrap-select.input-group-btn.wpcf7-form-control.wpcf7-text:not(:first-child):not(:last-child) > .button, .page-landing__content .bootstrap-select.input-group-btn.wpcf7-form-control.wpcf7-text:not(:first-child):not(:last-child) > .content-columns__cta-link,
.page-landing__content .fxc-mixed_cta .bootstrap-select.input-group-btn.wpcf7-form-control.wpcf7-text:not(:first-child):not(:last-child) > .card__cta,
.page-landing__content .bootstrap-select.input-group-btn.wpcf7-form-control.wpcf7-text:not(:first-child):not(:last-child) > .slide-pane__cta, .bootstrap-select.input-group-btn.wpcf7-form-control.wpcf7-text:not(:first-child):not(:last-child) > .account-cta__link, .bootstrap-select.input-group-btn.wpcf7-form-control.wpcf7-date:not(:first-child):not(:last-child) > .btn, .woocommerce-notice .bootstrap-select.input-group-btn.wpcf7-form-control.wpcf7-date:not(:first-child):not(:last-child) > .button,
.woocommerce-message .bootstrap-select.input-group-btn.wpcf7-form-control.wpcf7-date:not(:first-child):not(:last-child) > .button,
.woocommerce-error .bootstrap-select.input-group-btn.wpcf7-form-control.wpcf7-date:not(:first-child):not(:last-child) > .button, .shop_table.cart .bootstrap-select.input-group-btn.wpcf7-form-control.wpcf7-date:not(:first-child):not(:last-child) > .remove, .woocommerce-MyAccount-content .bootstrap-select.input-group-btn.wpcf7-form-control.wpcf7-date:not(:first-child):not(:last-child) > .button,
.woocommerce-MyAccount-content .bootstrap-select.input-group-btn.wpcf7-form-control.wpcf7-date:not(:first-child):not(:last-child) > a.button, .woocommerce-MyAccount-navigation ul li .bootstrap-select.input-group-btn.wpcf7-form-control.wpcf7-date:not(:first-child):not(:last-child) > a, .single-product .bootstrap-select.input-group-btn.wpcf7-form-control.wpcf7-date:not(:first-child):not(:last-child) > .button,
.woocommerce-order-received .bootstrap-select.input-group-btn.wpcf7-form-control.wpcf7-date:not(:first-child):not(:last-child) > .button,
.woocommerce-checkout .bootstrap-select.input-group-btn.wpcf7-form-control.wpcf7-date:not(:first-child):not(:last-child) > .button,
.woocommerce-cart .bootstrap-select.input-group-btn.wpcf7-form-control.wpcf7-date:not(:first-child):not(:last-child) > .button, .page-landing__content .bootstrap-select.input-group-btn.wpcf7-form-control.wpcf7-date:not(:first-child):not(:last-child) > .content-columns__cta-link,
.page-landing__content .fxc-mixed_cta .bootstrap-select.input-group-btn.wpcf7-form-control.wpcf7-date:not(:first-child):not(:last-child) > .card__cta,
.page-landing__content .bootstrap-select.input-group-btn.wpcf7-form-control.wpcf7-date:not(:first-child):not(:last-child) > .slide-pane__cta, .bootstrap-select.input-group-btn.wpcf7-form-control.wpcf7-date:not(:first-child):not(:last-child) > .account-cta__link, .bootstrap-select.input-group-btn.wpcf7-form-control.wpcf7-number:not(:first-child):not(:last-child) > .btn, .woocommerce-notice .bootstrap-select.input-group-btn.wpcf7-form-control.wpcf7-number:not(:first-child):not(:last-child) > .button,
.woocommerce-message .bootstrap-select.input-group-btn.wpcf7-form-control.wpcf7-number:not(:first-child):not(:last-child) > .button,
.woocommerce-error .bootstrap-select.input-group-btn.wpcf7-form-control.wpcf7-number:not(:first-child):not(:last-child) > .button, .shop_table.cart .bootstrap-select.input-group-btn.wpcf7-form-control.wpcf7-number:not(:first-child):not(:last-child) > .remove, .woocommerce-MyAccount-content .bootstrap-select.input-group-btn.wpcf7-form-control.wpcf7-number:not(:first-child):not(:last-child) > .button,
.woocommerce-MyAccount-content .bootstrap-select.input-group-btn.wpcf7-form-control.wpcf7-number:not(:first-child):not(:last-child) > a.button, .woocommerce-MyAccount-navigation ul li .bootstrap-select.input-group-btn.wpcf7-form-control.wpcf7-number:not(:first-child):not(:last-child) > a, .single-product .bootstrap-select.input-group-btn.wpcf7-form-control.wpcf7-number:not(:first-child):not(:last-child) > .button,
.woocommerce-order-received .bootstrap-select.input-group-btn.wpcf7-form-control.wpcf7-number:not(:first-child):not(:last-child) > .button,
.woocommerce-checkout .bootstrap-select.input-group-btn.wpcf7-form-control.wpcf7-number:not(:first-child):not(:last-child) > .button,
.woocommerce-cart .bootstrap-select.input-group-btn.wpcf7-form-control.wpcf7-number:not(:first-child):not(:last-child) > .button, .page-landing__content .bootstrap-select.input-group-btn.wpcf7-form-control.wpcf7-number:not(:first-child):not(:last-child) > .content-columns__cta-link,
.page-landing__content .fxc-mixed_cta .bootstrap-select.input-group-btn.wpcf7-form-control.wpcf7-number:not(:first-child):not(:last-child) > .card__cta,
.page-landing__content .bootstrap-select.input-group-btn.wpcf7-form-control.wpcf7-number:not(:first-child):not(:last-child) > .slide-pane__cta, .bootstrap-select.input-group-btn.wpcf7-form-control.wpcf7-number:not(:first-child):not(:last-child) > .account-cta__link, .bootstrap-select.input-group-btn.wpcf7-form-control.wpcf7-password:not(:first-child):not(:last-child) > .btn, .woocommerce-notice .bootstrap-select.input-group-btn.wpcf7-form-control.wpcf7-password:not(:first-child):not(:last-child) > .button,
.woocommerce-message .bootstrap-select.input-group-btn.wpcf7-form-control.wpcf7-password:not(:first-child):not(:last-child) > .button,
.woocommerce-error .bootstrap-select.input-group-btn.wpcf7-form-control.wpcf7-password:not(:first-child):not(:last-child) > .button, .shop_table.cart .bootstrap-select.input-group-btn.wpcf7-form-control.wpcf7-password:not(:first-child):not(:last-child) > .remove, .woocommerce-MyAccount-content .bootstrap-select.input-group-btn.wpcf7-form-control.wpcf7-password:not(:first-child):not(:last-child) > .button,
.woocommerce-MyAccount-content .bootstrap-select.input-group-btn.wpcf7-form-control.wpcf7-password:not(:first-child):not(:last-child) > a.button, .woocommerce-MyAccount-navigation ul li .bootstrap-select.input-group-btn.wpcf7-form-control.wpcf7-password:not(:first-child):not(:last-child) > a, .single-product .bootstrap-select.input-group-btn.wpcf7-form-control.wpcf7-password:not(:first-child):not(:last-child) > .button,
.woocommerce-order-received .bootstrap-select.input-group-btn.wpcf7-form-control.wpcf7-password:not(:first-child):not(:last-child) > .button,
.woocommerce-checkout .bootstrap-select.input-group-btn.wpcf7-form-control.wpcf7-password:not(:first-child):not(:last-child) > .button,
.woocommerce-cart .bootstrap-select.input-group-btn.wpcf7-form-control.wpcf7-password:not(:first-child):not(:last-child) > .button, .page-landing__content .bootstrap-select.input-group-btn.wpcf7-form-control.wpcf7-password:not(:first-child):not(:last-child) > .content-columns__cta-link,
.page-landing__content .fxc-mixed_cta .bootstrap-select.input-group-btn.wpcf7-form-control.wpcf7-password:not(:first-child):not(:last-child) > .card__cta,
.page-landing__content .bootstrap-select.input-group-btn.wpcf7-form-control.wpcf7-password:not(:first-child):not(:last-child) > .slide-pane__cta, .bootstrap-select.input-group-btn.wpcf7-form-control.wpcf7-password:not(:first-child):not(:last-child) > .account-cta__link, .bootstrap-select.input-group-btn.wpcf7-form-control.wpcf7-textarea:not(:first-child):not(:last-child) > .btn, .woocommerce-notice .bootstrap-select.input-group-btn.wpcf7-form-control.wpcf7-textarea:not(:first-child):not(:last-child) > .button,
.woocommerce-message .bootstrap-select.input-group-btn.wpcf7-form-control.wpcf7-textarea:not(:first-child):not(:last-child) > .button,
.woocommerce-error .bootstrap-select.input-group-btn.wpcf7-form-control.wpcf7-textarea:not(:first-child):not(:last-child) > .button, .shop_table.cart .bootstrap-select.input-group-btn.wpcf7-form-control.wpcf7-textarea:not(:first-child):not(:last-child) > .remove, .woocommerce-MyAccount-content .bootstrap-select.input-group-btn.wpcf7-form-control.wpcf7-textarea:not(:first-child):not(:last-child) > .button,
.woocommerce-MyAccount-content .bootstrap-select.input-group-btn.wpcf7-form-control.wpcf7-textarea:not(:first-child):not(:last-child) > a.button, .woocommerce-MyAccount-navigation ul li .bootstrap-select.input-group-btn.wpcf7-form-control.wpcf7-textarea:not(:first-child):not(:last-child) > a, .single-product .bootstrap-select.input-group-btn.wpcf7-form-control.wpcf7-textarea:not(:first-child):not(:last-child) > .button,
.woocommerce-order-received .bootstrap-select.input-group-btn.wpcf7-form-control.wpcf7-textarea:not(:first-child):not(:last-child) > .button,
.woocommerce-checkout .bootstrap-select.input-group-btn.wpcf7-form-control.wpcf7-textarea:not(:first-child):not(:last-child) > .button,
.woocommerce-cart .bootstrap-select.input-group-btn.wpcf7-form-control.wpcf7-textarea:not(:first-child):not(:last-child) > .button, .page-landing__content .bootstrap-select.input-group-btn.wpcf7-form-control.wpcf7-textarea:not(:first-child):not(:last-child) > .content-columns__cta-link,
.page-landing__content .fxc-mixed_cta .bootstrap-select.input-group-btn.wpcf7-form-control.wpcf7-textarea:not(:first-child):not(:last-child) > .card__cta,
.page-landing__content .bootstrap-select.input-group-btn.wpcf7-form-control.wpcf7-textarea:not(:first-child):not(:last-child) > .slide-pane__cta, .bootstrap-select.input-group-btn.wpcf7-form-control.wpcf7-textarea:not(:first-child):not(:last-child) > .account-cta__link, .comment-form .bootstrap-select.form-control.input-group-btn:not(:first-child):not(:last-child) > input[type=submit], .comment-form .woocommerce .bootstrap-select.input-group-btn.input-text:not(:first-child):not(:last-child) > input[type=submit], .woocommerce .comment-form .bootstrap-select.input-group-btn.input-text:not(:first-child):not(:last-child) > input[type=submit], .comment-form .search-body__fields .bootstrap-select.input-group-btn.search-field:not(:first-child):not(:last-child) > input[type=submit], .search-body__fields .comment-form .bootstrap-select.input-group-btn.search-field:not(:first-child):not(:last-child) > input[type=submit], .comment-form .bootstrap-select.input-group-btn.wpcf7-form-control.wpcf7-text:not(:first-child):not(:last-child) > input[type=submit], .comment-form .bootstrap-select.input-group-btn.wpcf7-form-control.wpcf7-date:not(:first-child):not(:last-child) > input[type=submit], .comment-form .bootstrap-select.input-group-btn.wpcf7-form-control.wpcf7-number:not(:first-child):not(:last-child) > input[type=submit], .comment-form .bootstrap-select.input-group-btn.wpcf7-form-control.wpcf7-password:not(:first-child):not(:last-child) > input[type=submit], .comment-form .bootstrap-select.input-group-btn.wpcf7-form-control.wpcf7-textarea:not(:first-child):not(:last-child) > input[type=submit], .comment-form input.bootstrap-select.input-group-btn[type=text]:not(:first-child):not(:last-child) > .btn, .comment-form .woocommerce-notice input.bootstrap-select.input-group-btn[type=text]:not(:first-child):not(:last-child) > .button, .woocommerce-notice .comment-form input.bootstrap-select.input-group-btn[type=text]:not(:first-child):not(:last-child) > .button,
.comment-form .woocommerce-message input.bootstrap-select.input-group-btn[type=text]:not(:first-child):not(:last-child) > .button,
.woocommerce-message .comment-form input.bootstrap-select.input-group-btn[type=text]:not(:first-child):not(:last-child) > .button,
.comment-form .woocommerce-error input.bootstrap-select.input-group-btn[type=text]:not(:first-child):not(:last-child) > .button,
.woocommerce-error .comment-form input.bootstrap-select.input-group-btn[type=text]:not(:first-child):not(:last-child) > .button, .comment-form .shop_table.cart input.bootstrap-select.input-group-btn[type=text]:not(:first-child):not(:last-child) > .remove, .shop_table.cart .comment-form input.bootstrap-select.input-group-btn[type=text]:not(:first-child):not(:last-child) > .remove, .comment-form .woocommerce-MyAccount-content input.bootstrap-select.input-group-btn[type=text]:not(:first-child):not(:last-child) > .button, .woocommerce-MyAccount-content .comment-form input.bootstrap-select.input-group-btn[type=text]:not(:first-child):not(:last-child) > .button,
.comment-form .woocommerce-MyAccount-content input.bootstrap-select.input-group-btn[type=text]:not(:first-child):not(:last-child) > a.button,
.woocommerce-MyAccount-content .comment-form input.bootstrap-select.input-group-btn[type=text]:not(:first-child):not(:last-child) > a.button, .comment-form .woocommerce-MyAccount-navigation ul li input.bootstrap-select.input-group-btn[type=text]:not(:first-child):not(:last-child) > a, .woocommerce-MyAccount-navigation ul li .comment-form input.bootstrap-select.input-group-btn[type=text]:not(:first-child):not(:last-child) > a, .comment-form .single-product input.bootstrap-select.input-group-btn[type=text]:not(:first-child):not(:last-child) > .button, .single-product .comment-form input.bootstrap-select.input-group-btn[type=text]:not(:first-child):not(:last-child) > .button,
.comment-form .woocommerce-order-received input.bootstrap-select.input-group-btn[type=text]:not(:first-child):not(:last-child) > .button,
.woocommerce-order-received .comment-form input.bootstrap-select.input-group-btn[type=text]:not(:first-child):not(:last-child) > .button,
.comment-form .woocommerce-checkout input.bootstrap-select.input-group-btn[type=text]:not(:first-child):not(:last-child) > .button,
.woocommerce-checkout .comment-form input.bootstrap-select.input-group-btn[type=text]:not(:first-child):not(:last-child) > .button,
.comment-form .woocommerce-cart input.bootstrap-select.input-group-btn[type=text]:not(:first-child):not(:last-child) > .button,
.woocommerce-cart .comment-form input.bootstrap-select.input-group-btn[type=text]:not(:first-child):not(:last-child) > .button, .comment-form .page-landing__content input.bootstrap-select.input-group-btn[type=text]:not(:first-child):not(:last-child) > .content-columns__cta-link, .page-landing__content .comment-form input.bootstrap-select.input-group-btn[type=text]:not(:first-child):not(:last-child) > .content-columns__cta-link,
.comment-form .page-landing__content .fxc-mixed_cta input.bootstrap-select.input-group-btn[type=text]:not(:first-child):not(:last-child) > .card__cta,
.page-landing__content .fxc-mixed_cta .comment-form input.bootstrap-select.input-group-btn[type=text]:not(:first-child):not(:last-child) > .card__cta,
.comment-form .page-landing__content input.bootstrap-select.input-group-btn[type=text]:not(:first-child):not(:last-child) > .slide-pane__cta,
.page-landing__content .comment-form input.bootstrap-select.input-group-btn[type=text]:not(:first-child):not(:last-child) > .slide-pane__cta, .comment-form input.bootstrap-select.input-group-btn[type=text]:not(:first-child):not(:last-child) > .account-cta__link, .comment-form input.bootstrap-select.input-group-btn[type=text]:not(:first-child):not(:last-child) > input[type=submit],
.comment-form input.bootstrap-select.input-group-btn[type=email]:not(:first-child):not(:last-child) > .btn,
.comment-form .woocommerce-notice input.bootstrap-select.input-group-btn[type=email]:not(:first-child):not(:last-child) > .button,
.woocommerce-notice .comment-form input.bootstrap-select.input-group-btn[type=email]:not(:first-child):not(:last-child) > .button,
.comment-form .woocommerce-message input.bootstrap-select.input-group-btn[type=email]:not(:first-child):not(:last-child) > .button,
.woocommerce-message .comment-form input.bootstrap-select.input-group-btn[type=email]:not(:first-child):not(:last-child) > .button,
.comment-form .woocommerce-error input.bootstrap-select.input-group-btn[type=email]:not(:first-child):not(:last-child) > .button,
.woocommerce-error .comment-form input.bootstrap-select.input-group-btn[type=email]:not(:first-child):not(:last-child) > .button,
.comment-form .shop_table.cart input.bootstrap-select.input-group-btn[type=email]:not(:first-child):not(:last-child) > .remove,
.shop_table.cart .comment-form input.bootstrap-select.input-group-btn[type=email]:not(:first-child):not(:last-child) > .remove,
.comment-form .woocommerce-MyAccount-content input.bootstrap-select.input-group-btn[type=email]:not(:first-child):not(:last-child) > .button,
.woocommerce-MyAccount-content .comment-form input.bootstrap-select.input-group-btn[type=email]:not(:first-child):not(:last-child) > .button,
.comment-form .woocommerce-MyAccount-content input.bootstrap-select.input-group-btn[type=email]:not(:first-child):not(:last-child) > a.button,
.woocommerce-MyAccount-content .comment-form input.bootstrap-select.input-group-btn[type=email]:not(:first-child):not(:last-child) > a.button,
.comment-form .woocommerce-MyAccount-navigation ul li input.bootstrap-select.input-group-btn[type=email]:not(:first-child):not(:last-child) > a,
.woocommerce-MyAccount-navigation ul li .comment-form input.bootstrap-select.input-group-btn[type=email]:not(:first-child):not(:last-child) > a,
.comment-form .single-product input.bootstrap-select.input-group-btn[type=email]:not(:first-child):not(:last-child) > .button,
.single-product .comment-form input.bootstrap-select.input-group-btn[type=email]:not(:first-child):not(:last-child) > .button,
.comment-form .woocommerce-order-received input.bootstrap-select.input-group-btn[type=email]:not(:first-child):not(:last-child) > .button,
.woocommerce-order-received .comment-form input.bootstrap-select.input-group-btn[type=email]:not(:first-child):not(:last-child) > .button,
.comment-form .woocommerce-checkout input.bootstrap-select.input-group-btn[type=email]:not(:first-child):not(:last-child) > .button,
.woocommerce-checkout .comment-form input.bootstrap-select.input-group-btn[type=email]:not(:first-child):not(:last-child) > .button,
.comment-form .woocommerce-cart input.bootstrap-select.input-group-btn[type=email]:not(:first-child):not(:last-child) > .button,
.woocommerce-cart .comment-form input.bootstrap-select.input-group-btn[type=email]:not(:first-child):not(:last-child) > .button,
.comment-form .page-landing__content input.bootstrap-select.input-group-btn[type=email]:not(:first-child):not(:last-child) > .content-columns__cta-link,
.page-landing__content .comment-form input.bootstrap-select.input-group-btn[type=email]:not(:first-child):not(:last-child) > .content-columns__cta-link,
.comment-form .page-landing__content .fxc-mixed_cta input.bootstrap-select.input-group-btn[type=email]:not(:first-child):not(:last-child) > .card__cta,
.page-landing__content .fxc-mixed_cta .comment-form input.bootstrap-select.input-group-btn[type=email]:not(:first-child):not(:last-child) > .card__cta,
.comment-form .page-landing__content input.bootstrap-select.input-group-btn[type=email]:not(:first-child):not(:last-child) > .slide-pane__cta,
.page-landing__content .comment-form input.bootstrap-select.input-group-btn[type=email]:not(:first-child):not(:last-child) > .slide-pane__cta,
.comment-form input.bootstrap-select.input-group-btn[type=email]:not(:first-child):not(:last-child) > .account-cta__link,
.comment-form input.bootstrap-select.input-group-btn[type=email]:not(:first-child):not(:last-child) > input[type=submit],
.comment-form input.bootstrap-select.input-group-btn[type=url]:not(:first-child):not(:last-child) > .btn,
.comment-form .woocommerce-notice input.bootstrap-select.input-group-btn[type=url]:not(:first-child):not(:last-child) > .button,
.woocommerce-notice .comment-form input.bootstrap-select.input-group-btn[type=url]:not(:first-child):not(:last-child) > .button,
.comment-form .woocommerce-message input.bootstrap-select.input-group-btn[type=url]:not(:first-child):not(:last-child) > .button,
.woocommerce-message .comment-form input.bootstrap-select.input-group-btn[type=url]:not(:first-child):not(:last-child) > .button,
.comment-form .woocommerce-error input.bootstrap-select.input-group-btn[type=url]:not(:first-child):not(:last-child) > .button,
.woocommerce-error .comment-form input.bootstrap-select.input-group-btn[type=url]:not(:first-child):not(:last-child) > .button,
.comment-form .shop_table.cart input.bootstrap-select.input-group-btn[type=url]:not(:first-child):not(:last-child) > .remove,
.shop_table.cart .comment-form input.bootstrap-select.input-group-btn[type=url]:not(:first-child):not(:last-child) > .remove,
.comment-form .woocommerce-MyAccount-content input.bootstrap-select.input-group-btn[type=url]:not(:first-child):not(:last-child) > .button,
.woocommerce-MyAccount-content .comment-form input.bootstrap-select.input-group-btn[type=url]:not(:first-child):not(:last-child) > .button,
.comment-form .woocommerce-MyAccount-content input.bootstrap-select.input-group-btn[type=url]:not(:first-child):not(:last-child) > a.button,
.woocommerce-MyAccount-content .comment-form input.bootstrap-select.input-group-btn[type=url]:not(:first-child):not(:last-child) > a.button,
.comment-form .woocommerce-MyAccount-navigation ul li input.bootstrap-select.input-group-btn[type=url]:not(:first-child):not(:last-child) > a,
.woocommerce-MyAccount-navigation ul li .comment-form input.bootstrap-select.input-group-btn[type=url]:not(:first-child):not(:last-child) > a,
.comment-form .single-product input.bootstrap-select.input-group-btn[type=url]:not(:first-child):not(:last-child) > .button,
.single-product .comment-form input.bootstrap-select.input-group-btn[type=url]:not(:first-child):not(:last-child) > .button,
.comment-form .woocommerce-order-received input.bootstrap-select.input-group-btn[type=url]:not(:first-child):not(:last-child) > .button,
.woocommerce-order-received .comment-form input.bootstrap-select.input-group-btn[type=url]:not(:first-child):not(:last-child) > .button,
.comment-form .woocommerce-checkout input.bootstrap-select.input-group-btn[type=url]:not(:first-child):not(:last-child) > .button,
.woocommerce-checkout .comment-form input.bootstrap-select.input-group-btn[type=url]:not(:first-child):not(:last-child) > .button,
.comment-form .woocommerce-cart input.bootstrap-select.input-group-btn[type=url]:not(:first-child):not(:last-child) > .button,
.woocommerce-cart .comment-form input.bootstrap-select.input-group-btn[type=url]:not(:first-child):not(:last-child) > .button,
.comment-form .page-landing__content input.bootstrap-select.input-group-btn[type=url]:not(:first-child):not(:last-child) > .content-columns__cta-link,
.page-landing__content .comment-form input.bootstrap-select.input-group-btn[type=url]:not(:first-child):not(:last-child) > .content-columns__cta-link,
.comment-form .page-landing__content .fxc-mixed_cta input.bootstrap-select.input-group-btn[type=url]:not(:first-child):not(:last-child) > .card__cta,
.page-landing__content .fxc-mixed_cta .comment-form input.bootstrap-select.input-group-btn[type=url]:not(:first-child):not(:last-child) > .card__cta,
.comment-form .page-landing__content input.bootstrap-select.input-group-btn[type=url]:not(:first-child):not(:last-child) > .slide-pane__cta,
.page-landing__content .comment-form input.bootstrap-select.input-group-btn[type=url]:not(:first-child):not(:last-child) > .slide-pane__cta,
.comment-form input.bootstrap-select.input-group-btn[type=url]:not(:first-child):not(:last-child) > .account-cta__link,
.comment-form input.bootstrap-select.input-group-btn[type=url]:not(:first-child):not(:last-child) > input[type=submit],
.comment-form textarea.bootstrap-select.input-group-btn:not(:first-child):not(:last-child) > .btn,
.comment-form .woocommerce-notice textarea.bootstrap-select.input-group-btn:not(:first-child):not(:last-child) > .button,
.woocommerce-notice .comment-form textarea.bootstrap-select.input-group-btn:not(:first-child):not(:last-child) > .button,
.comment-form .woocommerce-message textarea.bootstrap-select.input-group-btn:not(:first-child):not(:last-child) > .button,
.woocommerce-message .comment-form textarea.bootstrap-select.input-group-btn:not(:first-child):not(:last-child) > .button,
.comment-form .woocommerce-error textarea.bootstrap-select.input-group-btn:not(:first-child):not(:last-child) > .button,
.woocommerce-error .comment-form textarea.bootstrap-select.input-group-btn:not(:first-child):not(:last-child) > .button,
.comment-form .shop_table.cart textarea.bootstrap-select.input-group-btn:not(:first-child):not(:last-child) > .remove,
.shop_table.cart .comment-form textarea.bootstrap-select.input-group-btn:not(:first-child):not(:last-child) > .remove,
.comment-form .woocommerce-MyAccount-content textarea.bootstrap-select.input-group-btn:not(:first-child):not(:last-child) > .button,
.woocommerce-MyAccount-content .comment-form textarea.bootstrap-select.input-group-btn:not(:first-child):not(:last-child) > .button,
.comment-form .woocommerce-MyAccount-content textarea.bootstrap-select.input-group-btn:not(:first-child):not(:last-child) > a.button,
.woocommerce-MyAccount-content .comment-form textarea.bootstrap-select.input-group-btn:not(:first-child):not(:last-child) > a.button,
.comment-form .woocommerce-MyAccount-navigation ul li textarea.bootstrap-select.input-group-btn:not(:first-child):not(:last-child) > a,
.woocommerce-MyAccount-navigation ul li .comment-form textarea.bootstrap-select.input-group-btn:not(:first-child):not(:last-child) > a,
.comment-form .single-product textarea.bootstrap-select.input-group-btn:not(:first-child):not(:last-child) > .button,
.single-product .comment-form textarea.bootstrap-select.input-group-btn:not(:first-child):not(:last-child) > .button,
.comment-form .woocommerce-order-received textarea.bootstrap-select.input-group-btn:not(:first-child):not(:last-child) > .button,
.woocommerce-order-received .comment-form textarea.bootstrap-select.input-group-btn:not(:first-child):not(:last-child) > .button,
.comment-form .woocommerce-checkout textarea.bootstrap-select.input-group-btn:not(:first-child):not(:last-child) > .button,
.woocommerce-checkout .comment-form textarea.bootstrap-select.input-group-btn:not(:first-child):not(:last-child) > .button,
.comment-form .woocommerce-cart textarea.bootstrap-select.input-group-btn:not(:first-child):not(:last-child) > .button,
.woocommerce-cart .comment-form textarea.bootstrap-select.input-group-btn:not(:first-child):not(:last-child) > .button,
.comment-form .page-landing__content textarea.bootstrap-select.input-group-btn:not(:first-child):not(:last-child) > .content-columns__cta-link,
.page-landing__content .comment-form textarea.bootstrap-select.input-group-btn:not(:first-child):not(:last-child) > .content-columns__cta-link,
.comment-form .page-landing__content .fxc-mixed_cta textarea.bootstrap-select.input-group-btn:not(:first-child):not(:last-child) > .card__cta,
.page-landing__content .fxc-mixed_cta .comment-form textarea.bootstrap-select.input-group-btn:not(:first-child):not(:last-child) > .card__cta,
.comment-form .page-landing__content textarea.bootstrap-select.input-group-btn:not(:first-child):not(:last-child) > .slide-pane__cta,
.page-landing__content .comment-form textarea.bootstrap-select.input-group-btn:not(:first-child):not(:last-child) > .slide-pane__cta,
.comment-form textarea.bootstrap-select.input-group-btn:not(:first-child):not(:last-child) > .account-cta__link,
.comment-form textarea.bootstrap-select.input-group-btn:not(:first-child):not(:last-child) > input[type=submit], .bootstrap-select.form-control.input-group-btn:not(:first-child):not(:last-child) > .bbp-pagination__more, .woocommerce .bootstrap-select.input-group-btn.input-text:not(:first-child):not(:last-child) > .bbp-pagination__more, .search-body__fields .bootstrap-select.input-group-btn.search-field:not(:first-child):not(:last-child) > .bbp-pagination__more, .bootstrap-select.input-group-btn.wpcf7-form-control.wpcf7-text:not(:first-child):not(:last-child) > .bbp-pagination__more, .bootstrap-select.input-group-btn.wpcf7-form-control.wpcf7-date:not(:first-child):not(:last-child) > .bbp-pagination__more, .bootstrap-select.input-group-btn.wpcf7-form-control.wpcf7-number:not(:first-child):not(:last-child) > .bbp-pagination__more, .bootstrap-select.input-group-btn.wpcf7-form-control.wpcf7-password:not(:first-child):not(:last-child) > .bbp-pagination__more, .bootstrap-select.input-group-btn.wpcf7-form-control.wpcf7-textarea:not(:first-child):not(:last-child) > .bbp-pagination__more, .comment-form input.bootstrap-select.input-group-btn[type=text]:not(:first-child):not(:last-child) > .bbp-pagination__more,
.comment-form input.bootstrap-select.input-group-btn[type=email]:not(:first-child):not(:last-child) > .bbp-pagination__more,
.comment-form input.bootstrap-select.input-group-btn[type=url]:not(:first-child):not(:last-child) > .bbp-pagination__more,
.comment-form textarea.bootstrap-select.input-group-btn:not(:first-child):not(:last-child) > .bbp-pagination__more,
.bootstrap-select.form-control.input-group-btn:not(:first-child):not(:last-child) > .pagination__more,
.woocommerce .bootstrap-select.input-group-btn.input-text:not(:first-child):not(:last-child) > .pagination__more,
.search-body__fields .bootstrap-select.input-group-btn.search-field:not(:first-child):not(:last-child) > .pagination__more,
.bootstrap-select.input-group-btn.wpcf7-form-control.wpcf7-text:not(:first-child):not(:last-child) > .pagination__more,
.bootstrap-select.input-group-btn.wpcf7-form-control.wpcf7-date:not(:first-child):not(:last-child) > .pagination__more,
.bootstrap-select.input-group-btn.wpcf7-form-control.wpcf7-number:not(:first-child):not(:last-child) > .pagination__more,
.bootstrap-select.input-group-btn.wpcf7-form-control.wpcf7-password:not(:first-child):not(:last-child) > .pagination__more,
.bootstrap-select.input-group-btn.wpcf7-form-control.wpcf7-textarea:not(:first-child):not(:last-child) > .pagination__more,
.comment-form input.bootstrap-select.input-group-btn[type=text]:not(:first-child):not(:last-child) > .pagination__more,
.comment-form input.bootstrap-select.input-group-btn[type=email]:not(:first-child):not(:last-child) > .pagination__more,
.comment-form input.bootstrap-select.input-group-btn[type=url]:not(:first-child):not(:last-child) > .pagination__more,
.comment-form textarea.bootstrap-select.input-group-btn:not(:first-child):not(:last-child) > .pagination__more {
  border-radius: 0;
}

.bootstrap-select {
  font-family: "CoreSansNR55", "LL Brown Light Web", "Turbinado Bold Pro", "Roboto", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-size: 16px;
  font-weight: 500;
  letter-spacing: normal;
  line-height: normal;
  text-transform: none;
}
.bootstrap-select .dropdown-menu {
  margin: 0;
  border-radius: 0;
  border: none;
  border-bottom: 1px solid #ced4da;
}
.bootstrap-select .dropdown-item:hover, .bootstrap-select .dropdown-item:focus {
  background-color: #fff;
  color: #0a233f;
}
.bootstrap-select:not(.input-group-btn), .bootstrap-select[class*=col-] {
  display: block;
  margin-left: 0;
}
.bootstrap-select.dropdown-menu-right, .bootstrap-select[class*=col-].dropdown-menu-right, .row .bootstrap-select[class*=col-].dropdown-menu-right {
  float: right;
}
.form-inline .bootstrap-select, .form-horizontal .bootstrap-select, .form-group .bootstrap-select, .comment-form p .bootstrap-select, .comment-form .wpcf7-form-control.wpcf7-radio .bootstrap-select, .comment-form .wpcf7-form-control.wpcf7-checkbox .bootstrap-select {
  margin-bottom: 0;
}
.form-group-lg .bootstrap-select.form-control, .form-group-lg .woocommerce .bootstrap-select.input-text, .woocommerce .form-group-lg .bootstrap-select.input-text, .form-group-lg .search-body__fields .bootstrap-select.search-field, .search-body__fields .form-group-lg .bootstrap-select.search-field, .form-group-lg .bootstrap-select.wpcf7-form-control.wpcf7-text, .form-group-lg .bootstrap-select.wpcf7-form-control.wpcf7-date, .form-group-lg .bootstrap-select.wpcf7-form-control.wpcf7-number, .form-group-lg .bootstrap-select.wpcf7-form-control.wpcf7-password, .form-group-lg .bootstrap-select.wpcf7-form-control.wpcf7-textarea, .form-group-lg .comment-form input.bootstrap-select[type=text], .comment-form .form-group-lg input.bootstrap-select[type=text],
.form-group-lg .comment-form input.bootstrap-select[type=email],
.comment-form .form-group-lg input.bootstrap-select[type=email],
.form-group-lg .comment-form input.bootstrap-select[type=url],
.comment-form .form-group-lg input.bootstrap-select[type=url],
.form-group-lg .comment-form textarea.bootstrap-select,
.comment-form .form-group-lg textarea.bootstrap-select, .form-group-sm .bootstrap-select.form-control, .form-group-sm .woocommerce .bootstrap-select.input-text, .woocommerce .form-group-sm .bootstrap-select.input-text, .form-group-sm .search-body__fields .bootstrap-select.search-field, .search-body__fields .form-group-sm .bootstrap-select.search-field, .form-group-sm .bootstrap-select.wpcf7-form-control.wpcf7-text, .form-group-sm .bootstrap-select.wpcf7-form-control.wpcf7-date, .form-group-sm .bootstrap-select.wpcf7-form-control.wpcf7-number, .form-group-sm .bootstrap-select.wpcf7-form-control.wpcf7-password, .form-group-sm .bootstrap-select.wpcf7-form-control.wpcf7-textarea, .form-group-sm .comment-form input.bootstrap-select[type=text], .comment-form .form-group-sm input.bootstrap-select[type=text],
.form-group-sm .comment-form input.bootstrap-select[type=email],
.comment-form .form-group-sm input.bootstrap-select[type=email],
.form-group-sm .comment-form input.bootstrap-select[type=url],
.comment-form .form-group-sm input.bootstrap-select[type=url],
.form-group-sm .comment-form textarea.bootstrap-select,
.comment-form .form-group-sm textarea.bootstrap-select {
  padding: 0;
}
.form-group-lg .bootstrap-select.form-control .dropdown-toggle, .form-group-lg .woocommerce .bootstrap-select.input-text .dropdown-toggle, .woocommerce .form-group-lg .bootstrap-select.input-text .dropdown-toggle, .form-group-lg .search-body__fields .bootstrap-select.search-field .dropdown-toggle, .search-body__fields .form-group-lg .bootstrap-select.search-field .dropdown-toggle, .form-group-lg .bootstrap-select.wpcf7-form-control.wpcf7-text .dropdown-toggle, .form-group-lg .bootstrap-select.wpcf7-form-control.wpcf7-date .dropdown-toggle, .form-group-lg .bootstrap-select.wpcf7-form-control.wpcf7-number .dropdown-toggle, .form-group-lg .bootstrap-select.wpcf7-form-control.wpcf7-password .dropdown-toggle, .form-group-lg .bootstrap-select.wpcf7-form-control.wpcf7-textarea .dropdown-toggle, .form-group-lg .comment-form input.bootstrap-select[type=text] .dropdown-toggle, .comment-form .form-group-lg input.bootstrap-select[type=text] .dropdown-toggle,
.form-group-lg .comment-form input.bootstrap-select[type=email] .dropdown-toggle,
.comment-form .form-group-lg input.bootstrap-select[type=email] .dropdown-toggle,
.form-group-lg .comment-form input.bootstrap-select[type=url] .dropdown-toggle,
.comment-form .form-group-lg input.bootstrap-select[type=url] .dropdown-toggle,
.form-group-lg .comment-form textarea.bootstrap-select .dropdown-toggle,
.comment-form .form-group-lg textarea.bootstrap-select .dropdown-toggle, .form-group-sm .bootstrap-select.form-control .dropdown-toggle, .form-group-sm .woocommerce .bootstrap-select.input-text .dropdown-toggle, .woocommerce .form-group-sm .bootstrap-select.input-text .dropdown-toggle, .form-group-sm .search-body__fields .bootstrap-select.search-field .dropdown-toggle, .search-body__fields .form-group-sm .bootstrap-select.search-field .dropdown-toggle, .form-group-sm .bootstrap-select.wpcf7-form-control.wpcf7-text .dropdown-toggle, .form-group-sm .bootstrap-select.wpcf7-form-control.wpcf7-date .dropdown-toggle, .form-group-sm .bootstrap-select.wpcf7-form-control.wpcf7-number .dropdown-toggle, .form-group-sm .bootstrap-select.wpcf7-form-control.wpcf7-password .dropdown-toggle, .form-group-sm .bootstrap-select.wpcf7-form-control.wpcf7-textarea .dropdown-toggle, .form-group-sm .comment-form input.bootstrap-select[type=text] .dropdown-toggle, .comment-form .form-group-sm input.bootstrap-select[type=text] .dropdown-toggle,
.form-group-sm .comment-form input.bootstrap-select[type=email] .dropdown-toggle,
.comment-form .form-group-sm input.bootstrap-select[type=email] .dropdown-toggle,
.form-group-sm .comment-form input.bootstrap-select[type=url] .dropdown-toggle,
.comment-form .form-group-sm input.bootstrap-select[type=url] .dropdown-toggle,
.form-group-sm .comment-form textarea.bootstrap-select .dropdown-toggle,
.comment-form .form-group-sm textarea.bootstrap-select .dropdown-toggle {
  height: 100%;
  font-size: inherit;
  line-height: inherit;
  border-radius: inherit;
}
.bootstrap-select.form-control-sm .dropdown-toggle, .input-group-sm > .bootstrap-select.form-control .dropdown-toggle, .woocommerce .input-group-sm > .bootstrap-select.input-text .dropdown-toggle, .input-group-sm > .bootstrap-select.wpcf7-form-control.wpcf7-text .dropdown-toggle, .input-group-sm > .bootstrap-select.wpcf7-form-control.wpcf7-date .dropdown-toggle, .input-group-sm > .bootstrap-select.wpcf7-form-control.wpcf7-number .dropdown-toggle, .input-group-sm > .bootstrap-select.wpcf7-form-control.wpcf7-password .dropdown-toggle, .input-group-sm > .bootstrap-select.wpcf7-form-control.wpcf7-textarea .dropdown-toggle, .comment-form .input-group-sm > input.bootstrap-select[type=text] .dropdown-toggle,
.comment-form .input-group-sm > input.bootstrap-select[type=email] .dropdown-toggle,
.comment-form .input-group-sm > input.bootstrap-select[type=url] .dropdown-toggle,
.comment-form .input-group-sm > textarea.bootstrap-select .dropdown-toggle,
.input-group-sm > .input-group-prepend > .bootstrap-select.input-group-text .dropdown-toggle,
.input-group-sm > .input-group-append > .bootstrap-select.input-group-text .dropdown-toggle,
.input-group-sm > .input-group-prepend > .bootstrap-select.btn .dropdown-toggle,
.woocommerce-notice .input-group-sm > .input-group-prepend > .bootstrap-select.button .dropdown-toggle,
.woocommerce-message .input-group-sm > .input-group-prepend > .bootstrap-select.button .dropdown-toggle,
.woocommerce-error .input-group-sm > .input-group-prepend > .bootstrap-select.button .dropdown-toggle,
.shop_table.cart .input-group-sm > .input-group-prepend > .bootstrap-select.remove .dropdown-toggle,
.woocommerce-MyAccount-content .input-group-sm > .input-group-prepend > .bootstrap-select.button .dropdown-toggle,
.woocommerce-MyAccount-navigation ul li .input-group-sm > .input-group-prepend > a.bootstrap-select .dropdown-toggle,
.single-product .input-group-sm > .input-group-prepend > .bootstrap-select.button .dropdown-toggle,
.woocommerce-order-received .input-group-sm > .input-group-prepend > .bootstrap-select.button .dropdown-toggle,
.woocommerce-checkout .input-group-sm > .input-group-prepend > .bootstrap-select.button .dropdown-toggle,
.woocommerce-cart .input-group-sm > .input-group-prepend > .bootstrap-select.button .dropdown-toggle,
.page-landing__content .input-group-sm > .input-group-prepend > .bootstrap-select.content-columns__cta-link .dropdown-toggle,
.page-landing__content .fxc-mixed_cta .input-group-sm > .input-group-prepend > .bootstrap-select.card__cta .dropdown-toggle,
.page-landing__content .input-group-sm > .input-group-prepend > .bootstrap-select.slide-pane__cta .dropdown-toggle,
.input-group-sm > .input-group-prepend > .bootstrap-select.account-cta__link .dropdown-toggle,
.comment-form .input-group-sm > .input-group-prepend > input.bootstrap-select[type=submit] .dropdown-toggle,
.input-group-sm > .input-group-append > .bootstrap-select.btn .dropdown-toggle,
.woocommerce-notice .input-group-sm > .input-group-append > .bootstrap-select.button .dropdown-toggle,
.woocommerce-message .input-group-sm > .input-group-append > .bootstrap-select.button .dropdown-toggle,
.woocommerce-error .input-group-sm > .input-group-append > .bootstrap-select.button .dropdown-toggle,
.shop_table.cart .input-group-sm > .input-group-append > .bootstrap-select.remove .dropdown-toggle,
.woocommerce-MyAccount-content .input-group-sm > .input-group-append > .bootstrap-select.button .dropdown-toggle,
.woocommerce-MyAccount-navigation ul li .input-group-sm > .input-group-append > a.bootstrap-select .dropdown-toggle,
.single-product .input-group-sm > .input-group-append > .bootstrap-select.button .dropdown-toggle,
.woocommerce-order-received .input-group-sm > .input-group-append > .bootstrap-select.button .dropdown-toggle,
.woocommerce-checkout .input-group-sm > .input-group-append > .bootstrap-select.button .dropdown-toggle,
.woocommerce-cart .input-group-sm > .input-group-append > .bootstrap-select.button .dropdown-toggle,
.page-landing__content .input-group-sm > .input-group-append > .bootstrap-select.content-columns__cta-link .dropdown-toggle,
.page-landing__content .fxc-mixed_cta .input-group-sm > .input-group-append > .bootstrap-select.card__cta .dropdown-toggle,
.page-landing__content .input-group-sm > .input-group-append > .bootstrap-select.slide-pane__cta .dropdown-toggle,
.input-group-sm > .input-group-append > .bootstrap-select.account-cta__link .dropdown-toggle,
.comment-form .input-group-sm > .input-group-append > input.bootstrap-select[type=submit] .dropdown-toggle,
.input-group-sm > .input-group-prepend > .bootstrap-select.bbp-pagination__more .dropdown-toggle,
.input-group-sm > .input-group-prepend > .bootstrap-select.pagination__more .dropdown-toggle,
.input-group-sm > .input-group-append > .bootstrap-select.bbp-pagination__more .dropdown-toggle,
.input-group-sm > .input-group-append > .bootstrap-select.pagination__more .dropdown-toggle, .bootstrap-select.form-control-lg .dropdown-toggle, .woocommerce .bootstrap-select.coupon-input-text .dropdown-toggle, .search-body__fields .bootstrap-select.search-field .dropdown-toggle, .input-group-lg > .bootstrap-select.form-control .dropdown-toggle, .woocommerce .input-group-lg > .bootstrap-select.input-text .dropdown-toggle, .input-group-lg > .bootstrap-select.wpcf7-form-control.wpcf7-text .dropdown-toggle, .input-group-lg > .bootstrap-select.wpcf7-form-control.wpcf7-date .dropdown-toggle, .input-group-lg > .bootstrap-select.wpcf7-form-control.wpcf7-number .dropdown-toggle, .input-group-lg > .bootstrap-select.wpcf7-form-control.wpcf7-password .dropdown-toggle, .input-group-lg > .bootstrap-select.wpcf7-form-control.wpcf7-textarea .dropdown-toggle, .comment-form .input-group-lg > input.bootstrap-select[type=text] .dropdown-toggle,
.comment-form .input-group-lg > input.bootstrap-select[type=email] .dropdown-toggle,
.comment-form .input-group-lg > input.bootstrap-select[type=url] .dropdown-toggle,
.comment-form .input-group-lg > textarea.bootstrap-select .dropdown-toggle,
.input-group-lg > .input-group-prepend > .bootstrap-select.input-group-text .dropdown-toggle,
.input-group-lg > .input-group-append > .bootstrap-select.input-group-text .dropdown-toggle,
.input-group-lg > .input-group-prepend > .bootstrap-select.btn .dropdown-toggle,
.woocommerce-notice .input-group-lg > .input-group-prepend > .bootstrap-select.button .dropdown-toggle,
.woocommerce-message .input-group-lg > .input-group-prepend > .bootstrap-select.button .dropdown-toggle,
.woocommerce-error .input-group-lg > .input-group-prepend > .bootstrap-select.button .dropdown-toggle,
.shop_table.cart .input-group-lg > .input-group-prepend > .bootstrap-select.remove .dropdown-toggle,
.woocommerce-MyAccount-content .input-group-lg > .input-group-prepend > .bootstrap-select.button .dropdown-toggle,
.woocommerce-MyAccount-navigation ul li .input-group-lg > .input-group-prepend > a.bootstrap-select .dropdown-toggle,
.single-product .input-group-lg > .input-group-prepend > .bootstrap-select.button .dropdown-toggle,
.woocommerce-order-received .input-group-lg > .input-group-prepend > .bootstrap-select.button .dropdown-toggle,
.woocommerce-checkout .input-group-lg > .input-group-prepend > .bootstrap-select.button .dropdown-toggle,
.woocommerce-cart .input-group-lg > .input-group-prepend > .bootstrap-select.button .dropdown-toggle,
.page-landing__content .input-group-lg > .input-group-prepend > .bootstrap-select.content-columns__cta-link .dropdown-toggle,
.page-landing__content .fxc-mixed_cta .input-group-lg > .input-group-prepend > .bootstrap-select.card__cta .dropdown-toggle,
.page-landing__content .input-group-lg > .input-group-prepend > .bootstrap-select.slide-pane__cta .dropdown-toggle,
.input-group-lg > .input-group-prepend > .bootstrap-select.account-cta__link .dropdown-toggle,
.comment-form .input-group-lg > .input-group-prepend > input.bootstrap-select[type=submit] .dropdown-toggle,
.input-group-lg > .input-group-append > .bootstrap-select.btn .dropdown-toggle,
.woocommerce-notice .input-group-lg > .input-group-append > .bootstrap-select.button .dropdown-toggle,
.woocommerce-message .input-group-lg > .input-group-append > .bootstrap-select.button .dropdown-toggle,
.woocommerce-error .input-group-lg > .input-group-append > .bootstrap-select.button .dropdown-toggle,
.shop_table.cart .input-group-lg > .input-group-append > .bootstrap-select.remove .dropdown-toggle,
.woocommerce-MyAccount-content .input-group-lg > .input-group-append > .bootstrap-select.button .dropdown-toggle,
.woocommerce-MyAccount-navigation ul li .input-group-lg > .input-group-append > a.bootstrap-select .dropdown-toggle,
.single-product .input-group-lg > .input-group-append > .bootstrap-select.button .dropdown-toggle,
.woocommerce-order-received .input-group-lg > .input-group-append > .bootstrap-select.button .dropdown-toggle,
.woocommerce-checkout .input-group-lg > .input-group-append > .bootstrap-select.button .dropdown-toggle,
.woocommerce-cart .input-group-lg > .input-group-append > .bootstrap-select.button .dropdown-toggle,
.page-landing__content .input-group-lg > .input-group-append > .bootstrap-select.content-columns__cta-link .dropdown-toggle,
.page-landing__content .fxc-mixed_cta .input-group-lg > .input-group-append > .bootstrap-select.card__cta .dropdown-toggle,
.page-landing__content .input-group-lg > .input-group-append > .bootstrap-select.slide-pane__cta .dropdown-toggle,
.input-group-lg > .input-group-append > .bootstrap-select.account-cta__link .dropdown-toggle,
.comment-form .input-group-lg > .input-group-append > input.bootstrap-select[type=submit] .dropdown-toggle,
.input-group-lg > .input-group-prepend > .bootstrap-select.bbp-pagination__more .dropdown-toggle,
.input-group-lg > .input-group-prepend > .bootstrap-select.pagination__more .dropdown-toggle,
.input-group-lg > .input-group-append > .bootstrap-select.bbp-pagination__more .dropdown-toggle,
.input-group-lg > .input-group-append > .bootstrap-select.pagination__more .dropdown-toggle {
  font-size: inherit;
  line-height: inherit;
  border-radius: inherit;
}
.bootstrap-select.form-control-sm .dropdown-toggle, .input-group-sm > .bootstrap-select.form-control .dropdown-toggle, .woocommerce .input-group-sm > .bootstrap-select.input-text .dropdown-toggle, .search-body__fields .input-group-sm > .bootstrap-select.search-field .dropdown-toggle, .input-group-sm > .bootstrap-select.wpcf7-form-control.wpcf7-text .dropdown-toggle, .input-group-sm > .bootstrap-select.wpcf7-form-control.wpcf7-date .dropdown-toggle, .input-group-sm > .bootstrap-select.wpcf7-form-control.wpcf7-number .dropdown-toggle, .input-group-sm > .bootstrap-select.wpcf7-form-control.wpcf7-password .dropdown-toggle, .input-group-sm > .bootstrap-select.wpcf7-form-control.wpcf7-textarea .dropdown-toggle, .comment-form .input-group-sm > input.bootstrap-select[type=text] .dropdown-toggle,
.comment-form .input-group-sm > input.bootstrap-select[type=email] .dropdown-toggle,
.comment-form .input-group-sm > input.bootstrap-select[type=url] .dropdown-toggle,
.comment-form .input-group-sm > textarea.bootstrap-select .dropdown-toggle,
.input-group-sm > .input-group-prepend > .bootstrap-select.input-group-text .dropdown-toggle,
.input-group-sm > .input-group-append > .bootstrap-select.input-group-text .dropdown-toggle,
.input-group-sm > .input-group-prepend > .bootstrap-select.btn .dropdown-toggle,
.woocommerce-notice .input-group-sm > .input-group-prepend > .bootstrap-select.button .dropdown-toggle,
.woocommerce-message .input-group-sm > .input-group-prepend > .bootstrap-select.button .dropdown-toggle,
.woocommerce-error .input-group-sm > .input-group-prepend > .bootstrap-select.button .dropdown-toggle,
.shop_table.cart .input-group-sm > .input-group-prepend > .bootstrap-select.remove .dropdown-toggle,
.woocommerce-MyAccount-content .input-group-sm > .input-group-prepend > .bootstrap-select.button .dropdown-toggle,
.woocommerce-MyAccount-navigation ul li .input-group-sm > .input-group-prepend > a.bootstrap-select .dropdown-toggle,
.single-product .input-group-sm > .input-group-prepend > .bootstrap-select.button .dropdown-toggle,
.woocommerce-order-received .input-group-sm > .input-group-prepend > .bootstrap-select.button .dropdown-toggle,
.woocommerce-checkout .input-group-sm > .input-group-prepend > .bootstrap-select.button .dropdown-toggle,
.woocommerce-cart .input-group-sm > .input-group-prepend > .bootstrap-select.button .dropdown-toggle,
.page-landing__content .input-group-sm > .input-group-prepend > .bootstrap-select.content-columns__cta-link .dropdown-toggle,
.page-landing__content .fxc-mixed_cta .input-group-sm > .input-group-prepend > .bootstrap-select.card__cta .dropdown-toggle,
.page-landing__content .input-group-sm > .input-group-prepend > .bootstrap-select.slide-pane__cta .dropdown-toggle,
.input-group-sm > .input-group-prepend > .bootstrap-select.account-cta__link .dropdown-toggle,
.comment-form .input-group-sm > .input-group-prepend > input.bootstrap-select[type=submit] .dropdown-toggle,
.input-group-sm > .input-group-append > .bootstrap-select.btn .dropdown-toggle,
.woocommerce-notice .input-group-sm > .input-group-append > .bootstrap-select.button .dropdown-toggle,
.woocommerce-message .input-group-sm > .input-group-append > .bootstrap-select.button .dropdown-toggle,
.woocommerce-error .input-group-sm > .input-group-append > .bootstrap-select.button .dropdown-toggle,
.shop_table.cart .input-group-sm > .input-group-append > .bootstrap-select.remove .dropdown-toggle,
.woocommerce-MyAccount-content .input-group-sm > .input-group-append > .bootstrap-select.button .dropdown-toggle,
.woocommerce-MyAccount-navigation ul li .input-group-sm > .input-group-append > a.bootstrap-select .dropdown-toggle,
.single-product .input-group-sm > .input-group-append > .bootstrap-select.button .dropdown-toggle,
.woocommerce-order-received .input-group-sm > .input-group-append > .bootstrap-select.button .dropdown-toggle,
.woocommerce-checkout .input-group-sm > .input-group-append > .bootstrap-select.button .dropdown-toggle,
.woocommerce-cart .input-group-sm > .input-group-append > .bootstrap-select.button .dropdown-toggle,
.page-landing__content .input-group-sm > .input-group-append > .bootstrap-select.content-columns__cta-link .dropdown-toggle,
.page-landing__content .fxc-mixed_cta .input-group-sm > .input-group-append > .bootstrap-select.card__cta .dropdown-toggle,
.page-landing__content .input-group-sm > .input-group-append > .bootstrap-select.slide-pane__cta .dropdown-toggle,
.input-group-sm > .input-group-append > .bootstrap-select.account-cta__link .dropdown-toggle,
.comment-form .input-group-sm > .input-group-append > input.bootstrap-select[type=submit] .dropdown-toggle,
.input-group-sm > .input-group-prepend > .bootstrap-select.bbp-pagination__more .dropdown-toggle,
.input-group-sm > .input-group-prepend > .bootstrap-select.pagination__more .dropdown-toggle,
.input-group-sm > .input-group-append > .bootstrap-select.bbp-pagination__more .dropdown-toggle,
.input-group-sm > .input-group-append > .bootstrap-select.pagination__more .dropdown-toggle {
  padding: 0.25rem 0.5rem;
}
.bootstrap-select.form-control-lg .dropdown-toggle, .woocommerce .bootstrap-select.coupon-input-text .dropdown-toggle, .search-body__fields .bootstrap-select.search-field .dropdown-toggle, .input-group-lg > .bootstrap-select.form-control .dropdown-toggle, .woocommerce .input-group-lg > .bootstrap-select.input-text .dropdown-toggle, .input-group-lg > .bootstrap-select.wpcf7-form-control.wpcf7-text .dropdown-toggle, .input-group-lg > .bootstrap-select.wpcf7-form-control.wpcf7-date .dropdown-toggle, .input-group-lg > .bootstrap-select.wpcf7-form-control.wpcf7-number .dropdown-toggle, .input-group-lg > .bootstrap-select.wpcf7-form-control.wpcf7-password .dropdown-toggle, .input-group-lg > .bootstrap-select.wpcf7-form-control.wpcf7-textarea .dropdown-toggle, .comment-form .input-group-lg > input.bootstrap-select[type=text] .dropdown-toggle,
.comment-form .input-group-lg > input.bootstrap-select[type=email] .dropdown-toggle,
.comment-form .input-group-lg > input.bootstrap-select[type=url] .dropdown-toggle,
.comment-form .input-group-lg > textarea.bootstrap-select .dropdown-toggle,
.input-group-lg > .input-group-prepend > .bootstrap-select.input-group-text .dropdown-toggle,
.input-group-lg > .input-group-append > .bootstrap-select.input-group-text .dropdown-toggle,
.input-group-lg > .input-group-prepend > .bootstrap-select.btn .dropdown-toggle,
.woocommerce-notice .input-group-lg > .input-group-prepend > .bootstrap-select.button .dropdown-toggle,
.woocommerce-message .input-group-lg > .input-group-prepend > .bootstrap-select.button .dropdown-toggle,
.woocommerce-error .input-group-lg > .input-group-prepend > .bootstrap-select.button .dropdown-toggle,
.shop_table.cart .input-group-lg > .input-group-prepend > .bootstrap-select.remove .dropdown-toggle,
.woocommerce-MyAccount-content .input-group-lg > .input-group-prepend > .bootstrap-select.button .dropdown-toggle,
.woocommerce-MyAccount-navigation ul li .input-group-lg > .input-group-prepend > a.bootstrap-select .dropdown-toggle,
.single-product .input-group-lg > .input-group-prepend > .bootstrap-select.button .dropdown-toggle,
.woocommerce-order-received .input-group-lg > .input-group-prepend > .bootstrap-select.button .dropdown-toggle,
.woocommerce-checkout .input-group-lg > .input-group-prepend > .bootstrap-select.button .dropdown-toggle,
.woocommerce-cart .input-group-lg > .input-group-prepend > .bootstrap-select.button .dropdown-toggle,
.page-landing__content .input-group-lg > .input-group-prepend > .bootstrap-select.content-columns__cta-link .dropdown-toggle,
.page-landing__content .fxc-mixed_cta .input-group-lg > .input-group-prepend > .bootstrap-select.card__cta .dropdown-toggle,
.page-landing__content .input-group-lg > .input-group-prepend > .bootstrap-select.slide-pane__cta .dropdown-toggle,
.input-group-lg > .input-group-prepend > .bootstrap-select.account-cta__link .dropdown-toggle,
.comment-form .input-group-lg > .input-group-prepend > input.bootstrap-select[type=submit] .dropdown-toggle,
.input-group-lg > .input-group-append > .bootstrap-select.btn .dropdown-toggle,
.woocommerce-notice .input-group-lg > .input-group-append > .bootstrap-select.button .dropdown-toggle,
.woocommerce-message .input-group-lg > .input-group-append > .bootstrap-select.button .dropdown-toggle,
.woocommerce-error .input-group-lg > .input-group-append > .bootstrap-select.button .dropdown-toggle,
.shop_table.cart .input-group-lg > .input-group-append > .bootstrap-select.remove .dropdown-toggle,
.woocommerce-MyAccount-content .input-group-lg > .input-group-append > .bootstrap-select.button .dropdown-toggle,
.woocommerce-MyAccount-navigation ul li .input-group-lg > .input-group-append > a.bootstrap-select .dropdown-toggle,
.single-product .input-group-lg > .input-group-append > .bootstrap-select.button .dropdown-toggle,
.woocommerce-order-received .input-group-lg > .input-group-append > .bootstrap-select.button .dropdown-toggle,
.woocommerce-checkout .input-group-lg > .input-group-append > .bootstrap-select.button .dropdown-toggle,
.woocommerce-cart .input-group-lg > .input-group-append > .bootstrap-select.button .dropdown-toggle,
.page-landing__content .input-group-lg > .input-group-append > .bootstrap-select.content-columns__cta-link .dropdown-toggle,
.page-landing__content .fxc-mixed_cta .input-group-lg > .input-group-append > .bootstrap-select.card__cta .dropdown-toggle,
.page-landing__content .input-group-lg > .input-group-append > .bootstrap-select.slide-pane__cta .dropdown-toggle,
.input-group-lg > .input-group-append > .bootstrap-select.account-cta__link .dropdown-toggle,
.comment-form .input-group-lg > .input-group-append > input.bootstrap-select[type=submit] .dropdown-toggle,
.input-group-lg > .input-group-prepend > .bootstrap-select.bbp-pagination__more .dropdown-toggle,
.input-group-lg > .input-group-prepend > .bootstrap-select.pagination__more .dropdown-toggle,
.input-group-lg > .input-group-append > .bootstrap-select.bbp-pagination__more .dropdown-toggle,
.input-group-lg > .input-group-append > .bootstrap-select.pagination__more .dropdown-toggle {
  padding: 0.5rem 1rem;
}
.form-inline .bootstrap-select .form-control, .form-inline .bootstrap-select .woocommerce .input-text, .woocommerce .form-inline .bootstrap-select .input-text, .form-inline .bootstrap-select .search-body__fields .search-field, .search-body__fields .form-inline .bootstrap-select .search-field, .form-inline .bootstrap-select .wpcf7-form-control.wpcf7-text, .form-inline .bootstrap-select .wpcf7-form-control.wpcf7-date, .form-inline .bootstrap-select .wpcf7-form-control.wpcf7-number, .form-inline .bootstrap-select .wpcf7-form-control.wpcf7-password, .form-inline .bootstrap-select .wpcf7-form-control.wpcf7-textarea, .form-inline .bootstrap-select .comment-form input[type=text], .comment-form .form-inline .bootstrap-select input[type=text],
.form-inline .bootstrap-select .comment-form input[type=email],
.comment-form .form-inline .bootstrap-select input[type=email],
.form-inline .bootstrap-select .comment-form input[type=url],
.comment-form .form-inline .bootstrap-select input[type=url],
.form-inline .bootstrap-select .comment-form textarea,
.comment-form .form-inline .bootstrap-select textarea {
  width: 100%;
}
.bootstrap-select.disabled,
.bootstrap-select > .disabled {
  cursor: not-allowed;
}
.bootstrap-select.disabled:focus,
.bootstrap-select > .disabled:focus {
  outline: none !important;
}
.bootstrap-select.bs-container {
  position: absolute;
  top: 0;
  left: 0;
  height: 0 !important;
  padding: 0 !important;
}
.bootstrap-select.bs-container .dropdown-menu {
  z-index: 1060;
}
.bootstrap-select.show .dropdown-toggle::after {
  transform: translateY(-50%) rotate(180deg);
}
.bootstrap-select .dropdown-toggle {
  display: block;
  width: 100%;
  padding: 0.375rem 0;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: none;
  border-bottom: 1px solid #ced4da;
  border-radius: 0;
}
.bootstrap-select .dropdown-toggle:before {
  content: "";
  display: inline-block;
}
.bootstrap-select .dropdown-toggle::after {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  border: none;
  content: "";
  font-size: 20px;
  height: auto;
  letter-spacing: 0;
  margin: 0;
  right: 0;
  text-align: center;
  top: 50%;
  transform: translateY(-50%);
  transition: all 0.2s ease-in-out;
  position: absolute;
  width: auto;
}
.bootstrap-select .dropdown-toggle .filter-option {
  position: absolute;
  top: 0;
  left: 0;
  padding: 0;
  height: 100%;
  width: 100%;
  text-align: left;
  font-size: 16px;
  letter-spacing: normal;
  text-transform: none;
}
.bootstrap-select .dropdown-toggle .filter-option-inner {
  padding-right: inherit;
}
.bootstrap-select .dropdown-toggle .filter-option-inner-inner {
  overflow: hidden;
}
.bootstrap-select .dropdown-toggle .caret {
  position: absolute;
  top: 50%;
  right: 12px;
  margin-top: -2px;
  vertical-align: middle;
}
.input-group .bootstrap-select.form-control .dropdown-toggle, .input-group .woocommerce .bootstrap-select.input-text .dropdown-toggle, .woocommerce .input-group .bootstrap-select.input-text .dropdown-toggle, .input-group .search-body__fields .bootstrap-select.search-field .dropdown-toggle, .search-body__fields .input-group .bootstrap-select.search-field .dropdown-toggle, .input-group .bootstrap-select.wpcf7-form-control.wpcf7-text .dropdown-toggle, .input-group .bootstrap-select.wpcf7-form-control.wpcf7-date .dropdown-toggle, .input-group .bootstrap-select.wpcf7-form-control.wpcf7-number .dropdown-toggle, .input-group .bootstrap-select.wpcf7-form-control.wpcf7-password .dropdown-toggle, .input-group .bootstrap-select.wpcf7-form-control.wpcf7-textarea .dropdown-toggle, .input-group .comment-form input.bootstrap-select[type=text] .dropdown-toggle, .comment-form .input-group input.bootstrap-select[type=text] .dropdown-toggle,
.input-group .comment-form input.bootstrap-select[type=email] .dropdown-toggle,
.comment-form .input-group input.bootstrap-select[type=email] .dropdown-toggle,
.input-group .comment-form input.bootstrap-select[type=url] .dropdown-toggle,
.comment-form .input-group input.bootstrap-select[type=url] .dropdown-toggle,
.input-group .comment-form textarea.bootstrap-select .dropdown-toggle,
.comment-form .input-group textarea.bootstrap-select .dropdown-toggle {
  border-radius: inherit;
}
.bootstrap-select[class*=col-] .dropdown-toggle {
  width: 100%;
}
.bootstrap-select .dropdown-menu {
  min-width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.bootstrap-select .dropdown-menu > .inner:focus {
  outline: none !important;
}
.bootstrap-select .dropdown-menu.inner {
  position: static;
  float: none;
  border: 0;
  padding: 0;
  margin: 0;
  border-radius: 0;
  box-shadow: none;
}
.bootstrap-select .dropdown-menu li {
  position: relative;
}
.bootstrap-select .dropdown-menu li.active small {
  color: rgba(255, 255, 255, 0.5) !important;
}
.bootstrap-select .dropdown-menu li.disabled a {
  cursor: not-allowed;
}
.bootstrap-select .dropdown-menu li a {
  cursor: pointer;
  user-select: none;
}
.bootstrap-select .dropdown-menu li a.opt {
  position: relative;
  padding-left: 2.25em;
}
.bootstrap-select .dropdown-menu li a span.check-mark {
  display: none;
}
.bootstrap-select .dropdown-menu li a span.text {
  display: inline-block;
}
.bootstrap-select .dropdown-menu li small {
  padding-left: 0.5em;
}
.bootstrap-select .dropdown-menu .notify {
  position: absolute;
  bottom: 5px;
  width: 96%;
  margin: 0 2%;
  min-height: 26px;
  padding: 3px 5px;
  background: whitesmoke;
  border: 1px solid #e3e3e3;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  pointer-events: none;
  opacity: 0.9;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.bootstrap-select .no-results {
  padding: 3px;
  background: #f5f5f5;
  margin: 0 5px;
  white-space: nowrap;
}
.bootstrap-select.fit-width .dropdown-toggle .filter-option {
  position: static;
  display: inline;
  padding: 0;
}
.bootstrap-select.fit-width .dropdown-toggle .filter-option-inner,
.bootstrap-select.fit-width .dropdown-toggle .filter-option-inner-inner {
  display: inline;
}
.bootstrap-select.fit-width .dropdown-toggle .caret {
  position: static;
  top: auto;
  margin-top: -1px;
}
.bootstrap-select.show-tick .dropdown-menu .selected span.check-mark {
  position: absolute;
  display: inline-block;
  right: 15px;
  top: 5px;
}
.bootstrap-select.show-tick .dropdown-menu li a span.text {
  margin-right: 34px;
}
.bootstrap-select .bs-ok-default:after {
  content: "";
  display: block;
  width: 0.5em;
  height: 1em;
  border-style: solid;
  border-width: 0 0.26em 0.26em 0;
  transform: rotate(45deg);
}

.big-select-wrap {
  display: block;
  position: relative;
}
.big-select-wrap > label, .big-select-wrap > .big-select-label {
  padding: 1rem 1.5rem 0;
  margin: 0;
  z-index: 1;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}
@media (max-width: 575.98px) {
  .big-select-wrap > label, .big-select-wrap > .big-select-label {
    padding-left: 25px !important;
    padding-right: 25px !important;
  }
}

.bootstrap-select.big-select {
  font-size: 16px;
  padding: 0;
}
.bootstrap-select.big-select .dropdown-toggle,
.bootstrap-select.big-select .filter-option-inner {
  padding: 13px 15px 16px;
}
@media (max-width: 575.98px) {
  .bootstrap-select.big-select .dropdown-toggle,
.bootstrap-select.big-select .filter-option-inner {
    padding-left: 25px !important;
    padding-right: 25px !important;
  }
}
.bootstrap-select.big-select .dropdown-toggle-inner,
.bootstrap-select.big-select .filter-option-inner-inner {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  padding-right: 1.5em;
  font-family: "CoreSansNR55", "LL Brown Light Web", "Turbinado Bold Pro", "Roboto", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-size: 16px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  letter-spacing: normal;
  line-height: normal;
}
.bootstrap-select.big-select .dropdown-item {
  padding: 13px 15px 16px;
}
.bootstrap-select.big-select .dropdown-toggle {
  background-color: transparent;
  border: none;
  align-items: center;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.bootstrap-select.big-select .dropdown-toggle .filter-option {
  color: #0a233f;
}
.bootstrap-select.big-select .dropdown-toggle::after {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  border: none;
  border-radius: 50%;
  content: "";
  display: inline-block;
  font-size: inherit;
  letter-spacing: 0;
  line-height: 1.3;
  height: 1.3em;
  margin-left: 0.5em;
  position: relative;
  left: auto;
  top: auto;
  right: auto;
  bottom: auto;
  text-align: center;
  transform: none;
  transition: all 0.2s ease-in-out;
  width: 1.3em;
  border: none;
  box-shadow: none;
  color: #0a233f;
  font-size: 18px;
}
.bootstrap-select.big-select.show .dropdown-toggle::after {
  transform: rotate(180deg);
}
.bootstrap-select.big-select .dropdown-menu {
  border: none;
  font-size: inherit;
  background-color: #fff;
  padding: 0;
}
.bootstrap-select.big-select .dropdown-menu .dropdown-item {
  align-items: center;
  border: 1px solid #e2e2e2;
  border-top-color: transparent;
  color: #0a233f;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.bootstrap-select.big-select .dropdown-menu .dropdown-item:hover, .bootstrap-select.big-select .dropdown-menu .dropdown-item:focus {
  background-color: #c2c8cf;
  color: #0a233f;
}
.bootstrap-select.big-select .dropdown-menu .dropdown-item.selected {
  background-color: transparent;
}
.bootstrap-select.big-select .dropdown-menu .dropdown-item.selected:hover, .bootstrap-select.big-select .dropdown-menu .dropdown-item.selected:focus {
  background-color: #c2c8cf;
  color: #0a233f;
}
.bootstrap-select.big-select .dropdown-menu .dropdown-item.selected::after {
  background-color: #0a233f;
}
.bootstrap-select.big-select .dropdown-menu li:first-child .dropdown-item {
  border-top: 1px solid #e2e2e2;
}

.bootstrap-select.show-menu-arrow.open > .dropdown-toggle, .bootstrap-select.show-menu-arrow.show > .dropdown-toggle {
  z-index: 1061;
}
.bootstrap-select.show-menu-arrow .dropdown-toggle .filter-option:before {
  content: "";
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid rgba(204, 204, 204, 0.2);
  position: absolute;
  bottom: -4px;
  left: 9px;
  display: none;
}
.bootstrap-select.show-menu-arrow .dropdown-toggle .filter-option:after {
  content: "";
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid white;
  position: absolute;
  bottom: -4px;
  left: 10px;
  display: none;
}
.bootstrap-select.show-menu-arrow.dropup .dropdown-toggle .filter-option:before {
  bottom: auto;
  top: -4px;
  border-top: 7px solid rgba(204, 204, 204, 0.2);
  border-bottom: 0;
}
.bootstrap-select.show-menu-arrow.dropup .dropdown-toggle .filter-option:after {
  bottom: auto;
  top: -4px;
  border-top: 6px solid white;
  border-bottom: 0;
}
.bootstrap-select.show-menu-arrow.pull-right .dropdown-toggle .filter-option:before {
  right: 12px;
  left: auto;
}
.bootstrap-select.show-menu-arrow.pull-right .dropdown-toggle .filter-option:after {
  right: 13px;
  left: auto;
}
.bootstrap-select.show-menu-arrow.open > .dropdown-toggle .filter-option:before, .bootstrap-select.show-menu-arrow.open > .dropdown-toggle .filter-option:after, .bootstrap-select.show-menu-arrow.show > .dropdown-toggle .filter-option:before, .bootstrap-select.show-menu-arrow.show > .dropdown-toggle .filter-option:after {
  display: block;
}

.bs-searchbox,
.bs-actionsbox,
.bs-donebutton {
  padding: 4px 8px;
}

.bs-actionsbox {
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.bs-actionsbox .btn-group button {
  width: 50%;
}

.bs-donebutton {
  float: left;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.bs-donebutton .btn-group button {
  width: 100%;
}

.bs-searchbox + .bs-actionsbox {
  padding: 0 8px 4px;
}
.bs-searchbox .form-control, .bs-searchbox .woocommerce .input-text, .woocommerce .bs-searchbox .input-text, .bs-searchbox .search-body__fields .search-field, .search-body__fields .bs-searchbox .search-field, .bs-searchbox .wpcf7-form-control.wpcf7-text, .bs-searchbox .wpcf7-form-control.wpcf7-date, .bs-searchbox .wpcf7-form-control.wpcf7-number, .bs-searchbox .wpcf7-form-control.wpcf7-password, .bs-searchbox .wpcf7-form-control.wpcf7-textarea, .bs-searchbox .comment-form input[type=text], .comment-form .bs-searchbox input[type=text],
.bs-searchbox .comment-form input[type=email],
.comment-form .bs-searchbox input[type=email],
.bs-searchbox .comment-form input[type=url],
.comment-form .bs-searchbox input[type=url],
.bs-searchbox .comment-form textarea,
.comment-form .bs-searchbox textarea {
  margin-bottom: 0;
  width: 100%;
  float: none;
}

/* .slider {
	&.overflow {
		.slick-list {
			overflow: visible;
		}
	}
} */
.slider::after {
  content: "flickity";
  position: absolute;
  display: none;
}
.slider.slider-fade .flickity-slider {
  transform: none !important;
}
.slider.slider-fade .flickity-slider > div, .slider.slider-fade .flickity-slider > span {
  left: 0 !important;
  transition: opacity 0.15s linear;
}
.slider.slider-fade .flickity-slider > div:not(.is-selected), .slider.slider-fade .flickity-slider > span:not(.is-selected) {
  opacity: 0 !important;
  z-index: -1;
}
.slider.slider-fade .flickity-slider > div.is-selected, .slider.slider-fade .flickity-slider > span.is-selected {
  opacity: 1;
  z-index: 0;
}
.slider.slider-full.slider-fill .flickity-slider {
  transform: none !important;
  display: flex;
  flex-direction: row;
  justify-content: stretch;
  align-items: center;
}
.slider.slider-full.slider-fill .flickity-slider > * {
  left: 0 !important;
  position: relative !important;
  flex-grow: 1;
}

.flickity-viewport {
  transition: height 0.2s;
  overflow: hidden;
  position: relative;
  height: 100%;
  /* &:focus {
  	outline: none;
  } */
}
.flickity-slider {
  position: absolute;
  width: 100%;
  height: 100%;
  /* &:focus {
  	outline: none;
  } */
}
.flickity-slider > * {
  transition: opacity 0.15s linear;
}
.flickity-enabled {
  position: relative;
}
.flickity-enabled:focus {
  outline: none;
}
.flickity-enabled.is-draggable .flickity-viewport {
  cursor: move;
  cursor: -webkit-grab;
  cursor: grab;
}
.flickity-enabled.overflow .flickity-viewport {
  overflow: visible;
}
.flickity-enabled.highlight .flickity-slider > *:not(.is-selected) {
  opacity: 0.75;
}

.flickity-prev-next-button {
  background: none;
  border: none;
  -webkit-appearance: none;
  transition: all 0.2s ease-in-out;
  cursor: pointer;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  margin: 0 20px;
}
@media (max-width: 575.98px) {
  .flickity-prev-next-button {
    display: none;
  }
}
.flickity-prev-next-button::before {
  font-size: 2.5rem;
  height: 22px;
  width: 32px !important;
}
.flickity-prev-next-button::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: -10;
}
.flickity-prev-next-button:hover::after {
  left: -20%;
  right: -20%;
}
.flickity-prev-next-button .flickity-button-icon {
  display: none;
}
.flickity-prev-next-button.disabled, .flickity-prev-next-button[disabled] {
  pointer-events: none;
  opacity: 0;
}
.flickity-prev-next-button.previous {
  right: 97%;
}
.flickity-prev-next-button.previous::before {
  display: block;
  line-height: 1;
  height: 22px;
  width: 64px;
  content: "";
  background-image: url("/app/themes/lovelibra/dist/images/reskin/icons/flickity-button-icon-left.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
@media (max-width: 991.98px) {
  .flickity-prev-next-button.previous {
    display: none;
  }
}
.flickity-prev-next-button.previous:hover {
  transform: translateY(-50%) translateX(-20%);
}
.flickity-prev-next-button.next {
  left: 97%;
}
.flickity-prev-next-button.next::before {
  display: block;
  line-height: 1;
  height: 22px;
  width: 64px;
  content: "";
  background-image: url("/app/themes/lovelibra/dist/images/reskin/icons/flickity-button-icon-right.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
@media (max-width: 991.98px) {
  .flickity-prev-next-button.next {
    display: none;
  }
}
.flickity-prev-next-button.next:hover {
  transform: translateY(-50%) translateX(20%);
}
.slider-arrows-sm .flickity-prev-next-button {
  margin: 0 10px;
}
.slider-arrows-sm .flickity-prev-next-button::before {
  font-size: 5rem;
}
.slider-arrows-alt .flickity-prev-next-button {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  height: 2em;
  width: 2em;
  background-color: #0a233f;
}
.slider-arrows-alt .flickity-prev-next-button::before, .slider-arrows-alt .flickity-prev-next-button::after {
  display: none;
}
@media (max-width: 575.98px) {
  .slider-arrows-alt .flickity-prev-next-button {
    display: none;
  }
}
.slider-arrows-alt .flickity-prev-next-button .flickity-button-icon {
  display: block;
  fill: #fff;
  height: 1em;
  width: 1em;
}

.flickity-page-dots {
  padding-left: 0;
  list-style: none;
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
  margin: 1rem 0 0;
}
.flickity-page-dots .dot {
  transition: all 0.2s ease-in-out;
  cursor: pointer;
  font-size: 22px;
  margin-right: 0.5em;
  height: 1em;
  width: 1em;
  border: 1px solid #B0B0B0;
  background-color: #fff;
  border-radius: 50%;
  display: block;
}
.flickity-page-dots .dot:hover {
  border-color: #0a233f;
}
.flickity-page-dots .dot.is-selected {
  border-color: #0a233f;
  background-color: #0a233f;
}
.flickity-page-dots .dot:last-child {
  margin-right: 0;
}
.flickity-page-dots .dot:last-child:first-child {
  display: none;
}
body.libragirl .flickity-page-dots {
  color: white;
}
body.libragirl .flickity-page-dots .dot:hover {
  border-color: #0a233f;
}
body.libragirl .flickity-page-dots .dot.is-selected {
  border-color: #0a233f;
  background-color: #0a233f;
}

.social-list {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  list-style: none;
  padding: 0;
}
.social-list__item {
  margin-right: 0.5rem;
}
.social-list__item-link {
  transition: all 0.15s ease;
  text-align: center;
  color: #0a233f;
  height: 2rem;
  width: 2rem;
  line-height: 2rem;
  border-radius: 50%;
  display: block;
}
.social-list__item-link:hover {
  color: #0a233f;
  transform: scale(1.15);
  transition: all 0.2s ease;
}
.social-list__item-link:hover .social-list__item-icon {
  transition: all 0.8s ease-out;
  transform: rotate(360deg);
}

.addtoany_list a {
  padding: 0 4px;
}
.addtoany_list a:not(.addtoany_special_service) > span {
  opacity: 1 !important;
  background-color: #0a233f !important;
  color: #0a233f !important;
  height: 2rem !important;
  width: 2rem !important;
  line-height: 2rem !important;
  border-radius: 50% !important;
  display: block !important;
  transition: all 0.15s ease;
}
body.libragirl .addtoany_list a:not(.addtoany_special_service) > span {
  color: white;
  background-color: #a87bc9 !important;
}
.addtoany_list a:hover:not(.addtoany_special_service) > span {
  transform: scale(1.15);
  transition: all 0.2s ease;
}
.addtoany_list a:hover:not(.addtoany_special_service) > span svg {
  transition: all 0.8s ease-out;
  transform: rotate(360deg);
}
.addtoany_list .a2a_svg svg {
  top: 15%;
  height: 70%;
}
.addtoany_list .a2a_svg svg path {
  fill: white !important;
}

.social-share {
  display: inline-flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-end;
  flex-wrap: nowrap;
  position: relative;
}
.social-share__toggle {
  display: none;
}
@media (max-width: 767.98px) {
  .social-share__toggle {
    flex-shrink: 0;
    z-index: 5;
    margin: 0 4px 0 0;
    position: relative;
    bottom: 0;
    text-decoration: none;
    transition: all 0.2s ease-in-out;
    text-align: center;
    background-color: #0a233f;
    color: #0a233f;
    height: 2rem;
    width: 2rem;
    line-height: 2rem;
    border-radius: 50%;
    display: block;
  }
  body.libragirl .social-share__toggle {
    color: white;
    background-color: #a87bc9;
  }
  .social-share__toggle:hover {
    color: #0a233f;
    transform: scale(1.15);
  }
  .social-share__buttons {
    display: block;
    transform: translateX(-1rem);
    visibility: hidden;
    pointer-events: none;
    opacity: 0;
    transition: all 0.2s ease-in-out;
  }
  .social-share.show .social-share__buttons {
    transform: translateX(0);
    visibility: visible;
    opacity: 1;
    pointer-events: all;
  }
}

.primary-bg {
  background-color: #0a233f;
}

.secondary-bg {
  background-color: #addbe3;
}

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

.info-bg {
  background-color: #70C4E8;
}

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

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

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

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

.primary-light-bg {
  background-color: #2f445c;
}

.shop-primary-bg {
  background-color: #0a233f;
}

.shop-secondary-bg {
  background-color: #2f445c;
}

.text-primary {
  color: #0a233f;
}

.text-secondary {
  color: #addbe3;
}

.text-success {
  color: #B2D666;
}

.text-info {
  color: #70C4E8;
}

.text-warning {
  color: #F4AA4F;
}

.text-danger {
  color: #F4AA4F;
}

.text-light {
  color: #f8f9fa;
}

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

.text-primary-light {
  color: #2f445c;
}

.text-shop-primary {
  color: #0a233f;
}

.text-shop-secondary {
  color: #2f445c;
}

.texture-1, body.libragirl .banner__main::before {
  background-image: url("/app/themes/lovelibra/dist/images/reskin/pattern/3683-libra-girl@2x.png");
  background-size: cover;
}

.texture-2, .switch-site-cta.libragirl .switch-site-cta__link {
  background-image: url("/app/themes/lovelibra/dist/images/reskin/logos/libra-girl-logo2x.png");
  background-size: cover;
  background-image: url("/app/themes/lovelibra/dist/images/reskin/logos/libra-girl-logo-mobile2x.png");
  background-size: cover;
}

.texture-3 {
  background-repeat: no-repeat;
  background-position: center;
  background-image: url("../images/textures/brushstroke/large-pink.png");
  background-size: contain;
}

.texture-3-sm {
  background-repeat: no-repeat;
  background-position: center;
  background-image: url("../images/textures/brushstroke/small-pink-lighter.png");
  background-size: contain;
}

.texture-4, .cta-alt-2::before {
  background-repeat: no-repeat;
  background-position: center;
  background-image: url("../images/textures/brushstroke/large-blue.png");
  background-size: contain;
}

.texture-testimonial, .fxc-pull_quote__col {
  background-repeat: no-repeat;
  background-position: center;
  background-image: url("../images/textures/brushstroke/testimonial-bg.png");
  background-size: contain;
}

.texture-5, .cta-subscriptions-block {
  background-image: url("/app/themes/lovelibra/dist/images/reskin/pattern/section-break-copy@2x.png");
  background-size: cover;
}
@media (min-width: 768px) {
  .texture-5, .cta-subscriptions-block {
    background-image: url("/app/themes/lovelibra/dist/images/reskin/pattern/section-break-copy.png");
    background-size: cover;
  }
}

.frame-1, .faq-multi__img, .cta-subscriptions-block .card__img {
  position: relative;
}
.frame-1::before, .faq-multi__img::before, .cta-subscriptions-block .card__img::before {
  z-index: 10;
  display: block;
  content: "";
  position: absolute;
  top: -2em;
  left: -2em;
  bottom: -2em;
  right: -2em;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url("../images/textures/frame.png");
  background-size: contain;
}

.frame-2 {
  position: relative;
  border-radius: 50%;
}
.frame-2::before {
  z-index: 10;
  display: block;
  content: "";
  position: absolute;
  top: -2em;
  left: -2em;
  bottom: -2em;
  right: -2em;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url("../images/textures/Circle.svg");
  background-size: contain;
}

.flair-1,
.flair-2,
.lg-post-loop .featured-post::before,
.lg-archive-featured-posts .featured-posts__list::before {
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  z-index: -1;
  display: block;
  content: "";
  position: absolute;
  top: -2rem;
  left: -2rem;
  bottom: -2rem;
  right: -2rem;
}
@media (min-width: 768px) {
  .flair-1,
.flair-2,
.lg-post-loop .featured-post::before,
.lg-archive-featured-posts .featured-posts__list::before {
    top: -4rem;
    left: -4rem;
    bottom: -4rem;
    right: -4rem;
  }
}

.flair-1 {
  background-position: center top;
  background-image: url("../images/textures/brushstroke/faded-squiggle-pink.png");
}

.flair-2, .lg-post-loop .featured-post::before, .lg-archive-featured-posts .featured-posts__list::before {
  background-position: center bottom;
  background-image: url("../images/textures/brushstroke/faded-squiggle-purple.png");
}

.forum-box {
  padding: 1.5rem;
  border-radius: 1.5rem;
  box-shadow: 2px 3px 30px 0 rgba(176, 176, 176, 0.32);
}
@media (min-width: 768px) {
  .forum-box {
    padding: 1.6666666667rem;
  }
}
@media (min-width: 992px) {
  .forum-box {
    padding: 1.75rem;
  }
}
@media (min-width: 1320px) {
  .forum-box {
    padding: 2rem;
  }
}

.forum-content__sidebar .cta-ask-gemmah,
.forum-content__sidebar .hot-topics {
  margin-bottom: 4rem;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
}
@media (min-width: 768px) {
  .forum-content__sidebar .cta-ask-gemmah,
.forum-content__sidebar .hot-topics {
    margin-bottom: 7rem;
  }
}
.forum-content .stretch-right.stretched {
  padding-left: 10px;
}
.forum-content .stretch-right.stretched .stretch-inner {
  margin: 0;
  margin-left: auto;
  display: block;
  max-width: 480px;
}
.forum-content .cta-back {
  color: #a87bc9;
  margin-bottom: 2rem;
}
@media (min-width: 768px) {
  .forum-content .cta-back {
    margin-bottom: 3rem;
  }
}
.forum-content .tag-filters {
  margin-bottom: 0.5rem;
}
@media (min-width: 768px) {
  .forum-content .tag-filters {
    margin-bottom: 1rem;
  }
}
@media (min-width: 992px) {
  .forum-content__sidebar .hot-topics {
    margin-left: auto;
    margin-right: 0;
    width: 75%;
  }
}

.cta-ask-gemmah {
  background-color: #F7F7F7;
  box-shadow: 0 1.5rem 2rem 0 rgba(0, 0, 0, 0.1);
  margin-bottom: 2rem;
}
@media (min-width: 768px) {
  .cta-ask-gemmah {
    margin-bottom: 3rem;
  }
}
.cta-ask-gemmah__container {
  padding: 2rem;
  margin-top: 30px;
}
@media (min-width: 768px) {
  .cta-ask-gemmah__container {
    padding: 2.6666666667rem;
  }
}
@media (min-width: 992px) {
  .cta-ask-gemmah__container {
    padding: 3rem;
  }
}
@media (min-width: 1320px) {
  .cta-ask-gemmah__container {
    padding: 4rem;
  }
}
.cta-ask-gemmah__extra {
  text-align: center;
}
.cta-ask-gemmah__footer {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  padding-left: 2rem;
  padding-right: 2rem;
  border-radius: 1.5rem 1.5rem 0 0;
  background-color: #a87bc9;
  color: #fff;
}
@media (min-width: 768px) {
  .cta-ask-gemmah__footer {
    padding-top: 1.6666666667rem;
  }
}
@media (min-width: 992px) {
  .cta-ask-gemmah__footer {
    padding-top: 1.75rem;
  }
}
@media (min-width: 1320px) {
  .cta-ask-gemmah__footer {
    padding-top: 2rem;
  }
}
@media (min-width: 768px) {
  .cta-ask-gemmah__footer {
    padding-bottom: 1.6666666667rem;
  }
}
@media (min-width: 992px) {
  .cta-ask-gemmah__footer {
    padding-bottom: 1.75rem;
  }
}
@media (min-width: 1320px) {
  .cta-ask-gemmah__footer {
    padding-bottom: 2rem;
  }
}
@media (min-width: 768px) {
  .cta-ask-gemmah__footer {
    padding-left: 2.6666666667rem;
  }
}
@media (min-width: 992px) {
  .cta-ask-gemmah__footer {
    padding-left: 3rem;
  }
}
@media (min-width: 1320px) {
  .cta-ask-gemmah__footer {
    padding-left: 4rem;
  }
}
@media (min-width: 768px) {
  .cta-ask-gemmah__footer {
    padding-right: 2.6666666667rem;
  }
}
@media (min-width: 992px) {
  .cta-ask-gemmah__footer {
    padding-right: 3rem;
  }
}
@media (min-width: 1320px) {
  .cta-ask-gemmah__footer {
    padding-right: 4rem;
  }
}
.cta-ask-gemmah__footer-cta {
  text-align: center;
}
.cta-ask-gemmah__footer-cta .cta__label {
  text-transform: none;
  margin: 0;
}
.cta-ask-gemmah__footer-cta .cta__icon {
  color: #fff;
}
.cta-ask-gemmah__profile {
  display: flex;
  flex-direction: row;
  justify-content: center;
  height: 0px;
}
.cta-ask-gemmah__profile-img {
  height: 190px;
  align-self: center;
  position: relative;
  z-index: 10;
  border-radius: 10rem;
}
.cta-ask-gemmah__intro {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: space-between;
  padding-top: 50px;
  margin-bottom: 2rem;
}
@media (min-width: 768px) {
  .cta-ask-gemmah__intro {
    margin-bottom: 3rem;
  }
}
.cta-ask-gemmah__intro-content {
  flex-basis: 100%;
  text-align: center;
}
.cta-ask-gemmah__intro-content__cta-link {
  justify-content: center;
  padding-left: 80px;
}
.cta-ask-gemmah__answer {
  margin-bottom: 1em;
  display: block;
}
.cta-ask-gemmah__answer::before, .cta-ask-gemmah__answer::after {
  content: '"';
}
.cta-ask-gemmah__cta .cta__label,
.cta-ask-gemmah__cta .cta__icon {
  color: #0a233f;
  padding-left: 16px;
}
.cta-ask-gemmah__cta-link {
  text-align: center;
}
.cta-ask-gemmah__cta-link-icon {
  height: 16px;
  padding-left: 1rem;
}
@media (max-width: 991.98px) {
  .cta-ask-gemmah {
    box-shadow: none;
  }
}
@media (max-width: 575.98px) {
  .cta-ask-gemmah {
    margin-left: -25px;
    margin-right: -25px;
  }
}
@media (max-width: 575.98px) {
  .cta-ask-gemmah__container, .cta-ask-gemmah__footer {
    padding-left: 25px !important;
    padding-right: 25px !important;
  }
}

.ask-gemmah-girl-zone {
  padding-top: 120px;
}

.feature-forum-module {
  background-color: #F7F7F7;
  box-shadow: 0 1.5rem 2rem 0 rgba(0, 0, 0, 0.1);
}
.feature-forum-module__container {
  padding: 2rem;
  position: relative;
}
@media (min-width: 768px) {
  .feature-forum-module__container {
    padding: 2.6666666667rem;
  }
}
@media (min-width: 992px) {
  .feature-forum-module__container {
    padding: 3rem;
  }
}
@media (min-width: 1320px) {
  .feature-forum-module__container {
    padding: 4rem;
  }
}
.feature-forum-module__container::before {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "libra-icons" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "";
  font-size: 5.6rem;
  position: absolute;
  z-index: 10;
  top: 0;
  left: 0;
  transform: translateY(-50%) translateX(-25%);
}
.feature-forum-module__container::after {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "libra-icons" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "";
  font-size: 4.9rem;
  position: absolute;
  z-index: 10;
  top: 50%;
  left: 100%;
  transform: translateY(-50%) translateX(-50%);
}
.feature-forum-module__header {
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 1rem;
}
.feature-forum-module__header::after {
  display: block;
  content: "";
  height: 1em;
  background-size: auto;
  background-position: center;
  flex-basis: 100%;
}
.feature-forum-module__intro {
  margin-bottom: 2rem;
}
@media (min-width: 768px) {
  .feature-forum-module__intro {
    margin-bottom: 3rem;
  }
}
.feature-forum-module .pep-list .pep-item {
  margin-bottom: 1rem;
}
.feature-forum-module .pep-list .pep-item__counter {
  margin-right: 3rem;
}
@media (max-width: 991.98px) and (max-width: 575.98px) {
  .feature-forum-module {
    margin-left: -25px;
    margin-right: -25px;
  }
}
@media (max-width: 991.98px) {
  .feature-forum-module__container::before, .feature-forum-module__container::after {
    content: none;
    display: none;
  }
}

.pep-list {
  padding-left: 0;
  list-style: none;
}
.pep-list .pep-item {
  margin-bottom: 0.5rem;
}
@media (min-width: 768px) {
  .pep-list .pep-item {
    margin-bottom: 1rem;
  }
}

.pep-item {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
}
.pep-item__counter {
  transition: all 0.2s ease-in-out;
  margin: 0.5em;
  z-index: 10;
}
.pep-item__counter::before {
  font-size: 5rem;
  color: #f8cc95;
  z-index: -1;
  pointer-events: none;
}
.pep-item__counter a {
  color: inherit;
}
.pep-item__counter a:hover {
  color: inherit;
  text-decoration: none;
}
.pep-item__counter:hover {
  transform: scale(1.1);
}
.pep-item__counter .pep-counter {
  color: #0a233f;
  text-align: center;
  width: 100%;
  height: 3em;
  margin-bottom: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  line-height: 1;
}
.pep-item__counter .pep-counter::after {
  text-indent: 0.25em;
  content: "Pep";
  display: block;
  margin-top: 0.8em;
  margin-bottom: 0.4em;
}
.pep-item__content-link {
  color: inherit;
}
.pep-item__content-link:hover {
  text-decoration: none;
}
.pep-item__title {
  margin: 0;
}
.pep-item__author {
  font-size: 0.8125rem;
}

.featured-poll {
  position: relative;
  padding-top: 100px;
  text-align: center;
}
.featured-poll::after {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "libra-icons" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: url("/app/themes/lovelibra/dist/images/reskin/graphics/group-72.svg");
  font-size: 4.2rem;
  position: absolute;
  z-index: 10;
  top: 0;
  right: 0;
  transform: translateY(50%) translateX(-50%);
}
.featured-poll__header {
  margin-bottom: 1rem;
}
.featured-poll__container {
  background-color: #fff;
  box-shadow: 0 1.5rem 2rem 0 rgba(0, 0, 0, 0.1);
  position: relative;
}
.featured-poll__question {
  margin-bottom: 0;
}
.featured-poll .poll-answer {
  cursor: pointer;
}
.featured-poll.ajax-loading .featured-poll__form-wrap {
  position: relative;
}
.featured-poll.ajax-loading .featured-poll__form-wrap::after {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -0.5em;
  margin-left: -0.5em;
  color: #a87bc9;
  z-index: 10;
}
.featured-poll.ajax-loading .featured-poll__form-wrap form {
  transition: opacity 0.15s linear;
  pointer-events: none;
  opacity: 0.3;
}
@media (max-width: 991.98px) and (max-width: 575.98px) {
  .featured-poll {
    margin-left: -25px;
    margin-right: -25px;
  }
}
@media (max-width: 991.98px) {
  .featured-poll::after {
    font-size: 3rem;
  }
}

.box-tabs {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.box-tabs label {
  cursor: pointer;
}
.box-tabs button {
  border: none;
  background: none;
  outline: none;
  padding: 0;
  cursor: pointer;
}
.box-tabs__item {
  width: 100%;
  display: block;
}
.box-tabs__item .item-text {
  transition: all 0.2s ease-in-out;
  text-align: center;
  padding: 1rem;
  display: block;
  background-color: #ead1f1;
  width: 100%;
}
.box-tabs__item .item-text:hover {
  background-color: #a87bc9;
}
.box-tabs__item .item-text-main {
  display: block;
  color: #0a233f;
  font-size: 45px;
}
.box-tabs__item .item-text-main:hover {
  color: #fff;
}
.box-tabs__item .item-text-name {
  display: block;
  color: #0a233f;
}
.box-tabs__item input {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.box-tabs__item:hover {
  text-decoration: none;
}
.box-tabs.multiple .box-tabs__item {
  margin-bottom: -1rem;
}
.box-tabs.multiple .box-tabs__item .item-text {
  padding-bottom: 2rem;
}
.box-tabs.multiple .box-tabs__item:last-child {
  margin-bottom: 0;
}
.box-tabs.multiple .box-tabs__item:last-child .item-text {
  padding-bottom: 1rem;
}
.box-tabs.pair {
  align-items: stretch;
}
.box-tabs.pair .box-tabs__item {
  width: 50%;
  margin-bottom: 0;
}
.box-tabs.pair .box-tabs__item .item-text {
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.bbp-reply-form .wp-editor-container,
.bbp-topic-form .wp-editor-container {
  background-color: #F7F7F7;
  border-radius: 1.5rem;
  overflow: hidden;
  border: none;
}
.bbp-reply-form .wp-editor-container .quicktags-toolbar,
.bbp-topic-form .wp-editor-container .quicktags-toolbar {
  border-bottom: none;
  padding: 0;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  background-color: #ead1f1;
}
.bbp-reply-form .wp-editor-container .quicktags-toolbar input,
.bbp-topic-form .wp-editor-container .quicktags-toolbar input {
  transition: all 0.2s ease-in-out;
  display: block;
  height: auto !important;
  margin: 0 !important;
  line-height: 1.4 !important;
  padding: 1em 1em;
  box-shadow: none;
  border: none;
  border-right: 1px solid #fff;
  border-radius: 0;
  background-color: #ead1f1;
  color: #0a233f;
  font-size: 0.8125rem;
}
.bbp-reply-form .wp-editor-container .quicktags-toolbar input:hover,
.bbp-topic-form .wp-editor-container .quicktags-toolbar input:hover {
  background-color: #e0b9e9;
}
.bbp-reply-form .wp-editor-container textarea.wp-editor-area,
.bbp-topic-form .wp-editor-container textarea.wp-editor-area {
  padding: 1.5rem;
  border: none;
  background-color: #F7F7F7;
  width: 100%;
  outline: none;
}
@media (min-width: 768px) {
  .bbp-reply-form .wp-editor-container textarea.wp-editor-area,
.bbp-topic-form .wp-editor-container textarea.wp-editor-area {
    padding: 1.6666666667rem;
  }
}
@media (min-width: 992px) {
  .bbp-reply-form .wp-editor-container textarea.wp-editor-area,
.bbp-topic-form .wp-editor-container textarea.wp-editor-area {
    padding: 1.75rem;
  }
}
@media (min-width: 1320px) {
  .bbp-reply-form .wp-editor-container textarea.wp-editor-area,
.bbp-topic-form .wp-editor-container textarea.wp-editor-area {
    padding: 2rem;
  }
}
.bbp-reply-form .wp-editor-container textarea.wp-editor-area:focus,
.bbp-topic-form .wp-editor-container textarea.wp-editor-area:focus {
  outline: none;
}
.bbp-reply-form .bbp_topic_tags-wrap,
.bbp-topic-form .bbp_topic_tags-wrap {
  display: none;
}
.bbp-reply-form .bbp-the-content-wrapper,
.bbp-topic-form .bbp-the-content-wrapper {
  margin-bottom: 2rem;
}
@media (min-width: 768px) {
  .bbp-reply-form .bbp-the-content-wrapper,
.bbp-topic-form .bbp-the-content-wrapper {
    margin-bottom: 3rem;
  }
}
.bbp-reply-form__pretitle,
.bbp-topic-form__pretitle {
  margin-bottom: 0;
}

.bbp-form .cta[type=submit], .bbp-form [type=submit].wpcf7-submit {
  margin-top: 0.5rem;
}
@media (min-width: 768px) {
  .bbp-form .cta[type=submit], .bbp-form [type=submit].wpcf7-submit {
    margin-top: 1rem;
  }
}
.bbp-form .cta[type=submit] .cta__icon, .bbp-form [type=submit].wpcf7-submit .cta__icon {
  color: #a87bc9;
}

.forums-menu {
  display: block;
}
.forums-menu.forums-menu__type-compact .forums-menu__item-label {
  color: #0a233f;
  font-size: 0.8125rem;
  text-align: center;
  margin-bottom: 1em;
  white-space: nowrap;
}
.forums-menu.forums-menu__type-compact .forums-menu__item-icon {
  font-size: 3.7rem;
  transition: all 0.2s ease-in-out;
  width: 100%;
  max-width: 1em;
  margin: 0 auto;
  padding-top: 100%;
  border-radius: 50%;
  background-color: #fff;
}
.forums-menu.forums-menu__type-compact .forums-menu__item-icon::before {
  font-size: 140%;
}
.forums-menu.forums-menu__type-compact .forums-menu__item {
  margin: 1rem 0;
  padding: 0 1rem 1.625rem;
  width: 20%;
  min-width: 100px;
}
.forums-menu.forums-menu__type-compact .forums-menu__item-link:hover {
  text-decoration: none;
}
.forums-menu.forums-menu__type-compact .forums-menu__item-link:hover .forums-menu__item-icon {
  transform: scale(1.1);
}
.forums-menu.forums-menu__type-compact .forums-menu__item:nth-child(5n+1) .forums-menu__item-icon::before {
  color: #F99BBB;
}
.forums-menu.forums-menu__type-compact .forums-menu__item:nth-child(5n+2) .forums-menu__item-icon::before {
  color: #F4AA4F;
}
.forums-menu.forums-menu__type-compact .forums-menu__item:nth-child(5n+3) .forums-menu__item-icon::before {
  color: #CB8BDB;
}
.forums-menu.forums-menu__type-compact .forums-menu__item:nth-child(5n+4) .forums-menu__item-icon::before {
  color: #70C4E8;
}
.forums-menu.forums-menu__type-compact .forums-menu__item:nth-child(5n+5) .forums-menu__item-icon::before {
  color: #B2D666;
}
.forums-menu.forums-menu__type-compact .forums-menu__list {
  margin-left: 2rem;
  margin-right: 2rem;
}
.forums-menu.forums-menu__type-full {
  background-color: #fdd7e4;
}
.forums-menu.forums-menu__type-full .forums-menu__list {
  overflow: hidden;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
}
.forums-menu.forums-menu__type-full .forums-menu__item-label {
  order: 5;
  color: #0a233f;
}
.forums-menu.forums-menu__type-full .forums-menu__item-label-count {
  white-space: nowrap;
  font-weight: bolder;
}
.forums-menu.forums-menu__type-full .forums-menu__item-label-text {
  white-space: nowrap;
}
.forums-menu.forums-menu__type-full .forums-menu__item-label-text::after {
  transition: all 0.2s ease-in-out;
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "libra-icons" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "";
  font-size: 40%;
  display: inline-block;
  vertical-align: middle;
  margin-left: 1em;
}
.forums-menu.forums-menu__type-full .forums-menu__item-icon {
  order: 1;
  transition: all 0.2s ease-in-out;
  width: 3rem;
  height: 3rem;
  margin-right: 1rem;
}
.forums-menu.forums-menu__type-full .forums-menu__item {
  min-width: 270px;
  background-color: #0a233f;
}
.forums-menu.forums-menu__type-full .forums-menu__item-link {
  position: relative;
  z-index: 5;
  padding: 1rem 2rem;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
.forums-menu.forums-menu__type-full .forums-menu__item-link::before {
  transition: all 0.2s ease-in-out;
  z-index: -1;
  display: block;
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  opacity: 0.7;
}
.forums-menu.forums-menu__type-full .forums-menu__item-link:hover {
  text-decoration: none;
  background-color: #ea6e8f;
}
.forums-menu.forums-menu__type-full .forums-menu__item-link:hover::before {
  opacity: 0.4;
}
.forums-menu.forums-menu__type-full .forums-menu__item-link:hover .forums-menu__item-icon {
  transform: scale(1.1);
}
.forums-menu.forums-menu__type-full .forums-menu__item-link:hover .forums-menu__item-label-text::after {
  transform: translateX(0.66em);
}
.forums-menu.forums-menu__type-full .forums-menu__item:nth-child(6n+1) {
  background-color: #f3bec7;
}
.forums-menu.forums-menu__type-full .forums-menu__item:nth-child(6n+2) {
  background-color: #f3bec7;
}
.forums-menu.forums-menu__type-full .forums-menu__item:nth-child(6n+3) {
  background-color: #f3bec7;
}
.forums-menu.forums-menu__type-full .forums-menu__item:nth-child(6n+4) {
  background-color: #f3bec7;
}
.forums-menu.forums-menu__type-full .forums-menu__item:nth-child(6n+5) {
  background-color: #f3bec7;
}
.forums-menu.forums-menu__type-full .forums-menu__item:nth-child(6n+6) {
  background-color: #f3bec7;
}
@media (max-width: 575.98px) {
  .forums-menu.forums-menu__type-compact {
    overflow: hidden;
  }
}
@media (max-width: 575.98px) and (max-width: 575.98px) {
  .forums-menu.forums-menu__type-compact {
    margin-left: -25px;
    margin-right: -25px;
  }
}
@media (max-width: 575.98px) {
  .forums-menu.forums-menu__type-compact .flickity-viewport {
    overflow: visible;
  }
}
@media (max-width: 575.98px) {
  .forums-menu.forums-menu__type-compact .flickity-button {
    display: none;
  }
}
@media (max-width: 575.98px) {
  .forums-menu.forums-menu__type-compact .forums-menu__item {
    width: 30%;
  }
  .forums-menu.forums-menu__type-compact .forums-menu__item-icon {
    font-size: 15vw;
  }
}
@media (max-width: 575.98px) {
  .forums-menu.forums-menu__type-full .forums-menu__list::after {
    content: "" !important;
  }
  .forums-menu.forums-menu__type-full .forums-menu__item {
    border-top: 1px solid #fff;
    border-right: none;
  }
  .forums-menu.forums-menu__type-full .forums-menu__item-icon {
    margin-right: 2rem;
  }
  .forums-menu.forums-menu__type-full .forums-menu__item-link {
    justify-content: space-between;
  }
  .forums-menu.forums-menu__type-full .forums-menu__item-label {
    flex-grow: 10;
    position: relative;
  }
  .forums-menu.forums-menu__type-full .forums-menu__item-label-text::after {
    position: absolute;
    right: 0;
    top: 50%;
  }
}

.hot-topics {
  position: relative;
  border-radius: 1.5rem;
}
.hot-topics::after {
  transform: scaleY(-1) translateX(-5%);
}
.hot-topics__header {
  background-color: #f3bec7;
  border-radius: 1.5rem 1.5rem 0 0;
}
.hot-topics__content {
  background-color: #F7F7F7;
  padding: 2rem;
}
@media (min-width: 768px) {
  .hot-topics__content {
    padding: 2.6666666667rem;
  }
}
@media (min-width: 992px) {
  .hot-topics__content {
    padding: 3rem;
  }
}
@media (min-width: 1320px) {
  .hot-topics__content {
    padding: 4rem;
  }
}
.hot-topics__item-link {
  color: #0a233f;
}
.hot-topics__item-link:hover {
  color: #0a233f;
  text-decoration: none;
}
.hot-topics__item-link:hover .hot-topics__item-title {
  transition: all 0.2s ease-in-out;
  color: #0a233f;
}
.hot-topics__item-count {
  color: #0a233f;
}
.hot-topics__item-title {
  margin-bottom: 0.5em;
}
.hot-topics__item::after {
  height: 1em;
  display: block;
  content: "";
  margin: 0 0 1rem;
}
.hot-topics__item:last-child::after {
  margin: 0;
  content: none;
}
@media (min-width: 992px) {
  .hot-topics::before {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: "libra-icons" !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: url("/app/themes/lovelibra/dist/images/reskin/graphics/group-7.svg");
    font-size: 3.5rem;
    position: absolute;
    z-index: 10;
    bottom: 0%;
    right: 105%;
    z-index: 10;
  }
}

body.topic {
  background-color: #fcfcfc;
}
body.topic.single-topic {
  background-color: #fff;
}
body.topic .bbp-reply-form {
  margin-top: 2rem;
}
@media (min-width: 768px) {
  body.topic .bbp-reply-form {
    margin-top: 4rem;
  }
}

.bbp-lead-topic {
  padding: 1.5rem;
  background-color: #fff;
  border-radius: 1.5rem;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
}
@media (min-width: 768px) {
  .bbp-lead-topic {
    padding: 1.6666666667rem;
  }
}
@media (min-width: 992px) {
  .bbp-lead-topic {
    padding: 1.75rem;
  }
}
@media (min-width: 1320px) {
  .bbp-lead-topic {
    padding: 2rem;
  }
}

.bbp-single-topic-content {
  margin-bottom: 2rem;
  padding: 1.5rem;
  border-radius: 1.5rem;
  box-shadow: 2px 3px 30px 0 rgba(176, 176, 176, 0.32);
  background-color: #fff;
}
.bbp-single-topic-content::after {
  display: block;
  clear: both;
  content: "";
}
@media (min-width: 768px) {
  .bbp-single-topic-content {
    margin-bottom: 3rem;
  }
}
@media (min-width: 768px) {
  .bbp-single-topic-content {
    padding: 1.6666666667rem;
  }
}
@media (min-width: 992px) {
  .bbp-single-topic-content {
    padding: 1.75rem;
  }
}
@media (min-width: 1320px) {
  .bbp-single-topic-content {
    padding: 2rem;
  }
}
.bbp-single-topic-content__avatar {
  margin-bottom: 1rem;
  float: left;
  flex-shrink: 0;
  padding-right: 20px;
  max-width: 110px;
  width: 35%;
}
.bbp-single-topic-content__avatar .bbp-topic-avatar {
  max-width: 100%;
}
.bbp-single-topic-content__avatar .user-avatar {
  margin: 0 auto;
}
.bbp-single-topic-content__header {
  float: left;
  width: 65%;
}
.bbp-single-topic-content__body {
  float: right;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.bbp-single-topic-content__title {
  margin-bottom: 0;
}
.bbp-single-topic-content__author {
  font-size: 0.8125rem;
  color: #B0B0B0;
  margin-bottom: 1rem;
}
.bbp-single-topic-content__content {
  padding-bottom: 1.5rem;
  border-bottom: 1px solid #B0B0B0;
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .bbp-single-topic-content__content {
    padding-bottom: 1.6666666667rem;
  }
}
@media (min-width: 992px) {
  .bbp-single-topic-content__content {
    padding-bottom: 1.75rem;
  }
}
@media (min-width: 1320px) {
  .bbp-single-topic-content__content {
    padding-bottom: 2rem;
  }
}
.bbp-single-topic-content__content p:last-child, .bbp-single-topic-content__content .wpcf7-form-control.wpcf7-radio:last-child, .bbp-single-topic-content__content .wpcf7-form-control.wpcf7-checkbox:last-child {
  margin-bottom: 0;
}
.bbp-single-topic-content__meta {
  padding: 0.8em 0;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}
.bbp-single-topic-content__meta .bbp-topic-info {
  font-size: 0.8125rem;
}
.bbp-single-topic-content .bbp-topic-freshness {
  flex-basis: 100%;
  margin-top: 0.5em;
}
.bbp-single-topic-content .bbp-topic-freshness span:first-child {
  padding-left: 0;
}
.bbp-single-topic-content .pep-item__counter {
  margin-top: 1.5em;
  margin-bottom: 1.5em;
}
@media (min-width: 576px) {
  .bbp-single-topic-content__avatar {
    width: 25%;
  }
  .bbp-single-topic-content__avatar .bbp-topic-avatar {
    width: 70px;
  }
  .bbp-single-topic-content__header {
    width: 75%;
  }
  .bbp-single-topic-content .bbp-topic-freshness {
    flex-basis: auto;
    margin-top: 0;
  }
}
@media (min-width: 992px) {
  .bbp-single-topic-content__avatar {
    width: 18%;
  }
  .bbp-single-topic-content__header, .bbp-single-topic-content__body {
    width: 82%;
  }
}

.bbp-reply {
  margin-bottom: 0.5rem;
  padding: 1.5rem;
  border-radius: 1.5rem;
  background-color: #faf3fb;
  margin-bottom: 1rem;
}
@media (min-width: 768px) {
  .bbp-reply {
    margin-bottom: 1rem;
  }
}
@media (min-width: 768px) {
  .bbp-reply {
    padding: 1.6666666667rem;
  }
}
@media (min-width: 992px) {
  .bbp-reply {
    padding: 1.75rem;
  }
}
@media (min-width: 1320px) {
  .bbp-reply {
    padding: 2rem;
  }
}
.bbp-reply::after {
  display: block;
  clear: both;
  content: "";
}
.bbp-reply__avatar {
  max-width: 110px;
  margin-bottom: 1rem;
  padding-right: 20px;
  float: left;
  width: 35%;
}
.bbp-reply__avatar .bbp-topic-avatar {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.bbp-reply__header {
  width: 65%;
  float: left;
  font-size: 0.8125rem;
  color: #B0B0B0;
  margin-bottom: 1rem;
}
.bbp-reply__header br {
  display: none;
}
.bbp-reply__header a {
  color: inherit;
  text-decoration: underline;
}
.bbp-reply__header .bbp-meta {
  display: inline;
}
.bbp-reply__header .bbp-reply-author {
  display: inline;
}
.bbp-reply.bbp-mod-reply {
  background-color: #e0b9e9;
}
.bbp-reply.bbp-mod-reply .bbp-reply__header {
  color: inherit;
}
.bbp-reply__body {
  width: 100%;
  float: right;
}
.bbp-reply .bbp-reply-content p:last-child, .bbp-reply .bbp-reply-content .wpcf7-form-control.wpcf7-radio:last-child, .bbp-reply .bbp-reply-content .wpcf7-form-control.wpcf7-checkbox:last-child {
  margin-bottom: 0;
}
@media (min-width: 576px) {
  .bbp-reply__avatar {
    width: 25%;
  }
  .bbp-reply__avatar .bbp-topic-avatar {
    width: 50px;
  }
  .bbp-reply__header {
    width: 75%;
  }
}
@media (min-width: 992px) {
  .bbp-reply__avatar {
    width: 18%;
  }
  .bbp-reply__header, .bbp-reply__body {
    width: 82%;
  }
}

.bbp-replies li {
  list-style: none;
}
.bbp-replies .bbp-header {
  display: none;
}
.new-topic-cta-wrap .cta__label {
  white-space: normal;
  text-align: center;
}
.new-topic-cta-wrap .cta__icon {
  color: #a87bc9;
}
.new-topic-cta-wrap .cta::before, .new-topic-cta-wrap .wpcf7-submit::before {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "libra-icons" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "";
  font-size: 2.8rem;
  position: absolute;
  z-index: 10;
  position: relative;
  margin-right: 0.5em;
}
.new-topic-cta-wrap:not(:last-child) {
  margin-bottom: 2rem;
}
@media (min-width: 768px) {
  .new-topic-cta-wrap:not(:last-child) {
    margin-bottom: 4rem;
  }
}
.new-topic-cta-wrap:last-child {
  margin-top: 2rem;
}
@media (min-width: 768px) {
  .new-topic-cta-wrap:last-child {
    margin-top: 4rem;
  }
}

.profile-img, .category-grid__item-img, .bbp-reply__avatar .bbp-reply-author-avatar {
  border-radius: 50%;
  background-color: #B0B0B0;
}

.forum-content__col.col-main {
  margin-bottom: 2rem;
}
.forum-content .new-topic-cta-wrap {
  font-size: 45px;
  display: inline-flex;
}
.forum-content .new-topic-cta-wrap::after {
  content: url("/app/themes/lovelibra/dist/images/reskin/icons/small-cta-arrow.svg");
  height: 16px;
  padding-left: 10px;
}

.bbpress ul {
  padding-left: 0;
  list-style: none;
}
.bbpress ul.topic {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  position: relative;
  overflow: hidden;
  padding: 0.75rem 0.5rem;
  margin-right: -0.5rem;
  margin-left: -0.5rem;
}
.bbpress ul.topic::before, .bbpress ul.topic::after {
  left: 0.5rem;
  right: 0.5rem;
}
.bbpress ul.topic::before, .bbpress ul.topic::after {
  position: absolute;
  display: block;
  left: 0;
  right: 0;
  border-width: 0;
  border-top: 1px solid #B0B0B0;
  border-top-width: 1.2px;
}
.bbpress ul.topic::before {
  top: 0.8px;
  content: "";
}
.bbpress ul.topic:last-child::after {
  bottom: 0;
  content: "";
}
.bbpress ul.topic .bbp-topic-flags {
  text-align: center;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
}
.bbpress ul.topic .bbp-topic-flags .flag-text {
  white-space: nowrap;
}
.bbpress ul.topic .bbp-topic-flags__item {
  text-indent: 0.25em;
  display: block;
  font-size: 0.5625rem;
  line-height: 3;
}
.bbpress ul.topic .bbp-topic-flags__item.restricted .flag-text::before {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "libra-icons" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin-right: 0.25em;
  content: "";
}
body.sealed-unlocked .bbpress ul.topic .bbp-topic-flags__item.restricted .flag-text::before {
  content: "";
}
.bbpress ul.topic .bbp-topic-avatar {
  padding: 0;
  padding-right: 1rem;
}
.bbpress ul.topic .bbp-topic-avatar .user-avatar {
  width: 3.75rem;
}
@media (min-width: 992px) {
  .bbpress ul.topic .bbp-topic-avatar .user-avatar {
    width: 5rem;
  }
}
.bbpress ul.topic.content-restricted {
  padding-top: 2.4375rem;
  border-radius: 1.5rem;
  background-color: #F7F7F7;
  border-top: none;
  margin-top: 1px;
  margin-bottom: 1px;
}
.bbpress ul.topic.content-restricted + .topic::before {
  content: none;
}
.bbpress ul.topic.content-restricted .bbp-topic-flags {
  color: #a87bc9;
  background-color: #a87bc9;
}
.bbpress ul.topic.content-restricted::before, .bbpress ul.topic.content-restricted::after {
  content: none;
}
@media (min-width: 992px) {
  .bbpress ul.topic {
    align-items: center;
    padding: 0.75rem 2rem;
    margin-right: -2rem;
    margin-left: -2rem;
  }
  .bbpress ul.topic::before, .bbpress ul.topic::after {
    left: 2rem;
    right: 2rem;
  }
  .bbpress ul.topic .bbp-topic-flags {
    height: 100%;
    width: 1.5rem;
    bottom: auto;
  }
  .bbpress ul.topic .bbp-topic-flags .flag-text {
    position: absolute;
    top: 50%;
    left: 50%;
    display: block;
    transform: translateX(-50%) translateY(-50%) rotate(-90deg);
    transform-origin: center;
  }
  .bbpress ul.topic .bbp-topic-flags__item {
    line-height: 1;
    position: absolute;
    height: 100%;
    width: 100%;
  }
  .bbpress ul.topic.content-restricted {
    padding-top: 0.75rem;
  }
}
.bbpress li {
  border: none;
}
.bbpress li.bbp-header .forum-titles {
  display: none;
}
.bbpress li.bbp-header .forum-titles .bbp-topic-freshness,
.bbpress li.bbp-header .forum-titles .bbp-topic-reply-count,
.bbpress li.bbp-header .forum-titles .bbp-topic-voice-count {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.bbpress li.bbp-header .bbp-topic-cta a {
  color: #0a233f;
}
.bbpress .bbp-topics-latest li.bbp-header .forum-titles {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
.bbpress .bbp-topics > li {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}
.bbpress .bbp-topics > li.bbp-body, .bbpress .bbp-topics > li.bbp-footer {
  border-bottom: none;
  padding: 0;
}
.bbpress .bbp-topic-title {
  flex-grow: 10;
  padding-right: 1rem;
}
.bbpress .bbp-topic-title .bbp-topic-permalink {
  color: inherit;
}
.bbpress .bbp-topic-title .bbp-topic-meta {
  margin-bottom: 0;
  font-size: 0.8125rem;
  color: #B0B0B0;
}
.bbpress .bbp-topic-title .bbp-topic-started-by {
  display: block;
  margin-bottom: 1em;
}
.bbpress .bbp-topic-title .bbp-topic-started-by a {
  color: inherit;
}
.bbpress .bbp-topic-title .bbp-topic-started-in {
  display: block;
  color: #a87bc9;
}
.bbpress .bbp-topic-title .bbp-topic-started-in a {
  color: inherit;
}
.bbpress .bbp-topic-title .bbp-topic-started-in a:last-child {
  color: #a87bc9;
}
.bbpress .bbp-topic-freshness .bbp-topic-meta {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  flex-wrap: nowrap;
  margin: 0 -1rem;
  padding: 0 0.5rem;
}
@media (min-width: 992px) {
  .bbpress .bbp-topic-freshness .bbp-topic-meta {
    flex-direction: row;
  }
}
.bbpress .bbp-topic-freshness .bbp-topic-reply-count {
  padding: 0 0.5rem 0.5rem;
  white-space: nowrap;
}
.bbpress .bbp-topic-freshness .bbp-topic-reply-count::before {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "libra-icons" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  vertical-align: middle;
  font-size: 120%;
  content: url("/app/themes/lovelibra/dist/images/reskin/icons/message.svg");
  color: #70C4E8;
  margin-right: 0.4em;
}
.bbpress .bbp-topic-freshness .bbp-topic-voice-count {
  padding: 0 0.5rem 0.5rem;
  white-space: nowrap;
}
.bbpress .bbp-topic-freshness .bbp-topic-voice-count::before {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "libra-icons" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  vertical-align: middle;
  font-size: 120%;
  content: "";
  color: #3cb4e5;
  margin-right: 0.4em;
}

.menu-bar {
  background-color: #0a233f;
  color: #fff;
  margin: 0 -1px;
  position: relative;
  z-index: 1000;
}
.menu-bar__list {
  padding: 0;
  margin: 0;
}
.menu-bar__list:not(.slider-init) {
  display: flex;
  flex-direction: row;
  justify-content: stretch;
  align-items: stretch;
}
.menu-bar__item {
  flex-grow: 1;
  list-style: none;
}
.menu-bar .dropdown-toggle {
  white-space: nowrap;
}
.menu-bar .flickity-viewport {
  overflow: visible;
  flex-basis: 100%;
}
.menu-bar__header-title {
  align-items: center;
  background-color: #2f445c;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
}
.menu-bar__header-title .item-text,
.menu-bar__header-title .item-pretext {
  display: block;
  padding: 1rem 1.5rem;
}
@media (max-width: 575.98px) {
  .menu-bar__header-title .item-text,
.menu-bar__header-title .item-pretext {
    padding-left: 25px !important;
    padding-right: 25px !important;
  }
}
.menu-bar__header-title .item-pretext {
  margin-bottom: -1.5rem;
}
.menu-bar__header-title .item-pretext + .item-text {
  flex-basis: 100%;
}
.menu-bar__header-title .check-count {
  flex-shrink: 0;
  height: 1.8em;
  width: 1.8em;
  border-radius: 50%;
  border: 1px solid #0a233f;
  text-align: center;
  line-height: 1.8;
}
.menu-bar__header-title .item-text {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
.menu-bar.as-nav .menu-bar__header-title .item-text {
  align-items: center;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.menu-bar.as-nav .menu-bar__header-title .item-text::after {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  border: none;
  border-radius: 50%;
  content: "";
  display: inline-block;
  font-size: inherit;
  letter-spacing: 0;
  line-height: 1.3;
  height: 1.3em;
  margin-left: 0.5em;
  position: relative;
  left: auto;
  top: auto;
  right: auto;
  bottom: auto;
  text-align: center;
  transform: none;
  transition: all 0.2s ease-in-out;
  width: 1.3em;
}
.menu-bar.toggle-icon .menu-bar__header-title {
  align-items: center;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.menu-bar.toggle-icon .menu-bar__header-title::after {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  border: none;
  border-radius: 50%;
  content: "";
  display: inline-block;
  font-size: inherit;
  letter-spacing: 0;
  line-height: 1.3;
  height: 1.3em;
  margin-left: 0.5em;
  position: relative;
  left: auto;
  top: auto;
  right: auto;
  bottom: auto;
  text-align: center;
  transform: none;
  transition: all 0.2s ease-in-out;
  width: 1.3em;
}
.menu-bar.toggle-icon .menu-bar__header-title:not(.collapsed)::after {
  transform: rotate(180deg);
}
.menu-bar.as-nav .menu-bar__header-title:not(.collapsed) .item-text::after {
  transform: rotate(180deg);
}
.menu-bar__header-controls {
  overflow: hidden;
  display: flex;
  flex-direction: row;
  justify-content: stretch;
  align-items: stretch;
  background-color: #2f445c;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
}
.menu-bar__header-controls button {
  border: none;
  font-size: 0.8125rem;
  color: #fff;
  padding: 1rem;
  text-align: center;
  transition: all 0.2s ease-in-out;
  width: 50%;
  background-color: transparent;
}
.menu-bar__header-controls button:hover, .menu-bar__header-controls button:active {
  background-color: #0a233f;
}
.menu-bar__header-controls button + button {
  border-left: 1px solid #fff;
}
.menu-bar__header-label {
  padding: 1rem 1.5rem;
  margin: 0;
  border-bottom: 1px solid #fff;
}
@media (max-width: 575.98px) {
  .menu-bar__header-label {
    padding-left: 25px !important;
    padding-right: 25px !important;
  }
}
@media (min-width: 768px) {
  .menu-bar .menu-bar__header {
    display: none !important;
  }
  .menu-bar .menu-bar__filter-wrap {
    display: block !important;
    height: auto !important;
  }
}
@media (max-width: 767.98px) {
  .menu-bar .menu-bar__container {
    padding: 0;
    border-left: 1px solid #fff;
    border-right: 1px solid #fff;
  }
  .menu-bar__list.slider:not(.slider-init) {
    display: block !important;
  }
  .menu-bar__list.slider::after {
    content: "" !important;
  }
  .menu-bar__list:not(.flikity-enabled) {
    flex-direction: column;
  }
  .menu-bar__list .menu-bar__item {
    border-right: none;
    border-left: none;
  }
  .menu-bar__list .menu-bar__item + .menu-bar__item {
    border-top: 1px solid #fff;
  }
  .menu-bar__list .menu-bar__item .item-check {
    margin-right: 0.6em;
  }
  .menu-bar #dropdown-toggle-product_absorbency::after {
    display: none;
  }
  .menu-bar #dropdown-toggle-product_absorbency + .dropdown-select__menu {
    float: none;
    display: flex !important;
  }
}

#dropdown-toggle-product_absorbency + .dropdown-select__menu {
  float: none;
}
#dropdown-toggle-product_absorbency + .dropdown-select__menu.show {
  display: flex !important;
}
#dropdown-toggle-product_absorbency + .dropdown-select__menu .dropdown-select__item {
  border: none;
  border-left: 1px solid #fff;
  padding: 1.5rem 0;
  position: relative;
}
#dropdown-toggle-product_absorbency + .dropdown-select__menu .dropdown-select__item .item-check {
  display: none;
}
#dropdown-toggle-product_absorbency + .dropdown-select__menu .dropdown-select__item .item-text {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  text-indent: 9999px;
}
#dropdown-toggle-product_absorbency + .dropdown-select__menu .dropdown-select__item .item-text::before {
  color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  text-indent: 0;
  transform: translateX(-50%) translateY(-50%);
}
#dropdown-toggle-product_absorbency + .dropdown-select__menu .dropdown-select__item input:checked + .item-text {
  background-color: #0a233f;
}

.dropdown-select {
  position: relative;
  z-index: 5;
}
.dropdown-select__label {
  font-size: 20px;
  font-size: 12px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  letter-spacing: 3.3px;
  line-height: normal;
  margin-bottom: -2rem;
  padding: 1rem 1.5rem;
  pointer-events: none;
}
@media (max-width: 575.98px) {
  .dropdown-select__label {
    padding-left: 25px !important;
    padding-right: 25px !important;
  }
}
.dropdown-select .select-count {
  display: none;
  position: relative;
  left: auto;
  top: auto;
  right: auto;
  bottom: auto;
  letter-spacing: 0;
  font-size: inherit;
  transition: all 0.2s ease-in-out;
  content: "";
  text-align: center;
  border: none;
  box-shadow: 0 0 0 1px currentColor;
  border-radius: 50%;
  height: 1.3em;
  width: 1.3em;
  line-height: 1.3;
  margin-left: 0.5em;
  transform: none;
}
.dropdown-select.has-selected .select-count {
  display: inline-block;
}
.dropdown-select.has-selected .dropdown-select__toggle::after {
  display: none;
}
.dropdown-select__toggle {
  align-items: center;
  cursor: pointer;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  padding: 1rem 1.5rem;
  align-items: center;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
@media (max-width: 575.98px) {
  .dropdown-select__toggle {
    padding-left: 25px !important;
    padding-right: 25px !important;
  }
}
.dropdown-select__toggle::before {
  content: "";
  transition: all 0.2s ease-in-out;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 1px;
  z-index: -1;
}
.dropdown-select__toggle::after {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  border: none;
  border-radius: 50%;
  content: "";
  display: inline-block;
  font-size: inherit;
  letter-spacing: 0;
  line-height: 1.3;
  height: 1.3em;
  margin-left: 0.5em;
  position: relative;
  left: auto;
  top: auto;
  right: auto;
  bottom: auto;
  text-align: center;
  transform: none;
  transition: all 0.2s ease-in-out;
  width: 1.3em;
}
.dropdown-select__toggle:hover::before {
  background-color: #2f445c;
}
.dropdown-select__menu {
  position: absolute;
  top: 100% !important;
  left: -1px !important;
  right: -1px !important;
  transform: none !important;
  border-radius: 0;
  margin: 0;
  margin-top: -1px;
  background-color: #0a233f;
  border: 1px solid #fff;
  padding: 0;
}
.dropdown-select__item {
  color: #fff;
  cursor: pointer;
  transition: all 0.2s ease-in-out;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  margin: 0;
  border-bottom: 1px solid #fff;
  padding: 1rem 1.5rem;
}
.dropdown-select__item .item-text {
  flex-grow: 10;
}
.dropdown-select__item .item-check {
  border: 1px solid;
  border-radius: 50%;
  height: 1em;
  width: 1em;
  display: inline-block;
}
.dropdown-select__item input {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.dropdown-select__item input:checked ~ .item-check {
  background-color: currentColor;
}
.dropdown-select__item:last-child {
  border-bottom: none;
}
.dropdown-select__item:hover {
  background-color: #2f445c;
  color: #fff;
}
.dropdown-select.dropdown-nav .dropdown-select__item {
  white-space: normal;
  display: block;
  text-align: center;
}
.dropdown-select.dropdown-nav .dropdown-select__item-link {
  text-decoration: none;
  color: inherit;
}
.dropdown-select.dropdown-nav .dropdown-select__item-link:hover, .dropdown-select.dropdown-nav .dropdown-select__item-link:focus {
  text-decoration: none;
  color: inherit;
}
.dropdown-select.dropdown-nav .dropdown-select__item-desc {
  font-size: 0.8125rem;
}
.dropdown-select.show {
  z-index: 1000;
}
.dropdown-select.show .dropdown-select__toggle::before {
  background-color: #0a233f;
}
.dropdown-select.show .dropdown-select__toggle::after {
  transform: rotate(180deg);
}
.dropdown-select input[name=product_absorbency] + .item-text::before {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "libra-icons" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 180%;
  display: inline-block;
  vertical-align: text-bottom;
  line-height: 0.65;
  margin-right: 0.5em;
}
.dropdown-select input[name=product_absorbency][value=heavy] + .item-text::before {
  content: "";
}
.dropdown-select input[name=product_absorbency][value=medium] + .item-text::before {
  content: "";
}
.dropdown-select input[name=product_absorbency][value=light] + .item-text::before {
  content: "";
}
@media (max-width: 767.98px) {
  .dropdown-select {
    padding: 0;
  }
  .dropdown-select__label {
    display: none;
  }
  :not(.flickity-enabled) .dropdown-select__menu {
    position: relative !important;
    width: 100%;
    border: none;
  }
}

.tag-filters + .archive-loop {
  padding-top: 0;
}

.tag-filter {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  flex-wrap: wrap;
  text-align: center;
}
.tag-filter__output, .tag-filter__output-list {
  display: flex;
  flex-direction: column;
}
.tag-filter__output {
  width: 100%;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
}
.tag-filter__output-label {
  width: 100%;
  white-space: nowrap;
  line-height: 2.53125rem;
}
.tag-filter__output-list {
  width: 100%;
  align-items: stretch;
  justify-content: flex-start;
  flex-wrap: wrap;
  list-style: none;
  line-height: 1.5;
  margin: 0;
  padding: 0;
  flex-grow: 10;
}
.forum-archive .tag-filter__output-list, .forum .tag-filter__output-list {
  margin: 0 -0.25em;
  justify-content: stretch;
}
.forum-archive .tag-filter__output-list-item, .forum .tag-filter__output-list-item {
  flex-grow: 1;
}
.tag-filter__output-list label {
  margin: 0;
  padding: 0;
}
.tag-filter__output-list .item-text {
  display: block;
}
.tag-filter__output-list .item-text:hover {
  background-color: #2f445c;
}
.tag-filter__output-list .item-text:active {
  background-color: #0a233f;
}
.tag-filter__output-list input {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.tag-filter__item {
  display: block;
  width: 100%;
}
.tag-filter__item:hover, .tag-filter__item:focus {
  text-decoration: none;
}
.tag-filter__clear-btn, .archive-clear-row__btn {
  width: 100%;
  line-height: 2.53125rem;
  color: #B0B0B0;
  white-space: nowrap;
  cursor: pointer;
  transition: all 0.2s ease-in-out;
}
.tag-filter__clear-btn:hover, .archive-clear-row__btn:hover {
  color: #0a233f;
}
.tag-filter.with-dropwdown {
  text-align: left;
  justify-content: space-between;
  line-height: 2.53125rem;
}
.tag-filter.with-dropwdown .tag-filter__clear-btn, .tag-filter.with-dropwdown .archive-clear-row__btn {
  margin-left: 20%;
  padding-left: 0.25rem;
  width: auto;
}
.tag-filter.with-dropwdown .tag-filter__output {
  transition: opacity 0.15s linear;
  visibility: hidden;
  opacity: 0;
  flex-direction: row;
}
.tag-filter.with-dropwdown .tag-filter__output-label {
  flex-basis: 20%;
}
.tag-filter.with-dropwdown .tag-filter__output-list {
  flex-direction: row;
  flex-basis: 70%;
}
.tag-filter.with-dropwdown .tag-filter__output-list .item-text {
  display: none;
}
.tag-filter.with-dropwdown .tag-filter__output-list .item-text::after {
  content: "×";
  display: inline-block;
  margin-left: 1em;
}
.tag-filter.with-dropwdown .tag-filter__output-list input:checked + .item-text {
  display: block;
}
.tag-filter.with-dropwdown.has-selected .tag-filter__output {
  visibility: visible;
  opacity: 1;
}
.tag-filter.no-dropdown input:checked + .item-text {
  background-color: #0a233f;
}
.tag-filter__dropdown-wrap {
  line-height: 2.53125rem;
  flex-grow: 4;
  margin-right: 0;
  width: 100%;
}
.tag-filter__dropdown {
  line-height: 1.5;
  display: inline-block;
  width: 100%;
  position: relative;
  z-index: 5;
}
.tag-filter__dropdown__toggle {
  line-height: 1.5;
  cursor: pointer;
  border-bottom: 1px solid #efefef;
  position: relative;
}
.tag-filter__dropdown__toggle::after {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "libra-icons" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "";
  width: auto;
  height: auto;
  border: none;
  color: #0a233f;
  transition: all 0.2s ease-in-out;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  font-size: 0.5rem;
}
.tag-filter__dropdown__menu {
  position: absolute;
  top: 100% !important;
  left: -1px !important;
  right: -1px !important;
  transform: none !important;
  border-radius: 0;
  margin: 0;
  margin-top: -1px;
  background-color: #fff;
  border: none;
  padding: 0.5rem 0;
}
.tag-filter__dropdown__item {
  cursor: pointer;
  transition: all 0.2s ease-in-out;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: flex-start;
  margin: 0;
  border-bottom: none;
  padding: 0 1rem;
}
.tag-filter__dropdown__item .item-text {
  flex-grow: 10;
}
.tag-filter__dropdown__item:hover {
  color: #0a233f;
  background-color: transparent;
}
.tag-filter__dropdown.show .tag-filter__dropdown {
  z-index: 1000;
}
.tag-filter__dropdown.show .tag-filter__dropdown__toggle::before {
  background-color: #0a233f;
}
.tag-filter__dropdown.show .tag-filter__dropdown__toggle::after {
  transform: translateY(-50%) rotate(180deg);
}
@media (min-width: 768px) {
  .tag-filter {
    text-align: left;
    flex-wrap: nowrap;
  }
  .tag-filter__dropdown-wrap {
    margin-right: 20px;
    max-width: 40%;
    margin-bottom: 0;
  }
  .tag-filter__output {
    flex-direction: row;
    flex-wrap: nowrap;
  }
  .tag-filter__output-label {
    width: auto;
    margin-right: 1rem;
    flex-basis: auto;
  }
  .tag-filter__output-list {
    flex-basis: auto;
    flex-direction: row;
  }
  .tag-filter__clear-btn, .archive-clear-row__btn {
    width: auto;
    margin-left: 0;
    padding-left: 0;
  }
  .tag-filter.with-dropwdown .tag-filter__output {
    flex-grow: 6;
    max-width: 60%;
  }
}

.inline-search {
  display: flex;
  flex-direction: row;
  align-items: stretch;
  justify-content: space-around;
  flex-wrap: wrap;
}
.inline-search__inner {
  width: 50%;
}
.inline-search__label {
  flex-basis: 100%;
  align-self: center;
}
.inline-search__input {
  padding-left: 1rem;
  padding-right: 1rem;
  border-radius: 1.5rem;
  background-color: #F7F7F7;
  border: none;
  flex-grow: 2;
  width: auto;
}
.inline-search__btn {
  border-radius: 1.5rem;
  font-size: 18px;
  height: 35px;
  position: relative;
  right: 44px;
  width: 44px;
}
.inline-search__btn .fa {
  position: relative;
  left: 1px;
  bottom: 3px;
}
@media (min-width: 768px) {
  .inline-search {
    flex-wrap: nowrap;
  }
  .inline-search__label {
    flex-basis: auto;
    margin: 0;
    margin-right: 1rem;
  }
  .inline-search__input {
    width: 100%;
  }
}

/* The animation code */
@keyframes ticker {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-100%);
  }
}
.blog-ticker {
  border-left: none;
  border-right: none;
  color: #fff;
  background-color: #0a233f;
  width: 100%;
  padding: 5px;
  overflow: hidden;
  white-space: nowrap;
  line-height: 1;
  font-size: 30px;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  text-transform: lowercase;
}
.blog-ticker__item {
  display: block;
  animation-name: ticker;
  animation-duration: 4s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  position: relative;
  top: 0.15em;
}
.blog-ticker__label, .blog-ticker__sep {
  display: inline-block;
}
.blog-ticker__sep {
  margin: 0 0.5em;
}
.blog-ticker.ticker-hashtag {
  font-family: "Turbinado Bold Pro", "LL Brown Light Web", "Turbinado Bold Pro", "Roboto", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-size: 0.75rem;
  padding-bottom: 1rem;
}
.blog-ticker.ticker-hashtag .blog-ticker__label {
  margin: 0 1rem;
}
.blog-ticker.ticker-hashtag .blog-ticker__sep {
  display: none;
}

.tall-landscape-wrap, .sidebar-posts .article__img-wrap {
  padding-top: 80%;
}

.landscape-wrap, .article-bulletin .article__img-wrap, .cta-full-split__col.col-img {
  padding-top: 66.7%;
}

.portrait-wrap {
  padding-top: 133.3%;
}

.square-wrap, .woocommerce-product-gallery__item, .article-product .article__top, .fxc-featured_posts .card__img, .home-featured-posts .card__img, .cta-subscriptions-block .card__img, .profile-img, .category-grid__item-img, .bbp-reply__avatar .bbp-reply-author-avatar {
  padding-top: 100%;
}

.banner-wrap {
  padding-top: 25%;
}

.video-wrap, .fxc-video__inner {
  padding-top: 56.3%;
}

.img-bg {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.img-bg.top {
  background-position: center top;
}
.img-bg.contain {
  background-size: contain;
}

img.bg-src {
  position: absolute !important;
  display: block;
}

.box-xs {
  padding: 0.5rem;
}
@media (min-width: 768px) {
  .box-xs {
    padding: 0.6666666667rem;
  }
}
@media (min-width: 992px) {
  .box-xs {
    padding: 0.75rem;
  }
}
@media (min-width: 1320px) {
  .box-xs {
    padding: 1rem;
  }
}

.box-sm {
  padding: 1.5rem;
}
@media (min-width: 768px) {
  .box-sm {
    padding: 1.6666666667rem;
  }
}
@media (min-width: 992px) {
  .box-sm {
    padding: 1.75rem;
  }
}
@media (min-width: 1320px) {
  .box-sm {
    padding: 2rem;
  }
}

.box,
.box-md {
  padding: 2rem;
}
@media (min-width: 768px) {
  .box,
.box-md {
    padding: 2.6666666667rem;
  }
}
@media (min-width: 992px) {
  .box,
.box-md {
    padding: 3rem;
  }
}
@media (min-width: 1320px) {
  .box,
.box-md {
    padding: 4rem;
  }
}

.box-lg {
  padding: 4rem;
}
@media (min-width: 768px) {
  .box-lg {
    padding: 4.6666666667rem;
  }
}
@media (min-width: 992px) {
  .box-lg {
    padding: 5rem;
  }
}
@media (min-width: 1320px) {
  .box-lg {
    padding: 6rem;
  }
}

.icon-btn {
  cursor: pointer;
  display: inline-block;
  font-size: 200%;
  height: 1em;
  width: 1em;
  border-radius: 50%;
  color: #0a233f;
  position: relative;
  transition: all 0.2s ease-in-out;
}
.site-header-campaign .icon-btn {
  border-color: #fff;
  background-color: transparent;
}
.icon-btn__label {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.icon-btn__icon {
  position: absolute;
  top: 49%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: block;
  text-align: center;
  width: 100%;
  line-height: 1;
  font-size: 40%;
}
.site-header-campaign .icon-btn__icon {
  color: #fff;
}
.icon-btn__count {
  background-image: linear-gradient(to bottom, #fff, #a9a9a9);
  color: #0a233f;
  font-size: 10px;
  position: absolute;
  text-align: center;
  border-radius: 50%;
  top: -9.0909090909px;
  right: -9.0909090909px;
  line-height: 20px;
  height: 20px;
  width: 20px;
}
@media (min-width: 992px) {
  .icon-btn__count {
    font-size: 12px;
  }
}
.icon-btn:hover {
  color: #0a233f;
  transform: scale(1.1);
}
.icon-btn-fill, .header-util-nav__item.cart .icon-btn {
  background-color: #0a233f;
}
.icon-btn-fill:hover, .header-util-nav__item.cart .icon-btn:hover {
  background-color: #0a233f;
}
.site-header-campaign .icon-btn-fill, .site-header-campaign .header-util-nav__item.cart .icon-btn, .header-util-nav__item.cart .site-header-campaign .icon-btn {
  background-color: #fff;
}
.site-header-campaign .icon-btn-fill .icon-btn__icon, .site-header-campaign .header-util-nav__item.cart .icon-btn .icon-btn__icon, .header-util-nav__item.cart .site-header-campaign .icon-btn .icon-btn__icon {
  color: #000;
}
.icon-btn-inv, body.libragirl .header-util-nav__item .icon-btn {
  border-color: #fff;
  color: #fff;
}
.icon-btn-inv-fill, body.libragirl .header-quicklinks__item-link, body.libragirl .header-util-nav__item.cart .icon-btn, .modal-primary .close-button {
  color: #363636;
}

.icon-renew-light::before {
  content: url("../images/icons/icon-renew-white.svg");
  margin-left: 4px;
  margin-top: 2px;
}
.icon-renew-dark {
  content: url("../images/icons/icon-renew.svg");
}

.icon-subscription::before {
  content: url("../images/icons/subscription-icon.svg");
  margin-left: 3px;
  width: 16px;
  height: 16px;
}

.combo-btn {
  display: flex;
  align-items: stretch;
  padding: 0;
}
@media (max-width: 575.98px) {
  .combo-btn {
    font-size: 10px;
  }
}
.combo-btn-icon {
  display: flex;
  position: relative;
  width: 33px;
  align-items: center;
  justify-content: center;
  border-right: 1px solid;
  flex-grow: 1;
}
.combo-btn-icon::before {
  display: inline-block;
}
.combo-btn .text-wrap {
  padding: 8px 14px;
  border-radius: 0 0.625rem 0.625rem 0;
  transition: all 0.2s ease-in-out;
  flex-grow: 2;
}
@media (max-width: 575.98px) {
  .combo-btn .text-wrap {
    padding: 8px;
  }
}
.combo-btn-dark {
  background-color: #495178;
  color: #fff;
}
.combo-btn-dark .text-wrap {
  background-color: #495178;
}
.combo-btn-dark:hover {
  color: #fff;
}
.combo-btn-dark:hover .text-wrap {
  background-color: #1E2859;
}
.combo-btn-primary {
  background-color: #fbc3d6;
}
.combo-btn-primary .combo-btn-icon {
  border-right-color: #fff;
}
.combo-btn-primary:hover .text-wrap {
  background-color: #0a233f;
}

button.combo-btn {
  border: 0;
}

.simple-btn {
  background-color: #0a233f;
  border-color: #0a233f;
  color: #fff;
}

.button-expand-set {
  display: flex;
  position: relative;
  color: #fff;
}
.button-expand-set a,
.button-expand-set button {
  background-color: #495178;
  color: inherit;
}
.button-expand-set a:hover,
.button-expand-set button:hover {
  background-color: #1E2859;
}
.button-expand-set .icon-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 33px;
  border-right: 1px solid #fff;
}
.button-expand-set .icon-wrap,
.button-expand-set .text-wrap {
  background-color: #495178;
  border-radius: 0.625rem 0 0 0.625rem;
}
.button-expand-set .text-wrap {
  opacity: 1;
  visibility: visible;
  border-radius: 0 0.625rem 0.625rem 0;
  transition: all 0.2s ease-in-out;
}
.button-expand-set__actions {
  opacity: 0;
  visibility: hidden;
  display: flex;
  position: absolute;
  left: 33px;
  top: 0;
  transition: all 0.2s ease-in-out;
}
.button-expand-set__actions > *:not(:last-child) {
  border-right: 1px solid #fff;
  border-radius: 0;
}
.button-expand-set__actions > *:last-child {
  border-radius: 0 0.625rem 0.625rem 0;
}
.button-expand-set__inner {
  display: flex;
  align-self: flex-start;
}
.button-expand-set__inner > button {
  border-radius: 0 0.625rem 0.625rem 0;
}
.button-expand-set__inner:hover .text-wrap {
  opacity: 0;
  visibility: hidden;
}
.button-expand-set__inner:hover .button-expand-set__actions {
  opacity: 1;
  visibility: visible;
}

.cta, .wpcf7-submit {
  max-width: 100%;
  outline: none;
  background: none;
  border: none;
  cursor: pointer;
  font-size: 40px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  color: inherit;
  transition: all 0.2s ease-in-out;
}
.cta__label {
  white-space: nowrap;
}
@media screen and (min-width: 992px) {
  .cta__label {
    padding-left: 0;
  }
}
.cta__label .cta-link {
  padding-left: 40px;
}
.cta .footer-cta, .wpcf7-submit .footer-cta {
  position: relative;
  top: -5%;
  font-family: "Turbinado Bold Pro", "LL Brown Light Web", "Turbinado Bold Pro", "Roboto", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1;
  letter-spacing: -0.74px;
  text-align: right;
  color: #ffffff;
  text-transform: none;
  font-size: 32px;
}
.cta__card-link {
  font-family: "Turbinado Bold Pro", "LL Brown Light Web", "Turbinado Bold Pro", "Roboto", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
}
.cta .card-link-icon, .wpcf7-submit .card-link-icon {
  padding-left: 1rem;
  height: 1rem;
}
.cta__icon {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "libra-icons" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 90%;
  transition: all 0.2s ease-in-out;
  margin-left: 0.6em;
  display: block;
  height: 1em;
}
.cta__icon::before {
  content: "";
}
@media (min-width: 768px) {
  .cta, .wpcf7-submit {
    flex-wrap: nowrap;
  }
}
.cta:hover, .wpcf7-submit:hover {
  color: inherit;
  text-decoration: none;
}
.cta:hover .cta__icon, .wpcf7-submit:hover .cta__icon {
  transform: translateX(0.66em);
}
.cta:focus, .wpcf7-submit:focus, .cta:active, .wpcf7-submit:active {
  outline: none;
}
@media (max-width: 767.98px) {
  .cta.cta-r .cta__label, .cta-r.wpcf7-submit .cta__label {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
  }
  .cta.cta-r .cta__icon, .cta-r.wpcf7-submit .cta__icon {
    margin: 0;
  }
}
.cta.cta-tn .cta__icon::before, .article-bulletin .cta.article__cta .cta__icon::before, .cta-tn.wpcf7-submit .cta__icon::before, .article-bulletin .wpcf7-submit.article__cta .cta__icon::before {
  font-size: 75%;
  content: "";
}
.cta.cta-sm .cta__icon::before, .cta-sm.wpcf7-submit .cta__icon::before {
  content: "";
}
@media (min-width: 768px) {
  .cta.cta-lg .cta__icon::before, .login-wrap__options .cta .cta__icon::before, .article-bulletin.bulletin_cat-competition .cta.article__cta .cta__icon::before, .wpcf7-submit .cta__icon::before {
    content: "";
  }
}
.cta.cta-more .cta__icon, .cta-more.wpcf7-submit .cta__icon {
  font-family: "Turbinado Bold Pro", "LL Brown Light Web", "Turbinado Bold Pro", "Roboto", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-size: 130%;
  line-height: 0.7;
  margin-left: 0.2em;
}
.cta.cta-more .cta__icon::before, .cta-more.wpcf7-submit .cta__icon::before {
  content: "-";
}
.cta.cta-more.collapsed .cta__icon::before, .cta-more.collapsed.wpcf7-submit .cta__icon::before {
  content: "+";
}
.cta.cta-more:hover .cta__icon, .cta-more.wpcf7-submit:hover .cta__icon {
  transform: translateX(0.33em);
}
.cta.cta-more.on-hidden:not(.collapsed), .cta-more.on-hidden.wpcf7-submit:not(.collapsed) {
  display: none;
}
.cta.cta-back .cta__icon, .cta-back.wpcf7-submit .cta__icon {
  order: 1;
  margin-left: 0;
  margin-right: 0.6em;
}
.cta.cta-back .cta__label, .cta-back.wpcf7-submit .cta__label {
  order: 5;
}
.cta.cta-back .cta__icon, .cta-back.wpcf7-submit .cta__icon, .cta.left .cta__icon, .left.wpcf7-submit .cta__icon {
  transform: scaleX(-1);
}
.cta.cta-back:hover .cta__icon, .cta-back.wpcf7-submit:hover .cta__icon, .cta.left:hover .cta__icon, .left.wpcf7-submit:hover .cta__icon {
  transform: scaleX(-1) translateX(0.66em);
}

.cta-alt,
.cta-alt-sm,
.cta-alt-2 {
  white-space: nowrap;
  position: relative;
  z-index: 5;
  outline: none;
  color: #0a233f;
}
.cta-alt::before,
.cta-alt-sm::before,
.cta-alt-2::before {
  z-index: -1;
  display: block;
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.cta-alt .cta__label,
.cta-alt-sm .cta__label,
.cta-alt-2 .cta__label {
  position: relative;
}
.cta-alt:hover, .cta-alt:focus,
.cta-alt-sm:hover,
.cta-alt-sm:focus,
.cta-alt-2:hover,
.cta-alt-2:focus {
  outline: none;
  box-shadow: none;
}
.cta-alt:hover .cta__label::after,
.cta-alt-sm:hover .cta__label::after,
.cta-alt-2:hover .cta__label::after {
  visibility: visible;
  right: 0;
  opacity: 1;
}
@media (min-width: 768px) {
  .cta-alt.cta-alt-lg,
.cta-alt-sm.cta-alt-lg,
.cta-alt-2.cta-alt-lg {
    font-size: 60px;
    padding: 1.5rem 6rem;
  }
}

.cta-alt .cta__label::after,
.cta-alt-2 .cta__label::after {
  transition: right 0.2s ease-in;
  visibility: hidden;
  opacity: 0;
  z-index: -1;
  display: block;
  content: "";
  position: absolute;
  bottom: 0;
  left: -0.5em;
  right: 100%;
  height: 3px;
  background-position: center left;
  background-size: cover;
}

.cta-alt::before {
  transform: translateY(-5%);
}

.cta-alt-sm .cta__label::after {
  font-size: 60%;
  display: inline-block;
  margin-left: 0.5em;
  transition: all 0.2s ease-in-out;
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "libra-icons" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "";
}
.cta-alt-sm:hover .cta__label::after {
  transform: translateX(0.66em);
}

@media (min-width: 768px) {
  .cta-lg, .login-wrap__options .cta, .login-wrap__options .wpcf7-submit, .article-bulletin.bulletin_cat-competition .article__cta, .wpcf7-submit {
    font-size: 60px;
  }
}
.cta.wpcf7-custom_submit, .wpcf7-custom_submit.wpcf7-submit {
  font-size: 60px;
  padding: 0;
}
.cta.wpcf7-custom_submit .cta__icon, .wpcf7-custom_submit.wpcf7-submit .cta__icon {
  color: #0a233f;
}
body.libragirl .cta.wpcf7-custom_submit, body.libragirl .wpcf7-custom_submit.wpcf7-submit {
  color: white;
}
body.libragirl .cta.wpcf7-custom_submit .cta__icon, body.libragirl .wpcf7-custom_submit.wpcf7-submit .cta__icon {
  color: #a87bc9;
}
.cta.wpcf7-custom_submit.disabled, .wpcf7-custom_submit.disabled.wpcf7-submit, .cta.wpcf7-custom_submit[disabled], .wpcf7-custom_submit[disabled].wpcf7-submit {
  pointer-events: none !important;
  opacity: 0.5;
}

.cta-stacked {
  display: flex;
  flex-wrap: wrap !important;
  width: 100%;
  text-align: center;
}
.cta-stacked .cta__label {
  flex-basis: 100%;
}
.cta-stacked .cta__icon {
  margin-top: 0.5em;
}

.cta-school {
  position: relative;
  right: 6vw;
}
@media (max-width: 767.98px) {
  .cta-school {
    right: 0vw;
  }
}

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

.wpcf7-form label {
  margin-bottom: 2em;
}

.wpcf7-form-control.wpcf7-radio, .wpcf7-form-control.wpcf7-checkbox {
  display: block;
}
.wpcf7-form-control.wpcf7-not-valid {
  border-color: #F4AA4F;
}

.wpcf7-submit {
  background: none;
  border: none;
  padding: 0;
}
.wpcf7-submit::after {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "libra-icons" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "";
}

.wpcf7-form-control-wrap {
  display: block;
  width: 100%;
}

/* .option-wrap {
  @extend .form-check;

  margin-bottom: 0;

  input {
    @extend .form-check-input;
  }

  .text-wrap {
    @extend .form-check-label;
  }
} */
.wpcf7-validation-errors,
.wpcf7-not-valid-tip {
  color: #F4AA4F;
}

.wpcf7-response-output.wpcf7-mail-sent-ok {
  margin: 1rem 0;
  padding: 0.5rem;
  background-color: #B2D666;
}
@media (min-width: 768px) {
  .wpcf7-response-output.wpcf7-mail-sent-ok {
    padding: 0.6666666667rem;
  }
}
@media (min-width: 992px) {
  .wpcf7-response-output.wpcf7-mail-sent-ok {
    padding: 0.75rem;
  }
}
@media (min-width: 1320px) {
  .wpcf7-response-output.wpcf7-mail-sent-ok {
    padding: 1rem;
  }
}
.wpcf7-response-output.wpcf7-mail-sent-ok::before {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "";
  margin-right: 0.5rem;
}

.wpcf7-validation-errors {
  display: block;
  text-align: center;
}

.wpcf7 label {
  width: 100%;
}
.wpcf7 br {
  display: none;
}
.wpcf7 .ajax-loader.is-active {
  visibility: visible;
  opacity: 1;
  text-align: center;
  font-size: 150%;
  display: block;
  margin: 1rem auto;
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.wpcf7 .ajax-loader.is-active::before {
  color: #0a233f;
  display: inline-block;
  content: "";
}

.custom-qty {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 0.5rem;
  padding: 16px 0 16px !important;
}
@media (min-width: 768px) {
  .custom-qty {
    padding: 0.6666666667rem;
  }
}
@media (min-width: 992px) {
  .custom-qty {
    padding: 0.75rem;
  }
}
@media (min-width: 1320px) {
  .custom-qty {
    padding: 1rem;
  }
}
.custom-qty__input {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.custom-qty__label {
  flex-basis: 100%;
  order: -1;
  margin: 0;
}
.custom-qty__plus, .custom-qty__minus {
  cursor: pointer;
}
.custom-qty__plus::before, .custom-qty__minus::before {
  font-size: 120%;
  line-height: 1;
}
.custom-qty__plus {
  display: block;
  order: 30;
}
.custom-qty__plus::before {
  content: "+";
}
.custom-qty__minus {
  order: 10;
}
.custom-qty__minus::before {
  content: "–";
}
.custom-qty__display {
  display: block;
  order: 20;
  padding: 0 16px;
}

.custom-radio__title {
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 20px;
  background-color: #fdd7e4;
  transition: all 0.2s ease-in-out;
}
.custom-radio__title::after {
  content: "";
  display: block;
  height: 1em;
  width: 1em;
  border: 1px solid;
  border-radius: 50%;
  font-size: 70%;
}
.custom-radio__title:hover {
  background-color: #fbc3d6;
}
.custom-radio__input {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.custom-radio__input:checked ~ .custom-radio__title::after {
  background-color: #363636;
}

.datepicker-dropdown {
  z-index: 1070 !important;
}

.tab, .lg_home-intro__headline, .article.restricted_content-restricted .post-flags, .article__term, .hot-topics__header {
  line-height: 1;
  text-align: center;
  padding: 0.8rem 1.6rem;
}
@media (min-width: 768px) {
  .tab, .lg_home-intro__headline, .article.restricted_content-restricted .post-flags, .article__term, .hot-topics__header {
    padding: 0.8rem 3rem;
  }
}

.tag-list {
  list-style: none;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
  padding-left: 0;
}
.tag-list .tag {
  display: block;
  margin-right: 0.3333333333rem;
}

.tag {
  text-align: center;
  white-space: nowrap;
  background-color: #0a233f;
  color: #fff;
  border-radius: 1.5rem;
  padding: 0.5em 1em;
  margin: 0.25rem;
  font-size: 0.8125rem;
  transition: all 0.2s ease-in-out;
  cursor: pointer;
}
.tag:hover {
  color: #fff;
  text-decoration: none;
  background-color: #2f445c;
}

.tag-lg, .tag-filter.no-dropdown .tag {
  line-height: 1;
  padding: 0.8rem 1.6rem;
}
@media (min-width: 768px) {
  .tag-lg, .tag-filter.no-dropdown .tag {
    padding: 0.8rem 3rem;
  }
}

.post-tags {
  margin-bottom: 2rem;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
}
@media (min-width: 768px) {
  .post-tags {
    margin-bottom: 3rem;
  }
}
.post-tags__title {
  margin-bottom: 0;
  margin-right: 1rem;
}
.post-tags__list {
  margin-bottom: 0;
}
.post-tags__item {
  display: block;
}

/**
 * WordPress Generated Classes
 * @see http://codex.wordpress.org/CSS#WordPress_Generated_Classes
 */
/** Media alignment */
.alignnone {
  margin-left: 0;
  margin-right: 0;
  max-width: 100%;
  height: auto;
}

.aligncenter {
  display: block;
  margin: 0.5rem auto;
  height: auto;
}

.alignleft,
.alignright {
  margin-bottom: 0.5rem;
  height: auto;
}

@media (min-width: 576px) {
  .alignleft {
    float: left;
    margin-right: 0.5rem;
  }

  .alignright {
    float: right;
    margin-left: 0.5rem;
  }
}
/** Captions */
/** Text meant only for screen readers */
.audio-player .mejs-container,
.audio-player .mejs-embed,
.audio-player .mejs-embed body,
.audio-player .mejs-container .mejs-controls {
  background: transparent;
}

.accordion__item {
  border-bottom: 1px solid #efefef;
  padding: 1rem 0;
}
.accordion__item-title {
  color: #0a233f;
}
.accordion__item-link {
  display: block;
  position: relative;
  cursor: pointer;
  padding-right: 3em;
}
.accordion__item-link::after {
  position: absolute;
  right: 0;
  top: 0;
  transition: all 0.2s ease-in-out;
  transform: rotate(45deg);
  display: block;
  color: #0a233f;
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "libra-icons" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "";
  border: 1px solid #0a233f;
  border-radius: 50%;
  height: 2em;
  width: 2em;
  line-height: 0.9;
  padding: 0.5em 0;
  text-align: center;
}
.article-promo .accordion__item-link::after {
  display: block;
  line-height: 1;
  height: 12px;
  width: 19px;
  content: "";
  background-image: url("../images/icons/q-down.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.article-promo .accordion__item-link::after {
  border: none;
  transform: rotate(180deg);
}
.accordion__item-link.collapsed::after {
  transform: rotate(0deg);
}
.accordion__item-body {
  padding-top: 1rem;
}

.archive.post-type-archive-bulletin .archive-form {
  background-color: #F7F7F7;
}
.archive.post-type-archive-bulletin .archive-form .inline-search__input {
  background-color: #fff;
}
.archive-form::after {
  transition: opacity 0.15s linear;
  pointer-events: none;
  display: block;
  content: "";
  position: absolute;
  background-color: #fff;
  opacity: 0;
  visibility: hidden;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 5;
}
.archive-form.ajax-loading::after {
  visibility: visible;
  opacity: 0.6;
}
.archive-clear-row {
  padding: 2rem 0;
  text-align: right;
}
.archive-clear-row__btn {
  background: none;
  background-color: none;
  border: none;
  box-shadow: none;
  color: #9b9b9a;
  cursor: pointer;
  font-size: 11px;
  font-weight: bold;
  letter-spacing: 2.5px;
  line-height: 2.18;
  padding: 0;
  text-align: right;
}
.archive-clear-row + .archive-loop {
  padding-top: 0;
}
@media (min-width: 992px) {
  .archive-clear-row__inner {
    margin-right: 8.3333333333%;
    margin-left: 8.3333333333%;
  }
}

.archive-filters {
  position: relative;
  z-index: 10;
  padding-top: 2rem;
  padding-bottom: 2rem;
}
.archive-filters.follow {
  padding-top: 0;
}
@media (min-width: 768px) {
  .archive-filters {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
  .archive-filters.follow {
    padding-top: 0;
  }
}
.archive-filters__col > * {
  padding-bottom: 2rem;
}
@media (min-width: 768px) {
  .archive-filters__col > * {
    padding-bottom: 2.6666666667rem;
  }
}
@media (min-width: 992px) {
  .archive-filters__col > * {
    padding-bottom: 3rem;
  }
}
@media (min-width: 1320px) {
  .archive-filters__col > * {
    padding-bottom: 4rem;
  }
}
.archive-filters__col > *:last-child {
  padding-bottom: 0;
}
.archive-filters + .archive-loop {
  padding-top: 0;
}
@media (min-width: 768px) {
  .archive-filters .inline-search {
    max-width: 40%;
  }
}

.archive-loop {
  padding-top: 2rem;
  padding-bottom: 2rem;
}
.archive-loop.follow {
  padding-top: 0;
}
@media (min-width: 768px) {
  .archive-loop {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
  .archive-loop.follow {
    padding-top: 0;
  }
}
.archive-loop .featured-post {
  margin-bottom: 20px;
}
.archive-loop .featured-post .card__title, .archive-loop .featured-post .category-slides .slide-pane__term, .category-slides .archive-loop .featured-post .slide-pane__term {
  background-color: #70C4E8;
}
.archive-loop .featured-post .card__body {
  background-color: #F7F7F7;
}
.archive-loop__posts {
  display: flex;
  flex-wrap: wrap;
  margin-right: -10px;
  margin-left: -10px;
}
@media (max-width: 575.98px) {
  .archive-loop__posts {
    margin-left: -25px;
    margin-right: -25px;
  }
}
.archive-loop__posts .price {
  font-family: "CoreSansNR45", "LL Brown Light Web", "Turbinado Bold Pro", "Roboto", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-size: 16px;
  font-stretch: normal;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-height: 1.5;
}
.archive-loop__header-title {
  display: block;
  margin-bottom: 2em;
}
@media (min-width: 768px) {
  .archive-loop__header-title {
    margin-bottom: 0;
    position: absolute;
    z-index: 10;
    margin-left: -4rem;
    transform: rotate(90deg) translateY(-100%);
    transform-origin: top left;
  }
}
body.libragirl .archive-loop__header .featured-post {
  color: white;
  margin-bottom: 4rem;
}
@media (min-width: 768px) {
  body.libragirl .archive-loop__header .featured-post {
    margin-bottom: 7rem;
  }
}
.archive-loop + .pagination {
  padding-top: 2rem;
  padding-bottom: 2rem;
}
.archive-loop + .pagination.follow {
  padding-top: 0;
}
@media (min-width: 768px) {
  .archive-loop + .pagination {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
  .archive-loop + .pagination.follow {
    padding-top: 0;
  }
}
.archive-loop__sidebar > .stretch-right.stretched {
  padding-left: 10px;
}
.archive-loop__sidebar > .stretch-right.stretched .stretch-inner {
  margin: 0;
  margin-left: auto;
  display: block;
}
.archive-loop__sidebar .video-favs,
.archive-loop__sidebar .cta-story {
  margin-top: 2rem;
  margin-bottom: 2rem;
}
.archive-loop.product-loop {
  padding-bottom: 0;
}
@media (min-width: 992px) {
  .archive-loop__sidebar .video-favs,
.archive-loop__sidebar .cta-story {
    margin: 2rem;
  }
  .archive-loop__inner {
    margin-right: 8.3333333333%;
    margin-left: 8.3333333333%;
  }
}

.masonry::before {
  visibility: hidden;
  content: "masonry";
}
.post-type-archive-product .masonry::before, .post-type-archive-bulletin .masonry::before {
  content: none;
}

.stretch-right.stretched .stretch-inner {
  max-width: 480px;
  display: block;
  margin-left: auto;
}
.stretch-right__girl-zone {
  padding-top: 140px;
}
@media (min-width: 768px) {
  .stretch-right::before {
    content: "stretch";
    display: none;
  }
}
@media (min-width: 992px) {
  body.page-sealed-section .stretch-right.stretched {
    padding-right: 3em;
  }
}

.ajax-loader {
  visibility: hidden;
  opacity: 0;
}
.ajax-loading .ajax-loader, .processing .ajax-loader {
  transition: opacity 0.15s linear;
  visibility: visible;
  opacity: 1;
}

.ajax-form,
.ywccs-form {
  position: relative;
}
.ajax-form .ajax-loader,
.ywccs-form .ajax-loader {
  position: fixed;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  padding: 1rem;
  color: #0a233f;
  z-index: 100;
  font-size: 30px;
}
.ajax-form .ajax-loader i,
.ywccs-form .ajax-loader i {
  display: block;
  border: 2px solid #B0B0B0;
  border-left-color: transparent;
  border-radius: 50%;
  height: 1em;
  width: 1em;
  animation: fa-spin 0.8s infinite cubic-bezier(0.75, 0.3, 0.6, 0.75);
  position: relative;
}
.ajax-form .ajax-loader i::before,
.ywccs-form .ajax-loader i::before {
  content: none;
}
.ajax-form .ajax-loader i::after,
.ywccs-form .ajax-loader i::after {
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -2.5px;
  margin-left: -2.5px;
  height: 5px;
  width: 5px;
  content: "";
  background-color: #0a233f;
}

.breadcrumbs {
  z-index: 100;
  display: block;
  position: absolute;
  background-color: #efefef;
  color: #B0B0B0;
  line-height: 1.26;
  padding: 0.375rem 1rem;
  margin-left: 17px;
  border-radius: 1.5rem;
  opacity: 1;
  transition: all 0.2s ease-in-out;
}
.breadcrumbs a {
  color: inherit;
}
.banner.sticky .breadcrumbs {
  pointer-events: none;
  opacity: 0;
}

.article-single__single {
  font-size: 16px;
  line-height: 24px;
}
.article-single .comment {
  padding: 1.5rem;
  background-color: #fdf4f7;
  margin-bottom: 1rem;
  border-radius: 1.5rem;
}
@media (min-width: 768px) {
  .article-single .comment {
    padding: 1.6666666667rem;
  }
}
@media (min-width: 992px) {
  .article-single .comment {
    padding: 1.75rem;
  }
}
@media (min-width: 1320px) {
  .article-single .comment {
    padding: 2rem;
  }
}
.article-single .comment .comment-meta {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: flex-start;
  font-size: 0.8125rem;
  margin-bottom: 1em;
  color: #B0B0B0;
}
.article-single .comment .comment-meta a {
  color: inherit;
}
.article-single .comment .comment-awaiting-moderation {
  flex-basis: 100%;
  margin: 0.5em 0;
}
.article-single .comment .comment-author {
  color: #0a233f;
}
.article-single .comment .comment-body {
  position: relative;
  margin-left: 4rem;
  min-height: 3rem;
}
.article-single .comment .comment-body .user-avatar {
  width: 3rem;
  height: 3rem;
  position: absolute;
  left: -4rem;
  top: 0;
}
.article-single .comment .comment-content p:last-child, .article-single .comment .comment-content .wpcf7-form-control.wpcf7-radio:last-child, .article-single .comment .comment-content .wpcf7-form-control.wpcf7-checkbox:last-child {
  margin-bottom: 0;
}

.cta-full-split {
  overflow: hidden;
  background-color: #F7F7F7;
}
@media (min-width: 992px) {
  .cta-full-split__row {
    min-height: 33rem;
  }
}
.cta-full-split__body {
  display: block;
  margin-bottom: 3em;
}
.cta-full-split__content {
  width: 100%;
}
.cta-full-split__col.col-content {
  padding-top: 2rem;
  padding-bottom: 2rem;
  order: 5;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
}
.cta-full-split__col.col-content.follow {
  padding-top: 0;
}
@media (min-width: 768px) {
  .cta-full-split__col.col-content {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
  .cta-full-split__col.col-content.follow {
    padding-top: 0;
  }
}
@media (max-width: 575.98px) {
  .cta-full-split__col.col-content {
    padding-left: 25px !important;
    padding-right: 25px !important;
  }
}
.cta-full-split__col.col-img {
  order: 1;
}
.cta-full-split .cta__icon {
  color: #0a233f;
}
@media (min-width: 576px) {
  .cta-full-split__row {
    flex-wrap: nowrap;
  }
  .cta-full-split__col.col-img {
    padding-top: 0;
    order: 10;
    width: 50vw;
    max-width: none;
    flex-basis: auto;
  }
}

.cta-double-set {
  position: relative;
  overflow: hidden;
}
.cta-double-set__container {
  position: relative;
}
.cta-double-set__header {
  padding-bottom: 2rem;
}
@media (min-width: 768px) {
  .cta-double-set__header {
    padding-bottom: 2.6666666667rem;
  }
}
@media (min-width: 992px) {
  .cta-double-set__header {
    padding-bottom: 3rem;
  }
}
@media (min-width: 1320px) {
  .cta-double-set__header {
    padding-bottom: 4rem;
  }
}
.cta-double-set__title {
  position: relative;
}
.cta-double-set__title::before {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "libra-icons" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "";
  font-size: 3.5rem;
  position: absolute;
  z-index: 10;
  bottom: 100%;
  right: 15%;
  transform: translateY(0%) translateX(-50%);
}
.cta-double-set__title::after {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "libra-icons" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "";
  font-size: 3.5rem;
  position: absolute;
  z-index: 10;
  top: 75%;
  left: 0;
  transform: translateY(-50%) translateX(-50%);
}
.cta-double-set__images {
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  align-items: center;
  order: 10;
}
.cta-double-set__images-item {
  padding-top: 30%;
  width: 50%;
}
.cta-double-set .cta .cta__label, .cta-double-set .wpcf7-submit .cta__label {
  white-space: normal;
}
.cta-double-set .cta .cta__icon, .cta-double-set .wpcf7-submit .cta__icon {
  color: #a87bc9;
}
.cta-double-set .cta.left .cta__icon, .cta-double-set .left.wpcf7-submit .cta__icon {
  color: #0a233f;
}
.cta-double-set__col-cta {
  padding-top: 1rem;
}
@media (max-width: 991.98px) {
  .cta-double-set__title::before {
    right: 0;
    font-size: 2.5rem;
  }
  .cta-double-set__title::after {
    font-size: 2.5rem;
    transform: translateY(-50%);
  }
}
@media (min-width: 992px) {
  .cta-double-set__col-cta {
    padding-top: 0;
  }
  .cta-double-set__images {
    display: block;
    z-index: -1;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
  }
  .cta-double-set__images-item {
    position: absolute;
    top: 0;
    height: 100%;
    width: 50%;
  }
  .cta-double-set__images-item.left {
    left: 0;
    transform: translateX(-50%);
  }
  .cta-double-set__images-item.right {
    right: 0;
    transform: translateX(50%);
  }
}

.cta-form__title {
  font-size: 45px;
  font-weight: 100;
  display: inline-block;
  letter-spacing: -0.74px;
  margin-bottom: 5px;
}
.cta-form.cta-form-collapse .cta-form {
  color: #fff;
}
.cta-form.cta-form-collapse .cta-form__btn:not(.collapsed) .cta__label {
  display: none;
}
.cta-form.cta-form-collapse .cta-form__btn:not(.collapsed)::after {
  padding-left: 1rem;
  text-transform: uppercase;
  content: "back";
  order: 20;
}
.cta-form.cta-form-collapse .cta-form__form-wrap__inner {
  margin-top: 2rem;
}
@media (min-width: 768px) {
  .cta-form.cta-form-collapse .cta-form__form-wrap__inner {
    margin-top: 3rem;
  }
}

.cta-products-fancy {
  position: relative;
}
.cta-products-fancy__bg-img {
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
  height: 100%;
  overflow: hidden;
}
.cta-products-fancy__bg-img::before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 25%;
  bottom: -1px;
  left: 0;
}
.cta-products-fancy__container {
  position: relative;
  z-index: 10;
}
.cta-products-fancy__title {
  color: #fff;
  font-size: 28px;
  font-weight: 200;
}
.cta-products-fancy__top {
  position: relative;
  margin-bottom: 2rem;
}
@media (min-width: 768px) {
  .cta-products-fancy__top {
    margin-bottom: 3rem;
  }
}
.cta-products-fancy .cta-wrap {
  text-align: -webkit-center;
}
.cta-products-fancy__cta {
  background-color: #fff;
  border-radius: 1.5rem;
  width: 267px;
}
.cta-products-fancy__cta-link {
  align-items: center;
  border: none;
  border-radius: 1.5rem;
  color: #0a233f;
  display: flex;
  height: 36px;
  justify-content: center;
  padding: 0 2rem;
  text-decoration: none;
}
.cta-products-fancy__cta-link-inner {
  font-size: 11px;
  transition: all 0.2s ease-in-out;
  display: flex;
  flex-direction: row;
  align-items: baseline;
  justify-content: center;
}
.cta-products-fancy .flickity-prev-next-button {
  display: block;
}

.cta-story__container {
  border-radius: 1.5rem 1.5rem 0 0;
  background-color: #f5e8f8;
  box-shadow: 0 1.5rem 2rem 0 rgba(0, 0, 0, 0.1);
}
.cta-story__inner {
  padding: 2rem;
}
@media (min-width: 768px) {
  .cta-story__inner {
    padding: 2.6666666667rem;
  }
}
@media (min-width: 992px) {
  .cta-story__inner {
    padding: 3rem;
  }
}
@media (min-width: 1320px) {
  .cta-story__inner {
    padding: 4rem;
  }
}
.cta-story__body {
  display: block;
  margin-bottom: 1em;
}
.cta-story__headline {
  position: relative;
}
.cta-story__headline::before {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "libra-icons" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: url("/app/themes/lovelibra/dist/images/reskin/graphics/group-16.svg");
  font-size: 3.5rem;
  position: absolute;
  z-index: 10;
  right: 5%;
  top: 50%;
  transform: translate(50%, -50%);
}
.cta-story__title {
  margin-bottom: 0;
}
.cta-story .squiggle {
  color: #a87bc9;
  margin: 1.5em 0;
}
.cta-story .cta, .cta-story .wpcf7-submit {
  flex-wrap: wrap;
}
.cta-story .cta__icon {
  color: #a87bc9;
}
.cta-story__link {
  position: relative;
}
.cta-story__link::before {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "libra-icons" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: url("/app/themes/lovelibra/dist/images/reskin/graphics/group-18.svg");
  font-size: 3.5rem;
  position: absolute;
  z-index: 10;
  bottom: -10%;
  left: -20%;
  transform: translateY(50%) translateX(-50%);
}
.cta-story__link-icon {
  height: 16px;
  padding-left: 16px;
}
.cta-story__footer.box-tabs .box-tabs__item .item-text {
  color: #fff;
  border: none;
  background-color: #a87bc9;
  display: flex;
  border-radius: 1.5rem 1.5rem 0 0;
}

.step-columns__row {
  justify-content: space-around;
}
.step-columns__item {
  text-align: center;
}
.step-columns__item-inner {
  max-width: 220px;
  margin: 1em auto 0;
}
.step-columns__item-img-wrap {
  transition: all 0.2s ease-in-out;
  margin: 0 auto 2rem;
  height: 6.25rem;
  width: 6.25rem;
  position: relative;
  background-color: #fff;
  border-radius: 50%;
}
.step-columns__item-img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  max-height: 60%;
  max-width: 60%;
  display: block;
  height: auto;
}
.step-columns__item-title {
  color: #fff;
  font-family: "CoreSansNR65", "LL Brown Light Web", "Turbinado Bold Pro", "Roboto", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-size: 22px;
  font-stretch: normal;
  font-style: normal;
  font-weight: bold;
  letter-spacing: 1px;
  line-height: 26px;
  margin: 20px auto 12px;
  text-align: center;
}
.step-columns__item-content {
  font-family: "CoreSansNR45", "LL Brown Light Web", "Turbinado Bold Pro", "Roboto", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-size: 20px;
  font-stretch: normal;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-height: 1.5;
  text-align: center;
}
.step-columns .flickity-page-dots {
  margin-top: 1.5rem;
  justify-content: center;
}
.step-columns .flickity-page-dots .dot:not(.is-selected) {
  background-color: transparent;
}

.cta-subscriptions-block {
  overflow: hidden;
  padding-top: 4rem;
  padding-bottom: 2rem;
  background-position: center;
  text-align: center;
}
@media (min-width: 768px) {
  .cta-subscriptions-block {
    padding-top: 4.6666666667rem;
  }
}
@media (min-width: 992px) {
  .cta-subscriptions-block {
    padding-top: 5rem;
  }
}
@media (min-width: 1320px) {
  .cta-subscriptions-block {
    padding-top: 6rem;
  }
}
@media (min-width: 768px) {
  .cta-subscriptions-block {
    padding-bottom: 2.6666666667rem;
  }
}
@media (min-width: 992px) {
  .cta-subscriptions-block {
    padding-bottom: 3rem;
  }
}
@media (min-width: 1320px) {
  .cta-subscriptions-block {
    padding-bottom: 4rem;
  }
}
.cta-subscriptions-block .link {
  color: #fff;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
}
.cta-subscriptions-block .card {
  margin-bottom: 0;
}
.cta-subscriptions-block .card__img-wrap {
  margin: 0 2em 4rem;
}
.cta-subscriptions-block .card__body {
  border-radius: 0 0 1.5rem 1.5rem;
  padding: 2rem;
  flex-basis: 100%;
  margin: 1.4rem 0;
}
@media (min-width: 768px) {
  .cta-subscriptions-block .card__body {
    padding: 2.6666666667rem;
  }
}
@media (min-width: 992px) {
  .cta-subscriptions-block .card__body {
    padding: 3rem;
  }
}
@media (min-width: 1320px) {
  .cta-subscriptions-block .card__body {
    padding: 4rem;
  }
}
.cta-subscriptions-block .card__body p, .cta-subscriptions-block .card__body .wpcf7-form-control.wpcf7-radio, .cta-subscriptions-block .card__body .wpcf7-form-control.wpcf7-checkbox {
  font-size: 20px;
  letter-spacing: 0;
  line-height: 30px;
}
.cta-subscriptions-block .card__title, .cta-subscriptions-block .category-slides .slide-pane__term, .category-slides .cta-subscriptions-block .slide-pane__term {
  background-image: linear-gradient(to right, #fff, #a0a0a0 74%);
  width: 100%;
  background-color: #0a233f;
}
@media (max-width: 767.98px) {
  .cta-subscriptions-block .card__title, .cta-subscriptions-block .category-slides .slide-pane__term, .category-slides .cta-subscriptions-block .slide-pane__term {
    font-size: 10px;
    text-align: center;
    width: 100%;
  }
}
.cta-subscriptions-block .card__headline {
  font-family: "CoreSansNR45", "LL Brown Light Web", "Turbinado Bold Pro", "Roboto", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-size: 32px;
  font-stretch: normal;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-height: normal;
  margin-bottom: 24px;
}
.cta-subscriptions-block .step-columns {
  color: #fff;
}
.cta-subscriptions-block__col.col-steps, .cta-subscriptions-block__col.col-cta {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.cta-subscriptions-block .cta-alt {
  width: 100%;
}
.cta-subscriptions-block .cta-alt::before {
  background-size: auto 100%;
}
@media (max-width: 991.98px) {
  .cta-subscriptions-block .card__row {
    flex-wrap: wrap;
  }
  .cta-subscriptions-block .cta-alt {
    padding-top: 2.3rem;
    padding-bottom: 2.3rem;
  }
}
@media (min-width: 992px) {
  .cta-subscriptions-block .card__row {
    flex-wrap: nowrap;
    align-items: center;
  }
  .cta-subscriptions-block .card__title, .cta-subscriptions-block .category-slides .slide-pane__term, .category-slides .cta-subscriptions-block .slide-pane__term {
    width: auto;
  }
  .cta-subscriptions-block .card__img-wrap {
    margin: 0;
    flex-basis: 33.333%;
    max-width: 33.333%;
  }
  .cta-subscriptions-block .card__body {
    order: 5;
    flex-basis: 66.666%;
    max-width: 66.666%;
    border-radius: 0 1.5rem 1.5rem 0;
  }
}

.account-cta__modal .modal-header {
  padding: 0;
}
.account-cta__modal .modal-header .close-button {
  height: 2.0625rem;
  width: 2.0625rem;
}
.account-cta__modal .modal-header .close-button i {
  font-size: 30%;
}
.account-cta__modal .modal-body {
  padding: 0;
}
.account-cta__modal .modal-footer {
  display: none;
}
.account-cta__container {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
}
@media (min-width: 576px) {
  .account-cta__container {
    flex-direction: row;
    flex-wrap: nowrap;
  }
}
.account-cta__col {
  flex: 0 1 50%;
  padding: 2rem 0.5rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
}
@media (min-width: 992px) {
  .account-cta__col {
    padding: 3rem 1rem;
  }
}
.account-cta__col h2 {
  padding: 0 1.875rem;
  margin-bottom: 1rem;
  text-align: center;
  font-size: 1.75rem;
}
@media (min-width: 992px) {
  .account-cta__col h2 {
    font-size: 2.375rem;
    padding: 0 2rem;
  }
}
.account-cta__col p, .account-cta__col .wpcf7-form-control.wpcf7-radio, .account-cta__col .wpcf7-form-control.wpcf7-checkbox {
  margin-bottom: 2rem;
}
@media (min-width: 992px) {
  .account-cta__col p, .account-cta__col .wpcf7-form-control.wpcf7-radio, .account-cta__col .wpcf7-form-control.wpcf7-checkbox {
    font-size: 1.1rem;
  }
}
@media (max-width: 767.98px) {
  .account-cta__col:first-child {
    padding-top: 3.5rem;
  }
}
.account-cta__trigger {
  margin-top: 1.5em;
}
.account-cta__link {
  max-width: 200px;
}

.contact-info {
  padding-top: 2rem;
  padding-bottom: 2rem;
}
.contact-info.follow {
  padding-top: 0;
}
@media (min-width: 768px) {
  .contact-info {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
  .contact-info.follow {
    padding-top: 0;
  }
}
.contact-info .cta__icon {
  color: #0a233f;
}
.contact-info .licon {
  font-size: 80%;
}
.contact-info__title {
  margin-bottom: 1rem;
}
.contact-info__section-title {
  margin-bottom: 1.5em;
  min-width: 130px;
}
.contact-info__intro {
  margin-bottom: 2rem;
}
@media (min-width: 768px) {
  .contact-info__intro {
    margin-bottom: 3rem;
  }
}
.contact-info__numbers {
  padding-left: 0;
  list-style: none;
  margin-bottom: 2rem;
}
@media (min-width: 768px) {
  .contact-info__numbers {
    margin-bottom: 3rem;
  }
}
.contact-info__social {
  margin-bottom: 2rem;
}
@media (min-width: 768px) {
  .contact-info__social {
    margin-bottom: 3rem;
  }
}
.contact-info__ask-gemmah {
  margin-bottom: 2rem;
}
@media (min-width: 768px) {
  .contact-info__ask-gemmah {
    margin-bottom: 3rem;
  }
}
.contact-info__col-details {
  margin-bottom: 2rem;
}
@media (min-width: 768px) {
  .contact-info__col-details {
    margin-bottom: 3rem;
  }
}
.featured-posts {
  display: block;
}
.featured-posts__list {
  list-style: none;
}
.featured-posts__list .featured-post {
  display: block;
  width: 100%;
}
.featured-posts__more-btn {
  margin-top: 2rem;
}
@media (min-width: 768px) {
  .featured-posts__more-btn {
    margin-top: 4rem;
  }
}
.featured-posts__more-btn .cta__icon {
  color: #0a233f;
}
.featured-posts.card__body {
  border-bottom-left-radius: 1rem;
}
@media (max-width: 575.98px) {
  .featured-posts__more-btn {
    display: flex;
    flex-wrap: wrap !important;
    width: 100%;
    text-align: center;
  }
  .featured-posts__more-btn .cta__label {
    flex-basis: 100%;
  }
  .featured-posts__more-btn .cta__icon {
    margin: 0.6em 0 0;
    font-size: 190%;
    flex-basis: 100%;
  }
  .featured-posts__more-btn .cta__icon::before {
    content: "";
  }
}

.home-featured-bulletins {
  overflow: hidden;
  background-image: url("/app/themes/lovelibra/dist/images/reskin/pattern/option-1.png");
  background-size: cover;
}
.home-featured-bulletins .flickity-prev-next-button.previous::before {
  display: block;
  line-height: 1;
  height: 22px;
  width: 64px;
  content: "";
  background-image: url("/app/themes/lovelibra/dist/images/reskin/icons/flickity-button-icon-left-white.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.home-featured-bulletins .flickity-prev-next-button.next::before {
  display: block;
  line-height: 1;
  height: 22px;
  width: 64px;
  content: "";
  background-image: url("/app/themes/lovelibra/dist/images/reskin/icons/flickity-button-icon-right-white.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.home-featured-bulletins .card__title, .home-featured-bulletins .category-slides .slide-pane__term, .category-slides .home-featured-bulletins .slide-pane__term {
  background-image: linear-gradient(to right, #fff, #a0a0a0 74%);
}
.home-featured-bulletins .featured-post {
  margin-right: 20px;
}
.home-featured-bulletins .featured-post:last-child {
  margin-right: 0;
}

.home-featured-posts {
  overflow: hidden;
  background-color: #c2c8cf;
}
.home-featured-posts .card__title, .home-featured-posts .category-slides .slide-pane__term, .category-slides .home-featured-posts .slide-pane__term {
  background-image: linear-gradient(to right, #fff, #a0a0a0 74%);
}
.home-featured-posts .featured-post {
  margin-right: 20px;
}
.home-featured-posts .featured-post:last-child {
  margin-right: 0;
}
@media (min-width: 992px) {
  .home-featured-bulletins .featured-post {
    margin-right: 10%;
  }
  .home-featured-bulletins .featured-post:last-child {
    margin-right: 0;
  }

  .home-featured-posts .featured-post {
    margin-right: 16.6666666667%;
  }
  .home-featured-posts .featured-post:last-child {
    margin-right: 0;
  }
}
.featured-products {
  overflow: hidden;
  background-color: #f0f9fd;
}
body.libragirl .featured-products {
  color: white;
  background-color: #fdf4f7;
  color: #0a233f !important;
}
.featured-products__header {
  text-align: center;
  margin-bottom: 2rem;
}
@media (min-width: 768px) {
  .featured-products__header {
    margin-bottom: 3rem;
  }
}
.featured-products__col {
  padding: 0;
}
.featured-products .article {
  display: block;
}
.featured-products__items.slider .article {
  margin-bottom: 0;
}
.featured-products__items.grid {
  display: flex;
  flex-wrap: wrap;
  margin-right: -10px;
  margin-left: -10px;
}
@media (max-width: 767.98px) {
  .featured-products .flickity-viewport {
    overflow: visible;
  }
  .featured-products .flickity-button {
    display: none;
  }
}

.hero-banner {
  margin-top: -6.0005rem;
  height: 100vh;
  max-height: 900px;
  min-height: 400px;
  z-index: 10;
  position: relative;
  color: #fff;
}
body.libragirl .hero-banner {
  color: white;
  margin-top: -6rem;
}
@media (min-width: 992px) {
  .hero-banner {
    margin-top: -8.75rem;
  }
  body.libragirl .hero-banner {
    color: white;
    margin-top: -6.875rem;
  }
}
.hero-banner__dark {
  color: #0a233f !important;
}
.hero-banner__bg-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
@media (max-width: 767.98px) {
  .mobile-bg .hero-banner__bg-img {
    display: none;
  }
}
.hero-banner__bg-img--mobile {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
@media (min-width: 768px) {
  .hero-banner__bg-img--mobile {
    display: none;
  }
}
.hero-banner__title {
  margin-bottom: 2rem;
}
@media (min-width: 768px) {
  .hero-banner__title {
    margin-bottom: 3rem;
  }
}
.hero-banner__title > span {
  display: block;
  font-size: 0.75rem;
  letter-spacing: 3px;
  margin-bottom: 1rem;
}
.hero-banner__container::before {
  content: "";
  display: block;
  height: 6.0005rem;
}
body.libragirl .hero-banner__container::before {
  color: white;
  height: 6rem;
}
@media (min-width: 992px) {
  .hero-banner__container::before {
    height: 8.75rem;
  }
  body.libragirl .hero-banner__container::before {
    color: white;
    height: 6.875rem;
  }
}
.hero-banner__content {
  position: relative;
  padding-top: 4rem;
  padding-bottom: 4rem;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
}
.hero-banner__content::before {
  content: "";
  display: block;
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 100%;
  height: 50%;
  background: linear-gradient(180deg, rgba(64, 81, 146, 0) 0%, #261f21 100%);
  opacity: 0.5;
}
.hero-banner__content-inner {
  margin-bottom: 6rem;
}
.hero-banner .cta__icon {
  color: #0a233f;
}
@media (min-width: 768px) {
  .hero-banner {
    height: 80vh;
  }
  .hero-banner__content-inner {
    margin-bottom: 0;
  }
}
body.libragirl .hero-banner {
  color: white;
}
body.libragirl .hero-banner__content {
  color: #0a233f;
}
body.libragirl .hero-banner__content::before {
  height: 25%;
  background: linear-gradient(-180deg, rgba(64, 81, 146, 0) 0%, #CB8BDB 100%);
}
@media (min-width: 768px) {
  body.libragirl .hero-banner {
    height: 80vh;
  }
}
.hero-banner__size-md {
  height: 95vh;
}
@media (min-width: 768px) {
  .hero-banner__size-md {
    height: 95vh;
    min-height: 700px;
  }
}

.banner-comp {
  height: 6.0005rem;
}
body.libragirl .banner-comp {
  color: white;
  height: 6rem;
}
@media (min-width: 992px) {
  .banner-comp {
    height: 8.75rem;
  }
  body.libragirl .banner-comp {
    color: white;
    height: 6.875rem;
  }
}
.banner-comp .header-util-nav__item a:hover {
  color: #fff;
}

.banner {
  position: fixed;
  z-index: 1030;
  top: 0;
  left: 0;
  width: 100%;
}
.banner .nav {
  font-size: 0.8125rem;
  padding: 1.1rem 0;
}
.banner .nav a {
  display: block;
  padding: 1.1rem;
  white-space: nowrap;
}
body.libragirl .banner .nav a {
  color: white;
  font-weight: bolder;
  text-transform: uppercase;
  letter-spacing: 4.41px;
  font-size: 14px;
}
.banner .nav a:hover, .banner .nav a:focus {
  text-decoration: none;
}
.banner__main {
  position: relative;
  background-color: #fcfcfc;
  transition: all 0.2s ease-in-out;
}
.nav-open .banner__main {
  background-color: #fcfcfc;
}
.site-header-campaign .banner__main {
  background-color: transparent;
}
.banner__container {
  position: static;
  padding-top: 0.7815rem;
  padding-bottom: 0.7815rem;
  padding-left: 20px;
  padding-right: 20px;
}
@media (max-width: 575.98px) and (max-width: 575.98px) {
  .banner__container {
    padding-left: 25px !important;
    padding-right: 25px !important;
  }
}
body.libragirl .banner__container {
  color: white;
  position: static;
}
.banner__brand {
  display: block;
}
.banner__brand img {
  transition: all 0.2s ease-in-out;
  display: block;
  height: 2rem;
}
body.libragirl .banner__brand img {
  color: white;
  height: 2rem;
}
.sticky .banner__brand img {
  height: 2rem;
}
body.libragirl .sticky .banner__brand img {
  color: white;
  height: 2rem;
}
.banner__inner {
  position: static;
  padding: 0;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
.banner__inner-part {
  display: flex;
  flex-direction: row;
  align-items: center;
}
.banner__inner-part.left {
  justify-content: flex-start;
}
.banner__inner-part.right {
  justify-content: flex-end;
  text-align: right;
}
.banner__inner-part.center {
  transition: transform 0.2s ease-out;
  display: block;
  position: absolute;
  top: 0;
  left: 100%;
  width: 100%;
  overflow: auto;
  height: 100vh;
  padding-top: 3.7505rem;
  max-width: 380px;
}
.nav-open .banner__inner-part.center {
  transform: translateX(-100%);
}
body.libragirl .banner__inner-part.center {
  color: white;
  padding-top: 3.75rem;
}
.banner.sticky .banner__container {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.banner.sticky.site-header-campaign .banner__main {
  background-color: #FFDAD5;
}
.banner__navbar {
  z-index: 200;
  transition: all 0.2s ease-in-out;
  padding: 20px 20px 0;
  left: 0;
  text-align: center;
  width: 100%;
  min-height: 100%;
  overflow: scroll;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  justify-content: flex-start;
  background-color: white;
}
body.libragirl .banner__navbar {
  color: white;
  background-color: #a87bc9;
}
@media (max-width: 575.98px) and (max-width: 575.98px) {
  .banner__navbar {
    padding-left: 25px !important;
    padding-right: 25px !important;
  }
}
.banner .menu-item {
  z-index: 1;
  transition: all 0.2s ease-in-out;
}
.banner .menu-item.has-megamenu, .banner .menu-item.menu-item-has-children {
  position: relative;
}
@media (min-width: 992px) {
  .banner .menu-item.has-megamenu > a::after, .banner .menu-item.menu-item-has-children > a::after {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transition: all 0.2s ease-in-out;
    content: "";
    width: 0.7em;
    margin-left: 0.4em;
  }
}
.banner .menu-item.has-megamenu .sub-menu, .banner .menu-item.menu-item-has-children .sub-menu {
  transition: all 0.2s ease-in-out;
  z-index: 1000;
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%) translateY(-1rem);
  list-style: none;
  visibility: hidden;
  background-color: #0a233f;
  color: #fff;
  padding: 1rem;
  margin: 0;
  opacity: 0;
}
.banner .menu-item.has-megamenu.hover > a::after, .banner .menu-item.has-megamenu:hover > a::after, .banner .menu-item.menu-item-has-children.hover > a::after, .banner .menu-item.menu-item-has-children:hover > a::after {
  transform: rotate(180deg);
}
.banner .menu-item.has-megamenu.hover .sub-menu, .banner .menu-item.has-megamenu:hover .sub-menu, .banner .menu-item.menu-item-has-children.hover .sub-menu, .banner .menu-item.menu-item-has-children:hover .sub-menu {
  transform: translateX(-50%) translateY(0);
  opacity: 1;
  visibility: visible;
}
.banner::before {
  transition: background 0.2s ease-out;
  visibility: hidden;
  z-index: -1;
  position: absolute;
  content: "";
  display: block;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
}
.banner.nav-open {
  height: 100vh;
}
.banner.nav-open::before {
  background-color: rgba(0, 0, 0, 0.4);
  visibility: visible;
}
@media (min-width: 992px) {
  .banner__main {
    position: relative;
  }
  .banner__container {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }
  body.libragirl .banner__container {
    color: white;
    background-color: transparent;
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
  .banner__brand img {
    height: 3.5rem;
  }
  body.libragirl .banner__brand img {
    color: white;
    height: 3rem;
  }
  .sticky .banner__brand img {
    height: 2.5rem;
  }
  body.libragirl .sticky .banner__brand img {
    color: white;
    height: 2rem;
    margin-left: 2rem;
  }
  .banner__inner-part.left, .banner__inner-part.right {
    flex-grow: 1;
  }
  .banner__inner-part.center {
    justify-content: center;
    flex-grow: 10;
    display: flex;
    position: static;
    padding-top: 0;
    width: auto;
    height: auto;
    overflow: visible;
    left: auto;
    max-width: none;
  }
  .nav-open .banner__inner-part.center {
    transform: none;
  }
  body.libragirl .banner__inner-part {
    color: white;
  }
  body.libragirl .banner__inner-part.left, body.libragirl .banner__inner-part.right {
    flex-grow: 3;
    flex-basis: 25%;
  }
  body.libragirl .banner__inner-part.center {
    padding-top: 0;
    flex-grow: 9;
    flex-basis: 75%;
  }
  .banner .nav {
    font-size: 0.6875rem;
    padding: 0;
  }
  .banner .nav a {
    padding: 0.5rem 0.5rem;
  }
}
@media (min-width: 992px) and (min-width: 1320px) {
  .banner .nav {
    font-size: 0.75rem;
  }
  .banner .nav a {
    padding: 0.5rem 1rem;
  }
}
@media (min-width: 992px) {
  .banner .menu-item > a::before {
    content: "";
    width: 0%;
    display: block;
    height: 0.3em;
    position: relative;
    top: 0.8em;
    background-color: #addbe3;
    margin-bottom: -1.6em;
    z-index: -1;
    opacity: 0;
    transition: all 0.2s ease-in-out;
  }
  body.libragirl .banner .menu-item > a::before {
    color: white;
    background-color: #a87bc9;
    margin-bottom: -0.3em;
  }
  .banner .menu-item:hover {
    opacity: 1;
  }
  .banner .menu-item:hover > a::before {
    width: 100%;
    opacity: 1;
  }
}
@media (min-width: 992px) {
  .banner__navbar {
    overflow: visible;
    max-width: none;
    padding-left: 0;
    padding-right: 0;
    position: static;
    width: 100%;
    height: auto;
    background-color: transparent !important;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding-top: 0;
    padding-bottom: 0;
  }
  .banner__navbar::before {
    display: none;
    content: none;
  }
  body.libragirl .banner__navbar {
    color: white;
    padding-top: 0;
    padding-bottom: 0;
  }
  .banner__navbar-nav {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
  }
  .banner__navbar-nav > .menu-item.hover, .banner__navbar-nav > .menu-item:hover {
    position: relative;
  }
  .banner__navbar-nav > .menu-item.hover::after, .banner__navbar-nav > .menu-item:hover::after {
    content: "";
    display: block;
    position: absolute;
    height: 8.75rem;
    width: 100%;
    top: 50%;
    transform: translateY(-50%);
    z-index: -1;
  }
  .banner__navbar.hover .banner__navbar-nav > .menu-item.hover, .banner__navbar.hover .banner__navbar-nav > .menu-item:hover {
    color: inherit;
  }
  .banner__navbar.hover .banner__navbar-nav > .menu-item.hover > a::before, .banner__navbar.hover .banner__navbar-nav > .menu-item:hover > a::before {
    width: 100%;
    opacity: 1;
  }
}
@media (min-width: 992px) {
  .banner::before {
    content: none;
    display: none;
  }
}
body.libragirl .banner {
  color: white;
  color: #fff;
}
body.libragirl .banner__main {
  transition: all 0.2s ease-in-out;
  background-color: transparent;
}
body.libragirl .banner__main::before {
  z-index: -1;
  transition: all 0.2s ease-in-out;
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  opacity: 1;
}
body.libragirl .banner__navbar-nav {
  width: 100%;
  justify-content: space-around;
}
body.libragirl .banner__navbar-nav::before, body.libragirl .banner__navbar-nav::after {
  content: "";
}
body.libragirl .banner .nav {
  text-transform: none;
  margin-bottom: 0;
}
body.libragirl .banner.nav-open .banner__main {
  background-color: #a87bc9;
}
body.libragirl .banner.nav-open .banner__main::before {
  opacity: 0;
}

@media (min-width: 992px) {
  body.page-sealed-section #document-wrap {
    margin-right: 3em;
  }
}

@media (min-width: 992px) {
  body.page-sealed-section .banner {
    padding-right: 3em;
  }
}
.sealed-section {
  z-index: 1031;
  width: 3em;
  position: fixed;
  height: 100%;
  top: 0;
  right: 0;
  background-color: #363636;
  color: #fff;
}
.sealed-section > a {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  transform: rotate(90deg);
  color: #3cb4e5;
}

.switch-site-cta {
  transition: all 0.2s ease-in-out;
  display: block;
  font-size: 1rem;
}
.switch-site-cta__link {
  display: block;
  height: 2.625rem;
  font-size: 1rem;
  color: #fff;
  border: none;
  border-radius: 1.5rem;
  padding: 0.8125rem 2rem;
}
.switch-site-cta__link-inner {
  transition: all 0.2s ease-in-out;
  display: flex;
  flex-direction: row;
  align-items: baseline;
  justify-content: center;
  transform: translateY(-4%);
}
.switch-site-cta__link:hover {
  color: #fff;
  text-decoration: none;
}
.switch-site-cta__link:hover .switch-site-cta__link-inner {
  transform: translateY(-4%) scale(1.03);
}
.switch-site-cta__link:hover .switch-site-cta__link-inner::after {
  transform: translateX(0.3em);
}
.switch-site-cta__icon-img {
  height: 1.5em;
  padding-left: 15px;
  object-fit: contain;
}
.switch-site-cta__prelabel, .switch-site-cta__label-sm {
  font-size: 0.6875rem;
  margin-right: 0.3em;
  padding-bottom: 5px;
}
.switch-site-cta-type-img .switch-site-cta__label {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.switch-site-cta__label-sm {
  display: none;
}
.switch-site-cta.libra-home .switch-site-cta__link {
  padding-left: 3rem;
  padding-right: 3rem;
  color: #1E2859;
  background-color: #f0f9fd;
}
.switch-site-cta.libra-home .switch-site-cta__link-inner {
  align-items: flex-end;
}
.switch-site-cta.libra-home .switch-site-cta__prelabel {
  line-height: 1.45;
}
.switch-site-cta.libragirl .switch-site-cta__link {
  background-position: center;
}
@media (min-width: 992px) {
  .banner .switch-site-cta.libra-home {
    z-index: -30;
    position: absolute;
    top: 100%;
    left: 20px;
    overflow: hidden;
    height: 2.625rem;
    height: 0;
    opacity: 0;
  }
  .banner .switch-site-cta.libra-home .switch-site-cta__link {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
  }
  .banner .switch-site-cta.libragirl {
    margin-left: 1rem;
    width: 183px;
  }
  .banner .switch-site-cta.libragirl .switch-site-cta__prelabel {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
  }
}
.banner.sticky .switch-site-cta.libra-home {
  height: 2.625rem;
  opacity: 1;
}
.footer .switch-site-cta {
  display: inline-flex;
}
.footer .switch-site-cta__link {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.footer .switch-site-cta.libra-home .switch-site-cta__link {
  background-color: #c6e7f6;
}
@media (max-width: 991.98px) {
  .footer .switch-site-cta.libra-home {
    display: none;
  }
  .footer .switch-site-cta.libragirl {
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 980;
    width: 100%;
  }
  .footer .switch-site-cta.libragirl .switch-site-cta__link {
    margin: 0 auto;
    max-width: 360px;
    width: 100%;
  }
  body.sticky .footer .switch-site-cta.libragirl {
    width: auto;
  }
  body.sticky .footer .switch-site-cta.libragirl .switch-site-cta__label-sm {
    display: block;
    margin: 0;
    font-size: 0.5625rem;
    order: 5;
    line-height: 1;
    text-indent: 0.25em;
  }
  body.sticky .footer .switch-site-cta.libragirl .switch-site-cta__link {
    text-align: center;
    padding: 0;
    height: 3.125rem;
    width: 3.125rem;
    border-radius: 50%;
    overflow: hidden;
    margin: 1rem;
  }
  body.sticky .footer .switch-site-cta.libragirl .switch-site-cta__link-inner {
    height: 100%;
    width: 100%;
    flex-direction: column;
    align-items: center;
  }
  body.sticky .footer .switch-site-cta.libragirl .switch-site-cta__link-inner::after {
    order: 1;
    margin: -4px 0 0;
    content: "";
  }
  body.sticky .footer .switch-site-cta.libragirl .switch-site-cta__img, body.sticky .footer .switch-site-cta.libragirl .switch-site-cta__prelabel {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
  }
  body.sticky .footer .switch-site-cta.libragirl:hover .switch-site-cta__link-inner {
    transform: scale(1.03);
  }
  body.sticky .footer .switch-site-cta.libragirl:hover .switch-site-cta__link-inner::after {
    transform: translateY(-0.3em);
  }
}

.sidebar-sealed-section-btn {
  background-image: linear-gradient(to left, #fff, #9e8f59 74%);
  color: #fff;
  margin-bottom: 1.5rem;
  display: flex;
  width: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 2.625rem;
  min-height: 2.625rem;
  border-radius: 1.5rem;
}
.sidebar-sealed-section-btn:hover, .sidebar-sealed-section-btn:focus {
  color: #a87bc9;
  text-decoration: none;
}
@media (min-width: 992px) {
  .sidebar-sealed-section-btn {
    display: none !important;
  }
}

.header-cta-bar {
  opacity: 1;
  transition: all 0.2s ease-in-out;
  margin-top: 0;
  background-color: #70C4E8;
  padding: 0;
  height: 2.25rem;
  color: #fff;
}
.header-cta-bar__item {
  height: 2.25rem;
  padding: 0;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  text-align: center;
  width: 100%;
  margin: 0;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.header-cta-bar__item-text {
  margin-bottom: 0;
  display: inline-block;
}
.header-cta-bar__item-link {
  font-size: 30px;
}
.header-cta-bar__item-link .cta__label,
.header-cta-bar__item-link .cta__icon {
  color: #fff;
}
.sticky .header-cta-bar, .nav-open .header-cta-bar {
  margin-top: -2.25rem;
  pointer-events: none;
}
body.libragirl .header-cta-bar {
  color: white;
  background-color: #3cb4e5;
  color: #fff;
}
body.libragirl .header-cta-bar__item-link .cta__label,
body.libragirl .header-cta-bar__item-link .cta__icon {
  color: #fff;
}
@media (min-width: 768px) {
  .header-cta-bar__item {
    justify-content: center;
  }
}

.header-util-nav__list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
.header-util-nav__item {
  transition: all 0.2s ease-in-out;
  display: none;
  margin-left: 0.75rem;
}
.header-util-nav__item-link {
  display: block;
}
.header-util-nav__item .icon-btn {
  font-size: 2.1875rem;
}
.header-util-nav__item.cart, .header-util-nav__item.nav-toggle {
  display: block;
}
.header-util-nav__item.nav-toggle {
  order: 20;
}
.header-util-nav__item.nav-toggle .icon-btn.active, .header-util-nav__item.search .icon-btn.active {
  color: #fff;
  background-color: #0a233f;
}
.header-util-nav__item.nav-toggle .icon-btn.active .noshow, .header-util-nav__item.search .icon-btn.active .noshow {
  display: none;
}
.header-util-nav__item.nav-toggle .icon-btn.active .icon-btn__icon, .header-util-nav__item.search .icon-btn.active .icon-btn__icon {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "libra-icons" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.header-util-nav__item.nav-toggle .icon-btn.active .icon-btn__icon::before, .header-util-nav__item.search .icon-btn.active .icon-btn__icon::before {
  content: "";
}
@media (min-width: 992px) {
  .header-util-nav__item {
    display: block;
  }
  .header-util-nav__item .icon-btn {
    font-size: 2.625rem;
  }
  .sticky .header-util-nav__item .icon-btn {
    font-size: 2.1875rem;
  }
  .header-util-nav__item.nav-toggle {
    display: none;
  }
}
body.libragirl .header-util-nav {
  color: white;
}
body.libragirl .header-util-nav__item-img.search {
  content: url("/app/themes/lovelibra/dist/images/reskin/icons/global-ui-icons-search-white.svg");
}
body.libragirl .header-util-nav__item-img.my-account {
  content: url("/app/themes/lovelibra/dist/images/reskin/icons/global-ui-icons-account-white.svg");
}
body.libragirl .header-util-nav__item .icon-btn:hover {
  border-color: #a87bc9;
}
body.libragirl .header-util-nav__item .icon-btn.active {
  border-color: #fff;
}
.header-quicklinks {
  flex-grow: 20;
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  justify-content: flex-end;
  margin-left: -20px;
  margin-right: -20px;
}
@media (max-width: 575.98px) {
  .header-quicklinks {
    margin-left: -25px;
    margin-right: -25px;
  }
}
.header-quicklinks__inner {
  width: 100%;
  margin: 2rem 0 0;
  padding: 2rem;
  background-color: #fff;
  border-radius: 1.5rem 1.5rem 0 0;
  box-shadow: 0 0 5rem 0 rgba(0, 0, 0, 0.1);
}
@media (max-width: 575.98px) {
  .header-quicklinks__inner {
    padding-left: 25px !important;
    padding-right: 25px !important;
  }
}
.header-quicklinks__list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  align-items: center;
}
.header-quicklinks__item-link {
  font-size: 2.625rem;
  margin-bottom: 1.40625rem;
}
.header-quicklinks .header-quicklinks__item-label {
  display: block;
  position: absolute;
  margin: 0;
  top: 2.625rem;
  left: 50%;
  transform: translateX(-50%);
  padding-top: 1.5em;
  width: auto;
  height: auto;
  font-size: 0.5625rem;
  text-align: center;
  color: inherit;
  clip: auto;
  white-space: nowrap;
}
@media (min-width: 992px) {
  .header-quicklinks {
    display: none !important;
  }
}
body.libragirl .header-quicklinks {
  color: white;
}
body.libragirl .header-quicklinks__inner {
  background-color: #fff;
  box-shadow: none;
}
body.libragirl .header-quicklinks__item-link {
  border-color: #fff;
}
body.libragirl .header-quicklinks__item-link .icon-btn__label {
  color: #0a233f;
}

.header-search {
  margin-bottom: 1.5rem;
}
.header-search__row {
  justify-content: center;
}
.header-search__header {
  display: none;
}
.header-search__form {
  background-color: #F7F7F7;
  border-radius: 1.5rem;
  overflow: hidden;
  display: flex;
  flex-direction: row;
  justify-content: stretch;
  align-items: stretch;
}
.header-search__input {
  border: none;
  background: none;
  height: 2.625rem;
  padding-left: 1.4rem;
  padding-right: 1.4rem;
}
.header-search__btn {
  font-size: 1.25rem;
  border: none;
  background: none;
  flex-grow: 0;
  height: 2.625rem;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}
@media (max-width: 991.98px) {
  .header-search__container {
    max-width: none;
    padding: 0;
  }
}
@media (min-width: 992px) {
  .header-search {
    visibility: hidden;
    transform: translateY(-100%);
    transition: all 0.2s ease-in-out;
    opacity: 0;
    pointer-events: none;
    background-color: #F7F7F7;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    color: #363636;
    z-index: -20;
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
}
@media (min-width: 992px) and (min-width: 992px) {
  body.page-sealed-section .header-search {
    padding-right: 3em;
  }
}
@media (min-width: 992px) {
  .header-search__row {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
  }
}
@media (min-width: 992px) {
  .header-search__col {
    width: 66.6666666667%;
  }
}
@media (min-width: 992px) {
  .header-search__header {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 4rem;
  }
}
@media (min-width: 992px) {
  .header-search__form {
    background-color: transparent;
    border-radius: 0;
    border-bottom: 1px solid #363636;
  }
}
@media (min-width: 992px) {
  .header-search__toggle-btn {
    color: inherit;
  }
  .header-search__toggle-btn:hover, .header-search__toggle-btn:focus {
    color: inherit;
    text-decoration: none;
  }
}
@media (min-width: 992px) {
  .header-search__btn {
    line-height: 1.5;
    padding-right: 0;
  }
}
@media (min-width: 992px) {
  .header-search__input {
    font-size: 1.75rem;
    padding: 1rem 1.4rem;
    padding-left: 0;
    line-height: 1.5;
    color: #363636;
    background-color: transparent !important;
  }
}
@media (min-width: 992px) {
  .header-search.active {
    visibility: visible;
    transform: translateY(0);
    pointer-events: all;
    opacity: 1;
  }
}
@media (min-width: 992px) {
  .header-search ::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: currentColor;
  }
}
@media (min-width: 992px) {
  .header-search ::-moz-placeholder {
    /* Firefox 19+ */
    color: currentColor;
  }
}
@media (min-width: 992px) {
  .header-search :-ms-input-placeholder {
    /* IE 10+ */
    color: currentColor;
  }
}
@media (min-width: 992px) {
  .header-search :-moz-placeholder {
    /* Firefox 18- */
    color: currentColor;
  }
}
@media (min-width: 992px) {
  body.libragirl .header-search {
    color: white;
    background-color: #a87bc9;
    color: #fff;
  }
  body.libragirl .header-search__btn, body.libragirl .header-search__input {
    color: #fff;
  }
  body.libragirl .header-search__form {
    border-bottom: 1px solid #fff;
  }
  body.libragirl .header-search .btn-image-icon {
    content: url("/app/themes/lovelibra/dist/images/reskin/icons/global-ui-icons-search-white.svg");
  }
  body.libragirl .header-search ::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #fff;
  }
  body.libragirl .header-search ::-moz-placeholder {
    /* Firefox 19+ */
    color: #fff;
  }
  body.libragirl .header-search :-ms-input-placeholder {
    /* IE 10+ */
    color: #fff;
  }
  body.libragirl .header-search :-moz-placeholder {
    /* Firefox 18- */
    color: #fff;
  }
}

.banner__megamenus {
  overflow: hidden;
  position: absolute;
  z-index: 200;
  top: 100%;
  left: 0;
  width: 100%;
  pointer-events: none;
}
.banner__megamenus-item {
  transition: all 0.2s ease-in-out;
  opacity: 0;
  visibility: hidden;
  transform: translateY(-100%);
  pointer-events: none;
}
.banner__megamenus-item.hover, .banner__megamenus-item:hover {
  pointer-events: all;
  visibility: visible;
  opacity: 1;
  transform: translateY(0);
}
@media (min-width: 992px) {
  body.page-sealed-section .banner__megamenus {
    padding-right: 3em;
  }
}

.instagram-feed {
  display: block;
  overflow: hidden;
  padding-bottom: 80px;
}
.instagram-feed__header {
  margin-bottom: 2em;
}
.instagram-feed__title {
  margin-bottom: 0.5em;
  font-size: 28px;
  font-weight: 100;
}
.instagram-feed__list {
  list-style: none;
  margin: 0;
  overflow: visible;
  padding: 0;
}
.instagram-feed__item {
  margin-right: 20px;
  width: 235px;
}
.instagram-feed__img-meta {
  padding: 2rem;
  color: #fff;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(-180deg, rgba(64, 81, 146, 0) 0%, #F99BBB 100%);
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: flex-end;
  justify-content: center;
  opacity: 0;
  transition: all 0.2s ease-in-out;
}
.instagram-feed__likes::before, .instagram-feed__comments::before {
  display: inline-block;
  margin-right: 0.5em;
}
.instagram-feed__likes:last-child, .instagram-feed__comments:last-child {
  margin-left: 1.5em;
}
.instagram-feed__likes::before {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "";
}
.instagram-feed__comments::before {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "libra-icons" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "";
  transform: translateY(15%);
  font-size: 95%;
}
.instagram-feed__img-wrap {
  position: relative;
  margin-bottom: 1rem;
  min-height: 235px;
  min-width: 235px;
}
.instagram-feed__img-wrap img {
  max-width: 100%;
  height: auto;
}
.instagram-feed__img-wrap:hover .instagram-feed__img-meta {
  opacity: 1;
}
@media (min-width: 768px) {
  .instagram-feed__title {
    display: inline-block;
    margin-right: 1em;
  }
}

.faq-multi {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #f0f9fd;
}
.faq-multi.follow {
  padding-top: 0;
}
@media (min-width: 768px) {
  .faq-multi {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
  .faq-multi.follow {
    padding-top: 0;
  }
}
.faq-multi__header {
  margin-bottom: 2rem;
  text-align: center;
}
@media (min-width: 768px) {
  .faq-multi__header {
    margin-bottom: 4rem;
  }
}
.faq-multi__title {
  margin-bottom: 0;
  text-align: center;
}
.faq-multi__content {
  padding: 2rem;
  background-color: #fff;
  border-radius: 0.625rem;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  margin-top: 50%;
}
@media (min-width: 768px) {
  .faq-multi__content {
    padding: 2.6666666667rem;
  }
}
@media (min-width: 992px) {
  .faq-multi__content {
    padding: 3rem;
  }
}
@media (min-width: 1320px) {
  .faq-multi__content {
    padding: 4rem;
  }
}
.faq-multi__img {
  margin-top: -55%;
  margin-bottom: 2rem;
  margin-left: 5%;
  margin-right: 5%;
}
.faq-multi .accordion-set__title {
  text-align: center;
}
@media (min-width: 768px) {
  .faq-multi__content {
    margin-top: 0;
  }
  .faq-multi__img {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 0;
  }
  .faq-multi .accordion-set__title {
    text-align: left;
  }
}

.footer {
  background-color: #fcfcfc;
  color: #fff;
}
.footer__main {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-image: url("/app/themes/lovelibra/dist/images/reskin/footer/background-xl.png");
  background-size: 3000px 1000px;
  background-position: center 40%;
  min-height: 496px;
}
.footer__main.follow {
  padding-top: 0;
}
@media (min-width: 768px) {
  .footer__main {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
  .footer__main.follow {
    padding-top: 0;
  }
}
.footer__sub {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #F7F7F7;
  color: #6e6e6e;
}
.footer__brand {
  display: block;
  margin-bottom: 2rem;
}
.footer__brand img {
  max-height: 4rem;
  width: auto;
}
@media only screen and (min-width: 768px) {
  .footer .mobile-only {
    display: none;
  }
}
.footer .cta-form {
  margin-bottom: 2rem;
}
@media (min-width: 992px) {
  .footer__sub {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
  .footer .cta-form {
    margin-bottom: 0;
  }
}
@media only screen and (max-width: 576px) {
  .footer__main {
    background-image: url("/app/themes/lovelibra/dist/images/reskin/footer/mobile-footer-master@3x.png");
    background-size: 576px;
  }
}

.footer-menu__col-title {
  font-family: "CoreSansNR65", "LL Brown Light Web", "Turbinado Bold Pro", "Roboto", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  display: block;
  font-size: 11px;
  font-stretch: normal;
  font-weight: bold;
  letter-spacing: 2.5px;
  line-height: 24px;
  margin: 0 0 0.5em;
  text-transform: uppercase;
}
.footer-menu .menu-item {
  font-family: "CoreSansNR45", "LL Brown Light Web", "Turbinado Bold Pro", "Roboto", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-size: 13px;
  font-stretch: normal;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-height: 15px;
  margin: 0 0 0.5em;
}
.footer-menu .contact-info__social {
  margin-bottom: 0;
}
.footer-menu a {
  color: inherit;
}
.footer-menu a:hover, .footer-menu a:focus {
  color: inherit;
  text-decoration: none;
}
.footer-menu__nav {
  font-family: "CoreSansNR45", "LL Brown Light Web", "Turbinado Bold Pro", "Roboto", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-size: 13px;
  font-stretch: normal;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-height: 15px;
}
@media (min-width: 576px) {
  .footer-menu__row {
    display: block;
  }
  .footer-menu__social-col, .footer-menu__col {
    order: 1 !important;
    float: left;
  }
  .footer-menu__col-title {
    font-family: "CoreSansNR65", "LL Brown Light Web", "Turbinado Bold Pro", "Roboto", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    display: block !important;
    margin-bottom: 15px;
    font-size: 11px;
    font-stretch: normal;
    font-style: normal;
    font-weight: bold;
    letter-spacing: 2.5px;
    line-height: 24px;
  }
  .footer-menu__col-title .fa {
    display: none !important;
  }
  .footer-menu__nav-wrap {
    display: block !important;
    height: auto !important;
  }
  .footer-menu .contact-info__social {
    margin-top: 2rem;
  }
}
@media only screen and (max-width: 576px) {
  .footer-menu .contact-info__social {
    margin-top: 1rem;
  }
  .footer-menu__col-title {
    margin-top: 1rem;
  }
}

.login {
  text-transform: uppercase;
  font-size: 9px;
}
.login .button {
  display: -webkit-box;
}
.login .button .text {
  padding-top: 5px;
}
@media screen and (min-width: 768px) {
  .login .button .text {
    padding-left: 10px;
  }
}

.copyright {
  font-size: 0.8125rem;
  line-height: 1;
  color: #6e6e6e;
}
.copyright a {
  color: inherit;
  display: inline;
}
.copyright .libra-logo-copyright {
  width: 74px;
  height: 39px;
}
.copyright__list {
  margin: 0;
  padding: 0;
}
.copyright__list-item {
  white-space: nowrap;
  display: inline-block;
  border-right: 1px solid #B0B0B0;
}
@media screen and (min-width: 992px) {
  .copyright__list-item {
    padding-left: 30px;
  }
}
.copyright__list-item:first-child {
  padding-left: 0;
}
.copyright__list-item:last-child {
  padding-right: 0;
  border-right: 0;
}

.geo-redirect-msg {
  background-color: #fff;
  border-top: 3px solid #0a233f;
  z-index: 1060;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  text-align: center;
  transition: all 0.4s ease-in;
  padding: 1.5rem;
}
@media (min-width: 768px) {
  .geo-redirect-msg {
    padding: 1.6666666667rem;
  }
}
@media (min-width: 992px) {
  .geo-redirect-msg {
    padding: 1.75rem;
  }
}
@media (min-width: 1320px) {
  .geo-redirect-msg {
    padding: 2rem;
  }
}
.geo-redirect-msg.closed {
  transform: translateY(100%);
}
.geo-redirect-msg__container {
  position: relative;
}
.geo-redirect-msg__close {
  cursor: pointer;
  position: absolute;
  right: 0;
  top: 0;
  color: #0a233f;
  font-size: 18px;
  line-height: 1;
  height: 1em;
  width: 1em;
  margin: 0.3em;
}
.geo-redirect-msg__close::before, .geo-redirect-msg__close::after {
  content: "";
  display: block;
  height: 3px;
  background-color: #0a233f;
  width: 100%;
  position: absolute;
  left: 0;
  top: 50%;
}
.geo-redirect-msg__close::before {
  transform: translateY(-50%) rotate(-45deg);
}
.geo-redirect-msg__close::after {
  transform: translateY(-50%) rotate(45deg);
}
.geo-redirect-msg__close .item-icon {
  display: none;
}
.geo-redirect-msg__text {
  margin: 0 1rem 1rem;
  line-height: 1.2;
  font-size: 1.25rem;
  display: block;
}
.geo-redirect-msg .btn, .geo-redirect-msg .woocommerce-notice .button, .woocommerce-notice .geo-redirect-msg .button,
.geo-redirect-msg .woocommerce-message .button,
.woocommerce-message .geo-redirect-msg .button,
.geo-redirect-msg .woocommerce-error .button,
.woocommerce-error .geo-redirect-msg .button, .geo-redirect-msg .shop_table.cart .remove, .shop_table.cart .geo-redirect-msg .remove, .geo-redirect-msg .woocommerce-MyAccount-content .button, .woocommerce-MyAccount-content .geo-redirect-msg .button, .geo-redirect-msg .woocommerce-MyAccount-navigation ul li a, .woocommerce-MyAccount-navigation ul li .geo-redirect-msg a, .geo-redirect-msg .single-product .button, .single-product .geo-redirect-msg .button,
.geo-redirect-msg .woocommerce-order-received .button,
.woocommerce-order-received .geo-redirect-msg .button,
.geo-redirect-msg .woocommerce-checkout .button,
.woocommerce-checkout .geo-redirect-msg .button,
.geo-redirect-msg .woocommerce-cart .button,
.woocommerce-cart .geo-redirect-msg .button, .geo-redirect-msg .page-landing__content .content-columns__cta-link, .page-landing__content .geo-redirect-msg .content-columns__cta-link,
.geo-redirect-msg .page-landing__content .fxc-mixed_cta .card__cta,
.page-landing__content .fxc-mixed_cta .geo-redirect-msg .card__cta,
.geo-redirect-msg .page-landing__content .slide-pane__cta,
.page-landing__content .geo-redirect-msg .slide-pane__cta, .geo-redirect-msg .bbp-pagination__more,
.geo-redirect-msg .pagination__more, .geo-redirect-msg .comment-form input[type=submit], .comment-form .geo-redirect-msg input[type=submit], .geo-redirect-msg .account-cta__link {
  background-color: #fbc3d6;
  border-color: #fbc3d6;
}
.geo-redirect-msg .btn:hover, .geo-redirect-msg .woocommerce-notice .button:hover, .woocommerce-notice .geo-redirect-msg .button:hover,
.geo-redirect-msg .woocommerce-message .button:hover,
.woocommerce-message .geo-redirect-msg .button:hover,
.geo-redirect-msg .woocommerce-error .button:hover,
.woocommerce-error .geo-redirect-msg .button:hover, .geo-redirect-msg .shop_table.cart .remove:hover, .shop_table.cart .geo-redirect-msg .remove:hover, .geo-redirect-msg .woocommerce-MyAccount-content .button:hover, .woocommerce-MyAccount-content .geo-redirect-msg .button:hover, .geo-redirect-msg .woocommerce-MyAccount-navigation ul li a:hover, .woocommerce-MyAccount-navigation ul li .geo-redirect-msg a:hover, .geo-redirect-msg .single-product .button:hover, .single-product .geo-redirect-msg .button:hover,
.geo-redirect-msg .woocommerce-order-received .button:hover,
.woocommerce-order-received .geo-redirect-msg .button:hover,
.geo-redirect-msg .woocommerce-checkout .button:hover,
.woocommerce-checkout .geo-redirect-msg .button:hover,
.geo-redirect-msg .woocommerce-cart .button:hover,
.woocommerce-cart .geo-redirect-msg .button:hover, .geo-redirect-msg .page-landing__content .content-columns__cta-link:hover, .page-landing__content .geo-redirect-msg .content-columns__cta-link:hover,
.geo-redirect-msg .page-landing__content .fxc-mixed_cta .card__cta:hover,
.page-landing__content .fxc-mixed_cta .geo-redirect-msg .card__cta:hover,
.geo-redirect-msg .page-landing__content .slide-pane__cta:hover,
.page-landing__content .geo-redirect-msg .slide-pane__cta:hover, .geo-redirect-msg .bbp-pagination__more:hover,
.geo-redirect-msg .pagination__more:hover, .geo-redirect-msg .comment-form input[type=submit]:hover, .comment-form .geo-redirect-msg input[type=submit]:hover, .geo-redirect-msg .account-cta__link:hover {
  background-color: #0a233f;
  border-color: #0a233f;
}
@media (min-width: 992px) {
  .geo-redirect-msg__close {
    font-size: 25px;
  }
  .geo-redirect-msg__text {
    margin: 0 1em 0 0;
    display: inline-block;
  }
}

.fxc-layout .fxc-layout-item {
  margin-bottom: 2rem;
}
@media (min-width: 768px) {
  .fxc-layout .fxc-layout-item {
    margin-bottom: 3rem;
  }
}
.fxc-line-before .fxc-container::before {
  content: "";
  display: block;
  background-color: #B0B0B0;
  height: 1px;
  margin-top: 0;
  margin-left: -1rem;
  margin-right: -1rem;
  margin-bottom: 2rem;
}
@media (min-width: 576px) {
  .fxc-line-before .fxc-container::before {
    margin-left: 0;
    margin-right: 0;
  }
}
@media (min-width: 768px) {
  .fxc-line-before .fxc-container::before {
    margin-left: 8.3333333333%;
    margin-right: 8.3333333333%;
    margin-bottom: 3rem;
  }
}
@media (min-width: 992px) {
  .fxc-line-before .fxc-container::before {
    margin-bottom: 5rem;
  }
}

.fxc-featured_posts .card__body {
  background-color: #fcfcfc;
}
.fxc-featured_posts .featured-post {
  margin-right: 20px;
}
.fxc-featured_posts .featured-post:last-child {
  margin-right: 0;
}
@media (min-width: 992px) {
  .fxc-featured_posts .featured-post {
    margin-right: 16.6666666667%;
  }
  .fxc-featured_posts .featured-post:last-child {
    margin-right: 0;
  }
}
@media (min-width: 1320px) {
  .fxc-featured_posts__container {
    margin-right: -16.6666666667%;
  }
}

.fxc-form_embed__col-text {
  margin-bottom: 2rem;
}
@media (min-width: 768px) {
  .fxc-form_embed__col-text {
    margin-bottom: 3rem;
  }
}
.fxc-form_embed.fxc-full-width .fxc-form_embed__inner-row {
  justify-content: center;
}
.fxc-form_embed.fxc-full-width .fxc-form_embed .custom_submit-wrap .cta, .fxc-form_embed.fxc-full-width .fxc-form_embed .custom_submit-wrap .wpcf7-submit {
  padding: 0;
}
.fxc-form_embed.fxc-full-width .fxc-form_embed .custom_submit-wrap .cta .cta__label, .fxc-form_embed.fxc-full-width .fxc-form_embed .custom_submit-wrap .wpcf7-submit .cta__label {
  padding-left: 0;
}

.fxc-wysiwyg_content ul {
  list-style: none;
  padding-left: 2em;
}
.fxc-wysiwyg_content ul li {
  position: relative;
  margin-bottom: 1em;
}
.fxc-wysiwyg_content ul li::before {
  position: absolute;
  display: block;
  width: 2em;
  left: -2em;
  content: "•";
  color: #0a233f;
}

.fxc-images__row {
  margin-bottom: -20px;
}
@media (max-width: 575.98px) {
  .fxc-images__row {
    margin-left: -25px;
    margin-right: -25px;
  }
}
.fxc-images__item {
  margin-bottom: 20px;
  min-width: 100%;
}
.fxc-images__item-img {
  display: block;
  width: 100%;
  margin: 0 auto;
}
.columns-1 .fxc-images__item {
  min-width: 100%;
  max-width: 100%;
}
.columns-2 .fxc-images__item {
  min-width: 50%;
  max-width: 50%;
}
.columns-3 .fxc-images__item {
  min-width: 33.3333333333%;
  max-width: 33.3333333333%;
}
.columns-4 .fxc-images__item {
  min-width: 25%;
  max-width: 25%;
}
.columns-5 .fxc-images__item {
  min-width: 20%;
  max-width: 20%;
}
.columns-6 .fxc-images__item {
  min-width: 16.6666666667%;
  max-width: 16.6666666667%;
}

.fxc-pull_quote {
  margin-bottom: 2rem;
  text-align: center;
}
@media (min-width: 768px) {
  .fxc-pull_quote {
    margin-bottom: 4rem;
  }
}
.fxc-pull_quote__row {
  margin-right: -3rem;
  margin-left: -3rem;
}
@media (max-width: 575.98px) {
  .fxc-pull_quote__row {
    margin-left: -25px;
    margin-right: -25px;
  }
}
.fxc-pull_quote__col {
  padding-right: 3rem;
  padding-left: 3rem;
}
@media (max-width: 575.98px) {
  .fxc-pull_quote__col {
    padding-left: 25px !important;
    padding-right: 25px !important;
  }
}
@media (max-width: 575.98px) {
  .fxc-pull_quote__col {
    background-size: 140% auto;
  }
}
.fxc-pull_quote__inner {
  padding-top: 2rem;
  padding-bottom: 2rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.fxc-pull_quote__inner.follow {
  padding-top: 0;
}
@media (min-width: 768px) {
  .fxc-pull_quote__inner {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
  .fxc-pull_quote__inner.follow {
    padding-top: 0;
  }
}
.fxc-pull_quote__quote {
  font-size: 1.25rem;
  display: block;
  margin: 0 0 1rem;
  max-width: 100%;
}
.fxc-pull_quote__attribution {
  font-size: 0.8125rem;
  margin-bottom: 0;
}

.fxc-video {
  width: 100%;
}
@media (max-width: 575.98px) {
  .fxc-video__col {
    padding-left: 25px !important;
    padding-right: 25px !important;
  }
}
@media (max-width: 575.98px) {
  .fxc-video__row {
    margin-left: -25px;
    margin-right: -25px;
  }
}
.fxc-video__inner {
  position: relative;
}
.fxc-video__inner iframe {
  height: 100%;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

.fxc-resources__desc {
  display: block;
  margin-bottom: 1em;
}
.fxc-resources__list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.fxc-resources__item {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  margin-bottom: 1em;
}
.fxc-resources__item-link {
  flex-wrap: nowrap;
}
.fxc-resources__item-icon {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "libra-icons" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin-right: 1em;
}
.fxc-resources__item-icon::before {
  content: "";
}
.fxc-resources__item .cta__icon {
  color: #0a233f;
}
.fxc-resources__item .cta__label {
  white-space: normal;
}

.fxc-featured_content .card__body {
  order: 10;
  background-color: #F7F7F7;
  border-radius: 0 0 1.5rem 1.5rem;
  align-items: center;
}
.fxc-featured_content .card__img-wrap {
  order: 1;
}
.fxc-featured_content .card__title, .fxc-featured_content .category-slides .slide-pane__term, .category-slides .fxc-featured_content .slide-pane__term {
  background-color: #70C4E8;
}
@media (min-width: 992px) {
  .fxc-featured_content .card__body {
    border-radius: 0 1.5rem 1.5rem 0;
    flex-basis: 50%;
    align-items: flex-start;
  }
  .fxc-featured_content .card__img-wrap {
    flex-basis: 50%;
  }
  .fxc-featured_content .card__title, .fxc-featured_content .category-slides .slide-pane__term, .category-slides .fxc-featured_content .slide-pane__term {
    border-top-left-radius: 0;
  }
}

.fxc-odd_spot__container {
  padding-top: 1px;
}
.fxc-odd_spot .card {
  width: 100%;
  margin-bottom: 3rem;
}
.fxc-odd_spot .card__title, .fxc-odd_spot .category-slides .slide-pane__term, .category-slides .fxc-odd_spot .slide-pane__term {
  width: auto;
  min-width: 0;
}
.fxc-odd_spot .card__body {
  position: relative;
  padding: 0;
  text-align: center;
  flex-basis: 100%;
  border-radius: 0 1.5rem 1.5rem 1.5rem;
}
.fxc-odd_spot .card__body-inner {
  position: relative;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: stretch;
  flex-wrap: nowrap;
}
.fxc-odd_spot .card__body::before {
  border-radius: inherit;
  content: "";
  display: block;
  background-color: #F7F7F7;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.fxc-odd_spot .card__question, .fxc-odd_spot .card__answer {
  flex-basis: 100%;
  flex-shrink: 0;
  height: auto;
}
.fxc-odd_spot .card__question {
  transition: all 0.2s ease-in-out;
  display: flex;
  flex-direction: row;
  justify-content: stretch;
  align-items: center;
}
.fxc-odd_spot .card__question-title, .fxc-odd_spot .card__question-btn .cta, .fxc-odd_spot .card__question-btn .wpcf7-submit {
  padding: 1.5rem;
}
@media (min-width: 768px) {
  .fxc-odd_spot .card__question-title, .fxc-odd_spot .card__question-btn .cta, .fxc-odd_spot .card__question-btn .wpcf7-submit {
    padding: 1.6666666667rem;
  }
}
@media (min-width: 992px) {
  .fxc-odd_spot .card__question-title, .fxc-odd_spot .card__question-btn .cta, .fxc-odd_spot .card__question-btn .wpcf7-submit {
    padding: 1.75rem;
  }
}
@media (min-width: 1320px) {
  .fxc-odd_spot .card__question-title, .fxc-odd_spot .card__question-btn .cta, .fxc-odd_spot .card__question-btn .wpcf7-submit {
    padding: 2rem;
  }
}
.fxc-odd_spot .card__question-title {
  margin-bottom: 0;
  width: 66.6666666667%;
}
.fxc-odd_spot .card__question-btn {
  height: 100%;
  border-left: 1px solid white;
  border-radius: 0 1.5rem 1.5rem 0;
  width: 33.3333333333%;
  overflow: hidden;
}
.fxc-odd_spot .card__question-btn .cta, .fxc-odd_spot .card__question-btn .wpcf7-submit {
  width: 100%;
  height: 100%;
}
.fxc-odd_spot .card__question-btn .cta:hover, .fxc-odd_spot .card__question-btn .wpcf7-submit:hover {
  background-color: #fdd7e4;
}
.fxc-odd_spot .card__answer {
  padding: 1.5rem;
  display: flex;
  flex-direction: row;
  justify-content: stretch;
  align-items: center;
  pointer-events: none;
  opacity: 0;
  transition: all 0.2s ease-in-out;
  position: relative;
  left: -100%;
}
@media (min-width: 768px) {
  .fxc-odd_spot .card__answer {
    padding: 1.6666666667rem;
  }
}
@media (min-width: 992px) {
  .fxc-odd_spot .card__answer {
    padding: 1.75rem;
  }
}
@media (min-width: 1320px) {
  .fxc-odd_spot .card__answer {
    padding: 2rem;
  }
}
.fxc-odd_spot .card__answer-title {
  margin-bottom: 0;
  width: 66.6666666667%;
}
.fxc-odd_spot .card__answer-img {
  position: absolute;
  right: 0;
  top: -1.5rem;
  bottom: -1.5rem;
  width: 33.3333333333%;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center right;
}
.fxc-odd_spot .card.active .card__question {
  pointer-events: none;
  opacity: 0;
}
.fxc-odd_spot .card.active .card__answer {
  pointer-events: all;
  opacity: 1;
}
@media (min-width: 992px) {
  .fxc-odd_spot .card.active .card__body::before {
    right: 15%;
  }
}
@media (max-width: 991.98px) {
  .fxc-odd_spot .card {
    padding-top: 2.35rem;
  }
  .fxc-odd_spot .card__title, .fxc-odd_spot .category-slides .slide-pane__term, .category-slides .fxc-odd_spot .slide-pane__term {
    width: 100%;
  }
  .fxc-odd_spot .card__body {
    border-radius: 0 0 1.5rem 1.5rem;
  }
  .fxc-odd_spot .card__question {
    flex-direction: column;
    justify-content: center;
    align-items: stretch;
  }
  .fxc-odd_spot .card__question-title {
    width: 100%;
    flex-shrink: 0;
  }
  .fxc-odd_spot .card__question-btn {
    height: auto;
    border-top: 1px solid white;
    border-left: none;
    width: 100%;
    flex-shrink: 0;
    border-radius: 0 0 1.5rem 1.5rem;
  }
  .fxc-odd_spot .card__answer-title {
    width: 75%;
  }
  .fxc-odd_spot .card__answer-img {
    width: 25%;
  }
}

.page-section, .cta-subscriptions-block .step-columns {
  padding-top: 2rem;
  padding-bottom: 2rem;
}
.page-section.follow, .cta-subscriptions-block .follow.step-columns {
  padding-top: 0;
}
@media (min-width: 768px) {
  .page-section, .cta-subscriptions-block .step-columns {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
  .page-section.follow, .cta-subscriptions-block .follow.step-columns {
    padding-top: 0;
  }
}
.page-section.instagram-feed, .cta-subscriptions-block .instagram-feed.step-columns {
  padding-bottom: 80px;
}

.page-section-xs {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}
.page-section-xs.follow {
  padding-top: 0;
}
@media (min-width: 768px) {
  .page-section-xs {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
  .page-section-xs.follow {
    padding-top: 0;
  }
}

.page-section-sm {
  padding-top: 2rem;
  padding-bottom: 2rem;
}
.page-section-sm.follow {
  padding-top: 0;
}
@media (min-width: 768px) {
  .page-section-sm {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
  .page-section-sm.follow {
    padding-top: 0;
  }
}

.page-section-lg {
  padding-top: 4rem;
  padding-bottom: 4rem;
}
.page-section-lg.follow {
  padding-top: 0;
}
@media (min-width: 768px) {
  .page-section-lg {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
  .page-section-lg.follow {
    padding-top: 0;
  }
}

.page-color--green .scheme-bg, .page-color--green .cta-full-simple--section, .page-color--green .promo-blocks__block-collapse {
  background-color: #10735B;
}
.page-color--primary .scheme-bg, .page-color--primary .cta-full-simple--section, .page-color--primary .promo-blocks__block-collapse {
  background-color: #0a233f;
}

@media (min-width: 768px) {
  .page-color--green .scheme-bg--md, .page-color--green .promo-blocks {
    background-color: #10735B;
  }
}

.page-header {
  margin-top: -6.0005rem;
  z-index: 5;
  position: relative;
  overflow: hidden;
  background-color: #F7F7F7;
}
body.libragirl .page-header {
  color: white;
  margin-top: -6rem;
}
@media (min-width: 992px) {
  .page-header {
    margin-top: -8.75rem;
  }
  body.libragirl .page-header {
    color: white;
    margin-top: -6.875rem;
  }
}
.page-header::before {
  display: block;
  content: "";
  width: 100%;
  height: 6.0005rem;
}
body.libragirl .page-header::before {
  color: white;
  height: 6rem;
}
@media (min-width: 992px) {
  .page-header::before {
    height: 8.75rem;
  }
  body.libragirl .page-header::before {
    color: white;
    height: 6.875rem;
  }
}
.page-header__container {
  position: relative;
  z-index: 5;
}
.page-header__title {
  font-family: "CoreSansNR45", "LL Brown Light Web", "Turbinado Bold Pro", "Roboto", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-size: 32px;
  font-stretch: normal;
  font-style: normal;
  font-weight: normal;
  letter-spacing: -1.35px;
  line-height: normal;
}
.page-header__title:last-child {
  margin-bottom: 0;
}
.page-header__body {
  display: block;
  margin-bottom: 0;
  max-width: 100%;
}
.page-header__body p, .page-header__body .wpcf7-form-control.wpcf7-radio, .page-header__body .wpcf7-form-control.wpcf7-checkbox {
  font-family: "CoreSansNR45", "LL Brown Light Web", "Turbinado Bold Pro", "Roboto", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-size: 20px;
  font-stretch: normal;
  font-style: normal;
  font-weight: normal;
  line-height: 1.5;
  letter-spacing: normal;
  max-width: 100%;
}
.page-header__body p:last-child, .page-header__body .wpcf7-form-control.wpcf7-radio:last-child, .page-header__body .wpcf7-form-control.wpcf7-checkbox:last-child {
  margin-bottom: 0;
}
.page-header__col {
  padding-top: 2rem;
  padding-bottom: 2rem;
  display: block;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-end;
}
.page-header__col.follow {
  padding-top: 0;
}
@media (min-width: 768px) {
  .page-header__col {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
  .page-header__col.follow {
    padding-top: 0;
  }
}
.page-header__img-wrap {
  z-index: -5;
}
.page-header.page-header-std .page-header__img-wrap {
  height: 20rem;
}
@media (min-width: 576px) {
  .page-header.page-header-std .page-header__img-wrap {
    height: 30rem;
  }
}
@media (min-width: 992px) {
  .page-header.page-header-std .page-header__img-wrap {
    height: auto;
  }
}
@media (min-width: 992px) {
  .page-header .page-header__img-wrap {
    padding-top: 0;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
  }
  .page-header.page-header-std .page-header__img-wrap {
    left: 50%;
  }
}
.page-header.page-header-intro .page-header__row {
  height: auto !important;
}
.page-header.page-header-intro .page-header__body {
  margin-bottom: 0;
}
.page-header.page-header-intro .page-header__col.col-content, .page-header.page-header-intro .page-header__col.col-intro {
  justify-content: flex-start;
}
.page-header.page-header-intro .row, .page-header.page-header-intro .woocommerce .col2-set, .woocommerce .page-header.page-header-intro .col2-set, .page-header.page-header-intro .login-wrap__form, .page-header.page-header-intro .archive-loop__row, .page-header.page-header-intro .fxc-form_embed.fxc-full-width .fxc-form_embed__inner-row, .fxc-form_embed.fxc-full-width .page-header.page-header-intro .fxc-form_embed__inner-row {
  min-width: 100%;
}
.page-header.page-header-full {
  color: #fff;
}
.page-header.page-header-full::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 50%;
  background: linear-gradient(180deg, rgba(64, 81, 146, 0) 0%, #261f21 100%);
  opacity: 0.5;
}
.page-header.page-header-full .page-header__title {
  margin-top: 1em;
  margin-bottom: 1em;
}
.page-header.page-header-full .page-header__img-wrap {
  padding-top: 0;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
}
body.libragirl .page-header.page-header-full {
  color: white;
}
body.libragirl .page-header.page-header-full .page-header__body {
  margin-bottom: 0;
}
.page-header.page-header-full.page-header-full-sm .page-header__row {
  height: 13.75rem;
}
@media (min-width: 992px) {
  .page-header.page-header-full.page-header-full-sm .page-header__row {
    height: 13.75rem;
  }
}
.page-header.page-header-full.page-header-full-sm .page-header__col {
  justify-content: center;
}
.page-header.page-header-full.page-header-full-sm .page-header__title {
  margin-bottom: 0;
}
.page-header.page-header-simple .page-header__container {
  height: 13.75rem;
}
@media (min-width: 992px) {
  .page-header.page-header-simple .page-header__container {
    height: 13.75rem;
  }
}
.page-header.page-header-std-multi {
  margin-top: 0;
  display: flex;
  flex-wrap: wrap;
}
.page-header.page-header-std-multi::before {
  display: none;
}
.page-header.page-header-std-multi .page-header__img-wrap, .page-header.page-header-std-multi .page-header__container {
  flex: 1 1 100%;
}
@media (min-width: 768px) {
  .page-header.page-header-std-multi .page-header__img-wrap, .page-header.page-header-std-multi .page-header__container {
    flex-basis: 50%;
  }
}
.page-header.page-header-std-multi .page-header__img-wrap {
  position: relative;
}
@media (max-width: 767.98px) {
  .page-header.page-header-std-multi .page-header__img-wrap {
    padding-top: 75%;
    z-index: 1;
  }
}
.page-header.page-header-std-multi .page-header__container {
  color: #fff;
}
@media (min-width: 768px) {
  .page-header.page-header-std-multi .page-header__container {
    order: -1;
  }
}
@media (max-width: 767.98px) {
  .page-header.page-header-std-multi .page-header__container {
    z-index: -5;
    margin-top: -1px;
  }
}
.page-header.page-header-std-multi .page-header__container .page-header__title {
  margin-bottom: 2rem;
}
.page-header.page-header-std-multi .page-header__container .page-header__col {
  align-items: center;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 2rem 2rem 3rem;
}
@media (min-width: 768px) {
  .page-header.page-header-std-multi .page-header__container .page-header__col {
    padding: 5rem 5rem 3rem;
  }
}
.page-header.page-header-std-multi .page-header__container .page-header__col-img {
  margin-top: 2rem;
}
.page-header.page-header-std-full {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  margin-top: -36px;
  display: flex;
  flex-wrap: wrap;
}
.page-header.page-header-std-full.bar-shown {
  margin-top: 0;
}
.page-header.page-header-std-full::before {
  display: none;
}
.page-header.page-header-std-full .page-header__img-wrap, .page-header.page-header-std-full .page-header__container {
  flex: 1 1 100%;
}
.page-header.page-header-std-full .page-header__img-wrap {
  position: relative;
}
@media (min-width: 768px) {
  .page-header.page-header-std-full .page-header__img-wrap {
    flex-basis: 50%;
  }
}
@media (max-width: 767.98px) {
  .page-header.page-header-std-full .page-header__img-wrap {
    padding-top: 75%;
    z-index: 1;
  }
}
.page-header.page-header-std-full .page-header__container {
  color: #fff;
  flex-basis: 100%;
  width: 100%;
}
@media (min-width: 768px) {
  .page-header.page-header-std-full .page-header__container {
    order: -1;
  }
}
@media (max-width: 767.98px) {
  .page-header.page-header-std-full .page-header__container {
    z-index: -5;
    margin-top: -1px;
  }
}
.page-header.page-header-std-full .page-header__container .page-header__title {
  margin-bottom: 2rem;
}
.page-header.page-header-std-full .page-header__container .page-header__col {
  align-items: center;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 4rem 1rem 3rem;
}
@media (min-width: 768px) {
  .page-header.page-header-std-full .page-header__container .page-header__col {
    padding: 5rem 5rem 3rem;
  }
}
.page-header.page-header-std-full .page-header__container .page-header__col-img {
  margin-top: 2rem;
}
.forum-content .page-header .page-header__container {
  min-height: 19rem;
}
@media (min-width: 992px) {
  .forum-content .page-header .page-header__container {
    min-height: 27rem;
  }
}

.page-landing__content .fxc-layout .fxc-wysiwyg_content_block__section:first-child {
  padding-top: 2rem;
}
@media (min-width: 768px) {
  .page-landing__content .fxc-layout .fxc-wysiwyg_content_block__section:first-child {
    padding-top: 2.6666666667rem;
  }
}
@media (min-width: 992px) {
  .page-landing__content .fxc-layout .fxc-wysiwyg_content_block__section:first-child {
    padding-top: 3rem;
  }
}
@media (min-width: 1320px) {
  .page-landing__content .fxc-layout .fxc-wysiwyg_content_block__section:first-child {
    padding-top: 4rem;
  }
}
.page-landing__content .fxc-layout .fxc-wysiwyg_content_block ul,
.page-landing__content .fxc-layout .fxc-mixed_cta ul,
.page-landing__content .fxc-layout .item-text ul {
  display: block;
  list-style-type: none;
  padding-left: 1em;
  text-align: center;
  list-style: none;
}
.page-landing__content .fxc-layout .fxc-wysiwyg_content_block ul li,
.page-landing__content .fxc-layout .fxc-mixed_cta ul li,
.page-landing__content .fxc-layout .item-text ul li {
  display: block;
  margin-bottom: 0.5em;
  text-align: center;
  width: 100%;
  list-style-position: inside;
}
.page-landing__content .fxc-layout .fxc-wysiwyg_content_block ul li::before,
.page-landing__content .fxc-layout .fxc-mixed_cta ul li::before,
.page-landing__content .fxc-layout .item-text ul li::before {
  content: "•";
  color: #0a233f;
  font-weight: 700;
  display: inline-block;
  vertical-align: text-top;
  width: 1em;
  margin-left: -1em;
  line-height: 1;
}
.page-landing__content .fxc-layout .fxc-wysiwyg_content_block h1,
.page-landing__content .fxc-layout .fxc-wysiwyg_content_block h2,
.page-landing__content .fxc-layout .fxc-mixed_cta h1,
.page-landing__content .fxc-layout .fxc-mixed_cta h2,
.page-landing__content .fxc-layout .item-text h1,
.page-landing__content .fxc-layout .item-text h2 {
  font-family: "CoreSansNR45", "LL Brown Light Web", "Turbinado Bold Pro", "Roboto", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-size: 32px;
  font-stretch: normal;
  font-style: normal;
  font-weight: normal;
  letter-spacing: -1.35px;
  line-height: normal;
  text-align: center;
}
.page-landing__content .fxc-layout .fxc-wysiwyg_content_block p, .page-landing__content .fxc-layout .fxc-wysiwyg_content_block .wpcf7-form-control.wpcf7-radio, .page-landing__content .fxc-layout .fxc-wysiwyg_content_block .wpcf7-form-control.wpcf7-checkbox,
.page-landing__content .fxc-layout .fxc-wysiwyg_content_block li,
.page-landing__content .fxc-layout .fxc-mixed_cta p,
.page-landing__content .fxc-layout .fxc-mixed_cta .wpcf7-form-control.wpcf7-radio,
.page-landing__content .fxc-layout .fxc-mixed_cta .wpcf7-form-control.wpcf7-checkbox,
.page-landing__content .fxc-layout .fxc-mixed_cta li,
.page-landing__content .fxc-layout .item-text p,
.page-landing__content .fxc-layout .item-text .wpcf7-form-control.wpcf7-radio,
.page-landing__content .fxc-layout .item-text .wpcf7-form-control.wpcf7-checkbox,
.page-landing__content .fxc-layout .item-text li {
  font-family: "CoreSansNR45", "LL Brown Light Web", "Turbinado Bold Pro", "Roboto", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-size: 20px;
  font-stretch: normal;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-height: 1.5;
  text-align: center;
}
.page-landing__content .fxc-layout .fxc-wysiwyg_content_block p::before, .page-landing__content .fxc-layout .fxc-wysiwyg_content_block .wpcf7-form-control.wpcf7-radio::before, .page-landing__content .fxc-layout .fxc-wysiwyg_content_block .wpcf7-form-control.wpcf7-checkbox::before,
.page-landing__content .fxc-layout .fxc-wysiwyg_content_block li::before,
.page-landing__content .fxc-layout .fxc-mixed_cta p::before,
.page-landing__content .fxc-layout .fxc-mixed_cta .wpcf7-form-control.wpcf7-radio::before,
.page-landing__content .fxc-layout .fxc-mixed_cta .wpcf7-form-control.wpcf7-checkbox::before,
.page-landing__content .fxc-layout .fxc-mixed_cta li::before,
.page-landing__content .fxc-layout .item-text p::before,
.page-landing__content .fxc-layout .item-text .wpcf7-form-control.wpcf7-radio::before,
.page-landing__content .fxc-layout .item-text .wpcf7-form-control.wpcf7-checkbox::before,
.page-landing__content .fxc-layout .item-text li::before {
  content: none;
  display: none;
}
.page-landing__content .fxc-first-on-page {
  text-align: center;
  font-size: 1.25rem;
}
.page-landing__content .fxc-wysiwyg_content_block {
  margin-bottom: 0;
}
.page-landing__content .fxc-cta_links_block__col {
  text-align: center;
}
.page-landing__content .fxc-cta_links_block .cta, .page-landing__content .fxc-cta_links_block .wpcf7-submit {
  background-color: #0a233f;
  border-radius: 18px;
  color: #fff;
  font-family: "CoreSansNR65", "LL Brown Light Web", "Turbinado Bold Pro", "Roboto", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-size: 11px;
  font-stretch: normal;
  font-style: normal;
  font-weight: bold;
  letter-spacing: 2.5px;
  line-height: 2.18;
  padding: 6px 148px;
  text-align: center;
}
.page-landing__content .fxc-cta_links_block .cta .cta__icon, .page-landing__content .fxc-cta_links_block .wpcf7-submit .cta__icon {
  display: none;
}
.page-landing__content .fxc-cta_links_block .cta__label {
  color: #fff;
  font-family: "CoreSansNR65", "LL Brown Light Web", "Turbinado Bold Pro", "Roboto", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-size: 11px;
  font-stretch: normal;
  font-style: normal;
  font-weight: bold;
  letter-spacing: 2.5px;
  line-height: 2.18;
  text-align: center;
  padding: 0;
}
.page-landing__content .fxc-tab_sets__section {
  background-color: #c2c8cf;
}
.page-landing__content .fxc-tab_sets__section .slide-pane {
  background-color: #fff;
}
.page-landing__content .fxc-tab_sets__section .slide-pane br {
  display: none !important;
}
.page-landing__content .fxc-tab_sets__section .slide-pane__content-inner {
  padding: 55px 50px;
  text-align: left;
}
.page-landing__content .fxc-tab_sets__section .slide-pane__content-inner h2,
.page-landing__content .fxc-tab_sets__section .slide-pane__content-inner p,
.page-landing__content .fxc-tab_sets__section .slide-pane__content-inner .wpcf7-form-control.wpcf7-radio,
.page-landing__content .fxc-tab_sets__section .slide-pane__content-inner .wpcf7-form-control.wpcf7-checkbox,
.page-landing__content .fxc-tab_sets__section .slide-pane__content-inner ul li {
  text-align: left;
}
.page-landing__content .fxc-tab_sets__section .slide-pane__term {
  line-height: 1.4;
  padding: 1em 1em;
  white-space: normal;
}
.page-landing__content .fxc-tab_sets__section .nav-slides {
  flex-wrap: nowrap;
  height: auto;
}
.page-landing__content .fxc-tab_sets__section.tab-set-maxi .nav-item {
  max-width: 30%;
}
.page-landing__content .fxc-tab_sets__section.tab-set-primary {
  background-color: #fff;
}
.page-landing__content .fxc-tab_sets__section.tab-set-primary .slide-pane {
  background-color: #F7F7F7;
}
.page-landing__content .fxc-tab_sets__section.tab-set-primary .slide-pane__term {
  background-image: linear-gradient(to right, #fff, #a0a0a0 74%);
}
.page-landing__content .fxc-tab_sets__section.tab-set-primary .nav-item:nth-child(1) {
  z-index: -1;
}
.page-landing__content .fxc-tab_sets__section.tab-set-primary .nav-item:nth-child(1) .nav-link {
  background-color: #0a233f;
}
.page-landing__content .fxc-tab_sets__section.tab-set-primary .nav-item:nth-child(2) {
  z-index: -2;
}
.page-landing__content .fxc-tab_sets__section.tab-set-primary .nav-item:nth-child(2) .nav-link {
  background-color: #0d2d51;
}
.page-landing__content .fxc-tab_sets__section.tab-set-primary .nav-item:nth-child(3) {
  z-index: -3;
}
.page-landing__content .fxc-tab_sets__section.tab-set-primary .nav-item:nth-child(3) .nav-link {
  background-color: #103762;
}
.page-landing__content .fxc-tab_sets__section.tab-set-primary .nav-item:nth-child(4) {
  z-index: -4;
}
.page-landing__content .fxc-tab_sets__section.tab-set-primary .nav-item:nth-child(4) .nav-link {
  background-color: #124074;
}
.page-landing__content .fxc-tab_sets__section.tab-set-primary .nav-item:nth-child(5) {
  z-index: -5;
}
.page-landing__content .fxc-tab_sets__section.tab-set-primary .nav-item:nth-child(5) .nav-link {
  background-color: #154a85;
}
.page-landing__content .fxc-tab_sets__section.tab-set-primary .nav-item:nth-child(6) {
  z-index: -6;
}
.page-landing__content .fxc-tab_sets__section.tab-set-primary .nav-item:nth-child(6) .nav-link {
  background-color: #185497;
}
.page-landing__content .fxc-content_columns {
  margin-bottom: 0;
}
.page-landing__content .fxc-content_columns__section {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #f0f9fd;
}
.page-landing__content .fxc-content_columns__section.follow {
  padding-top: 0;
}
@media (min-width: 768px) {
  .page-landing__content .fxc-content_columns__section {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
  .page-landing__content .fxc-content_columns__section.follow {
    padding-top: 0;
  }
}
.page-landing__content .fxc-content_columns__ctas {
  padding: 0;
  margin: 0;
  list-style: none;
}
.page-landing__content .fxc-content_columns__item-title {
  font-family: "CoreSansNR65", "LL Brown Light Web", "Turbinado Bold Pro", "Roboto", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-size: 22px;
  font-stretch: normal;
  font-style: normal;
  font-weight: bold;
  letter-spacing: normal;
  line-height: 26px;
}
.page-landing__content .fxc-content_columns__body, .page-landing__content .fxc-content_columns__body p, .page-landing__content .fxc-content_columns__body .wpcf7-form-control.wpcf7-radio, .page-landing__content .fxc-content_columns__body .wpcf7-form-control.wpcf7-checkbox {
  font-size: 1.25rem;
  font-family: "CoreSansNR45", "LL Brown Light Web", "Turbinado Bold Pro", "Roboto", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-size: 16px;
  font-stretch: normal;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-height: 24px;
}
.page-landing__content .content-columns__cta-link,
.page-landing__content .fxc-mixed_cta .card__cta,
.page-landing__content .slide-pane__cta {
  background-color: #0a233f;
  color: #fff;
  display: block;
  flex-wrap: nowrap;
  font-family: "CoreSansNR65", "LL Brown Light Web", "Turbinado Bold Pro", "Roboto", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  padding: 6px 54px;
  line-height: 50%;
}
.page-landing__content .content-columns__cta-link:hover,
.page-landing__content .fxc-mixed_cta .card__cta:hover,
.page-landing__content .slide-pane__cta:hover {
  background-color: #2f445c;
}
.page-landing__content .content-columns__cta-link .cta__label,
.page-landing__content .fxc-mixed_cta .card__cta .cta__label,
.page-landing__content .slide-pane__cta .cta__label {
  color: #fff;
  font-family: "CoreSansNR65", "LL Brown Light Web", "Turbinado Bold Pro", "Roboto", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-size: 11px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  letter-spacing: 2.5px;
  line-height: 24px;
  padding: 0;
  text-align: center;
}
.page-landing__content .fxc-mixed_cta {
  margin-bottom: 2rem;
}
@media (min-width: 768px) {
  .page-landing__content .fxc-mixed_cta {
    margin-bottom: 4rem;
  }
}
.page-landing__content .fxc-mixed_cta__header-row {
  text-align: center;
  margin-bottom: 2rem;
}
@media (min-width: 768px) {
  .page-landing__content .fxc-mixed_cta__header-row {
    margin-bottom: 4rem;
  }
}
.page-landing__content .fxc-mixed_cta__header-title {
  font-family: "LL Brown Bold Web", "LL Brown Light Web", "Turbinado Bold Pro", "Roboto", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-weight: normal;
  font-style: normal;
}
.page-landing__content .fxc-mixed_cta .card__body {
  padding: 2rem;
  background-color: #c2c8cf;
}
@media (min-width: 768px) {
  .page-landing__content .fxc-mixed_cta .card__body {
    padding: 2.6666666667rem;
  }
}
@media (min-width: 992px) {
  .page-landing__content .fxc-mixed_cta .card__body {
    padding: 3rem;
  }
}
@media (min-width: 1320px) {
  .page-landing__content .fxc-mixed_cta .card__body {
    padding: 4rem;
  }
}
.page-landing__content .fxc-mixed_cta .card__body h5 {
  font-family: "CoreSansNR65", "LL Brown Light Web", "Turbinado Bold Pro", "Roboto", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-size: 22px;
  font-stretch: normal;
  font-style: normal;
  font-weight: bold;
  letter-spacing: normal;
  line-height: 26px;
  text-align: left;
}
.page-landing__content .fxc-mixed_cta .card__body ul {
  width: 100%;
}
.page-landing__content .fxc-mixed_cta .card__body ul li {
  color: #0a233f;
  display: block;
  font-family: "CoreSansNR45", "LL Brown Light Web", "Turbinado Bold Pro", "Roboto", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-size: 16px;
  font-stretch: normal;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-height: 1.5;
  text-align: left;
  width: 100%;
}
.page-landing__content .fxc-mixed_cta .card__title, .page-landing__content .fxc-mixed_cta .category-slides .slide-pane__term, .category-slides .page-landing__content .fxc-mixed_cta .slide-pane__term {
  background-image: linear-gradient(to right, #fff, #a0a0a0 74%);
  border-radius: 17px 17px 0 0;
  color: #0a233f;
  font-family: "CoreSansNR65", "LL Brown Light Web", "Turbinado Bold Pro", "Roboto", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-size: 12px;
  font-stretch: normal;
  font-style: normal;
  font-weight: bold;
  letter-spacing: 3.3px;
  line-height: normal;
  padding: 10px 30px;
  text-align: center;
}

.page-banner {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
@media (max-width: 767.98px) {
  .page-banner {
    background-position: left;
  }
}
@media (max-width: 767.98px) {
  .page-banner.even {
    background-position: right;
  }
}
.page-banner__content {
  min-height: 300px;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
@media (max-width: 767.98px) {
  .page-banner__content {
    min-height: 380px;
  }
}
.page-banner__content-subtitle {
  margin-bottom: 1.5rem;
  width: 100%;
}
.page-banner__content-title {
  margin-bottom: 0;
  width: 100%;
}
.page-banner__content-title span {
  display: block;
  font-size: 0.75rem;
  margin-top: 1rem;
}
@media (max-width: 767.98px) {
  .page-banner__content-title {
    padding: 0 1.5rem;
  }
}

.article-promo .fxc-first-on-page,
.page-promo .fxc-first-on-page {
  margin-top: 3rem;
}
.article-promo .fxc-wysiwyg_content_block,
.page-promo .fxc-wysiwyg_content_block {
  font-size: 1.25rem;
}
.article-promo .fxc-wysiwyg_content_block h2,
.page-promo .fxc-wysiwyg_content_block h2 {
  font-size: 2.375rem;
}
.article-promo .fxc-wysiwyg_content_block b,
.article-promo .fxc-wysiwyg_content_block strong,
.page-promo .fxc-wysiwyg_content_block b,
.page-promo .fxc-wysiwyg_content_block strong {
  font-family: "Turbinado Bold Pro", "LL Brown Light Web", "Turbinado Bold Pro", "Roboto", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
}
@media (max-width: 767.98px) {
  .article-promo .fxc-wysiwyg_content_block p br, .article-promo .fxc-wysiwyg_content_block .wpcf7-form-control.wpcf7-radio br, .article-promo .fxc-wysiwyg_content_block .wpcf7-form-control.wpcf7-checkbox br,
.page-promo .fxc-wysiwyg_content_block p br,
.page-promo .fxc-wysiwyg_content_block .wpcf7-form-control.wpcf7-radio br,
.page-promo .fxc-wysiwyg_content_block .wpcf7-form-control.wpcf7-checkbox br {
    display: none;
  }
}
.article-promo .fxc-icon_grid,
.page-promo .fxc-icon_grid {
  margin: 0;
}
.article-promo .blog-ticker.page-ticker,
.page-promo .blog-ticker.page-ticker {
  background-color: rgba(0, 109, 81, 0.4);
  text-transform: none;
  border: none;
}

.page-product-cta {
  background-color: #F7F7F7;
}
.page-product-cta__img {
  min-height: 580px;
}
@media (max-width: 767.98px) {
  .page-product-cta__img {
    min-height: 380px;
  }
}
.page-product-cta__content {
  padding: 4rem;
}
@media (max-width: 991.98px) {
  .page-product-cta__content {
    padding: 2rem;
  }
}
@media (max-width: 767.98px) {
  .page-product-cta__content {
    padding: 2rem 0 3.7rem;
  }
}
.page-product-cta__content-title {
  margin-bottom: 1rem;
}
.page-product-cta__content .price {
  margin-bottom: 1.4rem;
}
.page-product-cta__content-desc {
  margin-bottom: 3rem;
  padding-right: 3rem;
  max-width: 500px;
}
@media (max-width: 991.98px) {
  .page-product-cta__content-desc {
    padding-right: 0;
  }
}
@media (max-width: 767.98px) {
  .page-product-cta__content-cta {
    text-align: center;
  }
}
.page-product-cta__content-btn {
  width: 200px;
  padding: 0.5rem 0.75rem;
}

.page-content-columns {
  padding-top: 9rem;
  padding-bottom: 4rem;
}
@media (max-width: 767.98px) {
  .page-content-columns {
    padding-top: 2rem;
    padding-bottom: 0;
  }
}
@media (max-width: 767.98px) {
  .page-content-columns .fxc-layout-item {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767.98px) {
  .page-content-columns .fxc-spacer_fx {
    display: none;
  }
}
@media (max-width: 767.98px) {
  .page-content-columns .fxc-poll {
    margin-top: 4rem;
  }
}
@media (max-width: 767.98px) {
  .page-content-columns .fxc-poll .featured-poll {
    margin-left: 0;
    margin-right: 0;
  }
}
.page-content-columns .fxc-ask_gemmah .cta-ask-gemmah__intro {
  margin-bottom: 0;
}
.page-content-columns .fxc-ask_gemmah .cta-ask-gemmah__container {
  margin-top: 3rem;
}
.page-content-columns .fxc-ask_gemmah .cta-ask-gemmah__container-title {
  margin-bottom: 1rem;
}
.page-content-columns .fxc-ask_gemmah .cta-ask-gemmah__question {
  margin-bottom: 2.5rem;
}
.page-content-columns .fxc-ask_gemmah .cta-ask-gemmah__answer p, .page-content-columns .fxc-ask_gemmah .cta-ask-gemmah__answer .wpcf7-form-control.wpcf7-radio, .page-content-columns .fxc-ask_gemmah .cta-ask-gemmah__answer .wpcf7-form-control.wpcf7-checkbox {
  display: inline;
}
@media (max-width: 767.98px) {
  .page-content-columns .fxc-video_slider .video-slider .flickity-viewport {
    overflow: visible;
  }
  .page-content-columns .fxc-video_slider .video-slider .fxc-video {
    margin-right: 10px;
  }
}
@media (max-width: 767.98px) {
  .page-content-columns__side .fxc-layout-item {
    margin-bottom: 3rem;
  }
}

.article {
  margin: 0;
}
.article__container {
  padding-bottom: 64px;
  position: relative;
}
.article__top {
  display: block;
  position: relative;
}
.article__img {
  max-width: 100%;
  height: auto;
  box-shadow: none;
  transition: all 0.2s ease-in-out;
}
.article__term {
  color: #0a233f;
  background-color: #0a233f;
  background-image: linear-gradient(to right, #fff, #a0a0a0 74%);
  bottom: 100%;
  left: 0;
  max-width: 100%;
  position: absolute;
  border-top-right-radius: 1.5rem;
  border-top-left-radius: 1.5rem;
  z-index: 5;
}
body.libragirl .article__term {
  color: white;
  color: #0a233f;
  background-color: #f3bec7;
  background-image: none;
}
.article__content {
  padding-top: 2rem;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
}
.article__read-more {
  align-items: center;
  display: flex;
  justify-content: flex-start;
}
.article__read-more img {
  height: 16px;
  margin-left: 16px;
  width: 47px;
}
.article__text {
  max-width: 100%;
}
.article__text h4 {
  color: #0a233f;
  font-size: 11px;
  font-stretch: normal;
  font-style: normal;
  font-weight: bold;
  letter-spacing: 2.5px;
  line-height: 2.18;
}
.article__text h2 {
  color: #0a233f;
  font-size: 22px;
  font-stretch: normal;
  font-style: normal;
  font-weight: bold;
  letter-spacing: -0.5px;
  line-height: 1.18;
}
.article__title {
  color: #0a233f;
  font-family: "CoreSansNR65", "LL Brown Light Web", "Turbinado Bold Pro", "Roboto", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-size: 22px;
  font-stretch: normal;
  font-style: normal;
  font-weight: bold;
  line-height: 1.18;
  letter-spacing: normal;
  margin-bottom: 0.5em;
  transition: all 0.2s ease-in-out;
}
.article__excerpt {
  color: #0a233f;
  display: block;
  font-family: "CoreSansNR45", "LL Brown Light Web", "Turbinado Bold Pro", "Roboto", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-size: 16px;
  font-stretch: normal;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-height: 1.5;
}
.article .updated {
  display: block;
  color: #a9a9a9;
  font-family: "CoreSansNR65", "LL Brown Light Web", "Turbinado Bold Pro", "Roboto", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-size: 12px;
  font-stretch: normal;
  font-style: normal;
  font-weight: bold;
  letter-spacing: 3.3px;
  line-height: normal;
  margin-bottom: 1rem;
}
body.libragirl .article .updated {
  color: white;
  color: #0a233f;
}
.article__link {
  color: inherit;
}
.article__link:hover {
  color: inherit;
  text-decoration: none;
}
.article__link:hover .article__img {
  box-shadow: 0 1.5rem 2rem 0 rgba(0, 0, 0, 0.1);
}
.article__cta {
  color: #0a233f;
  font-size: 48px;
}
.article__cta .cta__label {
  padding-left: 0;
}
.article__cta:hover {
  color: #0a233f;
}
.article .byline {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.article-boxed .article__content, .category-grid .article .article__content, .article.restricted_content-restricted .article__content {
  padding: 1.5rem;
  background-color: #fff;
  box-shadow: 0 1.5rem 2rem 0 rgba(0, 0, 0, 0.1);
  border-bottom-left-radius: 1.5rem;
  border-bottom-right-radius: 1.5rem;
}
@media (min-width: 768px) {
  .article-boxed .article__content, .category-grid .article .article__content, .article.restricted_content-restricted .article__content {
    padding: 1.6666666667rem;
  }
}
@media (min-width: 992px) {
  .article-boxed .article__content, .category-grid .article .article__content, .article.restricted_content-restricted .article__content {
    padding: 1.75rem;
  }
}
@media (min-width: 1320px) {
  .article-boxed .article__content, .category-grid .article .article__content, .article.restricted_content-restricted .article__content {
    padding: 2rem;
  }
}

.article-bulletin.article .updated {
  display: none;
}
.article-bulletin .article__container {
  display: flex;
  flex-direction: column;
}
.article-bulletin .article__top {
  width: 100%;
  margin: 0;
}
.article-bulletin .article__content {
  width: 100%;
  padding: 2rem;
  background-color: #fff;
  border-radius: 0 0 1.5rem 1.5rem;
}
@media (min-width: 768px) {
  .article-bulletin .article__content {
    padding: 2.6666666667rem;
  }
}
@media (min-width: 992px) {
  .article-bulletin .article__content {
    padding: 3rem;
  }
}
@media (min-width: 1320px) {
  .article-bulletin .article__content {
    padding: 4rem;
  }
}
.article-bulletin .article__img-wrap {
  border-radius: 1.5rem 1.5rem 0 0;
  min-height: 100%;
  background-color: #B0B0B0;
}
.article-bulletin .article__term {
  min-width: 80%;
  border-top-left-radius: 1.5rem;
  left: 50%;
  transform: translateX(-50%);
}
.article-bulletin .article__cta {
  color: inherit;
}
.article-bulletin.bulletin_cat-news .article__term {
  background-color: #70C4E8;
}
.article-bulletin.bulletin_cat-competition .cta__icon {
  color: #B2D666;
}
.article-bulletin.bulletin_cat-competition .article__container {
  margin-top: 2.35rem;
  position: relative;
}
.article-bulletin.bulletin_cat-competition .article__term {
  background-color: #B2D666;
}
.article-bulletin.bulletin_cat-competition .article__cta {
  align-self: center;
}
.article-bulletin.bulletin_cat-competition .article__content {
  text-align: center;
  position: static;
}
@media (max-width: 991.98px) {
  .article-bulletin.bulletin_cat-competition .article__cta {
    display: flex;
    flex-wrap: wrap !important;
    width: 100%;
    text-align: center;
  }
  .article-bulletin.bulletin_cat-competition .article__cta .cta__label {
    flex-basis: 100%;
  }
  .article-bulletin.bulletin_cat-competition .article__cta .cta__icon {
    margin: 0.6em 0 0;
    font-size: 190%;
    flex-basis: 100%;
  }
  .article-bulletin.bulletin_cat-competition .article__cta .cta__icon::before {
    content: "";
  }
}
@media (min-width: 992px) {
  .article-bulletin .article__container {
    flex-direction: row;
  }
  .article-bulletin .article__top {
    width: 60%;
  }
  .article-bulletin .article__content {
    margin-top: 2.35rem;
    width: 40%;
  }
  .article-bulletin .article__term {
    min-width: 60%;
    left: 0;
    transform: none;
  }
  .article-bulletin.bulletin_cat-competition .article__container {
    margin-top: 2.35rem;
    flex-direction: column;
  }
  .article-bulletin.bulletin_cat-competition .article__top {
    overflow: hidden;
    border-radius: 1.5rem 1.5rem 0 0;
    width: 100%;
  }
  .article-bulletin.bulletin_cat-competition .article__content {
    border-radius: 0 0 1.5rem 1.5rem;
    position: static;
    width: 100%;
    margin-top: 0;
    text-align: center;
    padding-left: 25%;
    padding-right: 25%;
  }
  .article-bulletin.bulletin_cat-competition .article__excerpt {
    text-align: left;
  }
  .article-bulletin.bulletin_cat-competition .article__term {
    left: 50%;
    min-width: 40%;
    transform: translateX(-50%);
  }
  .article-bulletin.bulletin_cat-competition .article__img-wrap {
    padding-top: 36%;
  }
  .article-bulletin.bulletin_cat-technology .article__term {
    left: auto;
    right: 0;
  }
  .article-bulletin.bulletin_cat-news .article__top {
    order: 10;
  }
  .article-bulletin.bulletin_cat-news .article__content {
    order: 5;
  }
}

.article-podcast__module-intro {
  position: absolute;
  left: 1.5rem;
  top: 1.5rem;
}
.article-podcast__module-subtitle, .article-podcast__module-title {
  color: #fff;
}
.article-podcast__module-subtitle {
  font-family: "Turbinado Bold Pro", "LL Brown Light Web", "Turbinado Bold Pro", "Roboto", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-size: 0.75rem;
}
.article-podcast__module-title {
  font-size: 1.75rem;
}
.article-podcast .article__content {
  background-color: #F7F7F7;
  border-radius: 0 1.5rem 1.5rem 1.5rem;
  padding: 0;
}
@media (min-width: 768px) {
  .article-podcast .article__content {
    padding: 3.5rem 3.5rem 3rem 3rem;
  }
}
.article-podcast .article__term {
  border-top-left-radius: 1.5rem;
  border-top-right-radius: 1.5rem;
}
@media (max-width: 767.98px) {
  .article-podcast .article__term {
    left: 50%;
    transform: translateX(-50%);
  }
}
.article-podcast .article__title {
  margin-bottom: 1.2rem;
}
.article-podcast .article__excerpt {
  font-size: 1.25rem;
}
.article-podcast .article__img-wrap {
  position: relative;
  width: 100%;
  padding-top: 85%;
  margin-bottom: 2rem;
}
@media (max-width: 767.98px) {
  .article-podcast .article__img-wrap {
    padding-top: 130%;
    margin-bottom: 0;
  }
}
@media (max-width: 767.98px) {
  .article-podcast .article__text {
    display: block;
    position: relative;
    padding: 1.5rem 1rem 1.8rem;
    margin-top: -15px;
    background-color: #F7F7F7;
    border-radius: 0 1.5rem 1.5rem 1.5rem;
  }
}
.article-podcast .audio-player {
  position: absolute;
  bottom: 1.3rem;
}
@media (max-width: 767.98px) {
  .article-podcast .audio-player {
    bottom: 5rem;
  }
}

.article-cta {
  background-color: #F7F7F7;
}
.article-cta .article__term {
  border-top-left-radius: 1.5rem;
}
.article-cta .article__content {
  padding: 2.5rem;
}
.article-cta .article__title {
  margin-bottom: 1.5rem;
}
.article-cta .article__excerpt {
  margin-bottom: 1.5rem;
}
.article-cta .article__extras {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
}
.article-cta .article__extras img {
  max-width: 100%;
  width: 70%;
  margin-bottom: 2.5rem;
}
.article-cta .article__cta {
  color: #000;
}

.grid-item__simple .grid-item__image {
  margin-bottom: 1rem;
}
.grid-item__simple .grid-item__title {
  margin-bottom: 0;
  height: 52px;
}
.grid-item__simple .grid-item-cta-wrap {
  padding-top: 16px;
  text-align: -webkit-center;
}
.grid-item__simple .grid-item__cta {
  background-color: #fff;
  border-radius: 1.5rem;
  width: 80%;
}
.grid-item__simple .grid-item__cta-link {
  align-items: center;
  border: none;
  border-radius: 1.5rem;
  color: #0a233f;
  display: flex;
  height: 36px;
  justify-content: center;
  padding: 0;
  text-decoration: none;
}
.grid-item__simple .grid-item__cta-link-inner {
  font-size: 11px;
  transition: all 0.2s ease-in-out;
  display: flex;
  flex-direction: row;
  align-items: baseline;
  justify-content: center;
}

.entry-content a {
  text-decoration: underline;
}

.search-body {
  padding-top: 2rem;
  padding-bottom: 2rem;
}
.search-body::before {
  content: "";
  display: block;
  height: 6.0005rem;
}
body.libragirl .search-body::before {
  color: white;
  height: 6rem;
}
@media (min-width: 992px) {
  .search-body::before {
    height: 8.75rem;
  }
  body.libragirl .search-body::before {
    color: white;
    height: 6.875rem;
  }
}
.search-body.follow {
  padding-top: 0;
}
@media (min-width: 768px) {
  .search-body {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
  .search-body.follow {
    padding-top: 0;
  }
}
.search-body__col {
  position: relative;
}
.search-body__col.col-header {
  margin-bottom: 2rem;
}
@media (min-width: 768px) {
  .search-body__col.col-header {
    margin-bottom: 4rem;
  }
}
.search-body__title {
  display: block;
  margin-bottom: 2em;
}
@media (min-width: 768px) {
  .search-body__title {
    margin-bottom: 0;
    position: absolute;
    z-index: 10;
    margin-left: -4rem;
    transform: rotate(90deg) translateY(-100%);
    transform-origin: top left;
  }
}
.search-body__fields {
  display: flex;
  flex-direction: row;
  justify-content: stretch;
  align-items: stretch;
  position: relative;
  margin-bottom: 0.5rem;
}
@media (min-width: 768px) {
  .search-body__fields {
    margin-bottom: 1rem;
  }
}
.search-body__fields label {
  margin: 0;
  flex-grow: 9;
}
.search-body__fields .search-field {
  width: 100%;
  font-size: 1.75rem;
  padding-left: 0;
}
.search-body__fields .search-submit {
  position: absolute;
  height: 100%;
  width: 3rem;
  right: 0;
  top: 0;
  opacity: 0;
}
.search-body__fields::after {
  pointer-events: none;
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.search-body .search-filters {
  margin-top: 2rem;
}
@media (min-width: 768px) {
  .search-body .search-filters {
    margin-top: 3rem;
  }
}
.search-body .search-filters .search-filter {
  display: block;
  width: 100%;
}
.search-body .search-filters .search-filter__label {
  margin: 0;
  display: block;
  width: 100%;
  background-color: #a9dcf1;
}
.search-body .search-filters .search-filter__input {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.search-body .search-filters .search-filter__input:checked + .search-filter__label {
  background-color: #70C4E8;
}

.search-results .article-search {
  margin-bottom: 2rem;
}
@media (min-width: 768px) {
  .search-results .article-search {
    margin-bottom: 4rem;
  }
}
.search-results .article-search .cta__icon {
  color: #70C4E8;
}

.sidebar-sealed-section {
  position: fixed;
  z-index: 1045;
  left: 100%;
  top: 0;
  width: 100%;
  height: 100%;
}
.sidebar-sealed-section a {
  color: #a87bc9;
}
.sidebar-sealed-section__inner {
  max-width: 500px;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  transition: all 0.2s ease-in-out;
  background-color: #a87bc9;
  padding-left: 3em;
}
.sidebar-sealed-section__mask-toggle {
  z-index: -10;
  transition: all 0.2s ease-in-out;
  position: fixed;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  background-color: rgba(255, 255, 255, 0.75);
  opacity: 0;
  pointer-events: none;
  visibility: hidden;
}
.sidebar-sealed-section__handle {
  background-color: #a87bc9;
  position: absolute;
  top: 0;
  left: 0;
  width: 3em;
  height: 100%;
}
.sidebar-sealed-section__handle-toggle {
  display: block;
  width: 100%;
  height: 100%;
}
.sidebar-sealed-section__handle-toggle:hover {
  text-decoration: none;
}
.sidebar-sealed-section__handle-label {
  white-space: nowrap;
  color: #a87bc9;
  position: absolute;
  display: contents;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  overflow: hidden;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .sidebar-sealed-section__handle-label {
    display: none;
  }
}
.sidebar-sealed-section__handle-label__close,
.sidebar-sealed-section__handle-label span {
  display: inline-flex;
  transition: all 0.2s ease-in-out;
  margin: 0 0.5em;
}
.sidebar-sealed-section__handle-label__close::before,
.sidebar-sealed-section__handle-label span::before {
  display: inline-block;
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "libra-icons" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
body.sealed-unlocked .sidebar-sealed-section__handle-label__close::before,
body.sealed-unlocked .sidebar-sealed-section__handle-label span::before {
  content: "";
}
.sidebar-sealed-section__handle-label__close::after,
.sidebar-sealed-section__handle-label span::after {
  margin-left: 0.6em;
  margin-top: 10px;
  width: 140px;
  height: 20px;
  display: inline-block;
  content: url("/app/themes/lovelibra/dist/images/reskin/icons/sealed_section.svg");
}
body.sealed-unlocked .sidebar-sealed-section__handle-label__close::after,
body.sealed-unlocked .sidebar-sealed-section__handle-label span::after {
  content: " Unlocked ";
}
.sidebar-sealed-section__handle-label__close {
  align-items: center;
  opacity: 0;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
}
.sidebar-sealed-section__handle-label__close::before {
  order: 1;
  margin: 0.5em 0;
  transform: rotate(-90deg);
}
.sidebar-sealed-section__handle-label__close::after {
  order: 2;
  display: none;
}
.sidebar-sealed-section__handle-label__close i {
  font-size: 80%;
  margin-right: 1em;
  order: 0;
  transform: rotate(180deg);
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "libra-icons" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.sidebar-sealed-section__handle-label__close i::before {
  content: "";
}
.sidebar-sealed-section__close {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 100;
  margin: 2rem;
  transition: all 0.2s ease-in-out;
}
.sidebar-sealed-section__close .item-text {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.sidebar-sealed-section__close .item-icon {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "libra-icons" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.sidebar-sealed-section__close .item-icon::before {
  content: "";
}
.sidebar-sealed-section__close:hover {
  text-decoration: none;
  transform: scale(1.1);
}
.sidebar-sealed-section__container {
  background-color: #a87bc9;
  height: 100%;
  overflow: auto;
}
.sidebar-sealed-section__container-inner {
  min-height: 100%;
  padding: 2rem;
  padding-left: 0;
}
@media (min-width: 768px) {
  .sidebar-sealed-section__container-inner {
    padding: 2.6666666667rem;
  }
}
@media (min-width: 992px) {
  .sidebar-sealed-section__container-inner {
    padding: 3rem;
  }
}
@media (min-width: 1320px) {
  .sidebar-sealed-section__container-inner {
    padding: 4rem;
  }
}
.sidebar-sealed-section .sealed-content {
  z-index: -1;
}
.sidebar-sealed-section .sealed-content__posts {
  pointer-events: none;
  z-index: -10;
}
.sidebar-sealed-section .sealed-content__posts > * {
  pointer-events: all;
}
.sidebar-sealed-section.sealed-section-active .sidebar-sealed-section__inner {
  transition: all 0.5s ease-out;
  transform: translateX(-100%);
}
.sidebar-sealed-section.sealed-section-active .sidebar-sealed-section__handle-label span {
  pointer-events: none;
  opacity: 0;
}
.sidebar-sealed-section.sealed-section-active .sidebar-sealed-section__handle-label__close {
  pointer-events: all;
  opacity: 1;
  color: #fff;
}
.sidebar-sealed-section.sealed-section-active .sidebar-sealed-section__mask-toggle {
  opacity: 1;
  visibility: visible;
  pointer-events: all;
}
.sidebar-sealed-section.sealed-section-active .sealed-content__posts {
  transition-delay: 0.25s;
  right: 100%;
}
@media (max-width: 991.98px) {
  .sidebar-sealed-section__handle-label span {
    pointer-events: none;
    opacity: 0;
  }
  .sidebar-sealed-section__handle-label__close {
    pointer-events: all;
    opacity: 1;
  }
}
@media (min-width: 992px) {
  .sidebar-sealed-section__inner {
    transform: translateX(-3em);
  }
  .sidebar-sealed-section__container-inner {
    height: 100%;
  }
  .sidebar-sealed-section:not(.sealed-section-active) {
    animation-name: sidebar-nudge;
    animation-timing-function: ease-out;
    animation-duration: 4s;
    animation-delay: 4s;
    animation-iteration-count: 2;
  }
}

.sidebar-sealed-section-icon {
  height: 3.125rem;
  width: 3.125rem;
  border-radius: 50%;
  z-index: 900;
  position: fixed;
  bottom: 0;
  left: 0;
  margin: 1rem;
  text-align: center;
  color: #a87bc9;
  background-color: #a87bc9;
  transition: all 0.2s ease-in-out;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  content: url("/app/themes/lovelibra/dist/images/reskin/icons/sealed_section_mobile.png");
}
.sidebar-sealed-section-icon__icon {
  display: block;
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "libra-icons" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
body.sealed-unlocked .sidebar-sealed-section-icon__icon::before {
  content: "";
}
.sidebar-sealed-section-icon__label {
  display: block;
  margin: 0.5em 0;
  letter-spacing: 0.05em;
  font-size: 0.5rem;
  line-height: 1;
}
.sidebar-sealed-section-icon.active {
  opacity: 0;
}
.sidebar-sealed-section-icon:hover, .sidebar-sealed-section-icon:focus {
  color: #a87bc9;
  transform: scale(1.1);
  text-decoration: none;
}
@media (min-width: 992px) {
  .sidebar-sealed-section-icon {
    display: none;
  }
}

.sealed-content {
  color: #fff;
  text-align: center;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
}
.sealed-content .signup-cta,
.sealed-content .login-cta {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.sealed-content .signup-cta .cta__label,
.sealed-content .login-cta .cta__label {
  color: #fff;
}
.sealed-content .signup-cta__text,
.sealed-content .login-cta__text {
  flex-basis: 100%;
}
.sealed-content .signup-cta {
  width: 100%;
  margin-top: 3rem;
  margin-bottom: 3rem;
}
.sealed-content .signup-cta .cta__icon {
  color: #fff;
}
.sealed-content__header {
  flex-grow: 1;
  height: 100%;
}
.sealed-content__footer {
  width: 100%;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  height: 100%;
}
.sealed-content__posts-wrap {
  order: 20;
  width: 100%;
}
.sealed-content__posts {
  margin-bottom: 2rem;
  transition: all 0.6s ease-out;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  text-align: left;
}
.sealed-content__posts .article {
  width: 100%;
}
@media (min-width: 992px) {
  .sealed-content__posts {
    margin-top: 0;
    margin-bottom: 0;
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    width: 100%;
    max-width: 270px;
    max-height: 100vh;
    overflow: auto;
  }
  .sealed-content__posts .article__content {
    border-bottom-right-radius: 0 !important;
  }
  .sealed-content .signup-cta__text {
    flex-basis: auto;
    margin-right: 1em;
  }
}

.article.restricted_content-restricted .article__top {
  overflow: hidden;
  background-color: #a87bc9;
}
.article.restricted_content-restricted .article__content {
  background-color: #b48dd0;
}
.article.restricted_content-restricted .article__text {
  color: #fff;
}
.article.restricted_content-restricted .post-flags {
  display: block;
  font-family: "LL Brown Bold Web", "LL Brown Light Web", "Turbinado Bold Pro", "Roboto", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-weight: normal;
  font-style: normal;
  letter-spacing: 0.25em;
  text-transform: uppercase;
  line-height: 1;
  background-color: #b48dd0;
  color: #a87bc9;
  border-radius: 1.5rem 1.5rem 0 0;
}
.article.restricted_content-restricted .post-flags::before {
  content: "Sealed Section ";
}
body.sealed-unlocked .article.restricted_content-restricted .post-flags::before {
  content: "Unlocked ";
}
.article.restricted_content-restricted .post-flags::after {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "libra-icons" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "";
}
body.sealed-unlocked .article.restricted_content-restricted .post-flags::after {
  content: "";
}
.restricted-site__closed .article.restricted_content-restricted .article__title, .restricted-site__closed .article.restricted_content-restricted .article__excerpt {
  text-decoration: line-through;
}
.restricted-site__closed .article.restricted_content-restricted .article__img-wrap {
  transform: scale(1.1);
  filter: blur(10px);
}

.article-single__banner {
  margin-top: -6.0005rem;
}
body.libragirl .article-single__banner {
  color: white;
  margin-top: -6rem;
}
@media (min-width: 992px) {
  .article-single__banner {
    margin-top: -8.75rem;
  }
  body.libragirl .article-single__banner {
    color: white;
    margin-top: -6.875rem;
  }
}
.article-single__banner::before {
  display: block;
  content: "";
  height: 6.0005rem;
  background-image: linear-gradient(180deg, #efefef 50%, rgba(255, 255, 255, 0) 100%);
}
body.libragirl .article-single__banner::before {
  color: white;
  height: 6rem;
}
@media (min-width: 992px) {
  .article-single__banner::before {
    height: 8.75rem;
  }
  body.libragirl .article-single__banner::before {
    color: white;
    height: 6.875rem;
  }
}
.article-single__banner::after {
  display: block;
  content: "";
  height: 270px;
}
@media (min-width: 992px) {
  .article-single__banner::after {
    height: 360px;
  }
}
.article-single__container {
  min-height: 350px;
  padding-top: 2rem;
  padding-bottom: 2rem;
}
.article-single__container.follow {
  padding-top: 0;
}
@media (min-width: 768px) {
  .article-single__container {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
  .article-single__container.follow {
    padding-top: 0;
  }
}
.article-single__header {
  margin-bottom: 2rem;
}
@media (min-width: 768px) {
  .article-single__header {
    margin-bottom: 3rem;
  }
}
.article-single__header__row {
  justify-content: justify-content-center;
}
.article-single__header .byline {
  display: none;
}
.article-single__header .single-header__top {
  display: block;
  margin-bottom: 2em;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  margin-top: 0.7em;
}
@media (min-width: 768px) {
  .article-single__header .single-header__top {
    margin-bottom: 0;
    position: absolute;
    z-index: 10;
    margin-left: -4rem;
    transform: rotate(90deg) translateY(-100%);
    transform-origin: top left;
  }
}
@media (max-width: 767.98px) {
  .article-single__header .single-header__top .social-share {
    display: none;
  }
}
@media (min-width: 768px) {
  .article-single__header .single-header__top .addtoany_list a {
    transform: rotate(-90deg);
  }
}
.article-single__header .single-header__term {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
  margin-right: 2rem;
}
.article-single__header .single-header__title {
  margin-bottom: 1rem;
}
.article-single__header .single-header__share {
  margin-top: 1rem;
}
@media (min-width: 768px) {
  .article-single__header .single-header__share {
    display: none;
  }
}
.sidebar-posts__container {
  position: relative;
}
.sidebar-posts__title {
  display: block;
  margin-bottom: 2em;
}
@media (min-width: 768px) {
  .sidebar-posts__title {
    margin-bottom: 0;
    position: absolute;
    z-index: 10;
    margin-left: -2rem;
    transform: rotate(90deg) translateY(-100%);
    transform-origin: top left;
  }
}
.sidebar-posts__title-text {
  margin: 0;
  margin-bottom: 1em;
}
.sidebar-posts__title::after {
  content: "";
  display: block;
  height: 1em;
  margin-bottom: 1em;
}
.sidebar-posts .article {
  margin-bottom: 1rem;
  width: 75%;
  max-width: 200px;
  margin-right: 10px;
}
.sidebar-posts .article::after {
  content: none;
  display: block;
  height: 1em;
}
.sidebar-posts .article__img-wrap {
  background-color: #F7F7F7;
}
.sidebar-posts .article__img-wrap::after {
  content: "";
  display: block;
  opacity: 0;
  transition: all 0.2s ease-in-out;
  background-image: linear-gradient(-180deg, rgba(64, 81, 146, 0) 0%, #F99BBB 100%);
  position: absolute;
  top: 95%;
  left: 0;
  right: 0;
  bottom: 0;
}
.sidebar-posts .article__cta {
  display: none !important;
}
.sidebar-posts .article__content {
  padding-top: 1rem;
}
.sidebar-posts .article__term {
  position: static;
  background-color: transparent;
  padding: 0;
  border-radius: 0;
  margin-bottom: 1rem;
  text-align: left;
}
.sidebar-posts .article__link:hover .article__title {
  color: #0a233f;
}
.sidebar-posts .article__link:hover .article__img-wrap::after {
  opacity: 1;
  top: 25%;
}
@media (min-width: 768px) {
  .sidebar-posts__title-text {
    margin-bottom: 0;
  }
  .sidebar-posts__title::after {
    content: none;
  }
  .sidebar-posts__items::after {
    content: "" !important;
  }
  .sidebar-posts .article {
    max-width: none;
    width: 100%;
    margin-right: 0;
  }
  .sidebar-posts .article::after {
    content: "";
  }
}

.expert_advice-answer {
  padding: 1.5rem;
  margin-top: 1rem;
  border-radius: 1.5rem;
  background-color: #f5e8f8;
}
@media (min-width: 768px) {
  .expert_advice-answer {
    padding: 1.6666666667rem;
  }
}
@media (min-width: 992px) {
  .expert_advice-answer {
    padding: 1.75rem;
  }
}
@media (min-width: 1320px) {
  .expert_advice-answer {
    padding: 2rem;
  }
}

.template-subscriptions .page-header__row {
  height: auto;
  justify-content: center;
  text-align: center;
}
.template-subscriptions .page-header__col {
  justify-content: center;
  align-items: stretch;
}
.template-subscriptions .page-header__title {
  margin-bottom: 0.6em;
}
@media (max-width: 575.98px) {
  .template-subscriptions .page-header__body-extra a:last-of-type {
    margin-top: 20px;
  }
}
.template-subscriptions .page-header .step-columns {
  margin-top: 2rem;
}
@media (min-width: 768px) {
  .template-subscriptions .page-header .step-columns {
    margin-top: 4rem;
  }
}
@media (max-width: 575.98px) {
  .template-subscriptions .page-header .step-columns {
    margin-left: -25px;
    margin-right: -25px;
  }
}
.template-subscriptions .featured-products {
  background-color: #fff;
}
.subscription-products__item {
  width: 100%;
}

.subscriptions-modal {
  pointer-events: none;
  transform: translateX(100%);
  display: block !important;
  opacity: 1 !important;
}
.subscriptions-modal.show {
  transform: none;
  pointer-events: all;
}
.subscriptions-modal .modal-footer {
  display: none;
}
.subscriptions-modal .flickity-viewport {
  overflow: visible;
}
.subscriptions-modal .flickity-slider {
  transform: none !important;
}
.subscriptions-modal .flickity-slider > div, .subscriptions-modal .flickity-slider > span {
  left: 0 !important;
  transition: opacity 0.15s linear;
}
.subscriptions-modal .flickity-slider > div:not(.is-selected), .subscriptions-modal .flickity-slider > span:not(.is-selected) {
  opacity: 0 !important;
  z-index: -1;
}
.subscriptions-modal .flickity-slider > div.is-selected, .subscriptions-modal .flickity-slider > span.is-selected {
  opacity: 1;
  z-index: 0;
}

.tabs-slides .nav-slides .nav-link,
.tabs-slides .nav-tabs .nav-link {
  padding: 0.6rem 1rem;
  font-size: 22px;
  letter-spacing: 0.12rem;
}
@media (min-width: 1320px) {
  .tabs-slides .nav-slides .nav-link,
.tabs-slides .nav-tabs .nav-link {
    padding: 0.5rem 2rem;
    font-size: 0.75rem;
    letter-spacing: 0.25em;
  }
}

.term-menu {
  background-color: pink;
  overflow: hidden;
}
.term-menu__list {
  text-align: center;
  list-style: none;
  background-color: #0a233f;
  color: #0a233f;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  justify-content: stretch;
}
.term-menu__item {
  color: #fff;
  flex-grow: 1;
  padding: 0;
  margin: 0;
}
.term-menu__item:last-child {
  border-bottom: none;
}
.term-menu__item .term-menu__link {
  height: 100%;
  transition: all 0.2s ease-in-out;
  color: inherit;
  display: block;
}
.term-menu__item .term-menu__link:hover {
  background-color: #2f445c;
  text-decoration: none;
}
.term-menu__item .term-menu__link:hover .term-menu__icon {
  transform: scale(1.1);
}
.term-menu__item-inner {
  margin: 0 auto;
  height: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding: 1.2rem;
}
@media (min-width: 576px) {
  .term-menu__item-inner {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .term-menu__item-inner {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .term-menu__item-inner {
    max-width: 960px;
  }
}
@media (min-width: 1320px) {
  .term-menu__item-inner {
    max-width: 1280px;
  }
}
.term-menu__item-inner::after {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "libra-icons" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: url("/app/themes/lovelibra/dist/images/reskin/icons/right-arrow.svg");
  font-size: 50%;
  margin-top: 0.4em;
  transition: all 0.2s ease-in-out;
  margin-left: 1rem;
}
.term-menu__item[aria-expanded=true] .term-menu__item-inner::after {
  transform: rotate(90deg);
}
.term-menu__radio {
  transition: all 0.2s ease-in-out;
  cursor: pointer;
  display: block;
  height: 100%;
}
.term-menu__radio input[type=radio]:checked ~ .term-menu__item-inner {
  background-color: #2f445c;
}
.term-menu__radio:hover {
  background-color: #0a233f;
  text-decoration: none;
}
.term-menu__radio:hover .term-menu__icon {
  transform: scale(1.1);
}
.term-menu__radio:hover .term-menu__item-inner::after {
  transform: translateX(0.66em);
}
.term-menu__radio[aria-expanded=true]:hover .term-menu__item-inner::after {
  transform: rotate(90deg);
}
.term-menu__label {
  text-align: left;
}
.term-menu__icon {
  transition: all 0.2s ease-in-out;
  display: block;
  min-width: 2rem;
  width: 1.8rem;
  height: 2rem;
  margin-right: 2em;
}
.term-menu__icon img {
  display: block;
  margin: 0 auto;
  width: auto;
  max-height: 100%;
  max-width: 100%;
}
@media (min-width: 768px) {
  .term-menu {
    border: none;
  }
  .term-menu__list {
    flex-direction: row;
  }
  .term-menu__item {
    border-bottom: none;
  }
  .term-menu__item:last-child {
    border-right: none;
  }
  .term-menu__item-inner {
    padding: 1.5rem;
    max-width: none !important;
    justify-content: center;
  }
  .term-menu__icon {
    min-width: 3.25rem;
    width: auto;
    height: auto;
    margin-right: 1em;
  }
  .term-menu__icon img {
    max-height: 3.25rem;
  }
}
@media (min-width: 768px) {
  .term-menu__sub-menu {
    display: flex;
    position: absolute;
    left: 0;
    width: 100%;
    margin-top: 1px;
  }
  .term-menu__sub-menu .filter-dropdown {
    background-color: #0a233f;
    border-right: 1px solid #fff;
    flex: 0 1 33.333%;
  }
  .term-menu__sub-menu .filter-dropdown:first-child {
    border-left: 1px solid #fff;
  }
  .term-menu__sub-menu .filter-dropdown:last-child {
    border-right: 2px solid #fff;
  }
  .term-menu__sub-menu .filter-dropdown.set-2 {
    flex-basis: 50%;
  }
}
@media (max-width: 767.98px) {
  .term-menu__sub-menu .filter-dropdown .dropdown-toggle {
    padding-top: 0.6rem;
    padding-bottom: 0.6rem;
  }
  .term-menu__sub-menu .filter-dropdown .dropdown-select__menu, .term-menu__sub-menu .filter-dropdown .dropdown-select__toggle {
    background-color: #0a233f;
  }
  .term-menu__sub-menu .filter-dropdown .dropdown-select__toggle {
    border-bottom: 1px solid #fff;
  }
  .term-menu__sub-menu .filter-dropdown .dropdown-select__item {
    padding-left: 25px;
    padding-right: 25px;
  }
}

body#tinymce {
  margin: 12px !important;
}

.lg_home {
  position: relative;
}
.lg_home::before {
  content: "";
}
.lg_home__col-right {
  margin-top: 2rem;
}
.lg_home__col-right .article .article__content {
  padding: 2rem;
  box-shadow: 0 1.5rem 2rem 0 rgba(0, 0, 0, 0.1);
  border-bottom-left-radius: 1.5rem;
  border-bottom-right-radius: 0;
}
@media (min-width: 768px) {
  .lg_home__col-right .article .article__content {
    padding: 2.6666666667rem;
  }
}
@media (min-width: 992px) {
  .lg_home__col-right .article .article__content {
    padding: 3rem;
  }
}
@media (min-width: 1320px) {
  .lg_home__col-right .article .article__content {
    padding: 4rem;
  }
}
.lg_home .new-topic-cta-wrap {
  margin: 1.5rem !important;
  text-align: -webkit-center;
}
.lg_home .new-topic-cta {
  background-color: #0a233f;
  border-radius: 1.5rem;
  width: 267px;
}
.lg_home .new-topic-cta__link {
  display: block;
  height: 2.625rem;
  color: #fff;
  border: none;
  border-radius: 1.5rem;
  padding: 0.8125rem 2rem;
  text-decoration: none;
}
.lg_home .new-topic-cta__link-inner {
  font-size: 11px;
  transition: all 0.2s ease-in-out;
  display: flex;
  flex-direction: row;
  align-items: baseline;
  justify-content: center;
}
@media (min-width: 768px) {
  .lg_home .new-topic-cta-wrap {
    margin: 2rem !important;
  }
  .lg_home__col-right {
    margin-top: 0;
  }
  .lg_home .stretch-right.stretched {
    transform: translateY(-4rem);
    padding-left: 10px;
    z-index: 10;
    position: relative;
  }
  .lg_home .stretch-right.stretched .stretch-inner {
    margin: 0;
    margin-left: auto;
    display: block;
    max-width: 470px;
  }
}

.lg_home-intro {
  position: relative;
}
.lg_home-intro__content {
  padding-top: 4rem;
  margin-bottom: 2rem;
}
@media (min-width: 768px) {
  .lg_home-intro__content {
    padding-top: 4.6666666667rem;
  }
}
@media (min-width: 992px) {
  .lg_home-intro__content {
    padding-top: 5rem;
  }
}
@media (min-width: 1320px) {
  .lg_home-intro__content {
    padding-top: 6rem;
  }
}
@media (min-width: 768px) {
  .lg_home-intro__content {
    margin-bottom: 3rem;
  }
}
.lg_home-intro__headline {
  width: 100%;
  border-radius: 0 0 1.5rem 1.5rem;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #a87bc9;
  color: #fff;
  transform: translateY(-100%);
  animation: slide-from-top 0.5s linear;
  animation-fill-mode: forwards;
  animation-delay: 1s;
}
.lg_home-intro__cta {
  margin-bottom: 2rem;
}
@media (min-width: 768px) {
  .lg_home-intro__cta {
    margin-bottom: 4rem;
  }
}
.lg_home-intro__cta__icon {
  padding-left: 1rem;
  padding-bottom: 1rem;
}
.lg_home-intro__body {
  display: block;
  max-width: 420px;
}

.lg-archive-featured-posts {
  overflow: hidden;
}
.lg-archive-featured-posts .card__title, .lg-archive-featured-posts .category-slides .slide-pane__term, .category-slides .lg-archive-featured-posts .slide-pane__term {
  background-color: #a87bc9;
}
.lg-archive-featured-posts .card__body {
  background-color: #F7F7F7;
  border-radius: 0 0 0 1.5rem;
}
.lg-archive-featured-posts .featured-post {
  margin-right: 8.3333333333%;
}
.lg-archive-featured-posts .featured-post:last-child {
  margin-right: 0;
}
@media (min-width: 768px) {
  .lg-archive-featured-posts .featured-posts__list::before {
    right: 60%;
  }
}

@media (min-width: 768px) {
  .lg-post-loop .featured-post::before {
    right: 60%;
  }
}

.promo-banner {
  margin-bottom: 2rem;
  position: relative;
}
@media (min-width: 768px) {
  .promo-banner {
    margin-bottom: 4rem;
  }
}
@media (min-width: 768px) {
  .promo-banner .promo-banner__container::before {
    top: 0;
  }
}

.video-favs {
  padding-top: 2rem;
  padding-bottom: 2rem;
}
.video-favs.follow {
  padding-top: 0;
}
@media (min-width: 768px) {
  .video-favs {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
  .video-favs.follow {
    padding-top: 0;
  }
}
.video-favs__container {
  position: relative;
}
.video-favs__videos {
  margin-bottom: 1rem;
}
.video-favs__videos .flickity-viewport {
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
}
.video-favs__content {
  text-align: center;
}

.video-slider__container {
  position: relative;
}
.video-slider .card__title, .video-slider .category-slides .slide-pane__term, .category-slides .video-slider .slide-pane__term {
  min-width: 35%;
}
.video-slider .video-favs__videos {
  margin-bottom: 2rem;
}
.video-slider .video-favs__videos .flickity-viewport {
  box-shadow: none;
}
.video-slider .flickity-page-dots {
  width: 100%;
  justify-content: center;
  margin-bottom: 1rem;
}
.video-slider .flickity-page-dots .dot {
  margin-right: 0.9em;
}

body.ywccs-active {
  padding-bottom: 5.1rem;
}

.cs-builder__wrap {
  position: fixed;
  opacity: 1;
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: #C3E5F5;
  transition: opacity 1s ease-in-out;
  z-index: 1100;
  box-shadow: -1px -2px 16px 0 rgba(0, 0, 0, 0.15);
}
.cs-builder__toggle-btn {
  position: absolute;
  right: 40px;
  top: -14px;
  height: 30px;
  width: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: #0a233f;
  color: #fff;
  font-size: 20px;
  cursor: pointer;
  text-decoration: none;
  z-index: 1001;
}
.cs-builder__toggle-btn:hover {
  text-decoration: none;
  color: #fff;
}
.cs-builder__toggle-btn.active i {
  transform: rotate(180deg);
}
@media (max-width: 575.98px) {
  .cs-builder__toggle-btn {
    right: 10px;
  }
}
.cs-builder__container-main {
  height: 190px;
  transition: height 0.2s ease;
}
@media (max-width: 575.98px) {
  .cs-builder__container-main.step-2 {
    height: 280px;
  }
}
.cs-builder__container-main.step-min {
  height: 80px;
}
.cs-builder__container-sub {
  height: 80px;
}
.cs-builder__container-sub .cs-builder__row {
  height: 100%;
}
.cs-builder__container .d-mobile {
  display: none;
}
@media (max-width: 575.98px) {
  .cs-builder__container .d-mobile {
    display: inline-block;
  }
}
@media (max-width: 575.98px) {
  .cs-builder__container .d-mobile-none {
    display: none !important;
  }
}
@media (max-width: 991.98px) {
  .cs-builder__container .d-tablet-none {
    display: none !important;
  }
}
.cs-builder__container .products-reset {
  cursor: pointer;
  padding: 0;
}
.cs-builder__container .ribbon {
  position: absolute;
  right: 0;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 11px;
  border-radius: 10px 0 0 10px;
}
.cs-builder__container .cs-product__item-qty {
  top: 0;
  width: 30px;
  background-color: #fdd7e4;
}
.cs-builder__container .cs-product__item-type {
  bottom: 0;
  padding: 0 15px;
  background-color: #1E2859;
  color: #fff;
  letter-spacing: 3px;
  text-transform: uppercase;
}
.cs-builder__container .cs-product__item-meta {
  font-family: "Turbinado Bold Pro", "LL Brown Light Web", "Turbinado Bold Pro", "Roboto", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-size: 11px;
  color: #363636;
  text-transform: uppercase;
  margin-bottom: 0;
  letter-spacing: 3px;
}
.cs-builder__container .cs-product__item-title {
  font-size: 12px;
  color: #261f21;
  margin-bottom: 0;
  line-height: 1.3;
}
.cs-builder__container .cs-product__item-action {
  color: #363636;
  text-decoration: underline;
  text-transform: uppercase;
  font-size: 11px;
  font-weight: bold;
  letter-spacing: 3px;
}
.cs-builder__container .cs-product__item-action:hover {
  color: #fff;
}
.cs-builder__header-actions {
  right: 25px;
}
@media (max-width: 575.98px) {
  .cs-builder__header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 10px;
  }
}
.cs-builder__header-extras {
  display: flex;
  justify-content: space-between;
}
@media (min-width: 576px) {
  .cs-builder__header-extras {
    width: 195px;
  }
}
.cs-builder__form .ajax-loader {
  position: absolute;
}
.cs-builder__details {
  margin-top: 15px;
}
@media (max-width: 575.98px) {
  .cs-builder__details {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
  }
}
@media (max-width: 991.98px) {
  .cs-builder__details-billing {
    font-size: 19px;
  }
}
@media (max-width: 575.98px) {
  .cs-builder__details-billing {
    margin-bottom: 0;
  }
}
.cs-builder__details-billing .interval-divider {
  margin-left: -5px;
  margin-right: -5px;
}
.cs-builder__details-calculate, .cs-builder__details-period-interval {
  font-family: "LL Brown Bold Web", "LL Brown Light Web", "Turbinado Bold Pro", "Roboto", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-weight: normal;
  font-style: normal;
  letter-spacing: 0.25em;
  text-transform: uppercase;
  line-height: 1;
  font-size: 0.6875rem;
}
@media (max-width: 575.98px) {
  .cs-builder__details-calculate, .cs-builder__details-period-interval {
    margin-bottom: 10px;
  }
}
@media (max-width: 575.98px) {
  .cs-builder__details-calculate, .cs-builder__details-period-interval {
    font-size: 10px;
    width: 100%;
    flex-basis: 100%;
    margin-bottom: 7px;
  }
}
@media (max-width: 991.98px) {
  .cs-builder__details-actions {
    position: fixed;
    right: 25px;
  }
}
.cs-builder__options {
  display: flex;
  flex-wrap: wrap;
  margin-right: -5px;
  margin-left: -5px;
  padding-top: 15px;
}
@media (max-width: 767.98px) {
  .cs-builder__options {
    padding-top: 0;
  }
}
@media (max-width: 575.98px) {
  .cs-builder__options {
    padding-top: 10px;
    margin: 0;
  }
}
.cs-builder__options-wrap {
  width: 92%;
  position: relative;
}
@media (max-width: 575.98px) {
  .cs-builder__options-wrap {
    width: auto;
    margin-right: -25px;
    margin-left: -25px;
  }
}
.cs-builder__options-item {
  padding-left: 5px;
  padding-right: 5px;
  margin-bottom: 10px;
  flex: 1 1 33.333%;
}
.cs-builder__options-item .custom-radio__title {
  font-size: 20px;
}
@media (max-width: 991.98px) {
  .cs-builder__options-item .custom-radio__title {
    font-size: 15px;
    padding: 10px;
  }
  .cs-builder__options-item .custom-radio__title::before {
    content: attr(data-compact-label);
    display: inline-block;
  }
  .cs-builder__options-item .custom-radio__title .text-wrap__title {
    display: none;
  }
}
@media (max-width: 767.98px) {
  .cs-builder__options-item {
    width: 50%;
    flex: 1 1 50%;
    padding: 0;
    margin-bottom: 2px;
  }
  .cs-builder__options-item:nth-child(odd) {
    padding-right: 1px;
  }
  .cs-builder__options-item:nth-child(even) {
    padding-left: 1px;
  }
}
.cs-builder__products {
  width: 100%;
}
.cs-builder__products:not(.flickity-enabled) {
  display: flex;
  height: 130px;
  overflow: hidden;
}
.cs-builder__products:not(.flickity-enabled) .cs-builder__products-item {
  flex-basis: 130px;
  flex-shrink: 0;
}
.cs-builder__products-wrap {
  width: 92%;
  min-height: 130px;
  position: relative;
}
.cs-builder__products-wrap::after {
  content: "";
  display: inline-block;
  height: 100%;
  width: 30px;
  position: absolute;
  top: 0;
  right: 0;
  background: white;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.3) 49%, rgba(236, 236, 236, 0.7) 100%);
}
@media (max-width: 575.98px) {
  .cs-builder__products-wrap {
    width: 97%;
    min-height: 60px;
  }
}
.cs-builder__products-item {
  height: 130px;
  width: 130px;
  display: inline-block;
  border-radius: 10px;
  margin-right: 18px;
  background-color: #fff;
  background-size: 100px;
  background-position: center;
  background-repeat: no-repeat;
}
.cs-builder__products-item::before {
  content: "";
  display: block;
  opacity: 1;
  visibility: visible;
  position: absolute;
  height: 100%;
  width: 100%;
  background-color: #fff;
  transition: all 0.8s ease-in-out;
  border-radius: 10px;
}
.slider-init .cs-builder__products-item::before {
  opacity: 0;
  visibility: hidden;
}
@media (max-width: 575.98px) {
  .cs-builder__products-item {
    height: 62px;
    width: 62px;
    background-size: 50px;
    margin-right: 8px;
  }
}
.cs-builder__products-item-container {
  position: relative;
}
.cs-builder__products-item-container .ribbon {
  opacity: 1;
  transition: all 0.2s ease-in-out;
}
@media (max-width: 575.98px) {
  .cs-builder__products-item-container .ribbon {
    display: none;
  }
}
.cs-builder__products-item.product .cs-builder__products-item-container {
  height: 100%;
  width: 100%;
}
.cs-builder__products-item-hover {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 12px 15px;
  border-radius: 10px;
  background-color: #fbc3d6;
  transition: all 0.2s ease-in-out;
  text-align: center;
}
.cs-builder__products-item-hover .custom-qty {
  padding: 0;
}
.cs-builder__products-item-hover .custom-qty__label {
  display: none;
}
.cs-builder__products-item-hover .custom-qty__plus, .cs-builder__products-item-hover .custom-qty__minus {
  font-size: 17px;
}
.cs-builder__products-item-hover .custom-qty__plus::before, .cs-builder__products-item-hover .custom-qty__minus::before {
  font-size: inherit;
}
.cs-builder__products-item-hover .custom-qty__display {
  font-size: 13px;
  min-width: 2em;
}
@media (min-width: 576px) {
  .cs-builder__products-item.show-options:hover .cs-builder__products-item-hover {
    opacity: 1;
    visibility: visible;
  }
  .cs-builder__products-item.show-options:hover .ribbon {
    opacity: 0;
  }
}
.cs-builder__products-item.spacer .cs-builder__products-item-container {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}
.cs-builder__products-item.spacer .cs-builder__products-item-container::after {
  content: "+";
  color: #B0B0B0;
}
.cs-builder__products-item-pop {
  opacity: 0;
  visibility: hidden;
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-color: #fdd7e4;
  z-index: 2000;
  padding: 25px;
  transition: all 0.2s ease-in-out;
}
.cs-builder__products-item-pop.active {
  opacity: 1;
  visibility: visible;
}
.cs-builder__products-item-pop .cs-product__item-meta {
  margin-bottom: 10px;
}
.cs-builder__products-item-pop .cs-product__item-title {
  font-size: 18px;
  margin-bottom: 20px;
}
.cs-builder__products-item-pop .cs-pop__img {
  position: relative;
  width: 100%;
  height: 50%;
  background-repeat: no-repeat;
  background-size: 80%;
  background-position: center;
  background-color: white;
  margin-bottom: 20px;
}
.cs-builder__products-item-pop .cs-pop__content .custom-qty {
  margin-left: -25px;
  margin-right: -25px;
  margin-bottom: 20px;
  border: 1px solid #fff;
  align-items: stretch;
  flex-wrap: nowrap;
  background-color: #fbc3d6;
}
@media (min-width: 992px) {
  .cs-builder__products-item-pop .cs-pop__content .custom-qty {
    padding: 0 !important;
  }
}
.cs-builder__products-item-pop .cs-pop__content .custom-qty .custom-qty__label, .cs-builder__products-item-pop .cs-pop__content .custom-qty .custom-qty__plus, .cs-builder__products-item-pop .cs-pop__content .custom-qty .custom-qty__minus, .cs-builder__products-item-pop .cs-pop__content .custom-qty .custom-qty__display {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.cs-builder__products-item-pop .cs-pop__content .custom-qty .custom-qty__label {
  align-items: flex-start;
  text-align: left;
  flex-grow: 10;
  flex-basis: auto;
  border-right: 1px solid #fff;
}
.cs-builder__products-item-pop .cs-pop__content .custom-qty .custom-qty__plus, .cs-builder__products-item-pop .cs-pop__content .custom-qty .custom-qty__minus {
  align-items: center;
  flex-grow: 1;
  align-self: stretch;
}
.cs-builder__products-item-pop .cs-pop__content .custom-qty .custom-qty__plus::before, .cs-builder__products-item-pop .cs-pop__content .custom-qty .custom-qty__minus::before {
  font-size: 100%;
}
.cs-builder__products-item-pop .cs-pop__content .custom-qty .custom-qty__minus {
  border-right: 1px solid #fff;
}
.cs-builder__products-item-pop .cs-pop__content .custom-qty .custom-qty__display {
  align-items: center;
  border-right: 1px solid #fff;
  flex-grow: 1;
  font-size: 14px;
  min-width: 0;
}
.cs-builder__products-item-pop .cs-pop__actions {
  position: absolute;
  bottom: 45px;
}
.cs-builder__products-item-pop .cs-pop__actions .products-back {
  color: #000;
}
.cs-builder__products.slider .flickity-prev-next-button::before {
  font-size: 1.5rem;
}
@media (max-width: 575.98px) {
  .cs-builder__products.slider .flickity-prev-next-button {
    margin: 0;
  }
  .cs-builder__products.slider .flickity-prev-next-button:not(:disabled) {
    display: block;
  }
}
.cs-builder__products.no-products .flickity-prev-next-button {
  opacity: 0;
}
.cs-builder__cta {
  height: 80px;
}
.cs-builder__cta .cs-builder__row {
  height: 100%;
  align-items: center;
}
.cs-builder__cta .cs-builder__title {
  margin-bottom: 0;
}
@media (max-width: 575.98px) {
  .cs-builder__cta .cs-col-header {
    padding-left: 25px;
  }
}
@media (max-width: 575.98px) {
  .cs-builder__cta .cs-col-content {
    display: none;
  }
}
@media (max-width: 575.98px) {
  .cs-builder__cta .cs-col-action {
    padding-right: 25px;
    display: flex;
    justify-content: flex-end;
  }
}
.cs-builder__content {
  margin-bottom: 0;
}
.cs-builder__content-main .products-reset {
  display: none;
}
.cs-builder__content-main.has-products .products-reset {
  display: inline-block;
}
.cs-builder__steps.step-1 .d-step-2,
.cs-builder__steps.step-1 .d-step-3,
.cs-builder__steps.step-1 .d-step-2-3 {
  display: none !important;
}
.cs-builder__steps.step-2 .d-step-1-3,
.cs-builder__steps.step-2 .d-step-1,
.cs-builder__steps.step-2 .d-step-3 {
  display: none !important;
}
.cs-builder__steps.step-3 .d-step-1,
.cs-builder__steps.step-3 .d-step-2,
.cs-builder__steps.step-3 .d-step-1-2 {
  display: none !important;
}
.cs-builder__steps .d-step-min {
  opacity: 0;
  visibility: hidden;
  transition: all 0.2s ease-in-out;
  position: fixed;
}
.cs-builder__steps .d-step-full {
  opacity: 1;
  transition: all 0.2s ease-in-out;
}
.cs-builder__steps-step {
  margin-bottom: 0.9rem;
}
@media (max-width: 575.98px) {
  .cs-builder__steps-step {
    margin-bottom: 0;
  }
}
.cs-builder__container-sub .cs-builder__steps-step {
  margin-bottom: 0;
}
.cs-builder__steps .cs-builder__col {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 991.98px) {
  .cs-builder__steps .cs-builder_actions-checkout {
    margin-left: -32px;
    min-width: 150px;
  }
}
.cs-builder__steps.cs-builder__container-main {
  padding-top: 25px;
  padding-bottom: 10px;
}
@media (max-width: 575.98px) {
  .cs-builder__steps.cs-builder__container-main {
    padding-top: 15px;
  }
}
.cs-builder__steps.cs-builder__container-main.step-min {
  padding-top: 20px;
}
@media (max-width: 575.98px) {
  .cs-builder__steps.cs-builder__container-main.step-min {
    padding-top: 0;
    padding-bottom: 0;
    display: flex;
    align-items: center;
  }
}
.cs-builder__steps-title {
  font-family: "LL Brown Bold Web", "LL Brown Light Web", "Turbinado Bold Pro", "Roboto", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-weight: normal;
  font-style: normal;
  letter-spacing: 0.25em;
  text-transform: uppercase;
  line-height: 1;
  font-size: 0.6875rem;
  margin-top: 15px;
}
@media (max-width: 575.98px) {
  .cs-builder__steps-int {
    height: 30px;
    width: 30px;
    line-height: 26px;
  }
}
.cs-builder__steps.step-min .cs-builder__col, .cs-builder__steps.cta-only .cs-builder__col {
  justify-content: center;
}
@media (max-width: 575.98px) {
  .cs-builder__steps.step-min .cs-builder__header, .cs-builder__steps.cta-only .cs-builder__header {
    margin-bottom: 0;
  }
}
@media (max-width: 575.98px) {
  .cs-builder__steps.cta-only .cs-col-header, .cs-builder__steps.cta-only .cs-col-action {
    width: 50%;
    flex: 0 0 50%;
  }
}
@media (max-width: 575.98px) {
  .cs-builder__steps.cta-only .cs-col-header {
    padding-right: 5px !important;
    order: 1;
  }
}
@media (max-width: 575.98px) {
  .cs-builder__steps.cta-only .cs-col-content {
    display: none;
  }
}
@media (max-width: 575.98px) {
  .cs-builder__steps.cta-only .cs-col-action {
    padding-left: 5px !important;
    order: 2;
  }
}
.cs-builder__steps.step-min .d-step-min {
  opacity: 1;
  visibility: visible;
  transition: all 0.2s ease-in-out;
}
.cs-builder__steps.step-min .d-step-full {
  display: none;
}
.cs-builder__steps.step-min .cs-builder__steps-step {
  margin-bottom: 0;
}
.cs-builder__steps .cta-step {
  color: #000;
  background-color: #B0B0B0;
}
.cs-builder__steps .cta-step.active {
  background-color: #fdd7e4;
}
.cs-builder__steps .cta-step.active:hover {
  background-color: #0a233f;
}
@media (max-width: 575.98px) {
  .cs-builder__steps .cta-step {
    font-size: 12px;
  }
}
.cs-builder__steps .products-back,
.cs-builder__steps .products-reset {
  appearance: none;
  background-color: transparent;
  border: none;
  outline: none;
  text-transform: uppercase;
  font-size: 11px;
  letter-spacing: 3px;
  color: #B0B0B0;
  text-decoration: none;
}
@media (max-width: 575.98px) {
  .cs-builder__steps .products-back,
.cs-builder__steps .products-reset {
    font-size: 9px;
    margin-right: 25px;
  }
}
.cs-builder__steps .products-reset {
  margin-left: auto;
}
.cs-builder__steps .products-reset::before {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transition: all 0.2s ease-in-out;
  content: "";
  margin-right: 0.5em;
}
.cs-builder__steps .products-back {
  font-weight: 700;
}
.cs-builder__steps .products-back::before {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transition: all 0.2s ease-in-out;
  content: "";
  margin-right: 0.5em;
}
.cs-builder__steps .progress {
  height: 2px;
  width: 195px;
  margin-bottom: 0.5rem;
}
@media (max-width: 991.98px) {
  .cs-builder__steps .progress {
    width: 150px;
  }
}

#site-header.nav-open ~ #document-wrap .cs-builder__wrap {
  z-index: 1000;
}

.product-selector__header {
  text-align: center;
  margin-bottom: 2rem;
}
@media (min-width: 768px) {
  .product-selector__header {
    margin-bottom: 3rem;
  }
}
@media (max-width: 575.98px) {
  .product-selector .archive-loop__posts-wrap {
    padding-left: 10px !important;
    padding-right: 10px !important;
  }
}
.product-selector .menu-bar {
  margin-bottom: 6rem;
}
@media (max-width: 575.98px) {
  .product-selector .menu-bar {
    margin-left: -25px;
    margin-right: -25px;
  }
}
@media (max-width: 1319.98px) {
  .product-selector .menu-bar .term-menu__item-inner::after {
    margin-left: 0.5rem;
  }
}
@media (max-width: 1319.98px) {
  .product-selector .menu-bar .term-menu__icon {
    width: 1.5rem;
    min-width: auto;
  }
}
@media (max-width: 991.98px) {
  .product-selector .menu-bar .term-menu__icon {
    display: none;
  }
}
@media (max-width: 575.98px) {
  .product-selector .menu-bar .term-menu__icon {
    height: 1.5rem;
  }
}
@media (max-width: 1319.98px) {
  .product-selector .menu-bar .term-menu__label {
    font-size: 1rem;
  }
}
@media (max-width: 767.98px) {
  .product-selector .menu-bar .term-menu__label {
    font-size: 1.2rem;
  }
}
.product-selector.ywccs-complete .article-product .product-options__item.buy {
  display: none;
}
.product-selector__sub-header {
  text-align: center;
  margin-bottom: 40px;
}
.product-selector-loop__posts {
  min-height: 300px;
  margin-right: -10px;
  margin-left: -10px;
}
@media (min-width: 576px) {
  .product-selector-loop__posts .loop-no-results {
    padding: 4rem;
  }
}
.product-selector__form-top {
  text-align: right;
}
.product-selector__form .ajax-loader {
  position: absolute;
}
.product-selector__form::after {
  transition: opacity 0.15s linear;
  pointer-events: none;
  display: block;
  content: "";
  position: absolute;
  background-color: #fff;
  opacity: 0;
  visibility: hidden;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 5;
}
.product-selector__form.ajax-loading::after {
  visibility: visible;
  opacity: 0.6;
}
.product-selector__slider .article {
  width: calc((100% / 4) - (20px * 3 / 4));
  margin-right: 20px;
}
@media (max-width: 575.98px) {
  .product-selector__slider .article {
    width: calc((100% / 2) - (20px * 1 / 2));
  }
}

.location-selector {
  display: block;
  margin: 2rem 0;
  max-width: 220px;
  font-family: "LL Brown Bold Web", "LL Brown Light Web", "Turbinado Bold Pro", "Roboto", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-weight: normal;
  font-style: normal;
  letter-spacing: 0.25em;
  text-transform: uppercase;
  line-height: 1;
  font-size: 0.6875rem;
}
@media only screen and (min-width: 1200px) {
  .location-selector {
    width: 220px;
  }
}
.location-selector .bootstrap-select .dropdown-toggle {
  background-color: transparent;
  color: #fff;
}

.promo__title {
  text-align: center;
}
.promo-toggle-btn > * {
  pointer-events: none;
}
.promo .icon-grid {
  flex-wrap: wrap;
}
.promo .icon-grid__item {
  flex: 1 1 25%;
}
.promo-tabs {
  overflow: hidden;
}
@media (max-width: 767.98px) {
  .promo-tabs {
    display: none;
  }
}
.promo-tabs__item {
  flex: 1 1;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.promo-tabs__item-link {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  transition: all 0.2s ease-in-out;
  padding-bottom: 3.8rem;
  color: #10735B;
}
.promo-tabs__item-link:focus, .promo-tabs__item-link:active {
  outline: none;
}
.promo-tabs__item-link:hover {
  color: #10735B;
  text-decoration: none;
}
.promo-tabs__item-link::after {
  display: block;
  line-height: 1;
  height: 15px;
  width: 21px;
  content: "";
  background-image: url("../images/icons/arrow-down.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.promo-tabs__item-link::after {
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  z-index: -1;
  transition: bottom 0.15s ease-in-out;
  animation: bounce 1s linear infinite;
  background-image: none;
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "";
  box-shadow: 0 0 0 1px currentColor;
  border-radius: 50%;
  height: 1.3em;
  width: 1.3em;
  line-height: 1.3;
  text-align: center;
}
.open .promo-tabs__item-link {
  opacity: 0.5;
}
.open .promo-tabs__item-link::after {
  opacity: 0;
}
.promo-tabs__item-link.active {
  opacity: 1;
}
.promo-tabs__item-link.active::after {
  width: 0;
  height: 0;
  border-left: 26px solid transparent;
  border-right: 26px solid transparent;
  border-bottom: 26px solid #10735B;
  bottom: -2px;
  opacity: 1;
  animation: none;
  box-shadow: none;
  border-radius: 0;
}
.promo-tabs__item-link br {
  display: none;
}
.promo-tabs__item-link img {
  max-width: 230px;
}
@media (max-width: 767.98px) {
  .promo-blocks {
    display: block !important;
  }
}
@media (max-width: 767.98px) {
  .promo-blocks__block {
    display: block !important;
    opacity: 1 !important;
  }
}
.promo-blocks__block-toggle {
  display: flex;
  align-items: center;
  justify-content: center;
}
.promo-blocks__block-toggle .promo-toggle-btn {
  padding-bottom: 4rem;
  opacity: 0.5;
}
.promo-blocks__block-toggle .promo-toggle-btn:focus, .promo-blocks__block-toggle .promo-toggle-btn:hover, .promo-blocks__block-toggle .promo-toggle-btn:active {
  outline: none;
  border: none;
  box-shadow: none;
  color: inherit;
}
.promo-blocks__block-toggle .promo-toggle-btn img {
  max-width: 100%;
}
.promo-blocks__block-toggle .promo-toggle-btn img:focus {
  outline: none;
}
.promo-blocks__block-toggle .promo-toggle-btn br {
  display: none;
}
.promo-blocks__block-toggle .promo-toggle-btn[aria-expanded=true] {
  opacity: 1;
}
@media (min-width: 768px) {
  .promo-blocks__block-toggle {
    display: none;
  }
}
.promo-blocks__block-close {
  position: absolute;
  top: 3rem;
  right: -15%;
  text-transform: uppercase;
  font-size: 0.6875rem;
  letter-spacing: 3px;
  cursor: pointer;
}
.promo-blocks__block-close .text-wrap {
  pointer-events: none;
}
@media (max-width: 767.98px) {
  .promo-blocks__block-close {
    top: 1rem;
    right: -10px;
  }
  .promo-blocks__block-close .text-wrap {
    display: none;
  }
  .promo-blocks__block-close::after {
    display: block;
    line-height: 1;
    width: 18px;
    height: 17px;
    content: "";
    background-image: url("../images/icons/close.svg");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    cursor: pointer;
  }
}
.promo-blocks__block-collapse {
  color: #fff;
  background-position: top;
  background-size: 100% auto;
  background-repeat: no-repeat;
}
.promo-blocks__block-collapse p, .promo-blocks__block-collapse .wpcf7-form-control.wpcf7-radio, .promo-blocks__block-collapse .wpcf7-form-control.wpcf7-checkbox,
.promo-blocks__block-collapse li {
  font-size: 0.875rem;
}
@media (min-width: 768px) {
  .promo-blocks__block-collapse {
    display: block !important;
  }
}
@media (max-width: 767.98px) {
  .promo-blocks__block-collapse {
    margin-bottom: 2rem;
    transition: opacity 0.2s;
    position: relative;
  }
  .promo-blocks__block-collapse.show::before {
    content: "";
    display: inline-block;
    position: absolute;
    width: 0;
    height: 0;
    border-left: 26px solid transparent;
    border-right: 26px solid transparent;
    border-bottom: 26px solid #10735B;
    top: -25px;
    left: 50%;
    transform: translateX(-50%);
    transition: opacity 0.2s;
  }
}
.promo-blocks__block-intro {
  text-align: center;
  padding: 5rem 0 4rem;
  position: relative;
}
@media (max-width: 767.98px) {
  .promo-blocks__block-intro {
    padding: 4rem 0 3rem;
  }
}
.promo-blocks__block-intro h5 {
  margin-bottom: 2rem;
}
.promo-blocks__block-intro h2 {
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 47px;
  letter-spacing: -0.88px;
  margin-bottom: 1.5rem;
}
@media (max-width: 767.98px) {
  .promo-blocks__block-intro h2 {
    font-size: 1.875rem;
  }
}
.promo-blocks__block-content, .promo-blocks__block-image {
  margin-bottom: 5rem;
}
.promo-blocks__block-content {
  line-height: 24px;
}
@media (min-width: 576px) {
  .promo-blocks__block-content.promo-blocks__block-content {
    padding-right: 2rem;
  }
}
.promo-blocks__block-content ol,
.promo-blocks__block-content ul {
  padding-left: 1rem;
}
.promo-blocks__block-content ol li,
.promo-blocks__block-content ul li {
  padding-left: 1.7rem;
  margin-bottom: 1.5rem;
}
.promo-blocks__block-content b,
.promo-blocks__block-content strong {
  font-family: "Turbinado Bold Pro", "LL Brown Light Web", "Turbinado Bold Pro", "Roboto", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
}
@media (max-width: 767.98px) {
  .promo-blocks__block-content {
    order: 2;
  }
}
.promo-blocks__block-image img {
  max-width: 100%;
}
@media (min-width: 768px) {
  .promo-blocks__block-image {
    background-image: none !important;
  }
}
@media (max-width: 767.98px) {
  .promo-blocks__block-image {
    order: 1;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top;
    padding: 120% 0 0;
    margin-bottom: 1.7rem;
  }
  .promo-blocks__block-image img {
    display: none;
  }
}

.article-promo .page-header__col-img {
  height: 242px;
}
@media (max-width: 767.98px) {
  .article-promo .page-header__col-img {
    height: 182px;
  }
}

.icon-grid {
  display: flex;
  list-style-type: none;
  padding: 0;
  margin: 0;
}
@media (max-width: 767.98px) {
  .icon-grid {
    flex-wrap: wrap;
  }
}
.icon-grid--container {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center;
  padding: 4rem 0;
}
@media (max-width: 991.98px) {
  .icon-grid--container {
    background-size: cover;
  }
}
.icon-grid__item {
  flex: 1 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  color: #fff;
  text-transform: uppercase;
  font-size: 0.875rem;
  letter-spacing: 2px;
  line-height: 17px;
  text-align: center;
  margin-bottom: 1rem;
}
@media (max-width: 767.98px) {
  .icon-grid__item {
    flex: 1 1 33%;
    margin-bottom: 2rem;
  }
}
@media (max-width: 575.98px) {
  .icon-grid__item {
    flex-basis: 50%;
    font-size: 13px;
  }
}
.icon-grid__item p, .icon-grid__item .wpcf7-form-control.wpcf7-radio, .icon-grid__item .wpcf7-form-control.wpcf7-checkbox {
  margin: 1rem 0 0;
}
.icon-grid__item img {
  height: 166px;
  width: 100%;
}
.icon-grid.long {
  flex-wrap: wrap;
}
.icon-grid.long .icon-grid__item {
  flex: 1 1 25%;
}
@media (max-width: 767.98px) {
  .icon-grid.long .icon-grid__item {
    flex: 1 1 33%;
    margin-bottom: 2rem;
  }
}
@media (max-width: 575.98px) {
  .icon-grid.long .icon-grid__item {
    flex-basis: 50%;
  }
}

.cta-full-simple {
  text-align: center;
  color: #fff;
}
.cta-full-simple--section {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center;
  padding: 4rem 0 5rem;
}
.cta-full-simple__title {
  font-size: 2.375rem;
  margin-bottom: 1.3rem;
}
@media (max-width: 767.98px) {
  .cta-full-simple__title {
    font-size: 1.75rem;
  }
}
.cta-full-simple__intro {
  font-size: 1.75rem;
  margin-bottom: 3rem;
}
@media (max-width: 767.98px) {
  .cta-full-simple__intro {
    font-size: 1.4375rem;
  }
}

@media (max-width: 767.98px) {
  .column-ad {
    padding: 0 0 2rem;
  }
}
.column-ad__img {
  width: 100%;
}

.intro-fancy__header {
  padding-top: 3rem;
  padding-bottom: 4rem;
}
@media (max-width: 767.98px) {
  .intro-fancy__header {
    padding-top: 5rem;
  }
}
.intro-fancy__header-subtitle {
  margin-bottom: 1.4rem;
}
.intro-fancy__header-title {
  margin-bottom: 1.7rem;
}
.intro-fancy__header-cta {
  display: inline-block;
  position: relative;
}
.intro-fancy__header-cta::after {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "libra-icons" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  display: block;
  font-size: 1.2rem;
  height: 1em;
  content: "";
  color: #D84A37;
  bottom: -70px;
  left: 50%;
  transform: translateX(-50%) rotate(90deg);
}
.intro-fancy__content {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding-top: 4rem;
  padding-bottom: 1.5rem;
  color: #fff;
}
.intro-fancy__content p, .intro-fancy__content .wpcf7-form-control.wpcf7-radio, .intro-fancy__content .wpcf7-form-control.wpcf7-checkbox {
  margin-bottom: 1.2rem;
  font-size: 1.125rem;
}

.page-template-template-blood .em {
  color: #D84A37;
}
.page-template-template-blood .bg-em {
  background-color: #D84A37;
}
.page-template-template-blood .fill-em {
  background-color: #D84A37;
  border-color: #D84A37;
}
.page-template-template-blood .fill-em:hover {
  background-color: #fff;
}
.page-template-template-blood .header-quicklinks__inner {
  background-color: #FFDAD5;
}
.page-template-template-blood .article__term,
.page-template-template-blood .card__title,
.page-template-template-blood .category-slides .slide-pane__term,
.category-slides .page-template-template-blood .slide-pane__term {
  background-color: #FFDAD5;
}
.page-template-template-blood .blog-ticker.ticker-hashtag {
  background-color: #252f60;
  color: #fff;
  text-transform: uppercase;
}
.page-template-template-blood .hero-banner__content-inner {
  margin-bottom: 0;
}
@media (max-width: 767.98px) {
  .page-template-template-blood .hero-banner__title {
    padding-right: 3.5rem;
  }
  .page-template-template-blood .hero-banner__title br {
    display: none;
  }
}
.page-template-template-blood .page-banner__content-subtitle {
  color: #D84A37;
}
.page-template-template-blood .featured-poll::after {
  display: none;
}
.page-template-template-blood .featured-poll__container::before {
  background-position: center top;
  background-image: url("../images/poll-flower.jpg");
  top: -155px;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
}
.page-template-template-blood .featured-posts__more-btn .cta__icon {
  color: #D84A37;
}
.page-template-template-blood .home-featured-bulletins {
  background-color: #fff;
}
.page-template-template-blood .home-featured-bulletins .featured-posts__more-btn {
  display: none;
}
.page-template-template-blood .box-tabs__item .item-text {
  background-color: #fec2ba;
}
.page-template-template-blood .box-tabs__item .item-text:hover {
  background-color: #e8c7c2;
}
.page-template-template-blood .box-tabs__item:nth-child(3n+1) .item-text {
  background-color: #ffdad5;
}
.page-template-template-blood .box-tabs__item:nth-child(3n+1) .item-text:hover {
  background-color: #e7b1aa;
}
.page-template-template-blood .box-tabs__item:nth-child(3n+3) .item-text {
  background-color: #feaca1;
}
.page-template-template-blood .box-tabs__item:nth-child(3n+3) .item-text:hover {
  background-color: #cb8980;
}
.page-template-template-blood .promo {
  background-color: #F7F7F7;
  padding-top: 4.5rem;
  padding-bottom: 3rem;
}
@media (max-width: 767.98px) {
  .page-template-template-blood .promo__title {
    margin-bottom: 4rem;
  }
}
.page-template-template-blood .promo-tabs__item-link {
  color: #000;
  padding-bottom: 4.8rem;
}
.page-template-template-blood .promo-tabs__item-link::after {
  display: block;
  line-height: 1;
  height: 37px;
  width: 60px;
  content: "";
  background-image: url("../images/icons/arrow-red-down.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.page-template-template-blood .promo-tabs__item-link::after {
  box-shadow: none;
  z-index: 1;
}
.page-template-template-blood .promo-tabs__item-link.active::after {
  background-image: none;
  border-bottom-color: #1c2244;
  width: 0;
  height: 0;
}
.page-template-template-blood .promo-tabs__item-link img {
  height: 180px;
  width: auto;
  max-width: auto;
}
.page-template-template-blood .promo-tabs__item-link-label {
  text-transform: uppercase;
  font-size: 1.375rem;
  margin-top: 2rem;
}
.page-template-template-blood .promo-tabs__item-link-label span {
  font-weight: 700;
}
.page-template-template-blood .promo-blocks__block-toggle .promo-toggle-btn img {
  width: 150px;
}
.page-template-template-blood .promo-blocks__block-toggle-title {
  font-size: 21px;
  font-family: "LL Brown Light Web", "Turbinado Bold Pro", "Roboto", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  letter-spacing: normal;
  margin-top: 2rem;
  color: #363636;
}
.page-template-template-blood .promo-blocks__block-toggle-title span {
  font-weight: 700;
}
.page-template-template-blood .promo-blocks__block-intro h2 {
  font-size: 1.625rem;
  line-height: 34px;
  font-weight: normal;
}
.page-template-template-blood .promo-blocks__block-collapse {
  background-size: cover;
}
.page-template-template-blood .promo-blocks__block-collapse.show::before {
  border-bottom-color: #1c2244;
}
@media (max-width: 767.98px) {
  .page-template-template-blood .page-content-columns .fxc-layout-item {
    padding: 0 10px !important;
  }
}
@media (min-width: 768px) {
  .page-template-template-blood .page-content-columns .fxc-video_slider {
    margin-bottom: 4rem;
  }
  .page-template-template-blood .page-content-columns .fxc-video_slider .video-slider {
    padding: 0;
  }
}
@media (min-width: 1441px) {
  .page-template-template-blood .page-content-columns .fxc-cta_card .article-cta {
    width: 125%;
  }
}
.page-template-template-blood .page-content-columns .fxc-cta_card .article {
  margin-bottom: 0;
}
.page-template-template-blood .page-content-columns .fxc-ask_gemmah .cta-ask-gemmah {
  margin-left: 0;
  margin-right: 0;
}
.page-template-template-blood .page-content-columns .fxc-ask_gemmah .cta-ask-gemmah__cta .cta__label,
.page-template-template-blood .page-content-columns .fxc-ask_gemmah .cta-ask-gemmah__cta .cta__icon {
  color: #D84A37;
}
.page-template-template-blood .page-content-columns .fxc-ask_gemmah .cta-ask-gemmah__footer {
  background-color: #FFDAD5;
}
@media (min-width: 1441px) {
  .page-template-template-blood .page-content-columns .stretch-right-module {
    width: 125%;
  }
}

.hero-banner {
  margin-top: 0;
}

.carousel {
  align-items: stretch;
  display: flex;
  flex-flow: row nowrap;
  height: 80vh;
  justify-content: flex-start;
  margin-top: -8.75rem;
  width: 100%;
}
@media (max-width: 767.98px) {
  .carousel {
    height: 106vh;
  }
}
.carousel .flickity-viewport {
  height: 80vh;
  width: 100%;
}
@media (max-width: 767.98px) {
  .carousel .flickity-viewport {
    height: 106vh;
  }
}
.carousel__slides {
  align-items: stretch;
  display: flex;
  flex-flow: row nowrap;
  height: 80vh;
  justify-content: flex-start;
  width: 100%;
}
@media (max-width: 767.98px) {
  .carousel__slides {
    height: 106vh;
  }
}
.carousel__slides .flickity-page-dots {
  background-color: transparent;
  position: absolute;
  bottom: 26px;
  right: 32px;
}
.carousel__slides .flickity-page-dots .dot {
  background-color: #0a233f;
  border: 1px solid #fff;
  height: 10px;
  margin-right: 5px;
  transition: 250ms all;
  width: 10px;
}
.carousel__slides .flickity-page-dots .dot:last-child {
  margin-right: 0;
}
.carousel__slides .flickity-page-dots .dot.is-selected {
  background-color: #fff;
  border: 1px solid #fff;
}
.carousel__slide {
  background-size: cover;
  background-position: center center;
  height: 80vh;
  width: 100vw;
}
@media (max-width: 767.98px) {
  .carousel__slide {
    height: 106vh;
  }
}
.carousel__slide .hero-banner__container {
  position: relative;
  top: 8.75rem;
  z-index: 2;
}
@media (max-width: 767.98px) {
  .carousel__slide .hero-banner__container {
    position: absolute;
    top: auto;
    bottom: 48px;
  }
}
.carousel__slide-background {
  background-size: cover;
  background-position: center center;
  display: block;
  height: 80vh;
  position: absolute;
  width: 100vw;
  z-index: 1;
}
@media (max-width: 767.98px) {
  .carousel__slide-background {
    height: 106vh;
  }
}
@media (min-width: 992px) {
  .carousel__slide-background {
    display: none;
  }
}
.carousel__slide-background--desktop {
  display: none;
}
@media (min-width: 992px) {
  .carousel__slide-background--desktop {
    display: block;
  }
}

.header-util-nav__item.sampling {
  display: block;
  order: 10;
  position: relative;
  z-index: 10;
}
.header-util-nav__item.sampling a {
  color: inherit;
  text-decoration: none;
}
.header-util-nav__item.sampling a:hover {
  color: inherit;
  color: #fff;
  text-decoration: none;
}
.header-util-nav__item.sampling:hover ~ .header-util-nav__item:not(.nav-toggle) {
  opacity: 0;
  visibility: hidden;
}
.header-util-nav__item.sampling .icon-btn {
  border: none;
  background-color: #0a233f;
  color: #0a233f;
}
body.libragirl .header-util-nav__item.sampling .icon-btn {
  color: white;
  color: #0a233f;
}
.header-util-nav__item.sampling .icon-btn .lico-free-sample {
  height: 24px;
  content: url("/app/themes/lovelibra/dist/images/reskin/icons/global-ui-icons-subscription.svg");
}
.header-util-nav__item.sampling .icon-btn__label {
  transition: all 0.2s ease-in-out;
  opacity: 0;
  visibility: hidden;
  white-space: nowrap;
  background-color: #0a233f;
  width: auto;
  height: auto;
  clip: inherit;
  top: 0;
  bottom: 0;
  margin: 0;
  right: 100%;
  border: none;
  border-right: 1px solid #fff;
  border-top-left-radius: 0.625rem;
  border-bottom-left-radius: 0.625rem;
  display: flex;
  align-items: stretch;
  justify-content: center;
  padding: 0;
}
.header-util-nav__item.sampling .icon-btn__label-link {
  padding: 0 1em;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  min-width: 100%;
  color: #fff;
  background-color: #0a233f;
  font-size: 12px;
}
.header-util-nav__item.sampling .icon-btn__label-link:hover {
  background-color: #0a233f;
}
.header-util-nav__item.sampling .icon-btn__close {
  border-right: 1px solid #fff;
  padding: 0 1em;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.header-util-nav__item.sampling .icon-btn:hover, .header-util-nav__item.sampling .icon-btn:focus {
  transform: none;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.header-util-nav__item.sampling .icon-btn:hover .header-util-nav__item-label, .header-util-nav__item.sampling .icon-btn:focus .header-util-nav__item-label {
  visibility: visible;
  opacity: 1;
}
@media (min-width: 992px) {
  .header-util-nav__item.sampling .icon-btn__close {
    display: none;
  }
  .header-util-nav__item.sampling .icon-btn__label-link {
    padding: 0 2em;
  }
}

.post-type-archive-sample_kit .category-slides .slide-pane__term {
  background-color: #FF8671;
}
.post-type-archive-sample_kit .category-slides__nav .nav-link {
  background-color: #FF8671;
}
.post-type-archive-sample_kit .category-slides__nav .nav-item:nth-child(1) .nav-link {
  background-color: #FF8671;
}
.post-type-archive-sample_kit .category-slides__nav .nav-item:nth-child(2) .nav-link {
  background-color: #ff9c8b;
}
.post-type-archive-sample_kit .category-slides__nav .nav-item:nth-child(3) .nav-link {
  background-color: #ffb1a4;
}
.post-type-archive-sample_kit .category-slides__nav .nav-item:nth-child(4) .nav-link {
  background-color: #ffc7be;
}
.post-type-archive-sample_kit .category-slides__nav .nav-item:nth-child(5) .nav-link {
  background-color: #ffddd7;
}
.post-type-archive-sample_kit .category-slides__nav .nav-item:nth-child(6) .nav-link {
  background-color: #fff3f1;
}

.single-sample_kit .sample_kit-single__header .sample_kit-single__row {
  align-items: stretch;
}
.single-sample_kit .sample_kit-single__header .col-img {
  padding: 0 !important;
}
.single-sample_kit .sample_kit-single__header .col-content {
  display: flex;
  align-items: center;
  padding-top: 2rem;
  padding-bottom: 2rem;
}
.single-sample_kit .sample_kit-single__header .col-content.follow {
  padding-top: 0;
}
@media (min-width: 768px) {
  .single-sample_kit .sample_kit-single__header .col-content {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
  .single-sample_kit .sample_kit-single__header .col-content.follow {
    padding-top: 0;
  }
}
.single-sample_kit .sample_kit-single__header .landscape-wrap, .single-sample_kit .sample_kit-single__header .cta-full-split__col.col-img, .single-sample_kit .sample_kit-single__header .article-bulletin .article__img-wrap, .article-bulletin .single-sample_kit .sample_kit-single__header .article__img-wrap {
  min-height: 100%;
  position: relative;
}
.single-sample_kit .sample_kit-single__header .bg-img-wrap {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
}
@media (min-width: 576px) {
  .single-sample_kit .sample_kit-single__header .bg-img-wrap {
    width: 50vw;
  }
}
.single-sample_kit .featured-products {
  background-color: #FFF2F0;
}
.single-sample_kit .sample_kit-content-list {
  padding-left: 1.3em;
}
.single-sample_kit .sample_kit-content-list__item {
  margin-bottom: 0.5em;
}
@media (min-width: 576px) {
  .single-sample_kit .sample_kit-content-list {
    font-size: 0.8125rem;
  }
}

.category-grid {
  overflow: hidden;
  z-index: 10;
  background-color: #fff;
  position: relative;
}
.category-grid__col {
  position: relative;
}
.category-grid__col::before {
  z-index: -1;
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: 100%;
  content: "";
  background: linear-gradient(0deg, rgba(231, 191, 239, 0) 0%, rgba(203, 139, 219, 0.2) 100%);
}
.category-grid__col:nth-child(4n+2)::before {
  background: linear-gradient(0deg, rgba(253, 203, 223, 0) 0%, rgba(249, 155, 187, 0.3) 100%);
}
.category-grid__col:nth-child(4n+3)::before {
  background: linear-gradient(0deg, rgba(253, 203, 223, 0) 0%, rgba(249, 155, 187, 0.3) 100%);
}
.category-grid__col:nth-child(4n+4)::before {
  background: linear-gradient(0deg, rgba(231, 191, 239, 0) 0%, rgba(203, 139, 219, 0.2) 100%);
}
.category-grid__col:last-child {
  border-right: none;
}
.category-grid__item {
  padding-top: 2rem;
  padding-bottom: 2rem;
}
.category-grid__item.follow {
  padding-top: 0;
}
@media (min-width: 768px) {
  .category-grid__item {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
  .category-grid__item.follow {
    padding-top: 0;
  }
}
.category-grid__item-img-wrap {
  width: 25%;
  max-width: 8rem;
  flex-shrink: 0;
  margin-right: 8.3333333333%;
}
.category-grid__item-img {
  width: 100%;
}
.category-grid__item-header {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
}
.category-grid__item-intro {
  margin-top: 0.5rem;
}
@media (min-width: 768px) {
  .category-grid__item-intro {
    margin-top: 1rem;
  }
}
.category-grid__item-link {
  color: inherit;
}
.category-grid__item-link:hover, .category-grid__item-link:focus {
  text-decoration: none;
  color: inherit;
}
.category-grid__item-link:hover .category-grid__item-title::after, .category-grid__item-link:focus .category-grid__item-title::after {
  transform: translateX(0.66em);
}
@media (max-width: 767.98px) {
  .category-grid__container {
    max-width: none;
  }
}
@media (min-width: 768px) {
  .category-grid__col::before {
    width: 50vw;
  }
  .category-grid__col .category-grid__item {
    margin-right: 10%;
  }
  .category-grid__col:nth-child(even)::before {
    right: auto;
    left: 0;
    border-right: none;
  }
  .category-grid__col:nth-child(even) .category-grid__item {
    margin-left: 10%;
    margin-right: auto;
  }
}
@media (min-width: 992px) {
  .category-grid__col .category-grid__item {
    margin-right: 20%;
  }
  .category-grid__col:nth-child(even) .category-grid__item {
    margin-left: 20%;
    margin-right: auto;
  }
}

.single-product .main,
.woocommerce-order-received .main,
.woocommerce-checkout .main,
.woocommerce-cart .main {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #F7F7F7;
}
.single-product .main.follow,
.woocommerce-order-received .main.follow,
.woocommerce-checkout .main.follow,
.woocommerce-cart .main.follow {
  padding-top: 0;
}
@media (min-width: 768px) {
  .single-product .main,
.woocommerce-order-received .main,
.woocommerce-checkout .main,
.woocommerce-cart .main {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
  .single-product .main.follow,
.woocommerce-order-received .main.follow,
.woocommerce-checkout .main.follow,
.woocommerce-cart .main.follow {
    padding-top: 0;
  }
}

.woocommerce-cart .main {
  background-color: #fff;
}

.woocommerce-page-section__greeting {
  display: block;
  margin-bottom: 2em;
  margin-top: 1em;
}
@media (min-width: 768px) {
  .woocommerce-page-section__greeting {
    margin-bottom: 0;
    position: absolute;
    z-index: 10;
    margin-left: -4rem;
    transform: rotate(90deg) translateY(-100%);
    transform-origin: top left;
  }
}

body.my-account:not(.logged-in) .woocommerce-page-section__row.row-header {
  display: none;
}

.my-account-box, .edit-account, .woocommerce-Addresses .woocommerce-address__inner, .woocommerce-MyAccount-content-edit-address form, .woocommerce-MyAccount-content-mailing-list form {
  padding: 1.5rem;
  border-radius: 1.5rem;
  box-shadow: 2px 3px 30px 0 rgba(176, 176, 176, 0.32);
}
@media (min-width: 768px) {
  .my-account-box, .edit-account, .woocommerce-Addresses .woocommerce-address__inner, .woocommerce-MyAccount-content-edit-address form, .woocommerce-MyAccount-content-mailing-list form {
    padding: 1.6666666667rem;
  }
}
@media (min-width: 992px) {
  .my-account-box, .edit-account, .woocommerce-Addresses .woocommerce-address__inner, .woocommerce-MyAccount-content-edit-address form, .woocommerce-MyAccount-content-mailing-list form {
    padding: 1.75rem;
  }
}
@media (min-width: 1320px) {
  .my-account-box, .edit-account, .woocommerce-Addresses .woocommerce-address__inner, .woocommerce-MyAccount-content-edit-address form, .woocommerce-MyAccount-content-mailing-list form {
    padding: 2rem;
  }
}

.woocommerce-MyAccount-navigation {
  margin-bottom: 1rem;
}
@media (max-width: 575.98px) {
  .woocommerce-MyAccount-navigation {
    margin-left: -25px;
    margin-right: -25px;
  }
}
.woocommerce-MyAccount-navigation .nav-toggle {
  border-radius: 0 !important;
  padding: 1rem;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  font-size: 1rem;
  background-color: #fbc3d6;
  transition: all 0.2s ease-in-out;
  align-items: center;
  color: inherit;
}
@media (max-width: 575.98px) {
  .woocommerce-MyAccount-navigation .nav-toggle {
    padding-left: 25px !important;
    padding-right: 25px !important;
  }
}
.woocommerce-MyAccount-navigation .nav-toggle::after {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "";
}
.woocommerce-MyAccount-navigation .nav-toggle.collapsed {
  background-color: #fbc3d6;
}
.woocommerce-MyAccount-navigation .nav-toggle.collapsed::after {
  content: "";
}
.woocommerce-MyAccount-navigation .nav-toggle:hover, .woocommerce-MyAccount-navigation .nav-toggle:focus {
  color: inherit;
  text-decoration: none;
}
.woocommerce-MyAccount-navigation ul {
  padding-left: 0;
  list-style: none;
}
.woocommerce-MyAccount-navigation ul li {
  display: block;
  margin-bottom: 1rem;
}
.woocommerce-MyAccount-navigation ul li.is-active a {
  border-color: #0a233f;
  background-color: #0a233f;
}
@media (max-width: 575.98px) {
  .woocommerce-MyAccount-navigation ul {
    padding: 0;
  }
  .woocommerce-MyAccount-navigation ul li {
    margin: 0;
    border-top: 1px solid #fff;
  }
  .woocommerce-MyAccount-navigation ul li a {
    border-radius: 0 !important;
    padding: 1rem;
  }
}
@media (min-width: 576px) {
  .woocommerce-MyAccount-navigation .nav-toggle {
    display: none;
  }
  .woocommerce-MyAccount-navigation-wrap {
    display: block !important;
    height: auto !important;
  }
}
.woocommerce-MyAccount-content a {
  color: #0a233f;
  text-decoration: underline;
}
.woocommerce-MyAccount-content .button,
.woocommerce-MyAccount-content a.button {
  text-decoration: none;
}
.woocommerce-MyAccount-content .woocommerce-orders-table__cell-order-actions .button,
.woocommerce-MyAccount-content .order-actions .button {
  width: 100%;
  margin-bottom: 1em;
}
.woocommerce-MyAccount-content-dashboard a::after {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "libra-icons" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "";
  font-size: 40%;
  display: inline-block;
  transform: rotate(-45deg);
  margin-left: 0.3em;
}
.woocommerce-MyAccount-content-mailing-list form {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.woocommerce-MyAccount-content-mailing-list form .form-title {
  flex-basis: 100%;
}
.woocommerce-MyAccount-content-mailing-list form .user-email {
  margin-top: 2rem;
  flex-basis: 100%;
  font-size: 0.8125rem;
}
@media (min-width: 992px) {
  .woocommerce-MyAccount-content-mailing-list form .form-desc {
    flex-shrink: 1;
    flex-basis: 75%;
    margin-bottom: 0;
  }
}
.woocommerce-MyAccount-content-edit-address form .button {
  margin-top: 1rem;
}
.woocommerce-MyAccount-content .shop_table {
  width: 100%;
}
.woocommerce-MyAccount-content .shop_table a:not(.button) {
  color: inherit;
}
.woocommerce-MyAccount-content .shop_table .button {
  margin-bottom: 0.5em;
}
.woocommerce-MyAccount-content .shop_table thead tr th {
  background-color: #2f445c;
  border: 1px solid #fff;
}
.woocommerce-MyAccount-content .shop_table thead tr th:first-child {
  border-top-left-radius: 0.625rem;
}
.woocommerce-MyAccount-content .shop_table thead tr th:last-child {
  border-top-right-radius: 0.625rem;
}
.woocommerce-MyAccount-content .shop_table tbody tr th,
.woocommerce-MyAccount-content .shop_table tbody tr td {
  border: 1px solid #fff;
  background-color: #F7F7F7;
}
.woocommerce-MyAccount-content .shop_table tbody tr:nth-child(even) th,
.woocommerce-MyAccount-content .shop_table tbody tr:nth-child(even) td {
  background-color: #fcfcfc;
}

.woocommerce-Addresses .woocommerce-address {
  margin-bottom: 2rem;
}
.woocommerce-Addresses .woocommerce-address .address {
  margin-bottom: 2em;
}

.woocommerce-form-register {
  display: block;
  max-width: 800px;
}
.woocommerce-form-register .cta, .woocommerce-form-register .wpcf7-submit {
  margin-top: 2rem;
}
.woocommerce-form-register .cta .cta__icon, .woocommerce-form-register .wpcf7-submit .cta__icon {
  color: #0a233f;
}

@media (min-width: 992px) {
  .edit-account__info {
    order: 5;
  }
  .edit-account__picture {
    order: 10;
  }
  .edit-account__submit {
    order: 100;
  }
}
.edit-account__picture {
  margin-bottom: 1rem;
}
.edit-account__submit {
  margin-top: 1rem;
}
.edit-account .social-login {
  margin-top: 1rem;
}
@media (max-width: 575.98px) {
  .edit-account {
    border-radius: 0;
  }
}
@media (max-width: 575.98px) and (max-width: 575.98px) {
  .edit-account {
    padding-left: 25px !important;
    padding-right: 25px !important;
  }
}
@media (max-width: 575.98px) and (max-width: 575.98px) {
  .edit-account {
    margin-left: -25px;
    margin-right: -25px;
  }
}

.delete-my-account {
  margin-top: 0.5rem;
  padding-top: 1.5rem;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
@media (min-width: 768px) {
  .delete-my-account {
    margin-top: 1rem;
  }
}
@media (min-width: 768px) {
  .delete-my-account {
    padding-top: 1.6666666667rem;
  }
}
@media (min-width: 992px) {
  .delete-my-account {
    padding-top: 1.75rem;
  }
}
@media (min-width: 1320px) {
  .delete-my-account {
    padding-top: 2rem;
  }
}
.delete-my-account .delete-my-account__modal-btn {
  text-decoration: none;
  color: #0a233f;
}
.delete-my-account__confirm-label {
  margin: 0;
  margin-bottom: 2rem;
  color: red;
}
.delete-my-account__confirm-label input {
  text-align: center;
}
.delete-my-account__modal .modal-header .close-button {
  display: none;
}
.delete-my-account__modal .modal-body {
  text-align: center;
}
.delete-my-account__modal-text {
  font-size: 1.25rem;
}
.delete-my-account__modal .modal-footer {
  display: none;
}

.cart .woocommerce-page-section__title {
  font-family: "CoreSansNR45", "LL Brown Light Web", "Turbinado Bold Pro", "Roboto", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-size: 32px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  letter-spacing: -1.35px;
  line-height: normal;
}
.cart .shop_table th {
  font-family: "CoreSansNR65", "LL Brown Light Web", "Turbinado Bold Pro", "Roboto", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-size: 12px;
  font-stretch: normal;
  font-style: normal;
  font-weight: bold;
  letter-spacing: 3.3px;
  line-height: normal;
}

.cart-actions__inner {
  padding: 1.5rem;
  background-color: #fff;
}
@media (min-width: 768px) {
  .cart-actions__inner {
    padding: 1.6666666667rem;
  }
}
@media (min-width: 992px) {
  .cart-actions__inner {
    padding: 1.75rem;
  }
}
@media (min-width: 1320px) {
  .cart-actions__inner {
    padding: 2rem;
  }
}

.cart-collaterals .cart_totals {
  padding: 2rem;
  background-color: #fff;
}
@media (min-width: 768px) {
  .cart-collaterals .cart_totals {
    padding: 2.6666666667rem;
  }
}
@media (min-width: 992px) {
  .cart-collaterals .cart_totals {
    padding: 3rem;
  }
}
@media (min-width: 1320px) {
  .cart-collaterals .cart_totals {
    padding: 4rem;
  }
}
.cart-collaterals .cart_totals h2 {
  font-family: "CoreSansNR45", "LL Brown Light Web", "Turbinado Bold Pro", "Roboto", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  color: #0a233f;
  font-size: 32px;
  font-stretch: normal;
  font-style: normal;
  font-weight: normal;
  letter-spacing: -1.35px;
  line-height: normal;
  margin-bottom: 26px;
}
.cart-collaterals .cart_totals .shop_table th,
.cart-collaterals .cart_totals .shop_table td {
  padding: 0;
}
.cart-collaterals .cart_totals .cart-subtotal {
  padding-bottom: 30px;
}
.cart-collaterals .cart_totals .shipping {
  padding-bottom: 30px;
}
.cart-collaterals .cart_totals .order-total {
  padding-bottom: 30px;
}
.cart-collaterals .cart_totals .checkout-button,
.cart-collaterals .cart_totals .continue-shopping-button {
  background-color: #0a233f;
  border-radius: 26px;
  color: #fff;
  font-family: "CoreSansNR65", "LL Brown Light Web", "Turbinado Bold Pro", "Roboto", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-size: 11px;
  font-stretch: normal;
  font-style: normal;
  font-weight: bold;
  letter-spacing: 2.5px;
  line-height: 24px;
  padding: 14px;
}
.cart-collaterals .shop_table {
  width: 100%;
}
.cart-collaterals .shop_table th {
  color: #0a233f;
  font-family: "CoreSansNR45", "LL Brown Light Web", "Turbinado Bold Pro", "Roboto", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-size: 20px;
  font-stretch: normal;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-height: 1.5;
  padding: 0;
}
.cart-collaterals .shop_table td {
  color: #0a233f;
  font-family: "CoreSansNR45", "LL Brown Light Web", "Turbinado Bold Pro", "Roboto", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-size: 20px;
  font-stretch: normal;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-height: 30px;
  text-align: right;
  padding: 0;
}
.cart-collaterals .shop_table th,
.cart-collaterals .shop_table td {
  padding: 0.5rem;
  border: none;
  padding: 0;
  vertical-align: top;
}
@media (min-width: 768px) {
  .cart-collaterals .shop_table th,
.cart-collaterals .shop_table td {
    padding: 0.6666666667rem;
  }
}
@media (min-width: 992px) {
  .cart-collaterals .shop_table th,
.cart-collaterals .shop_table td {
    padding: 0.75rem;
  }
}
@media (min-width: 1320px) {
  .cart-collaterals .shop_table th,
.cart-collaterals .shop_table td {
    padding: 1rem;
  }
}
.cart-collaterals .shop_table th:first-child,
.cart-collaterals .shop_table td:first-child {
  padding-left: 0;
}
.cart-collaterals .shop_table th:last-child,
.cart-collaterals .shop_table td:last-child {
  padding-right: 0;
}
.cart-collaterals .shop_table .order-total th,
.cart-collaterals .shop_table .order-total td {
  font-family: "CoreSansNR65", "LL Brown Light Web", "Turbinado Bold Pro", "Roboto", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
}
.shipping ul {
  padding-left: 0;
  list-style: none;
}
.shipping ul[id^=shipping_method] {
  text-align: left;
}
.shipping ul[id^=shipping_method] li label {
  font-size: 1rem;
}

.product-name dl {
  font-family: "Turbinado Bold Pro", "LL Brown Light Web", "Turbinado Bold Pro", "Roboto", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  text-transform: none;
  letter-spacing: normal;
  line-height: 1.5;
  font-size: 0.875rem;
  display: block;
  margin-bottom: 0;
  margin-top: 0.5em;
}
@media (min-width: 768px) {
  .product-name dl {
    font-size: 1rem;
  }
}
.product-name dl dt {
  display: inline-block;
}
.product-name dl dd {
  display: inline-block;
}
.product-name dl p, .product-name dl .wpcf7-form-control.wpcf7-radio, .product-name dl .wpcf7-form-control.wpcf7-checkbox {
  margin-bottom: 0;
}

.subscription-products__list {
  margin-top: 1rem;
  padding-left: 1rem;
}
.subscription-products__list li {
  font-size: 0.6875rem;
}

.subscription-price .subscription-details,
.product-price .subscription-details {
  font-size: 0.8125rem;
  display: block;
}

@media (min-width: 768px) {
  .cart-collaterals {
    float: right;
    width: 50%;
    padding-left: 10px;
  }

  .cart-actions {
    float: left;
    width: 50%;
    padding-right: 10px;
  }
}
.shop_table.cart {
  margin-bottom: 20px;
}
.shop_table.cart th:last-child,
.shop_table.cart td:last-child {
  text-align: center;
}
.shop_table.cart tbody td {
  vertical-align: top;
}
.shop_table.cart tbody .product-thumbnail img {
  display: block;
  max-width: 100%;
  height: auto;
}
@media (min-width: 768px) {
  .shop_table.cart tbody .product-name {
    padding-right: 1rem;
  }
}
.shop_table.cart tbody .product-name a {
  color: #0a233f;
  font-family: "CoreSansNR45", "LL Brown Light Web", "Turbinado Bold Pro", "Roboto", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-size: 20px;
  font-stretch: normal;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-height: 1.5;
}
.shop_table.cart tbody .product-name a:hover {
  color: #2f445c;
}
.shop_table.cart tbody .product-subtotal {
  color: #0a233f;
  font-family: "CoreSansNR45", "LL Brown Light Web", "Turbinado Bold Pro", "Roboto", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-size: 20px;
  font-stretch: normal;
  font-style: normal;
  font-weight: normal;
  line-height: 30px;
  letter-spacing: normal;
}
.shop_table.cart .remove {
  background-color: #0a233f;
  color: #fff;
  font-family: "CoreSansNR65", "LL Brown Light Web", "Turbinado Bold Pro", "Roboto", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-size: 11px;
  font-stretch: normal;
  font-style: normal;
  font-weight: bold;
  letter-spacing: 2.5px;
  line-height: 24px;
  margin-top: 12px;
}
.shop_table.cart .custom-qty {
  background-color: #addbe3;
  height: 62px;
  padding: 0 !important;
}
@media (max-width: 767.98px) {
  .shop_table.cart .custom-qty {
    align-items: stretch;
    flex-wrap: nowrap;
  }
}
@media (max-width: 767.98px) and (min-width: 992px) {
  .shop_table.cart .custom-qty {
    padding: 0 !important;
  }
}
@media (max-width: 767.98px) {
  .shop_table.cart .custom-qty .custom-qty__label, .shop_table.cart .custom-qty .custom-qty__plus, .shop_table.cart .custom-qty .custom-qty__minus, .shop_table.cart .custom-qty .custom-qty__display {
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  .shop_table.cart .custom-qty .custom-qty__label {
    align-items: flex-start;
    text-align: left;
    flex-grow: 10;
    flex-basis: auto;
    border-right: 1px solid #fff;
  }
  .shop_table.cart .custom-qty .custom-qty__plus, .shop_table.cart .custom-qty .custom-qty__minus {
    align-items: center;
    flex-grow: 1;
    align-self: stretch;
  }
  .shop_table.cart .custom-qty .custom-qty__plus::before, .shop_table.cart .custom-qty .custom-qty__minus::before {
    font-size: 100%;
  }
  .shop_table.cart .custom-qty .custom-qty__minus {
    border-right: 1px solid #fff;
  }
  .shop_table.cart .custom-qty .custom-qty__display {
    align-items: center;
    border-right: 1px solid #fff;
    flex-grow: 1;
    font-size: 14px;
    min-width: 0;
  }
}
.shop_table.cart tfoot .btn, .shop_table.cart tfoot .woocommerce-notice .button, .woocommerce-notice .shop_table.cart tfoot .button,
.shop_table.cart tfoot .woocommerce-message .button,
.woocommerce-message .shop_table.cart tfoot .button,
.shop_table.cart tfoot .woocommerce-error .button,
.woocommerce-error .shop_table.cart tfoot .button, .shop_table.cart tfoot .bbp-pagination__more,
.shop_table.cart tfoot .pagination__more, .shop_table.cart tfoot .comment-form input[type=submit], .comment-form .shop_table.cart tfoot input[type=submit], .shop_table.cart tfoot .account-cta__link, .shop_table.cart tfoot .page-landing__content .content-columns__cta-link, .page-landing__content .shop_table.cart tfoot .content-columns__cta-link,
.shop_table.cart tfoot .page-landing__content .fxc-mixed_cta .card__cta,
.page-landing__content .fxc-mixed_cta .shop_table.cart tfoot .card__cta,
.shop_table.cart tfoot .page-landing__content .slide-pane__cta,
.page-landing__content .shop_table.cart tfoot .slide-pane__cta, .shop_table.cart tfoot .single-product .button, .single-product .shop_table.cart tfoot .button,
.shop_table.cart tfoot .woocommerce-order-received .button,
.woocommerce-order-received .shop_table.cart tfoot .button,
.shop_table.cart tfoot .woocommerce-checkout .button,
.woocommerce-checkout .shop_table.cart tfoot .button,
.shop_table.cart tfoot .woocommerce-cart .button,
.woocommerce-cart .shop_table.cart tfoot .button, .shop_table.cart tfoot .woocommerce-MyAccount-navigation ul li a, .woocommerce-MyAccount-navigation ul li .shop_table.cart tfoot a, .shop_table.cart tfoot .woocommerce-MyAccount-content .button, .woocommerce-MyAccount-content .shop_table.cart tfoot .button, .shop_table.cart tfoot .remove {
  background-color: #0a233f;
  border-radius: 26px;
  color: #fff;
  font-family: "CoreSansNR65", "LL Brown Light Web", "Turbinado Bold Pro", "Roboto", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-size: 11px;
  font-stretch: normal;
  font-style: normal;
  font-weight: bold;
  line-height: 24px;
  letter-spacing: 2.5px;
  padding: 14px 30px;
  text-align: center;
}
@media (min-width: 768px) {
  .shop_table.cart .product-thumbnail {
    width: 30%;
  }
  .shop_table.cart .custom-qty {
    flex-wrap: nowrap;
  }
  .shop_table.cart .custom-qty__label {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
  }
}

@media (max-width: 767.98px) {
  .cart-collaterals .cart_totals,
.cart-actions__inner {
    background-color: #fff;
    margin-bottom: 20px;
  }
}
@media (max-width: 767.98px) and (max-width: 575.98px) {
  .cart-collaterals .cart_totals,
.cart-actions__inner {
    padding-left: 25px !important;
    padding-right: 25px !important;
  }
}
@media (max-width: 767.98px) and (max-width: 575.98px) {
  .cart-collaterals .cart_totals,
.cart-actions__inner {
    margin-left: -25px;
    margin-right: -25px;
  }
}
@media (max-width: 767.98px) {
  .shop_table.cart {
    background-color: #fff;
    display: block;
    width: auto !important;
    padding: 0 2rem;
  }
}
@media (max-width: 767.98px) and (max-width: 575.98px) {
  .shop_table.cart {
    padding-left: 25px !important;
    padding-right: 25px !important;
  }
}
@media (max-width: 767.98px) and (max-width: 575.98px) {
  .shop_table.cart {
    margin-left: -25px;
    margin-right: -25px;
  }
}
@media (max-width: 767.98px) {
  .shop_table.cart thead {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
  }
}
@media (max-width: 767.98px) {
  .shop_table.cart thead,
.shop_table.cart tbody,
.shop_table.cart tfoot {
    display: block;
  }
  .shop_table.cart thead tr,
.shop_table.cart tbody tr,
.shop_table.cart tfoot tr {
    display: block;
    padding: 1rem 0;
  }
  .shop_table.cart thead th,
.shop_table.cart thead td,
.shop_table.cart tbody th,
.shop_table.cart tbody td,
.shop_table.cart tfoot th,
.shop_table.cart tfoot td {
    display: block;
    margin-bottom: 1rem;
  }
  .shop_table.cart thead td,
.shop_table.cart tbody td,
.shop_table.cart tfoot td {
    padding: 0;
    border: none;
  }
  .shop_table.cart thead td::before,
.shop_table.cart tbody td::before,
.shop_table.cart tfoot td::before {
    display: block;
    content: attr(data-title);
    font-family: "LL Brown Bold Web", "LL Brown Light Web", "Turbinado Bold Pro", "Roboto", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    font-weight: normal;
    font-style: normal;
    letter-spacing: 0.25em;
    text-transform: uppercase;
    line-height: 1;
    font-size: 0.6875rem;
    margin-bottom: 1em;
    text-align: left;
  }
  .shop_table.cart thead td img,
.shop_table.cart tbody td img,
.shop_table.cart tfoot td img {
    margin: 0 auto;
  }
  .shop_table.cart thead td.product-quantity::before,
.shop_table.cart tbody td.product-quantity::before,
.shop_table.cart tfoot td.product-quantity::before {
    display: none;
  }
  .shop_table.cart thead td.product-price, .shop_table.cart thead td.product-subtotal,
.shop_table.cart tbody td.product-price,
.shop_table.cart tbody td.product-subtotal,
.shop_table.cart tfoot td.product-price,
.shop_table.cart tfoot td.product-subtotal {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-end;
    align-items: center;
  }
  .shop_table.cart thead td.product-price::before, .shop_table.cart thead td.product-subtotal::before,
.shop_table.cart tbody td.product-price::before,
.shop_table.cart tbody td.product-subtotal::before,
.shop_table.cart tfoot td.product-price::before,
.shop_table.cart tfoot td.product-subtotal::before {
    flex-basis: 50%;
    margin-bottom: 0;
  }
  .shop_table.cart thead td.product-price > span, .shop_table.cart thead td.product-subtotal > span,
.shop_table.cart tbody td.product-price > span,
.shop_table.cart tbody td.product-subtotal > span,
.shop_table.cart tfoot td.product-price > span,
.shop_table.cart tfoot td.product-subtotal > span {
    flex-basis: 50%;
    text-align: right;
  }
}
@media (max-width: 767.98px) {
  .shop_table.cart tbody tr {
    border-bottom: 1px solid #B0B0B0;
  }
}
@media (max-width: 767.98px) {
  .shop_table.cart tfoot button {
    width: 100%;
  }
}
.category-slides {
  padding-top: 2rem;
  padding-bottom: 2rem;
  overflow: hidden;
}
.category-slides.follow {
  padding-top: 0;
}
@media (min-width: 768px) {
  .category-slides {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
  .category-slides.follow {
    padding-top: 0;
  }
}
.category-slides:last-child {
  margin-bottom: 2rem;
}
@media (min-width: 768px) {
  .category-slides:last-child {
    margin-bottom: 4rem;
  }
}
.category-slides__row {
  justify-content: center;
}
.category-slides__title {
  font-family: "CoreSansNR45", "LL Brown Light Web", "Turbinado Bold Pro", "Roboto", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-size: 32px;
  font-stretch: normal;
  font-style: normal;
  font-weight: normal;
  letter-spacing: -1.35px;
  line-height: normal;
  margin-bottom: 60px;
  text-align: center;
}
.category-slides__cta {
  margin-top: 2rem;
}
@media (min-width: 768px) {
  .category-slides__cta {
    margin-top: 4rem;
  }
}
.category-slides__cta .cta__icon {
  color: #a0a0a0;
}
.category-slides .slide-pane {
  margin-right: 10px;
  width: 100%;
  background-color: #F7F7F7;
}
.category-slides .slide-pane:last-child {
  margin-right: 0;
}
.category-slides .slide-pane__content-inner {
  position: relative;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
}
.category-slides .slide-pane__content-inner > * {
  max-width: 100%;
}
.category-slides .slide-pane__term {
  background-color: #a0a0a0;
}
.category-slides .slide-pane__content .slide-pane__content-inner p, .category-slides .slide-pane__content .slide-pane__content-inner .wpcf7-form-control.wpcf7-radio, .category-slides .slide-pane__content .slide-pane__content-inner .wpcf7-form-control.wpcf7-checkbox, .category-slides .slide-pane__content .slide-pane__content-inner li {
  font-family: "CoreSansNR45", "LL Brown Light Web", "Turbinado Bold Pro", "Roboto", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-family: CoreSansNR45;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  letter-spacing: normal;
  line-height: 1.5;
}
.category-slides__nav {
  display: none;
  position: relative;
  z-index: 100;
  overflow: hidden;
  height: 2.125rem;
}
.category-slides__nav .nav-link {
  height: 100%;
  color: #0a233f;
  border-radius: 17px 17px 0 0;
  background-image: linear-gradient(to right, #fff, #a0a0a0 74%);
}
.category-slides__nav .nav-item {
  position: relative;
  z-index: -10;
}
.category-slides__nav .nav-item .nav-link {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
.category-slides__nav .nav-item .nav-link__label {
  color: #0a233f;
  display: inline-block;
  font-family: "CoreSansNR65", "LL Brown Light Web", "Turbinado Bold Pro", "Roboto", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-size: 12px;
  font-stretch: normal;
  font-style: normal;
  font-weight: bold;
  letter-spacing: 3.3px;
  line-height: normal;
  position: relative;
}
.category-slides__nav .nav-item.active .nav-link__label::after {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "libra-icons" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "";
  font-size: 40%;
  position: absolute;
  top: 50%;
  left: 100%;
  transform: translateY(-50%) translateX(1.5em);
}
.category-slides__nav .nav-item:nth-child(1) {
  z-index: -1;
}
.category-slides__nav .nav-item:nth-child(1) .nav-link {
  background-color: #a0a0a0;
}
.category-slides__nav .nav-item:nth-child(2) {
  z-index: -2;
}
.category-slides__nav .nav-item:nth-child(2) .nav-link {
  background-color: #adadad;
}
.category-slides__nav .nav-item:nth-child(3) {
  z-index: -3;
}
.category-slides__nav .nav-item:nth-child(3) .nav-link {
  background-color: #bababa;
}
.category-slides__nav .nav-item:nth-child(4) {
  z-index: -4;
}
.category-slides__nav .nav-item:nth-child(4) .nav-link {
  background-color: #c6c6c6;
}
.category-slides__nav .nav-item:nth-child(5) {
  z-index: -5;
}
.category-slides__nav .nav-item:nth-child(5) .nav-link {
  background-color: lightgray;
}
.category-slides__nav .nav-item:nth-child(6) {
  z-index: -6;
}
.category-slides__nav .nav-item:nth-child(6) .nav-link {
  background-color: #e0e0e0;
}
@media (max-width: 767.98px) {
  .category-slides__cta {
    display: flex;
    flex-wrap: wrap !important;
    width: 100%;
    text-align: center;
  }
  .category-slides__cta .cta__label {
    flex-basis: 100%;
  }
  .category-slides__cta .cta__icon {
    margin: 0.6em 0 0;
    font-size: 190%;
    flex-basis: 100%;
  }
  .category-slides__cta .cta__icon::before {
    content: "";
  }
  .category-slides .slide-pane__cta {
    flex-wrap: nowrap;
  }
  .category-slides .slide-pane__cta .cta__label {
    white-space: normal;
  }
}
@media (min-width: 768px) {
  .category-slides__nav {
    display: flex;
  }
  .category-slides .slider .flickity-slider {
    transform: none !important;
  }
  .category-slides .slider .flickity-slider > div, .category-slides .slider .flickity-slider > span {
    left: 0 !important;
    transition: opacity 0.15s linear;
  }
  .category-slides .slider .flickity-slider > div:not(.is-selected), .category-slides .slider .flickity-slider > span:not(.is-selected) {
    opacity: 0 !important;
    z-index: -1;
  }
  .category-slides .slider .flickity-slider > div.is-selected, .category-slides .slider .flickity-slider > span.is-selected {
    opacity: 1;
    z-index: 0;
  }
  .category-slides__slide-set .img-bg {
    min-height: 100%;
  }
  .category-slides__slide-set .slide-pane__content {
    order: 1;
  }
  .category-slides__slide-set .slide-pane__img {
    order: 5;
  }
  .category-slides__slide-set .slide-pane__term {
    display: none;
  }
  .category-slides__slide-set.slide-set-right .slide-pane__content {
    order: 10;
  }
  .category-slides .slide-set.aniin .category-slides__nav {
    transition: all 0.2s ease;
  }
  .category-slides .slide-set.aniin .category-slides__nav .nav-item {
    overflow: hidden;
  }
  .category-slides .slide-set.aniin .category-slides__nav .nav-item .nav-link {
    transition-delay: 0.5s;
  }
  .category-slides .slide-set.aniin .category-slides__nav .nav-item:nth-child(1) .nav-link {
    transition-delay: 0;
  }
  .category-slides .slide-set.aniin .category-slides__nav .nav-item:nth-child(2) .nav-link {
    transition-delay: 0.1s;
  }
  .category-slides .slide-set.aniin .category-slides__nav .nav-item:nth-child(3) .nav-link {
    transition-delay: 0.2s;
  }
  .category-slides .slide-set.aniin .category-slides__nav .nav-item:nth-child(4) .nav-link {
    transition-delay: 0.3s;
  }
  .category-slides .slide-set.aniin .category-slides__nav .nav-item:nth-child(5) .nav-link {
    transition-delay: 0.4s;
  }
  .category-slides .slide-set.aniin .category-slides__nav .nav-item:nth-child(6) .nav-link {
    transition-delay: 0.5s;
  }
  .category-slides .slide-set.aniin:not(.aniin-in) .category-slides__nav {
    padding-top: 2.125rem;
  }
  .category-slides .slide-set.aniin:not(.aniin-in) .category-slides__nav .nav-item:not(:first-child) .nav-link {
    transform: translateX(-101%);
  }
  .category-slides .slide-set.aniin:not(.aniin-in).slide-set-right .category-slides__nav .nav-item:not(:first-child) .nav-link {
    transform: translateX(101%);
  }
}

.woocommerce-checkout-subform-wrap {
  margin-bottom: 20px;
  background-color: #fff;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  border-radius: 0.625rem;
}
.woocommerce-checkout-subform-wrap__inner {
  margin: 0 auto;
}
.woocommerce-checkout-subform-wrap .woocommerce-checkout-subform-toggle .btn, .woocommerce-checkout-subform-wrap .woocommerce-checkout-subform-toggle .woocommerce-notice .button, .woocommerce-notice .woocommerce-checkout-subform-wrap .woocommerce-checkout-subform-toggle .button,
.woocommerce-checkout-subform-wrap .woocommerce-checkout-subform-toggle .woocommerce-message .button,
.woocommerce-message .woocommerce-checkout-subform-wrap .woocommerce-checkout-subform-toggle .button,
.woocommerce-checkout-subform-wrap .woocommerce-checkout-subform-toggle .woocommerce-error .button,
.woocommerce-error .woocommerce-checkout-subform-wrap .woocommerce-checkout-subform-toggle .button, .woocommerce-checkout-subform-wrap .woocommerce-checkout-subform-toggle .bbp-pagination__more,
.woocommerce-checkout-subform-wrap .woocommerce-checkout-subform-toggle .pagination__more, .woocommerce-checkout-subform-wrap .woocommerce-checkout-subform-toggle .comment-form input[type=submit], .comment-form .woocommerce-checkout-subform-wrap .woocommerce-checkout-subform-toggle input[type=submit], .woocommerce-checkout-subform-wrap .woocommerce-checkout-subform-toggle .account-cta__link, .woocommerce-checkout-subform-wrap .woocommerce-checkout-subform-toggle .page-landing__content .content-columns__cta-link, .page-landing__content .woocommerce-checkout-subform-wrap .woocommerce-checkout-subform-toggle .content-columns__cta-link,
.woocommerce-checkout-subform-wrap .woocommerce-checkout-subform-toggle .page-landing__content .fxc-mixed_cta .card__cta,
.page-landing__content .fxc-mixed_cta .woocommerce-checkout-subform-wrap .woocommerce-checkout-subform-toggle .card__cta,
.woocommerce-checkout-subform-wrap .woocommerce-checkout-subform-toggle .page-landing__content .slide-pane__cta,
.page-landing__content .woocommerce-checkout-subform-wrap .woocommerce-checkout-subform-toggle .slide-pane__cta, .woocommerce-checkout-subform-wrap .woocommerce-checkout-subform-toggle .single-product .button, .single-product .woocommerce-checkout-subform-wrap .woocommerce-checkout-subform-toggle .button,
.woocommerce-checkout-subform-wrap .woocommerce-checkout-subform-toggle .woocommerce-order-received .button,
.woocommerce-order-received .woocommerce-checkout-subform-wrap .woocommerce-checkout-subform-toggle .button,
.woocommerce-checkout-subform-wrap .woocommerce-checkout-subform-toggle .woocommerce-checkout .button,
.woocommerce-checkout .woocommerce-checkout-subform-wrap .woocommerce-checkout-subform-toggle .button,
.woocommerce-checkout-subform-wrap .woocommerce-checkout-subform-toggle .woocommerce-cart .button,
.woocommerce-cart .woocommerce-checkout-subform-wrap .woocommerce-checkout-subform-toggle .button, .woocommerce-checkout-subform-wrap .woocommerce-checkout-subform-toggle .woocommerce-MyAccount-navigation ul li a, .woocommerce-MyAccount-navigation ul li .woocommerce-checkout-subform-wrap .woocommerce-checkout-subform-toggle a, .woocommerce-checkout-subform-wrap .woocommerce-checkout-subform-toggle .woocommerce-MyAccount-content .button, .woocommerce-MyAccount-content .woocommerce-checkout-subform-wrap .woocommerce-checkout-subform-toggle .button, .woocommerce-checkout-subform-wrap .woocommerce-checkout-subform-toggle .shop_table.cart .remove, .shop_table.cart .woocommerce-checkout-subform-wrap .woocommerce-checkout-subform-toggle .remove {
  border-radius: 0.625rem;
}
.woocommerce-checkout-subform-wrap form {
  padding: 1.5rem;
}
@media (min-width: 768px) {
  .woocommerce-checkout-subform-wrap form {
    padding: 1.6666666667rem;
  }
}
@media (min-width: 992px) {
  .woocommerce-checkout-subform-wrap form {
    padding: 1.75rem;
  }
}
@media (min-width: 1320px) {
  .woocommerce-checkout-subform-wrap form {
    padding: 2rem;
  }
}
.woocommerce-checkout-subform-wrap form .form-row {
  margin-bottom: 2rem;
}
.woocommerce-checkout-subform-wrap form .lost_password {
  flex-basis: 100%;
}
.woocommerce-checkout-subform-wrap form .lost_password a {
  color: inherit;
}

form.checkout .checkout__customer_details-col, form.checkout .checkout__order_review {
  padding: 1.5rem;
  margin-bottom: 2rem;
  background-color: #fff;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  border-radius: 0.625rem;
}
@media (min-width: 768px) {
  form.checkout .checkout__customer_details-col, form.checkout .checkout__order_review {
    padding: 1.6666666667rem;
  }
}
@media (min-width: 992px) {
  form.checkout .checkout__customer_details-col, form.checkout .checkout__order_review {
    padding: 1.75rem;
  }
}
@media (min-width: 1320px) {
  form.checkout .checkout__customer_details-col, form.checkout .checkout__order_review {
    padding: 2rem;
  }
}
@media (min-width: 768px) {
  form.checkout .checkout__customer_details-col, form.checkout .checkout__order_review {
    margin-bottom: 3rem;
  }
}
@media (max-width: 575.98px) {
  form.checkout .checkout__customer_details-col, form.checkout .checkout__order_review {
    padding-left: 25px !important;
    padding-right: 25px !important;
  }
}
@media (max-width: 575.98px) {
  form.checkout .checkout__customer_details-col, form.checkout .checkout__order_review {
    margin-left: -25px;
    margin-right: -25px;
  }
}
@media (max-width: 575.98px) {
  form.checkout .checkout__customer_details-col, form.checkout .checkout__order_review {
    border-radius: 0;
  }
}
form.checkout .woocommerce-privacy-policy-text,
form.checkout .woocommerce-sustainable-packaging-text {
  padding-bottom: 1rem;
  border-bottom: 1px solid #B0B0B0;
  margin-bottom: 1em;
}
form.checkout .woocommerce-privacy-policy-text p:last-child, form.checkout .woocommerce-privacy-policy-text .wpcf7-form-control.wpcf7-radio:last-child, form.checkout .woocommerce-privacy-policy-text .wpcf7-form-control.wpcf7-checkbox:last-child,
form.checkout .woocommerce-sustainable-packaging-text p:last-child,
form.checkout .woocommerce-sustainable-packaging-text .wpcf7-form-control.wpcf7-radio:last-child,
form.checkout .woocommerce-sustainable-packaging-text .wpcf7-form-control.wpcf7-checkbox:last-child {
  margin-bottom: 0;
}
form.checkout .woocommerce-sustainable-packaging-text {
  font-size: 0.8125rem;
}
form.checkout .create-account {
  width: 100%;
}
form.checkout .create-account__inner {
  margin-bottom: 1rem;
}
form.checkout #ship-to-different-address label span::before, form.checkout #ship-to-different-address label span::after {
  top: 50%;
  transform: translateY(-50%);
}
form.checkout .woocommerce-input-wrapper {
  display: block;
}

.woocommerce-order-received {
  /* .woocommerce-thankyou-img {
  	// @exten
  }
  .woocommerce-order {
  	//
  }
   */
}
.woocommerce-order-received .product-name a {
  color: inherit;
}
.woocommerce-order-received .woocommerce-thankyou-order-details__wrap-inner {
  background-color: #fff;
  border-radius: 1.5rem;
  padding: 1.5rem;
}
@media (min-width: 768px) {
  .woocommerce-order-received .woocommerce-thankyou-order-details__wrap-inner {
    padding: 1.6666666667rem;
  }
}
@media (min-width: 992px) {
  .woocommerce-order-received .woocommerce-thankyou-order-details__wrap-inner {
    padding: 1.75rem;
  }
}
@media (min-width: 1320px) {
  .woocommerce-order-received .woocommerce-thankyou-order-details__wrap-inner {
    padding: 2rem;
  }
}
@media (max-width: 575.98px) {
  .woocommerce-order-received .woocommerce-thankyou-order-details__wrap-inner {
    padding-left: 25px !important;
    padding-right: 25px !important;
  }
}
@media (max-width: 575.98px) {
  .woocommerce-order-received .woocommerce-thankyou-order-details__wrap-inner {
    margin-left: -25px;
    margin-right: -25px;
  }
}
@media (max-width: 575.98px) {
  .woocommerce-order-received .woocommerce-thankyou-order-details__wrap-inner {
    border-radius: 0;
  }
}
.woocommerce-order-received .woocommerce-order-details__title {
  display: none;
}
.woocommerce-order-received .addresses {
  padding-top: 1.5rem;
}
@media (min-width: 768px) {
  .woocommerce-order-received .addresses {
    padding-top: 1.6666666667rem;
  }
}
@media (min-width: 992px) {
  .woocommerce-order-received .addresses {
    padding-top: 1.75rem;
  }
}
@media (min-width: 1320px) {
  .woocommerce-order-received .addresses {
    padding-top: 2rem;
  }
}
.woocommerce-order-received .woocommerce-order-summary__title {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  padding-bottom: 0.5rem;
  border-bottom: 3px solid #363636;
}
@media (min-width: 768px) {
  .woocommerce-order-received .woocommerce-order-summary__title {
    padding-left: 0.6666666667rem;
  }
}
@media (min-width: 992px) {
  .woocommerce-order-received .woocommerce-order-summary__title {
    padding-left: 0.75rem;
  }
}
@media (min-width: 1320px) {
  .woocommerce-order-received .woocommerce-order-summary__title {
    padding-left: 1rem;
  }
}
@media (min-width: 768px) {
  .woocommerce-order-received .woocommerce-order-summary__title {
    padding-right: 0.6666666667rem;
  }
}
@media (min-width: 992px) {
  .woocommerce-order-received .woocommerce-order-summary__title {
    padding-right: 0.75rem;
  }
}
@media (min-width: 1320px) {
  .woocommerce-order-received .woocommerce-order-summary__title {
    padding-right: 1rem;
  }
}
@media (min-width: 768px) {
  .woocommerce-order-received .woocommerce-order-summary__title {
    padding-bottom: 0.6666666667rem;
  }
}
@media (min-width: 992px) {
  .woocommerce-order-received .woocommerce-order-summary__title {
    padding-bottom: 0.75rem;
  }
}
@media (min-width: 1320px) {
  .woocommerce-order-received .woocommerce-order-summary__title {
    padding-bottom: 1rem;
  }
}
.woocommerce-order-received .woocommerce-order-summary__body {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
@media (min-width: 768px) {
  .woocommerce-order-received .woocommerce-order-summary__body {
    padding-left: 0.6666666667rem;
  }
}
@media (min-width: 992px) {
  .woocommerce-order-received .woocommerce-order-summary__body {
    padding-left: 0.75rem;
  }
}
@media (min-width: 1320px) {
  .woocommerce-order-received .woocommerce-order-summary__body {
    padding-left: 1rem;
  }
}
@media (min-width: 768px) {
  .woocommerce-order-received .woocommerce-order-summary__body {
    padding-right: 0.6666666667rem;
  }
}
@media (min-width: 992px) {
  .woocommerce-order-received .woocommerce-order-summary__body {
    padding-right: 0.75rem;
  }
}
@media (min-width: 1320px) {
  .woocommerce-order-received .woocommerce-order-summary__body {
    padding-right: 1rem;
  }
}
.woocommerce-order-received .woocommerce-thankyou-order-details {
  padding-left: 0;
  list-style: none;
}
.woocommerce-order-received .woocommerce-thankyou-order-details li {
  display: inline-block;
}
.woocommerce-order-received .woocommerce-thankyou-order-details li:not(:last-child)::after {
  display: inline-block;
  padding-left: 0.5em;
  content: "|";
}
.woocommerce-order-received .woocommerce-thankyou-order-details li + li {
  padding-left: 0.5em;
}
.woocommerce-order-received .woocommerce-table {
  margin-bottom: 0;
}
.woocommerce-order-received .woocommerce-table tfoot tr:last-child {
  margin: 0;
}
@media (min-width: 768px) {
  .woocommerce-checkout-subform-wrap__inner {
    width: 80%;
  }
  .woocommerce-checkout-subform-wrap form .lost_password {
    flex-basis: auto;
    align-self: flex-end;
    margin-left: auto;
  }
}
@media (min-width: 992px) {
  .woocommerce-checkout-subform-wrap__inner {
    width: 60%;
  }
}
@media (max-width: 767.98px) {
  .woocommerce-checkout-subform-wrap .woocommerce-checkout-subform-toggle .btn, .woocommerce-checkout-subform-wrap .woocommerce-checkout-subform-toggle .woocommerce-notice .button, .woocommerce-notice .woocommerce-checkout-subform-wrap .woocommerce-checkout-subform-toggle .button,
.woocommerce-checkout-subform-wrap .woocommerce-checkout-subform-toggle .woocommerce-message .button,
.woocommerce-message .woocommerce-checkout-subform-wrap .woocommerce-checkout-subform-toggle .button,
.woocommerce-checkout-subform-wrap .woocommerce-checkout-subform-toggle .woocommerce-error .button,
.woocommerce-error .woocommerce-checkout-subform-wrap .woocommerce-checkout-subform-toggle .button, .woocommerce-checkout-subform-wrap .woocommerce-checkout-subform-toggle .bbp-pagination__more,
.woocommerce-checkout-subform-wrap .woocommerce-checkout-subform-toggle .pagination__more, .woocommerce-checkout-subform-wrap .woocommerce-checkout-subform-toggle .comment-form input[type=submit], .comment-form .woocommerce-checkout-subform-wrap .woocommerce-checkout-subform-toggle input[type=submit], .woocommerce-checkout-subform-wrap .woocommerce-checkout-subform-toggle .account-cta__link, .woocommerce-checkout-subform-wrap .woocommerce-checkout-subform-toggle .page-landing__content .content-columns__cta-link, .page-landing__content .woocommerce-checkout-subform-wrap .woocommerce-checkout-subform-toggle .content-columns__cta-link,
.woocommerce-checkout-subform-wrap .woocommerce-checkout-subform-toggle .page-landing__content .fxc-mixed_cta .card__cta,
.page-landing__content .fxc-mixed_cta .woocommerce-checkout-subform-wrap .woocommerce-checkout-subform-toggle .card__cta,
.woocommerce-checkout-subform-wrap .woocommerce-checkout-subform-toggle .page-landing__content .slide-pane__cta,
.page-landing__content .woocommerce-checkout-subform-wrap .woocommerce-checkout-subform-toggle .slide-pane__cta, .woocommerce-checkout-subform-wrap .woocommerce-checkout-subform-toggle .single-product .button, .single-product .woocommerce-checkout-subform-wrap .woocommerce-checkout-subform-toggle .button,
.woocommerce-checkout-subform-wrap .woocommerce-checkout-subform-toggle .woocommerce-order-received .button,
.woocommerce-order-received .woocommerce-checkout-subform-wrap .woocommerce-checkout-subform-toggle .button,
.woocommerce-checkout-subform-wrap .woocommerce-checkout-subform-toggle .woocommerce-checkout .button,
.woocommerce-checkout .woocommerce-checkout-subform-wrap .woocommerce-checkout-subform-toggle .button,
.woocommerce-checkout-subform-wrap .woocommerce-checkout-subform-toggle .woocommerce-cart .button,
.woocommerce-cart .woocommerce-checkout-subform-wrap .woocommerce-checkout-subform-toggle .button, .woocommerce-checkout-subform-wrap .woocommerce-checkout-subform-toggle .woocommerce-MyAccount-navigation ul li a, .woocommerce-MyAccount-navigation ul li .woocommerce-checkout-subform-wrap .woocommerce-checkout-subform-toggle a, .woocommerce-checkout-subform-wrap .woocommerce-checkout-subform-toggle .woocommerce-MyAccount-content .button, .woocommerce-MyAccount-content .woocommerce-checkout-subform-wrap .woocommerce-checkout-subform-toggle .button, .woocommerce-checkout-subform-wrap .woocommerce-checkout-subform-toggle .shop_table.cart .remove, .shop_table.cart .woocommerce-checkout-subform-wrap .woocommerce-checkout-subform-toggle .remove {
    white-space: normal;
  }
}
abbr[title],
abbr[data-original-title] {
  text-decoration: none;
}

.woocommerce .woocommerce-invalid-required-field label {
  color: #F4AA4F;
}
.woocommerce .woocommerce-invalid-required-field input,
.woocommerce .woocommerce-invalid-required-field select {
  border-bottom-color: #F4AA4F;
}
.woocommerce .woocommerce-invalid-required-field textarea {
  border-color: #F4AA4F;
}
.woocommerce .coupon-input-text {
  background-color: #F7F7F7;
  border: none;
}
.woocommerce .form-row-inline {
  display: flex;
  flex-direction: row;
  justify-content: stretch;
  align-items: stretch;
  background-color: #F7F7F7;
  border-radius: 1.5rem;
  overflow: hidden;
}
.woocommerce .form-row-inline input {
  height: 100%;
  width: 100%;
}
.woocommerce .form-row-inline input:focus {
  outline: none;
}
.woocommerce .form-row-inline__item-input {
  flex-grow: 2;
}
.woocommerce .form-row-inline__item-submit {
  flex-grow: 0;
}
.woocommerce .form-row-inline .button {
  border-radius: 1.5rem;
}

.woocommerce-form label:not(.inline), .my-account .woocommerce-address-fields__field-wrapper label:not(.inline),
.woocommerce-billing-fields__field-wrapper label:not(.inline),
.woocommerce-additional-fields__field-wrapper label:not(.inline),
.woocommerce-account-fields label:not(.inline),
.woocommerce-form-register label:not(.inline),
.woocommerce-form-login label:not(.inline),
.create-account__inner label:not(.inline),
.woocommerce-form-coupon label:not(.inline) {
  width: 100%;
}
.woocommerce-form fieldset, .my-account .woocommerce-address-fields__field-wrapper fieldset,
.woocommerce-billing-fields__field-wrapper fieldset,
.woocommerce-additional-fields__field-wrapper fieldset,
.woocommerce-account-fields fieldset,
.woocommerce-form-register fieldset,
.woocommerce-form-login fieldset,
.create-account__inner fieldset,
.woocommerce-form-coupon fieldset {
  margin-bottom: 2em;
}
.woocommerce-form em, .my-account .woocommerce-address-fields__field-wrapper em,
.woocommerce-billing-fields__field-wrapper em,
.woocommerce-additional-fields__field-wrapper em,
.woocommerce-account-fields em,
.woocommerce-form-register em,
.woocommerce-form-login em,
.create-account__inner em,
.woocommerce-form-coupon em {
  text-transform: none;
  letter-spacing: normal;
  font-style: normal;
  font-size: 0.8125rem;
  line-height: 1.26;
}

.my-account .woocommerce-address-fields__field-wrapper,
.woocommerce-billing-fields__field-wrapper,
.woocommerce-additional-fields__field-wrapper,
.woocommerce-account-fields,
.woocommerce-form-register,
.woocommerce-form-login,
.create-account__inner,
.woocommerce-form-coupon {
  display: flex;
  flex-direction: row;
  justify-content: stretch;
  align-items: flex-start;
  flex-wrap: wrap;
}
.my-account .woocommerce-address-fields__field-wrapper .form-row,
.woocommerce-billing-fields__field-wrapper .form-row,
.woocommerce-additional-fields__field-wrapper .form-row,
.woocommerce-account-fields .form-row,
.woocommerce-form-register .form-row,
.woocommerce-form-login .form-row,
.create-account__inner .form-row,
.woocommerce-form-coupon .form-row {
  width: 100%;
}
@media (min-width: 576px) {
  .my-account .woocommerce-address-fields__field-wrapper .form-row.form-row-first, .my-account .woocommerce-address-fields__field-wrapper .form-row.form-row-last,
.woocommerce-billing-fields__field-wrapper .form-row.form-row-first,
.woocommerce-billing-fields__field-wrapper .form-row.form-row-last,
.woocommerce-additional-fields__field-wrapper .form-row.form-row-first,
.woocommerce-additional-fields__field-wrapper .form-row.form-row-last,
.woocommerce-account-fields .form-row.form-row-first,
.woocommerce-account-fields .form-row.form-row-last,
.woocommerce-form-register .form-row.form-row-first,
.woocommerce-form-register .form-row.form-row-last,
.woocommerce-form-login .form-row.form-row-first,
.woocommerce-form-login .form-row.form-row-last,
.create-account__inner .form-row.form-row-first,
.create-account__inner .form-row.form-row-last,
.woocommerce-form-coupon .form-row.form-row-first,
.woocommerce-form-coupon .form-row.form-row-last {
    width: 50%;
  }
  .my-account .woocommerce-address-fields__field-wrapper .form-row.form-row-first,
.woocommerce-billing-fields__field-wrapper .form-row.form-row-first,
.woocommerce-additional-fields__field-wrapper .form-row.form-row-first,
.woocommerce-account-fields .form-row.form-row-first,
.woocommerce-form-register .form-row.form-row-first,
.woocommerce-form-login .form-row.form-row-first,
.create-account__inner .form-row.form-row-first,
.woocommerce-form-coupon .form-row.form-row-first {
    padding-right: 10px;
  }
  .my-account .woocommerce-address-fields__field-wrapper .form-row.form-row-last,
.woocommerce-billing-fields__field-wrapper .form-row.form-row-last,
.woocommerce-additional-fields__field-wrapper .form-row.form-row-last,
.woocommerce-account-fields .form-row.form-row-last,
.woocommerce-form-register .form-row.form-row-last,
.woocommerce-form-login .form-row.form-row-last,
.create-account__inner .form-row.form-row-last,
.woocommerce-form-coupon .form-row.form-row-last {
    padding-left: 10px;
  }
}

.wc_payment_methods {
  padding-bottom: 1rem;
  border-bottom: 1px solid #B0B0B0;
  padding-left: 0;
  list-style: none;
}
.wc_payment_methods__heading {
  margin-bottom: 1rem;
}
.wc_payment_methods .wc_payment_method {
  margin-bottom: 1em;
}
.wc_payment_methods .wc_payment_method label {
  line-height: 1;
  width: 100%;
}
.wc_payment_methods .wc_payment_method label .payment_method__title {
  display: none;
}
.wc_payment_methods .wc_payment_method label .payment_method__icons {
  width: 100%;
}
.wc_payment_methods .wc_payment_method .payment_box {
  font-size: 0.8125rem;
}
.wc_payment_methods .wc_payment_method .payment_box p, .wc_payment_methods .wc_payment_method .payment_box .wpcf7-form-control.wpcf7-radio, .wc_payment_methods .wc_payment_method .payment_box .wpcf7-form-control.wpcf7-checkbox {
  margin: 0.5em 0;
}
.wc_payment_methods .wc_payment_method .wc-payment-form label::before {
  display: none;
}
.wc_payment_methods .wc_payment_method .wc-payment-form .woocommerce_error li {
  font-size: 0.8125rem;
}
.wc_payment_methods .wc_payment_method .woocommerce-SavedPaymentMethods-saveNew label::before {
  border-radius: 4px;
}
.wc_payment_methods .wc_payment_method .wc-credit-card-form .form-row.form-row-wide {
  width: 100%;
}
.wc_payment_methods .wc_payment_method .wc-credit-card-form .form-row.form-row-first, .wc_payment_methods .wc_payment_method .wc-credit-card-form .form-row.form-row-last {
  width: 49%;
  display: inline-block;
}
.wc_payment_methods .wc_payment_method .wc-credit-card-form .form-row.form-row-first {
  float: left;
}
.wc_payment_methods .wc_payment_method .wc-credit-card-form .form-row.form-row-last {
  float: right;
}

form.cart > .custom-qty {
  align-items: stretch;
  flex-wrap: nowrap;
  background-color: #fdd7e4;
  margin-bottom: 0.5rem;
}
@media (min-width: 992px) {
  form.cart > .custom-qty {
    padding: 0 !important;
  }
}
form.cart > .custom-qty .custom-qty__label, form.cart > .custom-qty .custom-qty__plus, form.cart > .custom-qty .custom-qty__minus, form.cart > .custom-qty .custom-qty__display {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
form.cart > .custom-qty .custom-qty__label {
  align-items: flex-start;
  text-align: left;
  flex-grow: 10;
  flex-basis: auto;
  border-right: 1px solid #fff;
}
form.cart > .custom-qty .custom-qty__plus, form.cart > .custom-qty .custom-qty__minus {
  align-items: center;
  flex-grow: 1;
  align-self: stretch;
}
form.cart > .custom-qty .custom-qty__plus::before, form.cart > .custom-qty .custom-qty__minus::before {
  font-size: 100%;
}
form.cart > .custom-qty .custom-qty__minus {
  border-right: 1px solid #fff;
}
form.cart > .custom-qty .custom-qty__display {
  align-items: center;
  border-right: 1px solid #fff;
  flex-grow: 1;
  font-size: 14px;
  min-width: 0;
}
@media (min-width: 768px) {
  form.cart > .custom-qty {
    margin-bottom: 1rem;
  }
}

.woocommerce-notice,
.woocommerce-message,
.woocommerce-error {
  margin-bottom: 0.5rem;
  padding: 0.5rem;
  background-color: #fff;
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
}
@media (min-width: 768px) {
  .woocommerce-notice,
.woocommerce-message,
.woocommerce-error {
    margin-bottom: 1rem;
  }
}
@media (max-width: 575.98px) {
  .woocommerce-notice,
.woocommerce-message,
.woocommerce-error {
    padding-left: 25px !important;
    padding-right: 25px !important;
  }
}
@media (max-width: 575.98px) {
  .woocommerce-notice,
.woocommerce-message,
.woocommerce-error {
    margin-left: -25px;
    margin-right: -25px;
  }
}
@media (max-width: 575.98px) {
  .woocommerce-notice,
.woocommerce-message,
.woocommerce-error {
    max-width: none;
    width: auto;
    align-items: flex-start;
  }
}
@media (min-width: 768px) {
  .woocommerce-notice,
.woocommerce-message,
.woocommerce-error {
    padding: 0.6666666667rem;
  }
}
@media (min-width: 992px) {
  .woocommerce-notice,
.woocommerce-message,
.woocommerce-error {
    padding: 0.75rem;
  }
}
@media (min-width: 1320px) {
  .woocommerce-notice,
.woocommerce-message,
.woocommerce-error {
    padding: 1rem;
  }
}
.woocommerce-notice .button,
.woocommerce-message .button,
.woocommerce-error .button {
  order: 10;
  margin: 0 1rem;
}
.woocommerce-notice + .woocommerce-error,
.woocommerce-notice + .woocommerce-message,
.woocommerce-message + .woocommerce-error,
.woocommerce-message + .woocommerce-message,
.woocommerce-error + .woocommerce-error,
.woocommerce-error + .woocommerce-message {
  margin-top: 1rem;
}

@media (max-width: 575.98px) {
  .woocommerce-notice,
.woocommerce-message {
    flex-wrap: nowrap;
  }
}

.woocommerce-message::before {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "";
  color: #70C4E8;
  margin-right: 1em;
}

.woocommerce-error {
  list-style: none;
}
.woocommerce-error li {
  width: 100%;
}
.woocommerce-error li::before {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "";
  color: #F4AA4F;
  margin-right: 1em;
}

.single-product main.main {
  background-color: #fcfcfc;
}
.single-product .product-shipping-notice {
  align-items: center;
  display: flex;
  font-family: "CoreSansNR65", "LL Brown Light Web", "Turbinado Bold Pro", "Roboto", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  flex-flow: column nowrap;
  font-size: 11px;
  font-weight: bold;
  justify-content: flex-start;
  letter-spacing: 2.5px;
  line-height: 24px;
  text-align: center;
  max-width: 271px;
  margin: 0 auto;
}
.single-product .product-shipping-notice .item-icon {
  height: 2em;
  width: 2em;
  border-radius: 50%;
  background-color: #d8d8d8;
  padding: 0 0.43em;
  line-height: 2;
  margin-right: 0.5em;
  margin-bottom: 7px;
}
.single-product .purchase-limit-reached-msg {
  font-family: "Turbinado Bold Pro", "LL Brown Light Web", "Turbinado Bold Pro", "Roboto", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-size: 1.25rem;
}
.single-product .stock.in-stock-high {
  height: 26px;
}
.single-product .posted_in {
  color: #0a233f;
  font-family: "CoreSansNR55", "LL Brown Light Web", "Turbinado Bold Pro", "Roboto", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-size: 16px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  letter-spacing: 2px;
  line-height: normal;
  margin-bottom: 12px;
}
.single-product .entry-title {
  font-family: "CoreSansNR45", "LL Brown Light Web", "Turbinado Bold Pro", "Roboto", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  color: #0a233f;
  font-size: 32px;
  font-stretch: normal;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-height: normal;
  margin-bottom: 24px;
}
.single-product .woocommerce-product-details__short-description p, .single-product .woocommerce-product-details__short-description .wpcf7-form-control.wpcf7-radio, .single-product .woocommerce-product-details__short-description .wpcf7-form-control.wpcf7-checkbox {
  color: #0a233f;
  font-family: "CoreSansNR45", "LL Brown Light Web", "Turbinado Bold Pro", "Roboto", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-size: 16px;
  font-stretch: normal;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-height: 1.5;
}
.single-product .big-select-wrap label {
  color: #0a233f;
  font-family: "CoreSansNR65", "LL Brown Light Web", "Turbinado Bold Pro", "Roboto", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-size: 11px;
  font-weight: bold;
  line-height: 24px;
  letter-spacing: 2.5px;
  margin-bottom: 8px;
  padding: 0;
  position: static;
}
.single-product .big-select-wrap .bootstrap-select button {
  padding: 13px 16px;
}
.single-product .big-select-wrap .bootstrap-select .filter-option-inner {
  border: solid 1px #0a233f;
  padding: 13px 16px;
}

.article-product.in-cart .added_to_cart,
.article-product.in-cart .added_to_subscription, .article-product.in-subscription .added_to_cart,
.article-product.in-subscription .added_to_subscription {
  align-items: center;
  animation: slide-from-right 0.4s ease;
  background-color: #f7c17f;
  border-radius: 0.625rem 0 0 0.625rem;
  color: #0a233f;
  display: flex;
  flex-direction: row;
  font-size: 0.6875rem;
  font-family: "LL Brown Bold Web", "LL Brown Light Web", "Turbinado Bold Pro", "Roboto", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-weight: normal;
  font-style: normal;
  letter-spacing: 0.25em;
  text-transform: uppercase;
  line-height: 1;
  justify-content: center;
  position: absolute;
  top: 0;
  transition: all 0.2s ease-in-out;
  visibility: hidden;
}
.article-product.in-cart .added_to_cart, .article-product.in-subscription .added_to_cart {
  right: 10px;
  padding: 0.75rem;
}
.article-product.in-cart .added_to_cart:last-child, .article-product.in-subscription .added_to_cart:last-child {
  visibility: visible;
}
.article-product.in-cart .added_to_cart::before, .article-product.in-subscription .added_to_cart::before {
  order: -10;
  text-align: left;
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "libra-icons" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "";
  margin-right: 0.5em;
}
.article-product.in-cart .added_to_cart::after, .article-product.in-subscription .added_to_cart::after {
  order: -5;
  text-align: left;
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "";
  margin-right: 0.25em;
}
.article-product.in-cart .added_to_cart:hover, .article-product.in-subscription .added_to_cart:hover {
  text-decoration: none;
  color: #0a233f;
  background-color: #F4AA4F;
}
.article-product.in-subscription .added_to_subscription {
  visibility: visible;
  padding: 0.7rem;
  right: 0;
}
.article-product.in-subscription .added_to_subscription::before {
  order: -5;
  text-align: left;
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "";
  margin-right: 0.25em;
}
.article-product .woocommerce-loop-product__link {
  color: inherit;
}
.article-product .woocommerce-loop-product__title {
  color: #0a233f;
  font-family: "CoreSansNR65", "LL Brown Light Web", "Turbinado Bold Pro", "Roboto", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-stretch: normal;
  font-size: 22px;
  font-style: normal;
  font-weight: bold;
  letter-spacing: -0.5px;
  line-height: 26px;
  margin-bottom: 12px;
}
.article-product .woocommerce-loop-product__term {
  color: #0a233f;
  font-size: 11px;
  font-stretch: normal;
  font-style: normal;
  font-weight: bold;
  letter-spacing: 2.5px;
  line-height: 2.18;
}
.article-product .article__top {
  padding: 0;
}
.article-product .article__top-footer {
  align-items: flex-end;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  pointer-events: none;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}
.article-product .article__top-footer > * {
  pointer-events: all;
}
.article-product .article__top .woocommerce-loop-product__link {
  border: solid 1px #e2e2e2;
  display: block;
  height: 339px;
  width: 100%;
}
@media (min-width: 1320px) {
  .article-product .article__top .woocommerce-loop-product__link {
    width: 339px;
  }
}
.article-product .wp-post-image {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-height: 100%;
  max-width: 100%;
  width: auto;
  height: auto;
  display: block;
}
.article-product a:hover {
  text-decoration: none;
}
.article-product .product-options {
  font-family: "LL Brown Bold Web", "LL Brown Light Web", "Turbinado Bold Pro", "Roboto", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-weight: normal;
  font-style: normal;
  letter-spacing: 0.25em;
  text-transform: uppercase;
  line-height: 1;
  align-items: flex-end;
  align-self: flex-end;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  font-size: 0.6875rem;
  justify-content: flex-end;
  overflow: hidden;
  padding: 0 8px 8px;
  position: relative;
  pointer-events: none;
  z-index: 10;
}
.article-product .product-options > * {
  pointer-events: all;
}
.article-product .product-options a {
  color: inherit;
}
.article-product .product-options .woocommerce-loop-product__add-to-cart-wrapper {
  align-items: center;
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  transform: translateX(200%);
  transition: 250ms all;
}
.article-product .product-options__item {
  align-items: center;
  background-color: transparent;
  border-radius: 30px;
  display: flex;
  flex-direction: row-reverse;
  flex-wrap: nowrap;
  margin-bottom: 4px;
  transition: all 0.2s ease-in-out;
  overflow: hidden;
  justify-content: flex-end;
  position: relative;
}
.article-product .product-options__item:empty {
  display: none;
}
.article-product .product-options__item a {
  border: none;
  border-radius: 38px;
  display: block;
  margin-right: 4px;
  transition: all 0.2s ease-in-out;
  padding: 8px;
}
@media (max-width: 575.98px) {
  .xs-compact .article-product .product-options__item a {
    font-size: 9px;
    padding: 0.55rem;
  }
}
.article-product .product-options__item::before {
  background-color: #addbe3;
  border-radius: 30px;
  height: 30px;
  padding: 10px 7px;
  text-align: right;
  width: 30px;
  z-index: 2;
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "libra-icons" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@media (max-width: 575.98px) {
  .xs-compact .article-product .product-options__item::before {
    padding: 0.55rem 0.4rem;
  }
}
.article-product .product-options__item.view {
  background-color: transparent;
}
.article-product .product-options__item.view::before {
  content: "";
}
.article-product .product-options__item.view:hover a {
  transform: translateX(0);
}
.article-product .product-options__item.view a {
  background-color: #addbe3;
  transform: translateX(200%);
}
.article-product .product-options__item.buy {
  background-color: transparent;
}
.article-product .product-options__item.buy::before {
  content: "";
}
.article-product .product-options__item.buy:hover .woocommerce-loop-product__add-to-cart-wrapper {
  transform: translateX(0);
}
.article-product .product-options__item.buy a {
  background-color: #addbe3;
}
.article-product:hover .woocommerce-loop-product__title {
  color: #1E2859;
}
.article-product.product-action-subscription .product-options__item::before {
  width: 2rem;
  text-align: right;
}
.article-product.product-action-subscription .product-options__item.buy:hover {
  left: 0;
}
.article-product.product-action-subscription .product-options__item.buy a {
  display: flex;
  align-items: center;
  padding: 0.6rem 0.75rem;
}
.article-product.product-action-subscription .product-options__item.buy a:first-child {
  border-left: 0;
}
.article-product.product-action-subscription .product-options__item.buy a::before {
  content: "+";
  font-size: 1rem;
  margin-right: 5px;
}
.article-product.show-actions .product-options__item.buy {
  left: 0;
  transform: translateX(0);
}

.product-features {
  padding-left: 0;
  list-style: none;
  border-radius: 0 1.5rem 0 0;
  margin: 0;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  background-color: #efefef;
  padding: 0.5rem;
}
.product-features__icon {
  align-items: center;
  display: flex;
  flex-direction: column;
  height: 2rem;
  justify-content: center;
  margin-right: 0.5rem;
  width: 2rem;
}
.product-features__icon img {
  display: block;
  max-width: 100%;
  max-height: 100%;
}
.product-features__icon:last-child {
  margin-right: 0;
}
.single-product-main .product-features {
  position: absolute;
  left: 0;
  bottom: 0;
}
@media (min-width: 768px) {
  .product-features {
    padding: 0.75rem;
  }
  .product-features__icon {
    height: 2.625rem;
    width: 2.625rem;
  }
}

.price {
  display: block;
  font-family: "CoreSansNR65", "LL Brown Light Web", "Turbinado Bold Pro", "Roboto", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: normal;
}
.price-divider {
  color: #0a233f;
  display: inline-block;
  font-size: 12px;
  line-height: 24px;
  margin: 0 0.3em;
  position: relative;
  top: -3px;
}

.single-product-main {
  position: relative;
}
.single-product-main__col {
  position: static;
}
.single-product-main .price {
  margin-bottom: 0;
}
.single-product-main .woocommerce-product-details__description {
  margin-bottom: 2rem;
}
@media (min-width: 768px) {
  .single-product-main .woocommerce-product-details__description {
    margin-bottom: 3rem;
  }
}
.single-product-main .woocommerce-product-details__description p:last-child, .single-product-main .woocommerce-product-details__description .wpcf7-form-control.wpcf7-radio:last-child, .single-product-main .woocommerce-product-details__description .wpcf7-form-control.wpcf7-checkbox:last-child {
  margin-bottom: 0;
}
@media (max-width: 767.98px) {
  .single-product-main__col.img-col {
    position: relative;
    margin-bottom: 2rem;
  }
}

.woocommerce-product-gallery__wrapper.slider::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  opacity: 1;
  visibility: visible;
  background-color: #fcfcfc;
  z-index: 1;
}
.woocommerce-product-gallery__wrapper.slider.slider-init::before {
  opacity: 0;
  visibility: hidden;
}
.woocommerce-product-gallery__item {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
}
.woocommerce-product-gallery img {
  display: block;
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
}
.woocommerce-product-gallery .flickity-page-dots {
  justify-content: center;
}

.variations_form__inner {
  align-items: stretch;
  background-color: transparent;
  display: flex;
  flex-direction: column;
  justify-content: stretch;
  margin-bottom: 0;
}
@media (max-width: 575.98px) {
  .modal .variations_form__inner {
    margin-left: 0;
    margin-right: 0;
  }
}
.variations_form__bottom-half {
  align-items: center;
  display: flex;
  flex-flow: row wrap;
  flex-grow: 1;
  justify-content: space-between;
}
.variations_form__qty-wrap {
  align-items: flex-start;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}
.variations_form__qty-wrap .label, .variations_form__qty-wrap .wpcf7 label, .wpcf7 .variations_form__qty-wrap label, .variations_form__qty-wrap .woocommerce-MyAccount-content label, .woocommerce-MyAccount-content .variations_form__qty-wrap label, .variations_form__qty-wrap .woocommerce-checkout-subform-wrap form .lost_password, .woocommerce-checkout-subform-wrap form .variations_form__qty-wrap .lost_password, .variations_form__qty-wrap .woocommerce-form label, .woocommerce-form .variations_form__qty-wrap label, .variations_form__qty-wrap .my-account .woocommerce-address-fields__field-wrapper label, .my-account .woocommerce-address-fields__field-wrapper .variations_form__qty-wrap label,
.variations_form__qty-wrap .woocommerce-billing-fields__field-wrapper label,
.woocommerce-billing-fields__field-wrapper .variations_form__qty-wrap label,
.variations_form__qty-wrap .woocommerce-additional-fields__field-wrapper label,
.woocommerce-additional-fields__field-wrapper .variations_form__qty-wrap label,
.variations_form__qty-wrap .woocommerce-account-fields label,
.woocommerce-account-fields .variations_form__qty-wrap label,
.variations_form__qty-wrap .woocommerce-form-register label,
.woocommerce-form-register .variations_form__qty-wrap label,
.variations_form__qty-wrap .woocommerce-form-login label,
.woocommerce-form-login .variations_form__qty-wrap label,
.variations_form__qty-wrap .create-account__inner label,
.create-account__inner .variations_form__qty-wrap label,
.variations_form__qty-wrap .woocommerce-form-coupon label,
.woocommerce-form-coupon .variations_form__qty-wrap label {
  display: none;
}
.variations_form__qty-wrap .input-text {
  background-color: transparent;
  border: none;
}
.variations_form__qty-wrap .input-text:focus {
  background-color: transparent;
}
.variations_form .variations {
  border-right: 1px solid #fff;
  flex-grow: 10;
  width: 100%;
}
.variations_form .variations__item .label, .variations_form .variations__item .wpcf7 label, .wpcf7 .variations_form .variations__item label, .variations_form .variations__item .woocommerce-MyAccount-content label, .woocommerce-MyAccount-content .variations_form .variations__item label, .variations_form .variations__item .woocommerce-checkout-subform-wrap form .lost_password, .woocommerce-checkout-subform-wrap form .variations_form .variations__item .lost_password, .variations_form .variations__item .woocommerce-form label, .woocommerce-form .variations_form .variations__item label, .variations_form .variations__item .my-account .woocommerce-address-fields__field-wrapper label, .my-account .woocommerce-address-fields__field-wrapper .variations_form .variations__item label,
.variations_form .variations__item .woocommerce-billing-fields__field-wrapper label,
.woocommerce-billing-fields__field-wrapper .variations_form .variations__item label,
.variations_form .variations__item .woocommerce-additional-fields__field-wrapper label,
.woocommerce-additional-fields__field-wrapper .variations_form .variations__item label,
.variations_form .variations__item .woocommerce-account-fields label,
.woocommerce-account-fields .variations_form .variations__item label,
.variations_form .variations__item .woocommerce-form-register label,
.woocommerce-form-register .variations_form .variations__item label,
.variations_form .variations__item .woocommerce-form-login label,
.woocommerce-form-login .variations_form .variations__item label,
.variations_form .variations__item .create-account__inner label,
.create-account__inner .variations_form .variations__item label,
.variations_form .variations__item .woocommerce-form-coupon label,
.woocommerce-form-coupon .variations_form .variations__item label,
.variations_form .variations__item .value {
  display: block;
  width: 100%;
}
.variations_form select {
  background-color: transparent;
  border: none;
  width: 100%;
}
.variations_form select:focus {
  outline: 0;
}
.variations_form .reset_variations {
  color: #9b9b9a;
  display: block;
  font-family: "CoreSansNR65", "LL Brown Light Web", "Turbinado Bold Pro", "Roboto", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-size: 11px;
  font-stretch: normal;
  font-style: normal;
  font-weight: bold;
  letter-spacing: 2.5px;
  line-height: 24px;
  margin: 14px 0 24px;
  text-align: center;
  width: 100%;
}
.variations_form .single_variation {
  align-items: center;
  display: flex;
  margin-bottom: 0;
}
.variations_form .cta__icon {
  color: #0a233f;
}
.variations_form__bottom {
  position: relative;
}
.variations_form .woocommerce-variation-add-to-cart {
  flex-grow: 1;
  margin-bottom: 1rem;
  width: 100%;
}
.variations_form .woocommerce-variation-add-to-cart .btn-action {
  background-color: #0a233f;
  border-radius: 18px;
  color: #fff;
  width: 100%;
}
.variations_form .woocommerce-variation-add-to-cart .btn-action:hover {
  background-color: #2f445c;
}
.variations_form .woocommerce-variation-add-to-cart .btn-action i {
  display: none;
}
@media (max-width: 991.98px) {
  .variations_form .custom-qty {
    border-top: 1px solid #fff;
    align-items: stretch;
    flex-wrap: nowrap;
  }
}
@media (max-width: 991.98px) and (min-width: 992px) {
  .variations_form .custom-qty {
    padding: 0 !important;
  }
}
@media (max-width: 991.98px) {
  .variations_form .custom-qty .custom-qty__label, .variations_form .custom-qty .custom-qty__plus, .variations_form .custom-qty .custom-qty__minus, .variations_form .custom-qty .custom-qty__display {
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  .variations_form .custom-qty .custom-qty__label {
    align-items: flex-start;
    text-align: left;
    flex-grow: 10;
    flex-basis: auto;
    border-right: 1px solid #fff;
  }
  .variations_form .custom-qty .custom-qty__plus, .variations_form .custom-qty .custom-qty__minus {
    align-items: center;
    flex-grow: 1;
    align-self: stretch;
  }
  .variations_form .custom-qty .custom-qty__plus::before, .variations_form .custom-qty .custom-qty__minus::before {
    font-size: 100%;
  }
  .variations_form .custom-qty .custom-qty__minus {
    border-right: 1px solid #fff;
  }
  .variations_form .custom-qty .custom-qty__display {
    align-items: center;
    border-right: 1px solid #fff;
    flex-grow: 1;
    font-size: 14px;
    min-width: 0;
  }
}
@media (max-width: 991.98px) {
  .variations_form .cta, .variations_form .wpcf7-submit {
    display: flex;
    flex-wrap: wrap !important;
    width: 100%;
    text-align: center;
  }
  .variations_form .cta .cta__label, .variations_form .wpcf7-submit .cta__label {
    flex-basis: 100%;
  }
  .variations_form .cta .cta__icon, .variations_form .wpcf7-submit .cta__icon {
    margin: 0.6em 0 0;
    font-size: 190%;
    flex-basis: 100%;
  }
  .variations_form .cta .cta__icon::before, .variations_form .wpcf7-submit .cta__icon::before {
    content: "";
  }
}
@media (min-width: 992px) {
  .variations_form__inner {
    flex-flow: row wrap;
  }
  .variations_form__qty-wrap {
    width: 10rem;
  }
}
.variations_form .woocommerce-Price-amount.amount {
  font-family: "CoreSansNR55", "LL Brown Light Web", "Turbinado Bold Pro", "Roboto", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-size: 22px;
  line-height: normal;
  letter-spacing: 0;
}

.ywccs-custom-subscription-actions .ywccs-add-to-subscription-form {
  align-items: flex-start;
  display: flex;
  flex-flow: column nowrap;
  justify-content: flex-start;
}
.ywccs-custom-subscription-actions .ywccs-add-to-subscription-form .btn, .ywccs-custom-subscription-actions .ywccs-add-to-subscription-form .bbp-pagination__more,
.ywccs-custom-subscription-actions .ywccs-add-to-subscription-form .pagination__more, .ywccs-custom-subscription-actions .ywccs-add-to-subscription-form .comment-form input[type=submit], .comment-form .ywccs-custom-subscription-actions .ywccs-add-to-subscription-form input[type=submit], .ywccs-custom-subscription-actions .ywccs-add-to-subscription-form .account-cta__link, .ywccs-custom-subscription-actions .ywccs-add-to-subscription-form .page-landing__content .content-columns__cta-link, .page-landing__content .ywccs-custom-subscription-actions .ywccs-add-to-subscription-form .content-columns__cta-link,
.ywccs-custom-subscription-actions .ywccs-add-to-subscription-form .page-landing__content .fxc-mixed_cta .card__cta,
.page-landing__content .fxc-mixed_cta .ywccs-custom-subscription-actions .ywccs-add-to-subscription-form .card__cta,
.ywccs-custom-subscription-actions .ywccs-add-to-subscription-form .page-landing__content .slide-pane__cta,
.page-landing__content .ywccs-custom-subscription-actions .ywccs-add-to-subscription-form .slide-pane__cta, .ywccs-custom-subscription-actions .ywccs-add-to-subscription-form .single-product .button, .single-product .ywccs-custom-subscription-actions .ywccs-add-to-subscription-form .button,
.ywccs-custom-subscription-actions .ywccs-add-to-subscription-form .woocommerce-order-received .button,
.woocommerce-order-received .ywccs-custom-subscription-actions .ywccs-add-to-subscription-form .button,
.ywccs-custom-subscription-actions .ywccs-add-to-subscription-form .woocommerce-checkout .button,
.woocommerce-checkout .ywccs-custom-subscription-actions .ywccs-add-to-subscription-form .button,
.ywccs-custom-subscription-actions .ywccs-add-to-subscription-form .woocommerce-cart .button,
.woocommerce-cart .ywccs-custom-subscription-actions .ywccs-add-to-subscription-form .button, .ywccs-custom-subscription-actions .ywccs-add-to-subscription-form .woocommerce-MyAccount-navigation ul li a, .woocommerce-MyAccount-navigation ul li .ywccs-custom-subscription-actions .ywccs-add-to-subscription-form a, .ywccs-custom-subscription-actions .ywccs-add-to-subscription-form .woocommerce-MyAccount-content .button, .woocommerce-MyAccount-content .ywccs-custom-subscription-actions .ywccs-add-to-subscription-form .button, .ywccs-custom-subscription-actions .ywccs-add-to-subscription-form .shop_table.cart .remove, .shop_table.cart .ywccs-custom-subscription-actions .ywccs-add-to-subscription-form .remove, .ywccs-custom-subscription-actions .ywccs-add-to-subscription-form .woocommerce-notice .button, .woocommerce-notice .ywccs-custom-subscription-actions .ywccs-add-to-subscription-form .button,
.ywccs-custom-subscription-actions .ywccs-add-to-subscription-form .woocommerce-message .button,
.woocommerce-message .ywccs-custom-subscription-actions .ywccs-add-to-subscription-form .button,
.ywccs-custom-subscription-actions .ywccs-add-to-subscription-form .woocommerce-error .button,
.woocommerce-error .ywccs-custom-subscription-actions .ywccs-add-to-subscription-form .button {
  align-items: center;
  display: flex;
  flex-flow: row nowrap;
  justify-content: flex-start;
  border: none;
  color: #0a233f;
  font-family: "CoreSansNR55", "LL Brown Light Web", "Turbinado Bold Pro", "Roboto", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  letter-spacing: normal;
  line-height: normal;
  margin: 0;
  padding: 0 0 21px;
  text-transform: none;
  text-decoration: underline;
}
.ywccs-custom-subscription-actions .ywccs-add-to-subscription-form .btn img, .ywccs-custom-subscription-actions .ywccs-add-to-subscription-form .bbp-pagination__more img,
.ywccs-custom-subscription-actions .ywccs-add-to-subscription-form .pagination__more img, .ywccs-custom-subscription-actions .ywccs-add-to-subscription-form .comment-form input[type=submit] img, .comment-form .ywccs-custom-subscription-actions .ywccs-add-to-subscription-form input[type=submit] img, .ywccs-custom-subscription-actions .ywccs-add-to-subscription-form .account-cta__link img, .ywccs-custom-subscription-actions .ywccs-add-to-subscription-form .page-landing__content .content-columns__cta-link img, .page-landing__content .ywccs-custom-subscription-actions .ywccs-add-to-subscription-form .content-columns__cta-link img,
.ywccs-custom-subscription-actions .ywccs-add-to-subscription-form .page-landing__content .fxc-mixed_cta .card__cta img,
.page-landing__content .fxc-mixed_cta .ywccs-custom-subscription-actions .ywccs-add-to-subscription-form .card__cta img,
.ywccs-custom-subscription-actions .ywccs-add-to-subscription-form .page-landing__content .slide-pane__cta img,
.page-landing__content .ywccs-custom-subscription-actions .ywccs-add-to-subscription-form .slide-pane__cta img, .ywccs-custom-subscription-actions .ywccs-add-to-subscription-form .single-product .button img, .single-product .ywccs-custom-subscription-actions .ywccs-add-to-subscription-form .button img,
.ywccs-custom-subscription-actions .ywccs-add-to-subscription-form .woocommerce-order-received .button img,
.woocommerce-order-received .ywccs-custom-subscription-actions .ywccs-add-to-subscription-form .button img,
.ywccs-custom-subscription-actions .ywccs-add-to-subscription-form .woocommerce-checkout .button img,
.woocommerce-checkout .ywccs-custom-subscription-actions .ywccs-add-to-subscription-form .button img,
.ywccs-custom-subscription-actions .ywccs-add-to-subscription-form .woocommerce-cart .button img,
.woocommerce-cart .ywccs-custom-subscription-actions .ywccs-add-to-subscription-form .button img, .ywccs-custom-subscription-actions .ywccs-add-to-subscription-form .woocommerce-MyAccount-navigation ul li a img, .woocommerce-MyAccount-navigation ul li .ywccs-custom-subscription-actions .ywccs-add-to-subscription-form a img, .ywccs-custom-subscription-actions .ywccs-add-to-subscription-form .woocommerce-MyAccount-content .button img, .woocommerce-MyAccount-content .ywccs-custom-subscription-actions .ywccs-add-to-subscription-form .button img, .ywccs-custom-subscription-actions .ywccs-add-to-subscription-form .shop_table.cart .remove img, .shop_table.cart .ywccs-custom-subscription-actions .ywccs-add-to-subscription-form .remove img, .ywccs-custom-subscription-actions .ywccs-add-to-subscription-form .woocommerce-notice .button img, .woocommerce-notice .ywccs-custom-subscription-actions .ywccs-add-to-subscription-form .button img,
.ywccs-custom-subscription-actions .ywccs-add-to-subscription-form .woocommerce-message .button img,
.woocommerce-message .ywccs-custom-subscription-actions .ywccs-add-to-subscription-form .button img,
.ywccs-custom-subscription-actions .ywccs-add-to-subscription-form .woocommerce-error .button img,
.woocommerce-error .ywccs-custom-subscription-actions .ywccs-add-to-subscription-form .button img {
  padding-right: 22px;
}

.login-wrap {
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-color: #0a233f;
  color: #fff;
  text-align: center;
}
.login-wrap a {
  color: inherit;
}
.login-wrap input:-webkit-autofill,
.login-wrap input:-webkit-autofill:hover,
.login-wrap input:-webkit-autofill:focus,
.login-wrap textarea:-webkit-autofill,
.login-wrap textarea:-webkit-autofill:hover,
.login-wrap textarea:-webkit-autofill:focus,
.login-wrap select:-webkit-autofill,
.login-wrap select:-webkit-autofill:hover,
.login-wrap select:-webkit-autofill:focus {
  color: #fff;
}
.login-wrap__header {
  margin-bottom: 2rem;
}
@media (min-width: 768px) {
  .login-wrap__header {
    margin-bottom: 3rem;
  }
}
.login-wrap__header-body {
  font-size: 32px;
}
.login-wrap__footer {
  transition: all 0.2s ease-in-out;
}
.login-wrap__footer .cta, .login-wrap__footer .wpcf7-submit {
  text-transform: none;
  color: #fff;
}
.login-wrap__container {
  max-width: 100%;
  width: 100%;
}
.login-wrap__body {
  transition: all 0.2s ease-in-out;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: nowrap;
}
.login-wrap__options {
  flex-basis: 100%;
  flex-shrink: 0;
  transition: opacity 0.15s linear;
}
.login-wrap__options-inner {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.login-wrap__options i {
  display: inline-block;
  vertical-align: middle;
}
.login-wrap__options .cta, .login-wrap__options .wpcf7-submit {
  margin-bottom: 2rem;
}
@media (min-width: 768px) {
  .login-wrap__options .cta, .login-wrap__options .wpcf7-submit {
    margin-bottom: 4rem;
  }
}
.login-wrap__options .cta__icon {
  content: url("/app/themes/lovelibra/dist/images/reskin/icons/small-cta-arrow-white.svg");
  height: 16px;
}
.login-wrap__options .cta.cta-social-login, .login-wrap__options .cta-social-login.wpcf7-submit {
  font-size: 60px;
}
.login-wrap__options .cta.cta-social-login i, .login-wrap__options .cta-social-login.wpcf7-submit i {
  display: none;
  margin-right: 0.5rem;
}
.login-wrap__form {
  justify-content: center;
  flex-basis: 100%;
  flex-shrink: 0;
  visibility: hidden;
  opacity: 0.25;
  transition: opacity 0.15s linear;
}
.login-wrap.show-form .login-wrap__body {
  transform: translateX(-100%);
}
.login-wrap.show-form .login-wrap__options {
  visibility: hidden;
  opacity: 0;
}
.login-wrap.show-form .login-wrap__form {
  visibility: visible;
  opacity: 1;
}
.login-wrap.show-form .login-wrap__footer {
  visibility: hidden;
  opacity: 0;
}
.login-wrap .login label:not(.inline) {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.login-wrap .login .input-text {
  font-weight: 200;
  padding-left: 0;
  border-bottom-color: #fff;
}
.login-wrap .login ::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #fff;
}
.login-wrap .login ::-moz-placeholder {
  /* Firefox 19+ */
  color: #fff;
}
.login-wrap .login :-ms-input-placeholder {
  /* IE 10+ */
  color: #fff;
}
.login-wrap .login :-moz-placeholder {
  /* Firefox 18- */
  color: #fff;
}
.login-wrap .login .submit-row {
  margin-top: 2rem;
  margin-bottom: 2rem;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
@media (min-width: 768px) {
  .login-wrap .login .submit-row {
    margin-top: 3rem;
  }
}
@media (min-width: 768px) {
  .login-wrap .login .submit-row {
    margin-bottom: 3rem;
  }
}
.login-wrap .login .submit-row label {
  margin-bottom: 0;
}
.login-wrap .login .cta__icon {
  color: #0a233f;
}
.login-wrap .login .lost_password {
  font-size: 0.8125rem;
  display: block;
  text-align: right;
  margin: 0.5em 0;
}
.modal .login-wrap .login .input-text {
  color: #fff;
  background-color: #0a233f;
}
.modal .login-wrap .login input:-webkit-autofill {
  -webkit-box-shadow: inset 0 0 0 9999px #0a233f;
}
@media (max-width: 575.98px) {
  .modal .login-wrap__col {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .login-wrap__form-inner {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .login-wrap .login .submit-row {
    margin-top: 0;
    display: block;
  }
  .login-wrap .login .submit-row .cta, .login-wrap .login .submit-row .wpcf7-submit {
    margin-top: 2rem;
    display: flex;
    flex-wrap: wrap !important;
    width: 100%;
    text-align: center;
  }
  .login-wrap .login .submit-row .cta .cta__label, .login-wrap .login .submit-row .wpcf7-submit .cta__label {
    flex-basis: 100%;
  }
  .login-wrap .login .submit-row .cta .cta__icon, .login-wrap .login .submit-row .wpcf7-submit .cta__icon {
    margin: 0.6em 0 0;
    font-size: 190%;
    flex-basis: 100%;
  }
  .login-wrap__options .fa {
    font-size: 150%;
  }
  .login-wrap__options .cta, .login-wrap__options .wpcf7-submit {
    flex-wrap: nowrap;
    font-size: 0.8125rem;
  }
  .login-wrap__options .cta__label {
    font-size: inherit;
    white-space: nowrap;
    flex-basis: 100%;
  }
  .login-wrap__options .cta__icon {
    display: none;
  }
  .login-wrap__form {
    margin: 0;
  }
  .login-wrap__footer {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  .login-wrap__footer .cta, .login-wrap__footer .wpcf7-submit {
    margin-top: 1rem;
  }
}
.shop_table {
  margin-bottom: 2rem;
}
.shop_table.cart {
  width: 100%;
}
@media (min-width: 768px) {
  .shop_table {
    margin-bottom: 3rem;
  }
}
.shop_table thead th {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
  text-align: left;
}
@media (min-width: 768px) {
  .shop_table thead th {
    padding-left: 1.6666666667rem;
  }
}
@media (min-width: 992px) {
  .shop_table thead th {
    padding-left: 1.75rem;
  }
}
@media (min-width: 1320px) {
  .shop_table thead th {
    padding-left: 2rem;
  }
}
@media (min-width: 768px) {
  .shop_table thead th {
    padding-right: 1.6666666667rem;
  }
}
@media (min-width: 992px) {
  .shop_table thead th {
    padding-right: 1.75rem;
  }
}
@media (min-width: 1320px) {
  .shop_table thead th {
    padding-right: 2rem;
  }
}
.shop_table > tbody > tr,
.shop_table > tfoot > tr {
  background-color: #fff;
}
.shop_table > tbody > tr th,
.shop_table > tbody > tr td,
.shop_table > tfoot > tr th,
.shop_table > tfoot > tr td {
  padding: 1.5rem;
}
@media (min-width: 768px) {
  .shop_table > tbody > tr th,
.shop_table > tbody > tr td,
.shop_table > tfoot > tr th,
.shop_table > tfoot > tr td {
    padding: 1.6666666667rem;
  }
}
@media (min-width: 992px) {
  .shop_table > tbody > tr th,
.shop_table > tbody > tr td,
.shop_table > tfoot > tr th,
.shop_table > tfoot > tr td {
    padding: 1.75rem;
  }
}
@media (min-width: 1320px) {
  .shop_table > tbody > tr th,
.shop_table > tbody > tr td,
.shop_table > tfoot > tr th,
.shop_table > tfoot > tr td {
    padding: 2rem;
  }
}
.shop_table > tbody th,
.shop_table > tbody td {
  border-bottom: 3px solid #F7F7F7;
}
.shop_table.shop_table-sm thead th, .woocommerce-MyAccount-content .shop_table thead th, .shop_table.order_details thead th, .shop_table.woocommerce-checkout-review-order-table thead th {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  border-bottom: 3px solid #363636;
}
@media (min-width: 768px) {
  .shop_table.shop_table-sm thead th, .woocommerce-MyAccount-content .shop_table thead th, .shop_table.order_details thead th, .shop_table.woocommerce-checkout-review-order-table thead th {
    padding-left: 0.6666666667rem;
  }
}
@media (min-width: 992px) {
  .shop_table.shop_table-sm thead th, .woocommerce-MyAccount-content .shop_table thead th, .shop_table.order_details thead th, .shop_table.woocommerce-checkout-review-order-table thead th {
    padding-left: 0.75rem;
  }
}
@media (min-width: 1320px) {
  .shop_table.shop_table-sm thead th, .woocommerce-MyAccount-content .shop_table thead th, .shop_table.order_details thead th, .shop_table.woocommerce-checkout-review-order-table thead th {
    padding-left: 1rem;
  }
}
@media (min-width: 768px) {
  .shop_table.shop_table-sm thead th, .woocommerce-MyAccount-content .shop_table thead th, .shop_table.order_details thead th, .shop_table.woocommerce-checkout-review-order-table thead th {
    padding-right: 0.6666666667rem;
  }
}
@media (min-width: 992px) {
  .shop_table.shop_table-sm thead th, .woocommerce-MyAccount-content .shop_table thead th, .shop_table.order_details thead th, .shop_table.woocommerce-checkout-review-order-table thead th {
    padding-right: 0.75rem;
  }
}
@media (min-width: 1320px) {
  .shop_table.shop_table-sm thead th, .woocommerce-MyAccount-content .shop_table thead th, .shop_table.order_details thead th, .shop_table.woocommerce-checkout-review-order-table thead th {
    padding-right: 1rem;
  }
}
.shop_table.shop_table-sm > tbody > tr th, .woocommerce-MyAccount-content .shop_table > tbody > tr th,
.shop_table.shop_table-sm > tbody > tr td,
.woocommerce-MyAccount-content .shop_table > tbody > tr td,
.shop_table.shop_table-sm > tfoot > tr th,
.woocommerce-MyAccount-content .shop_table > tfoot > tr th,
.shop_table.shop_table-sm > tfoot > tr td,
.woocommerce-MyAccount-content .shop_table > tfoot > tr td, .shop_table.order_details > tbody > tr th,
.shop_table.order_details > tbody > tr td,
.shop_table.order_details > tfoot > tr th,
.shop_table.order_details > tfoot > tr td, .shop_table.woocommerce-checkout-review-order-table > tbody > tr th,
.shop_table.woocommerce-checkout-review-order-table > tbody > tr td,
.shop_table.woocommerce-checkout-review-order-table > tfoot > tr th,
.shop_table.woocommerce-checkout-review-order-table > tfoot > tr td {
  padding: 0.5rem;
}
@media (min-width: 768px) {
  .shop_table.shop_table-sm > tbody > tr th, .woocommerce-MyAccount-content .shop_table > tbody > tr th,
.shop_table.shop_table-sm > tbody > tr td,
.woocommerce-MyAccount-content .shop_table > tbody > tr td,
.shop_table.shop_table-sm > tfoot > tr th,
.woocommerce-MyAccount-content .shop_table > tfoot > tr th,
.shop_table.shop_table-sm > tfoot > tr td,
.woocommerce-MyAccount-content .shop_table > tfoot > tr td, .shop_table.order_details > tbody > tr th,
.shop_table.order_details > tbody > tr td,
.shop_table.order_details > tfoot > tr th,
.shop_table.order_details > tfoot > tr td, .shop_table.woocommerce-checkout-review-order-table > tbody > tr th,
.shop_table.woocommerce-checkout-review-order-table > tbody > tr td,
.shop_table.woocommerce-checkout-review-order-table > tfoot > tr th,
.shop_table.woocommerce-checkout-review-order-table > tfoot > tr td {
    padding: 0.6666666667rem;
  }
}
@media (min-width: 992px) {
  .shop_table.shop_table-sm > tbody > tr th, .woocommerce-MyAccount-content .shop_table > tbody > tr th,
.shop_table.shop_table-sm > tbody > tr td,
.woocommerce-MyAccount-content .shop_table > tbody > tr td,
.shop_table.shop_table-sm > tfoot > tr th,
.woocommerce-MyAccount-content .shop_table > tfoot > tr th,
.shop_table.shop_table-sm > tfoot > tr td,
.woocommerce-MyAccount-content .shop_table > tfoot > tr td, .shop_table.order_details > tbody > tr th,
.shop_table.order_details > tbody > tr td,
.shop_table.order_details > tfoot > tr th,
.shop_table.order_details > tfoot > tr td, .shop_table.woocommerce-checkout-review-order-table > tbody > tr th,
.shop_table.woocommerce-checkout-review-order-table > tbody > tr td,
.shop_table.woocommerce-checkout-review-order-table > tfoot > tr th,
.shop_table.woocommerce-checkout-review-order-table > tfoot > tr td {
    padding: 0.75rem;
  }
}
@media (min-width: 1320px) {
  .shop_table.shop_table-sm > tbody > tr th, .woocommerce-MyAccount-content .shop_table > tbody > tr th,
.shop_table.shop_table-sm > tbody > tr td,
.woocommerce-MyAccount-content .shop_table > tbody > tr td,
.shop_table.shop_table-sm > tfoot > tr th,
.woocommerce-MyAccount-content .shop_table > tfoot > tr th,
.shop_table.shop_table-sm > tfoot > tr td,
.woocommerce-MyAccount-content .shop_table > tfoot > tr td, .shop_table.order_details > tbody > tr th,
.shop_table.order_details > tbody > tr td,
.shop_table.order_details > tfoot > tr th,
.shop_table.order_details > tfoot > tr td, .shop_table.woocommerce-checkout-review-order-table > tbody > tr th,
.shop_table.woocommerce-checkout-review-order-table > tbody > tr td,
.shop_table.woocommerce-checkout-review-order-table > tfoot > tr th,
.shop_table.woocommerce-checkout-review-order-table > tfoot > tr td {
    padding: 1rem;
  }
}
.shop_table.shop_table-sm > tfoot, .woocommerce-MyAccount-content .shop_table > tfoot, .shop_table.order_details > tfoot, .shop_table.woocommerce-checkout-review-order-table > tfoot {
  border-bottom: 3px solid #363636;
}
.shop_table.shop_table-sm > tfoot > tr:not(:last-child) th, .woocommerce-MyAccount-content .shop_table > tfoot > tr:not(:last-child) th,
.shop_table.shop_table-sm > tfoot > tr:not(:last-child) td,
.woocommerce-MyAccount-content .shop_table > tfoot > tr:not(:last-child) td, .shop_table.order_details > tfoot > tr:not(:last-child) th,
.shop_table.order_details > tfoot > tr:not(:last-child) td, .shop_table.woocommerce-checkout-review-order-table > tfoot > tr:not(:last-child) th,
.shop_table.woocommerce-checkout-review-order-table > tfoot > tr:not(:last-child) td {
  padding-bottom: 0;
}
.shop_table.order_details, .cart_totals .shop_table, .shop_table.woocommerce-checkout-review-order-table {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  justify-content: flex-start;
}
.shop_table.order_details .product-total, .cart_totals .shop_table .product-total, .shop_table.woocommerce-checkout-review-order-table .product-total {
  width: 25%;
}
.shop_table.order_details .product-name, .cart_totals .shop_table .product-name, .shop_table.woocommerce-checkout-review-order-table .product-name {
  width: 75%;
}
.shop_table.order_details > thead,
.shop_table.order_details > tbody,
.shop_table.order_details > tfoot, .cart_totals .shop_table > thead,
.cart_totals .shop_table > tbody,
.cart_totals .shop_table > tfoot, .shop_table.woocommerce-checkout-review-order-table > thead,
.shop_table.woocommerce-checkout-review-order-table > tbody,
.shop_table.woocommerce-checkout-review-order-table > tfoot {
  display: block;
}
.shop_table.order_details > thead > tr,
.shop_table.order_details > tbody > tr,
.shop_table.order_details > tfoot > tr, .cart_totals .shop_table > thead > tr,
.cart_totals .shop_table > tbody > tr,
.cart_totals .shop_table > tfoot > tr, .shop_table.woocommerce-checkout-review-order-table > thead > tr,
.shop_table.woocommerce-checkout-review-order-table > tbody > tr,
.shop_table.woocommerce-checkout-review-order-table > tfoot > tr {
  display: flex;
  flex-direction: row;
  align-items: stretch;
  justify-content: flex-end;
  flex-wrap: nowrap;
}
.shop_table.order_details > thead > tr th,
.shop_table.order_details > thead > tr td,
.shop_table.order_details > tbody > tr th,
.shop_table.order_details > tbody > tr td,
.shop_table.order_details > tfoot > tr th,
.shop_table.order_details > tfoot > tr td, .cart_totals .shop_table > thead > tr th,
.cart_totals .shop_table > thead > tr td,
.cart_totals .shop_table > tbody > tr th,
.cart_totals .shop_table > tbody > tr td,
.cart_totals .shop_table > tfoot > tr th,
.cart_totals .shop_table > tfoot > tr td, .shop_table.woocommerce-checkout-review-order-table > thead > tr th,
.shop_table.woocommerce-checkout-review-order-table > thead > tr td,
.shop_table.woocommerce-checkout-review-order-table > tbody > tr th,
.shop_table.woocommerce-checkout-review-order-table > tbody > tr td,
.shop_table.woocommerce-checkout-review-order-table > tfoot > tr th,
.shop_table.woocommerce-checkout-review-order-table > tfoot > tr td {
  display: block;
  flex-grow: 1;
  flex-shrink: 1;
}
.shop_table.order_details > thead > tr th:first-child,
.shop_table.order_details > thead > tr td:first-child,
.shop_table.order_details > tbody > tr th:first-child,
.shop_table.order_details > tbody > tr td:first-child,
.shop_table.order_details > tfoot > tr th:first-child,
.shop_table.order_details > tfoot > tr td:first-child, .cart_totals .shop_table > thead > tr th:first-child,
.cart_totals .shop_table > thead > tr td:first-child,
.cart_totals .shop_table > tbody > tr th:first-child,
.cart_totals .shop_table > tbody > tr td:first-child,
.cart_totals .shop_table > tfoot > tr th:first-child,
.cart_totals .shop_table > tfoot > tr td:first-child, .shop_table.woocommerce-checkout-review-order-table > thead > tr th:first-child,
.shop_table.woocommerce-checkout-review-order-table > thead > tr td:first-child,
.shop_table.woocommerce-checkout-review-order-table > tbody > tr th:first-child,
.shop_table.woocommerce-checkout-review-order-table > tbody > tr td:first-child,
.shop_table.woocommerce-checkout-review-order-table > tfoot > tr th:first-child,
.shop_table.woocommerce-checkout-review-order-table > tfoot > tr td:first-child {
  width: 60%;
  padding-left: 0;
}
.shop_table.order_details > thead > tr th:last-child,
.shop_table.order_details > thead > tr td:last-child,
.shop_table.order_details > tbody > tr th:last-child,
.shop_table.order_details > tbody > tr td:last-child,
.shop_table.order_details > tfoot > tr th:last-child,
.shop_table.order_details > tfoot > tr td:last-child, .cart_totals .shop_table > thead > tr th:last-child,
.cart_totals .shop_table > thead > tr td:last-child,
.cart_totals .shop_table > tbody > tr th:last-child,
.cart_totals .shop_table > tbody > tr td:last-child,
.cart_totals .shop_table > tfoot > tr th:last-child,
.cart_totals .shop_table > tfoot > tr td:last-child, .shop_table.woocommerce-checkout-review-order-table > thead > tr th:last-child,
.shop_table.woocommerce-checkout-review-order-table > thead > tr td:last-child,
.shop_table.woocommerce-checkout-review-order-table > tbody > tr th:last-child,
.shop_table.woocommerce-checkout-review-order-table > tbody > tr td:last-child,
.shop_table.woocommerce-checkout-review-order-table > tfoot > tr th:last-child,
.shop_table.woocommerce-checkout-review-order-table > tfoot > tr td:last-child {
  min-width: 30%;
  text-align: right;
  padding-right: 0;
}
.shop_table.order_details > thead > tr th[colspan="2"],
.shop_table.order_details > thead > tr td[colspan="2"],
.shop_table.order_details > tbody > tr th[colspan="2"],
.shop_table.order_details > tbody > tr td[colspan="2"],
.shop_table.order_details > tfoot > tr th[colspan="2"],
.shop_table.order_details > tfoot > tr td[colspan="2"], .cart_totals .shop_table > thead > tr th[colspan="2"],
.cart_totals .shop_table > thead > tr td[colspan="2"],
.cart_totals .shop_table > tbody > tr th[colspan="2"],
.cart_totals .shop_table > tbody > tr td[colspan="2"],
.cart_totals .shop_table > tfoot > tr th[colspan="2"],
.cart_totals .shop_table > tfoot > tr td[colspan="2"], .shop_table.woocommerce-checkout-review-order-table > thead > tr th[colspan="2"],
.shop_table.woocommerce-checkout-review-order-table > thead > tr td[colspan="2"],
.shop_table.woocommerce-checkout-review-order-table > tbody > tr th[colspan="2"],
.shop_table.woocommerce-checkout-review-order-table > tbody > tr td[colspan="2"],
.shop_table.woocommerce-checkout-review-order-table > tfoot > tr th[colspan="2"],
.shop_table.woocommerce-checkout-review-order-table > tfoot > tr td[colspan="2"] {
  width: 100%;
}
.shop_table.order_details > thead > tr td:last-child,
.shop_table.order_details > tbody > tr td:last-child,
.shop_table.order_details > tfoot > tr td:last-child, .cart_totals .shop_table > thead > tr td:last-child,
.cart_totals .shop_table > tbody > tr td:last-child,
.cart_totals .shop_table > tfoot > tr td:last-child, .shop_table.woocommerce-checkout-review-order-table > thead > tr td:last-child,
.shop_table.woocommerce-checkout-review-order-table > tbody > tr td:last-child,
.shop_table.woocommerce-checkout-review-order-table > tfoot > tr td:last-child {
  flex-grow: 1;
}
.shop_table.order_details > thead > tr th:first-child:last-child,
.shop_table.order_details > tbody > tr th:first-child:last-child,
.shop_table.order_details > tfoot > tr th:first-child:last-child, .cart_totals .shop_table > thead > tr th:first-child:last-child,
.cart_totals .shop_table > tbody > tr th:first-child:last-child,
.cart_totals .shop_table > tfoot > tr th:first-child:last-child, .shop_table.woocommerce-checkout-review-order-table > thead > tr th:first-child:last-child,
.shop_table.woocommerce-checkout-review-order-table > tbody > tr th:first-child:last-child,
.shop_table.woocommerce-checkout-review-order-table > tfoot > tr th:first-child:last-child {
  text-align: left;
  width: 100%;
  flex-shrink: 1;
}
.shop_table.order_details > thead tr.recurring-totals,
.shop_table.order_details > tbody tr.recurring-totals,
.shop_table.order_details > tfoot tr.recurring-totals, .cart_totals .shop_table > thead tr.recurring-totals,
.cart_totals .shop_table > tbody tr.recurring-totals,
.cart_totals .shop_table > tfoot tr.recurring-totals, .shop_table.woocommerce-checkout-review-order-table > thead tr.recurring-totals,
.shop_table.woocommerce-checkout-review-order-table > tbody tr.recurring-totals,
.shop_table.woocommerce-checkout-review-order-table > tfoot tr.recurring-totals {
  border-top: 1px solid #000;
}
.shop_table.order_details > thead tr.recurring-total,
.shop_table.order_details > tbody tr.recurring-total,
.shop_table.order_details > tfoot tr.recurring-total, .cart_totals .shop_table > thead tr.recurring-total,
.cart_totals .shop_table > tbody tr.recurring-total,
.cart_totals .shop_table > tfoot tr.recurring-total, .shop_table.woocommerce-checkout-review-order-table > thead tr.recurring-total,
.shop_table.woocommerce-checkout-review-order-table > tbody tr.recurring-total,
.shop_table.woocommerce-checkout-review-order-table > tfoot tr.recurring-total {
  flex-direction: column;
}
.shop_table.order_details > thead tr.recurring-total th,
.shop_table.order_details > tbody tr.recurring-total th,
.shop_table.order_details > tfoot tr.recurring-total th, .cart_totals .shop_table > thead tr.recurring-total th,
.cart_totals .shop_table > tbody tr.recurring-total th,
.cart_totals .shop_table > tfoot tr.recurring-total th, .shop_table.woocommerce-checkout-review-order-table > thead tr.recurring-total th,
.shop_table.woocommerce-checkout-review-order-table > tbody tr.recurring-total th,
.shop_table.woocommerce-checkout-review-order-table > tfoot tr.recurring-total th {
  width: 100%;
}
.shop_table.order_details > thead tr.recurring-total th:empty,
.shop_table.order_details > tbody tr.recurring-total th:empty,
.shop_table.order_details > tfoot tr.recurring-total th:empty, .cart_totals .shop_table > thead tr.recurring-total th:empty,
.cart_totals .shop_table > tbody tr.recurring-total th:empty,
.cart_totals .shop_table > tfoot tr.recurring-total th:empty, .shop_table.woocommerce-checkout-review-order-table > thead tr.recurring-total th:empty,
.shop_table.woocommerce-checkout-review-order-table > tbody tr.recurring-total th:empty,
.shop_table.woocommerce-checkout-review-order-table > tfoot tr.recurring-total th:empty {
  display: none;
}
.shop_table.order_details > thead tr.recurring-total td,
.shop_table.order_details > tbody tr.recurring-total td,
.shop_table.order_details > tfoot tr.recurring-total td, .cart_totals .shop_table > thead tr.recurring-total td,
.cart_totals .shop_table > tbody tr.recurring-total td,
.cart_totals .shop_table > tfoot tr.recurring-total td, .shop_table.woocommerce-checkout-review-order-table > thead tr.recurring-total td,
.shop_table.woocommerce-checkout-review-order-table > tbody tr.recurring-total td,
.shop_table.woocommerce-checkout-review-order-table > tfoot tr.recurring-total td {
  text-align: left;
  width: 100%;
}
.cart-collaterals .shop_table.order_details > thead tr.recurring-total td,
.cart-collaterals .shop_table.order_details > tbody tr.recurring-total td,
.cart-collaterals .shop_table.order_details > tfoot tr.recurring-total td, .cart-collaterals .cart_totals .shop_table > thead tr.recurring-total td,
.cart-collaterals .cart_totals .shop_table > tbody tr.recurring-total td,
.cart-collaterals .cart_totals .shop_table > tfoot tr.recurring-total td, .cart-collaterals .shop_table.woocommerce-checkout-review-order-table > thead tr.recurring-total td,
.cart-collaterals .shop_table.woocommerce-checkout-review-order-table > tbody tr.recurring-total td,
.cart-collaterals .shop_table.woocommerce-checkout-review-order-table > tfoot tr.recurring-total td {
  padding: 0;
}

@media (max-width: 575.98px) {
  .woocommerce .col2-set {
    margin-left: -25px;
    margin-right: -25px;
  }
}
.table-wrap {
  margin-left: -25px;
  margin-right: -25px;
  position: relative;
}
.table-wrap::before, .table-wrap::after {
  position: absolute;
  top: 0;
  bottom: 0;
  display: block;
  width: 25px;
  background-color: blue;
  opacity: 0.5;
}
.table-wrap::after {
  right: 0;
}
.table-wrap::before {
  left: 0;
}
.table-wrap .table-wrap__inner {
  overflow-x: auto;
  padding-left: 25px;
  padding-right: 25px;
}

/*# sourceMappingURL=main.css.map */
